r25399 - in /desktop/unstable/atk1.0/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Oct 19 20:51:31 UTC 2010


Author: joss
Date: Tue Oct 19 20:51:26 2010
New Revision: 25399

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25399
Log:
Make libatk1.0-0 depend on libatk1.0-data and remove the opposite
dependency. Closes: #599666.

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

Modified: desktop/unstable/atk1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/changelog?rev=25399&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/changelog [utf-8] Tue Oct 19 20:51:26 2010
@@ -1,3 +1,10 @@
+atk1.0 (1.30.0-2) UNRELEASED; urgency=low
+
+  * Make libatk1.0-0 depend on libatk1.0-data and remove the opposite
+    dependency. Closes: #599666.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 19 Oct 2010 22:50:35 +0200
+
 atk1.0 (1.30.0-1) unstable; urgency=low
 
   * New upstream stable release.

Modified: desktop/unstable/atk1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/control?rev=25399&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/control [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/control [utf-8] Tue Oct 19 20:51:26 2010
@@ -26,8 +26,8 @@
 Section: libs
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Recommends: libatk1.0-data
+         ${shlibs:Depends},
+         libatk1.0-data (= ${source:Version})
 Description: The ATK accessibility toolkit
  ATK is a toolkit providing accessibility interfaces for applications or
  other toolkits. By implementing these interfaces, those other toolkits or
@@ -56,8 +56,7 @@
 Package: libatk1.0-data
 Section: misc
 Architecture: all
-Depends: ${misc:Depends},
-         libatk1.0-0 (>= ${source:Version})
+Depends: ${misc:Depends}
 Description: Common files for the ATK accessibility toolkit
  ATK is a toolkit providing accessibility interfaces for applications or
  other toolkits. By implementing these interfaces, those other toolkits or

Modified: desktop/unstable/atk1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/control.in?rev=25399&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/control.in [utf-8] Tue Oct 19 20:51:26 2010
@@ -21,8 +21,8 @@
 Section: libs
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Recommends: libatk1.0-data
+         ${shlibs:Depends},
+         libatk1.0-data (= ${source:Version})
 Description: The ATK accessibility toolkit
  ATK is a toolkit providing accessibility interfaces for applications or
  other toolkits. By implementing these interfaces, those other toolkits or
@@ -51,8 +51,7 @@
 Package: libatk1.0-data
 Section: misc
 Architecture: all
-Depends: ${misc:Depends},
-         libatk1.0-0 (>= ${source:Version})
+Depends: ${misc:Depends}
 Description: Common files for the ATK accessibility toolkit
  ATK is a toolkit providing accessibility interfaces for applications or
  other toolkits. By implementing these interfaces, those other toolkits or




More information about the pkg-gnome-commits mailing list