From 26fd30e45f8a9225c2bb411053ee3f80f55690af Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 31 Jan 2003 16:46:53 +0000 Subject: [PATCH 1/1] r3897: Automatic commit for debian_version_4_1_0-1 --- debian/rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 9d376e8..9dd19a4 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif -host_arch := $(dpkg-architecture -qDEB_HOST_ARCH) +host_arch := $(shell dpkg-architecture -qDEB_HOST_ARCH) pkg := ctsim pkg-p4 := ctsim-pentium4 @@ -165,7 +165,11 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -p $(pkg) +ifneq (,$(findstring i386,$(host_arch))) + dh_builddeb -p $(pkg-p4) + dh_builddeb -p $(pkg-athlon) +endif binary: binary-indep binary-arch -- 2.34.1