[Python-apps-commits] r6194 - in packages/lunch/trunk/debian (changelog control)
alexandrequessy-guest at users.alioth.debian.org
alexandrequessy-guest at users.alioth.debian.org
Tue Oct 12 17:55:17 UTC 2010
Date: Tuesday, October 12, 2010 @ 17:55:16
Author: alexandrequessy-guest
Revision: 6194
New upstream release + lowered deps on twisted
Modified:
packages/lunch/trunk/debian/changelog
packages/lunch/trunk/debian/control
Modified: packages/lunch/trunk/debian/changelog
===================================================================
--- packages/lunch/trunk/debian/changelog 2010-10-12 17:52:02 UTC (rev 6193)
+++ packages/lunch/trunk/debian/changelog 2010-10-12 17:55:16 UTC (rev 6194)
@@ -1,3 +1,9 @@
+lunch (0.4.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Alexandre Quessy <alexandre at quessy.net> Tue, 12 Oct 2010 13:53:25 -0400
+
lunch (0.2.22-1) unstable; urgency=low
* Initial packaging (closes: #583530)
Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control 2010-10-12 17:52:02 UTC (rev 6193)
+++ packages/lunch/trunk/debian/control 2010-10-12 17:55:16 UTC (rev 6194)
@@ -4,7 +4,7 @@
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Uploaders: Alexandre Quessy <alexandre at quessy.net>
Build-Depends: python, python-support (>= 0.90), debhelper (>= 7.0.50~)
-Build-Depends-Indep: help2man, python-twisted, python-gtk2
+Build-Depends-Indep: help2man, python-twisted-core, python-gtk2
XS-Python-Version: all
Standards-Version: 3.8.4
Homepage: http://svn.sat.qc.ca/trac/lunch
@@ -13,7 +13,7 @@
Package: lunch
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, openssh-client, python-twisted, python-gtk2
+Depends: ${python:Depends}, ${misc:Depends}, openssh-client, python-twisted-core, python-gtk2
Recommends: openssh-server
Description: distributed process launcher
Lunch is a simple distributed process launcher and manager for GNU/Linux.
More information about the Python-apps-commits
mailing list