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

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Sun May 30 21:02:44 UTC 2010


    Date: Sunday, May 30, 2010 @ 21:02:27
  Author: alexandrequessy-guest
Revision: 5301

Many fixes in the control file for the lunch packge.
 * depend on python
 * build-depend on python-all
 * fixed the spelling of a words
 * made short lines that were too long
 * got rid of the unused substitution variable ${python:Versions} 

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

Modified: packages/lunch/trunk/debian/changelog
===================================================================
--- packages/lunch/trunk/debian/changelog	2010-05-30 15:37:12 UTC (rev 5300)
+++ packages/lunch/trunk/debian/changelog	2010-05-30 21:02:27 UTC (rev 5301)
@@ -1,5 +1,5 @@
 lunch (0.2.21-1) unstable; urgency=low
 
-  * Initial packaging (closes #583530)
+  * Initial packaging (closes: #583530)
 
- -- Alexandre Quessy <alexandre at quessy.net>  Fri, 28 May 2010 03:26:58 -0400
+ -- Alexandre Quessy <alexandre at quessy.net>  Sun, 30 May 2010 13:19:52 -0400

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-05-30 15:37:12 UTC (rev 5300)
+++ packages/lunch/trunk/debian/control	2010-05-30 21:02:27 UTC (rev 5301)
@@ -12,17 +12,18 @@
 
 Package: lunch
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, openssh-client, python-twisted, python-gtk2, bash
+Depends: ${misc:Depends}, openssh-client, python-twisted, python-gtk2, python
 Recommends: openssh-server
 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 
+ 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 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.
  .
- See http://svn.sat.qc.ca/trac/lunch for more informations.
+ See http://svn.sat.qc.ca/trac/lunch for more information.




More information about the Python-apps-commits mailing list