r47778 - in /desktop/unstable/libpeas/debian: changelog control.in libpeas-1.0-0.symbols patches/ rules
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Sat Apr 2 13:47:15 UTC 2016
Author: ah
Date: Sat Apr 2 13:47:15 2016
New Revision: 47778
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47778
Log:
* New upstream release.
* Drop debian/patches/0001-Fix-Python-plugin-loader-module-paths.patch
- merged upstream.
* Bump Standards-Version to 3.9.7
* Append '-V -- -c4' to dh makeshlib args.
- prevents package being built with auto-generated symbols file.
* Update debian/libpeas-1.0-0.symbols with three additions.
Removed:
desktop/unstable/libpeas/debian/patches/
Modified:
desktop/unstable/libpeas/debian/changelog
desktop/unstable/libpeas/debian/control.in
desktop/unstable/libpeas/debian/libpeas-1.0-0.symbols
desktop/unstable/libpeas/debian/rules
Modified: desktop/unstable/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/changelog?rev=47778&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/changelog [utf-8] (original)
+++ desktop/unstable/libpeas/debian/changelog [utf-8] Sat Apr 2 13:47:15 2016
@@ -1,10 +1,19 @@
-libpeas (1.16.0-2) UNRELEASED; urgency=medium
-
- * Team upload.
+libpeas (1.18.0-1) UNRELEASED; urgency=medium
+
+ [ Hideki Yamane ]
* debian/watch
- - adjust to new upstream URL
-
- -- Hideki Yamane <henrich at debian.org> Wed, 16 Mar 2016 23:55:00 +0900
+ - adjust to new upstream URL
+
+ [ Andreas Henriksson ]
+ * New upstream release.
+ * Drop debian/patches/0001-Fix-Python-plugin-loader-module-paths.patch
+ - merged upstream.
+ * Bump Standards-Version to 3.9.7
+ * Append '-V -- -c4' to dh makeshlib args.
+ - prevents package being built with auto-generated symbols file.
+ * Update debian/libpeas-1.0-0.symbols with three additions.
+
+ -- Andreas Henriksson <andreas at fatal.se> Sat, 02 Apr 2016 15:10:58 +0200
libpeas (1.16.0-1) unstable; urgency=medium
Modified: desktop/unstable/libpeas/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/control.in?rev=47778&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/control.in [utf-8] (original)
+++ desktop/unstable/libpeas/debian/control.in [utf-8] Sat Apr 2 13:47:15 2016
@@ -19,7 +19,7 @@
adwaita-icon-theme,
xvfb,
xauth
-Standards-Version: 3.9.5
+Standards-Version: 3.9.7
Section: libs
Homepage: https://wiki.gnome.org/Projects/Libpeas
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libpeas/
Modified: desktop/unstable/libpeas/debian/libpeas-1.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/libpeas-1.0-0.symbols?rev=47778&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/libpeas-1.0-0.symbols [utf-8] (original)
+++ desktop/unstable/libpeas/debian/libpeas-1.0-0.symbols [utf-8] Sat Apr 2 13:47:15 2016
@@ -55,8 +55,10 @@
peas_object_module_get_library at Base 1.0.0
peas_object_module_get_module_name at Base 1.0.0
peas_object_module_get_path at Base 1.0.0
+ peas_object_module_get_symbol at Base 1.18.0
peas_object_module_get_type at Base 1.0.0
peas_object_module_new at Base 1.0.0
+ peas_object_module_new_embedded at Base 1.18.0
peas_object_module_new_full at Base 1.14.0
peas_object_module_provides_object at Base 1.0.0
peas_object_module_register_extension_factory at Base 1.0.0
@@ -95,6 +97,7 @@
(optional)peas_utils_get_conflicting_loaders_from_id at Base 1.14.0
(optional)peas_utils_get_loader_from_id at Base 1.14.0
(optional)peas_utils_get_loader_id at Base 1.14.0
+ peas_utils_get_loader_module_from_id at Base 1.18.0
(optional)peas_utils_valist_to_parameter_list at Base 1.14.0
libpeas-gtk-1.0.so.0 libpeas-1.0-0 #MINVER#
peas_gtk_configurable_create_configure_widget at Base 1.0.0
Modified: desktop/unstable/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/rules?rev=47778&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/rules [utf-8] (original)
+++ desktop/unstable/libpeas/debian/rules [utf-8] Sat Apr 2 13:47:15 2016
@@ -20,7 +20,7 @@
HOME=$(CURDIR) xvfb-run $(MAKE) check
endif
-DEB_DH_MAKESHLIBS_ARGS_libpeas-1.0-0 += -X/usr/lib/libpeas-1.0/
+DEB_DH_MAKESHLIBS_ARGS_libpeas-1.0-0 += -X/usr/lib/libpeas-1.0/ -V -- -c4
binary-post-install/libpeas-doc::
# remove compiled python and libtool .la files
More information about the pkg-gnome-commits
mailing list