[SCM] libhttp-link-parser-perl Debian packaging branch, master, updated. debian/0.101-2-8-gce17f53

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Dec 17 20:17:47 UTC 2011


The following commit has been merged in the master branch:
commit ce17f53d523212d3324f7546f6dc3b14f25124cc
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Dec 17 21:11:28 2011 +0100

    Added dependency on libhttp-message-perl

diff --git a/debian/changelog b/debian/changelog
index 1229bf8..fe73486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libhttp-link-parser-perl (0.103-1) UNRELEASED; urgency=low
+libhttp-link-parser-perl (0.103-1) unstable; urgency=low
 
   [ Florian Schlichting ]
   * Imported Upstream version 0.103.
   * Bumped copyright years, adjusted DEP-5 headers and added/deleted stanzas
     for new and removed files under inc/.
   * Added myself to Uploaders and copyright.
+  * Added dependency on libhttp-message-perl.
 
   [ Jonas Smedegaard ]
   * Update copyright file: Improve references for convenience copy of
@@ -14,7 +15,7 @@ libhttp-link-parser-perl (0.103-1) UNRELEASED; urgency=low
   * Remove debian/source/local-options; abort-on-upstream-changes and
     unapply-patches are default in dpkg-source since 1.16.1.
 
- -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sat, 17 Dec 2011 20:23:48 +0100
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sat, 17 Dec 2011 21:15:22 +0100
 
 libhttp-link-parser-perl (0.101-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 85ea6a9..bef6e14 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: devscripts (>= 2.10.7~),
  cdbs (>= 0.4.85~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
+ libhttp-message-perl,
  librdf-trine-perl,
  liburi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index f545d8c..07eedee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 7710e29fe9de7c23fabf0b53c9700c4a
 
 # Needed both by upstream build process and at runtime
-common-depends = librdf-trine-perl, liburi-perl
+common-depends = libhttp-message-perl, librdf-trine-perl, liburi-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)

-- 
libhttp-link-parser-perl Debian packaging



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