[pkg-haskell-tools] 03/04: dht make-all: Do not pass --no-source to sbuild (why should we?)

Joachim Breitner nomeata at moszumanska.debian.org
Mon Dec 7 18:53:23 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 85cf564db861fca19e3023bc4ee4944de2649394
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Dec 7 19:51:24 2015 +0100

    dht make-all: Do not pass --no-source to sbuild (why should we?)
---
 debian/changelog | 3 ++-
 src/make-all.hs  | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e02b5b..2e92116 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,8 @@ pkg-haskell-tools (0.10) UNRELEASED; urgency=low
 
   [ Joachim Breitner ]
   * dht upload: Do not trip over an already signed .changes file.
-  * dht upload: Pass --re-resign to debsign. 
+  * dht upload: Pass --re-resign to debsign.
+  * dht make-all: Do not pass --no-source to sbuild (why should we?)
 
  -- Sven Bartscher <sven.bartscher at weltraumschlangen.de>  Tue, 29 Sep 2015 17:39:55 +0200
 
diff --git a/src/make-all.hs b/src/make-all.hs
index f61a9b0..6a56527 100644
--- a/src/make-all.hs
+++ b/src/make-all.hs
@@ -525,7 +525,6 @@ shakeMain conf@(Conf {..}) sources = do
                 ["sbuild"
                 , "-c", schrootName
                 , "-A"
-                , "--no-source"
                 , "--no-apt-update"
                 , "--dist", dist
                 , "--chroot-setup-commands=bash " ++ fixup

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