r51813 - in /trunk/libtie-encryptedhash-perl/debian: control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 30 03:44:50 UTC 2010


Author: jawnsy-guest
Date: Sat Jan 30 03:44:44 2010
New Revision: 51813

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51813
Log:
prepare for upload

Modified:
    trunk/libtie-encryptedhash-perl/debian/control
    trunk/libtie-encryptedhash-perl/debian/copyright

Modified: trunk/libtie-encryptedhash-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-encryptedhash-perl/debian/control?rev=51813&op=diff
==============================================================================
--- trunk/libtie-encryptedhash-perl/debian/control (original)
+++ trunk/libtie-encryptedhash-perl/debian/control Sat Jan 30 03:44:44 2010
@@ -3,10 +3,10 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libcrypt-cbc-perl, libcrypt-des-perl,
-  libcrypt-blowfish-perl
+ libcrypt-blowfish-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Tie-EncryptedHash/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-encryptedhash-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtie-encryptedhash-perl/
@@ -14,20 +14,9 @@
 Package: libtie-encryptedhash-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libcrypt-cbc-perl,
-  libcrypt-des-perl, libcrypt-blowfish-perl
-Description: Hashes (and objects based on hashes) with encrypting fields.
- Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting
- containers of data. Tie::EncryptedHash introduces special hash fields that
- are coupled with encrypt/decrypt routines to encrypt assignments at STORE()
- and decrypt retrievals at FETCH(). By design, encrypting fields are
- associated with keys that begin in single underscore. The remaining keyspace
- is used for accessing normal hash fields, which are retained without
- modification.
- .
- While the password is set, a Tie::EncryptedHash behaves exactly like a
- standard Perl hash. This is its transparent mode of access. Encrypting and
- normal fields are identical in this mode. When password is deleted,
- encrypting fields are accessible only as ciphertext. This is
- Tie::EncryptedHash's opaque mode of access, optimized for serialization.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ libcrypt-des-perl, libcrypt-blowfish-perl
+Description: module for encrypted hashes and objects based on hashes
+ Tie::EncryptedHash is a Perl module that enables hashes (and objects based on
+ hashes) with automatically encrypting fields. When the password is not set,
+ an encrypted hash behaves exactly like a standard Perl hash, which is useful
+ for serializing the resulting data.

Modified: trunk/libtie-encryptedhash-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-encryptedhash-perl/debian/copyright?rev=51813&op=diff
==============================================================================
--- trunk/libtie-encryptedhash-perl/debian/copyright (original)
+++ trunk/libtie-encryptedhash-perl/debian/copyright Sat Jan 30 03:44:44 2010
@@ -2,28 +2,14 @@
 Maintainer: Vipul Ved Prakash <mail at vipul.net>
 Source: http://search.cpan.org/dist/Tie-EncryptedHash/
 Name: Tie-EncryptedHash
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Vipul Ved Prakash <mail at vipul.net>
-License: unparsable
+Copyright: 2000, Vipul Ved Prakash <mail at vipul.net>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
-License: unparsable or Artistic or GPL-1+
-
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify




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