[SCM] Debian packaging of libforest-perl branch, master, updated. c085b5a73e1e378f617e2fd1093598d0e8f69d39

gregor herrmann gregoa at debian.org
Thu Jul 5 20:28:37 UTC 2012


The following commit has been merged in the master branch:
commit a543af3fb8dcb8acc81331fd359fd8eced8bef37
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:30:52 2012 -0600

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

diff --git a/debian/control b/debian/control
index c2372cb..dbcaff7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,32 @@
 Source: libforest-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-exception-perl, libpath-class-perl,
- libmoosex-attributehelpers-perl, libmoose-perl (>= 0.90), libtest-pod-perl,
- libmoosex-clone-perl (>= 0.05)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Salvatore Bonaccorso <carnil at debian.org>
+Build-Depends-Indep: perl,
+                     libtest-exception-perl,
+                     libpath-class-perl,
+                     libmoosex-attributehelpers-perl,
+                     libmoose-perl,
+                     libtest-pod-perl,
+                     libmoosex-clone-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Forest/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libforest-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libforest-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libforest-perl.git
+Homepage: http://search.cpan.org/dist/Forest/
 
 Package: libforest-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-attributehelpers-perl,
- libmoose-perl (>= 0.90), libmoosex-clone-perl (>= 0.05)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmoosex-attributehelpers-perl,
+         libmoose-perl,
+         libmoosex-clone-perl
 Description: collection of N-ary tree related modules
  Forest is a collection of Perl modules implementing a generalized N-ary tree
  data structure. It also includes several modules useful for manipulating this
  data, including loading data from file, indexing it in memory, and writing it
  back out to files (in various formats).
+

-- 
Debian packaging of libforest-perl



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