This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit fbd555f2597b4c143d7733fc04c18fcda44d8d89 Author: James McCoy <[email protected]> Date: Thu Nov 21 23:03:32 2013 -0500 Document USCAN_EXCLUSION in conf.default.in and fix a typo in uscan(1) Signed-off-by: James McCoy <[email protected]> --- conf.default.in | 4 ++++ scripts/uscan.1 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conf.default.in b/conf.default.in index f8aa7fd..97a5a5d 100644 --- a/conf.default.in +++ b/conf.default.in @@ -592,6 +592,10 @@ # # Automatically repack bzipped tar or zip archives to gzipped tars? # USCAN_REPACK=no +# +# Use the Files-Excluded field in debian/copyright to determine whether +# the orig tarball needs to be repacked to remove non-DFSG content? +# USCAN_EXCLUSION=yes ##### uupdate # diff --git a/scripts/uscan.1 b/scripts/uscan.1 index b666ce4..17e7941 100644 --- a/scripts/uscan.1 +++ b/scripts/uscan.1 @@ -522,8 +522,8 @@ If this is set to \fIyes\fR, then after having downloaded a bzip tar, lzma tar, xz tar, or zip archive, \fBuscan\fR will repack it to a gzip tar. This is equivalent to the \fB\-\-repack\fR option. .TP -.B USCAN_NO_EXCLUSION -If this is set to \fIyes\fR, files mentioned in the field \fBFiles-Excluded\fR +.B USCAN_EXCLUSION +If this is set to \fIno\fR, files mentioned in the field \fBFiles-Excluded\fR of \fIdebian/copyright\fR will be ignored and no exclusion of files will be tried. This is equivalent to the \fB\-\-no-exclusion\fR option. .SH "EXIT STATUS" -- 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
