[Pkg-cli-apps-commits] [SCM] docky branch, master, updated. debian/2.0.4-1-1-g10f95db

Rico Tzschichholz ricotz at t-online.de
Wed Jun 2 15:39:13 UTC 2010


The following commit has been merged in the master branch:
commit 10f95dbbcf00a305fbe91fcf088cc657c340c9e1
Author: Rico Tzschichholz <ricotz at t-online.de>
Date:   Wed Jun 2 17:31:38 2010 +0200

    Add patch to make wrapper script cli policy compliant

diff --git a/debian/changelog b/debian/changelog
index 6b55d10..b8a8800 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+docky (2.0.4-2) UNRELEASED; urgency=low
+
+  * debian/patches/01_use_cli_for_wrapper.patch:
+    + patch wrapper script to meet the Debian CLI Policy
+
+ -- Rico Tzschichholz <ricotz at t-online.de>  Wed, 02 Jun 2010 17:17:12 +0200
+
 docky (2.0.4-1) unstable; urgency=low
 
   [ Iain Lane ]
diff --git a/debian/patches/01_use_cli_for_wrapper.patch b/debian/patches/01_use_cli_for_wrapper.patch
new file mode 100644
index 0000000..50f2b02
--- /dev/null
+++ b/debian/patches/01_use_cli_for_wrapper.patch
@@ -0,0 +1,13 @@
+Index: docky.debian.git/Docky/docky.in
+===================================================================
+--- docky.debian.git.orig/Docky/docky.in
++++ docky.debian.git/Docky/docky.in
+@@ -12,7 +12,7 @@
+ fi
+ 
+ if [ `pgrep -u $(id -u) -f Docky.exe | wc -l` -lt 1 ]; then
+-	exec mono --debug "$DOCKY_EXE" "$@"
++	exec /usr/bin/cli --debug "$DOCKY_EXE" "$@"
+ else
+ 	echo "Docky appears to already be running.  Exiting..."
+ fi
diff --git a/debian/patches/series b/debian/patches/series
index 6fb8d90..9764a8c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+01_use_cli_for_wrapper.patch
 use-system-gio-sharp.patch

-- 
docky



More information about the Pkg-cli-apps-commits mailing list