This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch stretch-backports in repository devscripts.
commit 63c0eb3897513d706d8f6f639b74c093dbb207b9 Author: Mattia Rizzolo <[email protected]> Date: Fri Jan 5 11:57:33 2018 +0100 bts: Fix syntax issue in the POD documentation, so it can be built with an older pod as well. *** ERROR: Apparent command =cut not preceded by blank line at line 681 in file fr/bts.fr.pl fr/bts.fr.pl has 1 pod syntax error. Makefile:37: recipe for target 'fr/bts.fr.1' failed Signed-off-by: Mattia Rizzolo <[email protected]> --- debian/changelog | 3 +++ scripts/bts.pl | 2 ++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index d0d5adf..a14db8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ devscripts (2.17.12~bpo9+1) stretch-backports; urgency=medium * Rebuild for stretch-backports. + * bts: + + Fix syntax issue in the POD documentation, so it can be built with an + older pod as well. -- Mattia Rizzolo <[email protected]> Fri, 05 Jan 2018 11:49:06 +0100 diff --git a/scripts/bts.pl b/scripts/bts.pl index 6ff2293..e0f01b8 100755 --- a/scripts/bts.pl +++ b/scripts/bts.pl @@ -1576,7 +1576,9 @@ fixed-in-experimental, d-i, ipv6, lfs, l10n, a11y There is also a tag for each release of Debian since "potato". Note that this list may be out of date, see the website for the most up to date source. + =cut + # note that the tag list is also in the @gtag variable, look for # "potato" above. sub bts_tags { -- 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
