This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit 50844c1ba710eebfb7645e07416e7377a5dbd495 Author: Osamu Aoki <[email protected]> Date: Thu Feb 1 01:59:00 2018 +0000 uscan: Add example for decompress Example watch file for the signature made for the decompressed tarball. Signed-off-by: Osamu Aoki <[email protected]> --- scripts/uscan.pl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 60c9a43..5b82d10 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -874,6 +874,19 @@ file B<foo-2.0.tar.gz.asc>, this watch file downloads these files, verifies the authenticity using the keyring F<debian/upstream/signing-key.asc> and creates the Debian B<orig.tar> file B<foo_2.0.orig.tar.gz>. +Here is another example for the basic single upstream tarball with the matching +signature file on decompressed tarball in the same file path. + + version=4 + opts="pgpsigurlmangle=s%@ARCHIVE_EXT@$%.asc%,decompress" \ + http://example.com/release/@[email protected] \ + files/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate + +For the upstream source package B<foo-2.0.tar.gz> and the upstream signature +file B<foo-2.0.tar.asc>, this watch file downloads these files, verifies the +authenticity using the keyring F<debian/upstream/signing-key.asc> and creates the +Debian B<orig.tar> file B<foo_2.0.orig.tar.gz>. + =head2 HTTP site (pgpmode=next/previous) Here is an example for the basic single upstream tarball with the matching -- 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
