Your message dated Wed, 24 Mar 2010 12:32:32 +0000
with message-id <[email protected]>
and subject line Bug#572631: fixed in fig2sty 1:0.1-14
has caused the Debian Bug report #572631,
regarding XFig.pm: Left/right swap at compound objects
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
572631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572631
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fig2sty
Version: 1:0.1-12
Severity: normal
Tags: patch
XFig.pm return bad hash keys after parsing a compund object.
Fig Format 3.2 specification says:
First line:
type name (brief description)
---- ---- -------------------
int object_code (always 6)
int upperleft_corner_x (Fig units)
int upperleft_corner_y (Fig units)
int lowerright_corner_x (Fig units)
int lowerright_corner_y (Fig units)
XFig module designates these coordinates as 'urx', 'ury', 'llx', 'lly'.
The right notation is 'ulx', 'uly', 'lrx', 'lry'.
Gabor
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (700, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages fig2sty depends on:
ii perl 5.10.0-19lenny2 Larry Wall's Practical Extraction
fig2sty recommends no packages.
fig2sty suggests no packages.
-- debconf-show failed
--- XFig.pm.orig 2010-03-04 13:34:14.000000000 +0100
+++ XFig.pm 2010-03-05 12:24:24.000000000 +0100
@@ -305,7 +305,7 @@
} if ($otype == 5);
do { # Compound
- @$element{'object', 'urx', 'ury', 'llx', 'lly'} = ('compound', @object);
+ @$element{'object', 'ulx', 'uly', 'lrx', 'lry'} = ('compound', @object);
$element->parseBody($fh);
} if ($otype == 6);
@@ -448,7 +448,7 @@
} if ($otype =~ /arc/i);
do { # Compound
- printf $fh "6 %i %i %i %i\n", @$self{'urx', 'ury', 'llx', 'lly'};
+ printf $fh "6 %i %i %i %i\n", @$self{'ulx', 'uly', 'lrx', 'lry'};
foreach $element (@{$self->{elements}}) {
$element->writeBody($fh);
}
--- End Message ---
--- Begin Message ---
Source: fig2sty
Source-Version: 1:0.1-14
We believe that the bug you reported is fixed in the latest version of
fig2sty, which is due to be installed in the Debian FTP archive:
fig2sty_0.1-14.debian.tar.gz
to main/f/fig2sty/fig2sty_0.1-14.debian.tar.gz
fig2sty_0.1-14.dsc
to main/f/fig2sty/fig2sty_0.1-14.dsc
fig2sty_0.1-14_all.deb
to main/f/fig2sty/fig2sty_0.1-14_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.
Johann Felix Soden <[email protected]> (supplier of updated fig2sty 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.8
Date: Wed, 24 Mar 2010 10:47:17 +0100
Source: fig2sty
Binary: fig2sty
Architecture: source all
Version: 1:0.1-14
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Johann Felix Soden <[email protected]>
Description:
fig2sty - LaTeX layout generator based on XFig
Closes: 572631 574230
Changes:
fig2sty (1:0.1-14) unstable; urgency=low
.
* QA upload.
* debian/control:
+ Change maintainer to Debian QA Group, see #534354
+ Bump Standards-Version to 3.8.4 (no changes needed)
+ Add build-dependency on tex-common
* Switch to dpkg-source 3.0 (quilt) format.
* debian/{postinst,postrm}
+ Remove extra texhash call. dh_installtex should handle it now.
(closes: #574230).
* debian/patches:
+ Fix wrong hash key calculation in XFig.pm.
Thanks to Gabor Kiss <[email protected]> for the patch
(closes: #572631).
+ Fix small spelling error in manpage of fig2sty.
* debian/rules:
+ Remove now useless quilt support
+ Add call to dh_installtex
* debian/examples: Install files from Doc/ as mentioned in README.Debian
Checksums-Sha1:
4eee90731d49b8415e1dbceea6593a9ac58b97f5 1192 fig2sty_0.1-14.dsc
45ca5fa372269ec5ac4a800eabc8793b970990fb 9179 fig2sty_0.1-14.debian.tar.gz
1960ee80c02943532874a079a52b8ba92cedb608 29136 fig2sty_0.1-14_all.deb
Checksums-Sha256:
551b4311e14cc5884796ccd081c0a6c26d8118dc45aab5fcf68e00bd3b55b442 1192
fig2sty_0.1-14.dsc
e1e2e99142d6e6f0a479bb5eeb3c7e29e1f042727f1d92b845f8e2a73efe243b 9179
fig2sty_0.1-14.debian.tar.gz
bda7586f422816413c52016e9720fbfd45a408c6b58eae31813f6d8328539c5c 29136
fig2sty_0.1-14_all.deb
Files:
0d7e97c69f27cb530e9a308b83b512a5 1192 tex optional fig2sty_0.1-14.dsc
06a6cf6682eac189d265ef04cea2c6a8 9179 tex optional fig2sty_0.1-14.debian.tar.gz
8a449536e3abd10d6262558e29c07545 29136 tex optional fig2sty_0.1-14_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkuqAtAACgkQBxd04ADYzRbD9QCcChLtsa6H1M6d85S1QH6crSEz
5kQAoJwl+KnYcv3sfhnwRU6gNLoQQP+p
=vChF
-----END PGP SIGNATURE-----
--- End Message ---