[Python-modules-commits] r14023 - in packages/pygooglechart/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Jul 21 21:39:37 UTC 2010


    Date: Wednesday, July 21, 2010 @ 21:39:36
  Author: morph
Revision: 14023

* debian/{control, compat, rules}
  - switch to dh7

Modified:
  packages/pygooglechart/trunk/debian/changelog
  packages/pygooglechart/trunk/debian/compat
  packages/pygooglechart/trunk/debian/control
  packages/pygooglechart/trunk/debian/rules

Modified: packages/pygooglechart/trunk/debian/changelog
===================================================================
--- packages/pygooglechart/trunk/debian/changelog	2010-07-21 19:30:25 UTC (rev 14022)
+++ packages/pygooglechart/trunk/debian/changelog	2010-07-21 21:39:36 UTC (rev 14023)
@@ -6,8 +6,10 @@
     - updated packaging copyright years
   * debian/control
     - bump Standards-Version to 3.9.0 (no changes needed)
+  * debian/{control, compat, rules}
+    - switch to dh7
 
- -- Sandro Tosi <morph at debian.org>  Wed, 21 Jul 2010 20:06:58 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 21 Jul 2010 23:38:24 +0200
 
 pygooglechart (0.2.1-2) unstable; urgency=low
 

Modified: packages/pygooglechart/trunk/debian/compat
===================================================================
--- packages/pygooglechart/trunk/debian/compat	2010-07-21 19:30:25 UTC (rev 14022)
+++ packages/pygooglechart/trunk/debian/compat	2010-07-21 21:39:36 UTC (rev 14023)
@@ -1 +1 @@
-5
+7

Modified: packages/pygooglechart/trunk/debian/control
===================================================================
--- packages/pygooglechart/trunk/debian/control	2010-07-21 19:30:25 UTC (rev 14022)
+++ packages/pygooglechart/trunk/debian/control	2010-07-21 21:39:36 UTC (rev 14023)
@@ -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>
-Build-Depends: debhelper (>= 5.0.38), python-all (>= 2.3.5-7), python-setuptools
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.3.5-7), python-setuptools
 Build-Depends-Indep: python-support (>= 0.6.4)
 Standards-Version: 3.9.0
 Homepage: http://pygooglechart.slowchop.com/

Modified: packages/pygooglechart/trunk/debian/rules
===================================================================
--- packages/pygooglechart/trunk/debian/rules	2010-07-21 19:30:25 UTC (rev 14022)
+++ packages/pygooglechart/trunk/debian/rules	2010-07-21 21:39:36 UTC (rev 14023)
@@ -3,47 +3,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PYVERS=$(shell pyversions -r)
+%:
+	dh $@
 
-clean:
-	dh_testdir
-	dh_testroot
-	
-	# Add here commands to clean up after the build process.
-	python setup.py clean
-	
-	[ ! -d build ] || rm -rf build
-	
-	find . -name '*.py[co]' -delete
-	
-	dh_clean build-stamp
-
-build:
-
-install:
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	
-	# Add here commands to install the package into debian/pygooglechart.
-	python setup.py install --root=$(CURDIR)/debian/python-pygooglechart
-
-binary-arch:
-
-# Build architecture-independent files here.
-binary-indep: install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_pysupport
+override_dh_installexamples:
 	dh_installexamples	examples/* test
-	dh_installdocs
-	dh_compress		-X.py
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+override_dh_compress:
+	dh_compress		-X.py




More information about the Python-modules-commits mailing list