[libdigest-perl-md5-perl] 02/02: Initial packaging by maintainer

Florian Schlichting fsfs at moszumanska.debian.org
Thu Apr 24 22:24:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libdigest-perl-md5-perl.

commit c870fe5e18cc6ea55e8f062f4fe9cd09ac107fb7
Author: Florian Schlichting <fsfs at debian.org>
Date:   Fri Apr 25 00:22:02 2014 +0200

    Initial packaging by maintainer
---
 debian/changelog |  4 ++--
 debian/control   | 33 +++++++++------------------------
 debian/copyright | 38 ++++++++++++++++++++++++++++----------
 3 files changed, 39 insertions(+), 36 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f455763..415a6b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libdigest-perl-md5-perl (1.9-1) UNRELEASED; urgency=low
+libdigest-perl-md5-perl (1.9-1) unstable; urgency=low
 
   * Initial Release. (Closes: #745772)
 
- -- Florian Schlichting <fsfs at debian.org>  Fri, 25 Apr 2014 00:06:23 +0200
+ -- Florian Schlichting <fsfs at debian.org>  Fri, 25 Apr 2014 00:21:53 +0200
diff --git a/debian/control b/debian/control
index 5fc8a7f..554405c 100644
--- a/debian/control
+++ b/debian/control
@@ -14,27 +14,12 @@ Package: libdigest-perl-md5-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl Implementation of Rivest's MD5 algorithm
- Digest::Perl::MD5s has the same interface as the much faster Digest::MD5. So
- you can easily exchange them, e.g.
- .
- BEGIN {
- .
- eval {
- .
- require Digest::MD5;
- .
- import Digest::MD5 'md5_hex'
- .
- };
- .
- if ($@) { # ups, no Digest::MD5
- .
- require Digest::Perl::MD5;
- .
- import Digest::Perl::MD5 'md5_hex'
- .
- } 
- .
- }
- .
- This description was automagically extracted from the module by dh-make-perl.
+ Digest::Perl::MD5s has the same interface as the much faster Digest::MD5, but
+ unlike that, it is not an interface but a Perl implementation of MD5. Because
+ of this it is slow but it works without C-Code. You should use Digest::MD5
+ instead of this module if it is available. This module is only useful for
+ .
+  - computers where you cannot install Digest::MD5 (e.g. lack of a C-Compiler)
+  - encrypting only small amounts of data (less than one million bytes),
+    e.g. hashing passwords
+  - educational purposes
diff --git a/debian/copyright b/debian/copyright
index 415c6a0..f33b8f7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,18 +2,36 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Digest-Perl-MD5
 Upstream-Contact: Christian Lackas <delta at lackas.net>
 Upstream-Name: Digest-Perl-MD5
-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: Christian Lackas <delta at lackas.net>
-License: 
+Copyright: 2000, Christian Lackas <delta at lackas.net>
+License: Artistic or GPL-1+
+Comment: The MD5 algorithm is defined in RFC 1321. The basic C code
+ implementing the algorithm is derived from that in the RFC and is covered by
+ the following copyright:
+ .
+ Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights
+ reserved.
+ .
+ License to copy and use this software is granted provided that it is
+ identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in
+ all material mentioning or referencing this software or this function.
+ .
+ License is also granted to make and use derivative works provided that such
+ works are identified as "derived from the RSA Data Security, Inc. MD5
+ Message-Digest Algorithm" in all material mentioning or referencing the
+ derived work.
+ .
+ RSA Data Security, Inc. makes no representations concerning either the
+ merchantability of this software or the suitability of this software for any
+ particular purpose. It is provided "as is" without express or implied warranty
+ of any kind.
+ .
+ These notices must be retained in any copies of any part of this documentation
+ and/or software.
+ .
+ This copyright does not prohibit distribution of any version of Perl
+ containing this extension under the terms of the GNU or Artistic licenses.
 
 Files: debian/*
 Copyright: 2014, Florian Schlichting <fsfs at debian.org>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdigest-perl-md5-perl.git



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