[devscripts] 01/02: 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:56:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository devscripts.

commit 8b3550df634fc51cf285f6bca877e854bd895bff
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 | 5 +++++
 scripts/bts.pl   | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b8ac90f..27336b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,11 @@ devscripts (2.18.1) UNRELEASED; urgency=medium
   * tests:
     + Fix test_debchange when run on Debian derivatives.  Closes: #886211
 
+  [ Mattia Rizzolo ]
+  * 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>  Wed, 03 Jan 2018 14:31:54 +0100
 
 devscripts (2.17.12) unstable; urgency=medium
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