]> err.no Git - dpkg/commitdiff
Modified to use autotools-dev.
authorAdam Heath <doogie@debian.org>
Tue, 15 Apr 2003 06:04:41 +0000 (06:04 +0000)
committerAdam Heath <doogie@debian.org>
Tue, 15 Apr 2003 06:04:41 +0000 (06:04 +0000)
ChangeLog
debian/changelog
debian/control
debian/rules

index 7c5e878043fe2f2e98916ae3fa347f82b61dc23e..f547d7809c983ebd482f9323c4620ca99b4de13f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 15 00:48:06 CDT 2003 Adam Heath <doogie@debian.org>
+
+  * debian/control, debian/rules, debian/changelog: Modified to use
+    autotools-dev.
+
 Tue Apr 15 00:35:40 CDT 2003 Adam Heath <doogie@debian.org>
 
   * scripts/dpkg-statoverride.pl: Strip trailing / from the file args in
index ab868d1dd7aca14d231c2e7081f79674393b68bd..43be74a9e201ec96b1cc71f59c56495164eac6be 100644 (file)
@@ -5,6 +5,7 @@ dpkg (1.10.10) unstable; urgency=low
   * Surround sed call with '' in Makefile.in.  Closes: #187534.
   * Strip trailing / from the file args in dpkg-statoverride.  Closes:
     #184239.
+  * Modified to use autotools-dev.  Closes: #179656.
 
  -- Adam Heath <doogie@debian.org>  UNRELEASED
 
index a6a34ec4432270e8ce81ed098fee6db07ff8baf1..770fb2c7244a08437e25617b86b6791e749fc966 100644 (file)
@@ -6,7 +6,7 @@ Uploaders: Wichert Akkerman <wakkerma@debian.org>, Adam Heath <doogie@debian.org
 Origin: debian
 Bugs: debbugs://bugs.debian.org
 Standards-Version: 3.5.4
-Build-Depends: debiandoc-sgml, sgmltools-lite, libncurses-dev, gettext (>= 0.10.36), zlib1g-dev (>= 1:1.1.3-19.1)
+Build-Depends: debiandoc-sgml, sgmltools-lite, libncurses-dev, gettext (>= 0.10.36), zlib1g-dev (>= 1:1.1.3-19.1), autotools-dev
 Uploaders: Wichert Akkerman <wakkerma@debian.org>, Adam Heath <doogie@debian.org>
 
 Package: dpkg
index cfb0cc763b6a3957158feac7a855f3e3bcbe9c47..f002a77a2ce7d597081605c5da2a9ada8652d4cb 100755 (executable)
@@ -38,8 +38,12 @@ configure: configure.in aclocal.m4
 config.h.in: configure.in
        autoheader
 
+config.guess config.sub: %: /usr/share/misc/%
+       cp -a $< $@.new
+       mv $@.new $@
+
 # Setup the buildlocation
-$(BUILD)/configure-stamp: configure config.h.in
+$(BUILD)/configure-stamp: configure config.h.in config.guess config.sub
        $(checkdir)
        install -d $(@D)
        cd $(@D) && LDFLAGS=$(LDFLAGS) $(CURDIR)/configure \