Author: ryan52-guest
Date: 2009-08-30 05:25:33 +0000 (Sun, 30 Aug 2009)
New Revision: 1978
Modified:
trunk/debian/changelog
trunk/scripts/namecheck.pl
Log:
namecheck: use comments instead of pod blocks so that they don't get
translated, thanks to Florentin Duneau for the patch (Closes:
#529062)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-08-30 05:18:36 UTC (rev 1977)
+++ trunk/debian/changelog 2009-08-30 05:25:33 UTC (rev 1978)
@@ -58,8 +58,11 @@
(Closes: 487323)
* uscan: add support for repacking lzma compressed tarballs, thanks to
Michal Čihař for the patch (Closes: #514504)
+ * namecheck: use comments instead of pod blocks so that they don't get
+ translated, thanks to Florentin Duneau for the patch (Closes:
+ #529062)
- -- Ryan Niebur <[email protected]> Sat, 29 Aug 2009 22:18:08 -0700
+ -- Ryan Niebur <[email protected]> Sat, 29 Aug 2009 22:25:25 -0700
devscripts (2.10.53) unstable; urgency=low
Modified: trunk/scripts/namecheck.pl
===================================================================
--- trunk/scripts/namecheck.pl 2009-08-30 05:18:36 UTC (rev 1977)
+++ trunk/scripts/namecheck.pl 2009-08-30 05:25:33 UTC (rev 1978)
@@ -91,18 +91,14 @@
-=begin doc
+#
+# Load the list of sites, and patterns, to test.
+#
+# By default these will come from the end of the script
+# itself. A user may create the file ~/.namecheckrc with
+# their own patterns if they prefer.
+#
- Load the list of sites, and patterns, to test.
-
- By default these will come from the end of the script
- itself. A user may create the file ~/.namecheckrc with
- their own patterns if they prefer.
-
-=end doc
-
-=cut
-
sub loadPatterns
{
my $file = $ENV{ 'HOME' } . "/.namecheckrc";
@@ -129,17 +125,11 @@
return (@lines);
}
+#
+# Test the given name against the patterns we've loaded from our
+# own script, or the users configuration file.
+#
-
-=begin doc
-
- Test the given name against the patterns we've loaded from our
- own script, or the users configuration file.
-
-=end doc
-
-=cut
-
sub testSites
{
my (@patterns) = (@_);
--
To unsubscribe, send mail to [email protected].