This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 58112419a8b339d3cdde853fe08bb969291c4ea2 Author: James McCoy <[email protected]> Date: Sun Aug 9 13:59:48 2015 -0400 Add reference to pts-subscribe(1) in bts(1) Closes: #794689 Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 5 +++++ scripts/bts.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cfb7bb3..7a15090 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ devscripts (2.15.9) UNRELEASED; urgency=medium + [ Joachim Breitner ] * mk-origtargz: + Work around tar --delete not working unless piping. This should make the support for Excluded-Files more reliable. Thanks to Felix Natter for identifying the problem and solution. + [ James McCoy ] + * bts: + + Add reference to pts-subscribe(1) in bts(1). (Closes: #794689) + -- Joachim Breitner <[email protected]> Tue, 11 Aug 2015 21:12:03 +0200 devscripts (2.15.8) unstable; urgency=high diff --git a/scripts/bts.pl b/scripts/bts.pl index e7d9e68..55bb83a 100755 --- a/scripts/bts.pl +++ b/scripts/bts.pl @@ -4143,7 +4143,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) +querybts(1), reportbug(1), pts-subscribe(1) =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
