r12626 - 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:43:46 UTC 2007


Author: slomo
Date: Thu Sep 20 15:43:46 2007
New Revision: 12626

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12626
Log:
* debian/control.in:
  + Use ${binary:Version} instead of ${Source-Version} to make lintian happy.

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=12626&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/changelog (original)
+++ desktop/unstable/libxklavier/debian/changelog Thu Sep 20 15:43:46 2007
@@ -10,6 +10,8 @@
   [ Sebastian Dröge ]
   * debian/libxklavier11.shlibs:
     + Bump shlibs to >= 3.3 because of a new property.
+  * debian/control.in:
+    + Use ${binary:Version} instead of ${Source-Version} to make lintian happy.
 
  -- 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=12626&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/control (original)
+++ desktop/unstable/libxklavier/debian/control Thu Sep 20 15:43:46 2007
@@ -32,7 +32,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libxklavier11 (= ${Source-Version}),
+         libxklavier11 (= ${binary:Version}),
          libglib2.0-dev (>= 2.6.0),
          libxml2-dev (>= 2.0.0)
 Replaces: libxklavier-dev

Modified: desktop/unstable/libxklavier/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libxklavier/debian/control.in?rev=12626&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/control.in (original)
+++ desktop/unstable/libxklavier/debian/control.in Thu Sep 20 15:43:46 2007
@@ -32,7 +32,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libxklavier11 (= ${Source-Version}),
+         libxklavier11 (= ${binary:Version}),
          libglib2.0-dev (>= 2.6.0),
          libxml2-dev (>= 2.0.0)
 Replaces: libxklavier-dev




More information about the pkg-gnome-commits mailing list