[Python-modules-commits] r2279 - in /packages/pyusb/trunk/debian: changelog control pycompat pyversions rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Mon May 7 00:37:15 UTC 2007


Author: bzed-guest
Date: Mon May  7 00:37:15 2007
New Revision: 2279

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2279
Log:
fixing a grave bug

Removed:
    packages/pyusb/trunk/debian/pycompat
    packages/pyusb/trunk/debian/pyversions
Modified:
    packages/pyusb/trunk/debian/changelog
    packages/pyusb/trunk/debian/control
    packages/pyusb/trunk/debian/rules

Modified: packages/pyusb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyusb/trunk/debian/changelog?rev=2279&op=diff
==============================================================================
--- packages/pyusb/trunk/debian/changelog (original)
+++ packages/pyusb/trunk/debian/changelog Mon May  7 00:37:15 2007
@@ -1,3 +1,21 @@
+pyusb (0.3.5-4) unstable; urgency=medium
+
+  * 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)
+  * debian/py*:
+    - remove files, not needed as we're using the defaults here
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Mon, 07 May 2007 02:35:06 +0200
+
 pyusb (0.3.5-3) unstable; urgency=low
 
   * Move the package to the Debian Python Modules Team maintainence.

Modified: packages/pyusb/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyusb/trunk/debian/control?rev=2279&op=diff
==============================================================================
--- packages/pyusb/trunk/debian/control (original)
+++ packages/pyusb/trunk/debian/control Mon May  7 00:37:15 2007
@@ -2,16 +2,16 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Petter Reinholdtsen <pere at debian.org>
+Uploaders: Petter Reinholdtsen <pere at debian.org>, Bernd Zeimetz <bernd at bzed.de>
 Build-Depends: debhelper (>= 5), cdbs  (>=0.4.41), dpatch, libusb-dev, python-all-dev, python-support (>= 0.3)
 Standards-Version: 3.7.2
-XS-Vcs-CVS: :pserver:anonymous at cvs.pyusb.berlios.de:/cvsroot/pyusb
-XS-Vcs-Browser: http://cvs.berlios.de/cgi-bin/viewcvs.cgi/pyusb/
+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-pyusb
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
+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.

Modified: packages/pyusb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyusb/trunk/debian/rules?rev=2279&op=diff
==============================================================================
--- packages/pyusb/trunk/debian/rules (original)
+++ packages/pyusb/trunk/debian/rules Mon May  7 00:37:15 2007
@@ -3,13 +3,6 @@
 DEB_PYTHON_SYSTEM = pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-include /usr/share/cdbs/1/rules/dpatch.mk
-# needed to use the dpatch tools (like dpatch-edit-patch)
-include /usr/share/dpatch/dpatch.make
-
-binary-post-install/python-pyusb::
-	# Remove empty and unused directory.
-	rmdir debian/python-pyusb/usr/share/python-support/python-pyusb
-	rmdir debian/python-pyusb/usr/share/python-support




More information about the Python-modules-commits mailing list