[devscripts] 03/06: bts: Fix syntax issue in the POD documentation, so it can be built with an older pod as well.

Mattia Rizzolo mattia at debian.org
Sat Jan 6 10:57:01 UTC 2018


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 <mattia at debian.org>
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 <mattia at debian.org>
---
 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 <mattia at debian.org>  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



More information about the devscripts-devel mailing list