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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Jan 4 17:21:20 UTC 2014


    Date: Saturday, January 4, 2014 @ 17:21:19
  Author: morph
Revision: 27052

* debian/{control, rules}
  - Switch to dh_python2; thanks to Barry Warsaw for the report and patch;
    Closes: #635630

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

Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog	2014-01-04 17:06:25 UTC (rev 27051)
+++ packages/pycurl/trunk/debian/changelog	2014-01-04 17:21:19 UTC (rev 27052)
@@ -15,8 +15,11 @@
   * debian/control
     - bump Standards-Version to 3.9.5 (no changes needed)
     - added nose/bottle/cherrypy3 to b-d, needed to run tests
+  * debian/{control, rules}
+    - Switch to dh_python2; thanks to Barry Warsaw for the report and patch;
+      Closes: #635630
 
- -- Sandro Tosi <morph at debian.org>  Sat, 04 Jan 2014 18:06:15 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 04 Jan 2014 18:20:32 +0100
 
 pycurl (7.19.0-7) unstable; urgency=low
 

Modified: packages/pycurl/trunk/debian/control
===================================================================
--- packages/pycurl/trunk/debian/control	2014-01-04 17:06:25 UTC (rev 27051)
+++ packages/pycurl/trunk/debian/control	2014-01-04 17:21:19 UTC (rev 27052)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>, Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.3.5-9), python-all-dbg, python-support (>= 0.7.1), libcurl4-gnutls-dev (>= 7.19.0), librtmp-dev, libssh2-1-dev, python-nose, python-bottle, python-cherrypy3
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-all-dbg, libcurl4-gnutls-dev (>= 7.19.0), librtmp-dev, libssh2-1-dev, python-nose, python-bottle, python-cherrypy3
 Standards-Version: 3.9.5
 X-Python-Version: all
 Homepage: http://pycurl.sourceforge.net

Modified: packages/pycurl/trunk/debian/rules
===================================================================
--- packages/pycurl/trunk/debian/rules	2014-01-04 17:06:25 UTC (rev 27051)
+++ packages/pycurl/trunk/debian/rules	2014-01-04 17:21:19 UTC (rev 27052)
@@ -13,7 +13,7 @@
 export FFLAGS="-fPIC"
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_build:
 	set -e ;\
@@ -72,8 +72,6 @@
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip -ppython-pycurl --dbg-package=python-pycurl-dbg
-	# fix python-debug-in-wrong-location lintian warning
-	cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
 endif
 
 override_dh_compress:




More information about the Python-modules-commits mailing list