[pkg-haskell-tools] 01/01: dht make-all: Do not print "dpkg-deb" calls.

Joachim Breitner nomeata at moszumanska.debian.org
Sat Dec 12 13:45:10 UTC 2015


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

nomeata pushed a commit to branch master
in repository pkg-haskell-tools.

commit 576bdea6b00286355fe2f396a941ba4d0dbb5c25
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Dec 12 14:43:12 2015 +0100

    dht make-all: Do not print "dpkg-deb" calls.
---
 debian/changelog | 6 ++++++
 src/make-all.hs  | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 514d804..9df14da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pkg-haskell-tools (0.10.2) UNRELEASED; urgency=medium
+
+  * dht make-all: Do not print "dpkg-deb" calls.
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 12 Dec 2015 14:42:47 +0100
+
 pkg-haskell-tools (0.10.1) unstable; urgency=medium
 
   * Allow the version of base that comes with 7.10
diff --git a/src/make-all.hs b/src/make-all.hs
index 6a56527..06de1a9 100644
--- a/src/make-all.hs
+++ b/src/make-all.hs
@@ -284,7 +284,8 @@ extendBuildDepends targetDir binToDeb ourBins buildDeps = (buildDeps ++) <$> con
                            then do
                              let debFile = targetDir </> dep
                              need [debFile]
-                             Stdout depList <- cmd [ "dpkg-deb"
+                             Stdout depList <- cmd (Traced "")
+                                                   [ "dpkg-deb"
                                                    , "--field"
                                                    , debFile
                                                    , "Depends"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list