[SCM] Debian packaging of libtree-dagnode-perl branch, master, updated. upstream/1.11-31-g5188086

Xavier Guimard x.guimard at free.fr
Sun May 19 17:55:40 UTC 2013


The following commit has been merged in the master branch:
commit 8a4ca2462e7a851e9e25e7e7e93d9f77204fd2e7
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun May 19 19:45:14 2013 +0200

    Replace libmodule-build-perl-0.38 and Test::More-0.98 dependency by perl >= 5.13.11

diff --git a/debian/changelog b/debian/changelog
index 773b69f..20f3fe8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,6 @@ libtree-dagnode-perl (1.11-1) UNRELEASED; urgency=low
   "Pre-emptive apologies for any changes which are not back-compat."
 
   TODO:
-  - we need Test::More => 0.98
-  - switch the order of "libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11)"
   - remove carnil's automatic Vcs-Git changelog entry
   - remove trailing space after short description
   - add libtest-pod-perl
diff --git a/debian/control b/debian/control
index 13abe86..8066049 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Uploaders: Jay Bonci <jaybonci at debian.org>,
            Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               libmodule-build-perl (>= 0.380000) | perl (>= 5.13.11)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtest-pod-perl,
+                     perl (>= 5.13.11)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtree-dagnode-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtree-dagnode-perl.git
@@ -16,7 +16,7 @@ Package: libtree-dagnode-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Description: Perl (super)class for representing nodes in a tree 
+Description: Perl (super)class for representing nodes in a tree
  Tree::DAG_Node is a (super)class for representing nodes in a tree.
  .
  This class encapsulates/makes/manipulates objects that represent nodes

-- 
Debian packaging of libtree-dagnode-perl



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