This is an automated email from the git hooks/post-receive script. danielsh-guest pushed a commit to branch master in repository devscripts.
commit 1a2a7e1c27be6a5a8f384c2432d7f60aee24193c Author: Daniel Shahaf <[email protected]> Date: Wed Jul 26 23:17:55 2017 +0000 bts: docs: Add devscripts.conf(5) to "See also" --- debian/changelog | 4 ++++ scripts/bts.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4ac4404..ecbe5ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,10 @@ devscripts (2.17.10) UNRELEASED; urgency=medium * uscan: + Fix the new package version regex for filenamemangle. Closes: #869150 + [ Daniel Shahaf ] + * bts: + + Add devscripts.conf(5) to "See also". Closes: #869842 + -- Mattia Rizzolo <[email protected]> Tue, 25 Jul 2017 14:18:24 +0200 devscripts (2.17.9) unstable; urgency=medium diff --git a/scripts/bts.pl b/scripts/bts.pl index d54f38f..d25ffdf 100755 --- a/scripts/bts.pl +++ b/scripts/bts.pl @@ -4195,7 +4195,7 @@ Please see L<https://www.debian.org/Bugs/server-control> for more details on how to control the BTS using emails and L<https://www.debian.org/Bugs/> for more information about the BTS. -querybts(1), reportbug(1), pts-subscribe(1) +querybts(1), reportbug(1), pts-subscribe(1), devscripts.conf(5) =head1 COPYRIGHT -- 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
