[Python-apps-commits] r5302 - in packages/lunch/trunk/debian (6 files)

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Sun May 30 21:24:42 UTC 2010


    Date: Sunday, May 30, 2010 @ 21:24:37
  Author: alexandrequessy-guest
Revision: 5302

Moved installed files, man pages and docs to their respective file.
Add full text of the MIT license. 
Added XS-Python-Version: all field.
Removed dh_pysupport call.

Added:
  packages/lunch/trunk/debian/docs
  packages/lunch/trunk/debian/install
  packages/lunch/trunk/debian/manpages
Modified:
  packages/lunch/trunk/debian/control
  packages/lunch/trunk/debian/copyright
  packages/lunch/trunk/debian/rules

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-05-30 21:02:27 UTC (rev 5301)
+++ packages/lunch/trunk/debian/control	2010-05-30 21:24:37 UTC (rev 5302)
@@ -1,12 +1,13 @@
 Source: lunch
 Section: utils
 Priority: optional
-#Not word-readable yet: Vcs-Hg: https://svn.sat.qc.ca/hg/lunch
-Vcs-Browser: http://svn.sat.qc.ca/trac/lunch/browser
+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), cdbs, debhelper (>= 5), python-all
+Build-Depends: python-support (>= 0.90), cdbs, debhelper (>= 5), python
 Build-Depends-Indep: help2man, python-twisted, python-gtk2, python-central
+XS-Python-Version: all
 Standards-Version: 3.8.4
 Homepage: http://svn.sat.qc.ca/trac/lunch
 

Modified: packages/lunch/trunk/debian/copyright
===================================================================
--- packages/lunch/trunk/debian/copyright	2010-05-30 21:02:27 UTC (rev 5301)
+++ packages/lunch/trunk/debian/copyright	2010-05-30 21:24:37 UTC (rev 5302)
@@ -49,3 +49,23 @@
     lunch/sig.py is copyright 2008 Thiago Marcos P. Santos and is licensed
     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:
+
+    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.
+

Added: packages/lunch/trunk/debian/docs
===================================================================
--- packages/lunch/trunk/debian/docs	                        (rev 0)
+++ packages/lunch/trunk/debian/docs	2010-05-30 21:24:37 UTC (rev 5302)
@@ -0,0 +1 @@
+examples

Added: packages/lunch/trunk/debian/install
===================================================================
--- packages/lunch/trunk/debian/install	                        (rev 0)
+++ packages/lunch/trunk/debian/install	2010-05-30 21:24:37 UTC (rev 5302)
@@ -0,0 +1,2 @@
+lunch.desktop usr/share/applications
+lunch.png usr/share/pixmaps

Added: packages/lunch/trunk/debian/manpages
===================================================================
--- packages/lunch/trunk/debian/manpages	                        (rev 0)
+++ packages/lunch/trunk/debian/manpages	2010-05-30 21:24:37 UTC (rev 5302)
@@ -0,0 +1,2 @@
+lunch.1
+lunch-slave.1

Modified: packages/lunch/trunk/debian/rules
===================================================================
--- packages/lunch/trunk/debian/rules	2010-05-30 21:02:27 UTC (rev 5301)
+++ packages/lunch/trunk/debian/rules	2010-05-30 21:24:37 UTC (rev 5302)
@@ -5,13 +5,3 @@
 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_pysupport
-	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
-




More information about the Python-apps-commits mailing list