[Python-apps-commits] r5288 - in lunch/trunk (7 files)

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Fri May 28 19:06:28 UTC 2010


    Date: Friday, May 28, 2010 @ 19:06:20
  Author: alexandrequessy-guest
Revision: 5288

Adding the initial debian directory for the lunch package.
See bug #583530

Added:
  lunch/trunk/debian/
  lunch/trunk/debian/changelog
  lunch/trunk/debian/control
  lunch/trunk/debian/copyright
  lunch/trunk/debian/rules
  lunch/trunk/debian/source/
  lunch/trunk/debian/source/format

Added: lunch/trunk/debian/changelog
===================================================================
--- lunch/trunk/debian/changelog	                        (rev 0)
+++ lunch/trunk/debian/changelog	2010-05-28 19:06:20 UTC (rev 5288)
@@ -0,0 +1,5 @@
+lunch (0.2.21-1) unstable; urgency=low
+
+  * Initial packaging (closes #583530)
+
+ -- Alexandre Quessy <alexandre at quessy.net>  Fri, 28 May 2010 03:26:58 -0400


Property changes on: lunch/trunk/debian/changelog
___________________________________________________________________
Added: svn:executable
   + *

Added: lunch/trunk/debian/control
===================================================================
--- lunch/trunk/debian/control	                        (rev 0)
+++ lunch/trunk/debian/control	2010-05-28 19:06:20 UTC (rev 5288)
@@ -0,0 +1,26 @@
+Source: lunch
+Section: utils
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Alexandre Quessy <alexandre at quessy.net>
+Build-Depends: cdbs, debhelper (>= 5.0.38), python (>= 2.4), python-central (>= 0.6.0), python-setuptools, help2man, python-twisted, python-gtk2
+XS-Python-Version: >= 2.4 
+Standards-Version: 3.8.4
+Homepage: http://svn.sat.qc.ca/trac/lunch
+
+Package: lunch
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, python (>= 2.4), python-central (>= 0.6.7), python-dev, openssh-client, python-twisted, python-gtk2, bash
+Recommends: openssh-server
+Description: The Lunch 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 provides the command-line lunch utility which can be invoked with a GTK+
+ user interface.
+ .
+ See http://svn.sat.qc.ca/trac/lunch for more informations.


Property changes on: lunch/trunk/debian/control
___________________________________________________________________
Added: svn:executable
   + *

Added: lunch/trunk/debian/copyright
===================================================================
--- lunch/trunk/debian/copyright	                        (rev 0)
+++ lunch/trunk/debian/copyright	2010-05-28 19:06:20 UTC (rev 5288)
@@ -0,0 +1,20 @@
+Lunch
+Copyright (C) 2008 Société des arts technologiques (SAT)
+http://www.sat.qc.ca
+All rights reserved.
+
+This file is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+Lunch is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with Lunch. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems the full text of the GNU General Public License version 3
+can be found in the `/usr/share/common-licenses/GPL-3' file.

Added: lunch/trunk/debian/rules
===================================================================
--- lunch/trunk/debian/rules	                        (rev 0)
+++ lunch/trunk/debian/rules	2010-05-28 19:06:20 UTC (rev 5288)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+# Add here any variable or target overrides you need.
+binary-install/lunch::
+	dh_pycentral -plunch
+	dh_install lunch.desktop usr/share/applications
+	dh_install lunch.png usr/share/pixmaps
+	dh_installman lunch.1
+	dh_installman lunch-slave.1
+	dh_installdocs debian/copyright
+	dh_installdocs examples


Property changes on: lunch/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: lunch/trunk/debian/source/format
===================================================================
--- lunch/trunk/debian/source/format	                        (rev 0)
+++ lunch/trunk/debian/source/format	2010-05-28 19:06:20 UTC (rev 5288)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list