[DHG_packages] 01/02: Added cleanup for temporary package databases created by haskell-devscripts. Depends on haskell-devscripts-minimal instead of -nocolour.

Sven Bartscher kritzefitz at moszumanska.debian.org
Tue Jul 19 18:04:36 UTC 2016


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

kritzefitz pushed a commit to branch experimental
in repository DHG_packages.

commit 16778e2173f2621c5cce98a9d0136a28381cd916
Author: Sven Bartscher <kritzefitz at debian.org>
Date:   Tue Jul 19 19:59:02 2016 +0200

    Added cleanup for temporary package databases created by haskell-devscripts.
    Depends on haskell-devscripts-minimal instead of -nocolour.
---
 p/ghc/debian/control | 2 +-
 p/ghc/debian/rules   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/p/ghc/debian/control b/p/ghc/debian/control
index 0055aa9..8c1c3b2 100644
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -6,7 +6,7 @@ Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>
 Standards-Version: 3.9.8
 Build-Depends:
   debhelper (>= 9),
-  haskell-devscripts-nocolour,
+  haskell-devscripts-minimal,
   devscripts,
   dh-autoreconf,
   autotools-dev,
diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index 0858709..4214109 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -230,6 +230,7 @@ override_dh_auto_clean:
 	rm -f mk/build.mk
 	rm -rf debian/testghc
 	rm -f ch01.html ch02.html index.html
+	rm -rf debian/tmp-db
 
 	# Hacks:
 	rm -f config.log

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