[SCM] Debian packaging of libjira-client-perl branch, master, updated. debian/0.37-1-5-g313e7b4

Angel Abad angelabad at gmail.com
Sun Jul 15 15:12:17 UTC 2012


The following commit has been merged in the master branch:
commit 7d9b5d9872ff8355c3723923fa57fcf28131cda0
Author: Angel Abad <angelabad at gmail.com>
Date:   Sun Jul 15 17:05:59 2012 +0200

    debian/control: {Build-}Depends on liburi-perl

diff --git a/debian/control b/debian/control
index 18380be..9faabaf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,10 @@ Uploaders: Angel Abad <angel at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libdata-util-perl,
- libsoap-lite-perl
+Build-Depends-Indep: libdata-util-perl,
+ libsoap-lite-perl,
+ liburi-perl,
+ perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjira-client-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libjira-client-perl.git
@@ -18,7 +19,8 @@ Package: libjira-client-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libdata-util-perl,
- libsoap-lite-perl
+ libsoap-lite-perl,
+ liburi-perl
 Description: Perl interface to JIRA's API
  JIRA::Client is a Perl module that implements an Object Oriented wrapper
  around the SOAP API for JIRA - a bug tracking, issue tracking and project

-- 
Debian packaging of libjira-client-perl



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