--- libfriends-0.1.2daily13.05.08.orig/debian/libfriends-dev.install +++ libfriends-0.1.2daily13.05.08/debian/libfriends-dev.install @@ -0,0 +1,6 @@ +usr/include/libfriends-*/friends.h +usr/lib/*/libfriends.a +usr/lib/*/libfriends.so +usr/lib/*/pkgconfig/friends-0.1.pc +usr/share/gir-1.0/Friends-0.1.gir +usr/share/vala/vapi/friends-0.1.* --- libfriends-0.1.2daily13.05.08.orig/debian/libfriends0.install +++ libfriends-0.1.2daily13.05.08/debian/libfriends0.install @@ -0,0 +1 @@ +usr/lib/*/libfriends.so.* --- libfriends-0.1.2daily13.05.08.orig/debian/libfriends-gtk-dev.install +++ libfriends-0.1.2daily13.05.08/debian/libfriends-gtk-dev.install @@ -0,0 +1,6 @@ +usr/include/libfriends-*/friends-gtk.h +usr/lib/*/libfriends-gtk.a +usr/lib/*/libfriends-gtk.so +usr/lib/*/pkgconfig/friends-gtk-0.1.pc +usr/share/gir-1.0/FriendsGtk-0.1.gir +usr/share/vala/vapi/friends-gtk-0.1.* --- libfriends-0.1.2daily13.05.08.orig/debian/copyright +++ libfriends-0.1.2daily13.05.08/debian/copyright @@ -0,0 +1,9 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libfriends +Source: https://launchpad.net/libfriends + +Files: * +Copyright: 2012 Canonical Ltd. +License: LGPL-3 + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'. --- libfriends-0.1.2daily13.05.08.orig/debian/libfriends-gtk0.symbols +++ libfriends-0.1.2daily13.05.08/debian/libfriends-gtk0.symbols @@ -0,0 +1,28 @@ +libfriends-gtk.so.0 libfriends-gtk0 #MINVER# + friends_gtk_account_target_bar_construct@Base 0.0.0 + friends_gtk_account_target_bar_get_selected@Base 0.0.0 + friends_gtk_account_target_bar_get_type@Base 0.0.0 + friends_gtk_account_target_bar_new@Base 0.0.0 + friends_gtk_account_target_bar_set_counter@Base 0.0.0 + friends_gtk_account_target_bar_set_selected@Base 0.0.0 + friends_gtk_account_toggle_button_construct@Base 0.0.0 + friends_gtk_account_toggle_button_get_color@Base 0.0.0 + friends_gtk_account_toggle_button_get_type@Base 0.0.0 + friends_gtk_account_toggle_button_new@Base 0.0.0 + friends_gtk_entry_construct@Base 0.0.0 + friends_gtk_entry_get_type@Base 0.0.0 + friends_gtk_entry_new@Base 0.0.0 + friends_gtk_input_text_view_construct@Base 0.0.0 + friends_gtk_input_text_view_get_action@Base 0.0.0 + friends_gtk_input_text_view_get_mid@Base 0.0.0 + friends_gtk_input_text_view_get_type@Base 0.0.0 + friends_gtk_input_text_view_new@Base 0.0.0 + friends_gtk_input_text_view_reset@Base 0.0.0 + friends_gtk_input_text_view_set_action@Base 0.0.0 + friends_gtk_input_text_view_set_mid@Base 0.0.0 + friends_gtk_send_bar_construct@Base 0.0.0 + friends_gtk_send_bar_get_type@Base 0.0.0 + friends_gtk_send_bar_new@Base 0.0.0 + friends_gtk_simple_entry_construct@Base 0.0.0 + friends_gtk_simple_entry_get_type@Base 0.0.0 + friends_gtk_simple_entry_new@Base 0.0.0 --- libfriends-0.1.2daily13.05.08.orig/debian/gir1.2-friends-0.1.install +++ libfriends-0.1.2daily13.05.08/debian/gir1.2-friends-0.1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/girepository-1.0/Friends-0.1.typelib usr/lib/girepository-1.0/ --- libfriends-0.1.2daily13.05.08.orig/debian/control +++ libfriends-0.1.2daily13.05.08/debian/control @@ -0,0 +1,101 @@ +Source: libfriends +Priority: extra +Maintainer: Ubuntu Desktop Team +Build-Depends: autotools-dev, + dbus-test-runner, + debhelper (>= 9), + dh-autoreconf, + dh-translations, + friends-dispatcher, + friends-twitter, + friends-facebook, + friends-flickr, + gnome-common, + gobject-introspection, + intltool, + libaccounts-glib-dev, + libdbus-1-dev, + libdee-dev (>= 1.0.0), + libgee-dev, + libgirepository1.0-dev (>= 0.10), + libgtk-3-dev, + libgtkspell-3-dev, + libjson-glib-dev, + libvala-0.18-dev, + python3-mock, + valac-0.18, + xvfb, +Standards-Version: 3.9.3 +Section: libs +Homepage: https://launchpad.net/friends +# If you aren't a member of ~super-friends but need to upload packaging changes, +# just go ahead. ~super-friends will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~super-friends/libfriends/trunk + +Package: libfriends-dev +Section: libdevel +Architecture: any +Depends: gir1.2-friends-0.1, libfriends0 (= ${binary:Version}), ${misc:Depends} +Description: Development files for accessing social networks + libfriends provides a library for accessing social networks via + friends. + . + This package contains files that are needed to build applications. + +Package: libfriends0 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: friends-dispatcher, ${misc:Depends}, ${shlibs:Depends} +Description: Provides an API for accessing social networks + libfriends provides a library for accessing social networks via + friends. + . + This package contains shared libraries to be used by applications. + +Package: libfriends-gtk0 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Friends GTK Widgets + libfriends provides a library for accessing social networks via + friends. + . + This package contains shared libraries to be used by applications. + +Package: libfriends-gtk-dev +Section: libdevel +Architecture: any +Depends: gir1.2-friends-gtk-0.1 (= ${binary:Version}), + libfriends-dev (= ${binary:Version}), + libfriends-gtk0 (= ${binary:Version}), + ${misc:Depends} +Description: Development files for Friends GTK widgets + libfriends provides a library for accessing social networks via + friends. + . + This package contains files that are needed to build applications. + +Package: gir1.2-friends-0.1 +Architecture: any +Depends: ${gir:Depends}, ${misc:Depends} +Description: GObject Introspection data for the Friends library + This package contains introspection data for the Friends library. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. + +Package: gir1.2-friends-gtk-0.1 +Section: libs +Architecture: any +Depends: gir1.2-friends-0.1 (= ${binary:Version}), + libfriends-gtk0 (= ${binary:Version}), + ${gir:Depends}, + ${misc:Depends} +Description: GObject Introspection data for Friends GTK widgets + libfriends provides a library for accessing social networks via + friends. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. --- libfriends-0.1.2daily13.05.08.orig/debian/gir1.2-friends-gtk-0.1.install +++ libfriends-0.1.2daily13.05.08/debian/gir1.2-friends-gtk-0.1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/girepository-1.0/FriendsGtk-0.1.typelib usr/lib/girepository-1.0/ --- libfriends-0.1.2daily13.05.08.orig/debian/libfriends-gtk0.install +++ libfriends-0.1.2daily13.05.08/debian/libfriends-gtk0.install @@ -0,0 +1 @@ +usr/lib/*/libfriends-gtk.so.* --- libfriends-0.1.2daily13.05.08.orig/debian/compat +++ libfriends-0.1.2daily13.05.08/debian/compat @@ -0,0 +1 @@ +9 --- libfriends-0.1.2daily13.05.08.orig/debian/rules +++ libfriends-0.1.2daily13.05.08/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + +override_dh_install: + rm -f debian/*/usr/lib/*/*.la + dh_install --fail-missing + dh_girepository + +%: + dh $@ --with autoreconf,translations --- libfriends-0.1.2daily13.05.08.orig/debian/changelog +++ libfriends-0.1.2daily13.05.08/debian/changelog @@ -0,0 +1,170 @@ +libfriends (0.1.2daily13.05.08-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 69 + + -- Ubuntu daily release Wed, 08 May 2013 05:00:43 +0000 + +libfriends (0.1.2daily13.05.07-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 68 + + -- Ubuntu daily release Tue, 07 May 2013 17:53:14 +0000 + +libfriends (0.1.2daily13.04.30ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 67 (ubuntu-unity/next) + + -- Ubuntu daily release Tue, 30 Apr 2013 16:58:03 +0000 + +libfriends (0.1.2daily13.03.26-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * debian/control, debian/rules + - Added dh_translations + * debian/control + - build depends on friends-twitter, friends-facebook and + friends-flickr. Running the dispatcher in test mode now requires those. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 66 + + -- Ubuntu daily release Tue, 26 Mar 2013 05:01:49 +0000 + +libfriends (0.1.2daily13.03.11.1-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Automatic snapshot from revision 60 (bootstrap) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 63 + + -- Ubuntu daily release Mon, 11 Mar 2013 10:43:33 +0000 + +libfriends (0.1.1bzr13.02.22-0ubuntu1) raring; urgency=low + + [ Ken VanDine ] + * Dropped build depends for python3-gi and python3-oauthlib, + friends-dispatcher needs to depend on them + + [ Robert Bruce Park ] + * Better package descriptions for release. + + -- Robert Bruce Park Fri, 22 Feb 2013 12:27:07 +0000 + +libfriends (0.1.1bzr13.02.21-0ubuntu1) raring; urgency=low + + * Upload for Ubuntu + + -- Ken VanDine Thu, 21 Feb 2013 23:43:43 +0000 + +libfriends (0.1.1bzr13.02.21-0raring1) raring; urgency=low + + * Snapshot from Feb 21st. + + -- Robert Bruce Park Thu, 21 Feb 2013 14:55:51 +0000 + +libfriends (0.1.1bzr13.02.12-0raring1) raring; urgency=low + + * Service rename to Dispatcher + * debian/control + - require friends-dispatcher + * debian/libfriends0.symbols + - updated symbols + + -- Ken VanDine Thu, 12 Feb 2013 11:32:53 -0500 + +libfriends (0.1.1bzr13.01.22-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Version bump to fix launchpad builds. + * Implement the new dbusmock ClearCalls API so that each test starts off + with a fresh state. + + [ Ken VanDine ] + * debian/control + - require python3-dbusmock >= 0.4.0 needed for GetCalls API + + -- Robert Bruce Park Wed, 16 Jan 2013 11:37:18 -0800 + +libfriends (0.1.0bzr13.01.15-0raring1) raring; urgency=low + + * Initial public release. + * Packaging data inlined. + + -- Robert Bruce Park Mon, 14 Jan 2013 13:57:04 -0800 + +libfriends (0.0.0+r43) quantal; urgency=low + + * rev 43 + + -- Ken VanDine Fri, 11 Jan 2013 12:27:27 -0500 + +libfriends (0.0.0+r42) raring; urgency=low + + * rev 42 + * debian/control + - Added build depends needed for tests + * debian/rules + - enable tests + + -- Ken VanDine Wed, 09 Jan 2013 14:45:32 -0500 + +libfriends (0.0.0+r22) quantal; urgency=low + + * rev 22 including FriendsGtk + + -- Ken VanDine Mon, 10 Dec 2012 16:27:41 -0500 + +libfriends (0.0.0+r21) quantal; urgency=low + + * rev 21 + * Include gir and vapi + * debian/control + - dropped some unused build depends + + -- Ken VanDine Fri, 07 Dec 2012 11:55:30 -0500 + +libfriends (0.0.0+r17) quantal; urgency=low + + * rev 17 + - Added async API for Upload (LP: #1085781) + + -- Ken VanDine Tue, 04 Dec 2012 20:33:44 -0500 + +libfriends (0.0.0+r14) quantal; urgency=low + + * rev 14 + + -- Ken VanDine Wed, 28 Nov 2012 10:50:59 -0500 + +libfriends (0.0.0+r12) quantal; urgency=low + + * rev 12 + + -- Ken VanDine Thu, 08 Nov 2012 11:20:39 -0500 + +libfriends (0.0.0+r10) quantal; urgency=low + + * rev 10 + * debian/control + - added build dep for libjson-glib-dev + + -- Ken VanDine Wed, 07 Nov 2012 15:11:41 -0500 + +libfriends (0.0.0+r6) quantal; urgency=low + + * rev 6 + + -- Ken VanDine Tue, 30 Oct 2012 12:38:49 +0100 + +libfriends (0.0.0+r4) quantal; urgency=low + + * rev 4 + + -- Ken VanDine Sat, 27 Oct 2012 22:53:44 +0200 + +libfriends (0.0.0+r2) quantal; urgency=low + + * Initial package + + -- Ken VanDine Wed, 17 Oct 2012 16:32:50 -0400 --- libfriends-0.1.2daily13.05.08.orig/debian/libfriends0.symbols +++ libfriends-0.1.2daily13.05.08/debian/libfriends0.symbols @@ -0,0 +1,46 @@ +libfriends.so.0 libfriends0 #MINVER# + friends_dispatcher_construct@Base 0.1.0 + friends_dispatcher_contacts@Base 0.1.0 + friends_dispatcher_contacts_async@Base 0.1.0 + friends_dispatcher_contacts_finish@Base 0.1.0 + friends_dispatcher_delete@Base 0.1.0 + friends_dispatcher_delete_async@Base 0.1.0 + friends_dispatcher_delete_finish@Base 0.1.0 + friends_dispatcher_features@Base 0.1.0 + friends_dispatcher_get_type@Base 0.1.0 + friends_dispatcher_home@Base 0.1.0 + friends_dispatcher_home_async@Base 0.1.0 + friends_dispatcher_home_finish@Base 0.1.0 + friends_dispatcher_like@Base 0.1.0 + friends_dispatcher_like_async@Base 0.1.0 + friends_dispatcher_like_finish@Base 0.1.0 + friends_dispatcher_messaging_menu_clear@Base 0.1.0 + friends_dispatcher_new@Base 0.1.0 + friends_dispatcher_refresh@Base 0.1.0 + friends_dispatcher_retweet@Base 0.1.0 + friends_dispatcher_retweet_async@Base 0.1.0 + friends_dispatcher_retweet_finish@Base 0.1.0 + friends_dispatcher_search@Base 0.1.0 + friends_dispatcher_search_async@Base 0.1.0 + friends_dispatcher_search_finish@Base 0.1.0 + friends_dispatcher_send_message@Base 0.1.0 + friends_dispatcher_send_message_async@Base 0.1.0 + friends_dispatcher_send_message_finish@Base 0.1.0 + friends_dispatcher_send_reply@Base 0.1.0 + friends_dispatcher_send_reply_async@Base 0.1.0 + friends_dispatcher_send_reply_finish@Base 0.1.0 + friends_dispatcher_shorten@Base 0.1.0 + friends_dispatcher_unlike@Base 0.1.0 + friends_dispatcher_unlike_async@Base 0.1.0 + friends_dispatcher_unlike_finish@Base 0.1.0 + friends_dispatcher_upload@Base 0.1.0 + friends_dispatcher_upload_async@Base 0.1.0 + friends_dispatcher_upload_finish@Base 0.1.0 + friends_dispatcher_wall@Base 0.1.0 + friends_dispatcher_wall_async@Base 0.1.0 + friends_dispatcher_wall_finish@Base 0.1.0 + friends_utils_construct@Base 0.0.0 + friends_utils_create_time_string@Base 0.0.0 + friends_utils_get_avatar_path@Base 0.0.0 + friends_utils_get_type@Base 0.0.0 + friends_utils_new@Base 0.0.0