[devscripts] 04/05: test_package_lifecycle: Match the new dpkg-dev
Osamu Aoki
osamu at moszumanska.debian.org
Thu May 5 11:00:21 UTC 2016
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 <osamu at debian.org>
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 <tester at testity.org>.*! -- Testophilus Testownik <tester at testity.org>!' > ${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
More information about the devscripts-devel
mailing list