--- libcrypt-generatepassword-perl-0.03.orig/debian/compat +++ libcrypt-generatepassword-perl-0.03/debian/compat @@ -0,0 +1 @@ +7 --- libcrypt-generatepassword-perl-0.03.orig/debian/control +++ libcrypt-generatepassword-perl-0.03/debian/control @@ -0,0 +1,20 @@ +Source: libcrypt-generatepassword-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Alexander GQ Gerasiov , + Krzysztof Krzyżaniak (eloy) +Build-Depends: debhelper (>= 7.0) +Build-Depends-Indep: perl (>= 5.8.4) +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Crypt-GeneratePassword/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-generatepassword-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/ + +Package: libcrypt-generatepassword-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: perl module to generate secure passwords + Crypt::GeneratePassword lets you generate secure random passwords with a + reasonable amount of pronounceability. It avoids the problems associated with + the FIPS-181 NIST standard as used by Crypt::RandPasswd. --- libcrypt-generatepassword-perl-0.03.orig/debian/rules +++ libcrypt-generatepassword-perl-0.03/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libcrypt-generatepassword-perl-0.03.orig/debian/changelog +++ libcrypt-generatepassword-perl-0.03/debian/changelog @@ -0,0 +1,39 @@ +libcrypt-generatepassword-perl (0.03-4) unstable; urgency=low + + * rebuild with full source upload + + -- Krzysztof Krzyżaniak (eloy) Wed, 22 Apr 2009 21:32:24 +0200 + +libcrypt-generatepassword-perl (0.03-3) unstable; urgency=low + + [ Krzysztof Krzyżaniak (eloy) ] + * debian/control: Standards-Version updated to 3.8.1 + * drop cdbs, convert to debhelper7 + * debian/rules: use example from debhelper7 + + [ Alexander GQ Gerasiov ] + * Switch package under cdbs. + * Pushing package under the maintenance by Debian Perl Group. + * debian/control: description updated. + * debian/control: Standards-Version updated to 3.8.0 + * debian/copyright: switch to new copyright format. + * debian/control: build-depends on debhelper 7. + * debian/control: removed ${shlibs:Depends} from Depends. + * Uploaded to Debian (Closes: #496938). + + -- Alexander GQ Gerasiov Sun, 14 Sep 2008 16:02:07 +0400 + +libcrypt-generatepassword-perl (0.03-2) unstable; urgency=low + + * Ouch, 0.03-1 source was native debian, but should be diff to + upstream. Fixed. + + -- Alexander GQ Gerasiov Tue, 21 Nov 2006 17:13:23 +0300 + +libcrypt-generatepassword-perl (0.03-1) unstable; urgency=low + + * Initial Release. + * debian/ was based on libcrypt-unixcrypt-perl by Bart Martens + + + -- Alexander GQ Gerasiov Tue, 15 Aug 2006 13:24:28 +0400 --- libcrypt-generatepassword-perl-0.03.orig/debian/watch +++ libcrypt-generatepassword-perl-0.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Crypt-GeneratePassword/ .*/Crypt-GeneratePassword-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libcrypt-generatepassword-perl-0.03.orig/debian/copyright +++ libcrypt-generatepassword-perl-0.03/debian/copyright @@ -0,0 +1,18 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226 +Upstream-Name: Crypt/GeneratePassword +Upstream-Maintainer: Jörg Walter +Upstream-Source: http://search.cpan.org/dist/Crypt-GeneratePassword/ + +Files: * +Copyright: Copyright 2002, Jörg Walter +License: Artistic | GPL-1+ + On Debian GNU/Linux systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL' and the Artistic + Licence in `/usr/share/common-licenses/Artistic'. + +Files: debian/* +Copyright: 2006-2008, Alexander GQ Gerasiov +License: GPL-2+ + On Debian GNU/Linux systems, the complete text of the GNU General Public + License version 2 can be found in `/usr/share/common-licenses/GPL-2'