Your message dated Tue, 24 Jun 2003 22:18:49 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#197141: fixed in ygraph 0.14-3 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 12 Jun 2003 12:52:27 +0000 >From [EMAIL PROTECTED] Thu Jun 12 07:52:14 2003 Return-path: <[EMAIL PROTECTED]> Received: from antares.tat.physik.uni-tuebingen.de [134.2.170.62] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19QRYq-0006Ke-00; Thu, 12 Jun 2003 07:52:12 -0500 Received: from kobras by antares.tat.physik.uni-tuebingen.de with local (Exim 3.36 #1 (Debian)) id 19QRYp-0007Ic-00; Thu, 12 Jun 2003 14:52:11 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Daniel Kobras <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: ITP: ygraph -- Visualize one-dimensional scientific data X-Mailer: reportbug 2.10.1 Date: Thu, 12 Jun 2003 14:52:11 +0200 X-Debbugs-Cc: debian-devel@lists.debian.org Message-Id: <[EMAIL PROTECTED]> Sender: Daniel Kobras <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_30,HAS_PACKAGE,X_DEBBUGS_CC version=2.53-bugs.debian.org_2003_06_10 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_10 (1.174.2.15-2003-03-30-exp) Package: wnpp Version: unavailable; reported 2003-06-12 Severity: wishlist * Package name : ygraph Version : 0.14 Upstream Author : Denis Pollney <[EMAIL PROTECTED]> * URL : http://www.aei.mpg.de/~pollney/ygraph/ * License : GPL Description : Visualize one-dimensional scientific data The ygraph tool visualizes one-dimensional scientific data sets. It is an enhanced alternative to the xgraph utility and supports the same input format as xgraph. Additionally, ygraph features: . * animating multiple plots simultaneously and synchronously; * stepping back and forth through animations one frame at a time; * zooming, similar to xgraph but without opening a lot of new windows; * plotting derivatives; * subtracting plots; * convergence tests; * reading compressed files; * exporting images and animations. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux antares 2.4.21-rc6 #6 SMP Tue Jun 3 12:14:42 CEST 2003 i686 Locale: LANG=C, LC_CTYPE=de_DE --------------------------------------- Received: (at 197141-close) by bugs.debian.org; 25 Jun 2003 02:24:50 +0000 >From [EMAIL PROTECTED] Tue Jun 24 21:24:50 2003 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19Uzxq-00045J-00; Tue, 24 Jun 2003 21:24:50 -0500 Received: from rdonald by auric.debian.org with local (Exim 3.35 1 (Debian)) id 19Uzs1-00057O-00; Tue, 24 Jun 2003 22:18:49 -0400 From: Daniel Kobras <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.23 $ Subject: Bug#197141: fixed in ygraph 0.14-3 Message-Id: <[EMAIL PROTECTED]> Sender: Randall Donald <[EMAIL PROTECTED]> Date: Tue, 24 Jun 2003 22:18:49 -0400 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of ygraph, which is due to be installed in the Debian FTP archive: ygraph_0.14-3.diff.gz to pool/main/y/ygraph/ygraph_0.14-3.diff.gz ygraph_0.14-3.dsc to pool/main/y/ygraph/ygraph_0.14-3.dsc ygraph_0.14-3_i386.deb to pool/main/y/ygraph/ygraph_0.14-3_i386.deb ygraph_0.14.orig.tar.gz to pool/main/y/ygraph/ygraph_0.14.orig.tar.gz 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. Daniel Kobras <[EMAIL PROTECTED]> (supplier of updated ygraph 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, 14 Jun 2003 17:38:55 +0200 Source: ygraph Binary: ygraph Architecture: source i386 Version: 0.14-3 Distribution: unstable Urgency: low Maintainer: Daniel Kobras <[EMAIL PROTECTED]> Changed-By: Daniel Kobras <[EMAIL PROTECTED]> Description: ygraph - Visualize one-dimensional scientific data Closes: 197141 Changes: ygraph (0.14-3) unstable; urgency=low . * First upload to Debian archives. Closes: #197141 * debian/control, debian/rules: Convert to dpatch scheme. * [10_DESTDIR_fixes.dpatch] Converted previous .diff.gz to dpatch. * [10_clean_must_be_local.dpatch] Move custom clean target to clean-local so it isn't shadowed by default automake target. * [10_CVS20030611.dpatch, 11_CVS-patch_fixup.dpatch] Sync with upstream CVS as of 2003-06-11: + Can handle bz2-compressed files. + Grok gnuplot-like syntax '< foo' to read from foo via a pipe. + Add help dialog. + Fix several mem leaks all over the place. + Various fixes for compiler warnings. + Fix out-of-bounds coordinates when zooming. + Fix help output for -l option. + New command line options --frame_integrate, --time_integrate, --font_size_factor. + Support '#' as comment delimiter. * [11_disable_help.dpatch] Disable help dialog as it isn't useful yet. * debian/control: CVS version needs additional build-dep libbz2-dev. * debian/rules, debian/ygraph.manpages, debian/ygraph.examples: Only install executable via upstream makefile. Use debhelper to install those parts of the documentation that make sense for a package. * [20_string_to_range_fix.dpatch] Fix reference to uninitialized variable in string_to_range. * [10_colormap_range_fix.dpatch] Fix calculation of pixel index in color_set_rgb. * debian/control: Bump standards version to 3.5.10. * debian/control: List more features in long description. Files: 84eef71bc28377580e02379f3babbf21 800 science optional ygraph_0.14-3.dsc f0936d1ccb58fc17eed3526526389c72 206546 science optional ygraph_0.14.orig.tar.gz 5d01ac9d325823ad041842711f8f5f7b 14582 science optional ygraph_0.14-3.diff.gz a96b6576c534ba0d24946819888e0ce2 59876 science optional ygraph_0.14-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (Darwin) iD8DBQE+60TJpOKIA4m/fisRAhncAJoDXmKmjnyeaJYq8+1cudbz0Hs8XgCeKFdY 2LOcohzWMlocei88YPWft88= =vPHI -----END PGP SIGNATURE-----