[Pkg-haskell-commits] darcs: haskell-yesod: Drop 'set -x' from debian/tests/scaffold; autopkgtest doesn't like stderr output.

Colin Watson cjwatson at debian.org
Tue Jun 4 16:06:36 UTC 2013


Tue Jun  4 16:06:11 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Drop 'set -x' from debian/tests/scaffold; autopkgtest doesn't like stderr output.
  Ignore-this: b8b2241ff7a41703bd86186bbfb224be

    M ./changelog +7
    M ./tests/scaffold -1 +1

Tue Jun  4 16:06:11 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Drop 'set -x' from debian/tests/scaffold; autopkgtest doesn't like stderr output.
  Ignore-this: b8b2241ff7a41703bd86186bbfb224be
diff -rN -u old-haskell-yesod//changelog new-haskell-yesod//changelog
--- old-haskell-yesod//changelog	2013-06-04 16:06:36.057543880 +0000
+++ new-haskell-yesod//changelog	2013-06-04 16:06:36.061561632 +0000
@@ -1,3 +1,10 @@
+haskell-yesod (1.1.9.2-6) UNRELEASED; urgency=low
+
+  * Drop 'set -x' from debian/tests/scaffold; autopkgtest doesn't like
+    stderr output.
+
+ -- Colin Watson <cjwatson at debian.org>  Tue, 04 Jun 2013 17:04:56 +0100
+
 haskell-yesod (1.1.9.2-5) unstable; urgency=low
 
   * Move Haskell blurb to the end of the description, reduces the impact
diff -rN -u old-haskell-yesod//tests/scaffold new-haskell-yesod//tests/scaffold
--- old-haskell-yesod//tests/scaffold	2013-06-04 16:06:36.057543880 +0000
+++ new-haskell-yesod//tests/scaffold	2013-06-04 16:06:36.069563973 +0000
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-set -ex
+set -e
 
 cd $ADTTMP
 





More information about the Pkg-haskell-commits mailing list