[Python-apps-commits] r5134 - in packages/pybtex/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Apr 21 09:07:32 UTC 2010
Date: Wednesday, April 21, 2010 @ 09:07:21
Author: jwilk
Revision: 5134
Drop work-around for bug #575377.
Modified:
packages/pybtex/trunk/debian/changelog
packages/pybtex/trunk/debian/rules
Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog 2010-04-20 22:31:27 UTC (rev 5133)
+++ packages/pybtex/trunk/debian/changelog 2010-04-21 09:07:21 UTC (rev 5134)
@@ -2,8 +2,9 @@
* Fix a typo in debian/rules. Thanks to Michael Fladischer for spotting
that.
+ * Drop work-around for bug #575377.
- -- Jakub Wilk <jwilk at debian.org> Tue, 30 Mar 2010 13:19:30 +0200
+ -- Jakub Wilk <jwilk at debian.org> Wed, 21 Apr 2010 11:06:30 +0200
pybtex (0.13.2-1) unstable; urgency=low
Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules 2010-04-20 22:31:27 UTC (rev 5133)
+++ packages/pybtex/trunk/debian/rules 2010-04-21 09:07:21 UTC (rev 5134)
@@ -31,12 +31,6 @@
> docs/changelog
dh_installchangelogs docs/changelog
-.PHONY: override_dh_pysupport
-override_dh_pysupport:
- # Work-around for bug #575377:
- find debian/ -name PKG-INFO | tail -n +2 | xargs -r -n1 cp -vf $(shell find debian/ -name PKG-INFO | head -n 1)
- dh_pysupport
-
.PHONY: build build-arch build-indep binary binary-arch binary-indep clean
build build-arch build-indep binary binary-indep clean:
dh $(@)
More information about the Python-apps-commits
mailing list