[DHG_packages] 04/08: ghc: bump compat level to 10, dropping autoreconf stuff and parallel builds (automatic now)

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Mon Jun 19 08:17:56 UTC 2017


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

locutusofborg pushed a commit to branch master
in repository DHG_packages.

commit 49bfa1041401b605f07ceedf35384f9a3f61bc38
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Jun 19 08:59:37 2017 +0200

    ghc: bump compat level to 10, dropping autoreconf stuff and parallel builds (automatic now)
---
 p/ghc/debian/compat  | 2 +-
 p/ghc/debian/control | 4 +---
 p/ghc/debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/p/ghc/debian/compat b/p/ghc/debian/compat
index ec63514..f599e28 100644
--- a/p/ghc/debian/compat
+++ b/p/ghc/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/p/ghc/debian/control b/p/ghc/debian/control
index 8c1c3b2..800e2b7 100644
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -5,11 +5,9 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>
 Standards-Version: 3.9.8
 Build-Depends:
-  debhelper (>= 9),
+  debhelper (>= 10),
   haskell-devscripts-minimal,
   devscripts,
-  dh-autoreconf,
-  autotools-dev,
   grep-dctrl,
   pkg-config,
   ghc (>= 7.8),
diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index 223d43c..fee75de 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -43,7 +43,7 @@ ifeq (x32,$(DEB_HOST_ARCH))
 endif
 
 %:
-	dh $@ --parallel --with autotools-dev
+	dh $@
 
 override_dh_auto_configure:
 	dh_autoreconf perl -- boot

-- 
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