[SCM] caps/master: Do not strip during make install. (Closes: #851202)
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Jan 16 07:56:03 UTC 2017
The following commit has been merged in the master branch:
commit e08b01f275ba0203606e6e777cedfe588abb406a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Jan 16 08:51:19 2017 +0100
Do not strip during make install. (Closes: #851202)
diff --git a/debian/rules b/debian/rules
index a69c44f..e560781 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
+
+override_dh_auto_install:
+ dh_auto_install -- STRIP=:
--
caps packaging
More information about the pkg-multimedia-commits
mailing list