r36922 - in /desktop/experimental/devhelp/debian: changelog control control.in devhelp-common.install libdevhelp-3-1.install libdevhelp-3-1.symbols libdevhelp-3-2.install libdevhelp-3-2.symbols rules

toabctl-guest at users.alioth.debian.org toabctl-guest at users.alioth.debian.org
Fri Mar 8 08:48:49 UTC 2013


Author: toabctl-guest
Date: Fri Mar  8 08:48:48 2013
New Revision: 36922

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36922
Log:
* debian/libdevhelp-3-2.symbols: Updated symbols.
  - Bump libgtk-3-dev Build-Depends to >= 3.5.6 according to configure.ac.
* debian/rules: explicit don't build against webkit2
* debian/devhelp-common.install:
  - etc is no longer needed
  - install gsettings schema
  - install gconf-to-gsettings convert file

Added:
    desktop/experimental/devhelp/debian/libdevhelp-3-2.install
    desktop/experimental/devhelp/debian/libdevhelp-3-2.symbols
Removed:
    desktop/experimental/devhelp/debian/libdevhelp-3-1.install
    desktop/experimental/devhelp/debian/libdevhelp-3-1.symbols
Modified:
    desktop/experimental/devhelp/debian/changelog
    desktop/experimental/devhelp/debian/control
    desktop/experimental/devhelp/debian/control.in
    desktop/experimental/devhelp/debian/devhelp-common.install
    desktop/experimental/devhelp/debian/rules

Modified: desktop/experimental/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/changelog?rev=36922&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/changelog [utf-8] (original)
+++ desktop/experimental/devhelp/debian/changelog [utf-8] Fri Mar  8 08:48:48 2013
@@ -1,13 +1,18 @@
-devhelp (3.6.1-1) UNRELEASED; urgency=low
+devhelp (3.7.91-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * soname bump according to configure.ac
-  * debian/libdevhelp-3-1.symbols: Updated symbols.
+  * debian/libdevhelp-3-2.symbols: Updated symbols.
   * debian/control:
-    - Bump libgtk-3-dev Build-Depends to >= 3.4 according to configure.ac.
+    - Bump libgtk-3-dev Build-Depends to >= 3.5.6 according to configure.ac.
     - Bump libglib2.0-dev Build-Depends to >= 2.32 according to configure.ac.
-
- -- Thomas Bechtold <thomasbechtold at jpberlin.de>  Sat, 02 Mar 2013 22:34:04 +0100
+  * debian/rules: explicit don't build against webkit2
+  * debian/devhelp-common.install:
+    - etc is no longer needed
+    - install gsettings schema
+    - install gconf-to-gsettings convert file
+
+ -- Thomas Bechtold <thomasbechtold at jpberlin.de>  Sat, 07 Mar 2013 20:30:04 +0100
 
 devhelp (3.4.1-1) unstable; urgency=low
 

Modified: desktop/experimental/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/control?rev=36922&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/control [utf-8] (original)
+++ desktop/experimental/devhelp/debian/control [utf-8] Fri Mar  8 08:48:48 2013
@@ -14,7 +14,7 @@
                gnome-pkg-tools,
                intltool,
                libglib2.0-dev (>= 2.32),
-               libgtk-3-dev (>= 3.4.0),
+               libgtk-3-dev (>= 3.5.6),
                libgconf2-dev (>= 2.6.0),
                libwebkitgtk-3.0-dev,
                libxml-parser-perl,
@@ -23,7 +23,7 @@
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/devhelp/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/devhelp/
 
-Package: libdevhelp-3-1
+Package: libdevhelp-3-2
 Section: libs
 Architecture: any
 Depends: ${misc:Depends},
@@ -38,7 +38,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libdevhelp-3-1 (= ${binary:Version}),
+         libdevhelp-3-2 (= ${binary:Version}),
          libgtk-3-dev,
          libwebkitgtk-3.0-dev
 Description: Library providing documentation browser functionality (development)

Modified: desktop/experimental/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/control.in?rev=36922&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/control.in [utf-8] (original)
+++ desktop/experimental/devhelp/debian/control.in [utf-8] Fri Mar  8 08:48:48 2013
@@ -9,7 +9,7 @@
                gnome-pkg-tools,
                intltool,
                libglib2.0-dev (>= 2.32),
-               libgtk-3-dev (>= 3.4.0),
+               libgtk-3-dev (>= 3.5.6),
                libgconf2-dev (>= 2.6.0),
                libwebkitgtk-3.0-dev,
                libxml-parser-perl,
@@ -18,7 +18,7 @@
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/devhelp/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/devhelp/
 
-Package: libdevhelp-3-1
+Package: libdevhelp-3-2
 Section: libs
 Architecture: any
 Depends: ${misc:Depends},
@@ -33,7 +33,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libdevhelp-3-1 (= ${binary:Version}),
+         libdevhelp-3-2 (= ${binary:Version}),
          libgtk-3-dev,
          libwebkitgtk-3.0-dev
 Description: Library providing documentation browser functionality (development)

Modified: desktop/experimental/devhelp/debian/devhelp-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/devhelp-common.install?rev=36922&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/devhelp-common.install [utf-8] (original)
+++ desktop/experimental/devhelp/debian/devhelp-common.install [utf-8] Fri Mar  8 08:48:48 2013
@@ -3,4 +3,5 @@
 usr/share/devhelp
 usr/share/locale
 usr/share/icons/hicolor
-etc
+usr/share/glib-2.0
+usr/share/GConf

Added: desktop/experimental/devhelp/debian/libdevhelp-3-2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/libdevhelp-3-2.install?rev=36922&op=file
==============================================================================
--- desktop/experimental/devhelp/debian/libdevhelp-3-2.install (added)
+++ desktop/experimental/devhelp/debian/libdevhelp-3-2.install [utf-8] Fri Mar  8 08:48:48 2013
@@ -1,0 +1,1 @@
+usr/lib/libdevhelp-3.so.*

Added: desktop/experimental/devhelp/debian/libdevhelp-3-2.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/libdevhelp-3-2.symbols?rev=36922&op=file
==============================================================================
--- desktop/experimental/devhelp/debian/libdevhelp-3-2.symbols (added)
+++ desktop/experimental/devhelp/debian/libdevhelp-3-2.symbols [utf-8] Fri Mar  8 08:48:48 2013
@@ -1,0 +1,110 @@
+libdevhelp-3.so.2 libdevhelp-3-2 #MINVER#
+* Build-Depends-Package: libdevhelp-dev
+ dh_app_get_type at Base 3.6.1
+ dh_app_new at Base 3.6.1
+ dh_app_new_window at Base 3.6.1
+ dh_app_peek_assistant at Base 3.6.1
+ dh_app_peek_book_manager at Base 3.6.1
+ dh_app_peek_first_window at Base 3.6.1
+ dh_app_quit at Base 3.6.1
+ dh_app_raise at Base 3.6.1
+ dh_app_search at Base 3.6.1
+ dh_app_search_assistant at Base 3.6.1
+ dh_assistant_get_type at Base 2.91.5
+ dh_assistant_new at Base 2.91.5
+ dh_assistant_search at Base 2.91.5
+ dh_assistant_view_get_type at Base 2.91.5
+ dh_assistant_view_new at Base 2.91.5
+ dh_assistant_view_search at Base 2.91.5
+ dh_assistant_view_set_book_manager at Base 3.7.91
+ dh_assistant_view_set_link at Base 2.91.5
+ dh_book_cmp_by_name at Base 2.91.5
+ dh_book_cmp_by_name_str at Base 2.91.5
+ dh_book_cmp_by_path at Base 2.91.5
+ dh_book_cmp_by_path_str at Base 2.91.5
+ dh_book_cmp_by_title at Base 2.91.5
+ dh_book_get_completions at Base 2.91.5
+ dh_book_get_enabled at Base 2.91.5
+ dh_book_get_keywords at Base 2.91.5
+ dh_book_get_language at Base 2.91.5
+ dh_book_get_name at Base 2.91.5
+ dh_book_get_path at Base 2.91.5
+ dh_book_get_title at Base 2.91.5
+ dh_book_get_tree at Base 2.91.5
+ dh_book_get_type at Base 2.91.5
+ dh_book_manager_get_books at Base 2.91.5
+ dh_book_manager_get_group_by_language at Base 2.91.5
+ dh_book_manager_get_languages at Base 2.91.5
+ dh_book_manager_get_type at Base 2.91.5
+ dh_book_manager_new at Base 2.91.5
+ dh_book_manager_populate at Base 2.91.5
+ dh_book_manager_set_group_by_language at Base 2.91.5
+ dh_book_new at Base 2.91.5
+ dh_book_set_enabled at Base 2.91.5
+ dh_book_tree_get_selected_book at Base 3.7.91
+ dh_book_tree_get_type at Base 2.91.5
+ dh_book_tree_new at Base 2.91.5
+ dh_book_tree_select_uri at Base 2.91.5
+ dh_error_get_type at Base 2.91.5
+ dh_error_quark at Base 2.91.5
+ dh_get_resource at Base 3.7.91
+ dh_init at Base 3.6.1
+ dh_keyword_model_filter at Base 2.91.5
+ dh_keyword_model_get_type at Base 2.91.5
+ dh_keyword_model_new at Base 2.91.5
+ dh_keyword_model_set_words at Base 2.91.5
+ dh_language_compare at Base 2.91.5
+ dh_language_compare_by_name at Base 2.91.5
+ dh_language_dec_n_books_enabled at Base 2.91.5
+ dh_language_free at Base 2.91.5
+ dh_language_get_n_books_enabled at Base 2.91.5
+ dh_language_get_name at Base 2.91.5
+ dh_language_inc_n_books_enabled at Base 2.91.5
+ dh_language_new at Base 2.91.5
+ dh_link_compare at Base 2.91.5
+ dh_link_flags_get_type at Base 2.91.5
+ dh_link_get_book_id at Base 2.91.5
+ dh_link_get_book_name at Base 2.91.5
+ dh_link_get_file_name at Base 2.91.5
+ dh_link_get_flags at Base 2.91.5
+ dh_link_get_link_type at Base 2.91.5
+ dh_link_get_name at Base 2.91.5
+ dh_link_get_page_name at Base 2.91.5
+ dh_link_get_type at Base 2.91.5
+ dh_link_get_type_as_string at Base 2.91.5
+ dh_link_get_uri at Base 2.91.5
+ dh_link_new at Base 2.91.5
+ dh_link_ref at Base 2.91.5
+ dh_link_set_flags at Base 2.91.5
+ dh_link_type_get_type at Base 2.91.5
+ dh_link_unref at Base 2.91.5
+ dh_open_link_flags_get_type at Base 2.91.5
+ dh_parser_read_file at Base 2.91.5
+ dh_preferences_show_dialog at Base 2.91.5
+ dh_settings_get at Base 3.7.91
+ dh_settings_get_selected_fonts at Base 3.7.91
+ dh_settings_get_type at Base 3.7.91
+ dh_settings_peek_assistant_settings at Base 3.7.91
+ dh_settings_peek_contents_settings at Base 3.7.91
+ dh_settings_peek_fonts_settings at Base 3.7.91
+ dh_settings_peek_paned_settings at Base 3.7.91
+ dh_settings_peek_search_notebook_settings at Base 3.7.91
+ dh_settings_peek_window_settings at Base 3.7.91
+ dh_sidebar_get_selected_book at Base 3.7.91
+ dh_sidebar_get_type at Base 3.7.91
+ dh_sidebar_new at Base 3.7.91
+ dh_sidebar_select_uri at Base 3.7.91
+ dh_sidebar_set_search_focus at Base 3.7.91
+ dh_sidebar_set_search_string at Base 3.7.91
+ dh_util_ascii_strtitle at Base 2.91.5
+ dh_util_build_data_filename at Base 2.91.5
+ dh_util_builder_connect at Base 2.91.5
+ dh_util_builder_get_file at Base 2.91.5
+ dh_util_cmp_book at Base 2.91.5
+ dh_util_create_data_uri_for_filename at Base 3.4.0
+ dh_util_view_set_font at Base 3.7.91
+ dh_util_window_settings_restore at Base 3.7.91
+ dh_util_window_settings_save at Base 3.7.91
+ dh_window_get_type at Base 2.91.5
+ dh_window_new at Base 2.91.5
+ dh_window_search at Base 2.91.5

Modified: desktop/experimental/devhelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/devhelp/debian/rules?rev=36922&op=diff
==============================================================================
--- desktop/experimental/devhelp/debian/rules [utf-8] (original)
+++ desktop/experimental/devhelp/debian/rules [utf-8] Fri Mar  8 08:48:48 2013
@@ -7,6 +7,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
+
+DEB_CONFIGURE_EXTRA_FLAGS += --with-webkit2=no
 
 X_TOOLS += misc/devhelp.vim \
 	misc/html2funcs.py \




More information about the pkg-gnome-commits mailing list