From 7901789189f7b578e2608c81c01edf912d7ebf93 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Tue, 15 Apr 2003 06:04:41 +0000 Subject: [PATCH] Modified to use autotools-dev. --- ChangeLog | 5 +++++ debian/changelog | 1 + debian/control | 2 +- debian/rules | 6 +++++- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c5e8780..f547d780 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 15 00:48:06 CDT 2003 Adam Heath + + * debian/control, debian/rules, debian/changelog: Modified to use + autotools-dev. + Tue Apr 15 00:35:40 CDT 2003 Adam Heath * scripts/dpkg-statoverride.pl: Strip trailing / from the file args in diff --git a/debian/changelog b/debian/changelog index ab868d1d..43be74a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 UNRELEASED diff --git a/debian/control b/debian/control index a6a34ec4..770fb2c7 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Wichert Akkerman , Adam Heath = 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 , Adam Heath Package: dpkg diff --git a/debian/rules b/debian/rules index cfb0cc76..f002a77a 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \ -- 2.39.5