--- libcrypt-unixcrypt-perl-1.0.orig/debian/compat +++ libcrypt-unixcrypt-perl-1.0/debian/compat @@ -0,0 +1 @@ +5 --- libcrypt-unixcrypt-perl-1.0.orig/debian/rules +++ libcrypt-unixcrypt-perl-1.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk --- libcrypt-unixcrypt-perl-1.0.orig/debian/docs +++ libcrypt-unixcrypt-perl-1.0/debian/docs @@ -0,0 +1 @@ +README --- libcrypt-unixcrypt-perl-1.0.orig/debian/changelog +++ libcrypt-unixcrypt-perl-1.0/debian/changelog @@ -0,0 +1,37 @@ +libcrypt-unixcrypt-perl (1.0-5) unstable; urgency=low + + * debian/control, debian/rules: Now using cdbs. + * debian/control: Homepage and Standards-Version. + + -- Bart Martens Fri, 14 Dec 2007 11:41:33 +0100 + +libcrypt-unixcrypt-perl (1.0-4) unstable; urgency=low + + * New maintainer. Closes: #316936. + * debian/rules, debian/compat: Remade with dh-make 0.41. + * debian/control: Newer standards version, added homepage to description, + depends on newer debhelper version, section perl. + * debian/copyright: Updated. + * debian/watch: Added. + + -- Bart Martens Sat, 8 Jul 2006 20:20:08 +0200 + +libcrypt-unixcrypt-perl (1.0-3) unstable; urgency=low + + * Orphaning, maintainer set to QA Group + + -- Brian Nelson Mon, 4 Jul 2005 17:52:51 -0700 + +libcrypt-unixcrypt-perl (1.0-2) unstable; urgency=low + + * Updated maintainer email address. + * Bumped up standards version to 3.5.8. + * Removed period at the end of the short description. + + -- Brian Nelson Thu, 27 Feb 2003 17:39:48 -0800 + +libcrypt-unixcrypt-perl (1.0-1) unstable; urgency=low + + * Initial Release (Closes: #169655) + + -- Brian Nelson Wed, 27 Nov 2002 23:38:03 -0800 --- libcrypt-unixcrypt-perl-1.0.orig/debian/watch +++ libcrypt-unixcrypt-perl-1.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/CPAN/authors/id/M/MV/MVORL/Crypt-UnixCrypt-(.*)\.tar\.gz --- libcrypt-unixcrypt-perl-1.0.orig/debian/copyright +++ libcrypt-unixcrypt-perl-1.0/debian/copyright @@ -0,0 +1,29 @@ +This is the debian package for the Crypt::UnixCrypt module created by +Brian Nelson . + +The original sources should always be available from the Comprehensive +Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a +CPAN site near you. + +The upstream author is: + +Martin Vorlaender + +Based upon Java source code written by jdumas@zgs.com, which in turn is +based upon C source code written by Eric Young, eay@psych.uq.oz.au.. + +Copyright 1997-1999, Martin Vorlaender + +This module is free software; you may redistribute it and/or modify it +under the same terms as Perl itself. + +This module is free software; you can redistribute it and/or modify it +under the term of the Perl Artistic License. On a Debian system a copy +of the Perl Artistic License can be found in the file +'/usr/share/common-licenses/Artistic'. + +The Debian packaging is +Copyright 2002-2005, Brian Nelson +Copyright 2006-2007, Bart Martens +and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- libcrypt-unixcrypt-perl-1.0.orig/debian/control +++ libcrypt-unixcrypt-perl-1.0/debian/control @@ -0,0 +1,19 @@ +Source: libcrypt-unixcrypt-perl +Section: perl +Priority: optional +Maintainer: Bart Martens +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: perl (>= 5.8.0-7) +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/~mvorl/Crypt-UnixCrypt/ + +Package: libcrypt-unixcrypt-perl +Architecture: all +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: Perl-only implementation of the crypt(3) function + The Crypt::UnixCrypt module is a portable implementation of the Unix + library function crypt(). It is especially useful on systems whose + perl does not implement the built-in crypt() function. + . + This module won't overload a built-in crypt() unless forced by a true + value of the variable $Crypt::UnixCrypt::OVERRIDE_BUILTIN.