[SCM] libtest-rdf-perl Debian packaging branch, master, updated. debian/0.22-1-11-gef77b10

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri Dec 16 23:14:22 UTC 2011


The following commit has been merged in the master branch:
commit 4d8e3009b1b8548cbec2c3f1f3b61400e574eb63
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Dec 16 23:43:35 2011 +0100

    Added (build-)dependency on libscalar-util-perl

diff --git a/debian/changelog b/debian/changelog
index 1b111ea..a80da36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libtest-rdf-perl (0.24-1) UNRELEASED; urgency=low
   [ Florian Schlichting ]
   * Imported Upstream version 0.24.
   * Bumped copyright years, switched to standard DEP-5 headers.
+  * Added (build-)dependency on libscalar-list-utils-perl.
 
   [ Jonas Smedegaard ]
   * Update copyright file: Improve references for convenience copy of
diff --git a/debian/control b/debian/control
index 2506847..c7aea22 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: devscripts (>= 2.10.7~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
  librdf-trine-perl (>= 0.134),
+ libscalar-list-utils-perl,
  libtest-tester-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
diff --git a/debian/rules b/debian/rules
index 96e11d4..83b9b35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/K/KJ/KJETILK
 DEB_UPSTREAM_TARBALL_MD5 = 03978a14480146949d4ca6cc1364c394
 
 # Needed both by upstream build process and at runtime
-common-depends = librdf-trine-perl (>= 0.134)
+common-depends = librdf-trine-perl (>= 0.134), libscalar-list-utils-perl
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS = $(common-depends)
 

-- 
libtest-rdf-perl Debian packaging



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