[SCM] libcgi-auth-foaf-ssl-perl Debian packaging branch, master, updated. debian/1.001-4-9-g753921d

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Dec 31 00:25:01 UTC 2011


The following commit has been merged in the master branch:
commit b2ee0c2f264cfca3e621b54de476fc84f1846db8
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Dec 31 01:13:47 2011 +0100

    Added (build-)dependencies on Object::ID and parent

diff --git a/debian/changelog b/debian/changelog
index 87df2ce..b4aea1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libcgi-auth-foaf-ssl-perl (1.002-1) UNRELEASED; urgency=low
   * Bumped copyright years, adjusted DEP-5 headers and added/deleted stanzas
     for new and removed files under inc/.
   * Ship provided examples script.
+  * Added (build-)dependencies on Object::ID and parent.
 
   [ gregor herrmann ]
   * Remove debian/source/local-options; abort-on-upstream-changes and
diff --git a/debian/control b/debian/control
index b1ddbf1..2903ee6 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends: devscripts (>= 2.10.7~),
  libcommon-sense-perl,
  libcrypt-x509-perl (>= 0.50),
  libdatetime-perl,
+ libobject-id-perl,
+ perl (>= 5.10.1) | libparent-perl,
  libwww-perl,
  librdf-trineshortcuts-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 3493cdc..7585f2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ DEB_UPSTREAM_TARBALL_MD5 = fe182a4ad9566b7157dafd45055b602d
 
 # Needed both by upstream build process and at runtime
 common-depends = libcgi-session-perl, libcommon-sense-perl, libcrypt-x509-perl (>= 0.50), libdatetime-perl, libwww-perl
-common-depends += , librdf-trineshortcuts-perl
+common-depends += , libobject-id-perl, perl (>= 5.10.1) | libparent-perl, librdf-trineshortcuts-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)

-- 
libcgi-auth-foaf-ssl-perl Debian packaging



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