From 088dedd6d9b78b7dadd9f772b3d6f597a32d1548 Mon Sep 17 00:00:00 2001 From: Jeroen Nijhof Date: Fri, 31 Jan 2014 12:53:56 +0100 Subject: Added automake subdir-objects option --- debian/changelog | 3 ++- debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7f911a6..0912a46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ libpam-tacplus (1.3.8-1) unstable; urgency=low * New upstream release. * Fixed pam-configs. Closes: #717716 + * Added dh-autoreconf. Closes: #734228 - -- Jeroen Nijhof Sat, 8 Sep 2012 12:20:00 +0100 + -- Jeroen Nijhof Fri, 31 Jan 2014 12:32:00 +0100 libpam-tacplus (1.3.7-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 8aecd0f..de703ef 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: libpam-tacplus Section: admin Priority: extra Maintainer: Jeroen Nijhof -Build-Depends: debhelper (>= 9), libpam-dev -Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 9), libpam-dev, dh-autoreconf +Standards-Version: 3.9.5 Homepage: https://github.com/jeroennijhof/pam_tacplus Package: libpam-tacplus diff --git a/debian/rules b/debian/rules index f12b746..f9c6fc8 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ SHELL := sh -e %: - dh $@ + dh $@ --with autoreconf override_dh_clean: rm -f config.status config.log -- cgit v1.2.3