1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
astroidmail (0.14-2.1) unstable; urgency=high
* Non-maintainer upload.
* debian/patches: Add a patch to fix compatibility with
newer ronn and solve the FTBFS. (Closes: #924818)
* debian/control: Add build-dependency on scdoc in order to
generate man pages with higher quality.
-- Boyuan Yang <byang@debian.org> Thu, 04 Apr 2019 19:03:52 -0400
astroidmail (0.14-2) unstable; urgency=medium
* Add patch cherry-picked upstream
to shorten GNUPGHOME length in test.
Closes: Bug#909190. Thanks to Frédéric Bonnard.
* Tidy rules: Drop boilerplate.
-- Jonas Smedegaard <dr@jones.dk> Fri, 30 Nov 2018 21:54:19 +0100
astroidmail (0.14-1) unstable; urgency=medium
[ upstream ]
* New release.
[ Jonas Smedegaard ]
* Drop patches cherry-picked upstream and since applied.
* Stop generate manpage: Provide upstream now.
Build-depend on ronn.
Stop build-depend on help2man.
-- Jonas Smedegaard <dr@jones.dk> Mon, 01 Oct 2018 10:18:01 +0200
astroidmail (0.13-4) unstable; urgency=medium
* Add patches cherry-picked upstream:
+ Use cmark (not marked) as default markdown processor.
+ Correctly clear messages and focus state when loading new thread.
+ Do not show default startup queries when intentionally cleared.
* Set Rules-Requires-Root: no.
* Declare compliance with Debian Policy 4.2.1.
* Update package relations: (Build-)depend on cmark (not marked).
* Update copyright info: Extend coverage for myself.
-- Jonas Smedegaard <dr@jones.dk> Wed, 26 Sep 2018 08:34:05 +0200
astroidmail (0.13-3) unstable; urgency=medium
* Fix avoid running testsuite in parallel.
-- Jonas Smedegaard <dr@jones.dk> Sat, 25 Aug 2018 13:13:10 +0200
astroidmail (0.13-2) experimental; urgency=medium
* Update package relations:
+ Fix build-depend on and recommend node-marked.
+ Fix build-depend on recent gnupg.
* Refresh patches with shortening quilt options.
* Cherry-pick patch from upstream git:
+ Bump testsuite plugins to GIR v0.2.
Thanks to upstream for clues on above
(see https://github.com/astroidmail/astroid/issues/540 ).
-- Jonas Smedegaard <dr@jones.dk> Sat, 25 Aug 2018 12:06:12 +0200
astroidmail (0.13-1) experimental; urgency=medium
[ upstream ]
* New release.
[ Jonas Smedegaard ]
* Update copyright info: Add cmake files.
* Update package relations:
+ Build-depend on libwebkit2gtk-4.0-dev (not libwebkitgtk-3.0-dev).
+ Build-depend on protobuf-compiler and recent libprotobuf-dev.
+ Build-depend on cmake (not meson).
* Cherry-pick patches from upstream git:
+ Close correct tab if Mode::close is called on non-active tab.
+ cmake: libhypocycloid should always be static.
+ cmake: fix scalable icon install path.
* Update build cleanup.
* Update Vcs-* fields: Packaging moved to Salsa.
-- Jonas Smedegaard <dr@jones.dk> Fri, 24 Aug 2018 13:52:47 +0200
astroidmail (0.10.2-2) unstable; urgency=medium
* Fix create fake $HOME for testsuite to please gnupg2.
-- Jonas Smedegaard <dr@jones.dk> Wed, 11 Oct 2017 19:57:04 +0200
astroidmail (0.10.2-1) unstable; urgency=medium
[ upstream ]
* New release.
[ Jonas Smedegaard ]
* Drop patch 2001: Obsoleted by switch to meson build system.
* Stop resolve package relations in rules file.
* Stop build-depend on dh-buildinfo.
* Sort package relations.
* Declare docs and examples in debhelper files (not rules file).
* Use meson and short-form dh (not scons or cdbs).
Build-depend on meson (not cdbs).
* Use help2man and xvfb to generate manpage.
Build-depend on help2man.
* Fix set LC_ALL (not LOCALE) in environment during testsuite.
* Use semantic newlines in copyright and license texts.
Reword comments in copyright file.
* Use https protocol in homepage URL.
* Declare compliance with Debian Policy 4.1.1.
-- Jonas Smedegaard <dr@jones.dk> Wed, 11 Oct 2017 19:05:23 +0200
astroidmail (0.10-1) experimental; urgency=medium
[ upstream ]
* New release.
[ Jonas Smedegaard ]
* Install upstream changelog.
* Apply patch 2001 to fix revert to not use _index_file over
_add_message: A commit close to release causing FTBFS, and confirmed
upstream to not cause harm to avoid.
-- Jonas Smedegaard <dr@jones.dk> Sat, 23 Sep 2017 10:28:24 +0200
astroidmail (0.9.1+20170919-1) experimental; urgency=medium
[ upstream ]
* Development snapshot.
[ Jonas Smedegaard ]
* Update watch file: Use substitution strings.
* Update copyright info: Use https protocol in file format URL.
* Tighten lintian overrides regarding License-Reference.
* Update package relations: Build-depend on libgmime-3.0-dev (not
libgmime-2.6-dev).
-- Jonas Smedegaard <dr@jones.dk> Tue, 19 Sep 2017 20:44:32 +0200
astroidmail (0.9.1-1) experimental; urgency=low
[ Jonas Smedegaard ]
* Initial release.
Closes: bug#873202.
-- Jonas Smedegaard <dr@jones.dk> Sun, 27 Aug 2017 14:03:44 +0200
|