--- libtie-encryptedhash-perl-1.24.orig/debian/copyright +++ libtie-encryptedhash-perl-1.24/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Vipul Ved Prakash +Source: http://search.cpan.org/dist/Tie-EncryptedHash/ +Name: Tie-EncryptedHash + +Files: * +Copyright: 2000, Vipul Ved Prakash +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu +License: Artistic or 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' --- libtie-encryptedhash-perl-1.24.orig/debian/rules +++ libtie-encryptedhash-perl-1.24/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtie-encryptedhash-perl-1.24.orig/debian/compat +++ libtie-encryptedhash-perl-1.24/debian/compat @@ -0,0 +1 @@ +7 --- libtie-encryptedhash-perl-1.24.orig/debian/control +++ libtie-encryptedhash-perl-1.24/debian/control @@ -0,0 +1,22 @@ +Source: libtie-encryptedhash-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libcrypt-cbc-perl, libcrypt-des-perl, + libcrypt-blowfish-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +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/ + +Package: libtie-encryptedhash-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libcrypt-cbc-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. --- libtie-encryptedhash-perl-1.24.orig/debian/changelog +++ libtie-encryptedhash-perl-1.24/debian/changelog @@ -0,0 +1,5 @@ +libtie-encryptedhash-perl (1.24-1) unstable; urgency=low + + * Initial Release (Closes: #567602) + + -- Jonathan Yu Fri, 29 Jan 2010 22:59:37 -0500 --- libtie-encryptedhash-perl-1.24.orig/debian/watch +++ libtie-encryptedhash-perl-1.24/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Tie-EncryptedHash/ .*/Tie-EncryptedHash-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$