--- libauthen-pam-perl-0.16.orig/debian/watch +++ libauthen-pam-perl-0.16/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Authen-PAM/ .+/Authen-PAM-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libauthen-pam-perl-0.16.orig/debian/clean +++ libauthen-pam-perl-0.16/debian/clean @@ -0,0 +1 @@ +PAM_config.h --- libauthen-pam-perl-0.16.orig/debian/rules +++ libauthen-pam-perl-0.16/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +%: + dh $@ + +export PERL_MM_USE_DEFAULT=1 +override_dh_auto_configure: + perl Makefile.PL INSTALLDIRS=vendor create_packlist=0 + +override_dh_auto_test: + # skip tests (interactive) --- libauthen-pam-perl-0.16.orig/debian/copyright +++ libauthen-pam-perl-0.16/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Nikolay Pelov +Upstream-Source: http://search.cpan.org/dist/Authen-PAM/ +Upstream-Name: Authen-PAM + +Files: * +Copyright: © 1998-2005, Nikolay Pelov +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 1999-2000, Ben Collins + © 1999, Raphael Hertzog + © 2000-2005, Davide Puricelli (evo) + © 2005, Florian Ragwitz + © 2008, Niko Tyni + © 2009, Ansgar Burchardt +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-pam-perl-0.16.orig/debian/compat +++ libauthen-pam-perl-0.16/debian/compat @@ -0,0 +1 @@ +7 --- libauthen-pam-perl-0.16.orig/debian/control +++ libauthen-pam-perl-0.16/debian/control @@ -0,0 +1,16 @@ +Source: libauthen-pam-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50), perl (>= 5.8.0-7), libpam0g-dev +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Authen-PAM/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-pam-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libauthen-pam-perl/ + +Package: libauthen-pam-perl +Architecture: any +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Description: Perl interface to PAM library + The Authen::PAM module provides a Perl interface to the PAM library. --- libauthen-pam-perl-0.16.orig/debian/changelog +++ libauthen-pam-perl-0.16/debian/changelog @@ -0,0 +1,187 @@ +libauthen-pam-perl (0.16-2build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 09:45:05 +0100 + +libauthen-pam-perl (0.16-2build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 17:13:41 +0000 + +libauthen-pam-perl (0.16-2build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 07:15:55 +0100 + +libauthen-pam-perl (0.16-2) unstable; urgency=low + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved + to Uploaders. + * Add debian/watch. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * Remove Florian Ragwitz from Uploaders + * Close ITA (Closes: #523126) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Bump Standards-Version to 3.8.2. + * Convert debian/copyright to proposed machine-readable format. + * Refresh rules for debhelper 7. + * Add myself to Uploaders. + + -- Ansgar Burchardt Mon, 20 Jul 2009 18:13:02 +0200 + +libauthen-pam-perl (0.16-1.1) unstable; urgency=low + + * Non-maintainer upload for the Perl 5.10 transition. + * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463550) + + -- Niko Tyni Wed, 02 Apr 2008 16:57:42 +0300 + +libauthen-pam-perl (0.16-1) unstable; urgency=low + + * New upstream release. + + -- Florian Ragwitz Thu, 22 Sep 2005 06:13:25 +0200 + +libauthen-pam-perl (0.15-2) unstable; urgency=low + + * New Maintainer (Closes: #322095). + * Rewrote debian/rules. + * Updated Standards-Version. + * Build-Depend on debhelper 4. + * Better Description. + * Updated debian/copyright. + + -- Florian Ragwitz Fri, 12 Aug 2005 16:03:54 +0200 + +libauthen-pam-perl (0.15-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sat, 9 Apr 2005 16:45:24 +0200 + +libauthen-pam-perl (0.14-1) unstable; urgency=low + + * New upstream version; closes: #195126. + + -- Davide Puricelli (evo) Fri, 5 Sep 2003 19:15:39 +0200 + +libauthen-pam-perl (0.13-3) unstable; urgency=low + + * debian/copyright: added a pointer to Perl license; closes: #157546. + + -- Davide Puricelli (evo) Mon, 2 Sep 2002 10:29:15 +0200 + +libauthen-pam-perl (0.13-2) unstable; urgency=low + + * Recompiling against perl 5.8.0. + + -- Davide Puricelli (evo) Sat, 3 Aug 2002 16:07:22 +0000 + +libauthen-pam-perl (0.13-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Fri, 2 Aug 2002 12:30:12 +0200 + +libauthen-pam-perl (0.12-2) unstable; urgency=medium + + * debian/control: "Priority: optional" closes: #110104. + + -- Davide Puricelli (evo) Fri, 31 Aug 2001 19:03:10 +0200 + +libauthen-pam-perl (0.12-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sat, 21 Jul 2001 14:37:37 +0200 + +libauthen-pam-perl (0.11-1) unstable; urgency=low + + * New upstream version. + * Updated debian/rules because of perl 5.6 and new perl policy. + + -- Davide Puricelli (evo) Thu, 15 Feb 2001 19:19:22 +0100 + +libauthen-pam-perl (0.10-2) unstable; urgency=low + + * New maintainer. + * Updated debian/rules. + * Added Build-Depends. + + -- Davide Puricelli (evo) Tue, 15 Aug 2000 13:28:28 +0200 + +libauthen-pam-perl (0.10-1) unstable; urgency=low + + * New upstream version, closes: #58158 + + -- Ben Collins Sun, 23 Jul 2000 17:20:40 -0400 + +libauthen-pam-perl (0.09-2) frozen unstable; urgency=low + + * Send this to frozen too (see changelog below) + + -- Ben Collins Fri, 28 Apr 2000 15:45:49 -0400 + +libauthen-pam-perl (0.09-1) unstable; urgency=low + + * Fixed new() operator, closes: #56552 + * New upstream version, bug fixes, Changes: + 0.09 2000-Feb-03 + - fixed a bug in PAM.xs when more then one messages are given + to the conversation function (thanks to Oleg Bulavsky + ) + - small changes to the test script + - several old constant symbols are exported only on request; + also created two tags :constants and :functions for easier + exporting only some of the symbols + * s,/usr/man,/usr/share/man, + + -- Ben Collins Fri, 28 Apr 2000 13:12:15 -0400 + +libauthen-pam-perl (0.08-1) unstable; urgency=low + + * New upstream version + * FHS compliant, now standard version 3.0.1.1 + * acknowledged NMU, closes: #41532 + + -- Ben Collins Sun, 3 Oct 1999 15:54:43 -0400 + +libauthen-pam-perl (0.05-1.1) unstable; urgency=low + + * NMU for the perl upgrade. Closes: #41532 + * Corrected the rules files to conform to perl policy 1.0.1 + * Compiled with perl-5.005. + * Upgraded standars-version to 2.5.1 + + -- Raphael Hertzog Mon, 19 Jul 1999 19:08:21 +0200 + +libauthen-pam-perl (0.05-1) unstable; urgency=low + + * New upstream source + + -- Ben Collins Fri, 16 Apr 1999 12:40:27 -0400 + +libauthen-pam-perl (0.02-1) unstable; urgency=low + + * Initial Release. + + -- Ben Collins Sun, 7 Mar 1999 00:16:46 -0500 +