[SCM] Debian packaging of libtree-redblack-perl branch, master, updated. 47ab29bda3a73d3c1af2555319c990463feae639

gregor herrmann gregoa at debian.org
Thu Jul 5 21:04:40 UTC 2012


The following commit has been merged in the master branch:
commit 11ace329bb5fb5756d9cb54d3371b09f3be02335
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:03:16 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index b5fa024..d788436 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,21 @@
 Source: libtree-redblack-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-20)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Tree-RedBlack/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtree-redblack-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtree-redblack-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtree-redblack-perl.git
+Homepage: http://search.cpan.org/dist/Tree-RedBlack/
 
 Package: libtree-redblack-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description:  Perl implementation of Red/Black tree, a balanced tree
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: Perl implementation of Red/Black tree, a balanced tree
  This is a demonstration package, showing the performance differences
  between different methods of data storage and accessing. It contains
  a perl implementation of the Red/Black tree algorithm found in the
@@ -26,3 +28,4 @@ Description:  Perl implementation of Red/Black tree, a balanced tree
  An example perl script is contained in the documentation directory,
  which would show the different run times using hash table, linear or
  tree structure.
+

-- 
Debian packaging of libtree-redblack-perl



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