--- pyusb-0.4.1.orig/debian/copyright
+++ pyusb-0.4.1/debian/copyright
@@ -0,0 +1,43 @@
+This package was debianized by Petter Reinholdtsen <pere@debian.org> on
+Mon Apr  9 12:20:29 CEST 2007
+It is now maintained within the python-modules team, mainly by
+Bernd Zeimetz <bernd@bzed.de>
+
+It was downloaded from http://pyusb.berlios.de/
+
+Upstream Author:
+
+  Wander Lairson Costa <wander.lairson at gmail.com>
+
+Copyright:
+
+  Copyright (C) 2005-2007  Wander Lairson Costa
+
+License:
+
+  The following terms apply to all files associated
+  with the software unless explicitly disclaimed in individual files.
+
+  The authors hereby grant permission to use, copy, modify, distribute,
+  and license this software and its documentation for any purpose, provided
+  that existing copyright notices are retained in all copies and that this
+  notice is included verbatim in any distributions. No written agreement,
+  license, or royalty fee is required for any of the authorized uses.
+  Modifications to this software may be copyrighted by their authors
+  and need not follow the licensing terms described here, provided that
+  the new terms are clearly indicated on the first page of each file where
+  they apply.
+
+  IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+  FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+  ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+  DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+
+  THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+  IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+  NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+  MODIFICATIONS.
+
--- pyusb-0.4.1.orig/debian/watch
+++ pyusb-0.4.1/debian/watch
@@ -0,0 +1,5 @@
+version=3
+
+opts=downloadurlmangle=s/prdownload/download/ \
+  http://developer.berlios.de/project/showfiles.php?group_id=4354 \
+  http://prdownload.berlios.de/pyusb/pyusb-([0-9.]+).tar.gz
--- pyusb-0.4.1.orig/debian/pycompat
+++ pyusb-0.4.1/debian/pycompat
@@ -0,0 +1 @@
+2
--- pyusb-0.4.1.orig/debian/changelog
+++ pyusb-0.4.1/debian/changelog
@@ -0,0 +1,74 @@
+pyusb (0.4.1-3) etch-backports; urgency=low
+
+  * Backported for backports.org
+
+ -- Alexander Wirt <formorer@debian.org>  Thu, 14 Feb 2008 22:01:23 +0000
+
+pyusb (0.4.1-2) unstable; urgency=low
+
+  * Rename binary package to python-usb
+    (to conform to the Debian Python Policy)
+  * Add python-pyusb transitional dummy package
+  * Add myself to Uploaders
+
+ -- Piotr Ożarowski <piotr@debian.org>  Sun, 30 Sep 2007 19:06:17 +0200
+
+pyusb (0.4.1-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/control:
+    - Adding Homepage field, removing pseudo-field from description
+  * debian/copyright:
+    - Updating file to reflect upstream's change to a BSD-like license
+
+ -- Bernd Zeimetz <bernd@bzed.de>  Sun, 30 Sep 2007 15:19:59 +0200
+
+pyusb (0.4.0-1) unstable; urgency=low
+
+  * New upstream release
+  * adding debian/watch file
+
+ -- Bernd Zeimetz <bernd@bzed.de>  Mon, 25 Jun 2007 18:56:32 +0200
+
+pyusb (0.3.5-4) unstable; urgency=medium
+
+  [ Bernd Zeimetz ]
+  * medium urgency as the package in testing is neither istallable
+    nor removable
+  * debian/control:
+    - replacing the XS-Vcs-* by the urls of the team's svn
+    - removing no longer needed XB-Python-Version field
+    - adding ${shlibs:Depends} to Depends
+    - adding myself to Uploaders
+  * debian/rules:
+    - fixing bogus dpatch include
+    - don't remove /usr/share/python-support/* directories as we
+      drop some info there (Closes: #422556, #421609)
+  * debian/py*:
+    - remove files, not needed as we're using the defaults here
+
+ -- Petter Reinholdtsen <pere@debian.org>  Mon, 07 May 2007 08:34:24 +0200
+
+pyusb (0.3.5-3) unstable; urgency=low
+
+  * Move the package to the Debian Python Modules Team maintainence.
+
+ -- Petter Reinholdtsen <pere@debian.org>  Tue, 10 Apr 2007 07:58:58 +0200
+
+pyusb (0.3.5-2) unstable; urgency=low
+
+  * Remove unused variables UPSTREAM_VERSION and PYVER from debian/rules.
+  * Tighten build dependency to cdbs (>=0.4.41) and replace python-dev with python-all-dev.
+    Thanks to Piotr Ozarowski for the tip.
+  * Remove empty directory debian/python-pyusb/usr/share/python-support/python-pyusb from
+    the package.
+
+ -- Petter Reinholdtsen <pere@debian.org>  Mon,  9 Apr 2007 19:43:44 +0200
+
+pyusb (0.3.5-1) unstable; urgency=low
+
+  * Initial upload. (Closes: #418359)
+  * Added patch 10_api_kernel_detach to make it usable by pymissile.
+
+ -- Petter Reinholdtsen <pere@debian.org>  Mon,  9 Apr 2007 14:21:02 +0200
+
--- pyusb-0.4.1.orig/debian/python-usb.examples
+++ pyusb-0.4.1/debian/python-usb.examples
@@ -0,0 +1,2 @@
+samples/usbenum.py
+samples/usbprint.py
--- pyusb-0.4.1.orig/debian/compat
+++ pyusb-0.4.1/debian/compat
@@ -0,0 +1 @@
+5
--- pyusb-0.4.1.orig/debian/rules
+++ pyusb-0.4.1/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM = pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+# install .so files in python-usb package
+DEB_DESTDIR = $(CURDIR)/debian/python-usb
--- pyusb-0.4.1.orig/debian/control
+++ pyusb-0.4.1/debian/control
@@ -0,0 +1,28 @@
+Source: pyusb
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Uploaders: Petter Reinholdtsen <pere@debian.org>, Bernd Zeimetz <bernd@bzed.de>,
+ Piotr Ożarowski <piotr@debian.org>
+Build-Depends: debhelper (>= 5), cdbs  (>=0.4.41), libusb-dev, python-all-dev, python-support (>= 0.3)
+Standards-Version: 3.7.2
+Homepage: http://pyusb.berlios.de/
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyusb/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyusb/trunk/
+
+Package: python-usb
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Conflicts: python-pyusb (<= 0.4.1-1)
+Replaces: python-pyusb (<= 0.4.1-1)
+Description: USB interface for python
+ PyUSB is a native Python module written in C (meanwhile, because the
+ next major version will use ctypes), that provides USB access for it.
+
+Package: python-pyusb
+Architecture: all
+Depends: python-usb
+Description: transitional dummy package
+ This is a dummy package to ease transition to new package name (python-usb). 
+ .
+ It can be safely removed from your system.
