[SCM] Debian packaging of libjira-client-perl branch, master, updated. debian/0.36-1-7-ge3b48ca

gregor herrmann gregoa at debian.org
Sun May 27 12:49:28 UTC 2012


The following commit has been merged in the master branch:
commit d56e25c91f29991baa36666a42302d0259308f70
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 27 14:46:09 2012 +0200

    Add (build) dependency on libdata-util-perl.

diff --git a/debian/control b/debian/control
index 736b875..f429f94 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Angel Abad <angel at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libsoap-lite-perl,
- perl
+Build-Depends-Indep: perl,
+ libdata-util-perl,
+ libsoap-lite-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
@@ -15,6 +16,7 @@ Homepage: http://search.cpan.org/dist/JIRA-Client/
 Package: libjira-client-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-util-perl,
  libsoap-lite-perl
 Description: Perl interface to JIRA's API
  JIRA::Client is a Perl module that implements an Object Oriented wrapper

-- 
Debian packaging of libjira-client-perl



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