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

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Sun May 30 00:55:00 UTC 2010


    Date: Sunday, May 30, 2010 @ 00:53:20
  Author: alexandrequessy-guest
Revision: 5294

Switched to python-support.
Fixed deps and Build-Depends-Indeps.
Removed initial "The" from synopsis.

Added:
  packages/lunch/trunk/debian/compat
Modified:
  packages/lunch/trunk/debian/changelog
  packages/lunch/trunk/debian/control
  packages/lunch/trunk/debian/rules

Modified: packages/lunch/trunk/debian/changelog
===================================================================
--- packages/lunch/trunk/debian/changelog	2010-05-29 14:27:53 UTC (rev 5293)
+++ packages/lunch/trunk/debian/changelog	2010-05-30 00:53:20 UTC (rev 5294)
@@ -2,4 +2,4 @@
 
   * Initial packaging (closes #583530)
 
- -- Alexandre Quessy <alexandre at quessy.net>  Fri, 28 May 2010 03:26:58 -0400
+ -- Alexandre Quessy <alexandre at quessy.net>  Sat, 29 May 2010 20:51:31 -0400

Added: packages/lunch/trunk/debian/compat
===================================================================
--- packages/lunch/trunk/debian/compat	                        (rev 0)
+++ packages/lunch/trunk/debian/compat	2010-05-30 00:53:20 UTC (rev 5294)
@@ -0,0 +1 @@
+5

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-05-29 14:27:53 UTC (rev 5293)
+++ packages/lunch/trunk/debian/control	2010-05-30 00:53:20 UTC (rev 5294)
@@ -1,24 +1,26 @@
 Source: lunch
 Section: utils
 Priority: optional
+#Not word-readable yet: Vcs-Hg: https://svn.sat.qc.ca/hg/lunch
+Vcs-Browser: http://svn.sat.qc.ca/trac/lunch/browser
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Alexandre Quessy <alexandre at quessy.net>
-Build-Depends: cdbs, debhelper (>= 5.0.38), python (>= 2.4), python-central (>= 0.6.0), python-setuptools, help2man, python-twisted, python-gtk2
-XS-Python-Version: >= 2.4 
+Build-Depends: python-support (>= 0.90), debhelper (>= 5)
+Build-Depends-Indep: help2man, python-twisted, python-gtk2, python-central
 Standards-Version: 3.8.4
 Homepage: http://svn.sat.qc.ca/trac/lunch
 
 Package: lunch
 Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: ${misc:Depends}, python (>= 2.4), python-central (>= 0.6.7), python-dev, openssh-client, python-twisted, python-gtk2, bash
+Depends: ${misc:Depends}, ${python:Depends}, openssh-client, python-twisted, python-gtk2, bash
 Recommends: openssh-server
-Description: The Lunch Distributed Process Launcher
+Description: Distributed process launcher
  Lunch is a simple distributed process launcher and manager for GNU/Linux.
  . 
  With Lunch, one can launch software processes on several different computers 
  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.
  . 
  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-29 14:27:53 UTC (rev 5293)
+++ packages/lunch/trunk/debian/rules	2010-05-30 00:53:20 UTC (rev 5294)
@@ -1,16 +1,17 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
+DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 # Add here any variable or target overrides you need.
 binary-install/lunch::
-	dh_pycentral -plunch
+	dh_pysupport
 	dh_install lunch.desktop usr/share/applications
 	dh_install lunch.png usr/share/pixmaps
 	dh_installman lunch.1
 	dh_installman lunch-slave.1
 	dh_installdocs debian/copyright
 	dh_installdocs examples
+




More information about the Python-apps-commits mailing list