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

cgalisteo-guest at users.alioth.debian.org cgalisteo-guest at users.alioth.debian.org
Tue May 5 15:52:51 UTC 2009


    Date: Tuesday, May 5, 2009 @ 15:52:49
  Author: cgalisteo-guest
Revision: 8353

* Build with Python 2.6 (Closes: #527046) (Thanks to Alessio Treglia)
* debian/rules:
  - Include /usr/share/python/python.mk.
  - Add py_setup_install_args macro to setup.py install options.
* debian/control:
  - Set XS-Python-Version to all

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-05-05 13:20:00 UTC (rev 8352)
+++ packages/feedparser/trunk/debian/changelog	2009-05-05 15:52:49 UTC (rev 8353)
@@ -1,3 +1,15 @@
+feedparser (4.1-14) UNRELEASED; urgency=low
+
+  [ Carlos Galisteo ]
+  * Build with Python 2.6 (Closes: #527046) (Thanks to Alessio Treglia)
+  * debian/rules:
+    - Include /usr/share/python/python.mk.
+    - Add py_setup_install_args macro to setup.py install options.
+  * debian/control:
+    - Set XS-Python-Version to all
+
+ -- Carlos Galisteo <cgalisteo at k-rolus.net>  Tue, 05 May 2009 17:38:14 +0200
+
 feedparser (4.1-13) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/feedparser/trunk/debian/control
===================================================================
--- packages/feedparser/trunk/debian/control	2009-05-05 13:20:00 UTC (rev 8352)
+++ packages/feedparser/trunk/debian/control	2009-05-05 15:52:49 UTC (rev 8353)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5.0.37.2), python-dev (>= 2.3.5-11), python-support (>= 0.3), quilt (>= 0.39-2)
 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
+XS-Python-Version: all
 Standards-Version: 3.8.1
 Homepage: http://www.feedparser.org
 

Modified: packages/feedparser/trunk/debian/rules
===================================================================
--- packages/feedparser/trunk/debian/rules	2009-05-05 13:20:00 UTC (rev 8352)
+++ packages/feedparser/trunk/debian/rules	2009-05-05 15:52:49 UTC (rev 8353)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+include /usr/share/python/python.mk
 PREFIX := debian/python-feedparser/usr
 
 clean:
@@ -18,7 +19,7 @@
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	dh_testroot
 	dh_installdirs
-	python ./setup.py install --prefix $(PREFIX) --no-compile
+	python ./setup.py install --prefix $(PREFIX) --no-compile $(py_setup_install_args)
 
 binary-arch: build install
 




More information about the Python-modules-commits mailing list