]> git.cworth.org Git - tar/commitdiff
change the way config.{sub,guess} are updated to work better with git
authorBdale Garbee <bdale@gag.com>
Wed, 25 Feb 2009 05:16:36 +0000 (22:16 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 25 Feb 2009 05:16:36 +0000 (22:16 -0700)
debian/changelog
debian/rules

index cead7657abe13ed8eb64a5c1a11f72f026357ecf..e440d225e34659edeaac196ace175da105794b11 100644 (file)
@@ -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 <bdale@gag.com>  Fri, 30 May 2008 10:47:42 -0600
+ -- Bdale Garbee <bdale@gag.com>  Tue, 24 Feb 2009 22:16:11 -0700
 
 tar (1.20-1) unstable; urgency=low
 
index a8b047fbfd3f27ab8e4b551277ab86ec204c092d..c738c9f03fdf4404afea10fbd92810d8fd7376dd 100755 (executable)
@@ -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