This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch multitar in repository devscripts.
commit e9c421c8375e670383dfd780d96cd55e78736f3c Author: Osamu Aoki <[email protected]> Date: Thu Nov 12 22:33:52 2015 +0900 test_uscan_mangle: pgpmode=auto --- test/test_uscan_mangle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/test_uscan_mangle b/test/test_uscan_mangle index 01c3721..073d041 100755 --- a/test/test_uscan_mangle +++ b/test/test_uscan_mangle @@ -885,6 +885,14 @@ testWatch4WebNonNativeSig() { helperWatch } +# test normal web page with sig(asc) +testWatch4WebNonNativeSig() { + WATCHVER=4 + WATCHLINE='opts = "pgpmode = auto" \ + @@@url@@@/ (?:.*)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate' + helperWatch +} + # test normal web page with sig(bin) (Files-exclude) testWatch4WebNonNativeFESig() { FILEEXCLUDE=1 -- 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
