Your message dated Thu, 18 Jan 2007 07:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#406488: fixed in sqlfairy 0.07-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: sqlfairy Version: 0.07-4 Severity: normal Three of the variables in the Getopts section of sqlt-graph are passed by value instead of by reference. This causes the following error when you attempt to run the script $> sqlt-graph -h Undefined argument in option spec Undefined argument in option spec Undefined argument in option spec solution is to make the variables references by preceeding the $ with a \. Diff follows --- sqlt-graph.orig 2007-01-18 13:25:24.000000000 +1100 +++ sqlt-graph 2007-01-18 13:24:57.000000000 +1100 @@ -119,9 +119,9 @@ 'natural-join' => \$natural_join, 'natural-join-pk' => \$join_pk_only, 's|skip:s' => \$skip_fields, - 'show-datatypes' => $show_datatypes, - 'show-sizes' => $show_sizes, - 'show-constraints' => $show_constraints, + 'show-datatypes' => \$show_datatypes, + 'show-sizes' => \$show_sizes, + 'show-constraints' => \$show_constraints, 'debug' => \$debug, 'h|help' => \$help, ) or die pod2usage; -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-686 Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Versions of packages sqlfairy depends on: ii libgraphviz-perl 2.02-1 Perl interface to the GraphViz gra ii libsql-translator-perl 0.07-4 SQL translation library ii perl 5.8.8-7 Larry Wall's Practical Extraction sqlfairy recommends no packages. -- no debconf information -- Tim Cross Information Technology Directorate University of New England Phone: +61 2 6773 3210 Mobile: 0428 212217 Fax: +61 2 6773 3424 E-Mail: [EMAIL PROTECTED] Web: http://www.une.edu.au/itd --- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former" - Albert Einstein
--- End Message ---
--- Begin Message ---Source: sqlfairy Source-Version: 0.07-5 We believe that the bug you reported is fixed in the latest version of sqlfairy, which is due to be installed in the Debian FTP archive: libsql-translator-perl_0.07-5_all.deb to pool/main/s/sqlfairy/libsql-translator-perl_0.07-5_all.deb sqlfairy_0.07-5.diff.gz to pool/main/s/sqlfairy/sqlfairy_0.07-5.diff.gz sqlfairy_0.07-5.dsc to pool/main/s/sqlfairy/sqlfairy_0.07-5.dsc sqlfairy_0.07-5_all.deb to pool/main/s/sqlfairy/sqlfairy_0.07-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. Eric Dorland <[EMAIL PROTECTED]> (supplier of updated sqlfairy 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, 18 Jan 2007 02:17:25 -0500 Source: sqlfairy Binary: sqlfairy libsql-translator-perl Architecture: source all Version: 0.07-5 Distribution: unstable Urgency: low Maintainer: Eric Dorland <[EMAIL PROTECTED]> Changed-By: Eric Dorland <[EMAIL PROTECTED]> Description: libsql-translator-perl - SQL translation library sqlfairy - SQL translation utilities Closes: 406488 Changes: sqlfairy (0.07-5) unstable; urgency=low . * bin/sqlt-graph: Patch from Didrik Pinte to fix some variable reference typos. (Closes: #406488) Files: 87d345e8e24932aa0267dc23c4e3bcf7 1060 perl optional sqlfairy_0.07-5.dsc a92a320e9afef9725a196ba7b73ecb33 2638 perl optional sqlfairy_0.07-5.diff.gz de21a6bf2c0f5127d3666388a066d6a8 361732 perl optional libsql-translator-perl_0.07-5_all.deb 6e5e5bae44ceab39a957431969010473 31678 perl optional sqlfairy_0.07-5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFryDiYemOzxbZcMYRApbrAJ0WyEK4G2FPSrqX73nqnA1r02NFvQCfXbZj p2kAEQCc0dmcE60AfH3zfR4= =C07e -----END PGP SIGNATURE-----
--- End Message ---

