diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2013-03-22 15:14:22 +0100 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2013-03-22 15:14:22 +0100 |
commit | 00a5a420ef6d782177cd4aca26f10514eec06d82 (patch) | |
tree | 52a9e9966752dd4e4278fb34c1b042460cb8db98 | |
parent | 4748dc2ce443233862be6749900458b959790a96 (diff) | |
download | pam_tacplus-00a5a420ef6d782177cd4aca26f10514eec06d82.tar.gz pam_tacplus-00a5a420ef6d782177cd4aca26f10514eec06d82.zip |
Removed pam-auth-update and fixed repo location
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/postinst | 10 | ||||
-rw-r--r-- | debian/prerm | 12 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
5 files changed, 3 insertions, 25 deletions
diff --git a/debian/control b/debian/control index 4f794e8..e962733 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Jeroen Nijhof <jeroen@jeroennijhof.nl> Build-Depends: debhelper (>= 7.0.50~), libpam-dev Standards-Version: 3.9.3 -Homepage: http://sourceforge.net/projects/tacplus +Homepage: https://github.com/chalcy0n/pam_tacplus Package: libpam-tacplus Architecture: any diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index bc65706..0000000 --- a/debian/postinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# postinst script for libpam-tacplus -# -# see: dh_installdeb(1) - -set -e - -pam-auth-update --package - -#DEBHELPER# diff --git a/debian/prerm b/debian/prerm deleted file mode 100644 index f0ab388..0000000 --- a/debian/prerm +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# prerm script for libpam-tacplus -# -# see: dh_installdeb(1) - -set -e - -if [ "$1" = remove ]; then - pam-auth-update --package --remove tacplus -fi - -#DEBHELPER# diff --git a/debian/rules b/debian/rules index feba227..f12b746 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ override_dh_auto_configure: dh_auto_configure -- --libdir=/lib --docdir=/usr/share/doc/libpam-tacplus override_dh_install: - mkdir debian/libpam-tacplus/usr/share/pam-configs + mkdir -p debian/libpam-tacplus/usr/share/pam-configs cp debian/tacplus debian/libpam-tacplus/usr/share/pam-configs/ dh_install diff --git a/debian/watch b/debian/watch index b78dd39..d85fe4e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://sf.net/tacplus/pam_tacplus-(.*)\.tar\.gz +https://github.com/chalcy0n/pam_tacplus/tags .*/v?(\d[\d\.]+)\.tar\.gz |