[SCM] Debian packaging of Crypt-ECB CPAN distribution branch, master, updated. upstream/1.45-14-g3ab2dc2

Xavier Guimard x.guimard at free.fr
Sun Dec 30 06:29:31 UTC 2012


The following commit has been merged in the master branch:
commit 3ab2dc25a6b3f5d9b699364c917f91a1977a2031
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Dec 30 07:29:13 2012 +0100

    Update description

diff --git a/debian/changelog b/debian/changelog
index be3321e..e44c966 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libcrypt-ecb-perl (1.45-1) unstable; urgency=low
   * Update debian/copyright (years and format)
   * Bump Standards-Version to 3.9.4
   * Bump debhelper compatibility to 8
+  * Update description
   * Update debian/rules to use "dh $@"
   * Add libcrypt-* in dependencies
   * Patch tests to use Test::More
diff --git a/debian/control b/debian/control
index 079aae4..3e1ca25 100644
--- a/debian/control
+++ b/debian/control
@@ -27,16 +27,16 @@ Suggests: libcrypt-blowfish-perl,
           libcrypt-eksblowfish-perl,
           libcrypt-twofish-perl
 Description: Perl library to encrypt data using ECB mode
- This module is a Perl-only implementation of the ECB mode.  In
+ Crypt::ECB is a Perl-only implementation of the ECB mode. In
  combination with a block cipher such as DES, IDEA or Blowfish, you can
- encrypt and decrypt messages of arbitrarily long length.  Though for
+ encrypt and decrypt messages of arbitrarily long length. Though for
  security reasons other modes than ECB such as CBC should be preferred.
  See textbooks on cryptography if you want to know why.
  .
  The functionality of the module can be accessed via OO methods or via
- standard function calls.  Remember that some crypting module like for
- example Blowfish has to be installed.  The syntax follows that of
+ standard function calls. Remember that some crypting module like for
+ example Blowfish has to be installed. The syntax follows that of
  Crypt::CBC meaning you can access Crypt::ECB exactly like Crypt::CBC,
- though Crypt::ECB is more flexible.  For example you can change the key
+ though Crypt::ECB is more flexible. For example you can change the key
  or the cipher without having to create a new crypt object.
 

-- 
Debian packaging of Crypt-ECB CPAN distribution



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