This is an automated email from the git hooks/post-receive script. taffit pushed a commit to branch master in repository devscripts.
commit 0c57ee6df3f92cef7640dcac36f128f60bf5554b Author: David Prévot <[email protected]> Date: Thu Apr 17 13:47:56 2014 -0400 mk-origtargz: minor syntax fixes --- debian/control | 2 +- scripts/mk-origtargz.pl | 14 +++++++------- scripts/uscan.1 | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 8cb8477..fc40699 100644 --- a/debian/control +++ b/debian/control @@ -173,7 +173,7 @@ Description: scripts to make the life of a Debian Package maintainer easier package which may be installed to satisfy the build-dependencies of the given package [equivs] - mk-origtargz: rename upstream tarball, optionally changing the compression - and removing unwanted files. [unzip, lzma, xz-utils, file, libtext-glob-perl] + and removing unwanted files [unzip, lzma, xz-utils, file, libtext-glob-perl] - namecheck: check project names are not already taken - nmudiff: mail a diff of the current package against the previous version to the BTS to assist in tracking NMUs [patchutils, mutt] diff --git a/scripts/mk-origtargz.pl b/scripts/mk-origtargz.pl index 2b3f6f8..dc84112 100755 --- a/scripts/mk-origtargz.pl +++ b/scripts/mk-origtargz.pl @@ -23,13 +23,13 @@ =head1 NAME -mk-origtargz - Rename upstream tarball, optionally changing the compression and removing unwanted files. +mk-origtargz - rename upstream tarball, optionally changing the compression and removing unwanted files =head1 SYNOPSIS =over -=item B<mk-origtargz> [I<OPTIONS>] F<foo-1.0.tar.gz> +=item B<mk-origtargz> [I<options>] F<foo-1.0.tar.gz> =item B<mk-origtargz> B<--help> @@ -73,12 +73,12 @@ The default is to use the upstream portion of the version of the first entry in =item B<--exclude-file> I<glob> -Remove files matching the given glob from the tarball, as if it was listed in -B<Fiels-Excluded>. +Remove files matching the given I<glob> from the tarball, as if it was listed in +B<Files-Excluded>. =item B<--copyright-file> I<filename> -Remove files matching the patterns found in I<file>, which should have the format of a Debian F<copyright> file. Errors parsing that file are silently ignored, exactly as it is the case with F<debian/copyright>. +Remove files matching the patterns found in I<filename>, which should have the format of a Debian F<copyright> file. Errors parsing that file are silently ignored, exactly as it is the case with F<debian/copyright>. Both the B<--exclude-file> and B<--copyright-file> options amend the list of patterns found in F<debian/copyright>. If you do not want to read that file, @@ -107,7 +107,7 @@ Make the resulting file a copy of the original file (unless it has to be modifie =item B<--rename> -Rename the original file (This is the default behaviour.) +Rename the original file. (This is the default behaviour.) If the file has to be modified (because it is a B<zip> file, because of B<--repack> or B<Files-Excluded>), this implies that the original file is deleted afterwards. @@ -118,7 +118,7 @@ B<--compression>), recompress it. =item B<--compression> [ B<gzip> | B<bzip2> | B<lzma> | B<xz> ] -If B<--repack> is used, or if the given file is a B<zip> file, ensure that the resulting file is compressed using the given scheme. The default is B<gz>. +If B<--repack> is used, or if the given file is a B<zip> file, ensure that the resulting file is compressed using the given scheme. The default is B<gzip>. =item B<-C>, B<--directory> I<directory> diff --git a/scripts/uscan.1 b/scripts/uscan.1 index 33be84f..f6f7635 100644 --- a/scripts/uscan.1 +++ b/scripts/uscan.1 @@ -405,11 +405,11 @@ a zip archive (i.e. it doesn't match a .tlz, .tlzm, .tlzma, .tar.lzma, .txz, installed in order to repack .zip archives, the xz-utils package must be installed to repack lzma or xz tar archives. .TP -\fB\-\-repack-compression\fR \fICOMP\fR +\fB\-\-repack-compression\fR [ \fBgzip\fR | \fBbzip2\fR | \fBlzma\fR | \fBxz\fR ] In the case where the upstream sources are repacked (either because \fB\-\-repack\fR option is given or \fIdebian/copyright\fR contains the field \fBFiles-Excluded\fR), it is possible to control the compression -method via the \fICOMP\fR parameter (defaults to \fBgz\fR). +method via the parameter (defaults to \fBgzip\fR). .TP .B \-\-no\-symlink Don't make these symlinks and don't rename the files. -- 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
