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

cgalisteo-guest at users.alioth.debian.org cgalisteo-guest at users.alioth.debian.org
Mon Apr 6 09:17:19 UTC 2009


    Date: Monday, April 6, 2009 @ 09:17:16
  Author: cgalisteo-guest
Revision: 8131

  - --install-lib removed.
  - Standards-Version updated to 3.8.1
  - Tested with python-support in experimental.

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

Modified: packages/feedparser/trunk/debian/changelog
===================================================================
--- packages/feedparser/trunk/debian/changelog	2009-04-06 06:35:16 UTC (rev 8130)
+++ packages/feedparser/trunk/debian/changelog	2009-04-06 09:17:16 UTC (rev 8131)
@@ -7,10 +7,12 @@
   [ Carlos Galisteo ]
   * debian/rules
     - dh_pysupport call moved (Closes: #516192)
+    - --install-lib removed.
   * debian/control
     - Using XS-Python-Version instead of pyversions.
+    - Standards-Version updated to 3.8.1
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:13:02 +0100
+ -- Carlos Galisteo <cgalisteo at k-rolus.net>  Mon, 06 Apr 2009 10:58:38 +0200
 
 feedparser (4.1-12) unstable; urgency=low
 

Modified: packages/feedparser/trunk/debian/control
===================================================================
--- packages/feedparser/trunk/debian/control	2009-04-06 06:35:16 UTC (rev 8130)
+++ packages/feedparser/trunk/debian/control	2009-04-06 09:17:16 UTC (rev 8131)
@@ -7,7 +7,7 @@
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/feedparser/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/feedparser/trunk/
 XS-Python-Version: >= 2.1, << 2.6
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://www.feedparser.org
 
 Package: python-feedparser

Modified: packages/feedparser/trunk/debian/rules
===================================================================
--- packages/feedparser/trunk/debian/rules	2009-04-06 06:35:16 UTC (rev 8130)
+++ packages/feedparser/trunk/debian/rules	2009-04-06 09:17:16 UTC (rev 8131)
@@ -18,8 +18,7 @@
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	dh_testroot
 	dh_installdirs
-	python ./setup.py install --prefix $(PREFIX) --no-compile \
-		--install-lib $(PREFIX)/share/python-support/python-feedparser
+	python ./setup.py install --prefix $(PREFIX) --no-compile
 
 binary-arch: build install
 
@@ -29,7 +28,6 @@
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
-	chmod 755 $(PREFIX)/share/python-support/python-feedparser/feedparser.py
 	dh_compress
 	dh_fixperms
 	dh_pysupport




More information about the Python-modules-commits mailing list