[DHG_packages] 01/01: haskell-bool-extras: migrate to dh-haskell
Dmitry Bogatov
kaction-guest at moszumanska.debian.org
Sat Dec 26 12:25:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
kaction-guest pushed a commit to branch master-migrate
in repository DHG_packages.
commit 5dd3d3791aa34df559e3fbb82665b6c9704aab3f
Author: Dmitry Bogatov <KAction at gnu.org>
Date: Sat Dec 26 15:13:02 2015 +0300
haskell-bool-extras: migrate to dh-haskell
---
p/haskell-bool-extras/debian/changelog | 7 +++++++
p/haskell-bool-extras/debian/control | 9 ++++-----
p/haskell-bool-extras/debian/rules | 7 ++-----
3 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/p/haskell-bool-extras/debian/changelog b/p/haskell-bool-extras/debian/changelog
index 64d8005..30290b1 100644
--- a/p/haskell-bool-extras/debian/changelog
+++ b/p/haskell-bool-extras/debian/changelog
@@ -1,3 +1,10 @@
+haskell-bool-extras (0.4.0-5) UNRELEASED; urgency=medium
+
+ * Migrate to from haskell-devscripts and cdbs to dh-haskell and
+ debhelper
+
+ -- Dmitry Bogatov <KAction at gnu.org> Sat, 26 Dec 2015 15:13:02 +0300
+
haskell-bool-extras (0.4.0-4) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-bool-extras/debian/control b/p/haskell-bool-extras/debian/control
index 6b5b68e..aa1e69f 100644
--- a/p/haskell-bool-extras/debian/control
+++ b/p/haskell-bool-extras/debian/control
@@ -3,11 +3,10 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Dmitry Bogatov <KAction at gnu.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
- cdbs,
- ghc,
- ghc-prof,
+Build-Depends: debhelper (>= 9)
+ , dh-haskell
+ , ghc
+ , ghc-prof
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: http://tom.lokhorst.eu/bool-extras
diff --git a/p/haskell-bool-extras/debian/rules b/p/haskell-bool-extras/debian/rules
index 2150cbc..ef7d687 100755
--- a/p/haskell-bool-extras/debian/rules
+++ b/p/haskell-bool-extras/debian/rules
@@ -1,7 +1,4 @@
#!/usr/bin/make -f
-DEB_CABAL_PACKAGE = bool-extras
-HC = ghc
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
+%:
+ dh $@ --with haskell --buildsystem=haskell
--
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