[SCM] Debian packaging of libxml-writer-simple-perl branch, master, updated. dcf223ae16e81f29dd6e7003e116903929e7863b

Nuno Carvalho smash at cpan.org
Thu Jun 7 16:30:19 UTC 2012


The following commit has been merged in the master branch:
commit 63af9495e9708cd44f6ef4d8f514c25eee83da97
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Jun 7 17:19:57 2012 +0100

    Add extra POD testing

diff --git a/debian/changelog b/debian/changelog
index ce9de29..649b66f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,6 @@ libxml-writer-simple-perl (0.08-1) UNRELEASED; urgency=low
     or add "* Team upload" as the first line in d/changelog
   - d/changelog: salvatore's entry can by removed since it's not true anymore
     (or can be left as a historic reference)
-  - maybe add libtest-pod-perl and libtest-pod-coverage-perl to B-D-I to
-    activate the tests
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -20,6 +18,7 @@ libxml-writer-simple-perl (0.08-1) UNRELEASED; urgency=low
   * debian/copyright: Update to use new specification
   * debian/copyright: Update upstream copyright information
   * debian/control: Set Standards-Version to 3.9.3
+  * debian/control: Add libtest-pod-perl and libtest-pod-coverage-perl to B-D-I
   * Imported Upstream version 0.08
 
  -- Nuno Carvalho <smash at cpan.org>  Thu, 07 Jun 2012 15:27:07 +0100
diff --git a/debian/control b/debian/control
index 0f41cb2..c4a43b8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,11 @@ Source: libxml-writer-simple-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libxml-dt-perl, libxml-dtdparser-perl
+Build-Depends-Indep: perl,
+ libxml-dt-perl,
+ libxml-dtdparser-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.3
@@ -13,7 +17,8 @@ Homepage: http://search.cpan.org/dist/XML-Writer-Simple/
 Package: libxml-writer-simple-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libxml-dt-perl, libxml-dtdparser-perl
+ libxml-dt-perl,
+ libxml-dtdparser-perl
 Description: simple API to create XML files
  XML::Writer::Simple takes some ideas from CGI to make easier the life for
  those who need to generated XML code.

-- 
Debian packaging of libxml-writer-simple-perl



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