The following commit has been merged in the master branch:
commit 61c222fe91682f3190d98ab90f7cd40cdddea48c
Author: Niels Thykier <[email protected]>
Date:   Sun Jun 30 09:53:06 2013 +0200

    p/generate-html-docs: Fix perlcritic warning
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/private/generate-html-docs b/private/generate-html-docs
index a333a4c..a9c52a4 100755
--- a/private/generate-html-docs
+++ b/private/generate-html-docs
@@ -51,7 +51,7 @@ sub guess_version {
         $dist = $1 if $line =~ m{\A Distribution: \s*+ (\S++) \s* \Z}xsm;
     }
     close($fd);
-    if ( (! defined($dist) or $dist eq 'UNRELEASED') and -d '.git') {
+    if ( (not defined($dist) or $dist eq 'UNRELEASED') and -d '.git') {
         # For unreleased versions, git describe is probably a better
         # choice when available.
         my $guess;

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to