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

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Tue Oct 26 05:46:46 UTC 2010


    Date: Tuesday, October 26, 2010 @ 05:46:04
  Author: alexandrequessy-guest
Revision: 6222

Adding the python-lunch package

 * Adding .install, .examples and .manpages files for the two packages
 * Removing upstream URL from package description.

Added:
  packages/lunch/trunk/debian/lunch.examples
  packages/lunch/trunk/debian/lunch.install
  packages/lunch/trunk/debian/lunch.manpages
  packages/lunch/trunk/debian/python-lunch.install
Modified:
  packages/lunch/trunk/debian/control
  packages/lunch/trunk/debian/rules
Deleted:
  packages/lunch/trunk/debian/lunch.links

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-10-25 23:02:56 UTC (rev 6221)
+++ packages/lunch/trunk/debian/control	2010-10-26 05:46:04 UTC (rev 6222)
@@ -13,7 +13,7 @@
 
 Package: lunch
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, openssh-client, python-twisted-core
+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.
@@ -26,5 +26,18 @@
  .
  It provides the command-line lunch utility which can be invoked with a GTK+
  user interface.
+
+Package: python-lunch
+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
+ Lunch is a simple distributed process launcher and manager for GNU/Linux.
  .
- See http://svn.sat.qc.ca/trac/lunch for more information.
+ 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.

Added: packages/lunch/trunk/debian/lunch.examples
===================================================================
--- packages/lunch/trunk/debian/lunch.examples	                        (rev 0)
+++ packages/lunch/trunk/debian/lunch.examples	2010-10-26 05:46:04 UTC (rev 6222)
@@ -0,0 +1 @@
+examples

Added: packages/lunch/trunk/debian/lunch.install
===================================================================
--- packages/lunch/trunk/debian/lunch.install	                        (rev 0)
+++ packages/lunch/trunk/debian/lunch.install	2010-10-26 05:46:04 UTC (rev 6222)
@@ -0,0 +1,4 @@
+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.links
===================================================================
--- packages/lunch/trunk/debian/lunch.links	2010-10-25 23:02:56 UTC (rev 6221)
+++ packages/lunch/trunk/debian/lunch.links	2010-10-26 05:46:04 UTC (rev 6222)
@@ -1,2 +0,0 @@
-usr/share/lunch/lunch-master usr/bin/lunch 
-usr/share/lunch/lunch-slave usr/bin/lunch-slave

Added: packages/lunch/trunk/debian/lunch.manpages
===================================================================
--- packages/lunch/trunk/debian/lunch.manpages	                        (rev 0)
+++ packages/lunch/trunk/debian/lunch.manpages	2010-10-26 05:46:04 UTC (rev 6222)
@@ -0,0 +1,2 @@
+lunch.1
+lunch-slave.1

Added: packages/lunch/trunk/debian/python-lunch.install
===================================================================
--- packages/lunch/trunk/debian/python-lunch.install	                        (rev 0)
+++ packages/lunch/trunk/debian/python-lunch.install	2010-10-26 05:46:04 UTC (rev 6222)
@@ -0,0 +1,2 @@
+usr/share/pyshared/lunch
+usr/share/pyshared/lunch*

Modified: packages/lunch/trunk/debian/rules
===================================================================
--- packages/lunch/trunk/debian/rules	2010-10-25 23:02:56 UTC (rev 6221)
+++ packages/lunch/trunk/debian/rules	2010-10-26 05:46:04 UTC (rev 6222)
@@ -3,6 +3,3 @@
 %:
 	dh $@ --buildsystem=python_distutils
 
-override_dh_auto_install:
-	dh_auto_install -- --install-lib=/usr/share/lunch --install-scripts=/usr/share/lunch
-	cd $(CURDIR)/debian/lunch/usr/share/lunch/lunch && mv lunch ../lunch-master




More information about the Python-apps-commits mailing list