Your message dated Wed, 01 May 2013 15:03:01 +0000
with message-id <e1uxyyf-0001hi...@franck.debian.org>
and subject line Bug#702674: fixed in fritzing 0.7.12b-1
has caused the Debian Bug report #702674,
regarding fritzing: Fails to build on arm*
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 ow...@bugs.debian.org
immediately.)
--
702674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fritzing
Version: 0.7.10b-1
Severity: serious
Tags: patch upstream
Justification: fails to build from source (but built successfully in the past)
On arm*, qreal != double. See the attached patch for a fix. Also, already
sent upstream. See:
http://code.google.com/p/fritzing/issues/detail?id=2464
Since this doesn't affect Wheezy, I don't plan to NMU.
Scott Kitterman <scott@kitterman,com>
Will forward to Debian/upstream
Qreal != Double on arm*
Index: fritzing-0.7.10b/src/partseditor/pemainwindow.cpp
===================================================================
--- fritzing-0.7.10b.orig/src/partseditor/pemainwindow.cpp 2013-03-09 15:53:38.646230842 -0500
+++ fritzing-0.7.10b/src/partseditor/pemainwindow.cpp 2013-03-09 15:54:33.466230836 -0500
@@ -2196,10 +2196,10 @@
QPointF p = pegi->terminalPoint();
if (coord == "x") {
- p.setX(qMax(0.0, qMin(value, pegi->rect().width())));
+ p.setX(qMax(qreal(0.0), qMin(qreal(value), pegi->rect().width())));
}
else {
- p.setY(qMax(0.0, qMin(value, pegi->rect().height())));
+ p.setY(qMax(qreal(0.0), qMin(qreal(value), pegi->rect().height())));
}
terminalPointChangedAux(pegi, pegi->terminalPoint(), p);
--- End Message ---
--- Begin Message ---
Source: fritzing
Source-Version: 0.7.12b-1
We believe that the bug you reported is fixed in the latest version of
fritzing, 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 702...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Georges Khaznadar <georg...@debian.org> (supplier of updated fritzing 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 25 Apr 2013 16:28:29 +0200
Source: fritzing
Binary: fritzing fritzing-data
Architecture: source all amd64
Version: 0.7.12b-1
Distribution: unstable
Urgency: low
Maintainer: Enrique Hernández Bello <ehbe...@gmail.com>
Changed-By: Georges Khaznadar <georg...@debian.org>
Description:
fritzing - Easy-to-use electronic design software
fritzing-data - Easy-to-use electronic design software (data files)
Closes: 698891 702672 702674
Changes:
fritzing (0.7.12b-1) unstable; urgency=low
.
* Changed my Debemail
* Upgraded to the newest source version
* Upgraded compat, debhelper build-dependency, Standards-Version.
* applied Scott Kitterman's patch. Closes: #702674 (Fails to
build on arm*)
* Included boost libraries in build-dependencies. Closes: #702672
* Closes: #698891 as the package already depends on
libqt4-sql-sqlite
* added a build-dependency on hardening-wrapper and enabled its
use in debian/rules
Checksums-Sha1:
94421fffb0b1370e15c2283eba712e5ad3a402cc 1404 fritzing_0.7.12b-1.dsc
9b50079e4586a80781cfbd982bba635ef839978c 14868016 fritzing_0.7.12b.orig.tar.gz
0cf0471bfdd6e19fc907a795ff2fa43040c6619c 16096 fritzing_0.7.12b-1.debian.tar.gz
84dd0c8f81e8a2d1675552de2da20f129f384c1f 9081444
fritzing-data_0.7.12b-1_all.deb
56d2b928e2e9a56ef128b612996a44200f98f73d 4166012 fritzing_0.7.12b-1_amd64.deb
Checksums-Sha256:
43df904eaeb3acfbdbf13d286efad3a86f50eea6d5b77c612d6d07bc0172b1cb 1404
fritzing_0.7.12b-1.dsc
1bedb752f3970f5efb6e28c10646e9aee3bdf95af0ddba3b2f7b6e7dc4c249db 14868016
fritzing_0.7.12b.orig.tar.gz
7be3fc7d08bc3f3875cde53e5762db7b36f91e3f46333d0badd035922c657fbd 16096
fritzing_0.7.12b-1.debian.tar.gz
12ba60accdddd378faae1f152c69a029cbc4ddbf45f31670b87a60e4a64f04d7 9081444
fritzing-data_0.7.12b-1_all.deb
07b4bcf98f7cdfe446078729729aaf14785da8c7ce9c4b889e343c26b39dc0c3 4166012
fritzing_0.7.12b-1_amd64.deb
Files:
061d56ae29a2759f3167f3643df156ea 1404 electronics optional
fritzing_0.7.12b-1.dsc
452ab1c03db7d49803d4f03429d6dc82 14868016 electronics optional
fritzing_0.7.12b.orig.tar.gz
630ddd1ccaf1ef827464689d06147cd8 16096 electronics optional
fritzing_0.7.12b-1.debian.tar.gz
017a52e7f9dfd09bc5e83c48838af1d3 9081444 electronics optional
fritzing-data_0.7.12b-1_all.deb
a3624e682c66034f0535aa260fb3f802 4166012 electronics optional
fritzing_0.7.12b-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFRgSUtnfmb2hFpETARAhH9AKCFHpnnUULKATW9EHsf3pVkkrqyFQCfYOEZ
gmmXeXMOoVDVPYanCKoYupE=
=CRb+
-----END PGP SIGNATURE-----
--- End Message ---