From d8beeaa83fef005cd3ca3dd7619f224c36f8bb66 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Wed, 13 Oct 2010 13:50:08 -0400 Subject: [PATCH] Updates for squeeze --- debian/README.Debian | 6 ------ debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 11 +++++++---- debian/copyright | 2 +- debian/rules | 36 ++++-------------------------------- 6 files changed, 19 insertions(+), 44 deletions(-) delete mode 100644 debian/README.Debian diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index b892526..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -libpam-csc for Debian ---------------------- - - - - -- David Bartley Sun, 24 Jun 2007 23:18:22 -0400 diff --git a/debian/changelog b/debian/changelog index c8e0fe7..7dce314 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpam-csc (1.9) stable; urgency=low + + * Update package for squeeze. + + -- Michael Spang Wed, 13 Oct 2010 13:48:27 -0400 + libpam-csc (1.8) stable testing; urgency=low * Build fixes diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index bd5c0c5..c37a8ac 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,15 @@ Source: libpam-csc Section: net Priority: optional -Maintainer: David Bartley -Build-Depends: debhelper (>= 4.0.0), libldap2-dev, libpam0g-dev, libsasl2-dev -Standards-Version: 3.7.2 +Maintainer: Systems Commmittee +Uploaders: + David Bartley , + Michael Spang +Build-Depends: debhelper (>= 7), libldap2-dev, libpam0g-dev, libsasl2-dev +Standards-Version: 3.9.1 Package: libpam-csc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: CSC PAM module to handle account expiration. - CSC PAM module to handle account expiration. + This module disallows login by expired accounts. diff --git a/debian/copyright b/debian/copyright index 53889ef..2d92df0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ on Sun, 24 Jun 2007 23:18:22 -0400. The original source can always be found at: ftp://ftp.debian.org/dists/unstable/main/source/ -Copyright Holder: David Bartley +Copyright 2007-2010 David Bartley License: diff --git a/debian/rules b/debian/rules index 40542fc..db35c6c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,4 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - - - CFLAGS = -Wall -g @@ -23,14 +11,12 @@ endif configure: configure-stamp configure-stamp: dh_testdir - # Add here commands to configure the package. - touch configure-stamp build: build-stamp -build-stamp: configure-stamp +build-stamp: configure-stamp dh_testdir $(MAKE) @@ -43,13 +29,12 @@ clean: rm -f build-stamp configure-stamp $(MAKE) clean - - dh_clean + dh_clean install: build-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs install -m 644 pam_csc.so $(CURDIR)/debian/libpam-csc/lib/security @@ -62,27 +47,14 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs dh_installdocs dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms -# dh_perl -# dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol