[Git][haskell-team/DHG_packages][master] tar: re-enable testsuite
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jan 20 03:58:43 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
437be4c3 by Clint Adams at 2026-01-19T22:57:56-05:00
tar: re-enable testsuite
- - - - -
3 changed files:
- p/haskell-tar/debian/changelog
- p/haskell-tar/debian/control
- p/haskell-tar/debian/rules
Changes:
=====================================
p/haskell-tar/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-tar (0.6.4.0-2) unstable; urgency=medium
+
+ * Fix Build-Depends.
+ * Re-enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Mon, 19 Jan 2026 22:40:37 -0500
+
haskell-tar (0.6.4.0-1) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-tar/debian/control
=====================================
@@ -9,9 +9,21 @@ Build-Depends:
debhelper-compat (= 13),
ghc (>= 8),
ghc-prof,
- haskell-devscripts (>= 0.13),
-Build-Depends-Indep: ghc-doc
-Standards-Version: 4.7.0
+ haskell-devscripts (>= 0.16.45),
+ libghc-directory-ospath-streaming-dev (>=0.2.1),
+ libghc-directory-ospath-streaming-dev (<< 0.3),
+ libghc-directory-ospath-streaming-prof,
+ libghc-file-io-dev (<< 0.2),
+ libghc-file-io-prof,
+ libghc-quickcheck2-dev <!nocheck>,
+ libghc-file-embed-dev <!nocheck>,
+ libghc-tasty-dev <!nocheck>,
+ libghc-tasty-quickcheck-dev <!nocheck>,
+ libghc-temporary-dev <!nocheck>,
+Build-Depends-Indep: ghc-doc,
+ libghc-directory-ospath-streaming-doc,
+ libghc-file-io-doc,
+Standards-Version: 4.7.3
Homepage: https://hackage.haskell.org/package/tar
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tar
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tar]
=====================================
p/haskell-tar/debian/rules
=====================================
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
DEB_BUILD_DEPENDENCIES = build-arch
-# Disable tests, which rely on broken bytestring-handle
-export DEB_ENABLE_TESTS = no
+export DEB_ENABLE_TESTS = yes
%:
dh $@
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/437be4c3d44fb9201aaa43eade64d38bbb5bc928
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/437be4c3d44fb9201aaa43eade64d38bbb5bc928
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/20260120/3edfbf9b/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list