[devscripts] 01/01: test_package_lifecycle: Ignore debhelper's create-stamp logs

James McCoy jamessan at debian.org
Tue Jan 31 04:45:19 UTC 2017


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

jamessan pushed a commit to branch master
in repository devscripts.

commit 00a3307137b96cc2d8789d70b988ae0a9d34ea04
Author: James McCoy <jamessan at debian.org>
Date:   Mon Jan 30 23:30:38 2017 -0500

    test_package_lifecycle: Ignore debhelper's create-stamp logs
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog            | 5 +++++
 test/test_package_lifecycle | 1 +
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9cc40cf..0ae0b04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,11 @@ devscripts (2.17.1) UNRELEASED; urgency=medium
   * debian/tests/control:
     + Depend on build-essential.
 
+  [ James McCoy ]
+  * test_package_lifecycle:
+    + Ignore debhelper's new "create-stamp" output to fix the test failure.
+      (Closes: #852918)
+
  -- Mattia Rizzolo <mattia at debian.org>  Fri, 27 Jan 2017 14:56:35 +0100
 
 devscripts (2.17.0) unstable; urgency=medium
diff --git a/test/test_package_lifecycle b/test/test_package_lifecycle
index e6908c6..dad823e 100755
--- a/test/test_package_lifecycle
+++ b/test/test_package_lifecycle
@@ -101,6 +101,7 @@ runCommandOutCmpFile() {
 	grep -v File::FcntlLock | \
 	grep -v '^  *dh_' | \
 	grep -v '^dh_gencontrol debug symbol wrapper:' | \
+	grep -v '^  *create-stamp debian/debhelper' | \
 	sed -e "s/\`/'/g" | \
 	sed -e "s/^dpkg-buildpackage: info: /dpkg-buildpackage: /g" | \
 	sed -e "s/^dpkg-genchanges: info: /dpkg-genchanges: /g" | \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list