[Python-modules-commits] r24997 - in packages/python-pysearch/trunk/debian (3 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Thu Jun 27 17:01:39 UTC 2013


    Date: Thursday, June 27, 2013 @ 17:01:37
  Author: dktrkranz
Revision: 24997

Convert from python-central to dh_python2

Modified:
  packages/python-pysearch/trunk/debian/changelog
  packages/python-pysearch/trunk/debian/control
  packages/python-pysearch/trunk/debian/rules

Modified: packages/python-pysearch/trunk/debian/changelog
===================================================================
--- packages/python-pysearch/trunk/debian/changelog	2013-06-27 16:58:47 UTC (rev 24996)
+++ packages/python-pysearch/trunk/debian/changelog	2013-06-27 17:01:37 UTC (rev 24997)
@@ -1,5 +1,7 @@
-python-pysearch (3.1-2) UNRELEASED; urgency=low
+python-pysearch (3.1-2) unstable; urgency=low
 
+  * Team upload
+
   [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
@@ -7,8 +9,12 @@
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:13 +0200
+  [ Andrea Colangelo ]
+  * Convert to python2. Thanks to Colin Watson for forwarding the patch from
+    Ubuntu (Closes: #617022).
 
+ -- Andrea Colangelo <warp10 at ubuntu.com>  Wed, 26 Jun 2013 12:16:31 +0200
+
 python-pysearch (3.1-1.1) unstable; urgency=low
 
   * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490497.

Modified: packages/python-pysearch/trunk/debian/control
===================================================================
--- packages/python-pysearch/trunk/debian/control	2013-06-27 16:58:47 UTC (rev 24996)
+++ packages/python-pysearch/trunk/debian/control	2013-06-27 17:01:37 UTC (rev 24997)
@@ -1,11 +1,10 @@
 Source: python-pysearch
 Section: python
-XS-Python-Version: all
 Priority: optional
 Maintainer: Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Standards-Version: 3.7.3
-Build-Depends: python, python-central (>= 0.5), debhelper (>= 5)
+Build-Depends: python (>= 2.6.6-3~), debhelper (>= 5)
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pysearch/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pysearch/trunk/
 
@@ -14,7 +13,6 @@
 Replaces: python-pysearch (=3.0-1)
 Architecture: all
 Depends: ${python:Depends}
-XB-Python-Version: ${python:Versions}
 Homepage: http://pysearch.sourceforge.net/
 Description: Python module for the Yahoo Search Web Service
  This module implements a set of classes and functions to work with the

Modified: packages/python-pysearch/trunk/debian/rules
===================================================================
--- packages/python-pysearch/trunk/debian/rules	2013-06-27 16:58:47 UTC (rev 24996)
+++ packages/python-pysearch/trunk/debian/rules	2013-06-27 17:01:37 UTC (rev 24997)
@@ -14,12 +14,12 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	python setup.py install --no-compile --root=$(CURDIR)/debian/python-yahoo
+	python setup.py install --no-compile --root=$(CURDIR)/debian/python-yahoo --install-layout=deb
 
 binary-indep: install
 	dh_testdir
 	dh_testroot
-	dh_pycentral -ppython-yahoo
+	dh_python2 -ppython-yahoo
 	rm -rf $(CURDIR)/debian/python-yahoo/usr/lib
 	dh_installchangelogs ChangeLog
 	dh_installdocs




More information about the Python-modules-commits mailing list