Updates for squeeze
This commit is contained in:
parent
9861c1c504
commit
d8beeaa83f
|
@ -1,6 +0,0 @@
|
|||
libpam-csc for Debian
|
||||
---------------------
|
||||
|
||||
<possible notes regarding this package - if none, delete this file>
|
||||
|
||||
-- David Bartley <dtbartle@csclub.uwaterloo.ca> Sun, 24 Jun 2007 23:18:22 -0400
|
|
@ -1,3 +1,9 @@
|
|||
libpam-csc (1.9) stable; urgency=low
|
||||
|
||||
* Update package for squeeze.
|
||||
|
||||
-- Michael Spang <mspang@csclub.uwaterloo.ca> Wed, 13 Oct 2010 13:48:27 -0400
|
||||
|
||||
libpam-csc (1.8) stable testing; urgency=low
|
||||
|
||||
* Build fixes
|
||||
|
|
|
@ -1 +1 @@
|
|||
5
|
||||
7
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
Source: libpam-csc
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: David Bartley <dtbartle@csclub.uwaterloo.ca>
|
||||
Build-Depends: debhelper (>= 4.0.0), libldap2-dev, libpam0g-dev, libsasl2-dev
|
||||
Standards-Version: 3.7.2
|
||||
Maintainer: Systems Commmittee <syscom@csclub.uwaterloo.ca>
|
||||
Uploaders:
|
||||
David Bartley <dtbartle@csclub.uwaterloo.ca>,
|
||||
Michael Spang <mspang@csclub.uwaterloo.ca>
|
||||
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.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue