From 5cf76944a7063468df6a2c09627b83af8d72f0d0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 19 Oct 2006 03:22:59 +0000 Subject: [PATCH] r11235: update policy --- debian/rules | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0678a20..798df69 100755 --- a/debian/rules +++ b/debian/rules @@ -134,6 +134,8 @@ binary-arch: build install ifneq (,$(findstring i386,$(host_arch))) dh_installexamples -p $(pkg-p4) tools/sample-ctsim.sh helical/sample-helical.sh endif + +ifeq (,$(findstring i386,$(host_arch))) dh_installchangelogs -p $(pkg) ChangeLog dh_strip -p $(pkg) dh_link -p $(pkg) @@ -145,8 +147,20 @@ endif dh_shlibdeps -p $(pkg) dh_md5sums -p $(pkg) dh_builddeb -p $(pkg) +else + dh_installchangelogs ChangeLog -a + dh_strip -a + dh_link -a + dh_compress -a + dh_fixperms -a + dh_installmenu -a + dh_installdeb -a + dh_gencontrol -a + dh_shlibdeps -a + dh_md5sums -a + dh_builddeb -a +endif binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure - -- 2.34.1