[Python-apps-commits] r1413 - in packages/pyicqt/trunk/debian (4 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Sat Jun 7 10:37:27 UTC 2008


    Date: Saturday, June 7, 2008 @ 10:37:26
  Author: nijel
Revision: 1413

Use new dh command to simplify debian/rules.

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

Modified: packages/pyicqt/trunk/debian/changelog
===================================================================
--- packages/pyicqt/trunk/debian/changelog	2008-06-07 10:33:17 UTC (rev 1412)
+++ packages/pyicqt/trunk/debian/changelog	2008-06-07 10:37:26 UTC (rev 1413)
@@ -1,10 +1,10 @@
-pyicqt (0.8b-4) UNRELEASED; urgency=low
+pyicqt (0.8b-4) unstable; urgency=low
 
-  * NOT RELEASED YET
   * Fix names of suggested jabber daemons.
   * Update to standards 3.8.0.
+  * Use new dh command to simplify debian/rules.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sat, 07 Jun 2008 12:33:12 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sat, 07 Jun 2008 12:37:23 +0200
 
 pyicqt (0.8b-3) unstable; urgency=low
 

Modified: packages/pyicqt/trunk/debian/compat
===================================================================
--- packages/pyicqt/trunk/debian/compat	2008-06-07 10:33:17 UTC (rev 1412)
+++ packages/pyicqt/trunk/debian/compat	2008-06-07 10:37:26 UTC (rev 1413)
@@ -1 +1 @@
-5
+7

Modified: packages/pyicqt/trunk/debian/control
===================================================================
--- packages/pyicqt/trunk/debian/control	2008-06-07 10:33:17 UTC (rev 1412)
+++ packages/pyicqt/trunk/debian/control	2008-06-07 10:37:26 UTC (rev 1413)
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>, Patrick Ringl <patrick_ at freenet.de>
-Build-Depends: debhelper (>= 5.0.37.2), dpatch
-Build-Depends-Indep: python-dev, python-central (>= 0.5)
+Build-Depends: debhelper (>= 7), dpatch
+Build-Depends-Indep: python-dev, python-central (>= 0.6.7)
 XS-Python-Version: current
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pyicqt/trunk

Modified: packages/pyicqt/trunk/debian/rules
===================================================================
--- packages/pyicqt/trunk/debian/rules	2008-06-07 10:33:17 UTC (rev 1412)
+++ packages/pyicqt/trunk/debian/rules	2008-06-07 10:37:26 UTC (rev 1413)
@@ -7,38 +7,19 @@
 build: build-stamp
 
 build-stamp: patch-stamp
-	dh_testdir
+	dh build
 	cp config_example.xml pyicqt.conf.xml
 	chmod -x PyICQt.py
 	touch $@
 
 clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp `find . -name '*.pyc'`
-	dh_clean 
+	dh clean
 
 install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	dh_install
+	dh install
 
 binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	dh_installinit
-	dh_installlogrotate
-	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