r29888 - in /desktop/experimental/yelp/debian: changelog control control.in libyelp0.symbols

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Sep 30 15:14:25 UTC 2011


Author: biebl
Date: Fri Sep 30 15:14:24 2011
New Revision: 29888

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29888
Log:
* Update debian/libyelp0.symbols. A symbol was dropped without bumping the
  soname. This symbol was private and yelp is currently the only user of
  libyelp.
* Add a Breaks: yelp (<< 3.2.0) to avoid partial upgrades.
* Add a strict dependency between yelp and libyelp0.

Modified:
    desktop/experimental/yelp/debian/changelog
    desktop/experimental/yelp/debian/control
    desktop/experimental/yelp/debian/control.in
    desktop/experimental/yelp/debian/libyelp0.symbols

Modified: desktop/experimental/yelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/yelp/debian/changelog?rev=29888&op=diff
==============================================================================
--- desktop/experimental/yelp/debian/changelog [utf-8] (original)
+++ desktop/experimental/yelp/debian/changelog [utf-8] Fri Sep 30 15:14:24 2011
@@ -10,6 +10,11 @@
     - Fix format string error which causes FTBFS with -Werror=format-security.
       Patch cherry-picked from upstream Git.
   * debian/yelp.install: Remove /usr/share/icons.
+  * Update debian/libyelp0.symbols. A symbol was dropped without bumping the
+    soname. This symbol was private and yelp is currently the only user of
+    libyelp.
+  * Add a Breaks: yelp (<< 3.2.0) to avoid partial upgrades.
+  * Add a strict dependency between yelp and libyelp0.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 30 Sep 2011 12:50:33 +0200
 

Modified: desktop/experimental/yelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/yelp/debian/control?rev=29888&op=diff
==============================================================================
--- desktop/experimental/yelp/debian/control [utf-8] (original)
+++ desktop/experimental/yelp/debian/control [utf-8] Fri Sep 30 15:14:24 2011
@@ -34,6 +34,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libyelp0 (= ${binary:Version}),
          yelp-xsl (>= 3.1.2),
          man-db (>= 2.5.1-1)
 Recommends: ttf-dejavu,
@@ -50,6 +51,7 @@
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Breaks: yelp (<< 3.2.0)
 Description: Library for the GNOME help browser
  Yelp is the help browser for the GNOME desktop.  Yelp provides a simple
  graphical interface for viewing DocBook, Mallard, HTML, man, and info

Modified: desktop/experimental/yelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/yelp/debian/control.in?rev=29888&op=diff
==============================================================================
--- desktop/experimental/yelp/debian/control.in [utf-8] (original)
+++ desktop/experimental/yelp/debian/control.in [utf-8] Fri Sep 30 15:14:24 2011
@@ -29,6 +29,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libyelp0 (= ${binary:Version}),
          yelp-xsl (>= 3.1.2),
          man-db (>= 2.5.1-1)
 Recommends: ttf-dejavu,
@@ -45,6 +46,7 @@
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Breaks: yelp (<< 3.2.0)
 Description: Library for the GNOME help browser
  Yelp is the help browser for the GNOME desktop.  Yelp provides a simple
  graphical interface for viewing DocBook, Mallard, HTML, man, and info

Modified: desktop/experimental/yelp/debian/libyelp0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/yelp/debian/libyelp0.symbols?rev=29888&op=diff
==============================================================================
--- desktop/experimental/yelp/debian/libyelp0.symbols [utf-8] (original)
+++ desktop/experimental/yelp/debian/libyelp0.symbols [utf-8] Fri Sep 30 15:14:24 2011
@@ -2,7 +2,6 @@
 * Build-Depends-Package: libyelp-dev
  find_real_sibling at Base 2.91.92
  find_real_top at Base 2.91.92
- fix_tag_table at Base 2.91.92
  get_menuoptions at Base 2.91.92
  icon_names at Base 2.91.92
  info_process_text_notes at Base 2.91.92
@@ -72,6 +71,7 @@
  yelp_man_parser_parse_file at Base 2.91.92
  yelp_marshal_BOOLEAN__OBJECT at Base 2.91.92
  yelp_marshal_VOID__OBJECT_BOXED at Base 2.91.92
+ yelp_settings_check_env at Base 3.2.0
  yelp_settings_cmp_icons at Base 2.91.92
  yelp_settings_color_get_type at Base 2.91.92
  yelp_settings_font_get_type at Base 2.91.92
@@ -93,11 +93,13 @@
  yelp_settings_icon_get_type at Base 2.91.92
  yelp_settings_set_colors at Base 2.91.92
  yelp_settings_set_editor_mode at Base 2.91.92
+ yelp_settings_set_env at Base 3.2.0
  yelp_settings_set_font_adjustment at Base 2.91.92
  yelp_settings_set_fonts at Base 2.91.92
  yelp_settings_set_icon_size at Base 2.91.92
  yelp_settings_set_icons at Base 2.91.92
  yelp_settings_set_show_text_cursor at Base 2.91.92
+ yelp_settings_unset_env at Base 3.2.0
  yelp_simple_document_get_type at Base 2.91.92
  yelp_simple_document_new at Base 2.91.92
  yelp_sqlite_storage_get_type at Base 2.91.92




More information about the pkg-gnome-commits mailing list