Forráskód Böngészése

Modified to use autotools-dev.

Adam Heath 23 éve
szülő
commit
7901789189
4 módosított fájl, 12 hozzáadás és 2 törlés
  1. 5 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 1 1
      debian/control
  4. 5 1
      debian/rules

+ 5 - 0
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

+ 1 - 0
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 <doogie@debian.org>  UNRELEASED
 

+ 1 - 1
debian/control

@@ -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

+ 5 - 1
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 \