From: Kevin M. Rosenberg Date: Fri, 31 Jan 2003 16:46:53 +0000 (+0000) Subject: r3897: Automatic commit for debian_version_4_1_0-1 X-Git-Tag: debian-4.5.3-3~112 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=26fd30e45f8a9225c2bb411053ee3f80f55690af r3897: Automatic commit for debian_version_4_1_0-1 --- 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