[Python-modules-commits] r28116 - in packages/genshi/trunk/debian (changelog rules)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Mon Mar 10 06:17:58 UTC 2014


    Date: Monday, March 10, 2014 @ 06:17:57
  Author: zigo
Revision: 28116

Cleans genshi/_speedups.so to allow package to be rebuilt twice.

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

Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog	2014-03-10 06:13:29 UTC (rev 28115)
+++ packages/genshi/trunk/debian/changelog	2014-03-10 06:17:57 UTC (rev 28116)
@@ -5,6 +5,7 @@
     allow easy backports and reflect reality.
   * Added "- Python {2,3}.x" in short descriptions.
   * Rewrote debian/copyright using parseable format 1.0.
+  * Cleans genshi/_speedups.so to allow package to be rebuilt twice.
 
  -- Thomas Goirand <zigo at debian.org>  Mon, 10 Mar 2014 05:56:20 +0000
 

Modified: packages/genshi/trunk/debian/rules
===================================================================
--- packages/genshi/trunk/debian/rules	2014-03-10 06:13:29 UTC (rev 28115)
+++ packages/genshi/trunk/debian/rules	2014-03-10 06:17:57 UTC (rev 28116)
@@ -6,6 +6,9 @@
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
+override_dh_clean:
+	dh_clean -O--buildsystem=pybuild
+	rm -f genshi/_speedups.so
 
 ## SVN snapshot (changelog entry with a version: a.b.c~svnREVISION-d)
 ## Get the source  from the SVN upstream repository,  then generate the




More information about the Python-modules-commits mailing list