[Pkg-telepathy-commits] [SCM] UNNAMED PROJECT branch, debian, updated. upstream/0.1.9-2-g75ef6da
Laurent Bigonville
bigon at bigon.be
Thu Jul 15 21:51:19 UTC 2010
The following commit has been merged in the debian branch:
commit 75ef6dac1f0a069c1b45b1445e866a57550e49b3
Author: Laurent Bigonville <bigon at bigon.be>
Date: Wed Jul 14 21:28:15 2010 +0200
Initial release
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8afaabf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+folks (0.1.9-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #589216)
+
+ -- Laurent Bigonville <bigon at debian.org> Thu, 15 Jul 2010 23:17:43 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..13266b9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,65 @@
+Source: folks
+Priority: optional
+Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers at lists.alioth.debian.org>
+Uploaders: Laurent Bigonville <bigon at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ autotools-dev,
+ libglib2.0-dev (>= 2.24),
+ libtelepathy-glib-dev (>= 0.11.10-1+exp1),
+ libdbus-glib-1-dev,
+ valac (>= 0.9.3),
+ libvala-dev (>= 0.9.3),
+ libgee-dev
+Standards-Version: 3.9.0
+Section: libs
+Homepage: http://telepathy.freedesktop.org/wiki/Folks
+Vcs-Git: git://git.debian.org/git/pkg-telepathy/folks.git
+Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/folks.git;a=summary
+
+Package: libfolks0
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: libfolks-dev
+Section: libdevel
+Architecture: any
+Depends: libfolks0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: libfolks-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libfolks0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: libfolks-telepathy0
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: libfolks-telepathy-dev
+Section: libdevel
+Architecture: any
+Depends: libfolks-telepathy0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: libfolks-telepathy-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libfolks-telepathy0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..685d84a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Folks
+Maintainer: Travis Reitter <travis.reitter at collabora.co.uk>
+Source: http://ftp.gnome.org/pub/GNOME/sources/folks/
+
+Files: *
+Copyright: 2008 Nokia Corporation
+ 2008 Zeeshan Ali (Khattak)
+ 2010 Collabora Ltd
+License: LGPL-2.1+
+ 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.1 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
+
+Files: debian/*
+Copyright: 2010 Laurent Bigonville <bigon at debian.org>
+License: GPL-2+
+ This package 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; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..da766f8
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,9 @@
+[DEFAULT]
+debian-branch = debian
+upstream-branch = upstream
+pristine-tar = True
+compression = bzip2
+
+[git-buildpackage]
+tarball-dir = ../tarballs/
+export-dir = ../build-area/
diff --git a/debian/libfolks-dev.install b/debian/libfolks-dev.install
new file mode 100644
index 0000000..9264cd9
--- /dev/null
+++ b/debian/libfolks-dev.install
@@ -0,0 +1,3 @@
+usr/lib/libfolks.so
+usr/include/folks/folks.h
+usr/lib/pkgconfig/folks.pc
diff --git a/debian/libfolks-telepathy-dev.install b/debian/libfolks-telepathy-dev.install
new file mode 100644
index 0000000..2fde846
--- /dev/null
+++ b/debian/libfolks-telepathy-dev.install
@@ -0,0 +1,3 @@
+usr/lib/libfolks-telepathy.so
+usr/include/folks/folks-telepathy.h
+usr/lib/pkgconfig/folks-telepathy.pc
diff --git a/debian/libfolks-telepathy0.install b/debian/libfolks-telepathy0.install
new file mode 100644
index 0000000..c01cc30
--- /dev/null
+++ b/debian/libfolks-telepathy0.install
@@ -0,0 +1,2 @@
+usr/lib/libfolks-telepathy.so.*
+usr/lib/folks/backends/telepathy/*.so
diff --git a/debian/libfolks-telepathy0.symbols b/debian/libfolks-telepathy0.symbols
new file mode 100644
index 0000000..ca6c340
--- /dev/null
+++ b/debian/libfolks-telepathy0.symbols
@@ -0,0 +1,56 @@
+libfolks-telepathy.so.0 libfolks-telepathy0 #MINVER#
+ _logger_iface_dbus_unregister at Base 0.1.9
+ account_favourites_copy at Base 0.1.9
+ account_favourites_destroy at Base 0.1.9
+ account_favourites_dup at Base 0.1.9
+ account_favourites_free at Base 0.1.9
+ account_favourites_get_type at Base 0.1.9
+ folks_tp_lowlevel_channel_group_change_membership at Base 0.1.9
+ folks_tp_lowlevel_connection_connect_to_new_group_channels at Base 0.1.9
+ folks_tp_lowlevel_connection_create_group_async at Base 0.1.9
+ folks_tp_lowlevel_connection_get_contacts_by_handle_async at Base 0.1.9
+ folks_tp_lowlevel_connection_get_contacts_by_handle_finish at Base 0.1.9
+ folks_tp_lowlevel_connection_get_contacts_by_id_async at Base 0.1.9
+ folks_tp_lowlevel_connection_get_contacts_by_id_finish at Base 0.1.9
+ folks_tp_lowlevel_connection_open_contact_list_channel_async at Base 0.1.9
+ folks_tp_lowlevel_connection_open_contact_list_channel_finish at Base 0.1.9
+ folks_tp_lowlevel_connection_set_contact_alias at Base 0.1.9
+ folks_tp_lowlevel_error_quark at Base 0.1.9
+ folks_tp_lowlevel_get_type at Base 0.1.9
+ folks_tp_lowlevel_new at Base 0.1.9
+ logger_add_favourite_contact at Base 0.1.9
+ logger_add_favourite_contact_finish at Base 0.1.9
+ logger_construct at Base 0.1.9
+ logger_get_favourite_contacts at Base 0.1.9
+ logger_get_favourite_contacts_finish at Base 0.1.9
+ logger_get_type at Base 0.1.9
+ logger_iface_add_favourite_contact at Base 0.1.9
+ logger_iface_add_favourite_contact_finish at Base 0.1.9
+ logger_iface_dbus_message at Base 0.1.9
+ logger_iface_dbus_proxy_filter at Base 0.1.9
+ logger_iface_dbus_proxy_get_type at Base 0.1.9
+ logger_iface_dbus_proxy_new at Base 0.1.9
+ logger_iface_dbus_register_object at Base 0.1.9
+ logger_iface_get_favourite_contacts at Base 0.1.9
+ logger_iface_get_favourite_contacts_finish at Base 0.1.9
+ logger_iface_get_type at Base 0.1.9
+ logger_iface_remove_favourite_contact at Base 0.1.9
+ logger_iface_remove_favourite_contact_finish at Base 0.1.9
+ logger_new at Base 0.1.9
+ logger_remove_favourite_contact at Base 0.1.9
+ logger_remove_favourite_contact_finish at Base 0.1.9
+ tpf_persona_construct at Base 0.1.9
+ tpf_persona_error_quark at Base 0.1.9
+ tpf_persona_get_contact at Base 0.1.9
+ tpf_persona_get_type at Base 0.1.9
+ tpf_persona_new at Base 0.1.9
+ tpf_persona_store_change_alias at Base 0.1.9
+ tpf_persona_store_change_alias_finish at Base 0.1.9
+ tpf_persona_store_change_group_membership at Base 0.1.9
+ tpf_persona_store_change_group_membership_finish at Base 0.1.9
+ tpf_persona_store_change_is_favourite at Base 0.1.9
+ tpf_persona_store_change_is_favourite_finish at Base 0.1.9
+ tpf_persona_store_construct at Base 0.1.9
+ tpf_persona_store_get_account at Base 0.1.9
+ tpf_persona_store_get_type at Base 0.1.9
+ tpf_persona_store_new at Base 0.1.9
diff --git a/debian/libfolks0.install b/debian/libfolks0.install
new file mode 100644
index 0000000..c278c01
--- /dev/null
+++ b/debian/libfolks0.install
@@ -0,0 +1 @@
+usr/lib/libfolks.so.*
diff --git a/debian/libfolks0.symbols b/debian/libfolks0.symbols
new file mode 100644
index 0000000..de18285
--- /dev/null
+++ b/debian/libfolks0.symbols
@@ -0,0 +1,73 @@
+libfolks.so.0 libfolks0 #MINVER#
+ folks_alias_get_alias at Base 0.1.9
+ folks_alias_get_type at Base 0.1.9
+ folks_alias_set_alias at Base 0.1.9
+ folks_avatar_get_avatar at Base 0.1.9
+ folks_avatar_get_type at Base 0.1.9
+ folks_avatar_set_avatar at Base 0.1.9
+ folks_backend_construct at Base 0.1.9
+ folks_backend_get_name at Base 0.1.9
+ folks_backend_get_persona_stores at Base 0.1.9
+ folks_backend_get_type at Base 0.1.9
+ folks_backend_set_name at Base 0.1.9
+ folks_backend_set_persona_stores at Base 0.1.9
+ folks_backend_store_add_backend at Base 0.1.9
+ folks_backend_store_construct at Base 0.1.9
+ folks_backend_store_get_backend_by_name at Base 0.1.9
+ folks_backend_store_get_type at Base 0.1.9
+ folks_backend_store_list_backends at Base 0.1.9
+ folks_backend_store_load_backends at Base 0.1.9
+ folks_backend_store_load_backends_finish at Base 0.1.9
+ folks_backend_store_new at Base 0.1.9
+ folks_favourite_get_is_favourite at Base 0.1.9
+ folks_favourite_get_type at Base 0.1.9
+ folks_favourite_set_is_favourite at Base 0.1.9
+ folks_groups_change_group at Base 0.1.9
+ folks_groups_change_reason_get_type at Base 0.1.9
+ folks_groups_get_groups at Base 0.1.9
+ folks_groups_get_type at Base 0.1.9
+ folks_groups_set_groups at Base 0.1.9
+ folks_individual_aggregator_add_persona_from_details at Base 0.1.9
+ folks_individual_aggregator_add_persona_from_details_finish at Base 0.1.9
+ folks_individual_aggregator_construct at Base 0.1.9
+ folks_individual_aggregator_error_quark at Base 0.1.9
+ folks_individual_aggregator_get_individuals at Base 0.1.9
+ folks_individual_aggregator_get_type at Base 0.1.9
+ folks_individual_aggregator_new at Base 0.1.9
+ folks_individual_aggregator_remove_individual at Base 0.1.9
+ folks_individual_aggregator_remove_persona at Base 0.1.9
+ folks_individual_construct at Base 0.1.9
+ folks_individual_get_alias at Base 0.1.9
+ folks_individual_get_groups at Base 0.1.9
+ folks_individual_get_id at Base 0.1.9
+ folks_individual_get_personas at Base 0.1.9
+ folks_individual_get_presence_message at Base 0.1.9
+ folks_individual_get_presence_type at Base 0.1.9
+ folks_individual_get_type at Base 0.1.9
+ folks_individual_is_online at Base 0.1.9
+ folks_individual_new at Base 0.1.9
+ folks_individual_set_personas at Base 0.1.9
+ folks_persona_construct at Base 0.1.9
+ folks_persona_get_iid at Base 0.1.9
+ folks_persona_get_store at Base 0.1.9
+ folks_persona_get_type at Base 0.1.9
+ folks_persona_get_uid at Base 0.1.9
+ folks_persona_store_add_persona_from_details at Base 0.1.9
+ folks_persona_store_add_persona_from_details_finish at Base 0.1.9
+ folks_persona_store_construct at Base 0.1.9
+ folks_persona_store_error_quark at Base 0.1.9
+ folks_persona_store_get_id at Base 0.1.9
+ folks_persona_store_get_personas at Base 0.1.9
+ folks_persona_store_get_type at Base 0.1.9
+ folks_persona_store_get_type_id at Base 0.1.9
+ folks_persona_store_remove_persona at Base 0.1.9
+ folks_persona_store_set_id at Base 0.1.9
+ folks_persona_store_set_type_id at Base 0.1.9
+ folks_presence_get_presence_message at Base 0.1.9
+ folks_presence_get_presence_type at Base 0.1.9
+ folks_presence_get_type at Base 0.1.9
+ folks_presence_is_online at Base 0.1.9
+ folks_presence_set_presence_message at Base 0.1.9
+ folks_presence_set_presence_type at Base 0.1.9
+ folks_presence_type_get_type at Base 0.1.9
+ folks_presence_typecmp at Base 0.1.9
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7ca17e6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+override_dh_strip:
+ dh_strip -plibfolks0 --dbg-package=libfolks-dbg
+ dh_strip -plibfolks-telepathy0 --dbg-package=libfolks-telepathy-dbg
+
+override_dh_makeshlibs:
+ dh_makeshlibs -plibfolks0
+ dh_makeshlibs -plibfolks-telepathy0 -Xusr/lib/folks/backends/telepathy/
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..8f04d6d
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "bzip2"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..28221f3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/folks/([0-9.]+)/folks-(.*).tar.bz2
--
UNNAMED PROJECT
More information about the Pkg-telepathy-commits
mailing list