[Python-modules-commits] r4964 - in packages/pythonmagick/trunk/debian (changelog rules)
azatoth-guest at users.alioth.debian.org
azatoth-guest at users.alioth.debian.org
Mon Mar 31 21:44:14 UTC 2008
Date: Monday, March 31, 2008 @ 21:44:12
Author: azatoth-guest
Revision: 4964
Apply patch for bug 442714
Modified:
packages/pythonmagick/trunk/debian/changelog
packages/pythonmagick/trunk/debian/rules
Modified: packages/pythonmagick/trunk/debian/changelog
===================================================================
--- packages/pythonmagick/trunk/debian/changelog 2008-03-31 19:05:00 UTC (rev 4963)
+++ packages/pythonmagick/trunk/debian/changelog 2008-03-31 21:44:12 UTC (rev 4964)
@@ -7,8 +7,10 @@
[ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
+ * debian/rules
+ - added clean target to remove a bin file (Closes: #442714)
- -- Piotr Ożarowski <piotr at debian.org> Sat, 6 Oct 2007 23:47:09 +0200
+ -- Carl Fürstenberg <azatoth at gmail.com> Mon, 31 Mar 2008 23:43:22 +0200
pythonmagick (0.7-3) unstable; urgency=high
Modified: packages/pythonmagick/trunk/debian/rules
===================================================================
--- packages/pythonmagick/trunk/debian/rules 2008-03-31 19:05:00 UTC (rev 4963)
+++ packages/pythonmagick/trunk/debian/rules 2008-03-31 21:44:12 UTC (rev 4964)
@@ -11,3 +11,6 @@
binary-install/python-pythonmagick::
dh_pysupport -ppython-pythonmagick
+
+clean::
+ rm -f autogen.log
More information about the Python-modules-commits
mailing list