r36970 - in /desktop/experimental/libgweather/debian: changelog control control.in libgweather-3-1.install libgweather-3-1.symbols libgweather-3-3.install libgweather-3-3.symbols

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Fri Mar 15 21:30:24 UTC 2013


Author: sjoerd
Date: Fri Mar 15 21:30:24 2013
New Revision: 36970

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36970
Log:
* New upstream release
* debian/control.in: Bump build-deps
* Updated soname

Added:
    desktop/experimental/libgweather/debian/libgweather-3-3.install
    desktop/experimental/libgweather/debian/libgweather-3-3.symbols
Removed:
    desktop/experimental/libgweather/debian/libgweather-3-1.install
    desktop/experimental/libgweather/debian/libgweather-3-1.symbols
Modified:
    desktop/experimental/libgweather/debian/changelog
    desktop/experimental/libgweather/debian/control
    desktop/experimental/libgweather/debian/control.in

Modified: desktop/experimental/libgweather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/changelog?rev=36970&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/changelog [utf-8] (original)
+++ desktop/experimental/libgweather/debian/changelog [utf-8] Fri Mar 15 21:30:24 2013
@@ -1,3 +1,11 @@
+libgweather (3.7.91-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/control.in: Bump build-deps
+  * Updated soname
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 15 Mar 2013 22:02:16 +0100
+
 libgweather (3.6.0-1) experimental; urgency=low
 
   * New upstream release

Modified: desktop/experimental/libgweather/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/control?rev=36970&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/control [utf-8] (original)
+++ desktop/experimental/libgweather/debian/control [utf-8] Fri Mar 15 21:30:24 2013
@@ -7,14 +7,14 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8),
                autotools-dev,
                cdbs (>= 0.4.73),
                gnome-common,
                gnome-pkg-tools,
                libxml2-dev (>= 2.6.0),
-               libglib2.0-dev (>= 2.13.0),
+               libglib2.0-dev (>= 2.35.1),
                libgtk-3-dev (>= 3.0.0),
                libsoup-gnome2.4-dev (>= 2.25.1),
                intltool (>= 0.50.0),
@@ -35,10 +35,10 @@
 Package: libgweather-3-dev
 Section: libdevel
 Architecture: any
-Depends: libgweather-3-1 (= ${binary:Version}),
+Depends: libgweather-3-3 (= ${binary:Version}),
          gir1.2-gweather-3.0 (= ${binary:Version}),
          libxml2-dev (>= 2.6.0),
-         libglib2.0-dev (>= 2.13.0),
+         libglib2.0-dev (>= 2.35.1),
          libgtk-3-dev (>= 3.0.0),
          libsoup-gnome2.4-dev (>= 2.25.1),
          ${misc:Depends}
@@ -48,7 +48,7 @@
  .
  This package contains the include files and static library.
 
-Package: libgweather-3-1
+Package: libgweather-3-3
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},

Modified: desktop/experimental/libgweather/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/control.in?rev=36970&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/control.in [utf-8] (original)
+++ desktop/experimental/libgweather/debian/control.in [utf-8] Fri Mar 15 21:30:24 2013
@@ -9,7 +9,7 @@
                gnome-common,
                gnome-pkg-tools,
                libxml2-dev (>= 2.6.0),
-               libglib2.0-dev (>= 2.13.0),
+               libglib2.0-dev (>= 2.35.1),
                libgtk-3-dev (>= 3.0.0),
                libsoup-gnome2.4-dev (>= 2.25.1),
                intltool (>= 0.50.0),
@@ -30,10 +30,10 @@
 Package: libgweather-3-dev
 Section: libdevel
 Architecture: any
-Depends: libgweather-3-1 (= ${binary:Version}),
+Depends: libgweather-3-3 (= ${binary:Version}),
          gir1.2-gweather-3.0 (= ${binary:Version}),
          libxml2-dev (>= 2.6.0),
-         libglib2.0-dev (>= 2.13.0),
+         libglib2.0-dev (>= 2.35.1),
          libgtk-3-dev (>= 3.0.0),
          libsoup-gnome2.4-dev (>= 2.25.1),
          ${misc:Depends}
@@ -43,7 +43,7 @@
  .
  This package contains the include files and static library.
 
-Package: libgweather-3-1
+Package: libgweather-3-3
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},

Added: desktop/experimental/libgweather/debian/libgweather-3-3.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/libgweather-3-3.install?rev=36970&op=file
==============================================================================
--- desktop/experimental/libgweather/debian/libgweather-3-3.install (added)
+++ desktop/experimental/libgweather/debian/libgweather-3-3.install [utf-8] Fri Mar 15 21:30:24 2013
@@ -1,0 +1,1 @@
+usr/lib/libgweather-3.so.*

Added: desktop/experimental/libgweather/debian/libgweather-3-3.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/libgweather-3-3.symbols?rev=36970&op=file
==============================================================================
--- desktop/experimental/libgweather/debian/libgweather-3-3.symbols (added)
+++ desktop/experimental/libgweather/debian/libgweather-3-3.symbols [utf-8] Fri Mar 15 21:30:24 2013
@@ -1,0 +1,115 @@
+libgweather-3.so.3 libgweather-3-3 #MINVER#
+ gweather_conditions_to_string at Base 3.7.91
+ gweather_distance_unit_get_type at Base 3.7.91
+ gweather_dpgettext at Base 3.7.91
+ gweather_forecast_type_get_type at Base 3.7.91
+ gweather_gettext at Base 3.7.91
+ gweather_info_abort at Base 3.7.91
+ gweather_info_get_apparent at Base 3.7.91
+ gweather_info_get_attribution at Base 3.7.91
+ gweather_info_get_conditions at Base 3.7.91
+ gweather_info_get_dew at Base 3.7.91
+ gweather_info_get_enabled_providers at Base 3.7.91
+ gweather_info_get_forecast at Base 3.7.91
+ gweather_info_get_forecast_list at Base 3.7.91
+ gweather_info_get_humidity at Base 3.7.91
+ gweather_info_get_icon_name at Base 3.7.91
+ gweather_info_get_location at Base 3.7.91
+ gweather_info_get_location_name at Base 3.7.91
+ gweather_info_get_pressure at Base 3.7.91
+ gweather_info_get_radar at Base 3.7.91
+ gweather_info_get_sky at Base 3.7.91
+ gweather_info_get_sunrise at Base 3.7.91
+ gweather_info_get_sunset at Base 3.7.91
+ gweather_info_get_temp at Base 3.7.91
+ gweather_info_get_temp_max at Base 3.7.91
+ gweather_info_get_temp_min at Base 3.7.91
+ gweather_info_get_temp_summary at Base 3.7.91
+ gweather_info_get_type at Base 3.7.91
+ gweather_info_get_upcoming_moonphases at Base 3.7.91
+ gweather_info_get_update at Base 3.7.91
+ gweather_info_get_value_apparent at Base 3.7.91
+ gweather_info_get_value_conditions at Base 3.7.91
+ gweather_info_get_value_dew at Base 3.7.91
+ gweather_info_get_value_moonphase at Base 3.7.91
+ gweather_info_get_value_pressure at Base 3.7.91
+ gweather_info_get_value_sky at Base 3.7.91
+ gweather_info_get_value_sunrise at Base 3.7.91
+ gweather_info_get_value_sunset at Base 3.7.91
+ gweather_info_get_value_temp at Base 3.7.91
+ gweather_info_get_value_temp_max at Base 3.7.91
+ gweather_info_get_value_temp_min at Base 3.7.91
+ gweather_info_get_value_update at Base 3.7.91
+ gweather_info_get_value_visibility at Base 3.7.91
+ gweather_info_get_value_wind at Base 3.7.91
+ gweather_info_get_visibility at Base 3.7.91
+ gweather_info_get_weather_summary at Base 3.7.91
+ gweather_info_get_wind at Base 3.7.91
+ gweather_info_is_daytime at Base 3.7.91
+ gweather_info_is_valid at Base 3.7.91
+ gweather_info_network_error at Base 3.7.91
+ gweather_info_new at Base 3.7.91
+ gweather_info_new_for_world at Base 3.7.91
+ gweather_info_next_sun_event at Base 3.7.91
+ gweather_info_set_enabled_providers at Base 3.7.91
+ gweather_info_set_location at Base 3.7.91
+ gweather_info_update at Base 3.7.91
+ gweather_location_deserialize at Base 3.7.91
+ gweather_location_entry_get_location at Base 3.7.91
+ gweather_location_entry_get_type at Base 3.7.91
+ gweather_location_entry_has_custom_text at Base 3.7.91
+ gweather_location_entry_new at Base 3.7.91
+ gweather_location_entry_set_city at Base 3.7.91
+ gweather_location_entry_set_location at Base 3.7.91
+ gweather_location_equal at Base 3.7.91
+ gweather_location_find_by_station_code at Base 3.7.91
+ gweather_location_free_children at Base 3.7.91
+ gweather_location_free_timezones at Base 3.7.91
+ gweather_location_get_children at Base 3.7.91
+ gweather_location_get_city_name at Base 3.7.91
+ gweather_location_get_code at Base 3.7.91
+ gweather_location_get_coords at Base 3.7.91
+ gweather_location_get_country at Base 3.7.91
+ gweather_location_get_distance at Base 3.7.91
+ gweather_location_get_level at Base 3.7.91
+ gweather_location_get_name at Base 3.7.91
+ gweather_location_get_parent at Base 3.7.91
+ gweather_location_get_sort_name at Base 3.7.91
+ gweather_location_get_timezone at Base 3.7.91
+ gweather_location_get_timezones at Base 3.7.91
+ gweather_location_get_type at Base 3.7.91
+ gweather_location_has_coords at Base 3.7.91
+ gweather_location_level_get_type at Base 3.7.91
+ gweather_location_new_world at Base 3.7.91
+ gweather_location_ref at Base 3.7.91
+ gweather_location_ref_world at Base 3.7.91
+ gweather_location_serialize at Base 3.7.91
+ gweather_location_unref at Base 3.7.91
+ gweather_parser_free at Base 3.7.91
+ gweather_parser_get_localized_value at Base 3.7.91
+ gweather_parser_get_value at Base 3.7.91
+ gweather_parser_new at Base 3.7.91
+ gweather_phenomenon_get_type at Base 3.7.91
+ gweather_pressure_unit_get_type at Base 3.7.91
+ gweather_provider_get_type at Base 3.7.91
+ gweather_qualifier_get_type at Base 3.7.91
+ gweather_sky_get_type at Base 3.7.91
+ gweather_sky_to_string at Base 3.7.91
+ gweather_speed_unit_get_type at Base 3.7.91
+ gweather_temperature_unit_get_type at Base 3.7.91
+ gweather_timezone_get_dst_offset at Base 3.7.91
+ gweather_timezone_get_name at Base 3.7.91
+ gweather_timezone_get_offset at Base 3.7.91
+ gweather_timezone_get_type at Base 3.7.91
+ gweather_timezone_get_tzid at Base 3.7.91
+ gweather_timezone_get_utc at Base 3.7.91
+ gweather_timezone_has_dst at Base 3.7.91
+ gweather_timezone_menu_get_type at Base 3.7.91
+ gweather_timezone_menu_get_tzid at Base 3.7.91
+ gweather_timezone_menu_new at Base 3.7.91
+ gweather_timezone_menu_set_tzid at Base 3.7.91
+ gweather_timezone_ref at Base 3.7.91
+ gweather_timezone_unref at Base 3.7.91
+ gweather_timezones_parse_xml at Base 3.7.91
+ gweather_wind_direction_get_type at Base 3.7.91
+ gweather_wind_direction_to_string at Base 3.7.91




More information about the pkg-gnome-commits mailing list