This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit ec6efdccdc76eb9cdb878fa6fffebbab196b2167 Author: James McCoy <[email protected]> Date: Fri Aug 28 19:38:47 2015 -0400 debcheckout: Document FILE argument to -f option Closes: #797265 Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 3 +++ scripts/debcheckout.pl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8db9c66..6c121d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,9 @@ devscripts (2.15.9) UNRELEASED; urgency=medium Burchardt for the patch. (Closes: #795573) * debchange: + Only emit "no orig tarball" for non-native packages. (Closes: #797018) + * debcheckout: + + Clarify documentation of -f option. Thanks to Daniel Shahaf for the + patch! (Closes: #797265) [ Dominique Dumont ] * licensecheck: diff --git a/scripts/debcheckout.pl b/scripts/debcheckout.pl index 4a28f36..7e5a1b0 100755 --- a/scripts/debcheckout.pl +++ b/scripts/debcheckout.pl @@ -119,7 +119,7 @@ should be one of the currently supported repository types. Specify the login name to be used in authenticated mode (see B<-a>). This option implies B<-a>: you don't need to specify both. -=item B<-f>, B<--file> +=item B<-f> I<FILE>, B<--file> I<FILE> Specify that the named file should be extracted from the repository and placed in the destination directory. May be used more than once to extract multiple -- 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
