[maemo-commits] [maemo-commits] r11176 - projects/haf/trunk/gail/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Apr 20 15:19:22 EEST 2007
Author: fherrera
Date: 2007-04-20 15:19:20 +0300 (Fri, 20 Apr 2007)
New Revision: 11176

Modified:
   projects/haf/trunk/gail/debian/changelog
   projects/haf/trunk/gail/debian/control
   projects/haf/trunk/gail/debian/control.in
Log:
gail (1.18.0-osso3) unstable; urgency=low

  * Use ${shlibs:Depends} instead of hardcoding dependencies



Modified: projects/haf/trunk/gail/debian/changelog
===================================================================
--- projects/haf/trunk/gail/debian/changelog	2007-04-20 12:03:13 UTC (rev 11175)
+++ projects/haf/trunk/gail/debian/changelog	2007-04-20 12:19:20 UTC (rev 11176)
@@ -1,5 +1,11 @@
-gail (1.18.0-osso2)  unstable; urgency=low
+gail (1.18.0-osso3) unstable; urgency=low
 
+  * Use ${shlibs:Depends} instead of hardcoding dependencies
+
+ -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Fri, 20 Apr 2007 15:18:31 +0100
+
+gail (1.18.0-osso2) unstable; urgency=low
+
   * Fixed build options
 
  -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Mon, 16 Apr 2007 19:12:31 +0100

Modified: projects/haf/trunk/gail/debian/control
===================================================================
--- projects/haf/trunk/gail/debian/control	2007-04-20 12:03:13 UTC (rev 11175)
+++ projects/haf/trunk/gail/debian/control	2007-04-20 12:19:20 UTC (rev 11176)
@@ -8,7 +8,7 @@
 
 Package: libgail18
 Architecture: any
-Depends: libatk1.0 (>= 1.13.0), libgtk2.0 (>= 2.9.4)
+Depends: ${shlibs:Depends}
 Description: GNOME Accessibility Implementation Library -- shared libraries
  Gail implements ATK interfaces for GTK+ widgets which are dynamically
  loadable at runtime by a GTK+ application. Once loaded, those parts of
@@ -19,7 +19,7 @@
 
 Package: libgail-common
 Architecture: any
-Depends: libatk1.0 (>= 1.13.0), libgtk2.0 (>= 2.9.4)
+Depends: ${shlibs:Depends}
 Description: GNOME Accessibility Implementation Library -- common modules
  Gail implements ATK interfaces for GTK+ widgets which are dynamically
  loadable at runtime by a GTK+ application. Once loaded, those parts of
@@ -31,7 +31,7 @@
 Package: libgail-dev
 Architecture: any
 Section: libdevel
-Depends: libatk1.0 (>= 1.13.0), libgtk2.0 (>= 2.9.4), libgail18 (= ${Source-Version}), libgail-common (= ${Source-Version}), libgtk2.0-dev (>= 2.9.4), pkg-config, libatk1.0-dev, libart-2.0-dev, libglib2.0-dev, libpango1.0-dev
+Depends: libgail18 (= ${Source-Version}), libgail-common (= ${Source-Version}), libgtk2.0-dev (>= 2.9.4), pkg-config, libatk1.0-dev, libart-2.0-dev, libglib2.0-dev, libpango1.0-dev
 Suggests: libgail-doc
 Description: GNOME Accessibility Implementation Library -- development files
  Gail implements ATK interfaces for GTK+ widgets which are dynamically
@@ -45,7 +45,7 @@
 Architecture: any
 Section: libdevel
 Priority: extra
-Depends: libatk1.0 (>= 1.13.0), libgtk2.0 (>= 2.9.4), libgail18 (= ${Source-Version})
+Depends: libgail18 (= ${Source-Version})
 Description: Gail libraries and debugging symbols
  Gail is the "GNOME Accessibility Implementation Library".
  .

Modified: projects/haf/trunk/gail/debian/control.in
===================================================================
--- projects/haf/trunk/gail/debian/control.in	2007-04-20 12:03:13 UTC (rev 11175)
+++ projects/haf/trunk/gail/debian/control.in	2007-04-20 12:19:20 UTC (rev 11176)
@@ -8,7 +8,7 @@
 
 Package: libgail18
 Architecture: any
-Depends: libatk1.0 (>= 1.13.0), libgtk2.0 (>= 2.9.4)
+Depends: ${shlibs:Depends}
 Description: GNOME Accessibility Implementation Library -- shared libraries
  Gail implements ATK interfaces for GTK+ widgets which are dynamically
  loadable at runtime by a GTK+ application. Once loaded, those parts of
@@ -19,7 +19,7 @@
 
 Package: libgail-common
 Architecture: any
-Depends: libatk1.0 (>= 1.13.0), libgtk2.0 (>= 2.9.4)
+Depends: ${shlibs:Depends}
 Description: GNOME Accessibility Implementation Library -- common modules
  Gail implements ATK interfaces for GTK+ widgets which are dynamically
  loadable at runtime by a GTK+ application. Once loaded, those parts of
@@ -31,7 +31,7 @@
 Package: libgail-dev
 Architecture: any
 Section: libdevel
-Depends: libatk1.0 (>= 1.13.0), libgtk2.0 (>= 2.9.4), libgail18 (= ${Source-Version}), libgail-common (= ${Source-Version}), libgtk2.0-dev (>= 2.9.4), pkg-config, libatk1.0-dev, libart-2.0-dev, libglib2.0-dev, libpango1.0-dev
+Depends: libgail18 (= ${Source-Version}), libgail-common (= ${Source-Version}), libgtk2.0-dev (>= 2.9.4), pkg-config, libatk1.0-dev, libart-2.0-dev, libglib2.0-dev, libpango1.0-dev
 Suggests: libgail-doc
 Description: GNOME Accessibility Implementation Library -- development files
  Gail implements ATK interfaces for GTK+ widgets which are dynamically
@@ -45,7 +45,7 @@
 Architecture: any
 Section: libdevel
 Priority: extra
-Depends: libatk1.0 (>= 1.13.0), libgtk2.0 (>= 2.9.4), libgail18 (= ${Source-Version})
+Depends: libgail18 (= ${Source-Version})
 Description: Gail libraries and debugging symbols
  Gail is the "GNOME Accessibility Implementation Library".
  .


More information about the maemo-commits mailing list