[SCM] Debian packaging of libx11-xcb-perl branch, master, updated. upstream/0.03-15-g2eba46a

gregor herrmann gregoa at debian.org
Thu Jul 5 21:08:56 UTC 2012


The following commit has been merged in the master branch:
commit ad68ffbd981177606475e61ae5d9f8b25688dbb5
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:05:34 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index dcd88c5..2c71e22 100644
--- a/debian/control
+++ b/debian/control
@@ -1,37 +1,40 @@
 Source: libx11-xcb-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 8), perl (>= 5.10.1), 
- libextutils-depends-perl,
- libextutils-pkgconfig-perl,
- libmouse-perl,
- libmousex-nativetraits-perl,
- libtest-deep-perl,
- libtest-exception-perl,
- libtry-tiny-perl,
- libxcb-icccm4-dev,
- libxcb-util0-dev,
- libxcb-xinerama0-dev,
- libxcb1-dev,
- libxs-object-magic-perl,
- perl (>= 5.12) | libextutils-parsexs-perl (>= 2.210000),
- xcb-proto
 # cf. debian/rules
 # , xvfb, xauth,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               perl,
+               libextutils-depends-perl,
+               libextutils-pkgconfig-perl,
+               libmouse-perl,
+               libmousex-nativetraits-perl,
+               libtest-deep-perl,
+               libtest-exception-perl,
+               libtry-tiny-perl,
+               libxcb-icccm4-dev,
+               libxcb-util0-dev,
+               libxcb-xinerama0-dev,
+               libxcb1-dev,
+               libxs-object-magic-perl,
+               perl (>= 5.11.1) | libextutils-parsexs-perl,
+               xcb-proto
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/X11-XCB/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libx11-xcb-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libx11-xcb-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libx11-xcb-perl.git
+Homepage: http://search.cpan.org/dist/X11-XCB/
 
 Package: libx11-xcb-perl
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
- libmouse-perl,
- libmousex-nativetraits-perl,
- libtry-tiny-perl,
- perl (>= 5.10.1)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${perl:Depends},
+         libmouse-perl,
+         libmousex-nativetraits-perl,
+         libtry-tiny-perl,
+         perl
 Description: Perl bindings for libxcb
  These bindings wrap libxcb (a C library to speak with X11, in many cases
  better than Xlib in many aspects) and provide a nice object oriented
@@ -42,3 +45,4 @@ Description: Perl bindings for libxcb
  Use cases include testcases for all kinds of X11 applications, implementing
  really simple applications which do not require an graphical toolkit (such as
  GTK+, QT, etc.) or command-line utilities which communicate with X11.
+

-- 
Debian packaging of libx11-xcb-perl



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