[SCM] Debian packaging of libtree-simple-perl branch, master, updated. d0644ab843a8ff07386ce0cb1255470e8b5e74fb

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


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

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

diff --git a/debian/control b/debian/control
index 78e05ac..e6b6761 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,24 @@
 Source: libtree-simple-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>,
- gregor herrmann <gregoa at debian.org>,
- Damyan Ivanov <dmn at debian.org>
+           gregor herrmann <gregoa at debian.org>,
+           Damyan Ivanov <dmn at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl, libtest-exception-perl (>= 0.15),
- libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl
+Build-Depends-Indep: perl,
+                     libtest-exception-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Tree-Simple/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtree-simple-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtree-simple-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtree-simple-perl.git
+Homepage: http://search.cpan.org/dist/Tree-Simple/
 
 Package: libtree-simple-perl
 Architecture: all
-Depends: ${misc:Depends}, perl
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: A simple tree object
  This module is a fully object-oriented implementation of a simple
  n-ary tree. It is built upon the concept of parent-child
@@ -42,3 +45,4 @@ Description: A simple tree object
  and for you to enjoy the same level of confidence when using this
  module. Note however that this module does not use any Exception or
  Error module, the exceptions are just strings thrown with die.
+

-- 
Debian packaging of libtree-simple-perl



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