[SCM] Debian packaging of libx11-xcb-perl branch, master, updated. 3d6551b6281d14ac2c06d0876195c3f6df8f4e0a

gregor herrmann gregoa at debian.org
Fri Dec 30 20:48:53 UTC 2011


The following commit has been merged in the master branch:
commit bf87c2a9a745e6d74ab4612d959f8dd0183b17a5
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 30 21:47:37 2011 +0100

    update dependencies

diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 9870ff2..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-lib/X11/XCB.pm
diff --git a/debian/control b/debian/control
index c9a9033..dcd88c5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,22 @@ 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),
- libextutils-pkgconfig-perl, libxml-simple-perl, libmoose-perl, 
- libtest-deep-perl, libtry-tiny-perl, libtest-exception-perl,
+ xcb-proto
 # cf. debian/rules
-# xvfb, xauth,
- libxcb1-dev, libxcb-xinerama0-dev, libxcb-icccm1-dev, xcb-proto
+# , xvfb, xauth,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.2
@@ -17,8 +27,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libx11-xcb-pe
 
 Package: libx11-xcb-perl
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libmoose-perl,
- libtry-tiny-perl, perl (>= 5.10.1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
+ libmouse-perl,
+ libmousex-nativetraits-perl,
+ libtry-tiny-perl,
+ perl (>= 5.10.1)
 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
@@ -29,7 +42,3 @@ 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.
- .       
- WARNING: X11::XCB is in a rather early stage and thus API breaks may happen
- in future versions. It is not yet widely used.
-                     

-- 
Debian packaging of libx11-xcb-perl



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