diff options
author | Laurent Bigonville <bigon@bigon.be> | 2013-11-26 17:05:07 +0100 |
---|---|---|
committer | Laurent Bigonville <bigon@bigon.be> | 2013-11-26 18:03:22 +0100 |
commit | 10c36ebba5ce52a7a5673b88811240e864150a85 (patch) | |
tree | 6df7a030144665683a47f644900d6204813fa0d3 /debian | |
parent | a551d791d4f790cdc48b8c9e4e2157c98f74e418 (diff) | |
download | avahi-10c36ebba5ce52a7a5673b88811240e864150a85.tar.gz |
debian/control, debian/rules: Update config.{guess,sub} during the build
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 15f8081..a598eb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ avahi (0.6.31-3) UNRELEASED; urgency=low dh-systemd to do the correct thing * debian/control: Drop duplicate Section to please lintian * debian/control: Bump Standards-Version to 3.9.4 (no further changes) + * debian/control, debian/rules: Update config.{guess,sub} during the build -- Laurent Bigonville <bigon@debian.org> Tue, 26 Nov 2013 16:37:19 +0100 diff --git a/debian/control b/debian/control index d518445..7c50bdb 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Uploaders: Sjoerd Simons <sjoerd@debian.org>, Michael Biebl <biebl@debian.org> Build-Depends: debhelper (>= 9), dh-systemd (>= 1.5), + autotools-dev, pkg-config, libcap-dev (>= 1:2.16) [linux-any], libgdbm-dev, diff --git a/debian/rules b/debian/rules index d98c6e1..949a68c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python2,systemd + dh $@ --with autotools-dev,python2,systemd DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) |