[SCM] Debian packaging of Tie-IxHash CPAN distribution branch, master, updated. upstream/1.21-11-g7236cd6

Xavier x.guimard at free.fr
Fri Dec 28 18:14:44 UTC 2012


The following commit has been merged in the master branch:
commit 650c4fe9cf036a3096d1f1a53fbaa0d1a362d9db
Author: Xavier <x.guimard at free.fr>
Date:   Fri Dec 28 19:12:27 2012 +0100

    Bump S-V to 3.9.4 + dh to 8

diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
index 187e424..4bcccdd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,25 @@
 Source: libtie-ixhash-perl
-Section: interpreters
+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 (>= 3.0.5), perl (>= 5.6.0-17)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.5.1
+Build-Depends: debhelper (>= 8),
+Build-Depends-Indep: libtest-pod-perl,
+                     perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtie-ixhash-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtie-ixhash-perl.git
+Homepage: http://search.cpan.org/dist/Tie-IxHash/
 
 Package: libtie-ixhash-perl
 Architecture: all
-Depends: ${perl:Depends}
-Description:  ordered associative arrays for Perl
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: ordered associative arrays for Perl
  This Perl module implements Perl hashes that preserve the order in which the
  hash elements were added.  The order is not affected when values
  corresponding to existing keys in the IxHash are changed.  The elements can
  also be set to any arbitrary supplied order.  The familiar perl array
  operations can also be performed on the IxHash.
+

-- 
Debian packaging of Tie-IxHash CPAN distribution



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