[Python-apps-commits] r6390 - in packages/lunch/trunk/debian (3 files)

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Mon Dec 13 03:04:36 UTC 2010


    Date: Monday, December 13, 2010 @ 03:04:35
  Author: alexandrequessy-guest
Revision: 6390

It finally contains everything

Added:
  packages/lunch/trunk/debian/python-lunch.install
    (from rev 6388, packages/lunch/trunk/debian/install)
Modified:
  packages/lunch/trunk/debian/control
Deleted:
  packages/lunch/trunk/debian/install

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-12-13 02:56:06 UTC (rev 6389)
+++ packages/lunch/trunk/debian/control	2010-12-13 03:04:35 UTC (rev 6390)
@@ -15,7 +15,9 @@
 Section: python
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, openssh-client, python-twisted-core
-Provides: ${python:Provides}
+Provides: ${python:Provides}, lunch
+Replaces: lunch (<< 0.4.0-1)
+Conflicts: lunch (<< 0.4.0-1)
 Recommends: openssh-server, xterm, python-gtk2
 Description: distributed process launcher
  Lunch is a simple distributed process launcher and manager for GNU/Linux.
@@ -29,3 +31,10 @@
  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.
 
+Package: lunch
+Architecture: all
+Depends: python-lunch
+Description: Transitional package for python-lunch
+ This is a transitional package for python-lunch, and can be safely removed
+ after the installation is complete.
+

Deleted: packages/lunch/trunk/debian/install
===================================================================
--- packages/lunch/trunk/debian/install	2010-12-13 02:56:06 UTC (rev 6389)
+++ packages/lunch/trunk/debian/install	2010-12-13 03:04:35 UTC (rev 6390)
@@ -1,5 +0,0 @@
-lunch.png usr/share/pixmaps
-usr/lib/python*
-usr/share/pyshared
-usr/bin
-lunch.desktop usr/share/applications

Copied: packages/lunch/trunk/debian/python-lunch.install (from rev 6388, packages/lunch/trunk/debian/install)
===================================================================
--- packages/lunch/trunk/debian/python-lunch.install	                        (rev 0)
+++ packages/lunch/trunk/debian/python-lunch.install	2010-12-13 03:04:35 UTC (rev 6390)
@@ -0,0 +1,4 @@
+usr/lib
+usr/bin
+lunch.png usr/share/pixmaps
+lunch.desktop usr/share/applications




More information about the Python-apps-commits mailing list