[Python-modules-commits] r6920 - in packages/soya/trunk/debian (changelog rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Thu Nov 20 18:50:20 UTC 2008
Date: Thursday, November 20, 2008 @ 18:50:20
Author: bernat
Revision: 6920
Do not ship debian/pycompat by removing it in clean target of
debian/rules, thanks to Iain Lane (Closes: #505001).
Modified:
packages/soya/trunk/debian/changelog
packages/soya/trunk/debian/rules
Modified: packages/soya/trunk/debian/changelog
===================================================================
--- packages/soya/trunk/debian/changelog 2008-11-20 16:47:59 UTC (rev 6919)
+++ packages/soya/trunk/debian/changelog 2008-11-20 18:50:20 UTC (rev 6920)
@@ -3,6 +3,8 @@
[ Vincent Bernat ]
* Depends on python-elementtree and add a patch to be able to use
elementtree from Python 2.5 (Closes: #500368).
+ * Do not ship debian/pycompat by removing it in clean target of
+ debian/rules, thanks to Iain Lane (Closes: #505001).
[ Sandro Tosi ]
* debian/control
Modified: packages/soya/trunk/debian/rules
===================================================================
--- packages/soya/trunk/debian/rules 2008-11-20 16:47:59 UTC (rev 6919)
+++ packages/soya/trunk/debian/rules 2008-11-20 18:50:20 UTC (rev 6920)
@@ -25,3 +25,5 @@
#
find debian/$(cdbs_curpkg)/usr/share/ -type f -exec chmod -R a-x {} \;
+clean::
+ rm -f debian/pycompat
More information about the Python-modules-commits
mailing list