[Python-modules-commits] r20032 - in packages/pyusb/trunk/debian (6 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Tue Jan 17 17:12:02 UTC 2012
Date: Tuesday, January 17, 2012 @ 17:12:00
Author: kitterman
Revision: 20032
* 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
Modified:
packages/pyusb/trunk/debian/changelog
packages/pyusb/trunk/debian/control
packages/pyusb/trunk/debian/copyright
packages/pyusb/trunk/debian/rules
packages/pyusb/trunk/debian/watch
Deleted:
packages/pyusb/trunk/debian/source/format
Modified: packages/pyusb/trunk/debian/changelog
===================================================================
--- packages/pyusb/trunk/debian/changelog 2012-01-16 14:34:43 UTC (rev 20031)
+++ packages/pyusb/trunk/debian/changelog 2012-01-17 17:12:00 UTC (rev 20032)
@@ -1,3 +1,20 @@
+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 <scott at kitterman.com> Mon, 16 Jan 2012 22:25:40 -0500
+
pyusb (0.4.2-2) unstable; urgency=low
* Upload to unstable
Modified: packages/pyusb/trunk/debian/control
===================================================================
--- packages/pyusb/trunk/debian/control 2012-01-16 14:34:43 UTC (rev 20031)
+++ packages/pyusb/trunk/debian/control 2012-01-17 17:12:00 UTC (rev 20032)
@@ -3,17 +3,15 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 7.3.5), libusb-dev, python-all-dev, python-support (>= 0.7.2)
-Standards-Version: 3.8.2
-Homepage: http://pyusb.berlios.de/
+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}
-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.
Modified: packages/pyusb/trunk/debian/copyright
===================================================================
--- packages/pyusb/trunk/debian/copyright 2012-01-16 14:34:43 UTC (rev 20031)
+++ packages/pyusb/trunk/debian/copyright 2012-01-17 17:12:00 UTC (rev 20032)
@@ -11,33 +11,30 @@
Copyright:
- Copyright (C) 2005-2007 Wander Lairson Costa
+Copyright (C) 2005-2010 Wander Lairson Costa. All Rights Reserved.
-License:
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
- The following terms apply to all files associated
- with the software unless explicitly disclaimed in individual files.
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
- 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.
+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.
- 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.
+3. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
- 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.
+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.
Modified: packages/pyusb/trunk/debian/rules
===================================================================
--- packages/pyusb/trunk/debian/rules 2012-01-16 14:34:43 UTC (rev 20031)
+++ packages/pyusb/trunk/debian/rules 2012-01-17 17:12:00 UTC (rev 20032)
@@ -2,5 +2,5 @@
# -*- makefile -*-
%:
- dh $@
+ dh $@ --with python2
Deleted: packages/pyusb/trunk/debian/source/format
===================================================================
--- packages/pyusb/trunk/debian/source/format 2012-01-16 14:34:43 UTC (rev 20031)
+++ packages/pyusb/trunk/debian/source/format 2012-01-17 17:12:00 UTC (rev 20032)
@@ -1 +0,0 @@
-1.0
Modified: packages/pyusb/trunk/debian/watch
===================================================================
--- packages/pyusb/trunk/debian/watch 2012-01-16 14:34:43 UTC (rev 20031)
+++ packages/pyusb/trunk/debian/watch 2012-01-17 17:12:00 UTC (rev 20032)
@@ -1,5 +1,4 @@
version=3
+# Don't look at 1.0 versions yet.
-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
+http://sf.net/pyusb/pyusb-(0.*).tar.gz debian uupdate
More information about the Python-modules-commits
mailing list