[Python-apps-commits] r5320 - in packages/lunch/trunk/debian (4 files)

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Tue Jun 1 11:51:02 UTC 2010


    Date: Tuesday, June 1, 2010 @ 11:50:55
  Author: alexandrequessy-guest
Revision: 5320

Removed trailing spaces - not add them - and changed docs for examples.

Added:
  packages/lunch/trunk/debian/examples
    (from rev 5318, packages/lunch/trunk/debian/docs)
Modified:
  packages/lunch/trunk/debian/control
  packages/lunch/trunk/debian/copyright
Deleted:
  packages/lunch/trunk/debian/docs

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-06-01 11:34:39 UTC (rev 5319)
+++ packages/lunch/trunk/debian/control	2010-06-01 11:50:55 UTC (rev 5320)
@@ -16,15 +16,15 @@
 Depends: ${misc:Depends}, openssh-client, python-twisted, python-gtk2, ${python:Depends}
 Recommends: openssh-server
 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. 
- . 
- It provides the command-line lunch utility which can be invoked with a GTK+ 
- user interface. 
+ 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.
+ .
+ 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 information.

Modified: packages/lunch/trunk/debian/copyright
===================================================================
--- packages/lunch/trunk/debian/copyright	2010-06-01 11:34:39 UTC (rev 5319)
+++ packages/lunch/trunk/debian/copyright	2010-06-01 11:50:55 UTC (rev 5320)
@@ -2,7 +2,7 @@
 
     Alexandre Quessy <alexandre at quessy.net> on Sat, 29 May 2010 18:01:45 -0400
 
-It was downloaded from https://svn.sat.qc.ca/trac/lunch/ 
+It was downloaded from https://svn.sat.qc.ca/trac/lunch/
 
 Upstream Author(s):
 
@@ -20,52 +20,52 @@
     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 
+    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 
+    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 
+    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 2 
+    On Debian systems the full text of the GNU General Public License version 2
     can be found in the `/usr/share/common-licenses/GPL-2' file.
 
 The Debian packaging is:
 
     Copyright (C) 2010 Alexandre Quessy <alexandre at quessy.net>
 
-and is licensed under the GPL version 3, 
+and is licensed under the GPL version 3,
 see `/usr/share/common-licenses/GPL-3'.
 
-There are files and directories which have a different copyright/license 
+There are files and directories which have a different copyright/license
 attached. Here is a list.
 
     lunch/sig.py is copyright 2008 Thiago Marcos P. Santos and is licensed
-    under the MIT license. 
+    under the MIT license.
 
     Copyright (c) 2008 Thiago Marcos P. Santos
 
-    Permission is hereby granted, free of charge, to any person obtaining a copy 
-    of this software and associated documentation files (the "Software"), to deal 
-    in the Software without restriction, including without limitation the rights 
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
-    copies of the Software, and to permit persons to whom the Software is 
-    furnished to do so, subject to the following conditions: 
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
 
-    The above copyright notice and this permission notice shall be included in 
+    The above copyright notice and this permission notice shall be included in
     all copies or substantial portions of the Software.
 
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     THE SOFTWARE.
 

Deleted: packages/lunch/trunk/debian/docs
===================================================================
--- packages/lunch/trunk/debian/docs	2010-06-01 11:34:39 UTC (rev 5319)
+++ packages/lunch/trunk/debian/docs	2010-06-01 11:50:55 UTC (rev 5320)
@@ -1 +0,0 @@
-examples

Copied: packages/lunch/trunk/debian/examples (from rev 5318, packages/lunch/trunk/debian/docs)
===================================================================
--- packages/lunch/trunk/debian/examples	                        (rev 0)
+++ packages/lunch/trunk/debian/examples	2010-06-01 11:50:55 UTC (rev 5320)
@@ -0,0 +1 @@
+examples




More information about the Python-apps-commits mailing list