[Python-apps-commits] r3416 - in packages/cython/trunk/debian (changelog rules)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Mon Aug 10 16:15:46 UTC 2009


    Date: Monday, August 10, 2009 @ 16:15:45
  Author: jwilk-guest
Revision: 3416

debian/rules: remove generated files.

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

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2009-08-09 20:33:09 UTC (rev 3415)
+++ packages/cython/trunk/debian/changelog	2009-08-10 16:15:45 UTC (rev 3416)
@@ -1,11 +1,11 @@
 cython (0.11.2-1) UNRELEASED; urgency=low
 
-  * (DON'T UPLOAD) --- something fishy going on, binary files (.pickle) are
-    getting modified when "python2.5 setup.py clean -a" gets run. My
-    uneducated guess is that this wasn't run before upstream's tarball was
-    generated. Feel free to upload if you fix it.
+  [ Ryan Kavanagh ]
   * New upstream release (Closes: #525620)
 
+  [ Jakub Wilk ]
+  * debian/rules: remove generated files.
+
  -- Ryan Kavanagh <ryanakca at kubuntu.org>  Fri, 26 Jun 2009 16:32:00 -0400
 
 cython (0.10.3-1) unstable; urgency=low

Modified: packages/cython/trunk/debian/rules
===================================================================
--- packages/cython/trunk/debian/rules	2009-08-09 20:33:09 UTC (rev 3415)
+++ packages/cython/trunk/debian/rules	2009-08-10 16:15:45 UTC (rev 3416)
@@ -8,3 +8,6 @@
 
 install/cython::
 	dh_installman debian/cython.1
+
+clean::
+	rm -f Cython/Compiler/Lexicon.pickle




More information about the Python-apps-commits mailing list