Your message dated Wed, 01 Nov 2017 13:38:16 +0000
with message-id <[email protected]>
and subject line Bug#870365: fixed in xfig 1:3.2.6a-2
has caused the Debian Bug report #870365,
regarding xfig: colour slider arrows work backwards
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.)
--
870365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870365
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xfig
Version: 1:3.2.6a-1
Severity: minor
Tags: patch
Dear Maintainer,
Open xfig's colour palette and select a user-defined colour (adding one
first if necessary). The RGB & HSV sliders can be dragged with the mouse
as expected, but when I try moving one by clicking on one of its arrows,
it moves in the opposite direction to the arrow. Clicking with button 1
or 3 in the body of the scrollbar, outside the thumb, is similarly
affected: the thumb moves away from the pointer.
I attach a proposed fix.
(I suspect this may be quite an old bug, although possibly it would have
been less obvious with Xaw-style scrollbars.)
Tim Bagot
-- System Information:
Debian Release: 9.1
APT prefers stable
APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages xfig depends on:
ii libc6 2.24-11+deb9u1
ii libjpeg62-turbo 1:1.5.1-2
ii libpng16-16 1.6.28-1
ii libx11-6 2:1.6.4-3
ii libxi6 2:1.7.9-1
ii libxpm4 1:3.5.12-1
ii libxt6 1:1.1.5-1
ii xaw3dg 1.5+E-18.2
Versions of packages xfig recommends:
ii fig2dev [transfig] 1:3.2.6a-2
ii transfig 1:3.2.6a-2
ii xfig-libs 1:3.2.6a-1
Versions of packages xfig suggests:
ii cups-bsd [lpr] 2.2.1-8
ii cups-client 2.2.1-8
ii ghostscript 9.20~dfsg-3.2
ii gimp 2.8.18-1
ii gsfonts-x11 0.24
ii netpbm 2:10.0-15.3+b2
pn spell <none>
ii xfig-doc 1:3.2.6a-1
-- no debconf information
--- src/w_color.c
+++ src/w_color.c
@@ -1919,15 +1919,15 @@
pos = 255 - (int)(locked_top * 255 + 0.5);
break;
case S_HUE:
- hsv_values.h += (going_up? -blip: blip);
+ hsv_values.h += (going_up? blip: -blip);
ThumbHSV(w, 1.0-hsv_values.h);
return;
case S_SAT:
- hsv_values.s += (going_up? -blip: blip);
+ hsv_values.s += (going_up? blip: -blip);
ThumbHSV(w, 1.0-hsv_values.s);
return;
case S_VAL:
- hsv_values.v += (going_up? -blip: blip);
+ hsv_values.v += (going_up? blip: -blip);
ThumbHSV(w, 1.0-hsv_values.v);
return;
default:
@@ -1935,7 +1935,7 @@
exit(1);
}
- if (going_up) {
+ if (!going_up) {
if (pos > 0)
pos--;
} else {
--- End Message ---
--- Begin Message ---
Source: xfig
Source-Version: 1:3.2.6a-2
We believe that the bug you reported is fixed in the latest version of
xfig, which is due to be installed in the Debian FTP archive.
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.
Roland Rosenfeld <[email protected]> (supplier of updated xfig 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: SHA256
Format: 1.8
Date: Wed, 01 Nov 2017 12:44:41 +0100
Source: xfig
Binary: xfig xfig-doc xfig-libs
Architecture: source amd64 all
Version: 1:3.2.6a-2
Distribution: unstable
Urgency: medium
Maintainer: Roland Rosenfeld <[email protected]>
Changed-By: Roland Rosenfeld <[email protected]>
Description:
xfig - Facility for Interactive Generation of figures under X11
xfig-doc - XFig on-line documentation and examples
xfig-libs - XFig image libraries and examples
Closes: 870365
Changes:
xfig (1:3.2.6a-2) unstable; urgency=medium
.
* Suggest firefox instead of iceweasel now.
* Update to Standards-Version 4.1.1
- Change copyright-format to https.
* Remove trailing whitespace from debian/rules.
* Upgrade debhelper from v9 to v10.
* Remove dh-autoreconf, since this is included in debhelper v10.
* Remove reproducible build workaround for "man -Thtml".
* 06_doc_libraries: Replace broken external frame in doc by local one.
* 07_colorsliderarrows: Fix direction of RGB & HSV color sliders arrows.
Thanks to Tim Bagot for providing the patch (Closes: #870365).
Checksums-Sha1:
15ef684eb9342e575782bab91d35f9302a2b9968 1985 xfig_3.2.6a-2.dsc
4da8222f14bc4af1a9b486904c19e1f2b78e91ca 37796 xfig_3.2.6a-2.debian.tar.xz
4e395d3c79233cd1082c4364095f3cf798552789 1521888 xfig-dbgsym_3.2.6a-2_amd64.deb
21f67318d539b186516b9f771405b1e43faebec0 3417588 xfig-doc_3.2.6a-2_all.deb
8f7b1cb80624a5bef6e3f703d0270b7fc1b6f266 1106816 xfig-libs_3.2.6a-2_all.deb
c368719836d4fd96112998661253af4a64e065d8 8406 xfig_3.2.6a-2_amd64.buildinfo
c4224d4afc3f75778c0ea932ff2a6eec56c17ada 694008 xfig_3.2.6a-2_amd64.deb
Checksums-Sha256:
41a3ee516c678f53d7d0a794bdba1176e364c7ad898efa322dff35c077fa3c58 1985
xfig_3.2.6a-2.dsc
94cac4d7d4a1f500ec85fe311735e3796d35977d254276c6356a85f20acf76a2 37796
xfig_3.2.6a-2.debian.tar.xz
23ad3c98bc01514b0e904d57f6378cce69e9cb780596f94a3f53a68a67ffe947 1521888
xfig-dbgsym_3.2.6a-2_amd64.deb
5fc13995e1297f13e074264d652179143b4fff214d42f8d5a15d5be6922a0062 3417588
xfig-doc_3.2.6a-2_all.deb
cc72d58a17344a2d347d5f6db19e214a0f84b617fea5467dc1e52fa9e7295d19 1106816
xfig-libs_3.2.6a-2_all.deb
60f6cfd5c973118ad45e8e1c1b5474fd5787d40f5261f731627dbdfa812bd050 8406
xfig_3.2.6a-2_amd64.buildinfo
a2cf51cdb458322afd9def74abeba976af192e0d24e59dc73804deb9073cf778 694008
xfig_3.2.6a-2_amd64.deb
Files:
f4cb24e010cd16b9febf68b64a695175 1985 graphics optional xfig_3.2.6a-2.dsc
293f71a286002e44a556205d28d6cf28 37796 graphics optional
xfig_3.2.6a-2.debian.tar.xz
fbca6b28fb5b3525da94e0842fc442e8 1521888 debug optional
xfig-dbgsym_3.2.6a-2_amd64.deb
d7e109dd57ca0d4bf4aaf43306b618c1 3417588 doc optional xfig-doc_3.2.6a-2_all.deb
21e938a41ee2801ba252dc428d606703 1106816 graphics optional
xfig-libs_3.2.6a-2_all.deb
6b973758e4b539fb8048f166dd082410 8406 graphics optional
xfig_3.2.6a-2_amd64.buildinfo
f21e4570415544a8df39e19f4cfba810 694008 graphics optional
xfig_3.2.6a-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEErC+9sQSUPYpEoCEdAnE7z8pUELIFAln5yEoACgkQAnE7z8pU
ELJSThAAnNMasfc5LWFEpwBdM73BvyISrThMeiFmxQrlJKvLCoJw1Rv1052kD9YN
Pr7DQ/M2X5CDKc5vomVGIa1EH0Z8RmhfEvkEwprFxQOyz0xLnTCAO74suQN57ZUW
+DyuNz9GtDW8LNuG7wYfuryQRR73jgdW88JaEeWHvR+nKnPOxhMw+r1p0uA9+oDm
2xFrc6RCcvMnnFudp8c9YIGLvqzbcdhNSVm9g2JoF0b6AhabglTCsoUjnz5FoE4R
c0jp/Pvdze9LvAdPgkkqCOeUHxIZLbh6EftXDaF1dVqU4gT2po5IVxV8xla93Jli
TJY0pbgeDARvMh1kEpPA71ZxMUFTnF6umihkCVGt5/s+h/BY53dmkP0Kq75y3bza
+1ODqix7yMsnV2cUe2XZoE+FryTmq/1xlkfXa+drtJm6bQ+GPvGXzGKSZhG51Txy
Veng/dguBvODK3sU91LSVq0LH4ZFWnogqTmXJC7O9cIqV604xx7sHtPc3GdasL7V
mYEpCgY/p7HofwzFAvLLydupFu2kTa7UN6QpBwt+hBex3AV47+P9AFuAWYQQP5+K
TUjg4DhFUZMmLKzmG9nCHWQhiwG7J8z5Ddn1LMGa/NssXaxz1mqUQnQPCLrrNRGR
XnDtOUzshNhXU+1cR4VT4Ap4oy3bQ1knAYXBNd2SjnJnYzweZbc=
=/liu
-----END PGP SIGNATURE-----
--- End Message ---