diff options
author | Paweł Krawczyk <pawel.krawczyk@hush.com> | 2014-10-08 15:45:40 +0100 |
---|---|---|
committer | Paweł Krawczyk <pawel.krawczyk@hush.com> | 2014-10-08 15:45:40 +0100 |
commit | 07e2f51ad710a0471c6c1b83e6136bb2c29eb31e (patch) | |
tree | 772c252c6cc9baa982553f3e35782fbc91489a8e | |
parent | 33e9072e542578f30fd67e0be9bce56062f77e58 (diff) | |
parent | 21d14c56fe29a8fadac3a4291d96ed0247c1a766 (diff) | |
download | pam_tacplus-07e2f51ad710a0471c6c1b83e6136bb2c29eb31e.tar.gz pam_tacplus-07e2f51ad710a0471c6c1b83e6136bb2c29eb31e.zip |
Merge pull request #16 from gollub/fix/debian_build_for_ax_check_compile_flag
Fix/debian build for ax check compile flag
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | libtac.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 4709f74..af07574 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libpam-tacplus Section: admin Priority: extra Maintainer: Jeroen Nijhof <jeroen@jeroennijhof.nl> -Build-Depends: debhelper (>= 9), libpam-dev, dh-autoreconf +Build-Depends: debhelper (>= 9), libpam-dev, dh-autoreconf, autoconf-archive Standards-Version: 3.9.5 Homepage: https://github.com/jeroennijhof/pam_tacplus diff --git a/libtac.pc.in b/libtac.pc.in index 6d8bdde..eb3030c 100644 --- a/libtac.pc.in +++ b/libtac.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@/libtac -Name: libtac +Name: libtac Description: A TACACS+ protocol implementation URL: https://github.com/jeroennijhof/pam_tacplus Version: @VERSION@ |