Description: debianization
	Meant to maintain a minimal debian/rules, to fix warnings,
	to address Debian specific stuff in general.
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2014-05-29

--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@
 AC_CANONICAL_TARGET([])
 AM_DISABLE_STATIC
 AM_INIT_AUTOMAKE(pam_ssh, 2.01)
+AM_MAINTAINER_MODE
 AM_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)
 
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@
 # $Id: Makefile.am,v 1.19 2008/05/12 18:57:12 rosenauer Exp $
 
 lib_LTLIBRARIES			= pam_ssh.la
-pam_ssh_la_LDFLAGS		= -avoid-version -module
+pam_ssh_la_LDFLAGS		= -avoid-version -module -Wl,--version-script,debian/pam_ssh.version
 pam_ssh_la_LIBADD		= @LTLIBOBJS@
 pam_ssh_la_SOURCES = \
 	misc.c misc.h \
