[Python-modules-commits] r10851 - in packages/python-pipeline/trunk/debian (5 files)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Tue Dec 22 21:04:08 UTC 2009


    Date: Tuesday, December 22, 2009 @ 21:03:59
  Author: jwilk-guest
Revision: 10851

Switch from cdbs to dh.

Added:
  packages/python-pipeline/trunk/debian/clean
Modified:
  packages/python-pipeline/trunk/debian/changelog
  packages/python-pipeline/trunk/debian/compat
  packages/python-pipeline/trunk/debian/control
  packages/python-pipeline/trunk/debian/rules

Modified: packages/python-pipeline/trunk/debian/changelog
===================================================================
--- packages/python-pipeline/trunk/debian/changelog	2009-12-22 20:54:00 UTC (rev 10850)
+++ packages/python-pipeline/trunk/debian/changelog	2009-12-22 21:03:59 UTC (rev 10851)
@@ -9,8 +9,9 @@
   * Bump Standards-Version to 3.8.3 (no changes needed).
   * Add Depends: ${misc:Depends}.
   * Drop debian/pycompat.
+  * Switch from cdbs to dh.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Tue, 22 Dec 2009 21:53:32 +0100
+ -- Jakub Wilk <ubanus at users.sf.net>  Tue, 22 Dec 2009 22:03:04 +0100
 
 python-pipeline (0.1.1-1) unstable; urgency=low
 

Added: packages/python-pipeline/trunk/debian/clean
===================================================================
--- packages/python-pipeline/trunk/debian/clean	                        (rev 0)
+++ packages/python-pipeline/trunk/debian/clean	2009-12-22 21:03:59 UTC (rev 10851)
@@ -0,0 +1 @@
+*.py[co]

Modified: packages/python-pipeline/trunk/debian/compat
===================================================================
--- packages/python-pipeline/trunk/debian/compat	2009-12-22 20:54:00 UTC (rev 10850)
+++ packages/python-pipeline/trunk/debian/compat	2009-12-22 21:03:59 UTC (rev 10851)
@@ -1 +1 @@
-5
+7

Modified: packages/python-pipeline/trunk/debian/control
===================================================================
--- packages/python-pipeline/trunk/debian/control	2009-12-22 20:54:00 UTC (rev 10850)
+++ packages/python-pipeline/trunk/debian/control	2009-12-22 21:03:59 UTC (rev 10851)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jakub Wilk <ubanus at users.sf.net>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python-all, python-support (>= 0.6.4)
+Build-Depends: debhelper (>= 7), python-all, python-support (>= 0.6.4)
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pipeline/trunk

Modified: packages/python-pipeline/trunk/debian/rules
===================================================================
--- packages/python-pipeline/trunk/debian/rules	2009-12-22 20:54:00 UTC (rev 10850)
+++ packages/python-pipeline/trunk/debian/rules	2009-12-22 21:03:59 UTC (rev 10851)
@@ -1,7 +1,31 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM := pysupport
+.PHONY: build
+build:
+	dh build
 
-include /usr/share/cdbs/1/rules/buildcore.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+.PHONY: build-arch
+build-arch:
+
+.PHONY: build-indep
+build-indep: build
+
+.PHONY: install
+install: build
+	dh install
+
+.PHONY: binary
+binary:
+	dh binary
+
+.PHONY: binary-arch
+binary-arch:
+
+.PHONY: binary-indep
+binary-indep: binary
+
+.PHONY: clean
+clean:
+	dh clean
+
+# vim:ts=4 sw=4 noet




More information about the Python-modules-commits mailing list