[Git][haskell-team/dh-haskell][master] Revert parallel support as it breaks reproducibility (Closes: #1125000)
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu Jan 8 14:24:25 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / dh-haskell
Commits:
9ec76afc by Scott Talbert at 2026-01-08T09:15:15-05:00
Revert parallel support as it breaks reproducibility (Closes: #1125000)
- - - - -
2 changed files:
- debian/changelog
- lib/Debian/Debhelper/Buildsystem/haskell.pm
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+dh-haskell (0.6.13) unstable; urgency=medium
+
+ * Revert parallel support as it breaks reproducibility (Closes: #1125000)
+
+ -- Scott Talbert <swt at techie.net> Thu, 08 Jan 2026 09:13:49 -0500
+
dh-haskell (0.6.12) unstable; urgency=medium
* Add parallel support
=====================================
lib/Debian/Debhelper/Buildsystem/haskell.pm
=====================================
@@ -158,8 +158,7 @@ sub configure {
sub build {
my ($self) = @_;
- my $parallel = ($self->get_parallel() > 0) ? $self->get_parallel() : 0;
- build_recipe(parallel => $parallel);
+ build_recipe();
if (!$dh{DOARCH}) {
haddock_recipe();
}
View it on GitLab: https://salsa.debian.org/haskell-team/dh-haskell/-/commit/9ec76afca0bac9ea6b91ee90443b80a0782cc970
--
View it on GitLab: https://salsa.debian.org/haskell-team/dh-haskell/-/commit/9ec76afca0bac9ea6b91ee90443b80a0782cc970
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260108/cfc92296/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list