[Python-apps-commits] r3289 - in packages/kupfer/trunk/debian/patches (3 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Wed Jul 15 19:22:23 UTC 2009


    Date: Wednesday, July 15, 2009 @ 19:22:21
  Author: dktrkranz-guest
Revision: 3289

Split patch in smaller ones

Added:
  packages/kupfer/trunk/debian/patches/debian_wrappers.patch
    (from rev 3288, packages/kupfer/trunk/debian/patches/debian_customization.patch)
Modified:
  packages/kupfer/trunk/debian/patches/series
Deleted:
  packages/kupfer/trunk/debian/patches/debian_customization.patch

Deleted: packages/kupfer/trunk/debian/patches/debian_customization.patch
===================================================================
--- packages/kupfer/trunk/debian/patches/debian_customization.patch	2009-07-15 19:10:46 UTC (rev 3288)
+++ packages/kupfer/trunk/debian/patches/debian_customization.patch	2009-07-15 19:22:21 UTC (rev 3289)
@@ -1,40 +0,0 @@
-Description: Changes required for Debian packaging
-Origin: Debian
-Forwarded: not-needed
-
-Index: kupfer-0+c1/wscript
-===================================================================
---- kupfer-0+c1.orig/wscript	2009-07-04 18:28:08.000000000 +0200
-+++ kupfer-0+c1/wscript	2009-07-05 01:00:36.000000000 +0200
-@@ -139,7 +139,7 @@
- 	binary_subst_file = "kupfer-activate.sh"
- 	bin = bld.new_task_gen("subst",
- 		source = binary_subst_file,
--		target = "data/kupfer",
-+		target = "data/kupfer-activate.sh",
- 		install_path = "${BINDIR}",
- 		chmod = 0755,
- 		dict = {"PYTHON": bld.env["PYTHON"]}
-Index: kupfer-0+c1/data/kupfer.desktop.in
-===================================================================
---- kupfer-0+c1.orig/data/kupfer.desktop.in.in	2009-07-05 01:00:42.000000000 +0200
-+++ kupfer-0+c1/data/kupfer.desktop.in.in	2009-07-05 01:01:17.000000000 +0200
-@@ -3,7 +3,7 @@
- _Name=Kupfer
- _Comment=A simple flexible launcher
- Icon=search
--Exec=@KUPFER@
-+Exec=kupfer
- Type=Application
- Categories=Utility;
- StartupNotify=true
-Index: kupfer-0+c1/kupfer-activate.sh
-===================================================================
---- kupfer-0+c1.orig/kupfer-activate.sh	2009-07-05 01:01:42.000000000 +0200
-+++ kupfer-0+c1/kupfer-activate.sh	2009-07-05 01:02:07.000000000 +0200
-@@ -7,4 +7,4 @@
- # but only if there are no arguments
- test -z "$*" && dbus-send --print-reply --dest=se.kaizer.kupfer /interface se.kaizer.kupfer.Listener.ShowHide >/dev/null 2>&1
- 
--test $? != 0 && exec ${PYTHON} -m kupfer.__init__ $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"
-+test $? != 0 && cd /usr/share/kupfer && exec ${PYTHON} -m kupfer.__init__ $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"

Copied: packages/kupfer/trunk/debian/patches/debian_wrappers.patch (from rev 3288, packages/kupfer/trunk/debian/patches/debian_customization.patch)
===================================================================
--- packages/kupfer/trunk/debian/patches/debian_wrappers.patch	                        (rev 0)
+++ packages/kupfer/trunk/debian/patches/debian_wrappers.patch	2009-07-15 19:22:21 UTC (rev 3289)
@@ -0,0 +1,40 @@
+Description:	Adjust wrappers to use Debian custom ones
+Origin:		Debian
+Forwarded:	not-needed
+
+Index: kupfer-0+c1/wscript
+===================================================================
+--- kupfer-0+c1.orig/wscript	2009-07-04 18:28:08.000000000 +0200
++++ kupfer-0+c1/wscript	2009-07-05 01:00:36.000000000 +0200
+@@ -139,7 +139,7 @@
+ 	binary_subst_file = "kupfer-activate.sh"
+ 	bin = bld.new_task_gen("subst",
+ 		source = binary_subst_file,
+-		target = "data/kupfer",
++		target = "data/kupfer-activate.sh",
+ 		install_path = "${BINDIR}",
+ 		chmod = 0755,
+ 		dict = {"PYTHON": bld.env["PYTHON"]}
+Index: kupfer-0+c1/data/kupfer.desktop.in
+===================================================================
+--- kupfer-0+c1.orig/data/kupfer.desktop.in.in	2009-07-05 01:00:42.000000000 +0200
++++ kupfer-0+c1/data/kupfer.desktop.in.in	2009-07-05 01:01:17.000000000 +0200
+@@ -3,7 +3,7 @@
+ _Name=Kupfer
+ _Comment=A simple flexible launcher
+ Icon=search
+-Exec=@KUPFER@
++Exec=kupfer
+ Type=Application
+ Categories=Utility;
+ StartupNotify=true
+Index: kupfer-0+c1/kupfer-activate.sh
+===================================================================
+--- kupfer-0+c1.orig/kupfer-activate.sh	2009-07-05 01:01:42.000000000 +0200
++++ kupfer-0+c1/kupfer-activate.sh	2009-07-05 01:02:07.000000000 +0200
+@@ -7,4 +7,4 @@
+ # but only if there are no arguments
+ test -z "$*" && dbus-send --print-reply --dest=se.kaizer.kupfer /interface se.kaizer.kupfer.Listener.ShowHide >/dev/null 2>&1
+ 
+-test $? != 0 && exec ${PYTHON} -m kupfer.__init__ $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"
++test $? != 0 && cd /usr/share/kupfer && exec ${PYTHON} -m kupfer.__init__ $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"

Modified: packages/kupfer/trunk/debian/patches/series
===================================================================
--- packages/kupfer/trunk/debian/patches/series	2009-07-15 19:10:46 UTC (rev 3288)
+++ packages/kupfer/trunk/debian/patches/series	2009-07-15 19:22:21 UTC (rev 3289)
@@ -1 +1 @@
-debian_customization.patch
+debian_wrappers.patch




More information about the Python-apps-commits mailing list