[Python-apps-commits] r5335 - in packages/lunch/trunk/debian (control lunch.links rules)

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Tue Jun 1 22:40:07 UTC 2010


    Date: Tuesday, June 1, 2010 @ 22:39:59
  Author: alexandrequessy-guest
Revision: 5335

Made the python package private.
 * The scripts are symlinks to scripts in the same dir as the python package
 * They are all is /usr/share/lunch

Added:
  packages/lunch/trunk/debian/lunch.links
Modified:
  packages/lunch/trunk/debian/control
  packages/lunch/trunk/debian/rules

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2010-06-01 20:25:14 UTC (rev 5334)
+++ packages/lunch/trunk/debian/control	2010-06-01 22:39:59 UTC (rev 5335)
@@ -5,7 +5,7 @@
 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
+Build-Depends: python-support (>= 0.90), debhelper (>= 7.0.5), python
 Build-Depends-Indep: help2man, python-twisted, python-gtk2
 XS-Python-Version: all
 Standards-Version: 3.8.4

Added: packages/lunch/trunk/debian/lunch.links
===================================================================
--- packages/lunch/trunk/debian/lunch.links	                        (rev 0)
+++ packages/lunch/trunk/debian/lunch.links	2010-06-01 22:39:59 UTC (rev 5335)
@@ -0,0 +1,2 @@
+usr/share/lunch/lunch-master usr/bin/lunch 
+usr/share/lunch/lunch-slave usr/bin/lunch-slave

Modified: packages/lunch/trunk/debian/rules
===================================================================
--- packages/lunch/trunk/debian/rules	2010-06-01 20:25:14 UTC (rev 5334)
+++ packages/lunch/trunk/debian/rules	2010-06-01 22:39:59 UTC (rev 5335)
@@ -2,3 +2,7 @@
 
 %:
 	dh $@ --buildsystem=python_distutils
+
+override_dh_auto_install:
+	dh_auto_install -- --install-lib=/usr/share/lunch --install-scripts=/usr/share/lunch
+	cd $(CURDIR)/debian/lunch/usr/share/lunch/lunch && mv lunch ../lunch-master




More information about the Python-apps-commits mailing list