[Python-modules-commits] r10400 - in packages/feedparser/trunk/debian (changelog rules)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Thu Nov 12 21:37:40 UTC 2009


    Date: Thursday, November 12, 2009 @ 21:37:38
  Author: jwilk-guest
Revision: 10400

Include /usr/share/python/python.mk only if it exists.

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

Modified: packages/feedparser/trunk/debian/changelog
===================================================================
--- packages/feedparser/trunk/debian/changelog	2009-11-12 10:57:38 UTC (rev 10399)
+++ packages/feedparser/trunk/debian/changelog	2009-11-12 21:37:38 UTC (rev 10400)
@@ -5,6 +5,10 @@
   * debian/control
     - Standards-Version updated to 3.8.2
 
+  [ Jakub Wilk ]
+  * debian/rules:
+    - Include /usr/share/python/python.mk only if it exists.
+
  -- Carlos Galisteo <cgalisteo at k-rolus.net>  Sun, 26 Jul 2009 21:04:51 +0200
 
 feedparser (4.1-14) unstable; urgency=low

Modified: packages/feedparser/trunk/debian/rules
===================================================================
--- packages/feedparser/trunk/debian/rules	2009-11-12 10:57:38 UTC (rev 10399)
+++ packages/feedparser/trunk/debian/rules	2009-11-12 21:37:38 UTC (rev 10400)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-include /usr/share/python/python.mk
+-include /usr/share/python/python.mk
 PREFIX := debian/python-feedparser/usr
 
 clean:




More information about the Python-modules-commits mailing list