diff --git a/debian/.gitignore b/debian/.gitignore deleted file mode 100644 index 8ddbe4e..0000000 --- a/debian/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -pam-script.7 -files -libpam-script -libpam-script.substvars diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index a21f298..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,18 +0,0 @@ -libpam-script for Debian ------------------ -Libpam-script is using /usr/share/libpam-script/ as the default location, -for storing the scripts. -Keep in mind that you need to create or symlink the following files: - -- pam_script_acct -- pam_script_auth -- pam_script_passwd -- pam_script_ses_close -- pam_script_ses_open - -Please read the man-page, README, README.pam_script and README.example file in -/usr/share/doc/libpam-script for further instructions. - -Examples can be found in /usr/share/doc/libpam-script/examples/ - - -- Martijn van Brummelen Tue, 23 Mar 2010 21:18:25 +0100 diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 72faa9d..0000000 --- a/debian/README.source +++ /dev/null @@ -1,5 +0,0 @@ - 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 deleted file mode 100644 index 97e1339..0000000 --- a/debian/changelog +++ /dev/null @@ -1,51 +0,0 @@ -libpam-script (1.1.8-1) unstable; urgency=low - - * Fixed bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817198 - (Closes: #817198) - - -- Jeroen Nijhof Fri, 19 Aug 2016 17:00:00 +0100 - -libpam-script (1.1.7-1) unstable; urgency=low - - * New upstream release - * Moved from SF to Github - - -- Jeroen Nijhof Sun, 28 Apr 2013 12:26:00 +0100 - -libpam-script (1.1.6-1) unstable; urgency=low - - * Added pam-auth-update support (thanks to Gaudenz Steinlin) - * Changed /debian to maintainer version - - -- Jeroen Nijhof Mon, 7 May 2012 16:56:10 +0100 - -libpam-script (1.1.5-1) unstable; urgency=low - - * New upstream release - * Adjust debian/copyright file to fix lintian error. - * Bump standard version to 3.9.2. - - -- Martijn van Brummelen Wed, 22 Feb 2012 19:09:10 +0100 - -libpam-script (1.1.4-1) unstable; urgency=low - - * New upstream release - * Remove pam-script.7.in.patch no longer needed. - (upstream author accepted this patch) - * pam_script_acct and pam_script_auth examples are removed. - - -- Martijn van Brummelen Tue, 15 Jun 2010 08:39:48 +0200 - -libpam-script (1.1.3-2) unstable; urgency=low - - * Adjust Description in control file (Closes: #582241). - - -- Martijn van Brummelen Wed, 19 May 2010 21:09:54 +0200 - -libpam-script (1.1.3-1) unstable; urgency=low - - * Initial release (Closes: #484289). - * Added man-page patch to fix lintian warning. - * Added README.Debian. - - -- Martijn van Brummelen Sun, 16 May 2010 13:43:26 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control deleted file mode 100644 index 3baf309..0000000 --- a/debian/control +++ /dev/null @@ -1,16 +0,0 @@ -Source: libpam-script -Section: admin -Priority: extra -Maintainer: Martijn van Brummelen -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libpam0g-dev -Standards-Version: 3.9.3 -Homepage: https://github.com/jeroennijhof/pam_script - -Package: libpam-script -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime -Description: PAM module which allows executing a script - This module will allow you to execute scripts during authorization, - password changes and sessions. This is very handy if your current - security application has no PAM support but is accessible with - perl or other scripts. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 46f767c..0000000 --- a/debian/copyright +++ /dev/null @@ -1,65 +0,0 @@ -This work was packaged for Debian by: - - Martijn van Brummelen on Tue, 23 Mar 2010 21:18:25 +0100 - -It was downloaded from: - - - -Upstream Authors: - - Primary Author: - - Other Authors and Major Contributors: - - -Copyright: - - - - -File: pam_script - - -License GPL-2: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see - - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -File: pam_script.c - This file is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - -Files: debian/* -Copyright: 2011 Martijn van Brummelen - -License: GPL-3.0+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - - On Debian systems, the complete text of the GNU General - Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index 47c43af..0000000 --- a/debian/dirs +++ /dev/null @@ -1 +0,0 @@ -usr/share/doc/libpam-script/examples diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 50bd824..0000000 --- a/debian/docs +++ /dev/null @@ -1,2 +0,0 @@ -NEWS -README diff --git a/debian/libpam-script.examples b/debian/libpam-script.examples deleted file mode 100644 index a71adde..0000000 --- a/debian/libpam-script.examples +++ /dev/null @@ -1,3 +0,0 @@ -etc/logscript -etc/pam_script -etc/README.examples diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index cdf766d..0000000 --- a/debian/postinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# postinst script for libpam-script -# -# see: dh_installdeb(1) - -set -e - -pam-auth-update --package - -#DEBHELPER# diff --git a/debian/prerm b/debian/prerm deleted file mode 100644 index 9b4af66..0000000 --- a/debian/prerm +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# prerm script for libpam-script -# -# see: dh_installdeb(1) - -set -e - -if [ "$1" = remove ]; then - pam-auth-update --package --remove script -fi - -#DEBHELPER# diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 0010bd9..0000000 --- a/debian/rules +++ /dev/null @@ -1,32 +0,0 @@ -#!/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 -SHELL := sh -e - -%: - dh $@ - -override_dh_clean: - rm -f config.status config.log - dh_clean - -override_dh_auto_configure: - dh_auto_configure -- --sysconfdir=/usr/share/libpam-script --libdir=/lib/security - -override_dh_install: - rm -f debian/libpam-script/usr/share/libpam-script/pam_script* - rm -f debian/libpam-script/usr/share/libpam-script/README - rmdir debian/libpam-script/usr/share/libpam-script/pam-script.d - mkdir debian/libpam-script/usr/share/pam-configs - cp debian/script debian/libpam-script/usr/share/pam-configs/ - dh_install - -override_dh_installdocs: - cp etc/README debian/libpam-script/usr/share/doc/libpam-script/README.pam_script - dh_installdocs diff --git a/debian/script b/debian/script deleted file mode 100644 index e38b190..0000000 --- a/debian/script +++ /dev/null @@ -1,15 +0,0 @@ -Name: Support for authentication by external scripts -Default: yes -Priority: 257 -Auth-Type: Primary -Auth: - sufficient pam_script.so -Account-Type: Primary -Account: - sufficient pam_script.so -Password-Type: Primary -Password: - sufficient pam_script.so -Session-Type: Additional -Session: - optional pam_script.so diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 489e636..0000000 --- a/debian/watch +++ /dev/null @@ -1,3 +0,0 @@ -version=3 - -https://github.com/jeroennijhof/pam_script/tags .*/v?(\d[\d\.]+)\.tar\.gz