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
|
dh-haskell (0.6.11) unstable; urgency=medium
* Only set HOME envvar if it's not already set
* Add dh_haskell_install_docfiles
* Bump require haskell-devscripts version
-- Scott Talbert <swt@techie.net> Tue, 28 Oct 2025 00:06:52 -0400
dh-haskell (0.6.10) unstable; urgency=medium
* Run check_recipe as part of test method vs build
-- Scott Talbert <swt@techie.net> Sat, 25 Oct 2025 11:11:53 -0400
dh-haskell (0.6.9) unstable; urgency=medium
* Bump minimum required version of haskell-devscripts
-- Scott Talbert <swt@techie.net> Thu, 16 Oct 2025 00:09:35 -0400
dh-haskell (0.6.8) unstable; urgency=medium
* Add dh_haskell addons to dh-haskell sequencer
* Remove call to dh_buildinfo - it has been removed from Debian
* Use haskell buildsystem by default
* Move envvars needed by dh_haskell_ scripts to common library
* Make dh_makeshlibs and dh_shlibdeps args match hlibrary.mk
* Only build haddock when building arch-indep packages
* Allow and prefer haskell-devscripts-minimal as dependency
* Disable automatic dbgsym generation (to match hlibrary.mk)
* Update dh_compress exclusions to match hlibrary.mk
* Disable dh_missing --fail-missing in compat 13+
-- Scott Talbert <swt@techie.net> Mon, 13 Oct 2025 19:41:31 -0400
dh-haskell (0.6.7) unstable; urgency=medium
* Move package maintenance to DHG officially
* Update Standards-Version to 4.7.2
-- Scott Talbert <swt@techie.net> Thu, 18 Sep 2025 18:42:08 -0400
dh-haskell (0.6.6) unstable; urgency=medium
* Set explicitly the location for GHC's temporary package database.
* Do not install automatic Lintian overrides; will use Lintian's screens
instead.
-- Felix Lechner <felix.lechner@lease-up.com> Wed, 13 Apr 2022 12:28:47 -0700
dh-haskell (0.6.5) unstable; urgency=medium
* Make sure to insert spaces when appending command-line options to
environment variables. (undocumented Haddock/MathJax bug)
-- Felix Lechner <felix.lechner@lease-up.com> Mon, 11 Apr 2022 13:05:08 -0700
dh-haskell (0.6.4) unstable; urgency=medium
* Use new integrated install_recipe() adapted from the CDBS module
hlibrary.mk from haskell-devscripts. (Closes: #865640)
-- Felix Lechner <felix.lechner@lease-up.com> Mon, 11 Apr 2022 04:42:40 -0700
dh-haskell (0.6.3) unstable; urgency=medium
* Use the same build recipes as the older CDBS module hlibrary.mk
from haskell-devscripts.
-- Felix Lechner <felix.lechner@lease-up.com> Fri, 08 Apr 2022 16:32:21 -0700
dh-haskell (0.6.2) unstable; urgency=medium
* Use Perl recipes directly instead of going through the Dh_Haskell.sh
shell library.
* Invoke build time tests ("make check") when appropriate.
* Call Haddock after the build to generate documentation.
* Use run() facility from build system instead of IPC::Run3.
* Run bullseye-backports in Salsa CI instead of buster-backports.
* Bump Debhelper level to 13.
-- Felix Lechner <felix.lechner@lease-up.com> Thu, 07 Apr 2022 07:33:33 -0700
dh-haskell (0.6.1) unstable; urgency=medium
* Provide dh-sequence-haskell in the installable. (Closes: #1005893)
-- Felix Lechner <felix.lechner@lease-up.com> Tue, 22 Feb 2022 10:39:52 -0800
dh-haskell (0.6) unstable; urgency=medium
* Release into unstable.
* Drop installation prerequisite File::Find::Rule from build system.
-- Felix Lechner <felix.lechner@lease-up.com> Tue, 22 Feb 2022 09:56:39 -0800
dh-haskell (0.5) experimental; urgency=medium
* Simple, but nearly complete rewrite based on the currently preferred
alternative /usr/share/cdbs/1/class/hlibrary.mk from haskell-devscripts.
(Closes: #1002296)
* New maintainer.
* Fix typo in d/copyright to clarify choice of GPL-3+.
* Adjust build and runtime prerequisites to new code base.
* Bump Debhelper compat level to 10.
* Bump Standards-Version to 4.6.0.
* Add d/salsa-ci.yml for standard Salsa CI pipeline.
* Add perltidy and perlcritic configurations.
* Add *.bak and *.rej to .gitignore.
-- Felix Lechner <felix.lechner@lease-up.com> Tue, 21 Dec 2021 14:32:04 -0800
dh-haskell (0.4) experimental; urgency=low
* Use ghc-pkg to construct virtual package names instead of manual
parsing.
-- Sven Bartscher <kritzefitz@debian.org> Sun, 09 Oct 2016 13:36:21 +0200
dh-haskell (0.3.1) unstable; urgency=medium
* Take advantage of ${perl:Depends} variable, provided by dh_perl(1).
(Closes: #839020) (Thanks: Niko Tyni <ntyni@debian.org>)
-- Dmitry Bogatov <KAction@gnu.org> Wed, 28 Sep 2016 19:27:54 +0300
dh-haskell (0.3) unstable; urgency=medium
* Avoid push on scalar, which in now forbidden (Closes: #838888)
(Thanks: Chris Lamb <lamby@debian.org>)
* Replace git:// with https:// link in Vcs-Git
-- Dmitry Bogatov <KAction@gnu.org> Mon, 26 Sep 2016 10:44:07 +0300
dh-haskell (0.2) unstable; urgency=medium
* Correctly handle packages without library. (Closes: #820406)
Patch is inspired by one, provided by Neil Mayhew.
* Fix handling of multiple flags, returned by `dpkg-buildflags'.
(Closes: #822947) Patch provided by Colin Watson (cjwatson@ubuntu.com).
* Bump standards version to 3.9.8 (no changes needed)
* Fix debian/copyright syntax
* Use secure uri in Vcs-Git field
* Fix spelling errors
* Fix wrong links in debian/control
-- Dmitry Bogatov <KAction@gnu.org> Fri, 08 Apr 2016 12:47:00 +0300
dh-haskell (0.1) unstable; urgency=low
* Initial release
-- Dmitry Bogatov <KAction@gnu.org> Thu, 09 Jul 2015 23:27:17 +0300
|