[Git][haskell-team/DHG_packages][master] simple-sendfile: Add missing depends for non-Linux

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Fri Jan 5 01:51:12 GMT 2024



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
706b1109 by Scott Talbert at 2024-01-04T20:48:37-05:00
simple-sendfile: Add missing depends for non-Linux

- - - - -


3 changed files:

- p/haskell-simple-sendfile/debian/changelog
- p/haskell-simple-sendfile/debian/control
- p/haskell-simple-sendfile/debian/rules


Changes:

=====================================
p/haskell-simple-sendfile/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-simple-sendfile (0.2.32-2) unstable; urgency=medium
+
+  * Add missing depends for non-Linux (Closes: #1056629)
+
+ -- Scott Talbert <swt at techie.net>  Thu, 04 Jan 2024 20:48:27 -0500
+
 haskell-simple-sendfile (0.2.32-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-simple-sendfile/debian/control
=====================================
@@ -12,6 +12,18 @@ Build-Depends:
  debhelper (>= 10),
  ghc (>= 8),
  ghc-prof,
+ libghc-conduit-extra-dev (>= 1.0),
+ libghc-conduit-extra-dev (<< 1.4),
+ libghc-conduit-extra-prof,
+ libghc-conduit-dev (>= 1.0),
+ libghc-conduit-dev (<< 1.4),
+ libghc-conduit-prof,
+ libghc-easy-file-dev (>= 0.2.4),
+ libghc-easy-file-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+ libghc-hspec-dev (>= 1.3),
+ libghc-hspec-prof,
  libghc-network-dev (>= 3.1.4),
  libghc-network-prof,
  libghc-resourcet-dev,


=====================================
p/haskell-simple-sendfile/debian/rules
=====================================
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-# https://github.com/kazu-yamamoto/simple-sendfile/issues/17
-DEB_ENABLE_TESTS = no
+DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/buildvars.mk
 include /usr/share/cdbs/1/rules/debhelper.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/706b1109af2052c81b51a319fc58a3f3f8dc99c1
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/20240105/8d3ea774/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list