[SCM] Debian packaging of libdata-stream-bulk-perl branch, master, updated. 07b342d1c70f88c580a0217bcf0744c7aaaec846

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Mar 4 22:47:25 UTC 2012


The following commit has been merged in the master branch:
commit 4dcb2c71faed31f10c06863f3a41a0beeb110e94
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Mar 4 23:45:03 2012 +0100

    updated dependencies, wrap-and-sort

diff --git a/debian/changelog b/debian/changelog
index 053fa10..7ebdd26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ libdata-stream-bulk-perl (0.11-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.11.
   * Bumped year of upstream copyright.
   * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
+  * Added dependency on libpath-class-perl, build-dependency on
+    libtest-requires-perl, perl (>= 5.10.1) | libtest-more-perl (>= 0.88).
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sun, 04 Mar 2012 23:19:21 +0100
 
diff --git a/debian/control b/debian/control
index 195621a..0ba8eac 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,19 @@ Source: libdata-stream-bulk-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libnamespace-clean-perl (>= 0.08),
- libtest-use-ok-perl, libsub-exporter-perl, libmoose-perl (>= 0.89), libdbix-class-perl,
- libdbi-perl, libdbd-sqlite3-perl, libpath-class-perl, libdbd-mock-perl,
- libtest-tempdir-perl
+Build-Depends-Indep: perl,
+ libdbd-mock-perl,
+ libdbd-sqlite3-perl,
+ libdbi-perl,
+ libdbix-class-perl,
+ libmoose-perl (>= 0.90),
+ libnamespace-clean-perl (>= 0.08),
+ libpath-class-perl,
+ libsub-exporter-perl,
+ perl (>= 5.10.1) | libtest-more-perl (>= 0.88),
+ libtest-requires-perl,
+ libtest-tempdir-perl,
+ libtest-use-ok-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
  Ansgar Burchardt <ansgar at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
@@ -17,8 +26,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-strea
 
 Package: libdata-stream-bulk-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libnamespace-clean-perl (>= 0.08),
- libsub-exporter-perl, libmoose-perl (>= 0.89)
+Depends: ${perl:Depends}, ${misc:Depends},
+ libmoose-perl (>= 0.90),
+ libnamespace-clean-perl (>= 0.08),
+ libpath-class-perl,
+ libsub-exporter-perl
 Description: N at a time iteration API
  Data::Stream::Bulk is a utility for working with data streams of indefinite
  size. It tries to find a middle ground between one-at-a-time and all-at-once

-- 
Debian packaging of libdata-stream-bulk-perl



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