[Python-modules-commits] r4492 - in packages/python-buildutils/trunk/debian (control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Feb 10 22:18:27 UTC 2008


    Date: Sunday, February 10, 2008 @ 22:18:27
  Author: piotr
Revision: 4492

* add Recommends and Suggests
* bump XS-Python-Version to >= 2.3
* s/python/Python in long desc.
* clean debian/rules

Modified:
  packages/python-buildutils/trunk/debian/control
  packages/python-buildutils/trunk/debian/rules

Modified: packages/python-buildutils/trunk/debian/control
===================================================================
--- packages/python-buildutils/trunk/debian/control	2008-02-10 19:29:06 UTC (rev 4491)
+++ packages/python-buildutils/trunk/debian/control	2008-02-10 22:18:27 UTC (rev 4492)
@@ -6,19 +6,21 @@
 Build-Depends: debhelper (>= 5), dpatch
 Build-Depends-Indep: python (>= 2.3.5-11), python-all, python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1)
 Standards-Version: 3.7.3
-XS-Python-Version: >=2.2
-XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-buildutils/trunk
-XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-buildutils/trunk/?op=log
+XS-Python-Version: >=2.3
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-buildutils/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-buildutils/trunk/?op=log
 Homepage: http://buildutils.lesscode.org/
 
 Package: python-buildutils
 Architecture: all
 Depends: ${python:Depends}, python-setuptools
+Recommends: python-pudge, gnupg, openssh-client
+Suggests: python-codespeak-lib, pyflakes
 Description: distutils extensions for developing Python libraries and applications
  Python Build Utilities (buildutils) is a set of extension commands to Python's
  standard distutils that are often useful during development and deployment of
- python projects. buildutils was created with the desire of removing make and
- other external build tools from the python development process.
+ Python projects. buildutils was created with the desire of removing make and
+ other external build tools from the Python development process.
  .
  Because buildutils is integrated with distutils, information about a project
  can be obtained from the project's setup.py and setup.cfg files. This allows

Modified: packages/python-buildutils/trunk/debian/rules
===================================================================
--- packages/python-buildutils/trunk/debian/rules	2008-02-10 19:29:06 UTC (rev 4491)
+++ packages/python-buildutils/trunk/debian/rules	2008-02-10 22:18:27 UTC (rev 4492)
@@ -2,9 +2,6 @@
 
 #export DH_VERBOSE=1
 
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
-	| sed -rne 's,^Version: ([^-]+).*,\1,p')
-
 PYVERS=$(shell pyversions -vr)
 
 include /usr/share/dpatch/dpatch.make 
@@ -14,11 +11,13 @@
 	dh_testroot
 	rm -rf build
 	find . -name '*\.py[co]' -delete
-	dh_clean $(PYVERS:%=install-python%)
+	dh_clean $(PYVERS:%=install-python%) install-stamp
 
 build: patch
 
-install: build $(PYVERS:%=install-python%)
+install: build install-stamp $(PYVERS:%=install-python%)
+
+install-stamp:
 	dh_installdirs
 	dh_install debian/pbu /usr/bin/
 	touch $@
@@ -36,6 +35,7 @@
 	dh_installchangelogs -i
 	dh_installdocs -i
 	dh_installexamples -i
+	dh_installman -i debian/pbu.1
 	dh_pysupport -i
 	dh_compress -i -X.py
 	dh_fixperms -i
@@ -48,4 +48,4 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: build clean binary-indep binary-arch binary build
+.PHONY: build clean binary-indep binary-arch binary build install




More information about the Python-modules-commits mailing list