Merge lp:~codygarver/pantheon-mail/remove-debian-packaging into lp:~elementary-apps/pantheon-mail/trunk

Proposed by Cody Garver
Status: Merged
Approved by: Danielle Foré
Approved revision: 1872
Merged at revision: 1872
Proposed branch: lp:~codygarver/pantheon-mail/remove-debian-packaging
Merge into: lp:~elementary-apps/pantheon-mail/trunk
Diff against target: 604 lines (+0/-526)
13 files modified
CMakeLists.txt (+0/-26)
Makefile.in (+0/-4)
debian/changelog (+0/-326)
debian/compat (+0/-1)
debian/control (+0/-65)
debian/copyright (+0/-39)
debian/dirs (+0/-5)
debian/docs (+0/-3)
debian/geary-crashdb.conf (+0/-5)
debian/geary.install (+0/-3)
debian/rules (+0/-22)
debian/source/format (+0/-1)
debian/source_geary.py (+0/-26)
To merge this branch: bzr merge lp:~codygarver/pantheon-mail/remove-debian-packaging
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+278064@code.launchpad.net

Commit message

Remove debian packaging and related build system code

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2015-03-30 21:47:50 +0000
3+++ CMakeLists.txt 2015-11-19 20:00:51 +0000
4@@ -112,32 +112,6 @@
5 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
6 )
7
8-# Ubuntu
9-# Builds the source Debian package used for the Launchpad PPA
10-add_custom_target(
11- ubuntu_pre
12- DEPENDS
13- dist
14- COMMAND
15- ${CMAKE_COMMAND} -E copy ${ARCHIVE_FULL_NAME} ${ARCHIVE_DEBUILD_FULL_NAME}
16- COMMAND
17- tar xvfx ${ARCHIVE_FULL_NAME}
18-)
19-
20-add_custom_target(
21- ubuntu
22- DEPENDS
23- ubuntu_pre
24- COMMAND
25- ${CMAKE_COMMAND} -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/debian"
26- "${CMAKE_CURRENT_BINARY_DIR}/${ARCHIVE_BASE_NAME}/debian"
27- COMMAND
28- debuild -S -k$ENV{GPGKEY}
29- COMMAND
30-
31- WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${ARCHIVE_BASE_NAME}"
32-)
33-
34 add_subdirectory(desktop)
35 add_subdirectory(help)
36 add_subdirectory(icons)
37
38=== modified file 'Makefile.in'
39--- Makefile.in 2013-09-25 19:58:11 +0000
40+++ Makefile.in 2015-11-19 20:00:51 +0000
41@@ -42,10 +42,6 @@
42 @$(MAKE) -C $(BUILD_DIR) dist
43 @cp build/*.xz .
44
45-.PHONY: ubuntu
46-ubuntu:
47- @$(MAKE) -C $(BUILD_DIR) ubuntu
48-
49 .PHONY: valadoc
50 valadoc:
51 @$(MAKE) -C $(BUILD_DIR) valadoc
52
53=== removed directory 'debian'
54=== removed file 'debian/changelog'
55--- debian/changelog 2015-03-30 21:47:50 +0000
56+++ debian/changelog 1970-01-01 00:00:00 +0000
57@@ -1,326 +0,0 @@
58-geary (0.10.0-1~utopic1) utopic; urgency=low
59-
60- * Undo Archive/Trash/Move of email (#721828)
61- * New split headerbar layout with UI, composer improvements (#743960)
62- * Preference to switch between 2-column and 3-column layout (#714793)
63- * Support multiple ("alternate") email addresses per account (#714922)
64- * New shortcut keys to navigate next/previous conversation (#714434)
65- * Fix displaying inline images referenced by Content-ID (#743676)
66- * Numerous bug fixes, optimizations, improvements
67- * Updated translations
68-
69- -- Jim Nelson <jim@yorba.org> Mon, 30 Mar 2015 14:19:36 -0700
70-
71-geary (0.9.1-1~utopic1) utopic; urgency=low
72-
73- * Support HTML signatures (#738895)
74- * Quote from multiple selections in reply (#738188)
75- * Restore reply/reply all/forward state of edited drafts (#743067)
76- * Quoted message portion may be easily removed in composer (#741609)
77- * True delete now supported in Gmail (#721790)
78- * Improved searching for terms w/ punctuation (#714863)
79- * Better management of draft messages to avoid orphans
80- * Empty Trash, Empty Spam (#714809, #725260)
81- * Better conversation construction (#714563)
82- * Improved IMAP connection reestablishment and retrying of remote operations
83- * Various bug fixes, optimizations, improvements
84- * Updated translations
85-
86- -- Jim Nelson <jim@yorba.org> Mon, 02 Feb 2015 18:12:49 -0800
87-
88-geary (0.9.0-1~utopic1) utopic; urgency=low
89-
90- * Improved full-text search experience (#720361)
91- * Periodic database & attachments garbage collection (#714134)
92- * Remove minimum width for sidebar/folder list (#713882)
93- * Use GtkHeaderBar for dialogs (#741240)
94- * Can now specify Reply-To when composing (#714588)
95- * Fix signed int32 UID/UIDVALIDITY bug (#737642)
96- * Composer shortcuts now listed in online help (#741573)
97- * Updated translations
98-
99- -- Jim Nelson <jim@yorba.org> Fri, 19 Dec 2014 17:11:02 -0800
100-
101-geary (0.8.3-1~utopic1) utopic; urgency=low
102-
103- * Prevent race condition causing Geary window not to open (#737811)
104- * Compile with Vala 0.28 (#741077)
105- * Updated SSLv3 POODLE fallback (#741132)
106- * Fixed connection state handler to return to IDLE
107- * Removed unnecessary assertion causing crashes for intl users (#739316)
108- * Updated German help translations
109- * Updated translations
110-
111- -- Jim Nelson <jim@yorba.org> Fri, 19 Dec 2014 16:50:32 -0800
112-
113-geary (0.8.2-1~utopic1) utopic; urgency=low
114-
115- * "View Source" creates temp files only readable by user (#724436)
116- * elementary Contractor support (#734717)
117- * Prevent displaying blank window when Geary first starts (#720360, #737811)
118- * Disable SSLv3 (POODLE attack) (#739019)
119- * Fix IMAP problems when running under Turkish locale (#714892)
120- * Don't crash when closing composer (#739141)
121- * Updated translations
122-
123- -- Jim Nelson <jim@yorba.org> Tue, 04 Nov 2014 13:38:23 -0800
124-
125-geary (0.8.1-1~trusty1) trusty; urgency=low
126-
127- * Display properly-scaled icons under GTK+ 3.14
128- * Don't show composer close/detach buttons twice under GTK+ 3.14
129- * Fix code analysis errors reported by newest Vala
130- * gcr-3 minimum version requirement not specified
131- * Properly install French online help
132- * Czech online help added
133- * Updated Spanish, German translations
134-
135- -- Jim Nelson <jim@yorba.org> Tue, 07 Oct 2014 14:23:20 -0700
136-
137-geary (0.8.0-1~trusty1) trusty; urgency=low
138-
139- * Enforce CSS scope style rules when viewing emails
140- * Bug fixes
141- * Updated translations
142-
143- -- Jim Nelson <jim@yorba.org> Fri, 19 Sep 2014 12:53:00 -0700
144-
145-geary (0.7.2-1~trusty1) trusty; urgency=low
146-
147- * Warn user of TLS certificate issues when connecting (#713247)
148- * Better scrolling system for inline composer
149- * Improved database performance and reduced lags
150- * IMAP stack fix (old IDLEs causing command completion)
151- * Compile with Vala 0.25 and better
152- * Updated translations
153-
154- -- Jim Nelson <jim@yorba.org> Tue, 02 Sep 2014 16:36:51 -0700
155-
156-geary (0.7.1-1~saucy1) saucy; urgency=low
157-
158- * Show attachments lacking a Content-Disposition
159- * Prevent Inbox from being cleared at startup (Dovecot, Zimbra, more)
160- * Major memory leak (due to GMime bindings) fixes
161- * Improved IMAP disconnect/reconnect logic
162- * Autocomplete properly quotes RFC822 strings
163- * Stabilize search results to prevent lost or dropped results
164- * Inline composer polish
165- * Updated translations
166-
167- -- Jim Nelson <jim@yorba.org> Wed, 20 Aug 2014 12:50:08 -0700
168-
169-geary (0.7.0-1~saucy1) saucy; urgency=low
170-
171- * Major overhaul of email composer, now inline in main window and redesigned
172- * Composer will automatically add signature to emails
173- * Saving drafts to server can be disabled
174- * Improved main window interface, now using GtkHeaderBar
175- * Database speed optimizations to reduce lags and improve read times
176- * Improved connection retry
177- * Various bug fixes
178- * Updated translations
179-
180- -- Jim Nelson <jim@yorba.org> Fri, 18 Jul 2014 14:03:07 -0700
181-
182-geary (0.6.5-1~saucy1) saucy; urgency=low
183-
184- * Fixed help documentation installation of translated pages
185-
186- -- Jim Nelson <jim@yorba.org> Tue, 04 Nov 2014 12:47:46 -0800
187-
188-geary (0.6.4-1~saucy1) saucy; urgency=low
189-
190- * French documentation added
191- * Updated translations
192-
193- -- Jim Nelson <jim@yorba.org> Tue, 04 Nov 2014 12:19:04 -0800
194-
195-geary (0.6.3-1~trusty1) trusty; urgency=low
196-
197- * Warn user of TLS certificate issues when connecting (#713247)
198- * Fix wrong timestamp in composed email Date header (#714376)
199- * Compile with Vala 0.25 and better
200-
201- -- Jim Nelson <jim@yorba.org> Tue, 02 Sep 2014 15:49:33 -0700
202-
203-geary (0.6.2-1~saucy1) saucy; urgency=low
204-
205- * Patch major memory leak due to GMime bindings
206- * Prevent Vala 0.26 compiler error
207- * Stabilize search sorting to prevent dropped search results
208- * Prevent Inbox from being cleared on startup w/ Dovecot, Zimbra, and more.
209-
210- -- Jim Nelson <jim@yorba.org> Wed, 20 Aug 2014 12:27:20 -0700
211-
212-geary (0.6.1-1~saucy1) saucy; urgency=low
213-
214- * Copy and move message bug fixes (esp. to prevent lost emails)
215- * Prevent STARTTLS BAD_IDENTITY when connecting to server
216- * Prevent failure when deleting Outbox message
217- * Don't save draft messages on server when UIDPLUS not available
218- * Correct severe database command error (statement too long)
219- * Fix bug when launching Geary with file URIs for attachments
220- * Prevent the IMAP account synchronizer from deadlocking
221- * Fix server compatibility issues (mail.ru, netcourrier.com)
222- * Italian translation of help documentation
223- * Improved translations
224-
225- -- Jim Nelson <jim@yorba.org> Tue, 01 Jul 2014 14:53:19 -0700
226-
227-geary (0.6.0-1~saucy1) saucy; urgency=low
228-
229- * Basic search operators
230- * Save sent mail option
231- * Separate archive, trash, and delete actions
232- * Improved server support
233- * Many stability, speed, and interface improvements and bugfixes
234-
235- -- Charles Lindsay <chaz@yorba.org> Mon, 17 Mar 2014 13:41:15 -0700
236-
237-geary (0.4.3-1~raring1) raring; urgency=low
238-
239- * Fix "squished" conversation list when used with certain themes
240- * Compile-time support for WebKitGTK 2.0
241-
242- -- Jim Nelson <jim@yorba.org> Thu, 12 Dec 2013 15:00:34 -0800
243-
244-geary (0.4.2-1~raring1) raring; urgency=low
245-
246- * Compile with Vala 0.22.1
247-
248- -- Jim Nelson <jim@yorba.org> Wed, 20 Nov 2013 13:06:44 -0800
249-
250-geary (0.4.1-1~raring1) raring; urgency=low
251-
252- * Compile-time support for WebKitGTK 2.2
253- * Fixes IMAP STARTTLS failure to connect bug
254- * Works around LIST bug in IceWarp IMAP servers (crasher)
255- * Solves crash when IMAP connect fails due to timeout
256- * CamelCased MIME types now handled properly (prevents blank emails)
257- * Adds missing RTL icons
258- * New translations
259-
260- -- Jim Nelson <jim@yorba.org> Mon, 11 Nov 2013 17:00:03 -0800
261-
262-geary (0.4.0-1~raring1) raring; urgency=low
263-
264- * Per-account full text search
265- * Automatic save to draft
266- * Refreshed user interface
267- * Per-folder unread email count
268- * Experimental support for Outlook.com
269- * Enhanced "show external images" preference
270- * Find bar for locating text within a conversation (Ctrl+F)
271- * Improved handling of attachments
272- * Malicious link checker
273- * Passwords stored with libsecret instead of GNOME Keyring
274- * Hundreds of bugs fixed and small improvements
275-
276- -- Eric Gregory <eric@yorba.org> Thu, 03 Oct 2013 15:06:36 -0700
277-
278-geary (0.3.1-1~raring1) raring; urgency=low
279-
280- * Reduced CPU and memory footprint
281- * Account dialog bugs fixed
282- * Stability improvements
283-
284- -- Eric Gregory <eric@yorba.org> Tue, 09 Apr 2013 11:39:44 -0700
285-
286-geary (0.3.0-2~raring1) raring; urgency=low
287-
288- * Fix control file
289-
290- -- Charles Lindsay <chaz@yorba.org> Tue, 19 Mar 2013 18:07:37 -0700
291-
292-geary (0.3.0-1~raring1) raring; urgency=low
293-
294- * Support for multiple accounts
295- * Account editor
296- * Basic full conversations
297- * Some light background downloading of messages
298- * Mark as spam/not spam
299- * "Important" folder support
300- * Multiple compressed messages are collapsed in conversation viewer
301- * Mark as read as you scroll in conversation viewer
302- * Highlight unread messages in conversation viewer
303- * New keyboard shortcuts (see help)
304- * Allow auth-less SMTP
305- * Conversation viewer WebKit inspector
306- * Many bugfixes
307-
308- -- Charles Lindsay <chaz@yorba.org> Tue, 19 Mar 2013 15:01:19 -0700
309-
310-geary (0.3.0pr1~raring1) raring; urgency=low
311-
312- * Pre-prelease
313-
314- -- Eric Gregory <eric@yorba.org> Wed, 06 Mar 2013 13:16:40 -0800
315-
316-geary (0.2.2-2~precise2) precise; urgency=low
317-
318- * Updated for daily build PPA.
319-
320- -- Jim Nelson <jim@yorba.org> Mon, 29 Oct 2012 16:29:25 +0100
321-
322-
323-geary (0.2.2-1~precise1) precise; urgency=low
324-
325- * Fix PLAIN authentication (failed w/ Yahoo! and other SMTP servers)
326- * Build will fail if intltool not installed (necessary for .desktop)
327-
328- -- Jim Nelson <jim@yorba.org> Thu, 18 Oct 2012 15:38:44 -0700
329-
330-
331-geary (0.2.1-1~precise5) precise; urgency=low
332-
333- * Save attachments FileChooserDialog now displays network mounts
334- * Adds support for SMTP PLAIN authentication
335- * Installs Italian translation (overlooked in 0.2.0)
336- * Adds three new translations: Czech, Telugu, and Turkish
337- * Preferences dialog and .desktop file now translated
338- * Icon and desktop file cache updated after uninstall
339- * Various translation fixes, including translations not being displayed
340-
341- -- Jim Nelson <jim@yorba.org> Mon, 08 Oct 2012 18:09:18 -0700
342-
343-
344-geary (0.2.0-1~precise1) precise; urgency=low
345-
346- * Fixed Dovecot-related IMAP issues
347- * Fixed Exim-related SMTP issues
348- * Improved icons
349- * Toolbar improvements
350- * Composer window redesign and bug fixes
351- * Conversation List redesign
352- * Messaging Menu integration
353- * Numerous bug and stability fixes
354-
355- -- Jim Nelson <jim@yorba.org> Mon, 01 Oct 2012 14:56:27 -0700
356-
357-
358-geary (0.1.90-1~precise1) precise; urgency=low
359-
360- * Support for sending and receiving attachments
361- * New mail notification for GNOME Shell and Unity
362- * Outbox for scheduled delivery of messages
363- * Better visual presentation of conversations
364- * Full SSL and STARTTLS support
365- * Fine-grained control of account information for connecting to Dovecot
366- and generic IMAP servers
367- * Address autocompletion when composing a message
368- * Database optimizations
369- * Strings marked for translation and .pot file now available
370- * Numerous bug and stability fixes
371-
372- -- Jim Nelson <jim@yorba.org> Wed, 05 Sep 2012 12:48:48 -0700
373-
374-
375-geary (0.1.0-1~precise1) precise; urgency=low
376-
377- * Initial release. Features include:
378- - Lightweight IMAP/SMTP email client
379- - Integration with GMail and Yahoo Mail features
380- - Read/write HTML email
381- - Support for starring, archiving, mark as read/unread
382-
383- -- Eric Gregory <eric@yorba.org> Wed, 04 May 2012 17:30:00 -0700
384
385=== removed file 'debian/compat'
386--- debian/compat 2012-05-04 02:09:34 +0000
387+++ debian/compat 1970-01-01 00:00:00 +0000
388@@ -1,1 +0,0 @@
389-8
390
391=== removed file 'debian/control'
392--- debian/control 2015-06-10 01:52:39 +0000
393+++ debian/control 1970-01-01 00:00:00 +0000
394@@ -1,65 +0,0 @@
395-Source: geary
396-Section: gnome
397-Priority: optional
398-Maintainer: Jim Nelson <jim@yorba.org>
399-Build-Depends: debhelper (>= 8),
400- libgee-0.8-dev,
401- libglib2.0-dev (>= 2.34.0),
402- libgtk-3-dev (>= 3.10.0),
403- libnotify-dev (>=0.7.5),
404- libcanberra-dev (>= 0.28),
405- libwebkitgtk-3.0-dev (>= 1.10.0),
406- libxml2-dev (>= 2.7.8),
407- libsecret-1-dev (>= 0.11),
408- libgmime-2.6-dev (>= 2.6.14),
409- valac,
410- cmake (>= 2.8.0),
411- libsqlite3-dev (>= 3.7.4),
412- libmessaging-menu-dev (>= 12.10.2),
413- libunity-dev (>= 5.12.0),
414- intltool,
415- libgirepository1.0-dev (>= 1.32.0),
416- desktop-file-utils,
417- gnome-doc-utils,
418- libgcr-3-dev (>= 3.10.1)
419-Standards-Version: 3.8.3
420-Homepage: http://www.yorba.org
421-
422-Package: geary
423-Architecture: any
424-Depends: ${shlibs:Depends}, ${misc:Depends},
425- libgee-0.8-2,
426- libglib2.0-0 (>= 2.34.0),
427- libgtk-3-0 (>= 3.10.0),
428- libnotify4 (>= 0.7.5),
429- libcanberra0 (>= 0.28),
430- libwebkitgtk-3.0-0 (>= 1.10.0),
431- libxml2 (>= 2.7.8),
432- libsqlite3-0 (>= 3.7.4),
433- libgmime-2.6-0 (>= 2.6.14),
434- libsecret-1-0 (>= 0.11),
435- libmessaging-menu0 (>= 12.10.2),
436- libunity9 (>= 5.12.0),
437- libgcr-base-3-1 (>= 3.10.1),
438- libgcr-ui-3-1 (>= 3.10.1)
439-Description: Email client
440- Geary is an email client built for the GNOME desktop environment. It
441- allows you to read and send email with a simple, modern interface.
442- .
443- Visit http://www.yorba.org to read about the current state of
444- Geary's development.
445-
446-Package: geary-dbg
447-Architecture: any
448-Section: debug
449-Priority: extra
450-Depends: geary (= ${binary:Version}), ${misc:Depends}
451-Enhances: geary
452-Description: Email client (debugging symbols)
453- Geary is an email client built for the GNOME desktop environment. It
454- allows you to read and send email with a simple, modern interface.
455- .
456- Visit http://www.yorba.org to read about the current state of
457- Geary's development.
458- .
459- This package contains debugging symbols for geary.
460
461=== removed file 'debian/copyright'
462--- debian/copyright 2015-02-06 20:43:33 +0000
463+++ debian/copyright 1970-01-01 00:00:00 +0000
464@@ -1,39 +0,0 @@
465-Format: http://dep.debian.net/deps/dep5
466-Upstream-Name: geary
467-Source: <http://yorba.org>
468-
469-Files: *
470-Copyright: 2012-2015 Yorba Foundation
471-License: LGPL-2.1
472- This program is free software; you can redistribute it and/or
473- modify it under the terms of the GNU Lesser General Public
474- License as published by the Free Software Foundation; either
475- version 2.1 of the License, or (at your option) any later version.
476- .
477- On Debian systems, the complete text of the GNU Lesser General Public
478- License 2.1, can be found in /usr/share/common-licenses/LGPL-2.1.
479-
480-Files: src/sqlite3-unicodesn/libstemmer_c/*
481-Copyright: 2001, Dr Martin Porter
482- 2002, Richard Boulton
483-License: BSD-2-clause
484- Redistribution and use in source and binary forms, with or without
485- modification, are permitted provided that the following conditions are met:
486- .
487- Redistributions of source code must retain the above copyright notice, this
488- list of conditions and the following disclaimer.
489- .
490- Redistributions in binary form must reproduce the above copyright notice, this
491- list of conditions and the following disclaimer in the documentation and/or
492- other materials provided with the distribution.
493- .
494- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
495- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
496- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
497- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
498- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
499- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
500- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
501- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
502- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
503- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
504
505=== removed file 'debian/dirs'
506--- debian/dirs 2012-05-04 02:09:34 +0000
507+++ debian/dirs 1970-01-01 00:00:00 +0000
508@@ -1,5 +0,0 @@
509-/usr
510-/usr/bin
511-/usr/share/applications
512-/usr/share/gnome/help/geary
513-/usr/share/geary/icons
514
515=== removed file 'debian/docs'
516--- debian/docs 2012-05-04 02:09:34 +0000
517+++ debian/docs 1970-01-01 00:00:00 +0000
518@@ -1,3 +0,0 @@
519-NEWS
520-README
521-THANKS
522
523=== removed file 'debian/geary-crashdb.conf'
524--- debian/geary-crashdb.conf 2012-09-13 23:48:57 +0000
525+++ debian/geary-crashdb.conf 1970-01-01 00:00:00 +0000
526@@ -1,5 +0,0 @@
527-geary = {
528- 'impl' : 'launchpad',
529- 'project' : 'geary',
530- 'bug_pattern_base' : None,
531-}
532
533=== removed file 'debian/geary.install'
534--- debian/geary.install 2012-09-13 23:48:57 +0000
535+++ debian/geary.install 1970-01-01 00:00:00 +0000
536@@ -1,3 +0,0 @@
537-debian/geary-crashdb.conf etc/apport/crashdb.conf.d/
538-debian/source_geary.py usr/share/apport/package-hooks/
539-
540
541=== removed file 'debian/rules'
542--- debian/rules 2014-11-14 21:55:05 +0000
543+++ debian/rules 1970-01-01 00:00:00 +0000
544@@ -1,22 +0,0 @@
545-#!/usr/bin/make -f
546-# -*- makefile -*-
547-# Sample debian/rules that uses debhelper.
548-# This file was originally written by Joey Hess and Craig Small.
549-# As a special exception, when this file is copied by dh-make into a
550-# dh-make output file, you may use that output file without restriction.
551-# This special exception was added by Craig Small in version 0.37 of dh-make.
552-
553-# Uncomment this to turn on verbose mode.
554-#export DH_VERBOSE=1
555-
556-%:
557- dh $@ --parallel
558-
559-override_dh_auto_configure:
560- ./configure --prefix=/usr
561-
562-override_dh_strip:
563- dh_strip --dbg-package=geary-dbg
564-
565-override_dh_auto_install:
566- dh_auto_install --destdir=debian/geary --parallel
567
568=== removed directory 'debian/source'
569=== removed file 'debian/source/format'
570--- debian/source/format 2012-05-04 02:09:34 +0000
571+++ debian/source/format 1970-01-01 00:00:00 +0000
572@@ -1,1 +0,0 @@
573-3.0 (quilt)
574
575=== removed file 'debian/source_geary.py'
576--- debian/source_geary.py 2012-09-13 23:48:57 +0000
577+++ debian/source_geary.py 1970-01-01 00:00:00 +0000
578@@ -1,26 +0,0 @@
579-#!/usr/bin/python
580-
581-'''Apport package hook for geary
582-
583-(c) 2012 Robert Dyer, Rico Tzschichholz, Sergey "Shnatsel" Davidoff
584-
585-This program is free software: you can redistribute it and/or modify
586-it under the terms of the GNU General Public License as published by
587-the Free Software Foundation, either version 3 of the License, or
588-(at your option) any later version.
589-
590-This program is distributed in the hope that it will be useful,
591-but WITHOUT ANY WARRANTY; without even the implied warranty of
592-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
593-GNU General Public License for more details.
594-
595-You should have received a copy of the GNU General Public License
596-along with this program. If not, see <http://www.gnu.org/licenses/>.
597-'''
598-
599-from apport.hookutils import *
600-from os import path
601-
602-def add_info(report, ui=None):
603- if not apport.packaging.is_distro_package(report['Package'].split()[0]):
604- report['CrashDB'] = 'geary'

Subscribers

People subscribed via source and target branches