r26365 - in /desktop/unstable/devhelp/debian: changelog control control.in

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Jan 21 10:20:25 UTC 2011


Author: pochu
Date: Fri Jan 21 10:20:22 2011
New Revision: 26365

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26365
Log:
* debian/control.in:
  - Relax the shared library package dependency on devhelp-common to
    allow multiple libdevhelps to be installed in parallel (to ease
    transitions when the SONAME changes).

Modified:
    desktop/unstable/devhelp/debian/changelog
    desktop/unstable/devhelp/debian/control
    desktop/unstable/devhelp/debian/control.in

Modified: desktop/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/changelog?rev=26365&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/changelog [utf-8] (original)
+++ desktop/unstable/devhelp/debian/changelog [utf-8] Fri Jan 21 10:20:22 2011
@@ -1,3 +1,12 @@
+devhelp (2.30.1-2) UNRELEASED; urgency=low
+
+  * debian/control.in:
+    - Relax the shared library package dependency on devhelp-common to
+      allow multiple libdevhelps to be installed in parallel (to ease
+      transitions when the SONAME changes).
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 21 Jan 2011 09:11:32 +0000
+
 devhelp (2.30.1-1) unstable; urgency=low
 
   * New upstream stable release.

Modified: desktop/unstable/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/control?rev=26365&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/control [utf-8] (original)
+++ desktop/unstable/devhelp/debian/control [utf-8] Fri Jan 21 10:20:22 2011
@@ -32,7 +32,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         devhelp-common (= ${source:Version})
+         devhelp-common (>= ${source:Version})
 Description: Library providing documentation browser functionality
  This library provides embedable widgets from the Devhelp program to
  be integrated in tools like the Anjuta IDE for browsing API reference

Modified: desktop/unstable/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/control.in?rev=26365&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/control.in [utf-8] (original)
+++ desktop/unstable/devhelp/debian/control.in [utf-8] Fri Jan 21 10:20:22 2011
@@ -27,7 +27,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         devhelp-common (= ${source:Version})
+         devhelp-common (>= ${source:Version})
 Description: Library providing documentation browser functionality
  This library provides embedable widgets from the Devhelp program to
  be integrated in tools like the Anjuta IDE for browsing API reference




More information about the pkg-gnome-commits mailing list