diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 5 insertions, 4 deletions
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 <jeroen@jeroennijhof.nl> Sat, 8 Sep 2012 12:20:00 +0100 + -- Jeroen Nijhof <jeroen@jeroennijhof.nl> 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 <jeroen@jeroennijhof.nl> -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 |