[Python-apps-commits] r6287 - in packages/lunch/trunk/debian (9 files)

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Tue Nov 9 02:41:31 UTC 2010


    Date: Tuesday, November 9, 2010 @ 02:41:20
  Author: alexandrequessy-guest
Revision: 6287

Moving everything to python-lunch. 
Creating the lunch transitional dummy package

Added:
  packages/lunch/trunk/debian/examples
    (from rev 6286, packages/lunch/trunk/debian/lunch.examples)
  packages/lunch/trunk/debian/install
    (from rev 6286, packages/lunch/trunk/debian/lunch.install)
  packages/lunch/trunk/debian/lintian-overrides
    (from rev 6286, packages/lunch/trunk/debian/lunch.lintian-overrides)
  packages/lunch/trunk/debian/manpages
    (from rev 6286, packages/lunch/trunk/debian/lunch.manpages)
Modified:
  packages/lunch/trunk/debian/control
Deleted:
  packages/lunch/trunk/debian/lunch.examples
  packages/lunch/trunk/debian/lunch.install
  packages/lunch/trunk/debian/lunch.lintian-overrides
  packages/lunch/trunk/debian/lunch.manpages

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-11-07 21:51:12 UTC (rev 6286)
+++ packages/lunch/trunk/debian/control	2010-11-09 02:41:20 UTC (rev 6287)
@@ -11,28 +11,12 @@
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/lunch/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/lunch/trunk/
 
-Package: lunch
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, openssh-client, python-twisted-core, python-lunch
-Recommends: openssh-server, xterm, python-gtk2
-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.
-
 Package: python-lunch
 Section: python
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, openssh-client, python-twisted-core
 Recommends: openssh-server, xterm, python-gtk2
-Description: distributed process launching library for Python
+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
@@ -41,4 +25,11 @@
  It respawns the software that crash and provides a mean to manage
  dependencies between running processes.
  . 
- This package provides the lunch library for Python.
+ This package provides the lunch library for Python. It also provides the
+ command-line lunch utility which can be invoked with a GTK+ user interface.
+
+Package: lunch
+Depends: python-lunch
+Architecture: all
+Section: oldlibs
+Description: transitional dummy package

Copied: packages/lunch/trunk/debian/examples (from rev 6286, packages/lunch/trunk/debian/lunch.examples)
===================================================================
--- packages/lunch/trunk/debian/examples	                        (rev 0)
+++ packages/lunch/trunk/debian/examples	2010-11-09 02:41:20 UTC (rev 6287)
@@ -0,0 +1 @@
+examples/*

Copied: packages/lunch/trunk/debian/install (from rev 6286, packages/lunch/trunk/debian/lunch.install)
===================================================================
--- packages/lunch/trunk/debian/install	                        (rev 0)
+++ packages/lunch/trunk/debian/install	2010-11-09 02:41:20 UTC (rev 6287)
@@ -0,0 +1,2 @@
+lunch.desktop usr/share/applications
+lunch.png usr/share/pixmaps

Copied: packages/lunch/trunk/debian/lintian-overrides (from rev 6286, packages/lunch/trunk/debian/lunch.lintian-overrides)
===================================================================
--- packages/lunch/trunk/debian/lintian-overrides	                        (rev 0)
+++ packages/lunch/trunk/debian/lintian-overrides	2010-11-09 02:41:20 UTC (rev 6287)
@@ -0,0 +1 @@
+lunch binary: example-unusual-interpreter

Deleted: packages/lunch/trunk/debian/lunch.examples
===================================================================
--- packages/lunch/trunk/debian/lunch.examples	2010-11-07 21:51:12 UTC (rev 6286)
+++ packages/lunch/trunk/debian/lunch.examples	2010-11-09 02:41:20 UTC (rev 6287)
@@ -1 +0,0 @@
-examples/*

Deleted: packages/lunch/trunk/debian/lunch.install
===================================================================
--- packages/lunch/trunk/debian/lunch.install	2010-11-07 21:51:12 UTC (rev 6286)
+++ packages/lunch/trunk/debian/lunch.install	2010-11-09 02:41:20 UTC (rev 6287)
@@ -1,4 +0,0 @@
-scripts/lunch usr/bin
-scripts/lunch-slave usr/bin
-lunch.desktop usr/share/applications
-lunch.png usr/share/pixmaps

Deleted: packages/lunch/trunk/debian/lunch.lintian-overrides
===================================================================
--- packages/lunch/trunk/debian/lunch.lintian-overrides	2010-11-07 21:51:12 UTC (rev 6286)
+++ packages/lunch/trunk/debian/lunch.lintian-overrides	2010-11-09 02:41:20 UTC (rev 6287)
@@ -1 +0,0 @@
-lunch binary: example-unusual-interpreter

Deleted: packages/lunch/trunk/debian/lunch.manpages
===================================================================
--- packages/lunch/trunk/debian/lunch.manpages	2010-11-07 21:51:12 UTC (rev 6286)
+++ packages/lunch/trunk/debian/lunch.manpages	2010-11-09 02:41:20 UTC (rev 6287)
@@ -1,2 +0,0 @@
-lunch.1
-lunch-slave.1

Copied: packages/lunch/trunk/debian/manpages (from rev 6286, packages/lunch/trunk/debian/lunch.manpages)
===================================================================
--- packages/lunch/trunk/debian/manpages	                        (rev 0)
+++ packages/lunch/trunk/debian/manpages	2010-11-09 02:41:20 UTC (rev 6287)
@@ -0,0 +1,2 @@
+lunch.1
+lunch-slave.1




More information about the Python-apps-commits mailing list