diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 22:24:56 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 22:24:56 +0000 |
commit | 2afc8bf0ae189f3ad73a4bf1f0d4e5ba230f66c5 (patch) | |
tree | da219e82756040ab577c186f239f481bb53a3f6b /debian | |
parent | 98d3310988ace43b2d0e9619a2da7ce2bbafeb30 (diff) |
Use autoreconf
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f5aa687a..853efd42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ hurd (20130727-1) UNRELEASED; urgency=low * New upstream snapshot. - Adds firewalling support. - Move to multiple orig tarballs. + - Use autoreconf. - Rename libdde_linux26 into libdde-linux26 [ Justus Winter ] diff --git a/debian/control b/debian/control index 4d8a73b1..3a276354 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Standards-Version: 3.9.3 Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526), libc0.3-dev (>= 2.13-38~), texinfo, texi2html, libncursesw5-dev, - debhelper (>= 7.0.50~), gcc-4.7, dpkg (>= 1.15.4) | install-info, autoconf, + debhelper (>= 7.0.50~), gcc-4.7, dpkg (>= 1.15.4) | install-info, autoconf, dh-autoreconf, libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config, xkb-data, gawk, flex, bison, autotools-dev Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, diff --git a/debian/rules b/debian/rules index 6dc1ae5c..273e139b 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ INSTALL_in := $(wildcard debian/*.install.in) INSTALL_generated := $(patsubst %.in,%,$(INSTALL_in)) %: - dh $@ -Bbuild --with autotools_dev + dh $@ -Bbuild --with autotools_dev,autoreconf override_dh_auto_configure: dh_auto_configure -Bbuild -- $(CONFIGURE_ARGS) $(shell dpkg-buildflags --export=configure) |