rev 17185 - krap/google-gadgets/trunk/debian

Modestas Vainius modax at alioth.debian.org
Sat Feb 27 09:26:56 UTC 2010


Author: modax
Date: 2010-02-27 09:26:55 +0000 (Sat, 27 Feb 2010)
New Revision: 17185

Modified:
   krap/google-gadgets/trunk/debian/changelog
   krap/google-gadgets/trunk/debian/control
Log:
Since ABI breakages are going to continue, add *-api virtual packages
to keep library count in the conflicts at the manageable level.

Modified: krap/google-gadgets/trunk/debian/changelog
===================================================================
--- krap/google-gadgets/trunk/debian/changelog	2010-02-27 09:18:11 UTC (rev 17184)
+++ krap/google-gadgets/trunk/debian/changelog	2010-02-27 09:26:55 UTC (rev 17185)
@@ -30,6 +30,10 @@
   * Make dh_install ignore .la files.
   * Adjust capitalisation of "QT" to "Qt" also in the ggl-qt.7 manpage.
 
+  [ Modestas Vainius ]
+  * Since ABI breakages are going to continue, add *-api virtual packages
+    to keep library count in the conflicts at the manageable level.
+
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Sat, 27 Feb 2010 01:25:43 +0100
 
 google-gadgets (0.11.1-2) unstable; urgency=low

Modified: krap/google-gadgets/trunk/debian/control
===================================================================
--- krap/google-gadgets/trunk/debian/control	2010-02-27 09:18:11 UTC (rev 17184)
+++ krap/google-gadgets/trunk/debian/control	2010-02-27 09:26:55 UTC (rev 17185)
@@ -19,7 +19,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libggadget-1.0-0, libggadget-1.0-0a
+Conflicts: libggadget-1.0-0, libggadget-1.0-0a, libggadget-1.0-0-api
+Replaces: libggadget-1.0-0-api
+Provides: libggadget-1.0-0-api
 Description: Google Gadgets main library
  Google Gadgets for Linux provides a platform for running desktop gadgets under
  Linux, catering to the unique needs of Linux users. It is compatible with the
@@ -48,7 +50,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libggadget-gtk-1.0-0, libggadget-gtk-1.0-0a
+Conflicts: libggadget-gtk-1.0-0, libggadget-gtk-1.0-0a, libggadget-gtk-1.0-0-api
+Replaces: libggadget-gtk-1.0-0-api
+Provides: libggadget-gtk-1.0-0-api
 Description: Google Gadgets GTK+ library
  Google Gadgets for Linux provides a platform for running desktop gadgets under
  Linux, catering to the unique needs of Linux users. It is compatible with the
@@ -77,7 +81,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libggadget-qt-1.0-0, libggadget-qt-1.0-0a
+Conflicts: libggadget-qt-1.0-0, libggadget-qt-1.0-0a, libggadget-qt-1.0-0-api
+Replaces: libggadget-qt-1.0-0-api
+Provides: libggadget-qt-1.0-0-api
 Description: Google Gadgets Qt library
  Google Gadgets for Linux provides a platform for running desktop gadgets under
  Linux, catering to the unique needs of Linux users. It is compatible with the




More information about the pkg-kde-commits mailing list