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

cgalisteo-guest at users.alioth.debian.org cgalisteo-guest at users.alioth.debian.org
Sat Apr 2 01:13:20 UTC 2011


    Date: Saturday, April 2, 2011 @ 01:13:12
  Author: cgalisteo-guest
Revision: 16312

typo in email address and new line fixed inchangelog.
.pyc files clean

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

Modified: packages/feedparser/trunk/debian/changelog
===================================================================
--- packages/feedparser/trunk/debian/changelog	2011-04-01 23:38:29 UTC (rev 16311)
+++ packages/feedparser/trunk/debian/changelog	2011-04-02 01:13:12 UTC (rev 16312)
@@ -20,11 +20,12 @@
   * debian/watch
     - watch file looks for *.tar.gz rather than .zip
   * Headers added to patches
+
   [ Jakub Wilk ]
   * debian/rules:
     - Include /usr/share/python/python.mk only if it exists.
 
- -- Carlos Galisteo <cgalisteo at ik-rolus.net>  Wed, 30 Mar 2011 20:25:50 +0200
+ -- Carlos Galisteo <cgalisteo at k-rolus.net>  Wed, 30 Mar 2011 20:25:50 +0200
 
 feedparser (4.1-14) unstable; urgency=low
 

Modified: packages/feedparser/trunk/debian/rules
===================================================================
--- packages/feedparser/trunk/debian/rules	2011-04-01 23:38:29 UTC (rev 16311)
+++ packages/feedparser/trunk/debian/rules	2011-04-02 01:13:12 UTC (rev 16312)
@@ -9,7 +9,7 @@
 	dh_testroot
 	python ./setup.py clean
 	rm -rf build
-	dh_clean 
+	dh_clean feedparser/*.pyc
 
 build:
 




More information about the Python-modules-commits mailing list