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

Mirco Bauer meebey at meebey.net
Fri May 31 10:35:58 UTC 2013


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

    Make override_dh_autoreconf idempotent

diff --git a/debian/rules b/debian/rules
index 6ad7880..789ca02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,8 +40,8 @@ override_dh_install:
 	-dh_install -p smuxi-frontend-gnome "usr/lib/smuxi/gio-sharp.dll*"
 
 override_dh_autoreconf:
-	ln -s debian/autogen.sh
-	ln -s ../../debian/SmartIrc4net_autogen.sh lib/SmartIrc4net/autogen.sh
+	ln -sf debian/autogen.sh
+	ln -sf ../../debian/SmartIrc4net_autogen.sh lib/SmartIrc4net/autogen.sh
 	NOCONFIGURE=1 NOGIT=1 dh_autoreconf ./autogen.sh
 
 %:

-- 
smuxi



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