From 2aa5a9229e9a0fbb99192259116c3445efa2c99c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 26 Aug 2009 00:43:22 +0100 Subject: [PATCH] Update config.{sub,guess} in the right place at build time - closes: #534825 --- debian/changelog | 7 +++++++ debian/rules | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc1afcd..a4a14f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ap-utils (1.5-2) unstable; urgency=low + + * Update config.{sub,guess} in the right place at build time - + closes: #534825 + + -- Ben Hutchings Wed, 26 Aug 2009 00:43:16 +0100 + ap-utils (1.5-1) unstable; urgency=low * New maintainer - closes: #519617 diff --git a/debian/rules b/debian/rules index b205c0e..41942c9 100755 --- a/debian/rules +++ b/debian/rules @@ -11,8 +11,8 @@ include /usr/share/quilt/quilt.make build: build-stamp build-stamp: $(QUILT_STAMPFN) dh_testdir - cp -f /usr/share/misc/config.sub config.sub - cp -f /usr/share/misc/config.guess config.guess + cp -f /usr/share/misc/config.sub config/config.sub + cp -f /usr/share/misc/config.guess config/config.guess ./configure $(confflags) --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info @@ -22,7 +22,7 @@ build-stamp: $(QUILT_STAMPFN) clean: unpatch dh_testdir dh_testroot - rm -f build-stamp config.sub config.guess + rm -f build-stamp config/config.sub config/config.guess [ ! -f Makefile ] || $(MAKE) distclean #Really clean the po directory dh_clean po/*.gmo -- 2.39.2