Package: smbldap-tools
Version: 0.9.7-1
Followup-For: Bug #670246

Dear Maintainer,

I've found the relevant fix: all that has to be done is to insert the qw() in 
parentheses of its own.

i.e. qw() becomes (qw())

In this case the relevant line changes from:

for my $sig_name qw(ALRM INT HUP QUIT TERM TSTP TTIN TTOU) {

to


for my $sig_name (qw(ALRM INT HUP QUIT TERM TSTP TTIN TTOU)) {


Here's hoping that there are very few more.


-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages smbldap-tools depends on:
ii  libcrypt-smbhash-perl    0.12-3
ii  libio-socket-ssl-perl    1.66-1
ii  libnet-ldap-perl         1:0.4400-1
ii  libunicode-maputf8-perl  1.11-2
ii  perl                     5.14.2-9

smbldap-tools recommends no packages.

smbldap-tools suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to