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
|
wmail (2.3-1) unstable; urgency=medium
* Added build-dep on debhelper-compat and removed debian/compat.
* New upstream version 2.3
* Remove patches cherry-picked from 2.3.
* Bump standards-version to 4.4.1.
* Set Rules-Requires-Root: no.
* Run wrap-and-sort --max-line-length 72.
-- Jeremy Sowden <jeremy@azazel.net> Sat, 05 Oct 2019 13:51:34 +0100
wmail (2.2-4) unstable; urgency=medium
* Added upstream fix for use-after-free (closes: #332539).
-- Jeremy Sowden <jeremy@azazel.net> Fri, 21 Jun 2019 14:23:57 +0100
wmail (2.2-3) unstable; urgency=medium
* Updated build-deps: added pkg-config.
* Updated build-deps: removed libxt-dev.
* Updated build-deps: added libxext-dev to work-around missing b-d in dockapp.
* Removed trailing blank line from change-log.
* Dropped patch that removed configure and Makefile.in.
* Added home-page.
* DEP-5 copyright.
-- Jeremy Sowden <jeremy@azazel.net> Sun, 16 Jun 2019 17:54:26 +0100
wmail (2.2-2) unstable; urgency=medium
* Added upstream fix for NULL-pointer dereference in config-parser.
-- Jeremy Sowden <jeremy@azazel.net> Sat, 15 Jun 2019 16:31:10 +0100
wmail (2.2-1) unstable; urgency=medium
* Copyright and version updates for man-page.
* Fixed typo's.
* New upstream version 2.2
* Updated patch to remove configure & co.
* Added upstream fix for config typo's.
* Updated man-page.
-- Jeremy Sowden <jeremy@azazel.net> Thu, 13 Jun 2019 10:40:53 +0100
wmail (2.1-2) unstable; urgency=medium
* Restored upstream configure and Makefile.in's, which had been
unintentionally removed.
* Added .gitignore
* Removed wmail.install.
-- Jeremy Sowden <jeremy@azazel.net> Sun, 09 Jun 2019 11:08:52 +0100
wmail (2.1-1) unstable; urgency=medium
* New upstream release.
* Removed configure and Makefile.in's
* Removed override of dh_auto_install.
* Updated copyright.
* Added upstream change-logs.
-- Jeremy Sowden <jeremy@azazel.net> Sat, 08 Jun 2019 14:07:23 +0100
wmail (2.0-4) unstable; urgency=medium
* New maintainer (Closes: #928539).
* Bumped debhelper and compat.
* Bumped policy.
* Applied upstream patch to fix include.
* Updated rules: call dh for all targets, suppress dh_auto_install.
* Removed config.guess and config.sub.
* Removed configure.
* Fixed CPPFLAGS and LIBS in order to enable hardening.
* Enabled hardening.
* Renamed configure.in to configure.ac.
* Removed dirs.
* Added Vcs-Git and Vcs-Browser.
* Added debian/watch.
-- Jeremy Sowden <jeremy@azazel.net> Fri, 31 May 2019 17:29:38 +0100
wmail (2.0-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with ld --as-needed. LP: #832909. Closes: #641334.
* Fix build with libdockapp v0.7.0. Closes: #798112, #798115.
-- Matthias Klose <doko@debian.org> Wed, 09 Sep 2015 00:21:01 +0200
wmail (2.0-3) unstable; urgency=low
* Add manpage (Closes: #380038)
-- Julien Danjou <acid@debian.org> Fri, 25 Aug 2006 15:01:14 +0200
wmail (2.0-2) unstable; urgency=low
* Fix FTBFS (Closes: #355597)
* Don't use make install anymore, use dh_install
-- Julien Danjou <acid@debian.org> Wed, 15 Mar 2006 12:49:01 +0100
wmail (2.0-1) unstable; urgency=low
* Initial Release. (Closes: #297121)
-- Julien Danjou <acid@debian.org> Sun, 27 Feb 2005 10:34:17 +0100
|