[Python-apps-commits] r1397 - in packages/lazygal/trunk/debian (4 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Sat Jun 7 09:59:26 UTC 2008


    Date: Saturday, June 7, 2008 @ 09:59:25
  Author: nijel
Revision: 1397

Use new dh command to simplify debian/rules.

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

Modified: packages/lazygal/trunk/debian/changelog
===================================================================
--- packages/lazygal/trunk/debian/changelog	2008-06-07 09:57:20 UTC (rev 1396)
+++ packages/lazygal/trunk/debian/changelog	2008-06-07 09:59:25 UTC (rev 1397)
@@ -5,8 +5,9 @@
     - Change Vcs fields in debian/control.
     - Add team to Uploaders.
   * Update to standards 3.8.0.
+  * Use new dh command to simplify debian/rules.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sat, 07 Jun 2008 11:57:05 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sat, 07 Jun 2008 11:59:28 +0200
 
 lazygal (0.3.1-2) unstable; urgency=low
 

Modified: packages/lazygal/trunk/debian/compat
===================================================================
--- packages/lazygal/trunk/debian/compat	2008-06-07 09:57:20 UTC (rev 1396)
+++ packages/lazygal/trunk/debian/compat	2008-06-07 09:59:25 UTC (rev 1397)
@@ -1 +1 @@
-5
+7

Modified: packages/lazygal/trunk/debian/control
===================================================================
--- packages/lazygal/trunk/debian/control	2008-06-07 09:57:20 UTC (rev 1396)
+++ packages/lazygal/trunk/debian/control	2008-06-07 09:59:25 UTC (rev 1397)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2)
-Build-Depends-Indep: python-dev, python-central (>= 0.5)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python-dev, python-central (>= 0.6.7)
 Standards-Version: 3.8.0
 XS-Python-Version: current
 Vcs-Svn: svn://svn.cihar.com/debian-lazygal/trunk

Modified: packages/lazygal/trunk/debian/rules
===================================================================
--- packages/lazygal/trunk/debian/rules	2008-06-07 09:57:20 UTC (rev 1396)
+++ packages/lazygal/trunk/debian/rules	2008-06-07 09:59:25 UTC (rev 1397)
@@ -2,41 +2,17 @@
 
 #export DH_VERBOSE=1
 
-build: build-stamp
+build:
+	dh build
 
-build-stamp:
-	dh_testdir
-	/usr/bin/python setup.py build
-	touch $@
-
 clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp `find . -name '*.pyc'`
-	rm -rf build 
-	dh_clean 
+	dh clean
 
 install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	/usr/bin/python setup.py install --no-compile --root $(CURDIR)/debian/lazygal
+	dh install
 
 binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_strip
-	dh_installman debian/lazygal.1
-	dh_compress
-	dh_fixperms
-	dh_pycentral
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh --with python_central binary-indep
 
 binary-arch: build install
 




More information about the Python-apps-commits mailing list