[SCM] Git repository for devscripts branch, master, updated. v2.13.2-14-ga9b0cb8

James McCoy jamessan at debian.org
Sat Jul 13 21:06:47 UTC 2013


The following commit has been merged in the master branch:
commit a9b0cb83eb7199754a60721c19431a9d066ac289
Author: James McCoy <jamessan at debian.org>
Date:   Sat Jul 13 17:05:30 2013 -0400

    transition-check: Work around Pod::Simple change causing pod2man to fail.
    
    Closes: #714599
    Signed-off-by: James McCoy <jamessan at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 601e9ef..5001e9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ devscripts (2.13.3) UNRELEASED; urgency=low
     directory.  (Closes: #712166)
   * uscan: Add "Accept: */*" header to fix downloading from Alioth.  Thanks to
     Dmitry Smirnov for the patch.  (Closes: #712261)
+  * transition-check: Work around Pod::Simple change which causes Perl 5.18's
+    pod2man to fail.  (Closes: #714599)
 
   [ Chris Boot ]
   * bts: Fix no-mutt option. (Closes: #709999)
diff --git a/scripts/transition-check.pl b/scripts/transition-check.pl
index 81a3d28..5639a40 100755
--- a/scripts/transition-check.pl
+++ b/scripts/transition-check.pl
@@ -58,12 +58,12 @@ be involved in a transition.
 
 =over 4
 
-=item 0
+=item 0Z<>
 
 Either B<--help> or B<--version> was used, or none of the packages examined
 was involved in a transition.
 
-=item 1
+=item 1Z<>
 
 At least one package examined is involved in a current transition.
 

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list