r24897 - in /trunk/libcrypt-generatepassword-perl/debian: ./ changelog compat control copyright rules watch

gq-guest at users.alioth.debian.org gq-guest at users.alioth.debian.org
Sun Sep 7 17:53:46 UTC 2008


Author: gq-guest
Date: Sun Sep  7 17:53:43 2008
New Revision: 24897

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24897
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libcrypt-generatepassword-perl/debian/
    trunk/libcrypt-generatepassword-perl/debian/changelog
    trunk/libcrypt-generatepassword-perl/debian/compat
    trunk/libcrypt-generatepassword-perl/debian/control
    trunk/libcrypt-generatepassword-perl/debian/copyright
    trunk/libcrypt-generatepassword-perl/debian/rules   (with props)
    trunk/libcrypt-generatepassword-perl/debian/watch

Added: trunk/libcrypt-generatepassword-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/debian/changelog?rev=24897&op=file
==============================================================================
--- trunk/libcrypt-generatepassword-perl/debian/changelog (added)
+++ trunk/libcrypt-generatepassword-perl/debian/changelog Sun Sep  7 17:53:43 2008
@@ -1,0 +1,26 @@
+libcrypt-generatepassword-perl (0.03-3) UNRELEASED; urgency=low
+
+  * UNRELEASED
+  * Switch package under cdbs.
+  * debian/docs: removed installation of README file - nothing
+    interesting there.
+  * Pushing package under the maintenance by Debian Perl Group.
+  * debian/control: description updated.
+  * debian/control: Standards-Version updated to 3.8.0
+
+ -- Alexander GQ Gerasiov <gq at cs.msu.su>  Sun, 07 Sep 2008 16:10:54 +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 <gq at cs.msu.su>  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
+    <bartm at knars.be>
+
+ -- Alexander GQ Gerasiov <gq at cs.msu.su>  Tue, 15 Aug 2006 13:24:28 +0400

Added: trunk/libcrypt-generatepassword-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/debian/compat?rev=24897&op=file
==============================================================================
--- trunk/libcrypt-generatepassword-perl/debian/compat (added)
+++ trunk/libcrypt-generatepassword-perl/debian/compat Sun Sep  7 17:53:43 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libcrypt-generatepassword-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/debian/control?rev=24897&op=file
==============================================================================
--- trunk/libcrypt-generatepassword-perl/debian/control (added)
+++ trunk/libcrypt-generatepassword-perl/debian/control Sun Sep  7 17:53:43 2008
@@ -1,0 +1,19 @@
+Source: libcrypt-generatepassword-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alexander GQ Gerasiov <gq at cs.msu.su>
+Build-Depends: debhelper (>= 4.2), cdbs
+Build-Depends-Indep: perl (>= 5.8.4)
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Crypt-GeneratePassword/
+Vcs-Git: svn://svn.debian.org/pkg-perl/trunk/libcrypt-generatepassword-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/
+
+Package: libcrypt-generatepassword-perl
+Architecture: all
+Depends: ${perl:Depends}, ${shlibs: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.

Added: trunk/libcrypt-generatepassword-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/debian/copyright?rev=24897&op=file
==============================================================================
--- trunk/libcrypt-generatepassword-perl/debian/copyright (added)
+++ trunk/libcrypt-generatepassword-perl/debian/copyright Sun Sep  7 17:53:43 2008
@@ -1,0 +1,24 @@
+This is the debian package for the Crypt::UnixCrypt module created by
+Brian Nelson <nelson at bignachos.com>.
+
+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.
+
+Sources obtained from: http://search.cpan.org/dist/Crypt-GeneratePassword/
+
+The upstream author is: Jörg Walter <jwalt at cpan.org> 
+
+inspired by ideas from Tom Van Vleck and Morris Gasser/FIPS-181.
+
+Copyright 2002, Jörg Walter <jwalt at cpan.org>
+
+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 2006-2008, Alexander GQ Gerasiov <gq at cs.msu.su>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: trunk/libcrypt-generatepassword-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/debian/rules?rev=24897&op=file
==============================================================================
--- trunk/libcrypt-generatepassword-perl/debian/rules (added)
+++ trunk/libcrypt-generatepassword-perl/debian/rules Sun Sep  7 17:53:43 2008
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk

Propchange: trunk/libcrypt-generatepassword-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcrypt-generatepassword-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/debian/watch?rev=24897&op=file
==============================================================================
--- trunk/libcrypt-generatepassword-perl/debian/watch (added)
+++ trunk/libcrypt-generatepassword-perl/debian/watch Sun Sep  7 17:53:43 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Crypt-GeneratePassword/   .*/Crypt-GeneratePassword-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




More information about the Pkg-perl-cvs-commits mailing list