[Python-modules-commits] r16649 - in packages/python-avc/trunk/debian (changelog control rules)

fabrizio-guest at users.alioth.debian.org fabrizio-guest at users.alioth.debian.org
Tue Apr 19 09:38:31 UTC 2011


    Date: Tuesday, April 19, 2011 @ 09:38:21
  Author: fabrizio-guest
Revision: 16649

Switched from python-support to dh_python2

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

Modified: packages/python-avc/trunk/debian/changelog
===================================================================
--- packages/python-avc/trunk/debian/changelog	2011-04-19 07:53:28 UTC (rev 16648)
+++ packages/python-avc/trunk/debian/changelog	2011-04-19 09:38:21 UTC (rev 16649)
@@ -5,6 +5,7 @@
   * debian/copyright
       + updated copyright to machine-readable format.
   * Standards-Version bumped to 3.9.1 (no changes needed)
+  * Switched from python-support to dh_python2
 
   [ Deepak Tripathi ]
   * New upstream release (0.8.2)
@@ -17,7 +18,7 @@
   * debian/source/format
       + switch to quilt 3.0 format.
             
- -- Fabrizio Pollastri <f.pollastri at inrim.it>  Thu, 30 Sep 2010 14:44:16 +0200
+ -- Fabrizio Pollastri <f.pollastri at inrim.it>  Mon, 19 Apr 2011 10:16:00 +0100
 
 python-avc (0.7.1-1) unstable; urgency=low
 

Modified: packages/python-avc/trunk/debian/control
===================================================================
--- packages/python-avc/trunk/debian/control	2011-04-19 07:53:28 UTC (rev 16648)
+++ packages/python-avc/trunk/debian/control	2011-04-19 09:38:21 UTC (rev 16649)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Fabrizio Pollastri <f.pollastri at inrim.it>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), python-setuptools (>= 0.5),
+Build-Depends: debhelper (>=5), python-setuptools (>=0.5),
  python (>=2.6.6-3)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.1
 Homepage: http://avc.inrim.it/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-avc/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-avc/trunk/

Modified: packages/python-avc/trunk/debian/rules
===================================================================
--- packages/python-avc/trunk/debian/rules	2011-04-19 07:53:28 UTC (rev 16648)
+++ packages/python-avc/trunk/debian/rules	2011-04-19 09:38:21 UTC (rev 16649)
@@ -28,20 +28,19 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	python setup.py install --no-compile \
 		--root=$(CURDIR)/debian/python-avc \
-		--install-lib=/usr/share/python-support/python-avc
+		--install-layout=deb
 
-
 binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs changes
 	dh_installdocs 
 	dh_installexamples
-	dh_pysupport
+	dh_python2
 	dh_compress -X.glade -X.py -X.tcl -X.ui -X.xrc
 	dh_fixperms
 	dh_installdeb




More information about the Python-modules-commits mailing list