summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Nijhof <jeroen@debian.nijhofnet.nl>2011-09-05 15:18:07 -0500
committerJeroen Nijhof <jeroen@debian.nijhofnet.nl>2011-09-05 15:18:07 -0500
commit1a09e6fa0a446a5c001528a5bc552771ee672624 (patch)
tree2a6ca2305c2a8cc65feb178a0ecd3213b836b337
parentcb8ccdc72f8cdc08ec82c073f207dcabd7536ca7 (diff)
downloadpam_tacplus-1a09e6fa0a446a5c001528a5bc552771ee672624.tar.gz
pam_tacplus-1a09e6fa0a446a5c001528a5bc552771ee672624.zip
Made the debian package lintian clean for mentors
-rw-r--r--debian/README.source5
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat1
-rw-r--r--debian/control15
-rw-r--r--debian/files1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
8 files changed, 28 insertions, 14 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..68089c6
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream source.
+Changes are stored in the source package as diffs in debian/patches and
+applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/changelog b/debian/changelog
index c6aa4d3..8be7615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
libpam-tacplus (1.3.5-1) unstable; urgency=low
- * First version of pam_tacplus debian package
+ * First version of pam_tacplus debian package. Closes: #588172
- -- Jeroen Nijhof <jeroen@nijhofnet.nl> Sun, 14 Feb 2010 23:07:00 +0100
+ -- Jeroen Nijhof <jeroen@nijhofnet.nl> Mon, 5 Sep 2011 16:01:00 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
index c215743..7192461 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,17 @@
Source: libpam-tacplus
-Priority: optional
-Maintainer: J. Nijhof <jeroen@nijhofnet.nl>
+Section: admin
+Priority: extra
+Maintainer: Jeroen Nijhof <jeroen@nijhofnet.nl>
Build-Depends: debhelper (>= 4.0.0), libpam-dev, chrpath
-Standards-Version: 1.3.5
-Section: libs
+Standards-Version: 3.9.2
+Homepage: http://sourceforge.net/projects/tacplus
Package: libpam-tacplus
-Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libpam-doc
-Description: TACACS+ protocol client library and PAM module in C.
+Description: TACACS+ protocol client library and PAM module in C
This PAM module support authentication, authorization (account management) and
- accounting (session management) performed using TACACS+ protocol designed by Cisco.
+ accounting (session management) performed using TACACS+ protocol designed by
+ Cisco.
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..b36d65b
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+libpam-tacplus_1.3.5-1_amd64.deb admin extra
diff --git a/debian/rules b/debian/rules
index 604b7bd..a0fd11c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,6 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
-# Debhelper compatibility
-export DH_COMPAT=5
-
# Do not include git source directories
export DH_ALWAYS_EXCLUDE=.git
@@ -34,8 +31,11 @@ configure-stamp:
dh_auto_configure -- --libdir=/lib --docdir=/usr/share/doc/libpam-tacplus
touch configure-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
-build: build-stamp
+build-indep: build-stamp
build-stamp: configure-stamp
dh_testdir
@@ -47,10 +47,12 @@ build-stamp: configure-stamp
clean:
dh_testdir
dh_testroot
- rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
$(MAKE) clean
+ rm -f build-stamp configure-stamp config.log config.h
+ rm -f Makefile config.status libtool stamp-h1
+ rm -rf .deps
dh_clean
install: build
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b78dd39
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/tacplus/pam_tacplus-(.*)\.tar\.gz