From 1f1f8d5f90b8126201139e4d338bf6c3884a27b9 Mon Sep 17 00:00:00 2001 From: Daniel Gollub Date: Wed, 8 Oct 2014 14:53:06 +0200 Subject: Fix Debian build failing on AX_CHECK_COMPILE_FLAG --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -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 -- cgit v1.2.3 From 21d14c56fe29a8fadac3a4291d96ed0247c1a766 Mon Sep 17 00:00:00 2001 From: Daniel Gollub Date: Wed, 8 Oct 2014 14:55:00 +0200 Subject: Whitespace fix --- libtac.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- cgit v1.2.3