r27207 - in /desktop/experimental/atk1.0/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Mar 30 15:06:47 UTC 2011


Author: joss
Date: Wed Mar 30 15:06:44 2011
New Revision: 27207

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27207
Log:
Make the -dev package depend on the gir package.

Modified:
    desktop/experimental/atk1.0/debian/changelog
    desktop/experimental/atk1.0/debian/control
    desktop/experimental/atk1.0/debian/control.in

Modified: desktop/experimental/atk1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/changelog?rev=27207&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/changelog [utf-8] Wed Mar 30 15:06:44 2011
@@ -13,6 +13,9 @@
     debian/control.in:
     - Let CDBS call dh_girepository for us. Require a recent enough version.
     - Let it also guess the debug package name.
+
+  [ Josselin Mouette ]
+  * Make the -dev package depend on the gir package.
 
  -- Laurent Bigonville <bigon at debian.org>  Sat, 12 Feb 2011 16:18:24 +0100
 

Modified: desktop/experimental/atk1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/control?rev=27207&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/control [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/control [utf-8] Wed Mar 30 15:06:44 2011
@@ -71,6 +71,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          libatk1.0-0 (= ${binary:Version}),
+         gir1.2-atk-1.0 (= ${binary:Version}),
          pkg-config,
          libglib2.0-dev (>= 2.4.1-2)
 Replaces: libatk0-dev,

Modified: desktop/experimental/atk1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/atk1.0/debian/control.in?rev=27207&op=diff
==============================================================================
--- desktop/experimental/atk1.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/atk1.0/debian/control.in [utf-8] Wed Mar 30 15:06:44 2011
@@ -66,6 +66,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          libatk1.0-0 (= ${binary:Version}),
+         gir1.2-atk-1.0 (= ${binary:Version}),
          pkg-config,
          libglib2.0-dev (>= 2.4.1-2)
 Replaces: libatk0-dev,




More information about the pkg-gnome-commits mailing list