[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libx11: Changes to 'debian-experimental'



 debian/changelog |    3 ++-
 debian/control   |    8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit bb2f96fb87e04fd07dd22f3701b18b440db28aa1
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Jul 18 02:54:03 2007 +0200

    * Use binary:Version instead of Source-Version in debian/control.

diff --git a/debian/changelog b/debian/changelog
index 06b3686..0307732 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,11 +5,12 @@ libx11 (2:1.1.2-2) UNRELEASED; urgency=low
     + Fix locking in _XimGetWindowEventmask (closes: #427296).
     + fix XGetMotionEvents arguments order (closes: #431421).
   * Install the upstream NEWS file rather than the git changelog.
+  * Use binary:Version instead of Source-Version in debian/control.
 
   [ Josh Triplett ]
   * Expand the description of the problem with Sun Java in libx11-6.NEWS.
 
- -- Julien Cristau <jcristau@debian.org>  Wed, 18 Jul 2007 02:34:34 +0200
+ -- Julien Cristau <jcristau@debian.org>  Wed, 18 Jul 2007 02:52:34 +0200
 
 libx11 (2:1.1.2-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 6ead5d0..30fa0a9 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Package: libx11-6-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${binary:Version})
 Description: X11 client-side library (debug package)
  This package provides a client interface to the X Window System, otherwise
  known as 'Xlib'.  It provides a complete API for the basic functions of the
@@ -55,7 +55,7 @@ Package: libx11-dev
 Section: libdevel
 Architecture: any
 Pre-Depends: x11-common (>= 1:7.0.0)
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${Source-Version}), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), x11proto-core-dev (>= 6.8.99.8-1), x11proto-input-dev, x11proto-kb-dev, xtrans-dev, libxcb-xlib0-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${binary:Version}), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), x11proto-core-dev (>= 6.8.99.8-1), x11proto-input-dev, x11proto-kb-dev, xtrans-dev, libxcb-xlib0-dev
 Description: X11 client-side library (development headers)
  This package provides a client interface to the X Window System, otherwise
  known as 'Xlib'.  It provides a complete API for the basic functions of the
@@ -89,7 +89,7 @@ Package: libx11-xcb1-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-xcb1 (= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-xcb1 (= ${binary:Version})
 Description: Xlib/XCB interface library (debug package)
  libX11-xcb provides functions needed by clients which take advantage of
  Xlib/XCB to mix calls to both Xlib and XCB over the same X connection.
@@ -107,7 +107,7 @@ Description: Xlib/XCB interface library (debug package)
 Package: libx11-xcb-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-xcb1 (= ${Source-Version}), libxcb1-dev (>= 0.9.92), libx11-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-xcb1 (= ${binary:Version}), libxcb1-dev (>= 0.9.92), libx11-dev
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: Xlib/XCB interface library (development headers)
  libX11-xcb provides functions needed by clients which take advantage of



Reply to: