[Python-apps-commits] r6388 - in packages/lunch/trunk/debian (7 files)

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Sun Dec 12 22:42:53 UTC 2010


    Date: Sunday, December 12, 2010 @ 22:42:52
  Author: alexandrequessy-guest
Revision: 6388

back to a single package

Added:
  packages/lunch/trunk/debian/install
  packages/lunch/trunk/debian/python-lunch.manpages
    (from rev 6387, packages/lunch/trunk/debian/lunch.manpages)
Modified:
  packages/lunch/trunk/debian/changelog
  packages/lunch/trunk/debian/control
  packages/lunch/trunk/debian/rules
Deleted:
  packages/lunch/trunk/debian/lunch.install
  packages/lunch/trunk/debian/lunch.manpages

Modified: packages/lunch/trunk/debian/changelog
===================================================================
--- packages/lunch/trunk/debian/changelog	2010-12-12 13:56:11 UTC (rev 6387)
+++ packages/lunch/trunk/debian/changelog	2010-12-12 22:42:52 UTC (rev 6388)
@@ -1,8 +1,9 @@
-lunch (0.4.0-1) unstable; urgency=low
+python-lunch (0.4.0-1) unstable; urgency=low
 
   * New upstream release
+  * Renamed to python-lunch
 
- -- Alexandre Quessy <alexandre at quessy.net>  Tue, 12 Oct 2010 13:53:25 -0400
+ -- Alexandre Quessy <alexandre at quessy.net>  Sun, 12 Dec 2010 16:51:06 -0500
 
 lunch (0.2.22-1) unstable; urgency=low
 

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-12-12 13:56:11 UTC (rev 6387)
+++ packages/lunch/trunk/debian/control	2010-12-12 22:42:52 UTC (rev 6388)
@@ -1,4 +1,4 @@
-Source: lunch
+Source: python-lunch
 Section: utils
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
@@ -17,21 +17,6 @@
 Depends: ${python:Depends}, ${misc:Depends}, openssh-client, python-twisted-core
 Provides: ${python:Provides}
 Recommends: openssh-server, xterm, python-gtk2
-Description: distributed process launching Python library
- 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.
- . 
- This package provides the lunch library for Python.
-
-Package: lunch
-Architecture: all
-Section: utils
-Depends: python-lunch
 Description: distributed process launcher
  Lunch is a simple distributed process launcher and manager for GNU/Linux.
  .
@@ -41,5 +26,6 @@
  It respawns the software that crash and provides a mean to manage
  dependencies between running processes.
  . 
- This package provides the command-line lunch utility which can be invoked
- with a GTK+ user interface.
+ This package provides the lunch library for Python. as well as the
+ command-line lunch utility which can be invoked with a GTK+ user interface.
+

Added: packages/lunch/trunk/debian/install
===================================================================
--- packages/lunch/trunk/debian/install	                        (rev 0)
+++ packages/lunch/trunk/debian/install	2010-12-12 22:42:52 UTC (rev 6388)
@@ -0,0 +1,5 @@
+lunch.png usr/share/pixmaps
+usr/lib/python*
+usr/share/pyshared
+usr/bin
+lunch.desktop usr/share/applications

Deleted: packages/lunch/trunk/debian/lunch.install
===================================================================
--- packages/lunch/trunk/debian/lunch.install	2010-12-12 13:56:11 UTC (rev 6387)
+++ packages/lunch/trunk/debian/lunch.install	2010-12-12 22:42:52 UTC (rev 6388)
@@ -1,3 +0,0 @@
-usr/bin
-lunch.desktop usr/share/applications
-

Deleted: packages/lunch/trunk/debian/lunch.manpages
===================================================================
--- packages/lunch/trunk/debian/lunch.manpages	2010-12-12 13:56:11 UTC (rev 6387)
+++ packages/lunch/trunk/debian/lunch.manpages	2010-12-12 22:42:52 UTC (rev 6388)
@@ -1,2 +0,0 @@
-lunch.1
-lunch-slave.1

Copied: packages/lunch/trunk/debian/python-lunch.manpages (from rev 6387, packages/lunch/trunk/debian/lunch.manpages)
===================================================================
--- packages/lunch/trunk/debian/python-lunch.manpages	                        (rev 0)
+++ packages/lunch/trunk/debian/python-lunch.manpages	2010-12-12 22:42:52 UTC (rev 6388)
@@ -0,0 +1,2 @@
+lunch.1
+lunch-slave.1

Modified: packages/lunch/trunk/debian/rules
===================================================================
--- packages/lunch/trunk/debian/rules	2010-12-12 13:56:11 UTC (rev 6387)
+++ packages/lunch/trunk/debian/rules	2010-12-12 22:42:52 UTC (rev 6388)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=python_distutils
+	dh $@ -ppython-lunch --buildsystem=python_distutils
 




More information about the Python-apps-commits mailing list