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

osamu pushed a commit to branch master
in repository devscripts.

commit c6049d976d346e5e855f77e8b97b39ac94d6ced0
Author: Osamu Aoki <[email protected]>
Date:   Thu May 5 18:39:51 2016 +0900

    test_package_lifecycle: Match the new dpkg-dev
    
    This is to avoid build failure due to some dpkg-* commands
    adding "info: ". (dpkg-dev 1.18.6)
---
 test/test_package_lifecycle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/test_package_lifecycle b/test/test_package_lifecycle
index c2908f4..66b8b81 100755
--- a/test/test_package_lifecycle
+++ b/test/test_package_lifecycle
@@ -101,6 +101,8 @@ runCommandOutCmpFile() {
        grep -v File::FcntlLock | \
        grep -v '^  *dh_' | \
        sed -e "s/\`/'/g" | \
+       sed -e "s/^dpkg-buildpackage: info: /dpkg-buildpackage: /g" | \
+       sed -e "s/^dpkg-genchanges: info: /dpkg-genchanges: /g" | \
        sed -e's!^ -- Testophilus Testownik <[email protected]>.*! -- 
Testophilus Testownik <[email protected]>!' > ${stdoutF}
     retval=$?
        eval "cmp ${stdoutF} ${exp_stdoutfile}" 3>&1 >/dev/null

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

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to