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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Mar 30 11:21:15 UTC 2010


    Date: Tuesday, March 30, 2010 @ 11:21:12
  Author: jwilk
Revision: 5055

Fix a typo in debian/rules. Thanks to Michael Fladischer for spotting
that.

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

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2010-03-30 06:59:49 UTC (rev 5054)
+++ packages/pybtex/trunk/debian/changelog	2010-03-30 11:21:12 UTC (rev 5055)
@@ -1,3 +1,10 @@
+pybtex (0.13.2-2) UNRELEASED; urgency=low
+
+  * Fix a typo in debian/rules. Thanks to Michael Fladischer for spotting
+    that.
+
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 30 Mar 2010 13:19:30 +0200
+
 pybtex (0.13.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules	2010-03-30 06:59:49 UTC (rev 5054)
+++ packages/pybtex/trunk/debian/rules	2010-03-30 11:21:12 UTC (rev 5055)
@@ -23,7 +23,7 @@
 	done
 endif
 
-.PHONY: override_dh_installchangelog
+.PHONY: override_dh_installchangelogs
 override_dh_installchangelogs:
 	elinks -config-file /dev/null -dump -no-numbering -no-references docs/html/history.html \
 	| grep -A1000 ^Version \




More information about the Python-apps-commits mailing list