[liburi-find-delimited-perl] 02/04: Add missing (Build-)Depends on liburi-perl

dom at earth.li dom at earth.li
Sun Aug 16 19:33:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository liburi-find-delimited-perl.

commit dc22e9efdf8bca7f174faca559b5818d68d0e594
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Aug 16 21:14:54 2015 +0200

    Add missing (Build-)Depends on liburi-perl
---
 debian/changelog | 1 +
 debian/control   | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2dd7003..2a0191f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ liburi-find-delimited-perl (0.03-1) UNRELEASED; urgency=medium
   * New upstream release (Closes: #795742)
   * Switch to 1.0 debian/copyright format
   * debian/watch: use metacpan-based URL.
+  * Add missing (Build-)Depends on liburi-perl
 
  -- Dominic Hargreaves <dom at earth.li>  Sun, 16 Aug 2015 20:36:09 +0200
 
diff --git a/debian/control b/debian/control
index d9ffac2..a6b1eb9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: liburi-find-delimited-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl, liburi-find-perl
+Build-Depends-Indep: perl,
+ liburi-find-perl,
+ liburi-perl,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.7.3
@@ -12,7 +14,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liburi-find-delimited-perl.g
 
 Package: liburi-find-delimited-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, liburi-find-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ liburi-find-perl,
+ liburi-perl,
 Description:  Find URIs which may be wrapped in enclosing delimiters
  Works like URI::Find, but is prepared for URIs in your text to be
  wrapped in a pair of delimiters and optionally have a title. This will

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liburi-find-delimited-perl.git



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