The following commit has been merged in the master branch:
commit 465ee82ff4e756e9bc8d0a711daedf301b520656
Author: Niels Thykier <[email protected]>
Date:   Wed Nov 30 12:51:07 2011 +0100

    Fixed a syntax error caused by a typo
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/checks/debconf b/checks/debconf
index 4f2a6fc..acaf787 100644
--- a/checks/debconf
+++ b/checks/debconf
@@ -69,7 +69,7 @@ my $usespreinst='';
 my $usesmultiselect='';
 
 if ($type eq 'source') {
-    my $binaries = $info->field('binary')/;
+    my $binaries = $info->field('binary');
     # no binary field?  There is not much we can do about it here.
     return 0 unless defined $binaries;
     chomp $binaries;

-- 
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