[Python-modules-commits] r8806 - in packages/pyusb/trunk/debian (changelog patches rules)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Wed Jun 17 22:22:23 UTC 2009
Date: Wednesday, June 17, 2009 @ 22:22:22
Author: bzed
Revision: 8806
Dropping PEP353 compat patch, upstream took care of it.
Modified:
packages/pyusb/trunk/debian/changelog
packages/pyusb/trunk/debian/rules
Deleted:
packages/pyusb/trunk/debian/patches/
Modified: packages/pyusb/trunk/debian/changelog
===================================================================
--- packages/pyusb/trunk/debian/changelog 2009-06-17 21:57:04 UTC (rev 8805)
+++ packages/pyusb/trunk/debian/changelog 2009-06-17 22:22:22 UTC (rev 8806)
@@ -4,8 +4,9 @@
* Really remove Petter Reinholdtsen from Uploaders,
the change went forgotten with the last upload.
* Get rid of cdbs, use dh 7 instead.
+ * Dropping PEP353 compat patch, upstream took care of it.
- -- Bernd Zeimetz <bzed at debian.org> Wed, 17 Jun 2009 23:27:59 +0200
+ -- Bernd Zeimetz <bzed at debian.org> Thu, 18 Jun 2009 00:21:31 +0200
pyusb (0.4.1-5) unstable; urgency=medium
Modified: packages/pyusb/trunk/debian/rules
===================================================================
--- packages/pyusb/trunk/debian/rules 2009-06-17 21:57:04 UTC (rev 8805)
+++ packages/pyusb/trunk/debian/rules 2009-06-17 22:22:22 UTC (rev 8806)
@@ -1,18 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
-include /usr/share/dpatch/dpatch.make
-
-build: $(DPATCH_STAMPFN) build-stamp
-build-stamp:
- dh build
- touch $@
-
%:
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