[Python-modules-commits] r6328 - in packages/configobj (4 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Sun Aug 24 03:10:58 UTC 2008


    Date: Sunday, August 24, 2008 @ 03:10:57
  Author: odd_bloke-guest
Revision: 6328

Moved to debhelper 7.

Modified:
  packages/configobj/trunk/	(properties)
  packages/configobj/trunk/debian/compat
  packages/configobj/trunk/debian/control
  packages/configobj/trunk/debian/rules


Property changes on: packages/configobj/trunk
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2008-08-22 17:00:13.792999983 +0100
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
properties: 
	branch-nick: configobj

   + timestamp: 2008-08-24 03:44:08.844000101 +0100
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
properties: 
	branch-nick: configobj

Name: bzr:revision-id:v3-list-QlpoOTFBWSZTWXrctpkAABdRgAAQABC6yV4AIAAhtU1MmBtQUwAE0zC-FIoOFRv95GyEprQjsj13FDS34XckU4UJB63LaZA.
   - 50 daniel at daniel-watkins.co.uk-20080822154001-vpbhtt74th9b1kis
51 daniel at daniel-watkins.co.uk-20080822154228-r1979mmzxjw14fbh
52 daniel at daniel-watkins.co.uk-20080822154804-uio47vdopaxpm30m
53 daniel at daniel-watkins.co.uk-20080822155348-x9yek2hwi25u3sqr
54 daniel at daniel-watkins.co.uk-20080822155457-qvqvf6537lqkq753
55 daniel at daniel-watkins.co.uk-20080822160013-bnm17yenvdtz0k1l

   + 50 daniel at daniel-watkins.co.uk-20080822154001-vpbhtt74th9b1kis
51 daniel at daniel-watkins.co.uk-20080822154228-r1979mmzxjw14fbh
52 daniel at daniel-watkins.co.uk-20080822154804-uio47vdopaxpm30m
53 daniel at daniel-watkins.co.uk-20080822155348-x9yek2hwi25u3sqr
54 daniel at daniel-watkins.co.uk-20080822155457-qvqvf6537lqkq753
55 daniel at daniel-watkins.co.uk-20080822160013-bnm17yenvdtz0k1l
56 daniel at daniel-watkins.co.uk-20080824024408-usrl48v3vw20fokh


Modified: packages/configobj/trunk/debian/compat
===================================================================
--- packages/configobj/trunk/debian/compat	2008-08-24 03:10:50 UTC (rev 6327)
+++ packages/configobj/trunk/debian/compat	2008-08-24 03:10:57 UTC (rev 6328)
@@ -1 +1 @@
-5
+7

Modified: packages/configobj/trunk/debian/control
===================================================================
--- packages/configobj/trunk/debian/control	2008-08-24 03:10:50 UTC (rev 6327)
+++ packages/configobj/trunk/debian/control	2008-08-24 03:10:57 UTC (rev 6328)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), dpatch, python-setuptools (>= 0.6a9),
+Build-Depends: debhelper (>= 7), dpatch, python-setuptools (>= 0.6a9),
     python-all-dev (>= 2.3.5-11)
 Build-Depends-Indep: python-epydoc, python-support (>= 0.6.4)
 Standards-Version: 3.7.3

Modified: packages/configobj/trunk/debian/rules
===================================================================
--- packages/configobj/trunk/debian/rules	2008-08-24 03:10:50 UTC (rev 6327)
+++ packages/configobj/trunk/debian/rules	2008-08-24 03:10:57 UTC (rev 6328)
@@ -16,27 +16,15 @@
 	env PYTHONPATH=`pwd` epydoc --name ConfigObj \
 		--url http://www.voidspace.org.uk/python/configobj.html \
 		-o configobj-api configobj
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
+	dh install --until dh_installdirs
 	python setup.py install --no-compile --root=debian/python-configobj
+	dh install --remaining
 
 # Build architecture-independent files here.
 binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_install
-	rm debian/python-configobj/usr/share/doc/python-configobj/BSD-LICENSE.txt
-	dh_compress -X.txt -X.py
-	dh_fixperms
-	dh_pysupport
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh binary-indep --until dh_install
+	rm debian/python-configobj/usr/share/doc/python-configobj/BSD-LICENSE.*
+	dh binary-indep --remaining
 
 # Build architecture-dependent files here.
 binary-arch: build install




More information about the Python-modules-commits mailing list