[Git][haskell-team/DHG_packages][master] warp: fix testsuite build

Clint Adams (@clint) gitlab at salsa.debian.org
Sun Jul 31 22:48:38 BST 2022



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
b1fb83dd by Clint Adams at 2022-07-31T17:48:12-04:00
warp: fix testsuite build

- - - - -


3 changed files:

- p/haskell-warp/debian/changelog
- p/haskell-warp/debian/control
- p/haskell-warp/debian/rules


Changes:

=====================================
p/haskell-warp/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-warp (3.3.21-2) unstable; urgency=medium
+
+  * Fix testsuite build.
+
+ -- Clint Adams <clint at debian.org>  Sun, 31 Jul 2022 17:48:01 -0400
+
 haskell-warp (3.3.21-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-warp/debian/control
=====================================
@@ -56,9 +56,11 @@ Build-Depends:
  libghc-wai-prof,
  libghc-word8-dev,
  libghc-word8-prof,
- netbase,
  libghc-x509-dev,
  libghc-x509-prof,
+ netbase,
+ libghc-http-client-dev <!nocheck>,
+ curl <!nocheck>,
 Build-Depends-Indep: ghc-doc,
  libghc-auto-update-doc,
  libghc-bsb-http-chunked-doc,


=====================================
p/haskell-warp/debian/rules
=====================================
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/buildvars.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
-
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 	DEB_SETUP_GHC_CONFIGURE_ARGS := -f-allow-sendfilefd
 else
 	DEB_ENABLE_TESTS = yes
 endif
+
+include /usr/share/cdbs/1/rules/buildvars.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b1fb83dda200020f7c638729600d856772524ca4

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b1fb83dda200020f7c638729600d856772524ca4
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/20220731/1c3ad6b6/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list