Loading p/haskell-patience/debian/changelog +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. Loading p/haskell-patience/debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading p/haskell-patience/debian/rules +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 Loading
p/haskell-patience/debian/changelog +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. Loading
p/haskell-patience/debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
p/haskell-patience/debian/rules +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