[SCM] Debian packaging of libwww-freshmeat-perl branch, master, updated. ea0a111bc7a45bb1711d29a8fd6879517d692dd5

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Mar 4 20:40:28 UTC 2012


The following commit has been merged in the master branch:
commit a305ab30fe5116c1dfc4855cd8ed00b0d8e025b5
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Mar 4 20:55:43 2012 +0100

    Added (Build-)Dependency on libxml-parser-perl, wrap-and-sort

diff --git a/debian/changelog b/debian/changelog
index cdfc843..549335e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libwww-freshmeat-perl (0.22-1) UNRELEASED; urgency=low
 
   [ Florian Schlichting ]
   * Imported Upstream version 0.22.
+  * Added (Build-)Dependency on libxml-parser-perl, wrap-and-sort.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sun, 04 Mar 2012 20:37:27 +0100
 
diff --git a/debian/control b/debian/control
index 7025400..5ac266e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,13 @@ Source: libwww-freshmeat-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libwww-perl, libxml-simple-perl, libmouse-perl,
- libfile-slurp-perl, libtest-pod-perl
+Build-Depends-Indep: libfile-slurp-perl,
+ libmouse-perl,
+ libtest-pod-perl,
+ libwww-perl,
+ libxml-parser-perl,
+ libxml-simple-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, Antonio Radici <antonio at dyne.org>,
  Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>
@@ -14,8 +19,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwww-freshm
 
 Package: libwww-freshmeat-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl,
- libxml-simple-perl, libmouse-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libmouse-perl,
+ libwww-perl,
+ libxml-parser-perl,
+ libxml-simple-perl
 Description: module to automate searches on Freshmeat.net
  WWW::Freshmeat is a Perl module that allows you to fetch information about
  projects from Freshmeat, such as name, URL, version and description. Because

-- 
Debian packaging of libwww-freshmeat-perl



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