[Python-modules-commits] r13060 - in packages/python-whoosh/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri May 21 22:53:36 UTC 2010


    Date: Friday, May 21, 2010 @ 22:53:21
  Author: jwilk
Revision: 13060

/usr/share/python/python.mk doesn't need to be included anymore.

Modified:
  packages/python-whoosh/trunk/debian/changelog
  packages/python-whoosh/trunk/debian/rules

Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog	2010-05-21 22:50:53 UTC (rev 13059)
+++ packages/python-whoosh/trunk/debian/changelog	2010-05-21 22:53:21 UTC (rev 13060)
@@ -1,11 +1,11 @@
-python-whoosh (0.3.18-3) UNRELEASED; urgency=low
+python-whoosh (0.3.18-2) UNRELEASED; urgency=low
 
   * Use ‘chmod a-x’ rather than ‘chmod -x’ in debian/rules.
   * Don't ignore errors while running tests.
   * Respect the ‘nocheck’ build option.
   * Remove embedded copies of pyparsing for all Python versions.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 22 May 2010 00:49:51 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 22 May 2010 00:51:57 +0200
 
 python-whoosh (0.3.18-1) unstable; urgency=low
 

Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules	2010-05-21 22:50:53 UTC (rev 13059)
+++ packages/python-whoosh/trunk/debian/rules	2010-05-21 22:53:21 UTC (rev 13060)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/python/python.mk
-
 %:
 	dh $@
 




More information about the Python-modules-commits mailing list