[Python-apps-commits] r2743 - in packages/pyaimt/trunk/debian (5 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Tue Apr 14 15:03:17 UTC 2009


    Date: Tuesday, April 14, 2009 @ 15:03:17
  Author: nijel
Revision: 2743

Switch to debhelper 7 and python-support.

Modified:
  packages/pyaimt/trunk/debian/changelog
  packages/pyaimt/trunk/debian/compat
  packages/pyaimt/trunk/debian/control
  packages/pyaimt/trunk/debian/rules
Deleted:
  packages/pyaimt/trunk/debian/pycompat

Modified: packages/pyaimt/trunk/debian/changelog
===================================================================
--- packages/pyaimt/trunk/debian/changelog	2009-04-14 15:00:34 UTC (rev 2742)
+++ packages/pyaimt/trunk/debian/changelog	2009-04-14 15:03:17 UTC (rev 2743)
@@ -3,8 +3,9 @@
   * NOT RELEASED YET
   * Do not ship /var/run/pyaimt in package.
   * Update to policy 3.8.1.
+  * Switch to debhelper 7 and python-support.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 14 Apr 2009 17:00:23 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 14 Apr 2009 17:02:11 +0200
 
 pyaimt (0.8a-8) unstable; urgency=low
 

Modified: packages/pyaimt/trunk/debian/compat
===================================================================
--- packages/pyaimt/trunk/debian/compat	2009-04-14 15:00:34 UTC (rev 2742)
+++ packages/pyaimt/trunk/debian/compat	2009-04-14 15:03:17 UTC (rev 2743)
@@ -1 +1 @@
-5
+7

Modified: packages/pyaimt/trunk/debian/control
===================================================================
--- packages/pyaimt/trunk/debian/control	2009-04-14 15:00:34 UTC (rev 2742)
+++ packages/pyaimt/trunk/debian/control	2009-04-14 15:03:17 UTC (rev 2743)
@@ -3,9 +3,8 @@
 Priority: extra
 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), dpatch
-Build-Depends-Indep: python-dev, python-central (>= 0.5)
-XS-Python-Version: current
+Build-Depends: debhelper (>= 7.0.14), dpatch
+Build-Depends-Indep: python-dev, python-support (>= 0.5.3)
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pyaimt/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pyaimt/trunk/

Deleted: packages/pyaimt/trunk/debian/pycompat
===================================================================
--- packages/pyaimt/trunk/debian/pycompat	2009-04-14 15:00:34 UTC (rev 2742)
+++ packages/pyaimt/trunk/debian/pycompat	2009-04-14 15:03:17 UTC (rev 2743)
@@ -1 +0,0 @@
-2

Modified: packages/pyaimt/trunk/debian/rules
===================================================================
--- packages/pyaimt/trunk/debian/rules	2009-04-14 15:00:34 UTC (rev 2742)
+++ packages/pyaimt/trunk/debian/rules	2009-04-14 15:03:17 UTC (rev 2743)
@@ -7,38 +7,19 @@
 build: build-stamp
 
 build-stamp: patch-stamp
-	dh_testdir
+	dh build
 	cp config_example.xml pyaimt.conf.xml
 	chmod -x PyAIMt.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 binary-indep
 
 binary-arch: build install
 




More information about the Python-apps-commits mailing list