[Python-apps-commits] r5304 - in packages/lunch/trunk/debian (control rules)

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Mon May 31 02:22:22 UTC 2010


    Date: Monday, May 31, 2010 @ 02:22:16
  Author: alexandrequessy-guest
Revision: 5304

Switched from CDBS to debhelper 7

Modified:
  packages/lunch/trunk/debian/control
  packages/lunch/trunk/debian/rules

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-05-30 23:53:54 UTC (rev 5303)
+++ packages/lunch/trunk/debian/control	2010-05-31 02:22:16 UTC (rev 5304)
@@ -5,8 +5,8 @@
 Vcs-Browser:http://svn.debian.org/viewsvn/python-apps/packages/lunch/trunk/
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Alexandre Quessy <alexandre at quessy.net>
-Build-Depends: python-support (>= 0.90), cdbs, debhelper (>= 5), python
-Build-Depends-Indep: help2man, python-twisted, python-gtk2, python-central
+Build-Depends: python-support (>= 0.90), debhelper (>= 7), python
+Build-Depends-Indep: help2man, python-twisted, python-gtk2
 XS-Python-Version: all
 Standards-Version: 3.8.4
 Homepage: http://svn.sat.qc.ca/trac/lunch
@@ -22,7 +22,7 @@
  and make sure they keep running. This software was created to suit the needs
  of new media artists for live performances and interactive installations. 
  It respawns the software that crash and provides a mean to manage 
- dependencies  between running processes.
+ dependencies between running processes.
  . 
  It provides the command-line lunch utility which can be invoked with a GTK+
  user interface.

Modified: packages/lunch/trunk/debian/rules
===================================================================
--- packages/lunch/trunk/debian/rules	2010-05-30 23:53:54 UTC (rev 5303)
+++ packages/lunch/trunk/debian/rules	2010-05-31 02:22:16 UTC (rev 5304)
@@ -2,6 +2,5 @@
 
 DEB_PYTHON_SYSTEM=pysupport
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
+%:
+	dh $@ --buildsystem=python_distutils




More information about the Python-apps-commits mailing list