--- libunity-4.0.6.orig/src/unity-scope-proxy-remote.vala +++ libunity-4.0.6/src/unity-scope-proxy-remote.vala @@ -89,6 +89,8 @@ try { _service = yield _bus.get_proxy (dbus_name, dbus_path); _service.changed.connect (on_changed); + _service.search_finished.connect(on_search_finished); + _service.global_search_finished.connect(on_global_search_finished); yield _service.info_request (); } catch (Error e) { --- libunity-4.0.6.orig/src/unity-scope-private.vala +++ libunity-4.0.6/src/unity-scope-private.vala @@ -233,9 +233,9 @@ HashTable hints) throws IOError { var s = new LensSearch (search_string, hints); - s.finished.connect (() => + s.finished.connect ((lens_search) => { - search_finished (s.search_string, s.hints); + search_finished (lens_search.search_string, lens_search.hints); }); if (!s.equals (_owner.active_search)) @@ -246,9 +246,9 @@ HashTable hints) throws IOError { var s = new LensSearch (search_string, hints); - s.finished.connect (() => + s.finished.connect ((lens_search) => { - global_search_finished (s.search_string, s.hints); + global_search_finished (lens_search.search_string, lens_search.hints); }); if (!s.equals (_owner.active_global_search)) --- libunity-4.0.6.orig/src/unity-lens-private.vala +++ libunity-4.0.6/src/unity-lens-private.vala @@ -170,6 +170,8 @@ scope.notify["results-model"].connect (on_scope_results_model_changed); scope.notify["global-results-model"].connect (on_scope_global_results_model_changed); scope.notify["filters-model"].connect (on_scope_filters_model_changed); + scope.search_finished.connect(on_scope_search_finished); + scope.global_search_finished.connect(on_scope_global_search_finished); } private void on_scope_results_model_changed (Object obj, ParamSpec pspec) @@ -292,6 +294,18 @@ { return "%p".printf (scope); } + + private void on_scope_search_finished (string search_string, + HashTable hints) + { + search_finished (search_string, hints); + } + + private void on_scope_global_search_finished (string search_string, + HashTable hints) + { + global_search_finished (search_string, hints); + } } } /* namespace */ --- libunity-4.0.6.orig/debian/libunity6.install +++ libunity-4.0.6/debian/libunity6.install @@ -0,0 +1,2 @@ +usr/lib/libunity*.so.* +usr/share/gir-1.0 --- libunity-4.0.6.orig/debian/libunity6.symbols +++ libunity-4.0.6/debian/libunity6.symbols @@ -0,0 +1,470 @@ +libunity.so.6 libunity6 #MINVER# + unity_activation_reply_raw_copy@Base 4.0.0 + unity_activation_reply_raw_destroy@Base 4.0.0 + unity_activation_reply_raw_dup@Base 4.0.0 + unity_activation_reply_raw_free@Base 4.0.0 + unity_activation_reply_raw_get_type@Base 4.0.0 + unity_activation_response_construct@Base 4.0.0 + unity_activation_response_get_goto_uri@Base 4.0.0 + unity_activation_response_get_handled@Base 4.0.0 + unity_activation_response_get_hints@Base 4.0.0 + unity_activation_response_get_type@Base 4.0.0 + unity_activation_response_new@Base 4.0.0 + unity_activation_response_set_goto_uri@Base 4.0.0 + unity_active_playlist_container_copy@Base 4.0.0 + unity_active_playlist_container_destroy@Base 4.0.0 + unity_active_playlist_container_dup@Base 4.0.0 + unity_active_playlist_container_free@Base 4.0.0 + unity_active_playlist_container_get_type@Base 4.0.0 + unity_album_preview_construct@Base 4.0.0 + unity_album_preview_get_type@Base 4.0.0 + unity_album_preview_new@Base 4.0.0 + unity_app_info_manager_clear@Base 3.4.6 + unity_app_info_manager_get_categories@Base 3.4.6 + unity_app_info_manager_get_instance@Base 3.4.6 + unity_app_info_manager_get_keywords@Base 4.0.6 + unity_app_info_manager_get_path@Base 4.0.4 + unity_app_info_manager_get_type@Base 3.4.6 + unity_app_info_manager_lookup@Base 3.4.6 + unity_app_info_manager_lookup_async@Base 3.4.6 + unity_app_info_manager_lookup_finish@Base 3.4.6 + unity_application_preview_construct@Base 4.0.0 + unity_application_preview_get_type@Base 4.0.0 + unity_application_preview_new@Base 4.0.0 + unity_blacklist_manager_check_presence@Base 4.0.0 + unity_blacklist_manager_construct@Base 4.0.0 + unity_blacklist_manager_get_type@Base 4.0.0 + unity_blacklist_manager_new@Base 4.0.0 + unity_category_construct@Base 4.0.0 + unity_category_get_default_renderer@Base 4.0.0 + unity_category_get_hints@Base 4.0.0 + unity_category_get_icon_hint@Base 4.0.0 + unity_category_get_name@Base 4.0.0 + unity_category_get_renderer@Base 4.0.0 + unity_category_get_type@Base 4.0.0 + unity_category_new@Base 4.0.0 + unity_category_renderer_get_type@Base 4.0.0 + unity_category_set_hints@Base 4.0.0 + unity_check_option_filter_construct@Base 4.0.0 + unity_check_option_filter_get_type@Base 4.0.0 + unity_check_option_filter_new@Base 4.0.0 + unity_collect_launcher_entry_properties@Base 3.4.6 + unity_filter_column_get_type@Base 4.0.0 + unity_filter_construct@Base 4.0.0 + unity_filter_get_collapsed@Base 4.0.0 + unity_filter_get_display_name@Base 4.0.0 + unity_filter_get_filtering@Base 4.0.0 + unity_filter_get_hints@Base 4.0.0 + unity_filter_get_icon_hint@Base 4.0.0 + unity_filter_get_id@Base 4.0.0 + unity_filter_get_renderer_name@Base 4.0.0 + unity_filter_get_type@Base 4.0.0 + unity_filter_get_visible@Base 4.0.0 + unity_filter_option_construct@Base 4.0.0 + unity_filter_option_get_active@Base 4.0.0 + unity_filter_option_get_display_name@Base 4.0.0 + unity_filter_option_get_icon_hint@Base 4.0.0 + unity_filter_option_get_id@Base 4.0.0 + unity_filter_option_get_type@Base 4.0.0 + unity_filter_option_new@Base 4.0.0 + unity_filter_option_set_active@Base 4.0.0 + unity_filter_set_filtering@Base 4.0.0 + unity_filter_set_model_and_iter@Base 4.0.0 + unity_filter_set_renderer_name@Base 4.0.0 + unity_filter_set_visible@Base 4.0.0 + unity_filter_update@Base 4.0.0 + unity_filters_synchronizer_add_receiver@Base 4.0.0 + unity_filters_synchronizer_construct@Base 4.0.0 + unity_filters_synchronizer_get_provider@Base 4.0.0 + unity_filters_synchronizer_get_type@Base 4.0.0 + unity_filters_synchronizer_new@Base 4.0.0 + unity_generic_preview_construct@Base 4.0.0 + unity_generic_preview_get_type@Base 4.0.0 + unity_generic_preview_new@Base 4.0.0 + unity_handled_type_get_type@Base 4.0.0 + unity_inspector_get_default@Base 3.4.6 + unity_inspector_get_type@Base 3.4.6 + unity_inspector_get_unity_bus_name@Base 3.4.6 + unity_inspector_get_unity_running@Base 3.4.6 + unity_io_get_system_data_dirs@Base 3.4.6 + unity_io_open_from_data_dirs@Base 3.4.6 + unity_io_open_from_data_dirs_finish@Base 3.4.6 + unity_io_open_from_dirs@Base 3.4.6 + unity_io_open_from_dirs_finish@Base 3.4.6 + unity_io_read_stream_async@Base 3.4.6 + unity_io_read_stream_finish@Base 3.4.6 + unity_io_system_data_dirs@Base 3.4.6 + unity_io_system_data_dirs_length1@Base 3.4.6 + unity_launcher_entry_dbus_impl_construct@Base 3.4.6 + unity_launcher_entry_dbus_impl_get_type@Base 3.4.6 + unity_launcher_entry_dbus_impl_new@Base 3.4.6 + unity_launcher_entry_dbus_impl_query@Base 3.4.6 + unity_launcher_entry_dbus_impl_register_object@Base 3.4.6 + unity_launcher_entry_get_app_uri@Base 3.4.6 + unity_launcher_entry_get_count@Base 3.4.6 + unity_launcher_entry_get_count_visible@Base 3.4.6 + unity_launcher_entry_get_for_app_uri@Base 3.4.6 + unity_launcher_entry_get_for_desktop_file@Base 3.4.6 + unity_launcher_entry_get_for_desktop_id@Base 3.4.6 + unity_launcher_entry_get_progress@Base 3.4.6 + unity_launcher_entry_get_progress_visible@Base 3.4.6 + unity_launcher_entry_get_quicklist@Base 3.4.6 + unity_launcher_entry_get_type@Base 3.4.6 + unity_launcher_entry_get_urgent@Base 3.8.4 + unity_launcher_entry_set_app_uri@Base 3.4.6 + unity_launcher_entry_set_count@Base 3.4.6 + unity_launcher_entry_set_count_visible@Base 3.4.6 + unity_launcher_entry_set_progress@Base 3.4.6 + unity_launcher_entry_set_progress_visible@Base 3.4.6 + unity_launcher_entry_set_quicklist@Base 3.4.6 + unity_launcher_entry_set_urgent@Base 3.8.4 + unity_lens_add_local_scope@Base 4.0.0 + unity_lens_construct@Base 4.0.0 + unity_lens_export@Base 4.0.0 + unity_lens_get_active@Base 4.0.0 + unity_lens_get_categories@Base 4.0.0 + unity_lens_get_dbus_path@Base 4.0.0 + unity_lens_get_exported@Base 4.0.0 + unity_lens_get_filters@Base 4.0.0 + unity_lens_get_id@Base 4.0.0 + unity_lens_get_search_hint@Base 4.0.0 + unity_lens_get_search_in_global@Base 4.0.0 + unity_lens_get_searching@Base 4.0.0 + unity_lens_get_type@Base 4.0.0 + unity_lens_get_visible@Base 4.0.0 + unity_lens_impl_add_local_scope@Base 4.0.0 + unity_lens_impl_construct@Base 4.0.0 + unity_lens_impl_export@Base 4.0.0 + unity_lens_impl_get_type@Base 4.0.0 + unity_lens_impl_load_categories@Base 4.0.0 + unity_lens_impl_load_filters@Base 4.0.0 + unity_lens_impl_new@Base 4.0.0 + unity_lens_info_copy@Base 4.0.0 + unity_lens_info_destroy@Base 4.0.0 + unity_lens_info_dup@Base 4.0.0 + unity_lens_info_free@Base 4.0.0 + unity_lens_info_get_type@Base 4.0.0 + unity_lens_new@Base 4.0.0 + unity_lens_search_construct@Base 4.0.0 + unity_lens_search_equals@Base 4.0.0 + unity_lens_search_get_hints@Base 4.0.0 + unity_lens_search_get_search_string@Base 4.0.0 + unity_lens_search_get_type@Base 4.0.0 + unity_lens_search_new@Base 4.0.0 + unity_lens_service_activate@Base 4.0.0 + unity_lens_service_activate_finish@Base 4.0.0 + unity_lens_service_get_type@Base 4.0.0 + unity_lens_service_global_search@Base 4.0.0 + unity_lens_service_global_search_finish@Base 4.0.0 + unity_lens_service_info_request@Base 4.0.0 + unity_lens_service_info_request_finish@Base 4.0.0 + unity_lens_service_preview@Base 4.0.0 + unity_lens_service_preview_finish@Base 4.0.0 + unity_lens_service_proxy_get_type@Base 4.0.0 + unity_lens_service_register_object@Base 4.0.0 + unity_lens_service_search@Base 4.0.0 + unity_lens_service_search_finish@Base 4.0.0 + unity_lens_service_set_active@Base 4.0.0 + unity_lens_service_set_active_finish@Base 4.0.0 + unity_lens_service_update_filter@Base 4.0.0 + unity_lens_service_update_filter_finish@Base 4.0.0 + unity_lens_set_active_internal@Base 4.0.0 + unity_lens_set_categories@Base 4.0.0 + unity_lens_set_filters@Base 4.0.0 + unity_lens_set_search_hint@Base 4.0.0 + unity_lens_set_search_in_global@Base 4.0.0 + unity_lens_set_visible@Base 4.0.0 + unity_mpris_gateway_construct@Base 4.0.0 + unity_mpris_gateway_ensure_playlist_interface_is_raised@Base 4.0.0 + unity_mpris_gateway_get_consumer@Base 4.0.0 + unity_mpris_gateway_get_edited_playlist@Base 4.0.0 + unity_mpris_gateway_get_playlist_count@Base 4.0.0 + unity_mpris_gateway_get_type@Base 4.0.0 + unity_mpris_gateway_new@Base 4.0.0 + unity_mpris_gateway_set_edited_playlist@Base 4.0.0 + unity_mpris_gateway_set_playlist_count@Base 4.0.0 + unity_mpris_player_Next@Base 4.0.0 + unity_mpris_player_Next_finish@Base 4.0.0 + unity_mpris_player_PlayPause@Base 4.0.0 + unity_mpris_player_PlayPause_finish@Base 4.0.0 + unity_mpris_player_Previous@Base 4.0.0 + unity_mpris_player_Previous_finish@Base 4.0.0 + unity_mpris_player_construct@Base 4.0.0 + unity_mpris_player_get_CanControl@Base 4.0.0 + unity_mpris_player_get_CanGoNext@Base 4.0.0 + unity_mpris_player_get_CanGoPrevious@Base 4.0.0 + unity_mpris_player_get_CanPause@Base 4.0.0 + unity_mpris_player_get_CanPlay@Base 4.0.0 + unity_mpris_player_get_Metadata@Base 4.0.0 + unity_mpris_player_get_PlaybackStatus@Base 4.0.0 + unity_mpris_player_get_type@Base 4.0.0 + unity_mpris_player_new@Base 4.0.0 + unity_mpris_player_on_metadata_update@Base 4.0.0 + unity_mpris_player_register_object@Base 4.0.0 + unity_mpris_playlists_ActivatePlaylist@Base 4.0.0 + unity_mpris_playlists_ActivatePlaylist_finish@Base 4.0.0 + unity_mpris_playlists_GetPlaylists@Base 4.0.0 + unity_mpris_playlists_GetPlaylists_finish@Base 4.0.0 + unity_mpris_playlists_construct@Base 4.0.0 + unity_mpris_playlists_get_ActivePlaylist@Base 4.0.0 + unity_mpris_playlists_get_Orderings@Base 4.0.0 + unity_mpris_playlists_get_PlaylistCount@Base 4.0.0 + unity_mpris_playlists_get_type@Base 4.0.0 + unity_mpris_playlists_new@Base 4.0.0 + unity_mpris_playlists_register_object@Base 4.0.0 + unity_mpris_root_Raise@Base 4.0.0 + unity_mpris_root_Raise_finish@Base 4.0.0 + unity_mpris_root_construct@Base 4.0.0 + unity_mpris_root_get_CanQuit@Base 4.0.0 + unity_mpris_root_get_CanRaise@Base 4.0.0 + unity_mpris_root_get_DesktopEntry@Base 4.0.0 + unity_mpris_root_get_HasTracklist@Base 4.0.0 + unity_mpris_root_get_Identity@Base 4.0.0 + unity_mpris_root_get_type@Base 4.0.0 + unity_mpris_root_new@Base 4.0.0 + unity_mpris_root_register_object@Base 4.0.0 + unity_multi_range_filter_construct@Base 4.0.0 + unity_multi_range_filter_get_first_active@Base 4.0.0 + unity_multi_range_filter_get_last_active@Base 4.0.0 + unity_multi_range_filter_get_type@Base 4.0.0 + unity_multi_range_filter_new@Base 4.0.0 + unity_music_player_add_playlist@Base 4.0.0 + unity_music_player_construct@Base 4.0.0 + unity_music_player_edit_playlist_name@Base 4.0.0 + unity_music_player_get_app_info@Base 4.0.0 + unity_music_player_get_can_go_next@Base 4.0.0 + unity_music_player_get_can_go_previous@Base 4.0.0 + unity_music_player_get_can_pause@Base 4.0.0 + unity_music_player_get_can_play@Base 4.0.0 + unity_music_player_get_current_playlist@Base 4.0.0 + unity_music_player_get_current_track@Base 4.0.0 + unity_music_player_get_desktop_file_name@Base 4.0.0 + unity_music_player_get_is_blacklisted@Base 4.0.0 + unity_music_player_get_playback_state@Base 4.0.0 + unity_music_player_get_player_menu@Base 4.0.0 + unity_music_player_get_playlists@Base 4.0.0 + unity_music_player_get_title@Base 4.0.0 + unity_music_player_get_track_menu@Base 4.0.0 + unity_music_player_get_type@Base 4.0.0 + unity_music_player_new@Base 4.0.0 + unity_music_player_remove_playlist@Base 4.0.0 + unity_music_player_set_can_go_next@Base 4.0.0 + unity_music_player_set_can_go_previous@Base 4.0.0 + unity_music_player_set_can_pause@Base 4.0.0 + unity_music_player_set_can_play@Base 4.0.0 + unity_music_player_set_current_playlist@Base 4.0.0 + unity_music_player_set_current_track@Base 4.0.0 + unity_music_player_set_is_blacklisted@Base 4.0.0 + unity_music_player_set_playback_state@Base 4.0.0 + unity_music_player_set_player_menu@Base 4.0.0 + unity_music_player_set_title@Base 4.0.0 + unity_music_player_set_track_menu@Base 4.0.0 + unity_no_preview_construct@Base 4.0.0 + unity_no_preview_get_type@Base 4.0.0 + unity_no_preview_new@Base 4.0.0 + unity_options_filter_add_option@Base 4.0.0 + unity_options_filter_construct@Base 4.0.0 + unity_options_filter_find_and_update_option@Base 4.0.0 + unity_options_filter_get_option@Base 4.0.0 + unity_options_filter_get_sort_type@Base 4.0.4 + unity_options_filter_get_type@Base 4.0.0 + unity_options_filter_load_or_update_options@Base 4.0.0 + unity_options_filter_new@Base 4.0.0 + unity_options_filter_set_sort_type@Base 4.0.4 + unity_options_filter_sort_type_get_type@Base 4.0.4 + unity_param_spec_string_array_wrapper@Base 3.4.6 + unity_param_spec_tools@Base 4.0.0 + unity_playback_state_get_type@Base 4.0.0 + unity_playlist_construct@Base 4.0.0 + unity_playlist_details_copy@Base 4.0.0 + unity_playlist_details_destroy@Base 4.0.0 + unity_playlist_details_dup@Base 4.0.0 + unity_playlist_details_free@Base 4.0.0 + unity_playlist_details_get_type@Base 4.0.0 + unity_playlist_get_creation_date@Base 4.0.0 + unity_playlist_get_icon@Base 4.0.0 + unity_playlist_get_id@Base 4.0.0 + unity_playlist_get_last_play_date@Base 4.0.0 + unity_playlist_get_modification_date@Base 4.0.0 + unity_playlist_get_name@Base 4.0.0 + unity_playlist_get_type@Base 4.0.0 + unity_playlist_new@Base 4.0.0 + unity_playlist_set_creation_date@Base 4.0.0 + unity_playlist_set_icon@Base 4.0.0 + unity_playlist_set_last_play_date@Base 4.0.0 + unity_playlist_set_modification_date@Base 4.0.0 + unity_playlist_set_name@Base 4.0.0 + unity_preview_construct@Base 4.0.0 + unity_preview_get_properties@Base 4.0.0 + unity_preview_get_renderer_name@Base 4.0.0 + unity_preview_get_type@Base 4.0.0 + unity_preview_reply_raw_copy@Base 4.0.0 + unity_preview_reply_raw_destroy@Base 4.0.0 + unity_preview_reply_raw_dup@Base 4.0.0 + unity_preview_reply_raw_free@Base 4.0.0 + unity_preview_reply_raw_get_type@Base 4.0.0 + unity_property_update_manager_construct@Base 4.0.0 + unity_property_update_manager_emit_dbus_signal@Base 4.0.0 + unity_property_update_manager_get_connection@Base 4.0.0 + unity_property_update_manager_get_type@Base 4.0.0 + unity_property_update_manager_new@Base 4.0.0 + unity_property_update_manager_queue_property_update@Base 4.0.0 + unity_radio_option_filter_construct@Base 4.0.0 + unity_radio_option_filter_get_active_option@Base 4.0.0 + unity_radio_option_filter_get_type@Base 4.0.0 + unity_radio_option_filter_new@Base 4.0.0 + unity_ratings_filter_construct@Base 4.0.0 + unity_ratings_filter_get_rating@Base 4.0.0 + unity_ratings_filter_get_type@Base 4.0.0 + unity_ratings_filter_new@Base 4.0.0 + unity_ratings_filter_set_rating@Base 4.0.0 + unity_results_synchronizer_add_provider@Base 4.0.0 + unity_results_synchronizer_construct@Base 4.0.0 + unity_results_synchronizer_get_receiver@Base 4.0.0 + unity_results_synchronizer_get_type@Base 4.0.0 + unity_results_synchronizer_new@Base 4.0.0 + unity_scope_activate@Base 4.0.0 + unity_scope_activate_finish@Base 4.0.4 + unity_scope_construct@Base 4.0.0 + unity_scope_export@Base 4.0.0 + unity_scope_factory_add_local_scope@Base 4.0.0 + unity_scope_factory_construct@Base 4.0.0 + unity_scope_factory_get_lens_id@Base 4.0.0 + unity_scope_factory_get_lenses_directory@Base 4.0.0 + unity_scope_factory_get_type@Base 4.0.0 + unity_scope_factory_new@Base 4.0.0 + unity_scope_get_active@Base 4.0.0 + unity_scope_get_active_global_search@Base 4.0.0 + unity_scope_get_active_search@Base 4.0.0 + unity_scope_get_active_sources@Base 4.0.0 + unity_scope_get_dbus_path@Base 4.0.0 + unity_scope_get_exported@Base 4.0.0 + unity_scope_get_filter@Base 4.0.0 + unity_scope_get_filter_model@Base 4.0.0 + unity_scope_get_filters@Base 4.0.0 + unity_scope_get_global_results_model@Base 4.0.0 + unity_scope_get_results_model@Base 4.0.0 + unity_scope_get_search_in_global@Base 4.0.0 + unity_scope_get_sources@Base 4.0.0 + unity_scope_get_type@Base 4.0.0 + unity_scope_global_search@Base 4.0.0 + unity_scope_global_search_finish@Base 4.0.4 + unity_scope_impl_construct@Base 4.0.0 + unity_scope_impl_export@Base 4.0.0 + unity_scope_impl_get_type@Base 4.0.0 + unity_scope_impl_new@Base 4.0.0 + unity_scope_info_copy@Base 4.0.0 + unity_scope_info_destroy@Base 4.0.0 + unity_scope_info_dup@Base 4.0.0 + unity_scope_info_free@Base 4.0.0 + unity_scope_info_get_type@Base 4.0.0 + unity_scope_new@Base 4.0.0 + unity_scope_preview@Base 4.0.0 + unity_scope_preview_finish@Base 4.0.4 + unity_scope_proxy_activate@Base 4.0.0 + unity_scope_proxy_activate_finish@Base 4.0.0 + unity_scope_proxy_get_filters_model@Base 4.0.0 + unity_scope_proxy_get_global_results_model@Base 4.0.0 + unity_scope_proxy_get_results_model@Base 4.0.0 + unity_scope_proxy_get_search_in_global@Base 4.0.0 + unity_scope_proxy_get_sources@Base 4.0.0 + unity_scope_proxy_get_type@Base 4.0.0 + unity_scope_proxy_global_search@Base 4.0.0 + unity_scope_proxy_global_search_finish@Base 4.0.0 + unity_scope_proxy_local_construct@Base 4.0.0 + unity_scope_proxy_local_get_scope@Base 4.0.0 + unity_scope_proxy_local_get_type@Base 4.0.0 + unity_scope_proxy_local_new@Base 4.0.0 + unity_scope_proxy_local_on_global_search_finished@Base 4.0.0 + unity_scope_proxy_local_on_search_finished@Base 4.0.0 + unity_scope_proxy_preview@Base 4.0.0 + unity_scope_proxy_preview_finish@Base 4.0.0 + unity_scope_proxy_remote_construct@Base 4.0.0 + unity_scope_proxy_remote_get_dbus_name@Base 4.0.0 + unity_scope_proxy_remote_get_dbus_path@Base 4.0.0 + unity_scope_proxy_remote_get_type@Base 4.0.0 + unity_scope_proxy_remote_new@Base 4.0.0 + unity_scope_proxy_remote_on_changed@Base 4.0.0 + unity_scope_proxy_remote_on_global_search_finished@Base 4.0.0 + unity_scope_proxy_remote_on_search_finished@Base 4.0.0 + unity_scope_proxy_search@Base 4.0.0 + unity_scope_proxy_search_finish@Base 4.0.0 + unity_scope_proxy_set_active@Base 4.0.0 + unity_scope_proxy_set_active_finish@Base 4.0.0 + unity_scope_proxy_set_active_sources@Base 4.0.0 + unity_scope_proxy_set_active_sources_finish@Base 4.0.0 + unity_scope_proxy_set_filters_model@Base 4.0.0 + unity_scope_proxy_set_global_results_model@Base 4.0.0 + unity_scope_proxy_set_results_model@Base 4.0.0 + unity_scope_proxy_set_search_in_global@Base 4.0.0 + unity_scope_proxy_set_sources@Base 4.0.0 + unity_scope_search@Base 4.0.0 + unity_scope_search_finish@Base 4.0.4 + unity_scope_service_activate@Base 4.0.0 + unity_scope_service_activate_finish@Base 4.0.4 + unity_scope_service_get_type@Base 4.0.0 + unity_scope_service_global_search@Base 4.0.0 + unity_scope_service_global_search_finish@Base 4.0.4 + unity_scope_service_info_request@Base 4.0.0 + unity_scope_service_info_request_finish@Base 4.0.4 + unity_scope_service_preview@Base 4.0.0 + unity_scope_service_preview_finish@Base 4.0.4 + unity_scope_service_proxy_get_type@Base 4.0.0 + unity_scope_service_register_object@Base 4.0.0 + unity_scope_service_search@Base 4.0.0 + unity_scope_service_search_finish@Base 4.0.4 + unity_scope_service_set_active@Base 4.0.0 + unity_scope_service_set_active_finish@Base 4.0.4 + unity_scope_service_set_active_sources@Base 4.0.0 + unity_scope_service_set_active_sources_finish@Base 4.0.4 + unity_scope_set_active@Base 4.0.0 + unity_scope_set_active_global_search@Base 4.0.0 + unity_scope_set_active_internal@Base 4.0.0 + unity_scope_set_active_search@Base 4.0.0 + unity_scope_set_active_sources_internal@Base 4.0.0 + unity_scope_set_local@Base 4.0.0 + unity_scope_set_search_in_global@Base 4.0.0 + unity_scope_set_sources@Base 4.0.0 + unity_sound_service_interface_EnablePlayerSpecificItems@Base 4.0.0 + unity_sound_service_interface_EnablePlayerSpecificItems_finish@Base 4.0.0 + unity_sound_service_interface_EnableTrackSpecificItems@Base 4.0.0 + unity_sound_service_interface_EnableTrackSpecificItems_finish@Base 4.0.0 + unity_sound_service_interface_get_type@Base 4.0.0 + unity_sound_service_interface_proxy_get_type@Base 4.0.0 + unity_sound_service_interface_register_object@Base 4.0.0 + unity_specific_item_manager_construct@Base 4.0.0 + unity_specific_item_manager_get_consumer@Base 4.0.0 + unity_specific_item_manager_get_type@Base 4.0.0 + unity_specific_item_manager_new@Base 4.0.0 + unity_string_array_wrapper_construct@Base 3.4.6 + unity_string_array_wrapper_get_type@Base 3.4.6 + unity_string_array_wrapper_new@Base 3.4.6 + unity_string_array_wrapper_ref@Base 3.4.6 + unity_string_array_wrapper_take_strings@Base 4.0.6 + unity_string_array_wrapper_unref@Base 3.4.6 + unity_tools_construct@Base 4.0.0 + unity_tools_get_type@Base 4.0.0 + unity_tools_hash_table_to_asv@Base 4.0.0 + unity_tools_new@Base 4.0.0 + unity_tools_ref@Base 4.0.0 + unity_tools_unref@Base 4.0.0 + unity_track_metadata_construct@Base 4.0.0 + unity_track_metadata_get_album@Base 4.0.0 + unity_track_metadata_get_art_location@Base 4.0.0 + unity_track_metadata_get_artist@Base 4.0.0 + unity_track_metadata_get_title@Base 4.0.0 + unity_track_metadata_get_type@Base 4.0.0 + unity_track_metadata_new@Base 4.0.0 + unity_track_metadata_set_album@Base 4.0.0 + unity_track_metadata_set_art_location@Base 4.0.0 + unity_track_metadata_set_artist@Base 4.0.0 + unity_track_metadata_set_title@Base 4.0.0 + unity_track_preview_construct@Base 4.0.0 + unity_track_preview_get_type@Base 4.0.0 + unity_track_preview_new@Base 4.0.0 + unity_value_get_string_array_wrapper@Base 3.4.6 + unity_value_get_tools@Base 4.0.0 + unity_value_set_string_array_wrapper@Base 3.4.6 + unity_value_set_tools@Base 4.0.0 + unity_value_take_string_array_wrapper@Base 3.4.6 + unity_value_take_tools@Base 4.0.0 --- libunity-4.0.6.orig/debian/watch +++ libunity-4.0.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/libunity/+download .*/libunity-([0-9.]+)\.tar\.gz --- libunity-4.0.6.orig/debian/rules +++ libunity-4.0.6/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh --with python2 $@ + +override_dh_install: + rm debian/tmp/usr/lib/*.la + rm debian/tmp/usr/lib/python*/dist-packages/gi/overrides/*.pyc + rm debian/tmp/usr/lib/python*/dist-packages/gi/overrides/*.pyo + dh_install --fail-missing + +override_dh_gencontrol: + dh_girepository + dh_gencontrol + +override_dh_auto_test: --- libunity-4.0.6.orig/debian/control +++ libunity-4.0.6/debian/control @@ -0,0 +1,63 @@ +Source: libunity +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: debhelper (>= 7.0.50~), + autotools-dev, + pkg-config, + valac-0.12 (>= 0.11.3), + libglib2.0-dev (>= 2.26), + libgee-dev (>= 0.6.0), + libdee-dev (>= 0.5.12-0ubuntu2), + libdbusmenu-glib-dev (>= 0.4.90), + libgirepository1.0-dev (>= 0.10), + gobject-introspection, + gir1.2-glib-2.0, + gir1.2-dbusmenu-glib-0.4 (>= 0.4.90), + gir1.2-dee-0.5 +Standards-Version: 3.9.2 +Homepage: https://launchpad.net/libunity +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libunity/ubuntu + +Package: libunity6 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Breaks: unity (<< 4.8.0), unity-2d (<< 3.8.16) +Replaces: libunity3, libunity4, libunity5 +Description: binding to get places into the launcher - shared library + libunity is a shared library to be able to interact with the launcher + and add places in Unity environment. + . + This package contains shared libraries to be used by applications. + +Package: libunity-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libunity6 (= ${binary:Version}), + libglib2.0-dev, + libdee-dev, + libgee-dev, + libdbusmenu-glib-dev, +Description: binding to get places into the launcher - development files + libunity is a shared library to be able to interact with the launcher + and add places in Unity environment. + . + This package contains files that are needed to build applications. + +Package: gir1.2-unity-4.0 +Section: libs +Architecture: any +Depends: ${gir:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Conflicts: gir1.2-unity-3.0 +Replaces: gir1.2-unity-3.0 +Description: GObject introspection data for the Unity library + This package contains introspection data for the Unity library. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. + --- libunity-4.0.6.orig/debian/changelog +++ libunity-4.0.6/debian/changelog @@ -0,0 +1,1371 @@ +libunity (4.0.6-0ubuntu3) oneiric-proposed; urgency=low + + * Cherry-pick upstream: + - LensSearch instances are leaking (LP: #869225) + + -- Didier Roche Fri, 14 Oct 2011 11:24:54 +0200 + +libunity (4.0.6-0ubuntu2) oneiric; urgency=low + + * Backport r85 to make "SearchFinished signals work again", it's needed + to fix the unity dash activating the wrong entry on enter (lp: #856205) + + -- Sebastien Bacher Thu, 29 Sep 2011 11:38:25 +0200 + +libunity (4.0.6-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - doesn't clear models when a scope dies (LP: #859760) + - Support X-GNOME-Keywords (LP: #828356) + * update debian/libunity6.symbols + + -- Didier Roche Tue, 27 Sep 2011 15:41:33 +0200 + +libunity (4.0.4-0ubuntu1) oneiric; urgency=low + + * New upstream release: + - Scope searches blocks the lens (LP: #850816) + - [dash] Category filters is sorted according to their english names, + even when another language is used (LP: #838023) + - No way to get original path of GAppInfo from Unity.AppInfoManager + (LP: #850817) + * debian/libunity6.symbols: + - updated symbols + + -- Didier Roche Thu, 15 Sep 2011 14:02:15 +0200 + +libunity (4.0.2-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - [dash] Apps lens shows no result by default (LP: #834571) + - Quicklist can't be correctly hidden (LP: #843425) + - Python PyGI support broken (LP: #844779) + * debian/control, + debian/libunity5.symbols => debian/libunity6.symbols, + debian/libunity5.install => debian/libunity6.install: + - makes the necessary tweak for ABI/API breakage + + -- Didier Roche Thu, 08 Sep 2011 17:01:04 +0200 + +libunity (4.0.0-0ubuntu4) oneiric; urgency=low + + * debian/control: + - conflicts and replaces gir1.2-unity-3.0 as the needed override file + isn't versionned (no provides: because of the API break) + + -- Didier Roche Fri, 12 Aug 2011 17:27:38 +0200 + +libunity (4.0.0-0ubuntu3) oneiric; urgency=low + + * debian/control: + - late bump to unity gir 4.0. So build gir1.2-unity-4.0 bin package + + -- Didier Roche Thu, 11 Aug 2011 19:01:17 +0200 + +libunity (4.0.0-0ubuntu2) oneiric; urgency=low + + * debian/control: + - build with valac-0.12 + + -- Didier Roche Thu, 11 Aug 2011 18:41:01 +0200 + +libunity (4.0.0-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * bump soname: + - rename debian/libunity4* -> debian/libunity5* + - rename in the control file as well, add a replaces because of the gir file + - update debian/libunity5.symbols + * debian/control: + - bump Standards-Version + - breaks on current unity and unity-2d + + -- Didier Roche Thu, 11 Aug 2011 18:28:04 +0200 + +libunity (3.8.4-0ubuntu2) oneiric; urgency=low + + * debian/control + - Ensure we rebuild against dbusmenu >= 0.4.90 + + -- Ken VanDine Fri, 24 Jun 2011 15:33:46 -0400 + +libunity (3.8.4-0ubuntu1) natty; urgency=low + + * New upstream release. + - [FFE] Need API to set urgency from background process (LP: #747677) + - Launcher - Remove the capability for Launcher icons to be overlaid with + emblems (LP: #747311) + - When we press Enter to run the first search result, Unity should wait + until searching is finished (LP: #749428) + * debian/libunity3.install => debian/libunity4.install + debian/libunity3.symbols => debian/libunity4.symbols + debian/control, debian/libunity4.symbols: + - handle abi break and soname bump + - replaces libunity3 for the gir file + + -- Didier Roche Thu, 07 Apr 2011 13:05:26 +0200 + +libunity (3.6.8-0ubuntu2) natty; urgency=low + + * debian/rules + - Move from pysupport (which is being deprecated) to dh_python2, we need + to match pygobject for GI override imports to work properly (LP: #742350) + + -- Ken VanDine Fri, 25 Mar 2011 11:27:39 -0400 + +libunity (3.6.8-0ubuntu1) natty; urgency=low + + * New upstream release. + - SearchFinished signal for Places API (LP: #739311) + * debian/libunity3.symbols: + - add new symbols + + -- Didier Roche Wed, 23 Mar 2011 17:06:12 +0100 + +libunity (3.6.2-0ubuntu3) natty; urgency=low + + * debian/control + - Added build depends for gir1.2-dee-0.5 + + -- Ken VanDine Tue, 08 Mar 2011 21:03:04 -0500 + +libunity (3.6.2-0ubuntu2) natty; urgency=low + + * src/Unity-3.0.gir + - Added include for Dee (LP: #731023) + * debian/control + - Bump build depends for libdee-dev to >= 0.5.12-0ubuntu2 to make sure + we build against the version of libdee with needed vapi fixes + + -- Ken VanDine Tue, 08 Mar 2011 17:00:47 -0500 + +libunity (3.6.2-0ubuntu1) natty; urgency=low + + * New upstream release. + * debian/control: + - depends on latest dee + * debian/libunity3.symbols: + - update with latest symbols + + -- Didier Roche Mon, 07 Mar 2011 19:07:06 +0100 + +libunity (3.4.6-0ubuntu1) natty; urgency=low + + * New upstream release. + - libunity support gobject-introspected languages (LP: #709240) + - inspector's unity_running is not initialized (LP: #719769) + * debian/rules: + - now, try to get a more stable ABI, use a symbols file + - whip the pyc pyo generated + - debian/libunity3.symbols + * ship the gir python override in the gir package, still nice some tweaking + though + + -- Didier Roche Thu, 24 Feb 2011 20:10:48 +0100 + +libunity (3.4.2-0ubuntu5) natty; urgency=low + + * debian/control: + libdbusmenu leaks in the vala api. add it to libunity-dev dep + + -- Didier Roche Fri, 11 Feb 2011 14:22:23 +0100 + +libunity (3.4.2-0ubuntu4) natty; urgency=low + + * Cherry-pick a fix to generate the .deps file as dbusmenu is now exposed to + the api + + -- Didier Roche Fri, 11 Feb 2011 12:45:09 +0100 + +libunity (3.4.2-0ubuntu3) natty; urgency=low + + * debian/control + - bump build depends for libdbusmenu-glib-dev to >= 0.3.94 + * configure + - package name fix for Dbusmenu vapi + + -- Ken VanDine Thu, 10 Feb 2011 22:39:06 -0500 + +libunity (3.4.2-0ubuntu2) natty; urgency=low + + * src/unity-launcher.vala + - Cherry picked Unity.LauncherEntry fix from upstream + + -- Ken VanDine Thu, 10 Feb 2011 22:01:30 -0500 + +libunity (3.4.2-0ubuntu1) natty; urgency=low + + * New upstream release: + - add API for integrating applications with the launcher (LP: #676596) + * debian/control: + - libunity3.install: remove uneeded doc + * Add introspection support: + - debian/control: + + add gir1.2-unity-3.0 package + + add gi build-dep + - add debian/gir1.2-unity-3.0.install + - debian/libunity3.install: install the gir file + - debian/rules: call dh_girepository + * debian/rules: + - bump the shlib + + -- Didier Roche Thu, 10 Feb 2011 17:33:29 +0100 + +libunity (3.2.14-0ubuntu1) natty; urgency=low + + * New upstream release. + * split libunity from unity: + - rework debian/copyright, debian/watch, debian/control + - only libunity in the packaging, remove all the other packages + - make a slicker, cleaner debian/copyright as now using autotools again + - clean the build-dep for libunity only + * debian/rules: + - the api is unstable, so no symbol tracking, bump the shlibs rather + + -- Didier Roche Thu, 20 Jan 2011 17:47:21 +0100 + +unity (3.2.12-0ubuntu3) natty; urgency=low + + * debian/control: + - drop the recommends on unity-places* as they don't work today, and pull + libunity0, which has still a dep on libindicator1, conflicting with + libindicator2. The places can't be rebuilt right now (API breakage) and + we need to wait for next release + + -- Didier Roche Mon, 17 Jan 2011 14:27:11 +0100 + +unity (3.2.12-0ubuntu2) natty; urgency=low + + * No changes rebuild for new libindicator2 + + -- Jonathan Riddell Sat, 15 Jan 2011 02:56:13 +0000 + +unity (3.2.12-0ubuntu1) natty; urgency=low + + * New upstream release. + - Window border doesn't get restored (LP: #691812) + - When a menu is triggered from Alt+key, app name stays visible on panel + (LP: #691765) + - show the launcher on KeyPress, this will be needed when the + shortcut will be implemented if we are in intellihide mode + - Make sure an underscore is correctly placed under the corresponding + accelerator-key. (LP: #683427) + - Adding a dummy --replace option for compatibility reason (LP: #692569) + - Compiz crashed with SIGSEGV in CompWindow::id() (LP: #694945) + - Tooltip text not vertically centered (LP: #697791) + - Maximizing a window horizontally or vertically removes the title bar + (LP: #696780) + - Mousewheel support for indicators (LP: #681428) + - Avoid Quicklists being positioned so that they are partially offscreen at + the bottom screen-edge. (LP: #691114) + - Migrate awn, docky and cairo-dock dock launchers (LP: #692967) + - Include manpages, and make them translatable. (LP: #684896) + - Automaximize windows in Unity with some rules like blacklisting some + applications, initial window size. + It fixes also some bugs, like maximized window on first map not + undecorated (LP: #667009, #669716, #693779, #691741) + - Update libunity to conform to latest GIO VAPI breakage (LP: #679964) + - Initial unity-atk module implementation (LP: #701680) + - Panel autohide when on Quicklist (LP: #683261) + * debian/control: + - unity breaks on older bamf version (dbus protocol changed) + - needs latest and greatest from dee + - add libatk1.0-dev build-dep + * CMakeList: + - distro-patch to avoid building tests right now as building them is failing + with the current vala/gir stack. THIS NEED TO BE REMOVED. + * debian/rules: + - don't --fail-missing as we don't want to install the vapi yet. The gir + package will come next week. + * debian/unity-common.install: + - install the manpages + * debian/libunity3.symbols: + - updated + + -- Didier Roche Fri, 14 Jan 2011 20:47:25 +0100 + +unity (3.2.8-0ubuntu3) natty; urgency=low + + * debian/control: + libdbusmenu-glib-dev 0.4 is 0.3.91 + + -- Didier Roche Fri, 14 Jan 2011 17:04:27 +0100 + +unity (3.2.8-0ubuntu2) natty; urgency=low + + * src/unityshell.cpp: + - backport a fix for WindowCompizid + * debian/control: + - ABI break in compiz, rebuild against latest version + * CMakeLists.txt, libunity/CMakeLists.txt: + - don't build some vala stuff + * debian/libunity3.symbols: + - refresh the symbols regarding to previous changes + * backport dbusmenu transition: + - debian/control: build-dep on the new package + - backport the commits + + -- Didier Roche Fri, 14 Jan 2011 01:22:00 +0100 + +unity (3.2.8-0ubuntu1) natty; urgency=low + + * New upstream release: + - unity-panel-service should be autorestarted by unity when crashing + (lp: #686591) + - App name in panel menu is truncated (lp: #619477) + - Removing the appmenu indicator left-aligns all other indicators + (lp: #688764) + - unity support for firefox menubar (lp: #690447) + - the unityshell plugin has no icon in ccsm (lp: #688594) + - the unityshell plugin has an "unknown category" in ccsm (lp: #688592) + * debian/control: + - updated the dee and nux requirement. + * debian/libunity3.symbols: + - updated to include the new symbols + * debian/unity.install: + - install the ccsm icons there + + -- Sebastien Bacher Fri, 17 Dec 2010 19:18:58 +0100 + +unity (3.2.6-0ubuntu2) natty; urgency=low + + * debian/control: + - fix typo in description + - set nux-tools as a dep rather than recommends + - ensure we build/run with latest compiz-core (abi breakage) + - update Vcs-Bzr + - fix -common dep + + -- Didier Roche Mon, 13 Dec 2010 16:43:58 +0100 + +unity (3.2.6-0ubuntu1) natty; urgency=low + + [ Didier Roche ] + * New upstream release: + - Autohide option should be more like Intellihide (LP: #685861) + - Add an unity binary (LP: #599716) + - Dock icons disappearing on reopen (all programs) (LP: #687466) + - Application with .desktop file containing "icon=/absolute/path" doesn't + have an icon in unity panel (LP: #683444) + - Indicators are mis-aligned (LP: #646740) + - Navigating between indicator gives focus back to other dialogs during + transition (LP: #637143) + - Migration script should dump a lot of migrated items for debugging + (LP: #687721) + - Add desktop action support to launcher quicklists (LP: #687403) + - Rendering of Quicklist radio-button-item still way off (LP: #684048) + - Clicking on a launcher icon does not raise most recent window (LP: #677577) + - Quicklist menu item testing - Part 2 (LP: #676040) + - Panel does not behave like a menu bar (keyboard scrubbing) (LP: #686655) + - Separated menus: no keyboard shortcuts for menus (LP: #684060) + - No installation instructions in source (LP: #683792) + - Unity plugin should depend on "Desktop Wall" plugin (LP: #683211) + - Network indicator shows up on the left-hand side of the panel (LP: #680545) + - Scrubbing menu items or indicators in panel prematurely ends (LP: #677601) + - fix trash icon not being updated (LP: #683241) + * Revert source 3, it's breaking daily build and hudson + * remove the patch as well, fixed upstream + * debian/control, debian/unity.install, debian/unity-common.install: + - add unity-common package and move some files there + - install the new perf bootchart there as well + * debian/unity.install: + - install new unity binary + * debian/control: + - dep on latest nux + - recommends nux-tools + * debian/libunity3.symbols: + - updated to include the new symbols + + [ Sebastien Bacher ] + * debian/source_unity.py: + - reassign crashes due to the indicators to the right source directly + + -- Didier Roche Thu, 09 Dec 2010 19:57:14 +0100 + +unity (3.2.2-0ubuntu2) natty; urgency=low + + * debian/control: + - Add Vcs-Bzr link + * debian/source: + - Use source version 3.0 + * debian/patches/lp682345.patch: + - Fix crash on startup (LP: #682345) + + -- Robert Ancell Thu, 02 Dec 2010 10:00:40 +1100 + +unity (3.2.2-0ubuntu1) natty; urgency=low + + * New upstream release: + - fix crash in migration settings if gsetting not installed (LP: #682314) + - fix quicklist crash (LP: #681515) + - Quicklist rendering fixes (LP: #681498) + - BFB button launches nautilus /usr/share/applications (LP: #681504) + - Quicklist default items + Keep/remove favorite (LP: #681500) + - Add fullscreen application support (LP: #677255) + * debian/control: + - add libglib2.0-bin and python dep for the migration script + - build again latest nux + + -- Didier Roche Tue, 30 Nov 2010 17:33:03 +0100 + +unity (3.2.0-0ubuntu3) natty; urgency=low + + * revert previous upload done which is breaking the gconf unity settings + * debian/source_unity.py: + - let apport collect the same as it does for compiz, it will provide + details on xorg and drivers in use for example + * debian/unity.install: + - install the gconf file + - install source_unity.py + * debian/control: + - depends on new compiz and libcompiz version containing the gconf CMake fix + * debian/libunity3.symbols: + - add new exported symbols as places are installed in buildd + + -- Didier Roche Fri, 26 Nov 2010 20:34:58 +0100 + +unity (3.2.0-0ubuntu2) natty; urgency=low + + * FTBFS: install gconf schemas to fix --fail-missing + * Lintian: echo 1.0 > debian/source/format + + -- Paul Sladen Thu, 25 Nov 2010 21:38:00 +0100 + +unity (3.2.0-0ubuntu1) natty; urgency=low + + * New upstream release: + - Clicking a second time on a menu item does not dismiss it (LP: #661048) + - FavoriteStore re-ordering support (LP: #676106) + - Quicklist menu item testing - part 1 (LP: #676030) + - Base Quicklist Menu Items (LP: #676013) + - Tooltip launcher don't appear in unity compiz (LP: #675486) + - The migration script should be migrated to gsettings + (LP: #680873, #652785, #655175) + - Launcher clickable-area does not extend to left edge of screen + (LP: #677573) + - The ws switcher is always visible if launcher in floating and autohide + mode (LP: #677554) + - add application startup notification (LP: #638319) + - Unity appears on top of gnome-screensaver (LP: #677705) + - launcher tooltips hover over gnome-screensaver (LP: #652937) + * debian/control: + - don't recommend ubuntu-netbook-default-settings anymore + - change the description + - bump build-dep on latest nux + - add libstartup-notification0-dev build-dep + * debian/rules: + - try a slighter best solution for netbook-launcher virtual package, thanks + geser + * debian/unity.install: + - no more gconf file to install + * debian/libunity3.symbols: + - updated to latest and greatest + + -- Didier Roche Thu, 25 Nov 2010 19:46:58 +0100 + +unity (3.1.4-0ubuntu4) natty; urgency=low + + * debian/rules: + - give back netbook-launcher epoch for transition. Seems there is no elegant + way to do it with dh7, opened to suggestion… + + -- Didier Roche Fri, 19 Nov 2010 15:33:25 +0100 + +unity (3.1.4-0ubuntu3) natty; urgency=low + + * Argh, of course, as we removed the vala file build, we export less symbols + (update debian/libunity3.symbols) + + -- Didier Roche Fri, 19 Nov 2010 13:46:43 +0100 + +unity (3.1.4-0ubuntu2) natty; urgency=low + + * Don't build some vala files: + - places aren't present today and that make a FTBFS on buildd (some vapi + files should have changed) + + -- Didier Roche Fri, 19 Nov 2010 13:07:06 +0100 + +unity (3.1.4-0ubuntu1) natty; urgency=low + + * New upstream release. + - The top half of icons in the launcher is white (LP: #675082) + - Tooltip launcher don't appear in unity compiz (LP: #675486) + - Quicklist Menu - Initial Support (LP: #676154) + * debian/watch: + - look for upstream bz2 file now + * debian/control: + - bump libnux-0.9-dev build-dep + * debian/libunity3.symbols: + - update with new symbols + + -- Didier Roche Thu, 18 Nov 2010 18:31:37 +0100 + +unity (3.1.3-0ubuntu2) natty; urgency=low + + * don't build the place bindings right now as it doesn't build in a chroot + and it's not used anyway + * debian/libunity3.symbols: + - removing symbols accordingly + + -- Didier Roche Fri, 12 Nov 2010 19:06:26 +0100 + +unity (3.1.3-0ubuntu1) natty; urgency=low + + * New upstream release. + * udpate debian/copyright + * change debian/rules to build unity as a compiz plugin + - needed cmake + - skip tests for now + * debian/control: + - remove clutk/clutter and mutter deps + - add gsettings-desktop-schemas-dev and libnux-0.9-dev + - don't ship the -dbg package for now + * debian/libunity3.symbols: + - update to new internal API + * debian/*install: + - dispatch new layout and files in the right places + * debian/control, debian/libunity*.*: + - rename libunity0 to libunity3 + + -- Didier Roche Fri, 12 Nov 2010 18:35:04 +0100 + +unity (0.2.46-0ubuntu5) maverick-proposed; urgency=low + + * Revert to maverick branch + (lucid une ppa branch wrongly merged in this one): + + debian/control: + - Readd netbook-launcher transitional package, this is needed for people + not having ubuntu-netbook installed on dist-upgrade to be + transitionned to unity. (LP: #657838) + - recommends ubuntu-netbook-default-settings and not + ubuntu-netbook-unity-defaut-settings + + -- Didier Roche Mon, 11 Oct 2010 21:40:23 +0200 + +unity (0.2.46-0ubuntu4) maverick; urgency=low + + * Cherry-picked from upstream: + - the Places and Applications tabs now caters for localized text + longer than the English ones (LP: #644275) + * debian/libunity0.symbols: + - updated for new symbols + + -- Didier Roche Fri, 01 Oct 2010 14:09:10 +0200 + +unity (0.2.46-0ubuntu3) maverick; urgency=low + + * Cherry pick from upstream: + - Finally load the right translations from .place files for + "Applications" and "Files & Folders" tooltips (LP: #644215) + + -- Didier Roche Thu, 30 Sep 2010 16:33:54 +0200 + +unity (0.2.46-0ubuntu2) maverick; urgency=low + + * Cherry pick from upstream: + - hanges the launcher behaviour to launch a new application if no user + visible windows are found to fix (LP: #647979) + + -- Didier Roche Tue, 28 Sep 2010 13:14:26 +0200 + +unity (0.2.46-0ubuntu1) maverick; urgency=low + + * New upstream release: + - use get_basename instead of silly str manipulating, should fix (LP: #648625) + - fix remaining issues when software is at start for non 3D detection + (LP: #614088) + - Fix duplicate ubiquity entry in UNE live session (was importing it from + the GNOME desktop) (LP: #648827) + + -- Didier Roche Mon, 27 Sep 2010 21:24:05 +0200 + +unity (0.2.44-0ubuntu1) maverick; urgency=low + + * New upstream release: + - refine launcher tile super key overlay aesthetic (LP: #633069) + - improve Cof logo (LP: #644686) + - fix a crasher in the place activation (LP: #634364) + - fixes favorite loading for didrocks (thanks!) (LP: #645835) + - workaround translation issue for Unity trash (LP: #646653) + - MT final adjustement for maverick (LP: #645848, #640501) + * debian/control: + - depend on latest unity-asset-pool + * backport fix to respect workspace layout + * debian/libunity0.symbols: + - updated + + -- Didier Roche Fri, 24 Sep 2010 19:57:46 +0200 + +unity (0.2.42-0ubuntu3) maverick; urgency=low + + * we need the .c file too (not automatically rebuilt) to fix crash on system + indicators (LP: #645923) + + -- Didier Roche Thu, 23 Sep 2010 19:06:59 +0200 + +unity (0.2.42-0ubuntu2) maverick; urgency=low + + * Cherry pick from upstream bzr to avoid crash when clicking on system + indicators (LP: #645923) + + -- Didier Roche Thu, 23 Sep 2010 14:27:39 +0200 + +unity (0.2.42-0ubuntu1) maverick; urgency=low + + * New upstream release: + - "Applications" and "Files & Folders" tooltips are not translatable + (LP: #644215) + - Fix inactive menus are accessible on switching to a window (LP: #604505) + - Fix wrong launcher tile label/quicklist x position (LP: #631446) + - Fix highlighted items in quicklist have different widths (LP: #643315) + - In migration tool, being safe when people are using crazy caracters in + desktop file (LP: #644114, #635156) + - Detect if 3D acceleration support is provided. Otherwise, prompt for + logout and change default session (LP: #614088) + - Fix quicklist shows hidden menu items (LP: #641543) + - Fix removing launchers via dnd fails (LP: #643434) + - Better launcher auto-scroll performances (LP: #640560) + - Make the insensitive state of the forward- and back-button more obvious by + decreasing their opacity, thus users don't assume they are actually + clickable. (LP: #638285) + - Fix some dialogs aren't maximized but are undecorated (LP: #628822) + - Fix some menus don't go away when window closes (LP: #640557) + - Fixes bug where the wrong icon where at times associated with a tile in + the places view. (LP: #642935) + - Speedup icon loading (LP: #641246) + - Make trash menu items in Unity are either not translatable or translations + are not loaded (LP: #645038) + - Fix using dnd on launcher makes focus not work out of the unity ui + (LP: #637123) + - Multi-monitor support (LP: #637123) + - Enable/disable super key by a gconf key (LP: #632581) + - Remove glow on fold (LP: #619344) + - Ensure we dont map windows when expose is active (LP: #599766) + - take new indicator API for action for top-level dropdown menu item not + activated (LP: #637692) + - Make the home buttons reactive (LP: #638857) + - Add red tint when search fails (LP: #607821) + - New (and final!) UI adjustement, but UNE isn't in the doc as seen with + the doc team (LP: #627009) + - Single-touches on the launcher are usually interpreted as a drag + (LP: #641328) + - URI activation in global view (LP: #612562) + - Clicking a Place icon while viewing the same place in the Dash should + return to the Home screen of that place and clear the search (LP: #607829) + - Fix mutter crashed with SIGSEGV in g_type_check_instance() (LP: #641561) + - Fix panel and menu item font colors don't match (LP: #637480) + - Fix indicators have orange color (LP: #632975) + - Fix inactive menus are accessible on switching to a window (LP: #604505) + - Use semi-transparent rectangle around launcher-icon (LP: #643388) + - Fix mutter crashes when closing pop-up dialog (LP: #642669) + - Change launcher icon reference size loading (LP: #641669) + - Fix mutter crashing in mumble start (LP: #641335) + - Fix clicking on a category from CoFs does not directly take you to the + desired category (LP: #638402) + - Fix some menus don't go away when window closes (LP: #640557) + - Launchers should act like if the application was not focussed in the place + views (LP: #637136) + - Fix mutter crashed with SIGSEGV in mutter_window_get_window_type() + (LP: #645066) + - Fix new windows don't get focus (LP: #642994) + - Fix cropping an image in shotwell crashes unity (LP: #641554) + - Some fixes on matching user icons (LP: #622146) + * debian/control: + - depends on latest libindicator-dev for ABI change transition + * debian/libunity0.symbols: + - update to track internal ABI symbols (only used by places) + + -- Didier Roche Wed, 22 Sep 2010 22:36:00 +0200 + +unity (0.2.40-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Fix inactive menus accessible (LP: #604505) + - Fix some more memory leaks (LP: #604777, #621690, #628144) + - Fix weird behaviors of quicklist (LP: #617339) + - Provide an "open this folder" button (LP: #633201) + - Hidden menu causing gap (LP: #600191) + - Cannot go fullscreen for flash videos (LP: #631381) + - Can't access menu items from the keyboard (LP: #636728) + - Don't register for MDRAGs since they aren't used (LP: #632613) + - Don't run indicator on special launchers (LP: #627488) + - Center arrows position in folded launcher tiles (LP: #633084) + - Launcher icons first appear as white upon login (LP: #601093) + - Removes jittering when rubber band is in use on the launcher (LP: #632991) + - Mutter restarts on closing almost any application (LP: #634701) + - Can't launch apps like synaptic with root privileges from launch bar + (LP: #599298) + - Launcher tile dragging shouldn't be masked (LP: #631443) + - Fix Carousel-ed icons have distorted perspective (LP: #607515) + - Use no longer sync call (LP: #620011) + * update debian/libunity0.symbols + + -- Didier Roche Fri, 17 Sep 2010 14:02:54 +0200 + +unity (0.2.38-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Correct the offset of the quicklist so it doesn't jump to the right when + expanding from a tooltip. Fixes (LP: #631446) + - Log apps launched via unity-place-application (LP: #632203) + - Fix launcher does not contract if a menu is open (LP: #631452) + - Auto scroll speed is now corrected (LP: #633045) + - Removes jittering when rubber band is in use on the launcher (LP: #632991) + - Fix clicking on the right of the divider also triggers action on logo + (LP: #636602) + - Full i18n support (LP: #637128) + - Avoids the crash on Super-key-shortcuts with places. (LP: #632460) + - Pressing enter in search mode should activate the first result + (LP: #620945) + - Esc close the places view (LP: #599891) + - Launcher shouldn't 'fold' when hovering on a quicklist (LP: #632079) + * update debian/libunity0.symbols + + -- Didier Roche Tue, 14 Sep 2010 20:11:57 +0200 + +unity (0.2.36-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Fix width of home-button on panel, so groove aligns with right edge of + launcher, fixes (LP: #630031) + - migration script to transition first time new people to unity + (LP: #622146) + - Quicklist name disappearing (LP: #627666) + * debian/unity.install: + - install libexec in unity package (for migration tool) + * debian/libunity0.symbols: + - update symbol + + -- Didier Roche Thu, 09 Sep 2010 19:13:29 +0200 + +unity (0.2.34-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Use gettext plural form (LP: #625199) + - Fix newly pinned app is removed from the launcher on closing that app but + works fine afterward (LP: #614329) + - Fix Memory leak in places (LP: #628588) + * remove debian/source/: + - revert to previous format, seems to confuse daily build and we don't have + anymore bin patch + * remove upstreamed debian/trash.png, debian/applications.png and + debian/files.png + * debian/rules: + - remove copying debian/*png + * debian/libunity0.symbols: + - refreshed + + -- Didier Roche Fri, 03 Sep 2010 17:00:45 +0200 + +unity (0.2.32-0ubuntu4) maverick; urgency=low + + * Backport a fix for new tiles being unresponsive (lp: #623953) + + -- Sebastien Bacher Thu, 02 Sep 2010 11:20:34 +0200 + +unity (0.2.32-0ubuntu3) maverick; urgency=low + + * Backport Gord's changes to fix scrolling and click issues in the + launcher and Neil's changes for the recent artwork changes + * debian/source: + - use format 3 + - list binaries that changed in the backport + + -- Sebastien Bacher Tue, 31 Aug 2010 16:39:52 +0200 + +unity (0.2.32-0ubuntu2) maverick; urgency=low + + * debian/control: clean the build-depends on libvala it's not required + + -- Sebastien Bacher Thu, 26 Aug 2010 22:41:53 +0200 + +unity (0.2.32-0ubuntu1) maverick; urgency=low + + * New upstream release. + * debian/libunity0.symbols: new version update + + -- Sebastien Bacher Thu, 26 Aug 2010 20:07:01 +0200 + +unity (0.2.30-0ubuntu1) maverick; urgency=low + + * New upstream release fixing those issues: + - clicking on an app window in workspace switcher does not get it to focus + (lp: #612327) + - App name stays in panel after exit (lp: #613087) + - Bright line at the bottom of the launcher bar (lp: #613084) + - additional round corner when clicking on application places item + (lp: #612542) + - removing active application in the launcher make unity crashes + (lp: #612535) + - Intermittent loss of all input (lp: #607519) + - Wallpaper picture-options are not all taken into account (lp: #605788) + - Add some sort of hint that the Ubuntu circle is click-able (lp: #592787) + - doesn't render appmenu accelerators correctly (lp: #601011) + - should highlight the selected items (lp: #600946) + - Files Place displays mimetype icons for file items when + thumbnails are available (lp: #599896) + * debian/control: build-depends on libxcb-icccm1-dev and libutouch-grail-dev + + -- Sebastien Bacher Thu, 26 Aug 2010 18:31:40 +0200 + +unity (0.2.28-0ubuntu2) maverick; urgency=low + + * Backported change to fix a bug where some launcher icons are not there + + -- Sebastien Bacher Fri, 20 Aug 2010 15:40:20 +0200 + +unity (0.2.28-0ubuntu1) maverick; urgency=low + + * New upstream release fixing those bugs: + - Files Place empty search view is not implemented (lp: #607764) + - poor battery performance in Unity (lp: #599425) + - When launching an app, grids glow around its icon (lp: #610250) + - Add some sort of hint that the Ubuntu circle is click-able (lp :#592787) + - the buttons to display extra items are not updated correctly (lp: #604958) + - launcher bubbles flickers a lot when places with scrollbars are displayed + (lp: #599911) + - white square displayed next to indicators crashing unity (lp: #601014) + - Display removable media (USB device, etc.) on the launcher (lp: #619695) + - Add support for DND between workspaces (lp: #594160) + - indicators dont get focus in workspace switch mode (lp: #612323) + - Workspace switch cleanups (lp: #594163) + - workspace switcher should have a title on hover (lp: #614926) + * debian/control: + - build-depends on libpango1.0-dev to match the configure + * debian/libunity0.symbols: + - new version update + * debian/patches/01_show_gicons.patch: + - the change is in the new version + + -- Sebastien Bacher Thu, 19 Aug 2010 18:34:26 +0200 + +unity (0.2.26-0ubuntu1) maverick; urgency=low + + * New upstream release. + - Fix mutter grabbing the [Super] key and breaks the shorcuts + overlay (LP: #612992) + - Fix flattened icons move when expansion is triggered by a mouse over a + flattened launcher item (LP: #600977) + - Holding down super should reveal a list of keyboard shortcuts + (LP: #610366) + - Update the applications model when changes are detected (LP: #610382) + - Implement Applications Place Software Center integration (LP: #608179) + - Files Place home screen should have a Recent group (LP: #607815) + * debian/patches/01_show_gicons.patch: + - adapt with latest libindicator change + * update debian/libunity0.symbols + + -- Didier Roche Fri, 13 Aug 2010 15:13:24 +0200 + +unity (0.2.24-0ubuntu1) maverick; urgency=low + + * New upstream release. + - makes sure to load translations from .desktop files (LP: #612494) + - get launcher events working correctly + - better spaces interactions + - new custom rendering for radiobutton- and checkmark-items in quicklist + (LP: #607251) + * debian/libunity0.symbols: + - update symbol file + * debian/control: + - build-dep on libmutter-dev 2.31.5 + - bump Standards-Version to latest + * debian/patches/01_add_dbusmenu_glib_vapi.patch, 02_i18n_launcher.patch: + - removed + + -- Didier Roche Fri, 06 Aug 2010 16:17:12 +0200 + +unity (0.2.22-0ubuntu1) maverick; urgency=low + + * New upstream release. + - Add support for window control buttons on the panel (LP: #610014) + - Create a files group model for downloads (LP: #610370) + - Fix odd representation of (partially) off-screen windows (LP: #594221) + - Fix selected category doesn't match the displayed one after a place + switch (LP: #604949) + - Move places shortcuts to the launcher (LP: #610015) + - Fix wrong arrow location in place views (LP: #604800) + - Launcher icons no more folded when launcher first starts (LP: #601107) + * debian/control: + - bump clutk build-dep + * debian/patches/02_disable_expandable_menu.patch, + debian/patches/03_strip_underscore_on_quicklist.patch, + debian/patches/04_fix_scroller_focus_issue.patch, + debian/patches/05_fix_ws_switching.patch: + - removed + * debian/patches/02_i18n_launcher.patch: + - from trunk, support use localized apps name (LP: #612494) + + -- Didier Roche Mon, 02 Aug 2010 15:55:16 +0200 + +unity (0.2.20-0ubuntu2) maverick; urgency=low + + * Misc fixes from git + - debian/patches/03_strip_underscore_on_quicklist.patch + - debian/patches/04_fix_scroller_focus_issue.patch + - debian/patches/05_fix_ws_switching.patch + + -- Didier Roche Tue, 27 Jul 2010 10:59:25 +0200 + +unity (0.2.20-0ubuntu1) maverick; urgency=low + + * New upstream release. + - Right click and selecting application doesn't launch it (LP: #592817) + - Add some hint that the Ubuntu circle is click-able (LP: #592787) + - Remove unpinned launchers when quitting the app (LP: #608492) + - add to launcher isn't changed to remove from launcher (LP: #606266) + - quicklist should be hidden when drag and drop a launcher (LP: #606258) + - Fix reorganizing launchers (LP: #600738) + - Removing active application makes the application closes (LP: #598175) + - UnityLauncherQuicklistMenu clutter_actor_queue_relayout() warning + (LP: #599718) + * debian/control: + - bump libclutk-dev to latest + * debian/patches/01_add_dbusmenu_vapi_file.patch: + - add missing file + * debian/patches/02_disable_expandable_menu.patch: + - disable latest changes making mutter respawning with some intel card + + -- Didier Roche Thu, 22 Jul 2010 22:37:56 +0200 + +unity (0.2.18-0ubuntu1) maverick; urgency=low + + * New upstream release. + - can't drag and drop item to last position in launcher (LP: #595819) + - set a solid color as background (LP: #594232) + - select a place by default (LP: #601020) + - Support offline shortcuts in quicklist (LP: #595842) + - keyboard focus in places should default to the search entry (LP: #599888) + - fix various search issues in places (LP: #600732, #604964) + - contracted/expanded feature doesn't take mouse position into account + (LP: #595878) + - Use X-GNOME-FullName when available for launcher hover text (LP: #594285) + - SIGSEGV in _clutter_stage_has_full_redraw_queued (LP: #594209) + * debian/control: + - bump libclutk-dev build-dep to latest + - add libdbusmenu-glib-dev, libgnome-desktop-dev and libgnomeui-dev deps + * add debian/patches/01_add_dbusmenu_glib_vapi.patch: + - not distribute yet, small fix in the vapi to make a method return an + unowned variable instead of an owned one + + -- Didier Roche Fri, 16 Jul 2010 14:48:14 +0200 + +unity (0.2.16-0ubuntu1) maverick; urgency=low + + * New upstream release. + - The launcher doesn't list some running softwares (LP: #601082) + - Design support for dynamic quicklist items (LP: #597259) + - In overlay mode clicking on an app icon should open/focus that appxi + (LP: #595130) + - Launcher doesnt go away when a full screen app is started (LP: #599422) + - Launcher grows beyond desktop bounds (LP: #600686) + - Can't focus indicators in places mode (LP: #598363) + - Extra file to distribute (LP: #598398) + - gtk_menu_popdown: assertion `GTK_IS_MENU (menu)' failed (LP: #599719) + + -- Didier Roche Mon, 12 Jul 2010 15:51:11 +0200 + +unity (0.2.16-0ubuntu1~lucid1) lucid; urgency=low + + * Backport to lucid ppa + + -- Didier Roche Mon, 12 Jul 2010 16:24:58 +0200 + +unity (0.2.14-0ubuntu1) maverick; urgency=low + + * New upstream release. + - fix wrong window geometry (LP: #578545) + - fix quicklist items were unresponsive when the mouse was overing over them + (LP: #598561) + - fix can't drag and drop item to last position in launcher (LP: #595819) + - removes/unfavorites apps on drag out, (LP: #592744) + - fix contracted/expanded feature doesn't take mouse position into account + (LP: #595878) + - fix really slow to display place icons (LP: #599901) + - display files thumbnails (LP: #599896) + * debian/control: + - recommend ubuntu-netbook-default-settings as the session file is there + and a lot of people could install unity without the session file + - build-dep on last clutk + + -- Didier Roche Thu, 01 Jul 2010 19:08:22 +0200 + +unity (0.2.14-0ubuntu1~lucid1) lucid; urgency=low + + * Backport to lucid UNE ppa + * debian/control + - recommends ubuntu-netbook-unity-default-settings + + -- Didier Roche Fri, 02 Jul 2010 08:18:41 +0200 + +unity (0.2.12-0ubuntu2) maverick; urgency=low + + * debian/control, add indicators as recommends: + indicator-appmenu, indicator-application, indicator-sound, + indicator-datetime, indicator-messages, indicator-me, + indicator-session, + + -- Didier Roche Mon, 28 Jun 2010 13:56:08 +0200 + +unity (0.2.12-0ubuntu1) maverick; urgency=low + + * New upstream release: + - reordered applications launchers don't save their location (LP: #592087) + - cannot close panel menus unless clicking on particular zones of the + display (LP: #595880) + - Add support for switching workspaces (LP: #594157) + - Indicators should listen to show/hide from GtkWidget (LP: #590920) + - Race in expose manager event processing (LP: #588299) + - Files Place (View) - add support for file grouping (LP: #597256) + - Apps Place (View) - add basic support (LP: #597257) + * debian/patches/01_draw_background_with_nautilus_off.patch: + - integrated upstream + * debian/control: + - add libclutk-dev as a dep to libunity-dev + - bump clutk, dee and bamf dep to latest + + -- Didier Roche Thu, 24 Jun 2010 21:12:40 +0200 + +unity (0.2.12-0ubuntu1~ppa1) lucid; urgency=low + + * Backport to lucid ppa + + -- Didier Roche Fri, 25 Jun 2010 09:23:25 +0200 + +unity (0.2.10-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Panels don't reappear after leaving fullscreen (LP: #578956) + - Background seems to be wrongly detecting screen size (LP: #578686) + - Unity panels don't disapear when VLC is on full side mode (LP: #583053) + - Clicking on launcher does not raise the last used window of the + application (LP: #592583) + * debian/netbook-launcher.preinst, debian/unity.preinst: + - add debhelper token + * debian/patches/01_draw_background_with_nautilus_off.patch: + - draw background when nautilus don't draw desktop + + -- Didier Roche Thu, 17 Jun 2010 18:35:26 +0200 + +unity (0.2.10-0ubuntu1~lucid1) lucid; urgency=low + + * Unity lucid version doesn't break maximus as in different session + + -- Didier Roche Fri, 18 Jun 2010 08:58:10 +0200 + +unity (0.2.8-0ubuntu1) maverick; urgency=low + + * New upstream release. + (LP: #592120, #590728, #580104, #586015, #587237, #582530, #586002, #591742) + * removed patches integrated upstream: + debian/patches/01_drop_mutter_req.patch + debian/patches/02_make_perceptualdiff_optional.patch + debian/patches/03_use_new_mutter_plugin_init_order.patch + debian/patches/99_autoconf.patch + * debian/control: + - remove libwnck-dev dep + + -- Didier Roche Thu, 10 Jun 2010 19:21:55 +0200 + +unity (0.2.8-0ubuntu1~lucid1) lucid; urgency=low + + * Unity lucid version doesn't break maximus as in different session + + -- Didier Roche Fri, 11 Jun 2010 22:18:30 +0200 + +unity (0.2.7-0ubuntu2) maverick; urgency=low + + * debian/rules: + - include gnome.mk for installing default schema in /usr + * debian/unity.preinst: + - remove schema in /etc installed by previous package + * debian/control: + - Add transitional netbook-launcher package, and have Unity + C/R/P: netbook-launcher. + - Add Breaks: maximus as incompatible in with Unity + * debian/rules: + - Force an epoch bump on the transitional netbook-launcher package, + since the original package has a higher version. + * debian/unity.preinst: + - Remove netbook-launcher autostart .desktop conffile on upgrade. + * debian/copyright: + - fix typo + + -- Didier Roche Wed, 09 Jun 2010 13:29:48 +0200 + +unity (0.2.7-0ubuntu1) maverick; urgency=low + + * New upstream release. + * debian/copyright: + - update to latest copyright change + * debian/libunity-dev.install: + - now unity ship a .pc file + * debian/control: + - add to -dev package .pc file dependencies + + -- Didier Roche Tue, 08 Jun 2010 12:52:04 +0200 + +unity (0.2.6-0ubuntu1) maverick; urgency=low + + * New upstream release. + * add debian/watch + * update debian/copyright + * debian/control: + - change HomePage + - update Standards-Version + - remove liblauncher-dev as a build-dep + - bump buil-dep to latest + - provides indicator-renderer + - change the description + - remove unsupported Breaks: transition on mutter + - remove uneeded dep on -dev package + - remove recommends. Will be in seed now + - use unity-dbg as debug package + * debian/rules: + - make it more sane in ordering includes/rules + - fix rm *{,l}a files + - use unity-dbg as debug package + * debian/libunity-dev.install: + - install vapi file + * debian/patches/01_drop_mutter_req.patch: + - don't depend on extra mutter functionality + * debian/patches/02_make_perceptualdiff_optional.patch, debian/control: + - remove perceptualdiff as will be optional + * debian/patches/03_use_new_mutter_plugin_init_order.patch: + - new registration order with plugins for mutter + * debian/patches/99_autoconf.patch: + - refresh for change in configure.ac + + -- Didier Roche Mon, 07 Jun 2010 12:21:02 +0200 + +unity (0.2.4-0ubuntu1) maverick; urgency=low + + * New upstream release. + * debian/control: + - replace libwncksync-dev by libbamf-dev + - replace libdbusmodel-dev by libdee-dev + + -- Didier Roche Thu, 27 May 2010 19:07:31 +0200 + +unity (0.2.2-0ubuntu1) lucid; urgency=low + + * New upstream release. + * debian/control: + - bump libclutk-dev, libdbusmodel-dev and libclutk-dev and libmutter-dev + build-dep + - add perceptualdiff build-dep + - libunity-places0 removed in favor of libunity0 containing the new library + for unity and the -private one. + * renamed *.install file accordingly + + -- Didier Roche Fri, 16 Apr 2010 18:02:43 +0200 + +unity (0.1.24-0ubuntu1) lucid; urgency=low + + * debian/control: + - add debug package to both unity and libunity-places0 + - bump clutk, liblauncher and wncksync build-dep + * New upstream release. + + -- Didier Roche Fri, 19 Mar 2010 15:40:10 +0100 + +unity (0.1.22-0ubuntu1) lucid; urgency=low + + * New upstream release. + * debian/control: + - bump libclutk-dev and liblauncher-dev build-dep + * debian/rules: + - include gnome.mk to call dh_gconf + * debian/unity.install: + - install locales and gconf schema + + -- Didier Roche Thu, 11 Mar 2010 20:36:49 +0100 + +unity (0.1.20-0ubuntu1) lucid; urgency=low + + * New upstream release. + * debian/control: + - bump clutk, liblauncher and wncksync build-dep + + -- Didier Roche Thu, 04 Mar 2010 20:47:17 +0100 + +unity (0.1.18-0ubuntu1) lucid; urgency=low + + * New upstream release. + * debian/control: + - remove maximus as a recommend + - bump libclutk-dev and liblauncher-dev build-dep + + + -- Didier Roche Fri, 26 Feb 2010 13:44:42 +0100 + +unity (0.1.16-0ubuntu1) lucid; urgency=low + + * New upstream release. + * debian/control: + - unity now depends on unity-asset-pool + - bump libclutk-dev and liblauncher-dev build-dep + - add intltool build-dep + - add indicator-datetime and chromium-browser as recommends + * debian/rules: + - remove -Wall from CFLAGS, FTFBS due to unused reference + + -- Didier Roche Thu, 18 Feb 2010 20:15:25 +0100 + +unity (0.1.14-0ubuntu1) lucid; urgency=low + + * New upstream release + * debian/control: + - bump libclutk-dev and liblauncher-dev build-dep + + -- Didier Roche Thu, 11 Feb 2010 20:05:44 +0100 + +unity (0.1.12-0ubuntu1) lucid; urgency=low + + * debian/control: + - remove netbook-launcher transitional package as the old one will + be shipped in lucid + - remove C/R/P as well + - recommends maximus and ubuntu-netbook-unity-default-settings as we + have no more meta-package for it + * debian/rules: + - remove DEB_DH_GENCONTROL_ARGS_netbook-launcher rule for + transitional package + * remove debian/unity.preinst as we don't remove netbook-launcher now + + -- Didier Roche Mon, 08 Feb 2010 13:40:19 +0100 + +unity (0.1.12) lucid; urgency=low + + * new upstream version: + * debian/control: + - bump libclutk build-dep + - dep on liblauncher-dev now + - add Breaks: mutter (<< 2.28.1~git20091208-1ubuntu5) + + -- Didier Roche Thu, 04 Feb 2010 20:47:31 -0800 + +unity (0.1.10-0ubuntu1~ppa3) lucid; urgency=low + + * debian/control: + - libunity-places-dev should depends on libunit-places0 + + -- Didier Roche Fri, 29 Jan 2010 14:58:50 +0100 + +unity (0.1.10-0ubuntu1~ppa2) lucid; urgency=low + + * debian/control: + - add unity-place-applications as unity recommends + + -- Didier Roche Fri, 29 Jan 2010 14:37:00 +0100 + +unity (0.1.10-0ubuntu1~ppa1) lucid; urgency=low + + [ Martin Pitt ] + * debian/unity.preinst: Fix version comparison for cleaning up the obsolete + netbook-launcher autostart .desktop. + + [ Didier Roche ] + * New upstream release + * debian/control: + - add libindicator-dev, libunity-misc and libdbusmodel-dev build-dep + - remove autotools-dev build-dep + - bump libclutk-dev and libmutter-dev build-dep + - add libunity-places0 and libunity-places-dev packages + * add debian/libunity-places0.install and debian/libunity-places-dev.install + + -- Didier Roche Fri, 29 Jan 2010 12:14:44 +0100 + +unity (0.1.8-0ubuntu1~dxppa2) lucid; urgency=low + + * Add DEBHELPER token to debian/unity.preinst + * debian/control: add unused ${misc:Depends} to netbook-launcher for + lintian cleaning + + -- Didier Roche Thu, 21 Jan 2010 14:40:03 +0100 + +unity (0.1.8-0ubuntu1~dxppa1) lucid; urgency=low + + [ Martin Pitt ] + * debian/control: Drop Vcs-Bzr headers, until unity is properly registered + in Launchpad. + + [ Didier Roche ] + * new upstream release + * debian/control: + + remove uneeded gnome-common build-dep (don't run autogen during build) + + bump clutk build-dep + + change maintainer field + * debian/rules: remove DEB_CONFIGURE_SCRIPT (don't run autogen) + + -- Didier Roche Thu, 21 Jan 2010 14:33:30 +0100 + +unity (0.1.5+r69) lucid; urgency=low + + * debian/rules: Fix the dpkg-gencontrol invocation. + + -- Martin Pitt Tue, 12 Jan 2010 17:55:44 +0100 + +unity (0.1.5+r68) lucid; urgency=low + + * debian/control: Add transitional netbook-launcher package, and have unity + C/R/P: netbook-launcher. This can be dropped after lucid's release. + * Add debian/unity.install (now needed because we build two binaries). + * debian/control: Explicitly add mutter dependency, since it's not covered + by shlibs. + * Add debian/unity.preinst: Remove netbook-launcher autostart .desktop + conffile on upgrade. + * debian/rules: Don't generate shlibs/maintainer script code for private + shared libraries. + * debian/rules: Force an epoch on the transitional netbook-launcher package, + since the original package has a higher version. + + -- Martin Pitt Tue, 12 Jan 2010 17:25:43 +0100 + +unity (0.1.5+r60) lucid; urgency=low + + * configure with libmutter-dev + + -- Didier Roche Tue, 12 Jan 2010 14:23:23 +0100 + +unity (0.1.5+r58) lucid; urgency=low + + * New release from trunk + * debian/control + - Add mutter as a dependency + + -- Didier Roche Tue, 12 Jan 2010 11:27:57 +0100 + +unity (0.1.5-0ubuntu2) lucid; urgency=low + + * debian/control + - Bumping build depends for libgee-dev to libgee-dev (>= 0.5.0) + + -- Ken VanDine Mon, 21 Dec 2009 21:31:19 -0500 + +unity (0.1.5-0ubuntu1) lucid; urgency=low + + * New snapshot + - Build-Depend on valac and libvala-dev (>= 0.7.8) + + -- Ken VanDine Fri, 18 Dec 2009 15:57:55 -0500 + +unity (0.1.5) karmic; urgency=low + + * New release + + -- Neil J. Patel Tue, 15 Dec 2009 12:24:03 +0000 + +unity (0.1.0~ppa2) karmic; urgency=low + + * debian/control + - Added build dep for valac + + -- Ken VanDine Fri, 06 Nov 2009 11:53:38 -0500 + +unity (0.1.0~ppa1) karmic; urgency=low + + * Initial Packaging (LP: #474944) + + -- Ken VanDine Fri, 06 Nov 2009 08:40:43 -0500 --- libunity-4.0.6.orig/debian/libunity-dev.install +++ libunity-4.0.6/debian/libunity-dev.install @@ -0,0 +1,5 @@ +usr/include/unity/ +usr/lib/pkgconfig/unity.pc +usr/lib/libunity*.so +usr/lib/libunity*.a +usr/share/vala/vapi/ --- libunity-4.0.6.orig/debian/gir1.2-unity-4.0.install +++ libunity-4.0.6/debian/gir1.2-unity-4.0.install @@ -0,0 +1,2 @@ +usr/lib/girepository-1.0/ +usr/lib/python*/dist-packages/gi/overrides/*.py --- libunity-4.0.6.orig/debian/copyright +++ libunity-4.0.6/debian/copyright @@ -0,0 +1,36 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: libunity +Upstream-Contact: Mikkel Kamstrup Erlandsen + Neil Jagdish Patel +Source: https://launchpad.net/libunity/+download + +File: * +Copyright: 2009-2010 Canonical Ltd +License: LGPL-3 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License Version 3.0 as published by the Free Software Foundation. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + On Debian/Ubuntu systems, the full text of the LGPL v3 can be found in + `/usr/share/common-licenses/LGPL-3' + +File: debian/* test/* +Copyright: 2009-2010 Canonical Ltd +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian/Ubuntu systems, the full text of the GPL v3 can be found in + `/usr/share/common-licenses/GPL-3' + --- libunity-4.0.6.orig/debian/compat +++ libunity-4.0.6/debian/compat @@ -0,0 +1 @@ +7