+ap-utils (1.5-2) unstable; urgency=low
+
+ * Update config.{sub,guess} in the right place at build time -
+ closes: #534825
+
+ -- Ben Hutchings <ben@decadent.org.uk> Wed, 26 Aug 2009 00:43:16 +0100
+
ap-utils (1.5-1) unstable; urgency=low
* New maintainer - closes: #519617
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
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