[DHG_packages] 01/01: pqueue: switch from dh-haskell to cdbs, since dh-haskell is still mishandling substvars
Clint Adams
clint at moszumanska.debian.org
Fri Jun 23 12:47:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 22f6a3feea9b75537532f2acbbdf4cb09509753f
Author: Clint Adams <clint at debian.org>
Date: Fri Jun 23 08:41:18 2017 -0400
pqueue: switch from dh-haskell to cdbs, since dh-haskell is still mishandling substvars
---
p/haskell-pqueue/debian/changelog | 7 +++++++
p/haskell-pqueue/debian/control | 3 +--
p/haskell-pqueue/debian/rules | 8 ++++++--
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/p/haskell-pqueue/debian/changelog b/p/haskell-pqueue/debian/changelog
index 3b29468..09287f0 100644
--- a/p/haskell-pqueue/debian/changelog
+++ b/p/haskell-pqueue/debian/changelog
@@ -1,3 +1,10 @@
+haskell-pqueue (1.3.2.2-4) unstable; urgency=medium
+
+ * Switch from dh-haskell to cdbs, since dh-haskell is still
+ mishandling substvars.
+
+ -- Clint Adams <clint at debian.org> Fri, 23 Jun 2017 08:40:23 -0400
+
haskell-pqueue (1.3.2.2-3) unstable; urgency=medium
* Re-add dh-haskell to Build-Depends. closes: #865089.
diff --git a/p/haskell-pqueue/debian/control b/p/haskell-pqueue/debian/control
index 17265f0..865700b 100644
--- a/p/haskell-pqueue/debian/control
+++ b/p/haskell-pqueue/debian/control
@@ -5,14 +5,13 @@ Priority: extra
Section: haskell
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
- dh-haskell (>= 0.1),
cdbs,
ghc,
ghc-prof,
libghc-quickcheck2-dev (>= 2.5),
libghc-quickcheck2-dev (<< 3),
Build-Depends-Indep: ghc-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Homepage: http://hackage.haskell.org/package/pqueue
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-pqueue
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-pqueue/debian/rules b/p/haskell-pqueue/debian/rules
index ef7d687..70f9fdf 100755
--- a/p/haskell-pqueue/debian/rules
+++ b/p/haskell-pqueue/debian/rules
@@ -1,4 +1,8 @@
#!/usr/bin/make -f
-%:
- dh $@ --with haskell --buildsystem=haskell
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = pqueue
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list