--- pyusb-0.4.3.orig/debian/changelog +++ pyusb-0.4.3/debian/changelog @@ -0,0 +1,149 @@ +pyusb (0.4.3-1) unstable; urgency=low + + * Team upload + * New upstream release (Closes: #655473) + - Modified processing of errors reported by libusb (Closes: 476796) + - Update debian copyright with current license and copyright years + * Update debian/watch for new upstream location on sourceforge + * Update Homepage field in debian/control with new upstream location + * Bump standards version to 3.9.2 without further change + * Drop obselete Conflicts/Replaces on python-pyusb (<= 0.4.1-1) + * Switch to dh_python2 + - Drop python-support build-depends + - Adjust minimum python version + - Adjust debian/rules to build with --python2 + + -- Scott Kitterman Mon, 16 Jan 2012 22:25:40 -0500 + +pyusb (0.4.2-2) unstable; urgency=low + + * Upload to unstable + + -- Bernd Zeimetz Tue, 21 Jul 2009 14:00:03 +0200 + +pyusb (0.4.2-1) experimental; urgency=low + + * New upstream version, uploading to experimental + as long as debhelper 7.3.5 is not in unstable. + * Really remove Petter Reinholdtsen from Uploaders, + the change went forgotten with the last upload. + * Get rid of cdbs, use dh 7 instead. + * Dropping PEP353 compat patch, upstream took care of it. + * Bumping Standards-Version to 3.8.2, no changes needed. + * Adding debian/pyversions file. + + -- Bernd Zeimetz Tue, 21 Jul 2009 12:18:18 +0200 + +pyusb (0.4.1-5) unstable; urgency=medium + + [ Piotr Ożarowski ] + * Remove myself from uploaders. + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Bernd Zeimetz ] + * debian/control: + - adding dpatch to Build-Depends + - Removing Petter Reinholdtsen from Uploaders + * debian/rules: + - adding dpatch include for cdbs. + * debian/patches: + - adding patch from Thomas Viehmann - thanks for that: + * Don't pass int* where we need Py_ssize_t*. + Breaks (overwriting parameters) for python 2.5 on 64 bit arch. + Needs the usual PEP353 compatibility bruhaha plus printf. + (Closes: #515207) + + -- Bernd Zeimetz Sun, 15 Feb 2009 22:06:00 +0100 + +pyusb (0.4.1-4) unstable; urgency=low + + [ Piotr Ożarowski ] + * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) + + [ Sandro Tosi ] + * debian/control + - uniforming Vcs-Browser field + + [ Bernd Zeimetz ] + * Bumping Debian revision to -4 as -3 was uploaded to backports.org + accidentally. + * debian/control: + - Updating my email address + - Removing transitional python-pyusb package. We don't need to ship it + with Lenny as pyusb was never part of a stable release. + - Fixing a typo in the short description. + - Bumping Standards-Version to 3.8.0 - no changes needed. + + -- Bernd Zeimetz Fri, 13 Jun 2008 01:15:35 +0200 + +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 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 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 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 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 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 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 Mon, 9 Apr 2007 14:21:02 +0200 + --- pyusb-0.4.3.orig/debian/rules +++ pyusb-0.4.3/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ --with python2 + --- pyusb-0.4.3.orig/debian/watch +++ pyusb-0.4.3/debian/watch @@ -0,0 +1,4 @@ +version=3 +# Don't look at 1.0 versions yet. + +http://sf.net/pyusb/pyusb-(0.*).tar.gz debian uupdate --- pyusb-0.4.3.orig/debian/copyright +++ pyusb-0.4.3/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by Petter Reinholdtsen on +Mon Apr 9 12:20:29 CEST 2007 +It is now maintained within the python-modules team, mainly by +Bernd Zeimetz + +It was downloaded from http://pyusb.berlios.de/ + +Upstream Author: + + Wander Lairson Costa + +Copyright: + +Copyright (C) 2005-2010 Wander Lairson Costa. All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT +OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY +OF SUCH DAMAGE. + --- pyusb-0.4.3.orig/debian/pyversions +++ pyusb-0.4.3/debian/pyversions @@ -0,0 +1 @@ +2.3- --- pyusb-0.4.3.orig/debian/control +++ pyusb-0.4.3/debian/control @@ -0,0 +1,17 @@ +Source: pyusb +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Bernd Zeimetz +Build-Depends: debhelper (>= 7.3.5), libusb-dev, python-all-dev (>= 2.6.6-6) +Standards-Version: 3.9.2 +Homepage: http://sourceforge.net/apps/trac/pyusb +Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyusb/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyusb/trunk/ + +Package: python-usb +Architecture: any +Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} +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. --- pyusb-0.4.3.orig/debian/compat +++ pyusb-0.4.3/debian/compat @@ -0,0 +1 @@ +7 --- pyusb-0.4.3.orig/debian/python-usb.examples +++ pyusb-0.4.3/debian/python-usb.examples @@ -0,0 +1,2 @@ +samples/usbenum.py +samples/usbprint.py