Your message dated Fri, 10 Nov 2006 18:04:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#396959: fixed in dlint 1.4.0-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dlint
Version: 1.4.0-5
Severity: normal

The unstable version uses deprectated syntax for one 'sort' and three
'tail' commands.  It doesn't break anything, but it does throw warning
messages from sort and tail.

Here is the diff output for the fixes that got the warnings to stop for
me:
--------------------------
307c307
<       sort +0nr $TMPSERIALS | awk '{print $2}' > $TMPNS
---
>       sort -k 0nr $TMPSERIALS | awk '{print $2}' > $TMPNS
321c321
<       ns=`tail +$i $TMPNS | head -1`
---
>       ns=`tail -n +$i $TMPNS | head -1`
395c395
<               set `tail +$i $TMPPTR | head -1`
---
>               set `tail -n +$i $TMPPTR | head -1`
476c476
<               set `tail +$i $TMPA | head -1`
---
>               set `tail -n +$i $TMPA | head -1`
--------------------------


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dlint depends on:
ii  dnsutils                  1:9.3.2-P1.0-1 Clients provided with BIND
ii  perl                      5.8.8-6.1      Larry Wall's Practical Extraction 

dlint recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: dlint
Source-Version: 1.4.0-6

We believe that the bug you reported is fixed in the latest version of
dlint, which is due to be installed in the Debian FTP archive:

dlint_1.4.0-6.diff.gz
  to pool/main/d/dlint/dlint_1.4.0-6.diff.gz
dlint_1.4.0-6.dsc
  to pool/main/d/dlint/dlint_1.4.0-6.dsc
dlint_1.4.0-6_all.deb
  to pool/main/d/dlint/dlint_1.4.0-6_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Florian Hinzmann <[EMAIL PROTECTED]> (supplier of updated dlint package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 10 Nov 2006 22:56:59 +0100
Source: dlint
Binary: dlint
Architecture: source all
Version: 1.4.0-6
Distribution: unstable
Urgency: low
Maintainer: Florian Hinzmann <[EMAIL PROTECTED]>
Changed-By: Florian Hinzmann <[EMAIL PROTECTED]>
Description: 
 dlint      - Checks dns zone information using nameserver lookups
Closes: 396959
Changes: 
 dlint (1.4.0-6) unstable; urgency=low
 .
   * Updates calls to tail and sort to use new syntax and avoid deprecation
     warnings (Closes: #396959).
   * Started using dpatch for this fix.
Files: 
 81e203bcbb32cc927a3921397056418f 555 net extra dlint_1.4.0-6.dsc
 3f97982a008aba85e94046f6e7c19a6a 4908 net extra dlint_1.4.0-6.diff.gz
 6322bb447e3e09fd15b3575b7076d4c8 21894 net extra dlint_1.4.0-6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFVPz733mjdLQHGmURAuI6AJ9HqziMCT90yyKDfHRW1Sk6APHx2wCfYYG8
teF/Elx6pI+8/SetdGju4mQ=
=LsBA
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to