[devscripts] 02/03: test_uscan_mangle: check auto mode too
Osamu Aoki
osamu at moszumanska.debian.org
Thu Sep 7 12:36:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
osamu pushed a commit to branch master
in repository devscripts.
commit d8e494cdbf827f3005a4bff0840a458c115a7a38
Author: Osamu Aoki <osamu at debian.org>
Date: Sat Sep 2 17:34:14 2017 +0900
test_uscan_mangle: check auto mode too
---
test/test_uscan_mangle | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/test/test_uscan_mangle b/test/test_uscan_mangle
index c539fc0..059e272 100755
--- a/test/test_uscan_mangle
+++ b/test/test_uscan_mangle
@@ -325,7 +325,10 @@ helperWatch() {
if grep -q "pgpurlmangle" $TMPDIR/${PKG}/debian/watch ; then
PGP=pgp
fi
- if grep -q "pgpmode=previous" $TMPDIR/${PKG}/debian/watch ; then
+ if grep -q "pgpmode *= *auto" $TMPDIR/${PKG}/debian/watch ; then
+ PGP=pgp
+ fi
+ if grep -q "pgpmode *= *previous" $TMPDIR/${PKG}/debian/watch ; then
PGP=pgp
fi
$XCOMMAND
--
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