[Python-modules-commits] r8804 - in packages/pyusb/trunk/debian (changelog compat control rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Jun 17 21:30:31 UTC 2009


    Date: Wednesday, June 17, 2009 @ 21:30:30
  Author: bzed
Revision: 8804

* Really remove Petter Reinholdtsen from Uploaders,
* Get rid of cdbs, use dh 7 instead.

Modified:
  packages/pyusb/trunk/debian/changelog
  packages/pyusb/trunk/debian/compat
  packages/pyusb/trunk/debian/control
  packages/pyusb/trunk/debian/rules

Modified: packages/pyusb/trunk/debian/changelog
===================================================================
--- packages/pyusb/trunk/debian/changelog	2009-06-17 21:28:28 UTC (rev 8803)
+++ packages/pyusb/trunk/debian/changelog	2009-06-17 21:30:30 UTC (rev 8804)
@@ -1,11 +1,11 @@
 pyusb (0.4.2-1) unstable; urgency=low
 
   * New upstream version.
-  * debian/control:
-    - Really remove Petter Reinholdtsen from Uploaders,
-      the change went forgotten with the last upload.
+  * Really remove Petter Reinholdtsen from Uploaders,
+    the change went forgotten with the last upload.
+  * Get rid of cdbs, use dh 7 instead.
 
- -- Bernd Zeimetz <bzed at debian.org>  Wed, 17 Jun 2009 23:21:05 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 17 Jun 2009 23:27:59 +0200
 
 pyusb (0.4.1-5) unstable; urgency=medium
 

Modified: packages/pyusb/trunk/debian/compat
===================================================================
--- packages/pyusb/trunk/debian/compat	2009-06-17 21:28:28 UTC (rev 8803)
+++ packages/pyusb/trunk/debian/compat	2009-06-17 21:30:30 UTC (rev 8804)
@@ -1 +1 @@
-5
+7

Modified: packages/pyusb/trunk/debian/control
===================================================================
--- packages/pyusb/trunk/debian/control	2009-06-17 21:28:28 UTC (rev 8803)
+++ packages/pyusb/trunk/debian/control	2009-06-17 21:30:30 UTC (rev 8804)
@@ -3,7 +3,7 @@
 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 (>= 5), cdbs  (>=0.4.41), libusb-dev, python-all-dev, python-support (>= 0.3), dpatch
+Build-Depends: debhelper (>= 7), libusb-dev, python-all-dev, python-support (>= 0.7.2), dpatch
 Standards-Version: 3.8.0
 Homepage: http://pyusb.berlios.de/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyusb/trunk/

Modified: packages/pyusb/trunk/debian/rules
===================================================================
--- packages/pyusb/trunk/debian/rules	2009-06-17 21:28:28 UTC (rev 8803)
+++ packages/pyusb/trunk/debian/rules	2009-06-17 21:30:30 UTC (rev 8804)
@@ -1,10 +1,18 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
 
-DEB_PYTHON_SYSTEM = pysupport
+include /usr/share/dpatch/dpatch.make
 
-include /usr/share/cdbs/1/rules/dpatch.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+build: $(DPATCH_STAMPFN) build-stamp
+build-stamp:
+	dh build
+	touch $@
 
-# install .so files in python-usb package
-DEB_DESTDIR = $(CURDIR)/debian/python-usb
+%:
+	dh $@
+
+clean: clean-patched unpatch
+clean-patched:
+	dh clean
+
+.PHONY: patch unpatch clean clean-patched build 




More information about the Python-modules-commits mailing list