[Git][haskell-team/DHG_packages][master] patience: work around ancient timestamp and haskell-devscripts bug
Clint Adams
gitlab at salsa.debian.org
Sat Jul 27 18:22:20 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
72227875 by Clint Adams at 2019-07-27T17:21:17Z
patience: work around ancient timestamp and haskell-devscripts bug
- - - - -
3 changed files:
- p/haskell-patience/debian/changelog
- p/haskell-patience/debian/control
- p/haskell-patience/debian/rules
Changes:
=====================================
p/haskell-patience/debian/changelog
=====================================
@@ -1,3 +1,12 @@
+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 at debian.org> Sat, 27 Jul 2019 13:19:20 -0400
+
haskell-patience (0.2.1.1-1) unstable; urgency=medium
* New upstream version.
=====================================
p/haskell-patience/debian/control
=====================================
@@ -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
=====================================
p/haskell-patience/debian/rules
=====================================
@@ -1,3 +1,8 @@
#!/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
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/72227875d26f5c9f6827d5e914b4f14b6349d955
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/72227875d26f5c9f6827d5e914b4f14b6349d955
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/897b8e41/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list