[Git][haskell-team/DHG_packages][master] cgi: work around bugs

Clint Adams gitlab at salsa.debian.org
Sat Jul 27 18:25:53 BST 2019



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


Commits:
ab329652 by Clint Adams at 2019-07-27T17:25:29Z
cgi: work around bugs

- - - - -


3 changed files:

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


Changes:

=====================================
p/haskell-cgi/debian/changelog
=====================================
@@ -1,3 +1,12 @@
+haskell-cgi (3001.3.0.3-2) unstable; urgency=medium
+
+  * Explicitly set DEB_CABAL_PACKAGE to work around bug in
+    haskell-devscripts.
+  * Build-depend on haskell-devscripts (>= 0.15) to work around
+    ancient timestamp.  closes: #933204.
+
+ -- Clint Adams <clint at debian.org>  Sat, 27 Jul 2019 13:24:10 -0400
+
 haskell-cgi (3001.3.0.3-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-cgi/debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends:
  debhelper (>= 10),
  ghc (>= 8.4.3),
  ghc-prof,
- haskell-devscripts (>= 0.13),
+ haskell-devscripts (>= 0.15),
  libghc-exceptions-dev (>= 0.10),
  libghc-exceptions-dev (<< 0.11),
  libghc-exceptions-prof,


=====================================
p/haskell-cgi/debian/rules
=====================================
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = cgi
+DEB_DEFAULT_COMPILER = ghc
 DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ab329652c75381ca26c46eeab220d4356699d10d
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/20190727/93c45d7f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list