[SCM] Debian packaging of Crypt-ECB CPAN distribution branch, master, updated. debian/1.40-2-12-g2dbbe1d

Xavier x.guimard at free.fr
Fri Dec 28 09:09:53 UTC 2012


The following commit has been merged in the master branch:
commit 2c64d13b7ca32d99955be465b5327c7cc52078cb
Author: Xavier <x.guimard at free.fr>
Date:   Fri Dec 28 08:53:39 2012 +0100

    Bump S-V to 3.9.4 + dh to 8

diff --git a/debian/compat b/debian/compat
index b8626c4..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+8
diff --git a/debian/control b/debian/control
index 7c229a3..e483b0b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,20 @@
 Source: libcrypt-ecb-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.6)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-ecb-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-ecb-perl.git
+Homepage: http://search.cpan.org/dist/Crypt-ECB/
 
 Package: libcrypt-ecb-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl library to encrypt data using ECB mode
  This module is a Perl-only implementation of the ECB mode.  In
  combination with a block cipher such as DES, IDEA or Blowfish, you can
@@ -22,3 +28,4 @@ Description: Perl library to encrypt data using ECB mode
  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
  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