Author: jamessan
Date: 2009-11-20 05:34:47 +0000 (Fri, 20 Nov 2009)
New Revision: 2030
Modified:
trunk/debian/changelog
trunk/scripts/bts.pl
trunk/scripts/debcommit.pl
Log:
Remove deprecated use of L<> for pod2man.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-11-20 05:34:37 UTC (rev 2029)
+++ trunk/debian/changelog 2009-11-20 05:34:47 UTC (rev 2030)
@@ -24,6 +24,7 @@
+ Handle the split up of Dpkg::Changelog in Dpkg 1.15.5.2.
+ Use Dpkg::Changelog::Parse, if available, instead of shelling out to
dpkg-parsechangelog.
+ + Remove use of deprecated L<> markup for pod2man.
* who-uploads: Set a 30 second timeout when invoking wget instead of using
wget's default 900 second timeout. (Closes: #541732)
* debsign: Update the dcut reference to point to ftp.upload.debian.org
@@ -32,6 +33,7 @@
+ Support using buildArea from .svn/deb-layout. (Closes: #456226)
+ Change to the package root directory before verifying the existence of
debsdir.
+ * bts: Remove use of deprecated L<> markup for pod2man.
[ Ryan Niebur ]
* add w3m to suggests for grep-excuses -w, check for it at runtime too
Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl 2009-11-20 05:34:37 UTC (rev 2029)
+++ trunk/scripts/bts.pl 2009-11-20 05:34:47 UTC (rev 2030)
@@ -777,7 +777,7 @@
=item bugs [release-critical | release-critical/... | RC]
Display the page listing the requested bugs in a web browser using
-L<sensible-browser(1)>.
+sensible-browser(1).
Options may be specified after the "bugs" command in addition to or
instead of options at the start of the command line: recognised
Modified: trunk/scripts/debcommit.pl
===================================================================
--- trunk/scripts/debcommit.pl 2009-11-20 05:34:37 UTC (rev 2029)
+++ trunk/scripts/debcommit.pl 2009-11-20 05:34:47 UTC (rev 2030)
@@ -31,7 +31,7 @@
debian/changelog, and is used to tag the package in the repository.
Note that svn/svk tagging conventions vary, so debcommit uses
-L<svnpath(1)> to determine where the tag should be placed in the
+svnpath(1) to determine where the tag should be placed in the
repository.
=item B<-R> B<--release-use-changelog>
@@ -807,6 +807,6 @@
=head1 SEE ALSO
-L<svnpath(1)>.
+svnpath(1).
=cut
--
To unsubscribe, send mail to [email protected].