From: Bdale Garbee Date: Wed, 25 Feb 2009 05:16:36 +0000 (-0700) Subject: change the way config.{sub,guess} are updated to work better with git X-Git-Url: https://git.cworth.org/git?p=tar;a=commitdiff_plain;h=dacb4b24f0bc87bbfd662f47e5e7a6243e865889 change the way config.{sub,guess} are updated to work better with git --- diff --git a/debian/changelog b/debian/changelog index cead765..e440d22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ tar (1.20-2) UNRELEASED; urgency=low * version the Replaces entry for cpio, closes: #483355 + * move config.* update to configure target, yields a smaller diff that + doesn't clash with git-buildpackage... already had autotools-dev build dep! - -- Bdale Garbee Fri, 30 May 2008 10:47:42 -0600 + -- Bdale Garbee Tue, 24 Feb 2009 22:16:11 -0700 tar (1.20-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a8b047f..c738c9f 100755 --- a/debian/rules +++ b/debian/rules @@ -9,10 +9,10 @@ endif configure: configure-stamp configure-stamp: dh_testdir - + cp -f /usr/share/misc/config.sub build-aux/config.sub + cp -f /usr/share/misc/config.guess build-aux/config.guess RSH="/usr/bin/rsh" CFLAGS="-O2 -g -Wall" \ ./configure --prefix=/usr --libexecdir=/usr/sbin $(CONFARGS) - touch configure-stamp build: configure-stamp build-stamp @@ -34,11 +34,6 @@ clean: [ ! -f Makefile ] || $(MAKE) distclean - -test -r /usr/share/misc/config.sub && \ - cp -f /usr/share/misc/config.sub build-aux/config.sub - -test -r /usr/share/misc/config.guess && \ - cp -f /usr/share/misc/config.guess build-aux/config.guess - dh_clean install: build