[Pkg-cli-apps-commits] [SCM] smuxi branch, master, updated. debian/0.8.11-1-14-g4d98087

Mirco Bauer meebey at meebey.net
Fri May 31 15:31:56 UTC 2013


The following commit has been merged in the master branch:
commit 4d98087b906585e1ea699d3cfda5b5378007631d
Author: Mirco Bauer <meebey at meebey.net>
Date:   Fri May 31 17:30:12 2013 +0200

    dh_install can't install system files, thus we need to use install instead

diff --git a/debian/rules b/debian/rules
index 4245f5e..51bc99c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ override_dh_install:
 	-dh_install -p smuxi-frontend-gnome "usr/lib/smuxi/messagingmenu-sharp.dll*"
 	-dh_install -p smuxi-frontend-gnome "usr/lib/smuxi/gio-sharp.dll*"
 	# optional system libs
-	-dh_install -p smuxi-frontend-gnome "/usr/lib/gio-sharp/gio-sharp.dll*" usr/lib/smuxi/
+	-install /usr/lib/gio-sharp/gio-sharp.dll* debian/smuxi-frontend-gnome/usr/lib/smuxi/
 
 override_dh_autoreconf:
 	ln -sf debian/autogen.sh

-- 
smuxi



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