[SCM] Debian packaging of libwx-perl branch, master, updated. 21d11b1d90b7c0eec630f5f4d4bb98aef397995d

gregor herrmann gregoa at debian.org
Mon Aug 8 16:32:02 UTC 2011


The following commit has been merged in the master branch:
commit d69d5038bd3c70bcbf16042b882ef2e9d79f3bd8
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 8 18:29:57 2011 +0200

    Add perl 5.14 as an alternative build dependency to
    libextutils-parsexs-perl.
    
    Closes: #636762

diff --git a/debian/control b/debian/control
index a755286..774ad7f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,15 @@ Uploaders: Roberto C. Sanchez <roberto at connexer.com>,
  gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
  Ryan Niebur <ryan at debian.org>, Chris Butler <chrisb at debian.org>
 Build-Depends: debhelper (>= 8), perl,
- libalien-wxwidgets-perl (>= 0.48), libextutils-xspp-perl (>= 0.1602),
- xauth, xvfb, x11-xkb-utils, xfonts-base, libtest-pod-perl, libyaml-perl,
- libextutils-parsexs-perl (>= 2.2203)
+ libalien-wxwidgets-perl (>= 0.48),
+ libextutils-parsexs-perl (>= 2.2203) | | perl (>= 5.14),
+ libextutils-xspp-perl (>= 0.1602),
+ libtest-pod-perl,
+ libyaml-perl,
+ x11-xkb-utils,
+ xauth,
+ xfonts-base,
+ xvfb
 Standards-Version: 3.9.2
 Homepage: http://wxperl.sourceforge.net/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libwx-perl.git
@@ -16,7 +22,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwx-perl.gi
 
 Package: libwx-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libalien-wxwidgets-perl (>= 0.48)
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libalien-wxwidgets-perl (>= 0.48)
 Description: interface to wxWidgets cross-platform GUI toolkit
  wxPerl is an extension module allowing the creation of GUI (Graphical
  User Interface) Perl programs using the wxWidgets toolkit. It serves as a Perl

-- 
Debian packaging of libwx-perl



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