debian/0000775000000000000000000000000012247666702007204 5ustar debian/compat0000664000000000000000000000000212245504766010401 0ustar 8 debian/patches/0000775000000000000000000000000012245504767010633 5ustar debian/patches/series0000664000000000000000000000004712176732213012041 0ustar unity_no_goa.patch fix_help_link.patch debian/patches/fix_help_link.patch0000664000000000000000000000153112176732213014457 0ustar Description: Point to ubuntu-help when running Unity Bug: https://launchpad.net/bugs/852911 Author: Jeremy Bicha Index: gnome-contacts-3.8.3/src/contacts-app.vala =================================================================== --- gnome-contacts-3.8.3.orig/src/contacts-app.vala 2013-07-12 20:00:38.000000000 -0400 +++ gnome-contacts-3.8.3/src/contacts-app.vala 2013-08-02 09:22:20.230938322 -0400 @@ -192,7 +192,12 @@ } public void show_help () { - Gtk.show_uri (window.get_screen (), + if (GLib.Environment.get_variable("XDG_CURRENT_DESKTOP") == "Unity") + Gtk.show_uri (window.get_screen (), + "help:ubuntu-help/contacts", + Gtk.get_current_event_time ()); + else + Gtk.show_uri (window.get_screen (), "help:gnome-help/contacts", Gtk.get_current_event_time ()); } debian/patches/unity_no_goa.patch0000664000000000000000000000153512176732213014342 0ustar Description: Run UOA on Unity Author: Jeremy Bicha Index: gnome-contacts-3.8.3/src/contacts-setup-window.vala =================================================================== --- gnome-contacts-3.8.3.orig/src/contacts-setup-window.vala 2013-08-02 09:12:34.434960084 -0400 +++ gnome-contacts-3.8.3/src/contacts-setup-window.vala 2013-08-02 09:15:17.190954038 -0400 @@ -101,7 +101,10 @@ goa_button.clicked.connect ( (button) => { try { update_content (); - Process.spawn_command_line_async ("gnome-control-center online-accounts"); + if (GLib.Environment.get_variable("XDG_CURRENT_DESKTOP") == "Unity") + Process.spawn_command_line_async ("gnome-control-center credentials"); + else + Process.spawn_command_line_async ("gnome-control-center online-accounts"); } catch (Error e) { // TODO: Show error dialog debian/rules0000775000000000000000000000101712245504766010262 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk GNOME_MODULE := gnome-contacts LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed DEB_CONFIGURE_EXTRA_FLAGS += # List any files which are not installed common-binary-post-install-arch:: list-missing debian/source/0000775000000000000000000000000012245504767010504 5ustar debian/source/format0000664000000000000000000000001412245504766011711 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000015112245504766010231 0ustar version=3 http://download.gnome.org/sources/gnome-contacts/([\d\.]+[02468])/gnome-contacts-(.*)\.tar\.xz debian/control0000664000000000000000000000343312247666706010616 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: gnome-contacts Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Andreas Henriksson , Debian GNOME Maintainers , Jeremy Bicha , Michael Biebl , Sjoerd Simons Build-Depends: cdbs (>= 0.4.41), debhelper (>= 8), gnome-pkg-tools (>= 0.10), gnome-common, libebook1.2-dev (>= 3.5.3), libedataserver1.2-dev (>= 3.5.3), libfolks-dev (>= 0.9), libfolks-eds-dev (>= 0.9), libfolks-telepathy-dev (>= 0.9), libgee-0.8-dev, libglib2.0-dev (>= 2.31.10), libgnome-desktop-3-dev, libgoa-1.0-dev, libgtk-3-dev (>= 3.7.10), libnotify-dev, libtelepathy-glib-dev (>= 0.17.5), valac (>= 0.17.2), libcheese-gtk-dev, libgirepository1.0-dev Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-contacts Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-contacts/ Package: gnome-contacts Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Contacts manager for GNOME GNOME Contacts is a standalone application to view and manage contacts provided by all available contacts sources (Evolution, Empathy, etc). debian/copyright0000664000000000000000000000352312245504766011141 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-contacts/ Files: * Copyright: 2011 Alexander Larsson License: GPL-2+ Files: debian/* Copyright: 2011 Canonical Ltd License: LGPL-2.1+ 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 program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. License: GPL-2+ 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; either version 2.1 of the License, or (at your option) any later version. . 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 . . On Debian systems, the complete text of the GNU eneral Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/changelog0000664000000000000000000001254212247666702011062 0ustar gnome-contacts (3.8.3-1ubuntu1) trusty; urgency=low * Merge with Debian, remaining changes: + debian/patches/unity_no_goa.patch: - Update to point Online Accounts link to UOA when running Unity since UOA can do address books via evolution-data-server now + debian/patches/fix_help_link.patch: - Point to ubuntu-help when running Unity -- Iain Lane Wed, 04 Dec 2013 17:59:19 +0000 gnome-contacts (3.8.3-1) unstable; urgency=low [ Jeremy Bicha ] * debian/control.in: - Drop alternate build-depends on valac-0.18 since it's no longer in Debian [ Michael Biebl ] * New upstream release. * Loosen Build-Depends on libgnome-desktop-3-dev, we do not strictly require version (>= 3.6.0) which is not yet available in unstable. * Bump Standards-Version to 3.9.4. No further changes. * Upload to unstable. -- Michael Biebl Thu, 19 Sep 2013 18:23:06 +0200 gnome-contacts (3.8.3-0ubuntu2) trusty; urgency=low * No-change rebuild for new gnome-online-accounts -- Iain Lane Thu, 07 Nov 2013 17:03:21 +0000 gnome-contacts (3.8.3-0ubuntu1) saucy; urgency=low * New upstream release. * debian/control.in: - Build-depend on cheese for webcam integration (LP: #1189180) * debian/patches/unity_no_goa.patch: - Update to point Online Accounts link to UOA when running Unity since UOA can do address books via evolution-data-server now * debian/patches/fix_help_link.patch: - Point to ubuntu-help when running Unity (LP: #852911) -- Jeremy Bicha Fri, 02 Aug 2013 09:30:31 -0400 gnome-contacts (3.8.2-0ubuntu2) saucy; urgency=low * debian/patches/bytestring_type.patch: Dropped, no longer needed (LP: #1033262) -- Tim Lunn Fri, 07 Jun 2013 09:54:14 +1000 gnome-contacts (3.8.2-0ubuntu1) saucy; urgency=low * New upstream release. -- Jeremy Bicha Wed, 05 Jun 2013 12:37:30 -0400 gnome-contacts (3.8.0-1ubuntu2) saucy; urgency=low * Drop libcheese-gtk-dev BD; it's not in main. -- Iain Lane Fri, 31 May 2013 14:50:33 +0100 gnome-contacts (3.8.0-1ubuntu1) saucy; urgency=low * Rebase on Debian, remaining changes: - debian/patches/bytestring_type.patch: use the ARRAY variant type instead of BYTESTRING; since the latter doesn't appear to get properly parsed in to gobject-introspection. - debian/patches/unity_no_goa.patch: don't suggest using gnome-online-accounts under unity -- Iain Lane Wed, 29 May 2013 16:33:57 +0100 gnome-contacts (3.8.0-1) experimental; urgency=low * New upstream release. -- Andreas Henriksson Thu, 04 Apr 2013 14:59:29 +0200 gnome-contacts (3.7.91-1) experimental; urgency=low [ Thomas Bechtold ] * New upstream release [ Sjoerd Simons ] * New upstream release (3.7.90) * debian/control: bump build-depends [ Andreas Henriksson ] * New upstream release (3.7.91) * Bump build-dependency on libfolks*-dev to (>= 0.9) - gnome-contacts uses libgee-0.8 so we need a libfolks that do too. - libgtk-3-dev (>= 3.7.10) -- Sjoerd Simons Sun, 24 Mar 2013 18:24:03 +0100 gnome-contacts (3.6.1-1) experimental; urgency=low [ Jeremy Bicha ] * debian/control.in: - Build-depend on valac (>= 0.14.0) (Closes: #675643) [ Sjoerd Simons ] * New upstream release -- Sjoerd Simons Thu, 18 Oct 2012 23:35:54 +0200 gnome-contacts (3.4.1-2) unstable; urgency=low [ Jeremy Bicha ] * debian/control.in: - Build-depend on valac (>= 0.14.0) (Closes: #675643) [ Michael Biebl ] * debian/patches/01-icon-rename.patch - Handle renaming of the preferences-system-date-and-time-symbolic icon in gnome-icon-theme-symbolic. Patch cherry-picked from upstream Git. -- Michael Biebl Sun, 16 Jun 2013 21:41:08 +0200 gnome-contacts (3.4.1-1) unstable; urgency=low * New upstream release. * Bump Build-Depends on libgtk-3-dev to (>= 3.4.0). -- Michael Biebl Mon, 30 Apr 2012 16:59:24 +0200 gnome-contacts (3.4.0-2) unstable; urgency=low * Upload to unstable. -- Michael Biebl Sun, 22 Apr 2012 18:36:09 +0200 gnome-contacts (3.4.0-1) experimental; urgency=low [ Josselin Mouette ] * Update repository URL. [ Jeremy Bicha ] * New upstream release. * debian/control.in: - Build-depend on libfolks-eds-dev & libtelepathy-glib-dev - Bump glib to (>= 2.31.10) - Bump Standards-Version to 3.9.3 [ Laurent Bigonville ] * debian/control.in: - Drop duplicate Section - Bump libgtk-3-dev build-dependency to 3.3.6, required by GtkApplicationWindow -- Laurent Bigonville Tue, 03 Apr 2012 23:00:56 +0200 gnome-contacts (3.2.2-2) unstable; urgency=low * Upload to unstable. -- Michael Biebl Sat, 17 Dec 2011 08:18:51 +0100 gnome-contacts (3.2.2-1) experimental; urgency=low [ Jeremy Bicha ] * Initial release. Closes: #646895 [ Michael Biebl ] * Update to 3.2.2. * debian/watch: Track .xz tarballs. * debian/control.in: - Bump Build-Depends on libebook1.2-dev and libedataserver1.2-dev to (>= 3.2). [ Sjoerd Simons ] * Depend on valac-0.14 instead of valac (>= 0.14) -- Sjoerd Simons Sun, 13 Nov 2011 14:27:36 +0100 debian/control.in0000664000000000000000000000265012247666651011222 0ustar Source: gnome-contacts Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: cdbs (>= 0.4.41), debhelper (>= 8), gnome-pkg-tools (>= 0.10), gnome-common, libebook1.2-dev (>= 3.5.3), libedataserver1.2-dev (>= 3.5.3), libfolks-dev (>= 0.9), libfolks-eds-dev (>= 0.9), libfolks-telepathy-dev (>= 0.9), libgee-0.8-dev, libglib2.0-dev (>= 2.31.10), libgnome-desktop-3-dev, libgoa-1.0-dev, libgtk-3-dev (>= 3.7.10), libnotify-dev, libtelepathy-glib-dev (>= 0.17.5), valac (>= 0.17.2), libcheese-gtk-dev, libgirepository1.0-dev Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-contacts Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-contacts/ Package: gnome-contacts Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Contacts manager for GNOME GNOME Contacts is a standalone application to view and manage contacts provided by all available contacts sources (Evolution, Empathy, etc).