[SCM] whitedune/master: Fix stripping

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Jan 9 20:58:30 UTC 2016


The following commit has been merged in the master branch:
commit 2958d478a8f8dad85285e89bbe1f51759e69aadf
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Jan 9 21:45:44 2016 +0100

    Fix stripping

diff --git a/debian/rules b/debian/rules
index f94f17e..de854fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@ package=whitedune
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-tmpdir = $(CURDIR)/debian/tmp
 DESTDIR?=$(CURDIR)/debian/${package}/usr
 
 config.status: configure
@@ -67,12 +66,12 @@ clean:
 	dh_clean
 
 install: build-arch
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
+	dh_testdir -a
+	dh_testroot -a
+	dh_prep -a
+	dh_installdirs -a
 	install -d ${DESTDIR}/bin
-	install -s bin/dune ${DESTDIR}/bin/${package}
+	install bin/dune ${DESTDIR}/bin/${package}
 	install -d ${DESTDIR}/share/pixmaps/
 	install -m 644 ./desktop/fvwm2/mini-dune.xpm \
 	  ${DESTDIR}/share/pixmaps/${package}.xpm
@@ -93,7 +92,7 @@ binary-indep:
 	dh_md5sums -i
 	dh_builddeb -i
 
-binary-arch: build install
+binary-arch: install
 	dh_testdir -a
 	dh_testroot -a
 	dh_installchangelogs -a
@@ -107,8 +106,8 @@ binary-arch: build install
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a
-	dh_installdeb -a
 	dh_shlibdeps -a
+	dh_installdeb -a
 	dh_gencontrol -a
 	dh_md5sums -a
 	dh_builddeb -a

-- 
whitedune packaging



More information about the pkg-multimedia-commits mailing list