--- liblauncher-0.1-0.1.10.orig/launcher/launcher-session.c +++ liblauncher-0.1-0.1.10/launcher/launcher-session.c @@ -225,15 +225,15 @@ latin1_to_utf8 (const gchar *latin1) { GError *error = NULL; - gsize read, written; + gsize bytes_read, bytes_written; gchar *utf8, *ret; - utf8 = g_convert (latin1, -1, "UTF-8", "ISO-8859-1", &read, &written, &error); + utf8 = g_convert (latin1, -1, "UTF-8", "ISO-8859-1", &bytes_read, &bytes_written, &error); if (error) { g_debug ("errors converting latin1 to utf8: latin1=\"%s\", utf8=\"%s\", " "read=%zu, written=%zu, error=\"%s\".\n", - latin1, utf8, read, written, error->message); + latin1, utf8, bytes_read, bytes_written, error->message); g_error_free (error); } --- liblauncher-0.1-0.1.10.orig/debian/symbols +++ liblauncher-0.1-0.1.10/debian/symbols @@ -0,0 +1,63 @@ +liblauncher-0.1.so.0 liblauncher-0.1-0 #MINVER# + get_path@Base 0.1.7~ + launcher_application_copy@Base 0.1.7~ + launcher_application_free@Base 0.1.7~ + launcher_application_get_comment@Base 0.1.7~ + launcher_application_get_desktop_file@Base 0.1.7~ + launcher_application_get_exec_string@Base 0.1.7~ + launcher_application_get_icon_name@Base 0.1.7~ + launcher_application_get_match_name@Base 0.1.7~ + launcher_application_get_name@Base 0.1.7~ + launcher_application_get_type@Base 0.1.7~ + launcher_application_get_wnckapp@Base 0.1.7~ + launcher_application_launch@Base 0.1.7~ + launcher_application_new_from_info@Base 0.1.7~ + launcher_application_new_from_wnck_app@Base 0.1.7~ + launcher_application_ref@Base 0.1.7~ + launcher_application_set_wnckapp@Base 0.1.7~ + launcher_application_unref@Base 0.1.7~ + launcher_category_append_child@Base 0.1.7~ + launcher_category_empty_children@Base 0.1.7~ + launcher_category_free@Base 0.1.7~ + launcher_category_get_children@Base 0.1.7~ + launcher_category_get_comment@Base 0.1.7~ + launcher_category_get_icon_name@Base 0.1.7~ + launcher_category_get_name@Base 0.1.7~ + launcher_category_get_type@Base 0.1.7~ + launcher_category_new@Base 0.1.7~ + launcher_category_sort_children@Base 0.1.7~ + launcher_favorites_add_favorite@Base 0.1.7~ + launcher_favorites_get_bool@Base 0.1.7~ + launcher_favorites_get_default@Base 0.1.7~ + launcher_favorites_get_favorites@Base 0.1.7~ + launcher_favorites_get_float@Base 0.1.7~ + launcher_favorites_get_int@Base 0.1.7~ + launcher_favorites_get_list@Base 0.1.7~ + launcher_favorites_get_string@Base 0.1.7~ + launcher_favorites_get_type@Base 0.1.7~ + launcher_favorites_remove_favorite@Base 0.1.7~ + launcher_favorites_set_bool@Base 0.1.7~ + launcher_favorites_set_favorites@Base 0.1.7~ + launcher_favorites_set_float@Base 0.1.7~ + launcher_favorites_set_int@Base 0.1.7~ + launcher_favorites_set_list@Base 0.1.7~ + launcher_favorites_set_string@Base 0.1.7~ + launcher_folder_activate@Base 0.1.7~ + launcher_folder_bookmarks_get_bookmarks@Base 0.1.7~ + launcher_folder_bookmarks_get_default@Base 0.1.7~ + launcher_folder_bookmarks_get_type@Base 0.1.7~ + launcher_folder_free@Base 0.1.7~ + launcher_folder_get_icon_name@Base 0.1.7~ + launcher_folder_get_name@Base 0.1.7~ + launcher_folder_get_type@Base 0.1.7~ + launcher_folder_get_uri@Base 0.1.7~ + launcher_folder_new@Base 0.1.7~ + launcher_icon_utils_icon_name_for_volume_uri@Base 0.1.7~ + launcher_menu_get_applications@Base 0.1.7~ + launcher_menu_get_categories@Base 0.1.7~ + launcher_menu_get_default@Base 0.1.7~ + launcher_menu_get_type@Base 0.1.7~ + launcher_session_get_default@Base 0.1.7~ + launcher_session_get_running_applications@Base 0.1.7~ + launcher_session_get_type@Base 0.1.7~ + launcher_session_get_workarea@Base 0.1.7~ --- liblauncher-0.1-0.1.10.orig/debian/watch +++ liblauncher-0.1-0.1.10/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/liblauncher/+download \ + .*/liblauncher-(.*)\.tar\.gz --- liblauncher-0.1-0.1.10.orig/debian/rules +++ liblauncher-0.1-0.1.10/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f + +ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) +CFLAGS += -O0 +else +CFLAGS += -O2 +endif + +build: build-stamp +build-stamp: + ./configure --prefix=/usr + $(MAKE) + touch $@ + +clean: + dh $@ + +install: build install-stamp +install-stamp: + dh_prep + dh install --after test + touch $@ + +binary-arch: install + dh binary-arch --before dh_makeshlibs + dh_makeshlibs -a -- -c4 + dh binary-arch --after dh_makeshlibs + +binary-indep: install + dh binary-indep + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- liblauncher-0.1-0.1.10.orig/debian/control +++ liblauncher-0.1-0.1.10/debian/control @@ -0,0 +1,44 @@ +Source: liblauncher-0.1 +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 7), + libglib2.0-dev, + libgtk2.0-dev, + libgconf2-dev, + libwnck-dev, + libgnome-menu-dev, + quilt +Standards-Version: 3.8.3 + +Package: liblauncher-0.1-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Shared library to monitor desktop-wide state - shared library + liblauncher is a shared library that provides objects that help + monitor the current user's freedesktop.org menus, running + applications, folder bookmarks and more. It also provides + some utility functions to easily work with the desktop. + . + This package contains shared libraries to be used by applications. + +Package: liblauncher-0.1-dev +Architecture: any +Section: libdevel +Depends: liblauncher-0.1-0 (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends}, + libglib2.0-dev, + libgtk2.0-dev, + libwnck-dev, + libgnome-menu-dev +Description: Shared library to monitor desktop-wide state - development files + liblauncher is a shared library that provides objects that help + monitor the current user's freedesktop.org menus, running + applications, folder bookmarks and more. It also provides + some utility functions to easily work with the desktop. + . + This package contains the development headers. + --- liblauncher-0.1-0.1.10.orig/debian/changelog +++ liblauncher-0.1-0.1.10/debian/changelog @@ -0,0 +1,66 @@ +liblauncher-0.1 (0.1.10-0ubuntu2) maverick; urgency=low + + * Switch to source format 3.0 (quilt); build-dep on quilt; add empty series. + * New patch, lp600207-rename-read-to-avoid-warning-causing-ftbfs, fixes + FTBFS with stricter gcc caused by a var named "read"; LP: #600207. + + -- Loïc Minier Wed, 30 Jun 2010 16:04:59 +0200 + +liblauncher-0.1 (0.1.10-0ubuntu1) lucid; urgency=low + + * New upstream release: + - Reset error to NULL when it is used again (with g_clear_error). (Jan Arne + Petersen). (LP: #513829) + + -- Didier Roche Thu, 01 Apr 2010 18:03:13 +0200 + +liblauncher-0.1 (0.1.9-0ubuntu1) lucid; urgency=low + + * New upstream release: + - show now X-GNOME-FullName instead of the name (LaserJock) (LP: #497006) + + -- Didier Roche Thu, 11 Mar 2010 17:13:14 +0100 + +liblauncher-0.1 (0.1.8-0ubuntu2) lucid; urgency=low + + * debian/control: + - New source package name as liblauncher is 0.3 now and we still need + maintenance on 0.1 for netbook-launcher + - rename liblauncher-dev to liblauncher-0.1-dev + * rename debian/liblauncher-dev.install to debian/liblauncher-0.1-dev.install + + -- Didier Roche Mon, 08 Feb 2010 12:47:25 +0100 + +liblauncher (0.1.8-0ubuntu1) karmic; urgency=low + + * New upstream release. + - Fixes software-store entry not showing up; LP: #433386. + * Wrap build-deps and deps to get cleaner diffs. + * Bump up Standards-Version to 3.8.3; no change needed. + * Enhance short descriptions slightly. + * Add shlibs:Depends and misc:Depends to liblauncher-dev. + * Build-dep on libglib2.0-dev. + * Let liblauncher-dev dep on libglib2.0-dev, libgtk2.0-dev, libwnck-dev, + libgnome-menu-dev as their .pcs are referenced in launcher.pc. + * rules: add .PHONY and use $@ in clean:. + * debian/synbols: use 0.1.7~ in versions instead of 0.1.7-0ubuntu1. + * Use dh_prep instead of dh_clean -k. + + -- Loïc Minier Fri, 25 Sep 2009 12:44:07 +0200 + +liblauncher (0.1.7-0ubuntu2) karmic; urgency=low + + * Fiddle debian/copyright. + * Add Section libs/libdevel for the binary packages. + * Drop xvfb related Build-Depends. + * Add noopt support to debian/rules. + * Add a symbol file. + + -- Steve Kowalik Thu, 06 Aug 2009 17:09:26 +0100 + +liblauncher (0.1.7-0ubuntu1) karmic; urgency=low + + * Initial release. + + -- Steve Kowalik Thu, 06 Aug 2009 10:45:19 +0100 + --- liblauncher-0.1-0.1.10.orig/debian/copyright +++ liblauncher-0.1-0.1.10/debian/copyright @@ -0,0 +1,61 @@ +This package was debianized by Steve Kowalik on +Wed, 05 Aug 2009 17:02:34 +0100. + +It was downloaded from https://edge.launchpad.net/liblauncher/+download + +Upstream Author: Neil J. Patel + +Copyright (C) 2009 Canonical Ltd + +All files, excepting those underneath the tests directory are under: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, version 3 of the License. + + 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + +The files under the tests directory are under: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, version 3 of the License. + + 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +A small portion of launcher/launcher-session.c is under: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + 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. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +The packaging is copyright 2009 Canonical Ltd, and is under the terms +of the GPL version 3. + +On Debian/Ubuntu systems, the full text of the LGPL v3 can be found in +`/usr/share/common-licenses/LGPL-3', the full text of the GPL v3 can be +found in `/usr/share/common-licenses/GPL-3', and the full text of the +LGPL v2 can be found in `/usr/share/common-licenses/LGPL-2.1'. + --- liblauncher-0.1-0.1.10.orig/debian/compat +++ liblauncher-0.1-0.1.10/debian/compat @@ -0,0 +1 @@ +7 --- liblauncher-0.1-0.1.10.orig/debian/liblauncher-0.1-0.install +++ liblauncher-0.1-0.1.10/debian/liblauncher-0.1-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- liblauncher-0.1-0.1.10.orig/debian/liblauncher-0.1-dev.install +++ liblauncher-0.1-0.1.10/debian/liblauncher-0.1-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/include/*