[DHG_packages] 01/01: these: convert to cdbs

Clint Adams clint at moszumanska.debian.org
Fri Oct 21 18:27:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 11e28e730e243c7592c61c8b8c6a7d011eb9eea6
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 21 14:26:16 2016 -0400

    these: convert to cdbs
---
 p/haskell-these/debian/changelog | 7 +++++++
 p/haskell-these/debian/rules     | 8 ++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/p/haskell-these/debian/changelog b/p/haskell-these/debian/changelog
index 3984a16..27482bb 100644
--- a/p/haskell-these/debian/changelog
+++ b/p/haskell-these/debian/changelog
@@ -1,3 +1,10 @@
+haskell-these (0.7.2-4) experimental; urgency=medium
+
+  * Convert build system to cdbs, since dh-haskell seems to be
+    mishandling substvars.
+
+ -- Clint Adams <clint at debian.org>  Fri, 21 Oct 2016 14:25:02 -0400
+
 haskell-these (0.7.2-3) experimental; urgency=medium
 
   * Fix build deps (QuickCheck is actually required for the library).
diff --git a/p/haskell-these/debian/rules b/p/haskell-these/debian/rules
index ef7d687..eaae387 100755
--- a/p/haskell-these/debian/rules
+++ b/p/haskell-these/debian/rules
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@ --with haskell --buildsystem=haskell
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = these
+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