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 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
|
pkg-haskell-tools (0.12) unstable; urgency=medium
* Port to shake 0.16. closes: #901323.
-- Clint Adams <clint@debian.org> Mon, 11 Jun 2018 13:29:32 -0400
pkg-haskell-tools (0.11.1) unstable; urgency=medium
[ Joachim Breitner ]
* dht upload: Prefer a _source changes files over an _arch changes files.
[ Ilias Tsitsimpis ]
* dht what-to-upgrade: Support HTTPS URLs in watchfiles.
* Drop upper bound on concurrent-output (Closes: #881820)
* Change Priority to optional. Since Debian Policy version 4.0.1,
priority extra has been deprecated.
* Use the HTTPS form of the copyright-format URL
* Declare compliance with Debian policy 4.1.1
-- Ilias Tsitsimpis <iliastsi@debian.org> Fri, 17 Nov 2017 13:39:46 +0200
pkg-haskell-tools (0.11.0) unstable; urgency=medium
[ Sean Whitton ]
* dht upload: New -h option to select the dput upload host.
* dht upload: Defaults to the dput default_host, not ssh-upload.
[ Sven Bartscher ]
* Private scripts and libraries are now shipped in /usr/lib rather than
/var/lib.
-- Sven Bartscher <kritzefitz@debian.org> Thu, 10 Aug 2017 12:29:28 -0400
pkg-haskell-tools (0.10.5) unstable; urgency=medium
* Drop upper bound on optparse-applicative. closes: #868635.
-- Clint Adams <clint@debian.org> Mon, 17 Jul 2017 08:50:22 -0400
pkg-haskell-tools (0.10.4) unstable; urgency=medium
[ Joachim Breitner ]
* dht make-all: Fancy dynamic console output
[ Ilias Tsitsimpis ]
* dht dch: Support debchange's '--newversion' option
* Build-Depend on newer version of devscripts (>= 2.16.6)
This newer version is needed because 'dht dch' relies on
#826837 in order to properly work.
* dht dch: Use the '--no-auto-nmu' debchange option
* dht upgrade: Use 'dht dch' instead of debchange
* Remove 'section' field from binary package
This field duplicates the value inherited from the source
package paragraph.
* Improve the Vcs-Browser/Vcs-Git fields
- Use the newer cgit interface, instead of gitweb.
- Use a secure transport protocol for the URI
* Bump standards version to 3.9.8 (no changes required)
* Update 'Source' field on d/copyright
The package is not hosted on hackage.
* Register the documentation in doc-base
* Bump B-Ds as part of GHC 8 transition
-- Ilias Tsitsimpis <i.tsitsimpis@gmail.com> Sat, 29 Oct 2016 00:14:01 +0300
pkg-haskell-tools (0.10.3) unstable; urgency=medium
* dht upgrade: Minor improvements.
* dht debian2dsc: Add some hacks to handle repacksuffixes better.
-- Joachim Breitner <nomeata@debian.org> Sun, 29 May 2016 12:08:45 +0200
pkg-haskell-tools (0.10.2) unstable; urgency=medium
[ Joachim Breitner ]
* dht make-all: Do not print "dpkg-deb" calls.
* dht make-all: Bump a few dependencies. closes: #814991.
* dht upgrade: More robust debian/watch parsing
[ Sven Bartscher ]
* Added dependencies on perl and perl libraries, as dh_perl didn't add
them.
[ Clint Adams ]
* upgrade: pass a static list of --exec-map's to cabal-debian
* Fix thinko in libfile-slurp-perl dependency
* Add libfile-slurp-perl to Build-Depends as well, since it seems to
be necessary to generate man pages.
-- Clint Adams <clint@debian.org> Sun, 13 Mar 2016 22:30:08 -0400
pkg-haskell-tools (0.10.1) unstable; urgency=medium
* Allow the version of base that comes with 7.10
-- Joachim Breitner <nomeata@debian.org> Thu, 10 Dec 2015 12:33:53 +0100
pkg-haskell-tools (0.10) unstable; urgency=low
[ Sven Bartscher ]
* dht make-all: Support package names as targets, additionally to of
full changes file names.
[ Joachim Breitner ]
* dht upload: Do not trip over an already signed .changes file.
* dht upload: Pass --re-resign to debsign.
* dht make-all: Do not pass --no-source to sbuild (why should we?)
-- Joachim Breitner <nomeata@debian.org> Mon, 07 Dec 2015 19:51:26 +0100
pkg-haskell-tools (0.9) unstable; urgency=medium
[ Joachim Breitner ]
* Depend on cabal-debian >= 4.31, the first version supporting --upgrade
(among other improvements)
* New script: dch (wrapper around debchange)
* dht upload: If no changes file is given, derive from the current directory
(like debrelease does).
* dht make-all: Get rid of "--distribution" parameter and derive it from the
changelog, working around sbuild bug #529281
-- Sven Bartscher <sven.bartscher@weltraumschlangen.de> Thu, 10 Sep 2015 19:27:22 +0200
pkg-haskell-tools (0.8) unstable; urgency=medium
* Added missing dependency on cabal-debian
-- Sven Bartscher <sven.bartscher@weltraumschlangen.de> Sun, 16 Aug 2015 15:11:27 +0200
pkg-haskell-tools (0.7) unstable; urgency=medium
* Do not run changestool if sbuild already failed
* make-all: Run shake with progress reporting enabled
* New script: cabal-debian (wrapper around cabal-debian)
* New script: init (Initializes the packaging)
-- Joachim Breitner <nomeata@debian.org> Sat, 15 Aug 2015 21:25:11 +0200
pkg-haskell-tools (0.6) unstable; urgency=medium
* New script: mass-change (really useful!)
-- Joachim Breitner <nomeata@debian.org> Thu, 13 Aug 2015 20:26:36 +0200
pkg-haskell-tools (0.5) unstable; urgency=medium
* Install all scripts, relying on the order of debian/*.install
-- Joachim Breitner <nomeata@debian.org> Thu, 13 Aug 2015 18:05:04 +0200
pkg-haskell-tools (0.4) unstable; urgency=medium
* Override lintian error about rpath, as with all Haskell packages
-- Joachim Breitner <nomeata@debian.org> Thu, 13 Aug 2015 14:16:37 +0200
pkg-haskell-tools (0.3) unstable; urgency=medium
* New script: upload
-- Joachim Breitner <nomeata@debian.org> Thu, 13 Aug 2015 14:11:46 +0200
pkg-haskell-tools (0.2) unstable; urgency=medium
* Use pandoc instead of help2man
* New script: what-to-build
* New script: what-to-upgrade
* New script: debian2dsc
-- Joachim Breitner <nomeata@debian.org> Thu, 13 Aug 2015 13:46:39 +0200
pkg-haskell-tools (0.1) unstable; urgency=low
* Initial release
-- Joachim Breitner <nomeata@debian.org> Thu, 13 Aug 2015 12:06:28 +0200
|