Commit 72227875 authored by Clint Adams's avatar Clint Adams
Browse files

patience: work around ancient timestamp and haskell-devscripts bug

parent 3b30ac83
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
haskell-patience (0.2.1.1-2) unstable; urgency=medium

  * Build-depend on haskell-devscripts (>= 0.15) to work around
    timestamp.  closes: #933205.
  * Explicitly set DEB_CABAL_PACKAGE to work around a bug in
    hlibrary.mk.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 13:19:20 -0400

haskell-patience (0.2.1.1-1) unstable; urgency=medium

  * New upstream version.
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Build-Depends:
 debhelper (>= 10),
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 haskell-devscripts (>= 0.15),
Build-Depends-Indep: ghc-doc
Standards-Version: 4.4.0
Homepage: https://github.com/chessai/patience
+5 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = patience
DEB_DEFAULT_COMPILER = ghc

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk