[Python-modules-commits] r15069 - in packages/python-pdftools/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Dec 12 09:03:18 UTC 2010
Date: Sunday, December 12, 2010 @ 09:03:08
Author: morph
Revision: 15069
* debian/{control, rules}
- switch to dh7 and short rules file
* debian/docs
- install README.txt
Added:
packages/python-pdftools/trunk/debian/docs
Modified:
packages/python-pdftools/trunk/debian/changelog
packages/python-pdftools/trunk/debian/control
packages/python-pdftools/trunk/debian/rules
Modified: packages/python-pdftools/trunk/debian/changelog
===================================================================
--- packages/python-pdftools/trunk/debian/changelog 2010-12-12 08:40:26 UTC (rev 15068)
+++ packages/python-pdftools/trunk/debian/changelog 2010-12-12 09:03:08 UTC (rev 15069)
@@ -7,8 +7,12 @@
Closes: #606535
* debian/control
- bump Standards-Version to 3.9.1 (no changes needed)
+ * debian/{control, rules}
+ - switch to dh7 and short rules file
+ * debian/docs
+ - install README.txt
- -- Sandro Tosi <morph at debian.org> Sun, 12 Dec 2010 09:39:44 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 12 Dec 2010 10:01:59 +0100
python-pdftools (0.37-2) unstable; urgency=low
Modified: packages/python-pdftools/trunk/debian/control
===================================================================
--- packages/python-pdftools/trunk/debian/control 2010-12-12 08:40:26 UTC (rev 15068)
+++ packages/python-pdftools/trunk/debian/control 2010-12-12 09:03:08 UTC (rev 15069)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 5.0.38), python
+Build-Depends: debhelper (>= 7), python
Build-Depends-Indep: python-support (>= 0.6.4)
Standards-Version: 3.9.1
Homepage: http://www.boddie.org.uk/david/Projects/Python/pdftools
Added: packages/python-pdftools/trunk/debian/docs
===================================================================
--- packages/python-pdftools/trunk/debian/docs (rev 0)
+++ packages/python-pdftools/trunk/debian/docs 2010-12-12 09:03:08 UTC (rev 15069)
@@ -0,0 +1 @@
+README.txt
Modified: packages/python-pdftools/trunk/debian/rules
===================================================================
--- packages/python-pdftools/trunk/debian/rules 2010-12-12 08:40:26 UTC (rev 15068)
+++ packages/python-pdftools/trunk/debian/rules 2010-12-12 09:03:08 UTC (rev 15069)
@@ -2,42 +2,5 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-build:
-
-clean:
- dh_testdir
-
- # Add here commands to clean up after the build process.
- python setup.py clean
-
- # Sandro: remove pdftools/__init__.pyc I think generated during setup.py clean
- dh_clean build-stamp pdftools/*.pyc pdftools/*.pyo
-
-install: build
- dh_testdir
- dh_testroot
- dh_installdirs
-
- # Add here commands to install the package into debian/python-pdftools.
- python setup.py install --root=debian/python-pdftools
-
-# Build architecture-dependent files here.
-binary-arch:
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs README.txt
- dh_pysupport
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@;
More information about the Python-modules-commits
mailing list