From f007e9aad2da27af34008bd4bf352b51f08871a6 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Fri, 1 Mar 2019 19:14:33 +1100 Subject: [PATCH] Remove debian packaging and CI job Now that the PPA is being deprecated, we don't need this in the tree any more. Fixes #270 --- .gitlab-ci.yml | 11 +- debian/changelog | 399 -------------------------------------- debian/compat | 1 - debian/control | 69 ------- debian/copyright | 39 ---- debian/dirs | 5 - debian/docs | 3 - debian/geary-crashdb.conf | 5 - debian/geary.install | 3 - debian/rules | 32 --- debian/source/format | 1 - debian/source_geary.py | 26 --- 12 files changed, 1 insertion(+), 593 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/dirs delete mode 100644 debian/docs delete mode 100644 debian/geary-crashdb.conf delete mode 100644 debian/geary.install delete mode 100755 debian/rules delete mode 100644 debian/source/format delete mode 100644 debian/source_geary.py diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cc45f293..b5a960703 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ variables: gnome-online-accounts-devel itstool json-glib-devel FEDORA_TEST_DEPS: Xvfb tar xz - # Ubuntu & Debian packages + # Ubuntu packages UBUNTU_DEPS: valac build-essential meson desktop-file-utils libcanberra-dev libgee-0.8-dev libglib2.0-dev libgmime-2.6-dev libgtk-3-dev @@ -58,15 +58,6 @@ ubuntu: - $TEST_CMD - $INSTALL_CMD -deb-package: - stage: test - image: ubuntu:rolling - before_script: - - apt-get update - - apt-get install -q -y --no-install-recommends packaging-dev $UBUNTU_DEPS - script: - - dpkg-buildpackage -b -us -uc - flatpak: image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master' variables: diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index dbd48050a..000000000 --- a/debian/changelog +++ /dev/null @@ -1,399 +0,0 @@ -geary (3.32-0-1~bionic1) bionic; urgency=medium - - * Begin 3.32 development - - -- Michael Gratton Mon, 18 Feb 2019 01:56:34 +1100 - -geary (0.13.0-1~bionic1) bionic; urgency=medium - - * Unread email count is now updated correctly - * Conversations load faster, smoother with better feedback - * Support for email accounts added via GNOME Online Accounts - * Improved account creation and management user interface - * Email flagged as deleted but not removed by other apps now hidden - * Individual messages in a conversation can be deleted - * Internal links in HTML email now work - * Supported ordered and unordered lists in the composer - * Rich text pasting improvements in the composer - * Plain text versions of rich text mail includes formatting - * Detached composers now remember their last used size - * Better reporting when a login, security or other problem occurs - * Reduced background synchronisation CPU use - * Improved handling when going online and offline - * Show an in-application notification when email has been sent - * Flag possibly spoofed email addresses - * Improve privacy when sending email using an alias - * Subject, sender and date are being shown when printed again - * Server compatibility improvements - * Build, testing and other infrastructure improvements - * Numerous bug fixes and minor user interface improvements - * Numerous user interface translation updates - - -- Michael Gratton Sun, 17 Feb 2019 22:59:46 +1100 - -geary (0.12.0-1~xenial1) xenial; urgency=medium - - * Insert images inline when composing rich text messages - * Improved interface for inserting links in rich text messages - * Choose multiple spell-checker languages when composing messages - * Support message archiving for Yahoo! Mail and Outlook.com - * Improved interface when displaying conversations - * Improved interface when moving and labelling conversations - * Improved support for right-to-left languages - * Automatically unfold starred messages in a conversation - * Support saving remote inline images - * Improved keyboard navigation for conversations - * Added in-application keyboard shortcut help (Ctrl + ?) - * Support for distribution via Flatpak - * Improved security when displaying messages - * Numerous bug fixes and minor user interface improvements - * Numerous user interface translation updates - * Updated UI & doc translations - - -- Michael Gratton Tue, 02 Oct 2017 17:58:00 +1100 - -geary (0.11.0-1~xenial1) xenial; urgency=medium - - * Add archive special folder support (#713986) - * Add is:read, is:unread: is:starred search operators (#726661) - * Fix using more than search operator - to:, from:, etc. (#749938) - * Work around crashes caused by WebKitGTK+ 2.4.10 (#764152, #763933) - * Fix a crash when searching (#765515) - * Fix images not being displayed in some HTML messages (#764919) - * Fix empty main window when opened from notification (#763961) - * Fix UI freezing when network connections are lost (#757088) - * Work better with Cyrus & other servers when network unreliable (#757166) - * Enable use of custom FTS3 tokeniser in SQLite 3.12 and later (#763203) - * Fix inconsistent Composer 'Detach' button placement (#757110) - * Documentation improvements (#764848, #749925) - * Update deb module dependencies (#749931, #748464) - * Updated UI & doc translations - - -- Michael Gratton Sun, 15 May 2016 17:22:45 +1000 - -geary (0.10.0-1~utopic1) utopic; urgency=low - - * Undo Archive/Trash/Move of email (#721828) - * New split headerbar layout with UI, composer improvements (#743960) - * Preference to switch between 2-column and 3-column layout (#714793) - * Support multiple ("alternate") email addresses per account (#714922) - * New shortcut keys to navigate next/previous conversation (#714434) - * Fix displaying inline images referenced by Content-ID (#743676) - * Numerous bug fixes, optimizations, improvements - * Updated translations - - -- Jim Nelson Mon, 30 Mar 2015 14:19:36 -0700 - -geary (0.9.1-1~utopic1) utopic; urgency=low - - * Support HTML signatures (#738895) - * Quote from multiple selections in reply (#738188) - * Restore reply/reply all/forward state of edited drafts (#743067) - * Quoted message portion may be easily removed in composer (#741609) - * True delete now supported in Gmail (#721790) - * Improved searching for terms w/ punctuation (#714863) - * Better management of draft messages to avoid orphans - * Empty Trash, Empty Spam (#714809, #725260) - * Better conversation construction (#714563) - * Improved IMAP connection reestablishment and retrying of remote operations - * Various bug fixes, optimizations, improvements - * Updated translations - - -- Jim Nelson Mon, 02 Feb 2015 18:12:49 -0800 - -geary (0.9.0-1~utopic1) utopic; urgency=low - - * Improved full-text search experience (#720361) - * Periodic database & attachments garbage collection (#714134) - * Remove minimum width for sidebar/folder list (#713882) - * Use GtkHeaderBar for dialogs (#741240) - * Can now specify Reply-To when composing (#714588) - * Fix signed int32 UID/UIDVALIDITY bug (#737642) - * Composer shortcuts now listed in online help (#741573) - * Updated translations - - -- Jim Nelson Fri, 19 Dec 2014 17:11:02 -0800 - -geary (0.8.3-1~utopic1) utopic; urgency=low - - * Prevent race condition causing Geary window not to open (#737811) - * Compile with Vala 0.28 (#741077) - * Updated SSLv3 POODLE fallback (#741132) - * Fixed connection state handler to return to IDLE - * Removed unnecessary assertion causing crashes for intl users (#739316) - * Updated German help translations - * Updated translations - - -- Jim Nelson Fri, 19 Dec 2014 16:50:32 -0800 - -geary (0.8.2-1~utopic1) utopic; urgency=low - - * "View Source" creates temp files only readable by user (#724436) - * elementary Contractor support (#734717) - * Prevent displaying blank window when Geary first starts (#720360, #737811) - * Disable SSLv3 (POODLE attack) (#739019) - * Fix IMAP problems when running under Turkish locale (#714892) - * Don't crash when closing composer (#739141) - * Updated translations - - -- Jim Nelson Tue, 04 Nov 2014 13:38:23 -0800 - -geary (0.8.1-1~trusty1) trusty; urgency=low - - * Display properly-scaled icons under GTK+ 3.14 - * Don't show composer close/detach buttons twice under GTK+ 3.14 - * Fix code analysis errors reported by newest Vala - * gcr-3 minimum version requirement not specified - * Properly install French online help - * Czech online help added - * Updated Spanish, German translations - - -- Jim Nelson Tue, 07 Oct 2014 14:23:20 -0700 - -geary (0.8.0-1~trusty1) trusty; urgency=low - - * Enforce CSS scope style rules when viewing emails - * Bug fixes - * Updated translations - - -- Jim Nelson Fri, 19 Sep 2014 12:53:00 -0700 - -geary (0.7.2-1~trusty1) trusty; urgency=low - - * Warn user of TLS certificate issues when connecting (#713247) - * Better scrolling system for inline composer - * Improved database performance and reduced lags - * IMAP stack fix (old IDLEs causing command completion) - * Compile with Vala 0.25 and better - * Updated translations - - -- Jim Nelson Tue, 02 Sep 2014 16:36:51 -0700 - -geary (0.7.1-1~saucy1) saucy; urgency=low - - * Show attachments lacking a Content-Disposition - * Prevent Inbox from being cleared at startup (Dovecot, Zimbra, more) - * Major memory leak (due to GMime bindings) fixes - * Improved IMAP disconnect/reconnect logic - * Autocomplete properly quotes RFC822 strings - * Stabilize search results to prevent lost or dropped results - * Inline composer polish - * Updated translations - - -- Jim Nelson Wed, 20 Aug 2014 12:50:08 -0700 - -geary (0.7.0-1~saucy1) saucy; urgency=low - - * Major overhaul of email composer, now inline in main window and redesigned - * Composer will automatically add signature to emails - * Saving drafts to server can be disabled - * Improved main window interface, now using GtkHeaderBar - * Database speed optimizations to reduce lags and improve read times - * Improved connection retry - * Various bug fixes - * Updated translations - - -- Jim Nelson Fri, 18 Jul 2014 14:03:07 -0700 - -geary (0.6.5-1~saucy1) saucy; urgency=low - - * Fixed help documentation installation of translated pages - - -- Jim Nelson Tue, 04 Nov 2014 12:47:46 -0800 - -geary (0.6.4-1~saucy1) saucy; urgency=low - - * French documentation added - * Updated translations - - -- Jim Nelson Tue, 04 Nov 2014 12:19:04 -0800 - -geary (0.6.3-1~trusty1) trusty; urgency=low - - * Warn user of TLS certificate issues when connecting (#713247) - * Fix wrong timestamp in composed email Date header (#714376) - * Compile with Vala 0.25 and better - - -- Jim Nelson Tue, 02 Sep 2014 15:49:33 -0700 - -geary (0.6.2-1~saucy1) saucy; urgency=low - - * Patch major memory leak due to GMime bindings - * Prevent Vala 0.26 compiler error - * Stabilize search sorting to prevent dropped search results - * Prevent Inbox from being cleared on startup w/ Dovecot, Zimbra, and more. - - -- Jim Nelson Wed, 20 Aug 2014 12:27:20 -0700 - -geary (0.6.1-1~saucy1) saucy; urgency=low - - * Copy and move message bug fixes (esp. to prevent lost emails) - * Prevent STARTTLS BAD_IDENTITY when connecting to server - * Prevent failure when deleting Outbox message - * Don't save draft messages on server when UIDPLUS not available - * Correct severe database command error (statement too long) - * Fix bug when launching Geary with file URIs for attachments - * Prevent the IMAP account synchronizer from deadlocking - * Fix server compatibility issues (mail.ru, netcourrier.com) - * Italian translation of help documentation - * Improved translations - - -- Jim Nelson Tue, 01 Jul 2014 14:53:19 -0700 - -geary (0.6.0-1~saucy1) saucy; urgency=low - - * Basic search operators - * Save sent mail option - * Separate archive, trash, and delete actions - * Improved server support - * Many stability, speed, and interface improvements and bugfixes - - -- Charles Lindsay Mon, 17 Mar 2014 13:41:15 -0700 - -geary (0.4.3-1~raring1) raring; urgency=low - - * Fix "squished" conversation list when used with certain themes - * Compile-time support for WebKitGTK 2.0 - - -- Jim Nelson Thu, 12 Dec 2013 15:00:34 -0800 - -geary (0.4.2-1~raring1) raring; urgency=low - - * Compile with Vala 0.22.1 - - -- Jim Nelson Wed, 20 Nov 2013 13:06:44 -0800 - -geary (0.4.1-1~raring1) raring; urgency=low - - * Compile-time support for WebKitGTK 2.2 - * Fixes IMAP STARTTLS failure to connect bug - * Works around LIST bug in IceWarp IMAP servers (crasher) - * Solves crash when IMAP connect fails due to timeout - * CamelCased MIME types now handled properly (prevents blank emails) - * Adds missing RTL icons - * New translations - - -- Jim Nelson Mon, 11 Nov 2013 17:00:03 -0800 - -geary (0.4.0-1~raring1) raring; urgency=low - - * Per-account full text search - * Automatic save to draft - * Refreshed user interface - * Per-folder unread email count - * Experimental support for Outlook.com - * Enhanced "show external images" preference - * Find bar for locating text within a conversation (Ctrl+F) - * Improved handling of attachments - * Malicious link checker - * Passwords stored with libsecret instead of GNOME Keyring - * Hundreds of bugs fixed and small improvements - - -- Eric Gregory Thu, 03 Oct 2013 15:06:36 -0700 - -geary (0.3.1-1~raring1) raring; urgency=low - - * Reduced CPU and memory footprint - * Account dialog bugs fixed - * Stability improvements - - -- Eric Gregory Tue, 09 Apr 2013 11:39:44 -0700 - -geary (0.3.0-2~raring1) raring; urgency=low - - * Fix control file - - -- Charles Lindsay Tue, 19 Mar 2013 18:07:37 -0700 - -geary (0.3.0-1~raring1) raring; urgency=low - - * Support for multiple accounts - * Account editor - * Basic full conversations - * Some light background downloading of messages - * Mark as spam/not spam - * "Important" folder support - * Multiple compressed messages are collapsed in conversation viewer - * Mark as read as you scroll in conversation viewer - * Highlight unread messages in conversation viewer - * New keyboard shortcuts (see help) - * Allow auth-less SMTP - * Conversation viewer WebKit inspector - * Many bugfixes - - -- Charles Lindsay Tue, 19 Mar 2013 15:01:19 -0700 - -geary (0.3.0pr1~raring1) raring; urgency=low - - * Pre-prelease - - -- Eric Gregory Wed, 06 Mar 2013 13:16:40 -0800 - -geary (0.2.2-2~precise2) precise; urgency=low - - * Updated for daily build PPA. - - -- Jim Nelson Mon, 29 Oct 2012 16:29:25 +0100 - - -geary (0.2.2-1~precise1) precise; urgency=low - - * Fix PLAIN authentication (failed w/ Yahoo! and other SMTP servers) - * Build will fail if intltool not installed (necessary for .desktop) - - -- Jim Nelson Thu, 18 Oct 2012 15:38:44 -0700 - - -geary (0.2.1-1~precise5) precise; urgency=low - - * Save attachments FileChooserDialog now displays network mounts - * Adds support for SMTP PLAIN authentication - * Installs Italian translation (overlooked in 0.2.0) - * Adds three new translations: Czech, Telugu, and Turkish - * Preferences dialog and .desktop file now translated - * Icon and desktop file cache updated after uninstall - * Various translation fixes, including translations not being displayed - - -- Jim Nelson Mon, 08 Oct 2012 18:09:18 -0700 - - -geary (0.2.0-1~precise1) precise; urgency=low - - * Fixed Dovecot-related IMAP issues - * Fixed Exim-related SMTP issues - * Improved icons - * Toolbar improvements - * Composer window redesign and bug fixes - * Conversation List redesign - * Messaging Menu integration - * Numerous bug and stability fixes - - -- Jim Nelson Mon, 01 Oct 2012 14:56:27 -0700 - - -geary (0.1.90-1~precise1) precise; urgency=low - - * Support for sending and receiving attachments - * New mail notification for GNOME Shell and Unity - * Outbox for scheduled delivery of messages - * Better visual presentation of conversations - * Full SSL and STARTTLS support - * Fine-grained control of account information for connecting to Dovecot - and generic IMAP servers - * Address autocompletion when composing a message - * Database optimizations - * Strings marked for translation and .pot file now available - * Numerous bug and stability fixes - - -- Jim Nelson Wed, 05 Sep 2012 12:48:48 -0700 - - -geary (0.1.0-1~precise1) precise; urgency=low - - * Initial release. Features include: - - Lightweight IMAP/SMTP email client - - Integration with GMail and Yahoo Mail features - - Read/write HTML email - - Support for starring, archiving, mark as read/unread - - -- Eric Gregory Wed, 04 May 2012 17:30:00 -0700 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de39476..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control deleted file mode 100644 index 667883d61..000000000 --- a/debian/control +++ /dev/null @@ -1,69 +0,0 @@ -Source: geary -Section: gnome -Priority: optional -Maintainer: Michael Gratton -Build-Depends: debhelper (>= 8), - desktop-file-utils, - iso-codes, - itstool, - libcanberra-dev, - libenchant-dev, - libgcr-3-dev, - libgee-0.8-dev, - libglib2.0-dev (>= 2.54.0), - libgmime-2.6-dev (>= 2.6.17), - libgoa-1.0-dev, - libgtk-3-dev (>= 3.22.26), - libjson-glib-dev, - libmessaging-menu-dev, - libnotify-dev, - libsecret-1-dev, - libsoup2.4-dev, - libsqlite3-dev (>= 3.12), - libunity-dev, - libunwind-dev, - libwebkit2gtk-4.0-dev (>= 2.20), - libxml2-dev, - meson (>= 0.41), - valac (>=0.38) -Standards-Version: 4.1.4 -Homepage: https://wiki.gnome.org/Apps/Geary - -Package: geary -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, - iso-codes, - libcanberra0, - libenchant1c2a, - libgcr-base-3-1, - libgcr-ui-3-1, - libgee-0.8-2, - libglib2.0-0 (>= 2.56.0), - libgmime-2.6-0 (>= 2.6.17), - libgoa-1.0-0b, - libgtk-3-0 (>= 3.22.26), - libjson-glib-1.0-0, - libmessaging-menu0, - libnotify4, - libsecret-1-0, - libsoup2.4-1, - libsqlite3-0 (>= 3.12), - libunity9, - libunwind8, - libwebkit2gtk-4.0-37 (>= 2.20), - libxml2 -Description: Email application - Geary is an email application built around conversations, for the - GNOME 3 desktop. It allows you to read, find and send email with a - straightforward, modern interface. - . - Conversations allow you to read a complete discussion without having - to find and click from message to message. - . - Geary's features include: - - Quick email account setup - - Shows related messages together in conversations - - Fast, full text and keyword search - - Full-featured HTML and plain text message composer - - Desktop notification of new mail - - Compatible with GMail, Yahoo! Mail, Outlook.com and other IMAP servers diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index aee6639c5..000000000 --- a/debian/copyright +++ /dev/null @@ -1,39 +0,0 @@ -Format: http://dep.debian.net/deps/dep5 -Upstream-Name: geary -Source: - -Files: * -Copyright: 2016 Software Freedom Conservancy Inc. -License: LGPL-2.1 - This program 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. - . - On Debian systems, the complete text of the GNU Lesser General Public - License 2.1, can be found in /usr/share/common-licenses/LGPL-2.1. - -Files: src/sqlite3-unicodesn/libstemmer_c/* -Copyright: 2001, Dr Martin Porter - 2002, Richard Boulton -License: BSD-2-clause - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - . - Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - . - 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 HOLDER 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. diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index 233955106..000000000 --- a/debian/dirs +++ /dev/null @@ -1,5 +0,0 @@ -/usr -/usr/bin -/usr/share/applications -/usr/share/gnome/help/geary -/usr/share/geary/icons diff --git a/debian/docs b/debian/docs deleted file mode 100644 index ffe5fe2c2..000000000 --- a/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -NEWS -README -THANKS diff --git a/debian/geary-crashdb.conf b/debian/geary-crashdb.conf deleted file mode 100644 index 63c2eb62d..000000000 --- a/debian/geary-crashdb.conf +++ /dev/null @@ -1,5 +0,0 @@ -geary = { - 'impl' : 'launchpad', - 'project' : 'geary', - 'bug_pattern_base' : None, -} diff --git a/debian/geary.install b/debian/geary.install deleted file mode 100644 index 79776255b..000000000 --- a/debian/geary.install +++ /dev/null @@ -1,3 +0,0 @@ -debian/geary-crashdb.conf etc/apport/crashdb.conf.d/ -debian/source_geary.py usr/share/apport/package-hooks/ - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 6b12048b6..000000000 --- a/debian/rules +++ /dev/null @@ -1,32 +0,0 @@ -#!/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 $@ --parallel - -override_dh_auto_configure: - meson --prefix /usr --buildtype=plain debian/build - -override_dh_auto_build: - ninja -v -C debian/build - -# Remove this target altogether for 0.14 -override_dh_strip: - dh_strip --dbgsym-migration='geary-dbg' - -override_dh_auto_install: - DESTDIR=${CURDIR}/debian/geary ninja -C debian/build install - -override_dh_auto_test: - meson test -v -C debian/build engine-tests - -override_dh_auto_clean: - rm -fr debian/build diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/debian/source_geary.py b/debian/source_geary.py deleted file mode 100644 index 96dbeb500..000000000 --- a/debian/source_geary.py +++ /dev/null @@ -1,26 +0,0 @@ -#!/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' -- GitLab