debian/0000775000000000000000000000000012313071700007162 5ustar debian/geary.10000664000000000000000000000103112313070157010353 0ustar .TH GEARY 1 "January 12, 2013" .SH NAME geary \- lightweight email client designed for the GNOME desktop .SH DESCRIPTION .B geary is an email reader for GNOME designed to let you read your email quickly and effortlessly. Its interface is based on conversations, so you can easily read an entire discussion without having to click from message to message. .SH AUTHOR geary was written by Yorba Foundation. .PP This manual page was written by Devid Antonio Filoni , for the Debian project (and may be used by others). debian/menu0000664000000000000000000000017012313070157010054 0ustar ?package(geary):needs="X11" section="Applications/Network/Communication"\ title="Geary Mail" command="/usr/bin/geary" debian/source_geary.py0000664000000000000000000000163712313070157012237 0ustar #!/usr/bin/python '''Apport package hook for geary (c) 2012 Robert Dyer, Rico Tzschichholz, Sergey "Shnatsel" Davidoff 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 3 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 . ''' from apport.hookutils import * from os import path def add_info(report, ui=None): if not apport.packaging.is_distro_package(report['Package'].split()[0]): report['CrashDB'] = 'geary' debian/copyright0000664000000000000000000000477212313070157011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: geary Source: http://yorba.org/geary/ Files: * Copyright: 2009-2013 Yorba Foundation License: LGPL-2.1+ Files: cmake/FindVala.cmake cmake/ValaPrecompile.cmake cmake/ValaVersion.cmake cmake/README.rst Copyright: 2009-2010 Jakob Westhoff License: 2-clause BSD Files: debian/* Copyright: 2013 Devid Antonio Filoni License: LGPL-2.1+ License: LGPL-2.1+ This package 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 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 Lesser 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 Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2.1". License: 2-clause BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/changelog0000664000000000000000000000427212313071700011041 0ustar geary (0.6.0-0ubuntu2) trusty; urgency=medium * debian/control: build-depends on gnome-doc-utils -- Sebastien Bacher Fri, 21 Mar 2014 18:15:16 +0100 geary (0.6.0-0ubuntu1) trusty; urgency=medium * New upstream version -- Sebastien Bacher Fri, 21 Mar 2014 18:01:44 +0100 geary (0.5.3-0ubuntu1) trusty; urgency=medium * New upstream version -- Sebastien Bacher Mon, 10 Mar 2014 11:50:41 +0100 geary (0.5.1-0ubuntu1) trusty; urgency=medium * New upstream version -- Sebastien Bacher Wed, 05 Feb 2014 17:08:29 +0000 geary (0.4.1-0ubuntu1) trusty; urgency=low * New upstream version -- Sebastien Bacher Tue, 12 Nov 2013 23:33:28 +0100 geary (0.4.0-0ubuntu1) saucy; urgency=low * New stable version -- Sebastien Bacher Thu, 10 Oct 2013 17:40:37 +0200 geary (0.4.0~pr2-0ubuntu1) saucy; urgency=low * New upstream version -- Sebastien Bacher Tue, 24 Sep 2013 16:09:06 +0200 geary (0.4.0~pr1-0ubuntu2) saucy; urgency=low * debian/contro: build-depends on desktop-file-utils, not on libindicate -- Sebastien Bacher Thu, 29 Aug 2013 13:48:23 +0200 geary (0.4.0~pr1-0ubuntu1) saucy; urgency=low * New upstream beta version * debian/control: updated build-depends for new version requirements -- Sebastien Bacher Wed, 28 Aug 2013 11:26:42 +0200 geary (0.3.1-1ubuntu2) saucy; urgency=low * Build with default vala (Closes: #711395) -- Jeremy Bicha Sat, 24 Aug 2013 16:24:57 -0400 geary (0.3.1-1ubuntu1) saucy; urgency=low * Rebase on Debian, remaining ubuntu differences: * debian/control: build-depends on libmessaging-menu-dev -- Sebastien Bacher Fri, 03 May 2013 11:39:39 -0700 geary (0.3.1-1) experimental; urgency=low * New upstream release (Closes: #703953). * Update debian/copyright file. -- Devid Antonio Filoni Sun, 28 Apr 2013 14:12:19 +0200 geary (0.2.2-1) experimental; urgency=low * Initial release (Closes: #671857). -- Devid Antonio Filoni Sat, 12 Jan 2013 12:31:09 +0100 debian/rules0000775000000000000000000000055312313070157010252 0ustar #!/usr/bin/make -f CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) %: dh $@ override_dh_auto_configure: ./configure --prefix=/usr override_dh_installchangelogs: dh_installchangelogs NEWSdebian/source/0000775000000000000000000000000012313070157010467 5ustar debian/source/format0000664000000000000000000000001412313070157011675 0ustar 3.0 (quilt) debian/geary-crashdb.conf0000664000000000000000000000012512313070157012547 0ustar geary = { 'impl' : 'launchpad', 'project' : 'geary', 'bug_pattern_base' : None, } debian/dirs0000664000000000000000000000013112313070157010046 0ustar /usr /usr/bin /usr/share/applications /usr/share/gnome/help/geary /usr/share/geary/icons debian/control0000664000000000000000000000250012313071537010572 0ustar Source: geary Section: mail Priority: extra Maintainer: Devid Antonio Filoni Build-Depends: debhelper (>= 9.20120417), cmake (>= 2.8.0), valac (>= 0.20), libgee-0.8-dev (>= 0.8.0), libglib2.0-dev (>= 2.30.0), libgtk-3-dev (>= 3.6.0), libunique-3.0-dev (>= 3.0.0), libnotify-dev (>=0.7.5), libcanberra-dev (>= 0.28), libwebkitgtk-3.0-dev (>= 1.10.0), libgmime-2.6-dev (>= 2.6.0), libsecret-1-dev (>= 0.11), libsqlite3-dev (>= 3.7.4), libxml2-dev (>= 2.7.8), libgnome-keyring-dev (>= 3.2.2), libgirepository1.0-dev (>= 1.32.0), intltool, libmessaging-menu-dev, desktop-file-utils, gnome-doc-utils, Standards-Version: 3.9.4 Homepage: http://yorba.org/geary/ Package: geary Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: lightweight email client designed for the GNOME desktop Geary is an email reader for GNOME designed to let you read your email quickly and effortlessly. Its interface is based on conversations, so you can easily read an entire discussion without having to click from message to message. debian/geary.install0000664000000000000000000000015512313070157011667 0ustar debian/geary-crashdb.conf etc/apport/crashdb.conf.d/ debian/source_geary.py usr/share/apport/package-hooks/ debian/manpages0000664000000000000000000000001712313070157010703 0ustar debian/geary.1 debian/compat0000664000000000000000000000000212313070157010365 0ustar 9 debian/watch0000664000000000000000000000011012313070157010210 0ustar version=3 http://yorba.org/download/geary/([\d\.]+)/geary-(.*)\.tar\.xz debian/docs0000664000000000000000000000000712313070157010037 0ustar README