--- libauthen-simple-pam-perl-0.2.orig/debian/control +++ libauthen-simple-pam-perl-0.2/debian/control @@ -0,0 +1,20 @@ +Source: libauthen-simple-pam-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Christian Kuelker , Xavier Oswald , Ryan Niebur +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16), libauthen-simple-perl (>= 0.4), libauthen-pam-perl, libtest-pod-perl, libtest-pod-coverage-perl +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Authen-Simple-PAM/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-simple-pam-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libauthen-simple-pam-perl/ +XS-DM-Upload-Allowed: yes + +Package: libauthen-simple-pam-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libauthen-pam-perl, libauthen-simple-perl +Description: simple PAM authentication module + Authen::Simple::PAM allows to use PAM authentication methods. + . + It uses the libauthen-simple-perl framework. --- libauthen-simple-pam-perl-0.2.orig/debian/copyright +++ libauthen-simple-pam-perl-0.2/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Christian Hansen +Upstream-Source: http://search.cpan.org/dist/Authen-Simple-PAM/ +Upstream-Name: Authen-Simple-PAM + +Files: * +Copyright: 2006, Christian Hansen +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2006-2008, Xavier Oswald + 2009, Ryan Niebur +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + 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 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libauthen-simple-pam-perl-0.2.orig/debian/watch +++ libauthen-simple-pam-perl-0.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Authen-Simple-PAM/ .*/Authen-Simple-PAM-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libauthen-simple-pam-perl-0.2.orig/debian/compat +++ libauthen-simple-pam-perl-0.2/debian/compat @@ -0,0 +1 @@ +7 --- libauthen-simple-pam-perl-0.2.orig/debian/changelog +++ libauthen-simple-pam-perl-0.2/debian/changelog @@ -0,0 +1,43 @@ +libauthen-simple-pam-perl (0.2-3) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * add dependency on libauthen-simple-perl (Closes: #519654) + * add myself to uploaders + * policy 3.8.1 + * debhelper 7 + * machine readable copyright format + + [ gregor herrmann ] + * debian/control: improve short/long description. + + -- Ryan Niebur Fri, 13 Mar 2009 21:03:46 -0700 + +libauthen-simple-pam-perl (0.2-2) unstable; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. Add XS-DM-Upload-Allowed: yes. + * debian/rules: + - delete /usr/lib/perl5 only if it exists (Closes: #467674). + - swap binary-arch and binary-indep, this package is arch:all. + - remove OPTIMIZE, this package is still arch:all. + - let install-stamp depend on build-stamp. + - install upstream changelog. + - don't install README anymore, it's just the text version of the POD + documentation. + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + * Set debhelper compatibility level to 6. + + -- Xavier Oswald Tue, 26 Feb 2008 23:48:06 +0100 + +libauthen-simple-pam-perl (0.2-1) unstable; urgency=low + + * Initial release (Closes: #397014) + + -- Xavier Oswald Thu, 2 Nov 2006 18:17:37 +0100 --- libauthen-simple-pam-perl-0.2.orig/debian/rules +++ libauthen-simple-pam-perl-0.2/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + TEST_POD=1 dh build + touch $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +clean: + dh clean + +binary-arch: build install + +binary: binary-indep binary-arch + +binary-indep: build install + dh binary-indep + +binary: binary-indep binary-arch +.PHONY: binary clean ibinary-indep binary-arch build clean install