[Python-modules-commits] r3340 - in /packages/pyusb/trunk/debian: changelog control examples python-usb.examples rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Sep 30 17:33:15 UTC 2007


Author: piotr
Date: Sun Sep 30 17:33:14 2007
New Revision: 3340

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3340
Log:
Rename binary package to python-usb

Added:
    packages/pyusb/trunk/debian/python-usb.examples
Removed:
    packages/pyusb/trunk/debian/examples
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=3340&op=diff
==============================================================================
--- packages/pyusb/trunk/debian/changelog (original)
+++ packages/pyusb/trunk/debian/changelog Sun Sep 30 17:33:14 2007
@@ -1,3 +1,11 @@
+pyusb (0.4.1-2) UNRELEASED; urgency=low
+
+  * Rename binary package to python-usb
+    (to conform to the Debian Python Policy)
+  * Add python-pyusb transitional dummy package
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 30 Sep 2007 19:06:17 +0200
+
 pyusb (0.4.1-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/pyusb/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyusb/trunk/debian/control?rev=3340&op=diff
==============================================================================
--- packages/pyusb/trunk/debian/control (original)
+++ packages/pyusb/trunk/debian/control Sun Sep 30 17:33:14 2007
@@ -9,9 +9,19 @@
 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
+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.

Added: packages/pyusb/trunk/debian/python-usb.examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pyusb/trunk/debian/python-usb.examples?rev=3340&op=file
==============================================================================
--- packages/pyusb/trunk/debian/python-usb.examples (added)
+++ packages/pyusb/trunk/debian/python-usb.examples Sun Sep 30 17:33:14 2007
@@ -1,0 +1,2 @@
+samples/usbenum.py
+samples/usbprint.py

Modified: packages/pyusb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyusb/trunk/debian/rules?rev=3340&op=diff
==============================================================================
--- packages/pyusb/trunk/debian/rules (original)
+++ packages/pyusb/trunk/debian/rules Sun Sep 30 17:33:14 2007
@@ -5,3 +5,5 @@
 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




More information about the Python-modules-commits mailing list