[Python-modules-commits] r33028 - in packages/pyusb/trunk/debian (5 files)

rubund-guest at users.alioth.debian.org rubund-guest at users.alioth.debian.org
Fri Jun 19 19:43:44 UTC 2015


    Date: Friday, June 19, 2015 @ 19:43:42
  Author: rubund-guest
Revision: 33028

* Uploaded to unstable (Closes: #787792) 
* debian/control:
  - Changed architecture to all
  - Changed dependency to python-all and python3-all to avoid lintian
  - Removed Bernd Zeimetz from the list of uploaders (Thanks for the work!)
* debian/rules:
  - Use pybuild and simplified rules
* Removed debian/pyversions (not needed anymore)

Modified:
  packages/pyusb/trunk/debian/changelog
  packages/pyusb/trunk/debian/control
  packages/pyusb/trunk/debian/python3-usb.install
  packages/pyusb/trunk/debian/rules
Deleted:
  packages/pyusb/trunk/debian/pyversions

Modified: packages/pyusb/trunk/debian/changelog
===================================================================
--- packages/pyusb/trunk/debian/changelog	2015-06-19 08:58:19 UTC (rev 33027)
+++ packages/pyusb/trunk/debian/changelog	2015-06-19 19:43:42 UTC (rev 33028)
@@ -1,3 +1,16 @@
+pyusb (1.0.0~b2-2) unstable; urgency=low
+
+  * Uploaded to unstable (Closes: #787792) 
+  * debian/control:
+    - Changed architecture to all
+    - Changed dependency to python-all and python3-all to avoid lintian
+    - Removed Bernd Zeimetz from the list of uploaders (Thanks for the work!)
+  * debian/rules:
+    - Use pybuild and simplified rules
+  * Removed debian/pyversions (not needed anymore)
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Thu, 18 Jun 2015 20:25:28 +0200
+
 pyusb (1.0.0~b2-1) experimental; urgency=low
 
   [ Ruben Undheim ]

Modified: packages/pyusb/trunk/debian/control
===================================================================
--- packages/pyusb/trunk/debian/control	2015-06-19 08:58:19 UTC (rev 33027)
+++ packages/pyusb/trunk/debian/control	2015-06-19 19:43:42 UTC (rev 33028)
@@ -1,13 +1,12 @@
 Source: pyusb
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Bernd Zeimetz <bzed at debian.org>,
-           Ruben Undheim <ruben.undheim at gmail.com>
+Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all-dev (>= 2.6.6-6),
-               python3-all-dev
+               python-all,
+               python3-all
 Standards-Version: 3.9.6
 X-Python-Version: all
 X-Python3-Version: >= 3.1
@@ -16,7 +15,7 @@
 Homepage: http://sourceforge.net/apps/trac/pyusb
 
 Package: python-usb
-Architecture: any
+Architecture: all
 Depends: ${python:Depends},
          ${misc:Depends},
          libusb-1.0-0
@@ -26,7 +25,7 @@
  and openusb are supported with various backends.
 
 Package: python3-usb
-Architecture: any
+Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends},
          libusb-1.0-0

Modified: packages/pyusb/trunk/debian/python3-usb.install
===================================================================
--- packages/pyusb/trunk/debian/python3-usb.install	2015-06-19 08:58:19 UTC (rev 33027)
+++ packages/pyusb/trunk/debian/python3-usb.install	2015-06-19 19:43:42 UTC (rev 33028)
@@ -1,3 +1,3 @@
-usr/lib/python3/*-packages/*-info
-usr/lib/python3/*-packages/*/*.py
-usr/lib/python3/*-packages/*/*/*.py
+usr/lib/python3*/*-packages/*-info
+usr/lib/python3*/*-packages/*/*.py
+usr/lib/python3*/*-packages/*/*/*.py

Deleted: packages/pyusb/trunk/debian/pyversions
===================================================================
--- packages/pyusb/trunk/debian/pyversions	2015-06-19 08:58:19 UTC (rev 33027)
+++ packages/pyusb/trunk/debian/pyversions	2015-06-19 19:43:42 UTC (rev 33028)
@@ -1 +0,0 @@
-2.3-

Modified: packages/pyusb/trunk/debian/rules
===================================================================
--- packages/pyusb/trunk/debian/rules	2015-06-19 08:58:19 UTC (rev 33027)
+++ packages/pyusb/trunk/debian/rules	2015-06-19 19:43:42 UTC (rev 33028)
@@ -2,20 +2,5 @@
 # -*- makefile -*-
 
 %:
-	dh $@ --with python2,python3
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
-override_dh_auto_clean:
-	rm -rf build
-	dh_auto_clean
-
-override_dh_auto_build:
-	dh_auto_build
-	set -ex; for python in $(shell py3versions -r); do \
-		$$python setup.py build; \
-	done;
-
-override_dh_auto_install:
-	dh_auto_install
-	set -ex; for python in $(shell py3versions -r); do \
-		$$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \
-	done;




More information about the Python-modules-commits mailing list