[Python-apps-commits] r4690 - in packages/pybtex/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri Feb 5 21:08:54 UTC 2010


    Date: Friday, February 5, 2010 @ 21:08:43
  Author: jwilk
Revision: 4690

Remove requires.txt (dpkg is better at handling dependencies).

Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/rules

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2010-02-05 20:29:56 UTC (rev 4689)
+++ packages/pybtex/trunk/debian/changelog	2010-02-05 21:08:43 UTC (rev 4690)
@@ -1,9 +1,10 @@
-pybtex (0.12-4) UNRELEASED; urgency=low
+pybtex (0.12-3) UNRELEASED; urgency=low
 
   * Bump standards version to 3.8.4 (no changes needed).
   * Update my e-mail address.
+  * Remove requires.txt (dpkg is better at handling dependencies).
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 31 Jan 2010 00:35:26 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Fri, 05 Feb 2010 22:06:58 +0100
 
 pybtex (0.12-2) unstable; urgency=low
 

Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules	2010-02-05 20:29:56 UTC (rev 4689)
+++ packages/pybtex/trunk/debian/rules	2010-02-05 21:08:43 UTC (rev 4690)
@@ -7,6 +7,7 @@
 	for module in tests docgen; do \
 	rm -Rf debian/pybtex/usr/lib/python*/*-packages/pybtex/$$module/; \
 	done
+	rm -f debian/pybtex/usr/lib/python*/*-packages/*.egg-info/requires.txt
 
 .PHONY: override_dh_installman
 override_dh_installman:




More information about the Python-apps-commits mailing list