[SCM] Debian packaging of libdata-report-perl branch, master, updated. ee4b175d7aecbe6547f13b63b87782ca9719e359

gregor herrmann gregoa at debian.org
Thu Jul 5 20:19:51 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index a5c60e0..f35090c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,27 @@
 Source: libdata-report-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.8-11.1), libtest-simple-perl, libtext-csv-perl (>= 1.00), libhtml-parser-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Angel Abad <angel at debian.org> 
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0),
+               perl
+Build-Depends-Indep: perl,
+                     libtext-csv-perl,
+                     libhtml-parser-perl
 Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-report-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-report-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-report-perl.git
 Homepage: http://search.cpan.org/dist/Data-Report/
 
 Package: libdata-report-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libtext-csv-perl (>= 1.00), libhtml-parser-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libtext-csv-perl,
+         libhtml-parser-perl
 Description: Framework for flexible reporting
  Data::Report is a flexible, plugin-driven reporting framework. It
  makes it easy to define reports that can be produced in text, HTML and
  CSV. Textual ornaments like extra empty lines, dashed lines, and cell
  lines can be added in a way similar to HTML style sheets.
+

-- 
Debian packaging of libdata-report-perl



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