This is an automated email from the git hooks/post-receive script. hggh-guest pushed a commit to branch master in repository libcrypt-hcesha-perl.
commit 9c8257b279899251f1f341de57a4786fc1a5747b Author: Jonas Genannt <[email protected]> Date: Fri Jun 19 20:39:32 2015 +0200 updated package --- debian/control | 21 ++++--- debian/copyright | 64 ++++++++++++++-------- debian/{examples => libcrypt-hcesha-perl.examples} | 0 debian/watch | 4 +- 4 files changed, 55 insertions(+), 34 deletions(-) diff --git a/debian/control b/debian/control index c650be8..ff4b2be 100644 --- a/debian/control +++ b/debian/control @@ -2,26 +2,29 @@ Source: libcrypt-hcesha-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl -Maintainer: Jonas Genannt <[email protected]> -Standards-Version: 3.9.2 -Homepage: http://search.cpan.org/dist/Crypt-HCE_SHA/ +Build-Depends-Indep: perl, libmime-base64-perl +Maintainer: Maintainer: Debian Perl Group <[email protected]> +Uploaders: Jonas Genannt <[email protected]> +Standards-Version: 3.9.6 +Homepage: https://metacpan.org/release/Crypt-HCE_SHA +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-hcesha-perl.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-hcesha-perl.git Package: libcrypt-hcesha-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libmime-base64-perl +Depends: ${misc:Depends}, ${perl:Depends}, libmime-base64-perl Description: Perl extension for one way hash chaining encryption using SHA - This module implements a chaining block cipher using a one way hash. This + This module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. . - Two interfaces are provided in the module. The first is straight block + Two interfaces are provided in the module. The first is straight block encryption/decryption the second does base64 mime encoding/decoding of the encrypted/decrypted blocks. . The idea is that the two sides have a shared secret that supplies one of the - keys and a randomly generated block of bytes provides the second key. The + keys and a randomly generated block of bytes provides the second key. The random key is passed in cleartext between the two sides. . - An example client and server are packaged as modules with this module. They + An example client and server are packaged as modules with this module. They are used in the tests. They can be found in the examples directory. diff --git a/debian/copyright b/debian/copyright index 8cb77c1..348110a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,27 +1,45 @@ -This is the debian package for the Crypt::HCE_SHA module. -It was created by Ivan Kohler <[email protected]> using dh-make-perl. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://metacpan.org/release/Crypt-HCE_SHA +Upstream-Contact: Eric Estabrooks <[email protected]> +Upstream-Name: Crypt-HCE_SHA -It was downloaded from http://search.cpan.org/~eestabroo +Files: * +Copyright: 2002 Eric Estabrooks <[email protected]> +License: Artistic or GPL-1 +Comment: The original module from CPAN contains no copyright statement. The + author clarified the licensing in email: + . + Eric Estabrooks <[email protected]> wrote: + > I'll certainly upload a new one with license information (might be a + > while though), but what you have listed was my intention (Perl's artistic). + > + > Copyright (c) 2002 Eric Estabrooks + > All Rights Reserved + > This module is free software; you can redistribute it and/or modify it + > under the same terms as Perl itself. + > + > So please feel free to include it in the debian distribution. + > + > Eric -The original module from CPAN contains no copyright statement. The author -clarified the licensing in email: +Files: debian/* +Copyright: 2002-2005 Ivan Kohler <[email protected]> + 2008-2008 Mark Hymers <[email protected]> + 2005-2015 Jonas Genannt <[email protected]> +License: Artistic or GPL-1 -Eric Estabrooks <[email protected]> wrote: -> I'll certainly upload a new one with license information (might be a -> while though), but what you have listed was my intention (Perl's artistic). -> -> Copyright (c) 2002 Eric Estabrooks -> All Rights Reserved -> This module is free software; you can redistribute it and/or modify it -> under the same terms as Perl itself. -> -> So please feel free to include it in the debian distribution. -> -> Eric +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 systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. -Perl is distributed under your choice of the GNU General Public License or -the Artistic License. - -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'. +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 systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff --git a/debian/examples b/debian/libcrypt-hcesha-perl.examples similarity index 100% rename from debian/examples rename to debian/libcrypt-hcesha-perl.examples diff --git a/debian/watch b/debian/watch index ffaf54b..efcd1a8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 -http://search.cpan.org/dist/Crypt-HCE_SHA/ .*/Crypt-HCE_SHA-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=2 +https://metacpan.org/release/Crypt-HCE_SHA .*/Crypt-HCE_SHA-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-hcesha-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
