r12627 - in /desktop/unstable/libxklavier/debian: changelog control control.in
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Thu Sep 20 15:49:44 UTC 2007
Author: slomo
Date: Thu Sep 20 15:49:43 2007
New Revision: 12627
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12627
Log:
+ Let the -dev package depend on libx11-dev as the headers include
<X11/Xlib.h>.
Modified:
desktop/unstable/libxklavier/debian/changelog
desktop/unstable/libxklavier/debian/control
desktop/unstable/libxklavier/debian/control.in
Modified: desktop/unstable/libxklavier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libxklavier/debian/changelog?rev=12627&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/changelog (original)
+++ desktop/unstable/libxklavier/debian/changelog Thu Sep 20 15:49:43 2007
@@ -12,6 +12,8 @@
+ Bump shlibs to >= 3.3 because of a new property.
* debian/control.in:
+ Use ${binary:Version} instead of ${Source-Version} to make lintian happy.
+ + Let the -dev package depend on libx11-dev as the headers include
+ <X11/Xlib.h>.
-- Sebastian Dröge <slomo at debian.org> Thu, 20 Sep 2007 17:39:47 +0200
Modified: desktop/unstable/libxklavier/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libxklavier/debian/control?rev=12627&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/control (original)
+++ desktop/unstable/libxklavier/debian/control Thu Sep 20 15:49:43 2007
@@ -34,7 +34,8 @@
${shlibs:Depends},
libxklavier11 (= ${binary:Version}),
libglib2.0-dev (>= 2.6.0),
- libxml2-dev (>= 2.0.0)
+ libxml2-dev (>= 2.0.0),
+ libx11-dev
Replaces: libxklavier-dev
Conflicts: libxklavier-dev
Description: Development files for libxklavier
Modified: desktop/unstable/libxklavier/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libxklavier/debian/control.in?rev=12627&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/control.in (original)
+++ desktop/unstable/libxklavier/debian/control.in Thu Sep 20 15:49:43 2007
@@ -34,7 +34,8 @@
${shlibs:Depends},
libxklavier11 (= ${binary:Version}),
libglib2.0-dev (>= 2.6.0),
- libxml2-dev (>= 2.0.0)
+ libxml2-dev (>= 2.0.0),
+ libx11-dev
Replaces: libxklavier-dev
Conflicts: libxklavier-dev
Description: Development files for libxklavier
More information about the pkg-gnome-commits
mailing list