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
Tags: patch
At the moment the /usr/bin/sqlt-graph command is not usable :
[EMAIL PROTECTED]:~/Documents/ucl/alert/python/db$ sqlt-graph --f PostgreSQL -o
test.png myscheme.sql
Undefined argument in option spec
Undefined argument in option spec
Undefined argument in option spec
The error is basically a typo error in the Perl file:
- 'show-datatypes' => $show_datatypes,
+ 'show-constraints' => \$show_constraints,
I've attached a patch correcting the three faulty lines.
Didrik
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.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
--- /usr/bin/sqlt-graph 2007-01-11 15:52:14.000000000 +0100
+++ /home/did/patches/sqlt-graph.corrected 2007-01-11 15:52:47.000000000
+0100
@@ -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;
--- 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 ---