r16079 - in /desktop/experimental/glib2.0/debian: changelog libglib2.0-0.symbols rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Wed May 28 09:03:37 UTC 2008
Author: slomo
Date: Wed May 28 09:03:37 2008
New Revision: 16079
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16079
Log:
* New upstream development release, the new API might still change.
* debian/rules:
+ Include check-dist.mk to prevent accidental uploads to unstable.
+ Bump SHVER to 2.17.0.
* debian/libglib2.0-0.symbols:
+ Update symbols.
Modified:
desktop/experimental/glib2.0/debian/changelog
desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
desktop/experimental/glib2.0/debian/rules
Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=16079&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog (original)
+++ desktop/experimental/glib2.0/debian/changelog Wed May 28 09:03:37 2008
@@ -1,4 +1,4 @@
-glib2.0 (2.16.3-3) UNRELEASED; urgency=low
+glib2.0 (2.17.0-1) experimental; urgency=low
[ Josselin Mouette ]
* debian/rules: don't compress .sgml and .devhelp files.
@@ -7,7 +7,15 @@
* Fix broken second dh_strip invocation which was not only acting on the
udeb but also on binary packages (-s -pUDEB should have been -pUDEB).
- -- Josselin Mouette <joss at debian.org> Sat, 26 Apr 2008 17:41:12 +0200
+ [ Sebastian Dröge ]
+ * New upstream development release, the new API might still change.
+ * debian/rules:
+ + Include check-dist.mk to prevent accidental uploads to unstable.
+ + Bump SHVER to 2.17.0.
+ * debian/libglib2.0-0.symbols:
+ + Update symbols.
+
+ -- Sebastian Dröge <slomo at debian.org> Wed, 28 May 2008 10:40:30 +0200
glib2.0 (2.16.3-2) unstable; urgency=low
Modified: desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/libglib2.0-0.symbols?rev=16079&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/libglib2.0-0.symbols (original)
+++ desktop/experimental/glib2.0/debian/libglib2.0-0.symbols Wed May 28 09:03:37 2008
@@ -65,6 +65,7 @@
g_cancellable_set_error_if_cancelled at Base 2.16.0
g_content_type_can_be_executable at Base 2.16.0
g_content_type_equals at Base 2.16.0
+ g_content_type_from_mime_type at Base 2.17.0
g_content_type_get_description at Base 2.16.0
g_content_type_get_icon at Base 2.16.0
g_content_type_get_mime_type at Base 2.16.0
@@ -283,6 +284,7 @@
g_file_parse_name at Base 2.16.0
g_file_query_default_handler at Base 2.16.0
g_file_query_exists at Base 2.16.0
+ g_file_query_file_type at Base 2.17.0
g_file_query_filesystem_info at Base 2.16.0
g_file_query_filesystem_info_async at Base 2.16.0
g_file_query_filesystem_info_finish at Base 2.16.0
@@ -379,6 +381,7 @@
g_memory_input_stream_new at Base 2.16.0
g_memory_input_stream_new_from_data at Base 2.16.0
g_memory_output_stream_get_data at Base 2.16.0
+ g_memory_output_stream_get_data_size at Base 2.17.0
g_memory_output_stream_get_size at Base 2.16.0
g_memory_output_stream_get_type at Base 2.16.0
g_memory_output_stream_new at Base 2.16.0
@@ -486,6 +489,7 @@
g_unix_mount_is_system_internal at Base 2.16.0
g_unix_mount_monitor_get_type at Base 2.16.0
g_unix_mount_monitor_new at Base 2.16.0
+ g_unix_mount_monitor_set_rate_limit at Base 2.17.0
g_unix_mount_point_compare at Base 2.16.0
g_unix_mount_point_free at Base 2.16.0
g_unix_mount_point_get_device_path at Base 2.16.0
@@ -678,6 +682,7 @@
g_checksum_get_digest at Base 2.16.0
g_checksum_get_string at Base 2.16.0
g_checksum_new at Base 2.16.0
+ g_checksum_reset at Base 2.17.0
g_checksum_type_get_length at Base 2.16.0
g_checksum_update at Base 2.16.0
g_child_watch_add at Base 2.12.0
@@ -1333,6 +1338,7 @@
g_slice_alloc0 at Base 2.12.0
g_slice_alloc at Base 2.12.0
g_slice_copy at Base 2.14.0
+ g_slice_debug_tree_statistics at Base 2.17.0
g_slice_free1 at Base 2.12.0
g_slice_free_chain_with_offset at Base 2.12.0
g_slice_get_config at Base 2.12.0
Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=16079&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules (original)
+++ desktop/experimental/glib2.0/debian/rules Wed May 28 09:03:37 2008
@@ -2,6 +2,7 @@
DISABLE_UPDATE_UPLOADERS := 1
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
GNOME_MODULE := glib
@@ -38,7 +39,7 @@
APIVER := 2.0
SONAME := 0
-SHVER := 2.16.0
+SHVER := 2.17.0
# package names
SHARED_PKG := libglib$(APIVER)-$(SONAME)
More information about the pkg-gnome-commits
mailing list