r29134 - in /desktop/unstable/glade-3/debian: changelog control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 27 01:25:29 UTC 2011


Author: biebl
Date: Wed Jul 27 01:25:29 2011
New Revision: 29134

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29134
Log:
Tigthen libgladeui-1-dev dependency on libgladeui-1-9 by making the -dev
package architecture any and using (= ${binary:Version}).

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

Modified: desktop/unstable/glade-3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/changelog?rev=29134&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/changelog [utf-8] (original)
+++ desktop/unstable/glade-3/debian/changelog [utf-8] Wed Jul 27 01:25:29 2011
@@ -7,7 +7,8 @@
     dependencies on glade. We only keep the library packages.
   * Link gtk-doc scanner against all necessary libraries.
   * Use dh-autoreconf to update the build system.
-  * Tigthen libgladeui-1-dev dependency on libgladeui-1-9.
+  * Tigthen libgladeui-1-dev dependency on libgladeui-1-9 by making the -dev
+    package architecture any and using (= ${binary:Version}).
   * Bump Standards-Version to 3.9.2. No further changes.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 27 Jul 2011 02:38:30 +0200

Modified: desktop/unstable/glade-3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/control.in?rev=29134&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/control.in [utf-8] (original)
+++ desktop/unstable/glade-3/debian/control.in [utf-8] Wed Jul 27 01:25:29 2011
@@ -45,10 +45,10 @@
  saving files.
 
 Package: libgladeui-1-dev
-Architecture: all
+Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libgladeui-1-9 (= ${source:Version}),
+         libgladeui-1-9 (= ${binary:Version}),
          libgtk2.0-dev (>= 2.14.0),
          libxml2-dev (>= 2.4.0)
 Description: GTK+ User Interface Build core library (development files)




More information about the pkg-gnome-commits mailing list