From 14431f0dfc9523505e5746a4136d21b8bd5f6232 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 8 Sep 2009 12:37:04 -0600 Subject: [PATCH] change the way config.sub/guess are handled to work better in pristine chroot build environments --- debian/changelog | 6 ++++++ debian/rules | 8 ++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62610bb..2ce5fda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cpmtools (2.10-1) UNRELEASED; urgency=low + + * new upstream version + + -- Bdale Garbee Tue, 08 Sep 2009 12:34:09 -0600 + cpmtools (2.7-1) unstable; urgency=low * new upstream version diff --git a/debian/rules b/debian/rules index 43f57a6..31d753c 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ configure: configure-stamp configure-stamp: dh_testdir + cp /usr/share/misc/config.sub config.sub + cp /usr/share/misc/config.guess config.guess ./configure --prefix=/usr --mandir=\$${prefix}/share/man \ --datarootdir=/etc/cpmtools touch configure-stamp @@ -22,12 +24,6 @@ clean: dh_testroot rm -f build-stamp configure-stamp [ ! -f Makefile ] || $(MAKE) distclean - - -test -r /usr/share/misc/config.sub && \ - cp -f /usr/share/misc/config.sub config.sub - -test -r /usr/share/misc/config.guess && \ - cp -f /usr/share/misc/config.guess config.guess - dh_clean install: build -- 2.30.2