[Python-apps-commits] r850 - in packages/disksearch/trunk/debian (2 files)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Sun Mar 23 22:18:37 UTC 2008


    Date: Sunday, March 23, 2008 @ 22:18:36
  Author: gothicx-guest
Revision: 850

Add 'exec' before the python call

Modified:
  packages/disksearch/trunk/debian/changelog
  packages/disksearch/trunk/debian/patches/01_disksearch-launcher-fix.patch

Modified: packages/disksearch/trunk/debian/changelog
===================================================================
--- packages/disksearch/trunk/debian/changelog	2008-03-23 19:55:42 UTC (rev 849)
+++ packages/disksearch/trunk/debian/changelog	2008-03-23 22:18:36 UTC (rev 850)
@@ -5,8 +5,10 @@
     + Bump python-central to version 0.6.
   * debian/copyright:
     + Change GPL to GPL-2 in common-licenses path.
+  * debian/patches/01_disksearch-launcher-fix.patch:
+    + Add "exec" before python call to run.
 
- -- Marco Rodrigues <gothicx at sapo.pt>  Fri, 18 Jan 2008 00:18:23 +0000
+ -- Marco Rodrigues <gothicx at sapo.pt>  Sun, 23 Mar 2008 22:05:17 +0000
 
 disksearch (1.2.1-2) unstable; urgency=low
 

Modified: packages/disksearch/trunk/debian/patches/01_disksearch-launcher-fix.patch
===================================================================
--- packages/disksearch/trunk/debian/patches/01_disksearch-launcher-fix.patch	2008-03-23 19:55:42 UTC (rev 849)
+++ packages/disksearch/trunk/debian/patches/01_disksearch-launcher-fix.patch	2008-03-23 22:18:36 UTC (rev 850)
@@ -1,10 +1,11 @@
-diff -Nur disksearch-1.1.3/disksearch disksearch-1.1.3.new/disksearch
---- disksearch-1.1.3/disksearch	2004-11-04 01:56:03.000000000 +0100
-+++ disksearch-1.1.3.new/disksearch	2007-02-18 17:23:15.000000000 +0100
+diff -Nur disksearch-1.2.1/disksearch disksearch-1.2.1.new/disksearch
+--- disksearch-1.2.1/disksearch	2004-11-04 01:56:03.000000000 +0100
++++ disksearch-1.2.1.new/disksearch	2007-02-18 17:23:15.000000000 +0100
 @@ -3,5 +3,5 @@
  # to modify the name of the Python executable (e.g. "python2.2").
  # Stefan Saring & Mathias Obst, 2004/11/04
- 
+
 -cd /usr/local/share/disksearch
+-python disksearch.py $*
 +cd /usr/share/disksearch
- python disksearch.py $*
++exec python disksearch.py $*




More information about the Python-apps-commits mailing list