Your message dated Thu, 22 Jun 2006 20:47:10 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#366381: fixed in geomview 1.8.1-14 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: geomview Severity: minor Tags: patch The patch below corrects a bug in a list of function prototypes. This is due to the "*" in C attaching to the declarator rather than the type. Although the bug may not cause run-time errors, it interferes with source code analysis. diff -ub src/lib/gprim/geom/knownclass.c.orig src/lib/gprim/geom/knownclass.c --- src/lib/gprim/geom/knownclass.c.orig 2006-05-08 00:08:55.000000000 -0700 +++ src/lib/gprim/geom/knownclass.c 2006-05-08 00:09:12.000000000 -0700 @@ -70,7 +70,8 @@ TlistPresent, VectPresent; -extern GeomClass * +typedef GeomClass *GeomClassPtr; +extern GeomClassPtr BBoxMethods(), BezierListMethods(), BezierMethods(), -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (60, 'unstable'), (40, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-quack+roar.cs.berkeley.edu Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--- End Message ---
--- Begin Message ---Source: geomview Source-Version: 1.8.1-14 We believe that the bug you reported is fixed in the latest version of geomview, which is due to be installed in the Debian FTP archive: geomview_1.8.1-14.diff.gz to pool/main/g/geomview/geomview_1.8.1-14.diff.gz geomview_1.8.1-14.dsc to pool/main/g/geomview/geomview_1.8.1-14.dsc geomview_1.8.1-14_i386.deb to pool/main/g/geomview/geomview_1.8.1-14_i386.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. Steve M. Robbins <[EMAIL PROTECTED]> (supplier of updated geomview 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: Thu, 22 Jun 2006 23:23:16 -0400 Source: geomview Binary: geomview Architecture: source i386 Version: 1.8.1-14 Distribution: unstable Urgency: low Maintainer: Steve M. Robbins <[EMAIL PROTECTED]> Changed-By: Steve M. Robbins <[EMAIL PROTECTED]> Description: geomview - interactive geometry viewing program Closes: 364857 366381 374239 Changes: geomview (1.8.1-14) unstable; urgency=low . * debian/control: Change from lesstif-dev to lesstif2-dev. Closes: #374239. . * src/lib/gprim/geom/knownclass.c: Fix function prototypes using supplied patch (thanks, Karl Chen). Closes: #366381. . * debian/doc-base: Remove extra leading space on abstract. Closes: #364857. Files: d03fad29607717dcb2dc2af455086d56 722 math optional geomview_1.8.1-14.dsc 3b54e4e6fa1cae8c4efe22da372248ad 507344 math optional geomview_1.8.1-14.diff.gz 0cea00b50784add4a00f50a50b1adda2 3828156 math optional geomview_1.8.1-14_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEm2EQ0i2bPSHbMcURAkIuAKCRTdxfT4QP6iuYgjsSNNNf0HNX5QCghasH 7LdjYJtMBoWrguQWlnwDNOc= =hqjN -----END PGP SIGNATURE-----
--- End Message ---

