Your message dated Sat, 29 Jul 2006 04:47:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#380266: fixed in num-utils 0.5-5
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: num-utils
Version: 0.5-4
Severity: normal


Sample input data:

    % seq 0 1
    0
    1
    % seq 0 2
    0
    1
    2
    % seq 1 2
    1
    2

Results:

    % seq 0 1 | numinterval ; echo error code=$?        # nothing
    error code=0
    % seq 0 2 | numinterval ; echo error code=$?        # bad
    1
    error code=0
    % seq 1 2 | numinterval ; echo error code=$?        # good
    1
    error code=0

Another test:

    % numrange -N /2..1,0..2/ | numinterval
    -1
    -1
    1

A third test with distinctive intervals, plus my comments:

    % numrange -N /-11,-3,0,5,17/  | numinterval
    8   # "-3 - -11", good
    3   # " 0 -  -3", good
    12  # "17 -   5", good, but the 0-5 interval is missing.


Hope this helps...


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages num-utils depends on:
ii  perl                          5.8.8-6    Larry Wall's Practical Extraction 

num-utils recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: num-utils
Source-Version: 0.5-5

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

num-utils_0.5-5.diff.gz
  to pool/main/n/num-utils/num-utils_0.5-5.diff.gz
num-utils_0.5-5.dsc
  to pool/main/n/num-utils/num-utils_0.5-5.dsc
num-utils_0.5-5_all.deb
  to pool/main/n/num-utils/num-utils_0.5-5_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.
Bart Martens <[EMAIL PROTECTED]> (supplier of updated num-utils 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: Sat, 29 Jul 2006 11:37:08 +0200
Source: num-utils
Binary: num-utils
Architecture: source all
Version: 0.5-5
Distribution: unstable
Urgency: low
Maintainer: Bart Martens <[EMAIL PROTECTED]>
Changed-By: Bart Martens <[EMAIL PROTECTED]>
Description: 
 num-utils  - programs for dealing with numbers from the command line
Closes: 377638 377667 380266
Changes: 
 num-utils (0.5-5) unstable; urgency=low
 .
   * interval: Process value 0 correctly.  Closes: #380266.
   * average: Handling of empty list of numbers.  Closes: #377667.
   * average, bound, interval, normalize, numprocess, numsum, random, range,
     round, template: Removed needless repetition of text in man pages.
     Closes: #377638.
Files: 
 840bc95d54eefd925f6d2e78da09e0b2 554 math optional num-utils_0.5-5.dsc
 f49d92759023b92ad176ab664202e883 9727 math optional num-utils_0.5-5.diff.gz
 bcdac43361b206f4b925362c6420222b 54876 math optional num-utils_0.5-5_all.deb

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

iD8DBQFEy0ltipBneRiAKDwRAqyqAJ9t6dimLJ5GABwke6w3AN4sOugl6ACeI2VF
W+RXhDyRztslZEBS1RCsMwo=
=9owA
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to