[Python-modules-commits] r10988 - in packages/python-mpd/trunk/debian (changelog rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Mon Jan 4 14:46:59 UTC 2010
Date: Monday, January 4, 2010 @ 14:46:53
Author: nijel
Revision: 10988
No need to override dh_installchanges, dh is clever enough to find the
changes file.
Modified:
packages/python-mpd/trunk/debian/changelog
packages/python-mpd/trunk/debian/rules
Modified: packages/python-mpd/trunk/debian/changelog
===================================================================
--- packages/python-mpd/trunk/debian/changelog 2010-01-03 21:06:20 UTC (rev 10987)
+++ packages/python-mpd/trunk/debian/changelog 2010-01-04 14:46:53 UTC (rev 10988)
@@ -2,8 +2,10 @@
* NOT RELEASED YET
* No need to build depend on python-all-dev, python-all is enough.
+ * No need to override dh_installchanges, dh is clever enough to find the
+ changes file.
- -- Michal ÄihaÅ <nijel at debian.org> Sun, 03 Jan 2010 14:41:24 +0100
+ -- Michal ÄihaÅ <nijel at debian.org> Mon, 04 Jan 2010 15:46:17 +0100
python-mpd (0.2.1-3) unstable; urgency=low
Modified: packages/python-mpd/trunk/debian/rules
===================================================================
--- packages/python-mpd/trunk/debian/rules 2010-01-03 21:06:20 UTC (rev 10987)
+++ packages/python-mpd/trunk/debian/rules 2010-01-04 14:46:53 UTC (rev 10988)
@@ -1,7 +1,4 @@
#!/usr/bin/make -f
-override_dh_installchangelogs:
- dh_installchangelogs CHANGES.txt
-
%:
dh $@
More information about the Python-modules-commits
mailing list