[Python-apps-commits] r2828 - in packages/debomatic/trunk/debian (4 files)
dktrkranz-guest at users.alioth.debian.org
dktrkranz-guest at users.alioth.debian.org
Fri May 1 17:15:13 UTC 2009
Date: Friday, May 1, 2009 @ 17:15:12
Author: dktrkranz-guest
Revision: 2828
Switch to debhelper 7
Modified:
packages/debomatic/trunk/debian/changelog
packages/debomatic/trunk/debian/compat
packages/debomatic/trunk/debian/control
packages/debomatic/trunk/debian/rules
Modified: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog 2009-05-01 17:12:31 UTC (rev 2827)
+++ packages/debomatic/trunk/debian/changelog 2009-05-01 17:15:12 UTC (rev 2828)
@@ -1,9 +1,10 @@
debomatic (0.6-3) UNRELEASED; urgency=low
+ * Switch to debhelper 7.
* Add ${misc:Depends} to debomatic dependencies.
* Bump Standards-Version to 3.8.1, no changes required.
- -- Luca Falavigna <dktrkranz at ubuntu.com> Fri, 01 May 2009 19:12:37 +0200
+ -- Luca Falavigna <dktrkranz at ubuntu.com> Fri, 01 May 2009 19:15:16 +0200
debomatic (0.6-2) unstable; urgency=low
Modified: packages/debomatic/trunk/debian/compat
===================================================================
--- packages/debomatic/trunk/debian/compat 2009-05-01 17:12:31 UTC (rev 2827)
+++ packages/debomatic/trunk/debian/compat 2009-05-01 17:15:12 UTC (rev 2828)
@@ -1 +1 @@
-6
+7
Modified: packages/debomatic/trunk/debian/control
===================================================================
--- packages/debomatic/trunk/debian/control 2009-05-01 17:12:31 UTC (rev 2827)
+++ packages/debomatic/trunk/debian/control 2009-05-01 17:15:12 UTC (rev 2828)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Luca Falavigna <dktrkranz at ubuntu.com>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: python-central (>= 0.5.6), python-all-dev, docbook2x, docbook-xml
XS-Python-Version: all
Standards-Version: 3.8.1
Modified: packages/debomatic/trunk/debian/rules
===================================================================
--- packages/debomatic/trunk/debian/rules 2009-05-01 17:12:31 UTC (rev 2827)
+++ packages/debomatic/trunk/debian/rules 2009-05-01 17:15:12 UTC (rev 2828)
@@ -1,39 +1,5 @@
#!/usr/bin/make -f
-build: build-stamp
-build-stamp:
- dh_testdir
- $(MAKE) BUILD_BASE=$(CURDIR)/debian/debomatic/build
- touch $@
+%:
+ dh $@
-clean:
- dh_testdir
- dh_testroot
- $(MAKE) clean BUILD_BASE=$(CURDIR)/debian/debomatic/build
- dh_clean build-stamp
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- python setup.py install --root=$(CURDIR)/debian/debomatic
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_installman
- dh_pycentral
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
More information about the Python-apps-commits
mailing list