[Python-apps-commits] r4157 - in packages/kupfer/trunk/debian (2 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Nov 21 18:12:29 UTC 2009


    Date: Saturday, November 21, 2009 @ 18:12:24
  Author: dktrkranz
Revision: 4157

Upstream installs files in a private directory itself, no need to manually invoke Python interpreter calling kupfer script anymore

Modified:
  packages/kupfer/trunk/debian/changelog
  packages/kupfer/trunk/debian/patches/debian_path.patch

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2009-11-21 17:56:53 UTC (rev 4156)
+++ packages/kupfer/trunk/debian/changelog	2009-11-21 18:12:24 UTC (rev 4157)
@@ -2,8 +2,11 @@
 
   * New upstream release.
   * Refresh dependencies with minimum required versions.
+  * debian/patches/debian_path.patch:
+    - Upstream installs files in a private directory itself, no need to
+      manually invoke Python interpreter calling kupfer script anymore.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sat, 21 Nov 2009 18:56:28 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 21 Nov 2009 19:12:00 +0100
 
 kupfer (0+c17-2) unstable; urgency=low
 

Modified: packages/kupfer/trunk/debian/patches/debian_path.patch
===================================================================
--- packages/kupfer/trunk/debian/patches/debian_path.patch	2009-11-21 17:56:53 UTC (rev 4156)
+++ packages/kupfer/trunk/debian/patches/debian_path.patch	2009-11-21 18:12:24 UTC (rev 4157)
@@ -15,16 +15,6 @@
  Type=Application
  Categories=Utility;
  StartupNotify=true
-Index: kupfer-0+c17/kupfer-activate.sh
-===================================================================
---- kupfer-0+c17.orig/kupfer-activate.sh	2009-11-01 21:28:08.036202415 +0100
-+++ kupfer-0+c17/kupfer-activate.sh	2009-11-01 21:28:13.536207000 +0100
-@@ -17,4 +17,4 @@
- 
- test \( $KUPFER_HAS_CLIARGS = 0 -a $KUPFER_HAS_OPTIONS != 0 \) && dbus-send --print-reply --dest=se.kaizer.kupfer /interface se.kaizer.kupfer.Listener.PutText string:"$PWD" string:"$*" >/dev/null 2>&1
- 
--test $KUPFER_RUNNING != 0 && exec ${PYTHON} -m kupfer.__init__ $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"
-+test $KUPFER_RUNNING != 0 && exec /usr/share/kupfer/kupfer.py $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"
 Index: kupfer-0+c17/wscript
 ===================================================================
 --- kupfer-0+c17.orig/wscript	2009-11-01 21:28:37.120208071 +0100




More information about the Python-apps-commits mailing list