diff options
author | Michael Biebl <biebl@debian.org> | 2012-11-13 22:50:44 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-11-13 22:56:30 +0100 |
commit | 85c3d131fafb7a92a19d58eb21224609cb019deb (patch) | |
tree | 3038f3e557384b54eb895c742750dc006ae51f9e | |
parent | 2cec5c4db9b66356bf0f13408d92810c64dbb7e3 (diff) | |
download | rsyslog-85c3d131fafb7a92a19d58eb21224609cb019deb.tar.gz |
Use dh-autoreconf to update the build system.
-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 d6b013f..129b1c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ rsyslog (7.2.1-2) UNRELEASED; urgency=low non-Linux plattforms. * debian/patches/03-sysinfo.patch: Getting the uptime via sysinfo() is Linux-specific, so only use that on architectures supporting it. + * Use dh-autoreconf to update the build system. -- Michael Biebl <biebl@debian.org> Tue, 13 Nov 2012 22:28:48 +0100 diff --git a/debian/control b/debian/control index bb0e13f..2a0e24f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: important Maintainer: Michael Biebl <biebl@debian.org> Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1), - autotools-dev (>= 20100122.1), + dh-autoreconf, zlib1g-dev, libmysqlclient-dev, libpq-dev, diff --git a/debian/rules b/debian/rules index 16b1951..6c143bc 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ include /usr/share/dpkg/buildflags.mk DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) %: - dh $@ --with autotools_dev + dh $@ --with autoreconf ifeq ($(DEB_HOST_ARCH_OS), linux) confflags += --enable-imptcp |