diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2014-01-31 12:53:56 +0100 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2014-01-31 12:53:56 +0100 |
commit | 088dedd6d9b78b7dadd9f772b3d6f597a32d1548 (patch) | |
tree | 089e88f781fbb1ead4297d1ebb9b8c5ffab1625c /debian | |
parent | b33ebbca960d8a7e2bd4363d3b5720fa464e05ce (diff) | |
download | pam_tacplus-1.3.8.tar.gz pam_tacplus-1.3.8.zip |
Added automake subdir-objects option1.3.8
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 |