From: Kevin M. Rosenberg Date: Thu, 19 Oct 2006 03:22:59 +0000 (+0000) Subject: r11235: update policy X-Git-Tag: debian-4.5.3-3~12 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=5cf76944a7063468df6a2c09627b83af8d72f0d0 r11235: update policy --- 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 -