[SCM] Debian packaging of libtree-dagnode-perl branch, master, updated. upstream/1.11-32-g28d810e
gregor herrmann
gregoa at debian.org
Sun May 19 19:59:11 UTC 2013
The following commit has been merged in the master branch:
commit 28d810e88cd0368d2264d7bbfbc7881540208027
Author: gregor herrmann <gregoa at debian.org>
Date: Sun May 19 21:56:34 2013 +0200
add (back) alternative build dependencies for Test::More and Module::Build
expressing them explicitly makes it clear what is meant and makes
backporting easier.
besides, we need a new enough Module::Build during clean, i.e. in
Build-Depends
Git-Dch: Ignore
diff --git a/debian/changelog b/debian/changelog
index 1b9a9f7..a971742 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,8 +19,6 @@ libtree-dagnode-perl (1.11-1) unstable; urgency=low
* Bump debian/copyright format to 1.0
* Bump Standards-Version to 3.9.4
* Bump debhelper compatibility to 8
- * Add perl-5.13.11 build dependency to have Module::Build 0.38 and
- Test::More 0.98
* Update description
-- Xavier Guimard <x.guimard at free.fr> Sun, 19 May 2013 19:49:56 +0200
diff --git a/debian/control b/debian/control
index 8066049..ea79bdd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,11 @@ Uploaders: Jay Bonci <jaybonci at debian.org>,
Xavier Guimard <x.guimard at free.fr>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8),
+ perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libtest-pod-perl,
- perl (>= 5.13.11)
+ perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+ perl
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
--
Debian packaging of libtree-dagnode-perl
More information about the Pkg-perl-cvs-commits
mailing list