[Python-apps-commits] r5319 - in packages/lunch/trunk/debian (compat control copyright rules)

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


    Date: Tuesday, June 1, 2010 @ 11:34:39
  Author: alexandrequessy-guest
Revision: 5319

Cleanup in control, compat, copyright and rules
 * Added trailing spaces in the description and copyright
 * removed DEB_PYTHON_SYSTEM, which is a cdbs thing
 * compat is now 7, since it depends on debhelper 7
 * Vcs-* entries in the control file need a space after the colon
 * Depend on ${python:depends} instead of python

Modified:
  packages/lunch/trunk/debian/compat
  packages/lunch/trunk/debian/control
  packages/lunch/trunk/debian/copyright
  packages/lunch/trunk/debian/rules

Modified: packages/lunch/trunk/debian/compat
===================================================================
--- packages/lunch/trunk/debian/compat	2010-06-01 09:25:41 UTC (rev 5318)
+++ packages/lunch/trunk/debian/compat	2010-06-01 11:34:39 UTC (rev 5319)
@@ -1 +1 @@
-5
+7

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-06-01 09:25:41 UTC (rev 5318)
+++ packages/lunch/trunk/debian/control	2010-06-01 11:34:39 UTC (rev 5319)
@@ -1,8 +1,8 @@
 Source: lunch
 Section: utils
 Priority: optional
-Vcs-Svn:svn://svn.debian.org/python-apps/packages/lunch/trunk/
-Vcs-Browser:http://svn.debian.org/viewsvn/python-apps/packages/lunch/trunk/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/lunch/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/lunch/trunk/
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Alexandre Quessy <alexandre at quessy.net>
 Build-Depends: python-support (>= 0.90), debhelper (>= 7), python
@@ -13,18 +13,18 @@
 
 Package: lunch
 Architecture: all
-Depends: ${misc:Depends}, openssh-client, python-twisted, python-gtk2, python
+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.
+ 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.
+ 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.
+ 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.
+ 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 09:25:41 UTC (rev 5318)
+++ packages/lunch/trunk/debian/copyright	2010-06-01 11:34:39 UTC (rev 5319)
@@ -20,20 +20,20 @@
     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:
@@ -51,21 +51,21 @@
 
     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.
 

Modified: packages/lunch/trunk/debian/rules
===================================================================
--- packages/lunch/trunk/debian/rules	2010-06-01 09:25:41 UTC (rev 5318)
+++ packages/lunch/trunk/debian/rules	2010-06-01 11:34:39 UTC (rev 5319)
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
-
 %:
 	dh $@ --buildsystem=python_distutils




More information about the Python-apps-commits mailing list