Author: adam-guest
Date: 2008-09-20 01:01:22 +0000 (Sat, 20 Sep 2008)
New Revision: 1623

Modified:
   trunk/debian/changelog
   trunk/scripts/debcommit.pl
Log:
Fix a POD error

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-09-17 10:05:53 UTC (rev 1622)
+++ trunk/debian/changelog      2008-09-20 01:01:22 UTC (rev 1623)
@@ -28,9 +28,11 @@
     than root. Patch from Cyril Brulebois. (Closes: #495536)
   * Debbugs.pm: Special-case the "archive" key in select(). The BTS really
     doesn't like it being passed as an array. (Closes: #498201)
-  * debcommit: When committing to a bzr repository with a message including
-    bug closures, pass corresponding --fixes to bzr. Thanks James Westby for
-    the patch. (Closes: #496643)
+  * debcommit:
+    + When committing to a bzr repository with a message including bug
+      closures, pass corresponding --fixes to bzr. Thanks James Westby
+      for the patch. (Closes: #496643)
+    + Fix a POD error.
   * debdiff: Add an option allowing control files in debian/ in source packages
     to be compared using wdiff.
   * debsign: When copying .changes files from a remote host, attempt to process

Modified: trunk/scripts/debcommit.pl
===================================================================
--- trunk/scripts/debcommit.pl  2008-09-17 10:05:53 UTC (rev 1622)
+++ trunk/scripts/debcommit.pl  2008-09-20 01:01:22 UTC (rev 1623)
@@ -164,6 +164,8 @@
 If the changelog entry used for the commit message closes any bugs then --fixes
 options to "bzr commit" will be generated to associate the revision and the 
bugs.
 
+=back
+
 =cut
 
 use warnings;
@@ -736,8 +738,6 @@
 You are free to redistribute this code under the terms of the
 GNU General Public License, version 2 or later.
 
-=back
-
 =head1 AUTHOR
 
 Joey Hess <[EMAIL PROTECTED]>



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to