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
|
nginx-confgen (2.0-1) unstable; urgency=medium
* New upstream release.
* Drop patches, all were related to the Haskell build system.
* Reduce debian/rules to the bare minimum now that nginx-confgen is
written in C.
* Drop all Haskell-related Build-Depends.
* Override dh_auto_install and define PREFIX when calling make.
-- Jordi Mallach <jordi@debian.org> Wed, 28 Oct 2020 01:31:53 +0100
nginx-confgen (1.2-3) unstable; urgency=medium
* Add patch to fix build with megaparsec 8.x (closes: #964657).
-- Jordi Mallach <jordi@debian.org> Thu, 09 Jul 2020 18:14:25 +0200
nginx-confgen (1.2-2) unstable; urgency=medium
* Add debian/gbp.conf.
* Install generated manpage.
* Set Rules-Requires-Root to "no".
* Add upstream metadata file.
* Move to debhelper compat v12, given we finally don't rely on cdbs.
-- Jordi Mallach <jordi@debian.org> Thu, 23 Apr 2020 19:55:41 +0200
nginx-confgen (1.2-1) unstable; urgency=medium
* Initial release (closes: #956901).
* Add patch to add a Setup.hs, to adapt build to ghc avoiding stack.
* Replace cabal-debian's rules with pandoc-citeproc-preamble's.
* Add patch to hide "same" and "many" from Megaparsec to fix ftbfs.
* Add patch from git to adapt to newer lts and Mepaparsec versions.
-- Jordi Mallach <jordi@debian.org> Mon, 20 Apr 2020 01:57:56 +0200
|