[Python-apps-commits] r2786 - in packages/jokosher/trunk/debian (5 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Sat Apr 25 15:57:09 UTC 2009


    Date: Saturday, April 25, 2009 @ 15:57:08
  Author: dktrkranz-guest
Revision: 2786

Switch to debhelper 7

Added:
  packages/jokosher/trunk/debian/manpages
Modified:
  packages/jokosher/trunk/debian/changelog
  packages/jokosher/trunk/debian/compat
  packages/jokosher/trunk/debian/control
  packages/jokosher/trunk/debian/rules

Modified: packages/jokosher/trunk/debian/changelog
===================================================================
--- packages/jokosher/trunk/debian/changelog	2009-04-25 13:33:17 UTC (rev 2785)
+++ packages/jokosher/trunk/debian/changelog	2009-04-25 15:57:08 UTC (rev 2786)
@@ -17,6 +17,7 @@
     - Bump gstreamer0.10-plugins-good requirement to >= 0.10.9.
     - Drop debian/jokosher.sh, useless.
     - Provide debian/watch file.
+  * Switch to debhelper 7.
   * Drop python-dev from Build-Depends, use python (>= 2.4) instead.
   * Depend on python-gobject.
   * Switch dependency from python-setuptools to python-pkg-resources
@@ -32,7 +33,7 @@
     - Provide Homepage field in source stanza.
     - Provide debian/README.source to document dpatch usage.
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Sat, 25 Apr 2009 15:27:39 +0200
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Sat, 25 Apr 2009 17:27:25 +0200
 
 jokosher (0.9-1) unstable; urgency=low
 

Modified: packages/jokosher/trunk/debian/compat
===================================================================
--- packages/jokosher/trunk/debian/compat	2009-04-25 13:33:17 UTC (rev 2785)
+++ packages/jokosher/trunk/debian/compat	2009-04-25 15:57:08 UTC (rev 2786)
@@ -1 +1 @@
-5
+7

Modified: packages/jokosher/trunk/debian/control
===================================================================
--- packages/jokosher/trunk/debian/control	2009-04-25 13:33:17 UTC (rev 2785)
+++ packages/jokosher/trunk/debian/control	2009-04-25 15:57:08 UTC (rev 2786)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Luca Falavigna <dktrkranz at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5), dpatch, python (>= 2.4)
+Build-Depends: debhelper (>= 7), dpatch, python (>= 2.4)
 Build-Depends-Indep: python-support (>= 0.5.3)
 Homepage: http://www.jokosher.org
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/jokosher/trunk/

Added: packages/jokosher/trunk/debian/manpages
===================================================================
--- packages/jokosher/trunk/debian/manpages	                        (rev 0)
+++ packages/jokosher/trunk/debian/manpages	2009-04-25 15:57:08 UTC (rev 2786)
@@ -0,0 +1 @@
+debian/jokosher.1

Modified: packages/jokosher/trunk/debian/rules
===================================================================
--- packages/jokosher/trunk/debian/rules	2009-04-25 13:33:17 UTC (rev 2785)
+++ packages/jokosher/trunk/debian/rules	2009-04-25 15:57:08 UTC (rev 2786)
@@ -1,12 +1,14 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
-DEB_INSTALL_MANPAGES_jokosher := debian/jokosher.1
+include /usr/share/dpatch/dpatch.make
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+clean: unpatch
+	dh $@
 
-binary-install/jokosher::
-	dh_desktop -p$(cdbs_curpkg)
-	dh_scrollkeeper -p$(cdbs_curpkg)
+build: patch
+	dh $@
+
+%:
+	dh $@
+
+.PHONY: binary-arch binary-indep build clean install patch unpatch




More information about the Python-apps-commits mailing list