[SCM] horgand/master: Override dh_install only when creating arch-dependent packages (Closes: #806046)

freee at users.alioth.debian.org freee at users.alioth.debian.org
Wed Nov 23 05:05:54 UTC 2016


The following commit has been merged in the master branch:
commit 9ea8b492fcc08ceded737c099fa6dc957c3a5033
Author: Free Ekanayaka <freee at debian.org>
Date:   Wed Nov 23 05:04:11 2016 +0000

    Override dh_install only when creating arch-dependent packages (Closes: #806046)

diff --git a/debian/rules b/debian/rules
index 1e6bd02..0c6f7b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --bindir=/usr/lib/horgand
 
-override_dh_install:
+override_dh_install-arch:
 	dh_install
 	cp debian/horgand.wrapper $(CURDIR)/debian/horgand/usr/bin/horgand
 	chmod 755 $(CURDIR)/debian/horgand/usr/bin/horgand

-- 
horgand packaging



More information about the pkg-multimedia-commits mailing list