[SCM] Debian packaging of libdebug-client-perl branch, master, updated. debian/0.20-1-14-gba29f81

Dominique Dumont dod at debian.org
Wed May 8 07:26:01 UTC 2013


The following commit has been merged in the master branch:
commit ba29f81bd96a15eea9a8c4265dee448ad826ba02
Author: Dominique Dumont <dod at debian.org>
Date:   Wed May 8 09:17:48 2013 +0200

    control: added dep on libio-socket-ip-perl >= 0.21

diff --git a/debian/changelog b/debian/changelog
index e6b88fb..ef795b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libdebug-client-perl (0.25-1) unstable; urgency=low
   * Imported Upstream version 0.25
   * added patch to relax too strict versioned dependencies
   * control: bumped standard-version. Removed redundant recommended dep
+  * control: added dep on libio-socket-ip-perl >= 0.21
 
  -- Dominique Dumont <dod at debian.org>  Wed, 08 May 2013 09:08:07 +0200
 
diff --git a/debian/control b/debian/control
index 86738a7..8723a13 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,13 @@ Uploaders: Jonathan Yu <jawnsy at cpan.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.13.10),
-                     libfile-homedir-perl (>= 0.98),
+Build-Depends-Indep: libfile-homedir-perl (>= 0.98),
+                     libio-socket-ip-perl (>= 0.21),
                      libpadwalker-perl,
                      libterm-readline-perl-perl,
                      libtest-class-perl (>= 0.36),
                      libtest-deep-perl (>= 0.108),
+                     perl (>= 5.13.10),
                      perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdebug-client-perl.git
@@ -23,6 +24,7 @@ Package: libdebug-client-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
+         libio-socket-ip-perl  (>= 0.21),
          libpadwalker-perl,
          libterm-readline-perl-perl,
          perl (>= 5.13.10)

-- 
Debian packaging of libdebug-client-perl



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