This is an automated email from the git hooks/post-receive script. laney pushed a commit to branch master in repository devscripts.
commit 10c9da7e912e62f0905e92ea6a53b1bf7118518d Author: Iain Lane <[email protected]> Date: Mon Jan 12 13:15:01 2015 +0000 rmadison: The short option for --regex is -r, not -s. --- debian/changelog | 3 +++ scripts/rmadison.pl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c072b06..662586a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ devscripts (2.15.1+exp1) UNRELEASED; urgency=medium * chdist: Also set Apt::Architectures to prevent foreign architectures from the host leaking into the apt tree (Closes: #774685) + [ Iain Lane ] + * rmadison: The short option for --regex is -r, not -s. + -- James McCoy <[email protected]> Sat, 03 Jan 2015 00:47:36 -0500 devscripts (2.15.1) unstable; urgency=medium diff --git a/scripts/rmadison.pl b/scripts/rmadison.pl index 26580a4..eddc053 100755 --- a/scripts/rmadison.pl +++ b/scripts/rmadison.pl @@ -250,7 +250,7 @@ show this help and exit only show info for this suite -=item B<-s>, B<--regex> +=item B<-r>, B<--regex> treat PACKAGE as a regex -- 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
