r30844 - in /desktop/unstable/glade/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Oct 20 05:14:41 UTC 2011


Author: biebl
Date: Thu Oct 20 05:14:40 2011
New Revision: 30844

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30844
Log:
* debian/control.in:
  - Tighten dependency on libgladeui-common to ensure we have the correct
    version of the catalog files installed. Closes: #628431

Modified:
    desktop/unstable/glade/debian/changelog
    desktop/unstable/glade/debian/control
    desktop/unstable/glade/debian/control.in

Modified: desktop/unstable/glade/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/changelog?rev=30844&op=diff
==============================================================================
--- desktop/unstable/glade/debian/changelog [utf-8] (original)
+++ desktop/unstable/glade/debian/changelog [utf-8] Thu Oct 20 05:14:40 2011
@@ -10,6 +10,9 @@
     - Update Build-Depends on debhelper.
     - Remove old cruft from debian/rules which recent versions of
       dpkg-shlibdeps don't need anymore.
+  * debian/control.in:
+    - Tighten dependency on libgladeui-common to ensure we have the correct
+      version of the catalog files installed. Closes: #628431
 
  -- Michael Biebl <biebl at debian.org>  Thu, 20 Oct 2011 01:49:30 +0200
 

Modified: desktop/unstable/glade/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/control?rev=30844&op=diff
==============================================================================
--- desktop/unstable/glade/debian/control [utf-8] (original)
+++ desktop/unstable/glade/debian/control [utf-8] Thu Oct 20 05:14:40 2011
@@ -32,8 +32,7 @@
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         ${python:Depends},
-         libgladeui-common
+         libgladeui-common (= ${source:Version})
 Description: GTK+ User Interface Build core library
  Glade is a RAD tool to enable quick and easy development of user
  interfaces for the GTK+ toolkit.

Modified: desktop/unstable/glade/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/control.in?rev=30844&op=diff
==============================================================================
--- desktop/unstable/glade/debian/control.in [utf-8] (original)
+++ desktop/unstable/glade/debian/control.in [utf-8] Thu Oct 20 05:14:40 2011
@@ -27,7 +27,7 @@
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libgladeui-common
+         libgladeui-common (= ${source:Version})
 Description: GTK+ User Interface Build core library
  Glade is a RAD tool to enable quick and easy development of user
  interfaces for the GTK+ toolkit.




More information about the pkg-gnome-commits mailing list