[Python-apps-commits] r6291 - in packages/lunch/trunk/debian (9 files)
alexandrequessy-guest at users.alioth.debian.org
alexandrequessy-guest at users.alioth.debian.org
Wed Nov 10 13:18:29 UTC 2010
Date: Wednesday, November 10, 2010 @ 13:18:13
Author: alexandrequessy-guest
Revision: 6291
movied files around - re-established the lunch + python-lunch packages
Added:
packages/lunch/trunk/debian/lunch.install
(from rev 6289, packages/lunch/trunk/debian/install)
packages/lunch/trunk/debian/lunch.manpages
(from rev 6287, packages/lunch/trunk/debian/manpages)
packages/lunch/trunk/debian/python-lunch.examples
(from rev 6287, packages/lunch/trunk/debian/examples)
packages/lunch/trunk/debian/python-lunch.lintian-overrides
(from rev 6287, packages/lunch/trunk/debian/lintian-overrides)
Modified:
packages/lunch/trunk/debian/control
Deleted:
packages/lunch/trunk/debian/examples
packages/lunch/trunk/debian/install
packages/lunch/trunk/debian/lintian-overrides
packages/lunch/trunk/debian/manpages
Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control 2010-11-09 03:07:07 UTC (rev 6290)
+++ packages/lunch/trunk/debian/control 2010-11-10 13:18:13 UTC (rev 6291)
@@ -16,7 +16,7 @@
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, openssh-client, python-twisted-core
Recommends: openssh-server, xterm, python-gtk2
-Description: distributed process launcher
+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
@@ -25,12 +25,21 @@
It respawns the software that crash and provides a mean to manage
dependencies between running processes.
.
- 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.
+ This package provides the lunch library for Python.
Package: lunch
Depends: python-lunch
Architecture: all
-Section: oldlibs
-Description: transitional dummy package
- This package is now called python-lunch.
+Section: utils
+Depends: python-lunch
+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.
+ .
+ This package provides the command-line lunch utility which can be invoked
+ with a GTK+ user interface.
Deleted: packages/lunch/trunk/debian/examples
===================================================================
--- packages/lunch/trunk/debian/examples 2010-11-09 03:07:07 UTC (rev 6290)
+++ packages/lunch/trunk/debian/examples 2010-11-10 13:18:13 UTC (rev 6291)
@@ -1 +0,0 @@
-examples/*
Deleted: packages/lunch/trunk/debian/install
===================================================================
--- packages/lunch/trunk/debian/install 2010-11-09 03:07:07 UTC (rev 6290)
+++ packages/lunch/trunk/debian/install 2010-11-10 13:18:13 UTC (rev 6291)
@@ -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/lintian-overrides
===================================================================
--- packages/lunch/trunk/debian/lintian-overrides 2010-11-09 03:07:07 UTC (rev 6290)
+++ packages/lunch/trunk/debian/lintian-overrides 2010-11-10 13:18:13 UTC (rev 6291)
@@ -1 +0,0 @@
-lunch binary: example-unusual-interpreter
Copied: packages/lunch/trunk/debian/lunch.install (from rev 6289, packages/lunch/trunk/debian/install)
===================================================================
--- packages/lunch/trunk/debian/lunch.install (rev 0)
+++ packages/lunch/trunk/debian/lunch.install 2010-11-10 13:18:13 UTC (rev 6291)
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/applications
Copied: packages/lunch/trunk/debian/lunch.manpages (from rev 6287, packages/lunch/trunk/debian/manpages)
===================================================================
--- packages/lunch/trunk/debian/lunch.manpages (rev 0)
+++ packages/lunch/trunk/debian/lunch.manpages 2010-11-10 13:18:13 UTC (rev 6291)
@@ -0,0 +1,2 @@
+lunch.1
+lunch-slave.1
Deleted: packages/lunch/trunk/debian/manpages
===================================================================
--- packages/lunch/trunk/debian/manpages 2010-11-09 03:07:07 UTC (rev 6290)
+++ packages/lunch/trunk/debian/manpages 2010-11-10 13:18:13 UTC (rev 6291)
@@ -1,2 +0,0 @@
-lunch.1
-lunch-slave.1
Copied: packages/lunch/trunk/debian/python-lunch.examples (from rev 6287, packages/lunch/trunk/debian/examples)
===================================================================
--- packages/lunch/trunk/debian/python-lunch.examples (rev 0)
+++ packages/lunch/trunk/debian/python-lunch.examples 2010-11-10 13:18:13 UTC (rev 6291)
@@ -0,0 +1 @@
+examples/*
Copied: packages/lunch/trunk/debian/python-lunch.lintian-overrides (from rev 6287, packages/lunch/trunk/debian/lintian-overrides)
===================================================================
--- packages/lunch/trunk/debian/python-lunch.lintian-overrides (rev 0)
+++ packages/lunch/trunk/debian/python-lunch.lintian-overrides 2010-11-10 13:18:13 UTC (rev 6291)
@@ -0,0 +1 @@
+lunch binary: example-unusual-interpreter
More information about the Python-apps-commits
mailing list