debian/0000755000000000000000000000000011653570331007172 5ustar debian/compat0000644000000000000000000000000211653404376010375 0ustar 7 debian/source/0000755000000000000000000000000011653404376010477 5ustar debian/source/format0000644000000000000000000000001411653404376011705 0ustar 3.0 (quilt) debian/postinst0000755000000000000000000000273311653404376011015 0ustar #!/bin/sh # postinst script for gnome-gmail # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-remove' # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in configure) gconf-schemas --register /usr/share/gconf/schemas/gnome-gmail.schemas update-desktop-database -q || : if [ -f /usr/share/icons/hicolor/icon-theme.cache ]; then \ gtk-update-icon-cache -f /usr/share/icons/hicolor >/dev/null 2>&1; \ fi if [ -d /usr/share/indicators/messages/applications ]; then echo "/usr/share/applications/gnome-gmail.desktop" \ > /usr/share/indicators/messages/applications/gnome-gmail; fi update-desktop-database -q || : ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/prerm0000755000000000000000000000047711653404377010263 0ustar #!/bin/sh -e set -e if [ -f /usr/share/indicators/messages/applications/gnome-gmail ]; then rm -f /usr/share/indicators/messages/applications/gnome-gmail update-desktop-database -q fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/changelog0000644000000000000000000000445411653404377011061 0ustar gnome-gmail (1.8.2-1) unstable; urgency=low * Added Dependencies needed by GNOME 3 (python-glade2 and python-gconf) * Set as Default mailer on installation * Fix postinstall crash on upgrade (LP: #878494) * Lintian fixes * Fix setOOmailer XML write failure * Updates to 6 languages * Determine Drafts folder using Google IMAP Extentions (LP: #882337) * Remove dependency on libgnome2 -- David Steele Mon, 24 Oct 2011 22:31:22 -0400 gnome-gmail (1.8.1-1) unstable; urgency=low * Fix setting gnome-gmail as default mailer, using dconf -- David Steele Mon, 29 Aug 2011 23:14:57 -0400 gnome-gmail (1.8-1) unstable; urgency=low * GNOME 3 compatibility (LP: #729357) * Messages with attachments open directly, instead of the Drafts folder * Fixed "Send Document as Email" in LibreOffice (LP: #774055) * Added python-glade2 dependency for Oneiric (LP: #833355) * Translation improvementsa(LP: #783005) * Unity message indicator (LP: #773765) -- David Steele Sun, 14 Aug 2011 23:14:57 -0400 gnome-gmail (1.7.3) unstable; urgency=low * Switch to native package as debian/ is maintained upstream * Add libgconf2-dev, autotools-dev, and dh-autoreconf to Build-Depends * Migrate to simplified dh based debian/rules (these last two changes fixes a FTBFS) * Include the non-Debian changelog in the package -- Michael R. Crusoe Tue, 29 Mar 2011 13:40:36 -0700 gnome-gmail (1.7.2-1) unstable; urgency=low * Fix automake problem present in v1.7.1 tar -- David Steele Mon, 21 Feb 2011 22:14:54 -0500 gnome-gmail (1.7.1-1) unstable; urgency=low * Manage the Preferred Mail setting from inside the application (for Fedora15) * Configures LibreOffice to use the preferred email application * Translations (de, es, fr, it, ja, pl, ro, ru, ta, tr, vi) * Refer to attached files by name instead of path * Minor bug fixes -- David Steele Sat, 12 Feb 2011 19:34:36 -0500 gnome-gmail (1.7-1) unstable; urgency=low * Internationalization support * Initial Debian Release (closes: Bug#597903) * Automake build * Minor bug fixes -- David Steele Sun, 17 Oct 2010 21:53:12 -0400 debian/copyright0000644000000000000000000000361511653404376011137 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: gnome-gmail Source: http://gnome-gmail.sourceforge.net/ Files: * Copyright: 2010, David Steele 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 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, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in the /usr/share/common-licenses/GPL-2 file. Files: icons/* Copyright: 2008, http://iconexpo.com/2008/12/free-gmail-icons/ License: GPL-3 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 . . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in the /usr/share/common-licenses/GPL-3 file. debian/docs0000644000000000000000000000000711653404376010047 0ustar README debian/watch0000644000000000000000000000015411653404376010230 0ustar # Compulsory line, this is a version 3 file version=3 http://sf.net/gnome-gmail/gnome-gmail-(.*)\.tar\.gz debian/control0000644000000000000000000000207611653404377010610 0ustar Source: gnome-gmail Section: gnome Priority: optional Maintainer: David Steele Dm-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50), intltool, libgconf2-dev, autotools-dev, dh-autoreconf Standards-Version: 3.9.2 Homepage: http://gnome-gmail.sourceforge.net Vcs-Browser: http://gnome-gmail.git.sourceforge.net/git/gitweb.cgi?p=gnome-gmail/gnome-gmail;a=tree Vcs-Git: git://gnome-gmail.git.sourceforge.net/gitroot/gnome-gmail/gnome-gmail Package: gnome-gmail Architecture: all Depends: ${misc:Depends}, python (>=2.6), gnome-control-center, gconf2, gconf-editor, libgtk2.0-bin, python-gnomekeyring, python-glade2, python-gconf, xdg-utils Description: support for Gmail as the preferred email application in GNOME GNOME Gmail integrates the Gmail web interface into the GNOME environment. Once installed, Gmail becomes a choice as the default Mail Reader in the GNOME Preferred Applications administration application. When selected, a Gmail web page will be used whenever an email service is requested. . Logout to complete the configuration. debian/rules0000755000000000000000000000127611653404377010266 0ustar #!/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 %: dh --with autotools-dev --with autoreconf $@ override_dh_auto_configure: dh_auto_configure -- --with-gconf-schema-file-dir=/usr/share/gconf/schemas override_dh_installchangelogs: dh_installchangelogs ChangeLog # for lintian build-arch: build build-indep: build