Bug#1058863: libqwt-qt5-dev: invalid conversion from ‘int’ to ‘QwtPlotLayout::Option’

2023-12-30 Thread Gudjon I. Gudjonsson
Hi Yadd

The changes are added to your patch below.
Please change the control file with dependency on
libqwt-qt6-dev

Regards
Gudjon 
Description: drop QWT
Author: Yadd 
Forwarded: not-needed
Last-Update: 2023-12-19

--- a/src/3rdparty/CMakeLists.txt
+++ b/src/3rdparty/CMakeLists.txt
@@ -21,9 +21,6 @@
 ###
 
 ADD_SUBDIRECTORY(function2)
-IF(OVITO_BUILD_APP AND NOT OVITO_QML_GUI)
-ADD_SUBDIRECTORY(qwt)
-ENDIF()
 IF(OVITO_BUILD_PLUGIN_PARTICLES)
 ADD_SUBDIRECTORY(ptm)
 ADD_SUBDIRECTORY(mwm_csp)
--- a/src/ovito/correlation/gui/CMakeLists.txt
+++ b/src/ovito/correlation/gui/CMakeLists.txt
@@ -24,7 +24,7 @@
 OVITO_STANDARD_PLUGIN(CorrelationFunctionPluginGui
 SOURCES
 SpatialCorrelationFunctionModifierEditor.cpp
-PRIVATE_LIB_DEPENDENCIES Qwt
+PRIVATE_LIB_DEPENDENCIES qwt-qt6
 PLUGIN_DEPENDENCIES CorrelationFunctionPlugin ParticlesGui
 GUI_PLUGIN
 HAS_NO_EXPORTS
--- a/src/ovito/particles/gui/CMakeLists.txt
+++ b/src/ovito/particles/gui/CMakeLists.txt
@@ -83,7 +83,7 @@
 export/vasp/POSCARExporterEditor.cpp
 export/xyz/XYZExporterEditor.cpp
 resources/particles_gui.qrc
-PRIVATE_LIB_DEPENDENCIES Qwt PolyhedralTemplateMatching
+PRIVATE_LIB_DEPENDENCIES qwt-qt6 PolyhedralTemplateMatching
 PLUGIN_DEPENDENCIES Particles StdObjGui
 PRECOMPILED_HEADERS ParticlesGui.h
 GUI_PLUGIN
--- a/src/ovito/stdmod/gui/CMakeLists.txt
+++ b/src/ovito/stdmod/gui/CMakeLists.txt
@@ -42,7 +42,7 @@
 CombineDatasetsModifierEditor.cpp
 ColorByTypeModifierEditor.cpp
 PLUGIN_DEPENDENCIES StdMod StdObjGui
-PRIVATE_LIB_DEPENDENCIES Qwt
+PRIVATE_LIB_DEPENDENCIES qwt-qt6
 PRECOMPILED_HEADERS StdModGui.h
 GUI_PLUGIN
 HAS_NO_EXPORTS
--- a/src/ovito/stdobj/gui/CMakeLists.txt
+++ b/src/ovito/stdobj/gui/CMakeLists.txt
@@ -39,7 +39,7 @@
 widgets/PropertySelectionComboBox.cpp
 widgets/DataTablePlotWidget.cpp
 PLUGIN_DEPENDENCIES StdObj
-LIB_DEPENDENCIES Qwt
+LIB_DEPENDENCIES qwt-qt6
 PRECOMPILED_HEADERS StdObjGui.h
 GUI_PLUGIN
 )
--- a/src/ovito/crystalanalysis/gui/modifier/GrainSegmentationModifierEditor.cpp
+++ b/src/ovito/crystalanalysis/gui/modifier/GrainSegmentationModifierEditor.cpp
@@ -33,7 +33,7 @@
 #include 
 #include "GrainSegmentationModifierEditor.h"

-#include <3rdparty/qwt/qwt_plot_zoneitem.h>
+#include 

 namespace Ovito::CrystalAnalysis {

diff --git a/src/ovito/stdobj/gui/widgets/DataTablePlotWidget.h b/src/ovito/stdobj/gui/widgets/DataTablePlotWidget.h
index 1630924..d2104ae 100755
--- a/src/ovito/stdobj/gui/widgets/DataTablePlotWidget.h
+++ b/src/ovito/stdobj/gui/widgets/DataTablePlotWidget.h
@@ -76,14 +76,14 @@ public:
 }

 void setAxisAutoScale(int axisId, bool on = true) {
-if(axisValid(axisId)) {
+if(isAxisValid(axisId)) {
 _axisAutoscaleEnabled[axisId] = on;
 QwtPlot::setAxisAutoScale(axisId, on);
 }
 }

 void setAxisScale(int axisId, double min, double max, double stepSize = 0) {
-if(axisValid(axisId)) {
+if(isAxisValid(axisId)) {
 _axisAutoscaleEnabled[axisId] = false;
 QwtPlot::setAxisScale(axisId, min, max, stepSize);
 }


Bug#1058863: libqwt-qt5-dev: invalid conversion from ‘int’ to ‘QwtPlotLayout::Option’

2023-12-29 Thread Gudjon I. Gudjonsson
Hi Yadd

I did try to build Ovito with qwt 6.2 and it works with minor fixes to ovito.
Ovito is compiled with Qt6 so you need to change your dependencies to qwt-qt6.

I suggest that you build against the experimental version of libqwt-qt6-dev 
and I will try to get it into unstable as soon as possible.

Regards
Gudjon



Bug#1058863: libqwt-qt5-dev: invalid conversion from ‘int’ to ‘QwtPlotLayout::Option’

2023-12-22 Thread Gudjon I. Gudjonsson
Hi Yadd

I could not find ovito in Debian. Are you packaging it?
If so, can you please provide me a link?

Qwt version 6.2.0 is in experimental and I would like to get it into 
unstable ASAP but it will unfortunately take some time.

Regards
Gudjon



Bug#1031373: Eric7 hangs during startup

2023-02-16 Thread Gudjon I. Gudjonsson
Hi Michael

Great, thanks. I can reproduce that.
I will add a dependency.

Regards
Gudjon


signature.asc
Description: This is a digitally signed message part.


Bug#1031373: eric: Eric7 hangs during startup

2023-02-16 Thread Gudjon I. Gudjonsson
Hi Michael

Sorry, I am unable to reproduce your bug.
I tried to move my documentation but without success.

PyQt6 is version 6.4.2 on my system but 6.4.1 on yours. Can you please
try to upgrade it? It migrated to testing on the 13th.

Otherwise if 
python3 -v -v /usr/lib/python3/dist-packages/eric7/eric7_ide.py
might give more info.

Regards
Gudjon



Bug#1024614: Eric fails to start, crashes/shuts down after launch

2022-12-26 Thread Gudjon I. Gudjonsson
Hi

There has been some progress.

Qscintilla 2.13.3 is entering unstable.

Trove-classifiers is in the queue for entering Debian:
https://salsa.debian.org/python-team/packages/trove-classifiers

Eric7 is packaged on Salsa. Works but not ready for upload but will be as soon 
as Trove-classifiers enters Debian
https://salsa.debian.org/python-team/packages/eric

Please download, build and test.

Regards
Gudjon



Bug#1026341: ITP: python3-trove-classifiers -- A package to validate classifiers in packages for PyPI upload or download

2022-12-18 Thread Gudjon I. Gudjonsson
Package: wnpp
X-Debbugs-Cc: debian-de...@lists.debian.org
Owner: "Gudjon I. Gudjonsson" 
Severity: wishlist

* Package name: python3-trove-classifiers
  Version : 2022.12.1
  Upstream Contact: 
* URL : https://pypi.org/project/trove-classifiers/
* License : Apache 2.0
  Programming Lang: Python
  Description : A package to validate classifiers in packages for PyPI 
upload or download

Long description
 The package provides a canonical source for classifiers on PyPI.
 .
 TheClassifiers categorize projects per PEP 301. Use this package to validate   
 
 classifiers in packages for PyPI upload or download.

Reasons for packaging
 - The eric ide depends on the package. There is no other package
   providing the functionality.
 - I would prefer to make the 
   Debian Python Team 
   as the maintainer and I do have a few candidates as sponsors.



Bug#980221: pyqt-qwt: Please build-depend on sip-tools instead of sip5-tools

2021-01-27 Thread Gudjon I. Gudjonsson
Hi Dmitry

On Wednesday, 27 January 2021 18:33:31 CET you wrote:
> I see you have committed the change to git — thanks!
> 
> Will you mind if I add DPT to Uploaders and upload this?
Please do. Thanks a lot.

Regards
Gudjon



Bug#975129: qwt: FTBFS: qwt_painter_command.h:85:22: error: field ‘clipPath’ has incomplete type ‘QPainterPath’

2020-12-14 Thread Gudjon I. Gudjonsson
Hi

On Sunday, 13 December 2020 18:06:22 CET you wrote:
> Please go ahead, I have been sponsoring QWT and even made the latest
> binNMU, and we can't risk this many packages being removed just now.
> Ping me if you need help!

Sorry, I won't have any time until at least from now. Please go ahead.

Regards
Gudjon



Bug#975129: qwt: FTBFS: qwt_painter_command.h:85:22: error: field ‘clipPath’ has incomplete type ‘QPainterPath’

2020-11-25 Thread Gudjon I. Gudjonsson
Hi Lucas

This requires a quite simple fix. I will fix this before the weekend and then 
start looking into version 6.1.5.

Regards
Gudjon



Bug#966234: Acknowledgement (eric6_browser crashes on startup)

2020-07-25 Thread Gudjon I. Gudjonsson
Now I have tested on a computer with the unstable version of
pyqt5 5.15.0+dfsg-1 but the same result.



Bug#966234: Acknowledgement (eric6_browser crashes on startup)

2020-07-25 Thread Gudjon I. Gudjonsson
Hi again

I started this thread on the PyQt mailing list

https://www.riverbankcomputing.com/pipermail/pyqt/2020-July/043075.html

and I found out that by commenting out the following lines in  
WebBrowserView.py in eric
#try:
#self.__page.findTextFinished.connect(
#self.__findTextFinished)
#except AttributeError:
## pre Qt 5.14
#pass
the program starts and seems to work nicely.


The issue is in some PyQt5 library but I don't know which.

Regards
Gudjon



Bug#966234: eric6_browser crashes on startup

2020-07-25 Thread Gudjon I. Gudjonsson
Subject: eric6_browser crashes on startup
Package: eric
Version: 20.7+ds1-1
Severity: normal

Hi

On startup eric6_browser crashes.

When debugging I get

Exception "unhandled TypeError"
unable to convert a C++ 'QWebEngineFindTextResult' instance to a Python object

There are references to the problem on the internet but I haven't found any 
solution
yet.

Regards
Gudjon

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 5.7.0-1-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages eric depends on:
ii  libjs-jquery  3.5.1+dfsg-4
ii  libjs-jquery-hotkeys  0~20130707+git2d51e3a9+dfsg-2
ii  libjs-jquery-isonscreen   1.2.0-1
ii  libjs-jquery-tablesorter  1:2.31.3+dfsg1-1
ii  libjs-jquery-ui   1.12.1+dfsg-5
ii  python3   3.8.2-3
ii  python3-asttokens 2.0.3-1
ii  python3-chardet   3.0.4-7
ii  python3-distutils 3.8.5-1
ii  python3-pygments  2.3.1+dfsg-4
ii  python3-pyqt5 5.15.0+dfsg-1+exp2
ii  python3-pyqt5.qsci2.11.5+dfsg-2
ii  python3-pyqt5.qtsql   5.15.0+dfsg-1+exp2
ii  python3-pyqt5.qtsvg   5.15.0+dfsg-1+exp2
ii  python3-pyqt5.qtwebkit5.15.0+dfsg-1+exp2
ii  python3-send2trash1.5.0-2

Versions of packages eric recommends:
ii  eric-api-files 20.7+ds1-1
ii  python3-pyqt5.qtwebengine  5.15.0-1+exp1
ii  python3-rope   0.17.0-1

Versions of packages eric suggests:
ii  pyqt5-dev-tools   5.15.0+dfsg-1+exp2
pn  pyqt5-doc 
ii  python3-doc   3.8.2-3
ii  qt5-doc-html  5.14.2-2
ii  qtbase5-doc-html  5.14.2+dfsg-4
ii  qttools5-dev  5.14.2-2
ii  ruby  1:2.7+1

-- no debconf information



Bug#964671: comedilib: FTBFS: ccQsDx8i.s: Error: invalid attempt to declare external version name as default in symbol `comedi_internal_trigger@@v0.9.0'

2020-07-19 Thread Gudjon I. Gudjonsson
Hi again

I got a fast response from upstream author Ian Abbott. The fix 
is in fact very simple :)
https://groups.google.com/forum/#!topic/comedi_list/WyvwzALQSJ4

I fill fix the package ASAP.

diff --git a/lib/insn_config_wrappers.c b/lib/insn_config_wrappers.c
index 7d43313..61efecf 100644
--- a/lib/insn_config_wrappers.c
+++ b/lib/insn_config_wrappers.c
@@ -262,7 +262,7 @@ int _comedi_set_gate_source(comedi_t *device, unsigned 
subdevice, unsigned chann
 }
 
 EXPORT_ALIAS_DEFAULT(_comedi_internal_trigger,comedi_internal_trigger,0.9.0);
-int comedi_internal_trigger(comedi_t *dev, unsigned subd, unsigned trignum)
+int _comedi_internal_trigger(comedi_t *dev, unsigned subd, unsigned trignum)
 {
comedi_insn insn;
lsampl_t data[1];


Regards
Gudjon



Bug#964671: comedilib: FTBFS: ccQsDx8i.s: Error: invalid attempt to declare external version name as default in symbol `comedi_internal_trigger@@v0.9.0'

2020-07-19 Thread Gudjon I. Gudjonsson
Hi Lucas

Thanks. Sorry for a late response. 

On Thursday, 9 July 2020 12:44:06 CEST you wrote:
> > /tmp/ccQsDx8i.s: Error: invalid attempt to declare external version name
> > as default in symbol `comedi_internal_trigger@@v0.9.0' make[4]: ***
> > [Makefile:652: libcomedi_la-insn_config_wrappers.lo] Error 1
This is the best reference I can find:
https://github.com/alsa-project/alsa-lib/issues/6

But I still don't know how to solve the issue.

I will discuss this with upstream.

Regards
Gudjon



Bug#964128: pyqt-qwt: Please switch from sip4 to sip5

2020-07-13 Thread Gudjon I. Gudjonsson
Hi Dmitry

> 4) If your package called /usr/bin/sip directly, call /usr/bin/sip5 instead.
> 
I have created an upstream branch, sip5
https://github.com/GauiStori/PyQt-Qwt

But I get a compilation error.

"""
x86_64-linux-gnu-g++ -c -pipe -fno-exceptions -O2 -g -O2 
-fdebug-prefix-map=/home/gudjon/project_git/github/PyQt-Qwt/Qwt=. 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-Wall -Wextra -D_REENTRANT -fPIC -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public 
-DQWT_PYTHON_WRAPPER -DQWT_DLL -DQT_NO_DEBUG -DQT_PLUGIN -DQT_OPENGL_LIB 
-DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -isystem 
/usr/include/qwt -I../include -isystem /usr/include/python3.8 -isystem 
/usr/include/x86_64-linux-gnu/qt5 -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o 
sipQwtQVector0100QwtIntervalSample.o sipQwtQVector0100QwtIntervalSample.cpp
x86_64-linux-gnu-g++ -c -pipe -fno-exceptions -O2 -g -O2 
-fdebug-prefix-map=/home/gudjon/project_git/github/PyQt-Qwt/Qwt=. 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-Wall -Wextra -D_REENTRANT -fPIC -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public 
-DQWT_PYTHON_WRAPPER -DQWT_DLL -DQT_NO_DEBUG -DQT_PLUGIN -DQT_OPENGL_LIB 
-DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -isystem 
/usr/include/qwt -I../include -isystem /usr/include/python3.8 -isystem 
/usr/include/x86_64-linux-gnu/qt5 -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o 
sipQwtQVector0600QVector2400.o sipQwtQVector0600QVector2400.cpp
/home/gudjon/project_git/github/PyQt-Qwt/sip/conversions.sip: In function ‘int 
convertTo_QVector_0600QVector_2400(PyObject*, void**, int*, PyObject*)’:
/home/gudjon/project_git/github/PyQt-Qwt/sip/conversions.sip:36:40: error: 
‘sipFindMappedType’ was not declared in this scope; did you mean 
‘sipMappedType’?
   36 |   const sipMappedType* qvector_qreal = 
sipFindMappedType("QVector");
  |^
  |sipMappedType
/home/gudjon/project_git/github/PyQt-Qwt/sip/conversions.sip:45:12: error: 
‘sipCanConvertToMappedType’ was not declared in this scope; did you mean 
‘sipCanConvertToType’?
   45 |   if (!sipCanConvertToMappedType(PyList_GET_ITEM(sipPy, i), 
qvector_qreal, SIP_NOT_NONE))
  |^
  |sipCanConvertToType
/home/gudjon/project_git/github/PyQt-Qwt/sip/conversions.sip:58:63: error: 
‘sipConvertToMappedType’ was not declared in this scope; did you mean 
‘sipConvertToType’?
   58 | QVector * t = reinterpret_cast< QVector * 
>(sipConvertToMappedType(PyList_GET_ITEM(sipPy, i), qvector_qreal, 
sipTransferObj, SIP_NOT_NONE, , sipIsErr));
  |   
^~
  |   
sipConvertToType
/home/gudjon/project_git/github/PyQt-Qwt/sip/conversions.sip:62:7: error: 
‘sipReleaseMappedType’ was not declared in this scope; did you mean 
‘sipReleaseType’?
   62 |   sipReleaseMappedType(t, qvector_qreal, state);
  |   ^~~~
  |   sipReleaseType
/home/gudjon/project_git/github/PyQt-Qwt/sip/conversions.sip:67:5: error: 
‘sipReleaseMappedType’ was not declared in this scope; did you mean 
‘sipReleaseType’?
   67 | sipReleaseMappedType(t, qvector_qreal, state);
  | ^~~~
  | sipReleaseType
/home/gudjon/project_git/github/PyQt-Qwt/sip/conversions.sip: In function 
‘PyObject* convertFrom_QVector_0600QVector_2400(void*, PyObject*)’:
/home/gudjon/project_git/github/PyQt-Qwt/sip/conversions.sip:15:40: error: 
‘sipFindMappedType’ was not declared in this scope; did you mean 
‘sipMappedType’?
   15 |   const sipMappedType* qvector_qreal = 
sipFindMappedType("QVector");
  |^
  |sipMappedType
/home/gudjon/project_git/github/PyQt-Qwt/sip/conversions.sip:23:17: error: 
‘sipConvertFromMappedType’ was not declared in this scope; did you mean 
‘sipConvertFromNewType’?
   23 | if ((tobj = sipConvertFromMappedType(t, qvector_qreal, 
sipTransferObj)) == NULL)
  | ^~~~
  | sipConvertFromNewType
make[1]: *** [Makefile:1023: sipQwtQVector0600QVector2400.o] Error 1
make[1]: Leaving directory 

Bug#938318: fixed in qscintilla2 2.11.2+dfsg-1

2019-11-29 Thread Gudjon I. Gudjonsson
Hi Andrej

On Tuesday, 26 November 2019 15:49:33 CET Andrej Shadura wrote:
> On Wed, 02 Oct 2019 05:00:12 + gud...@gudjon.org (Gudjon I.
> Gudjonsson) wrote:
> > Source: qscintilla2
> > Source-Version: 2.11.2+dfsg-1
> > 
> > We believe that the bug you reported is fixed in the latest version of
> > qscintilla2, which is due to be installed in the Debian FTP archive.
> 
> Hi, why did you ignore my message above asking to wait with this removal?

I'm very sorry. But Qscintilla wasn't uploaded to unstable until Nov 02 and 
accepted on
Nov 14 which is quite some time from your message dated Sept 17.

I hope upstream updates the program soon to python3 and you get it into 
Debian again.

Regards
Gudjon



Bug#943992: transition: qscintilla2, soname 13 -> 15

2019-11-13 Thread Gudjon I. Gudjonsson
Hi Paul

A bit more info. I have tested to compile all of the reverse dependencies of 
qscintilla2-2.11.2 and all compile without problems.

$apt rdepends libqscintilla2-qt5-13
libqscintilla2-qt5-13
Reverse Depends:
  Depends: sqlitebrowser (>= 2.10.2)
  Depends: sonic-pi (>= 2.8.4)
  Depends: qgis-plugin-grass (>= 2.8.4)
  Depends: openscad (>= 2.8.4)
  Depends: octave (>= 2.8.4)
  Depends: juffed (>= 2.8.4)
$apt rdepends python3-pyqt5.qsci
python3-pyqt5.qsci
Reverse Depends:
  Depends: mu-editor
  Depends: geophar
  Depends: eric

I hope that helps with the transition.

Regards
Gudjon



Bug#943992: transition: qscintilla2, soname 13 -> 15

2019-11-13 Thread Gudjon I. Gudjonsson
Hi Paul

> > The SONAME is changed from 13 to 15.
> > All python2 packages have been removed.
> > All Qt4 packages have been removed.
> I don't like mixing these. Are there any reverse dependencies involved?
> Are they informed (please make bug numbers blocking this transition)? If
> there are reverse dependencies involved, I'd like you to urge the
> maintainers to fix those before we start with this transition.
Attached is a dak output the Dmitry fixed for me.

All reverse dependencies seem to be removed.

Do you need more info?

Regards
Gudjon
mitya57@coccia:~$ dak rm -Rnb libqscintilla2-designer libqscintilla2-qt4-13 
libqscintilla2-qt4-13-dbg libqscintilla2-qt4-designer 
libqscintilla2-qt4-designer-dbg libqscintilla2-qt4-dev libqscintilla2-qt4-l10n 
pyqt4.qsci-dev python-pyqt5.qsci python-pyqt5.qsci-dbg python-qscintilla2 
python-qscintilla2-dbg python3-pyqt4.qsci python3-pyqt4.qsci-dbg
Will remove the following packages from unstable:

libqscintilla2-designer | 2.10.4+dfsg-2.1 | all
libqscintilla2-qt4-13 | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-13-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-designer | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, 
i386, mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-designer-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, 
i386, mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-dev | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-l10n | 2.10.4+dfsg-2.1 | all
pyqt4.qsci-dev | 2.10.4+dfsg-2.1 | all
python-pyqt5.qsci | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python-pyqt5.qsci-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python-qscintilla2 | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python-qscintilla2-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python3-pyqt4.qsci | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python3-pyqt4.qsci-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x

Maintainer: Debian Python Modules Team 


--- Reason ---

--

Checking reverse dependencies...
No dependency problem found.

mitya57@coccia:~$ dak rm -Rnb -s testing libqscintilla2-designer 
libqscintilla2-qt4-13 libqscintilla2-qt4-13-dbg libqscintilla2-qt4-designer 
libqscintilla2-qt4-designer-dbg libqscintilla2-qt4-dev libqscintilla2-qt4-l10n 
pyqt4.qsci-dev python-pyqt5.qsci python-pyqt5.qsci-dbg python-qscintilla2 
python-qscintilla2-dbg python3-pyqt4.qsci python3-pyqt4.qsci-dbg
Will remove the following packages from testing:

libqscintilla2-designer | 2.10.4+dfsg-2.1 | all
libqscintilla2-qt4-13 | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-13-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-designer | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, 
i386, mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-designer-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, 
i386, mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-dev | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
libqscintilla2-qt4-l10n | 2.10.4+dfsg-2.1 | all
pyqt4.qsci-dev | 2.10.4+dfsg-2.1 | all
python-pyqt5.qsci | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python-pyqt5.qsci-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python-qscintilla2 | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python-qscintilla2-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python3-pyqt4.qsci | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x
python3-pyqt4.qsci-dbg | 2.10.4+dfsg-2.1 | amd64, arm64, armel, armhf, i386, 
mips64el, mipsel, ppc64el, s390x

Maintainer: Debian Python Modules Team 


--- Reason ---

--

Checking reverse dependencies...
No dependency problem found.


Bug#943992: transition: qscintilla2, soname 13 -> 15

2019-11-02 Thread Gudjon I. Gudjonsson
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: transition
Severity: normal

Dear release team

I would like to ask for a transition of qscintilla2 2.11.2+dfsg from
experimental to unstable.

The package is a part of the auto-qscintilla2 transition.

The SONAME is changed from 13 to 15.
All python2 packages have been removed.
All Qt4 packages have been removed.

All reverse dependencies compile against version 2.11.2. 

title = "qscintilla2";
is_affected = .depends ~ "libqscintilla2-qt5-13" | .depends ~ 
"libqscintilla2-qt5-15";
is_good = .depends ~ "libqscintilla2-qt5-15";
is_bad = .depends ~ "libqscintilla2-qt5-13"; 

Regards
Gudjon


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-1-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#942015: FTBS: Doesn't compile with upcoming qscintilla 2.11.2

2019-10-08 Thread Gudjon I. Gudjonsson
Package: qgis
Version: 3.4.12+dfsg-1
Severity: normal
Tags: patch

Dear maintainers

I tried to compile qgis with the upcoming qscintilla 2.11.2 but it failed. 
But the attached patch based on qgis 3.8 seems to solve the problem.

Regards
Gudjon

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-3-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages qgis depends on:
ii  libc62.29-2
ii  libgcc1  1:9.2.1-8
ii  libgdal20 [gdal-abi-2-4-0]   2.4.2+dfsg-1+b3
ii  libgeos-c1v5 3.7.2-1
ii  libgsl23 2.5+dfsg-6+b1
ii  libqgis-analysis3.4.12   3.4.12+dfsg-1
ii  libqgis-app3.4.123.4.12+dfsg-1
ii  libqgis-core3.4.12   3.4.12+dfsg-1
ii  libqgis-gui3.4.123.4.12+dfsg-1
ii  libqt5core5a 5.11.3+dfsg1-4
ii  libqt5gui5   5.11.3+dfsg1-4
ii  libqt5keychain1  0.9.1-2
ii  libqt5network5   5.11.3+dfsg1-4
ii  libqt5sql5   5.11.3+dfsg1-4
ii  libqt5widgets5   5.11.3+dfsg1-4
ii  libqt5xml5   5.11.3+dfsg1-4
ii  libstdc++6   9.2.1-8
ii  ocl-icd-libopencl1 [libopencl1]  2.2.12-2
ii  python3-qgis 3.4.12+dfsg-1
ii  qgis-common  3.4.12+dfsg-1
ii  qgis-providers   3.4.12+dfsg-1
ii  qt5-image-formats-plugins5.11.3-2

Versions of packages qgis recommends:
ii  qgis-plugin-grass  3.4.12+dfsg-1

Versions of packages qgis suggests:
pn  gpsbabel  
--- src/core/qgsopenclutils.h.orig	2019-10-09 06:41:29.619997213 +0200
+++ src/core/qgsopenclutils.h	2019-10-09 06:39:37.235997642 +0200
@@ -28,7 +28,7 @@
 #else
 #define CL_USE_DEPRECATED_OPENCL_1_1_APIS
 #define CL_HPP_TARGET_OPENCL_VERSION 220
-#define CL_TARGET_OPENCL_VERSION 200
+#define CL_TARGET_OPENCL_VERSION 220
 #endif
 
 #include 


Bug#935116: qwt: Switch to git in salsa.debian.org

2019-08-30 Thread Gudjon I. Gudjonsson
Hi Lisandro

Sorry I don't have the Alioth repository.
Under what group in Salsa do you want to put the package?
Please add yourself as an uploader or replace me as a maintainer
just as you like.

Regards
Gudjon



Bug#926408: Scrolling makes kdiff3 crash

2019-04-07 Thread Gudjon I. Gudjonsson
Hi Bernhard

Sorry, I ran gdb incorrectly earlier.
Here is some jucy information :)

Hope this helps

Regards
Gudjon

gudjon@fessender:~/tmp/tmp$ gdb /usr/bin/kdiff3
GNU gdb (Debian 8.2.1-2) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/kdiff3...Reading symbols from 
/usr/lib/debug/.build-id/25/f3cd37b11e9c1b2c42c937ba31fdc1a24730f8.debug...done.
done.
(gdb) run test1 test2
Starting program: /usr/bin/kdiff3 test1 test2
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x71342700 (LWP 22595)]
[New Thread 0x7fffeaa7b700 (LWP 22598)]
QMainWindow::addToolBar: invalid 'area' argument
[New Thread 0x7fffe2600700 (LWP 22599)]
[New Thread 0x7fffe1371700 (LWP 22601)]
[Thread 0x7fffe1371700 (LWP 22601) exited]
[New Thread 0x7fffe1371700 (LWP 22602)]
[New Thread 0x7fffe0b70700 (LWP 22603)]
[New Thread 0x7fffb2d46700 (LWP 22604)]
[Thread 0x7fffb2d46700 (LWP 22604) exited]
[Thread 0x7fffe0b70700 (LWP 22603) exited]
[Thread 0x7fffe1371700 (LWP 22602) exited]

Thread 1 "kdiff3" received signal SIGSEGV, Segmentation fault.
0x77425bd0 in QAbstractSlider::value() const () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
(gdb) c
Continuing.
[Thread 0x71342700 (LWP 22595) exited]
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kdiff3 path = /usr/bin pid = 22591
KCrash: Arguments: /usr/bin/kdiff3 test1 test2 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from 
kdeinit
sock_file=/run/user/1000/kdeinit5__0

Thread 1 "kdiff3" received signal SIGSTOP, Stopped (signal).
0x76355a60 in __GI___nanosleep (requested_time=0x7fffc7a0, 
remaining=0x7fffc7a0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
28  ../sysdeps/unix/sysv/linux/nanosleep.c: No such file or directory.
(gdb) 
Continuing.

Thread 1 "kdiff3" received signal SIGSTOP, Stopped (signal).
0x76355a60 in __GI___nanosleep (requested_time=0x7fffc7a0, 
remaining=0x7fffc7a0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
28  in ../sysdeps/unix/sysv/linux/nanosleep.c
(gdb) bt
#0  0x76355a60 in __GI___nanosleep (requested_time=0x7fffc7a0, 
remaining=0x7fffc7a0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1  0x7635596a in __sleep (seconds=0) at ../sysdeps/posix/sleep.c:55
#2  0x77d5beea in ?? () from /usr/lib/x86_64-linux-gnu/libKF5Crash.so.5
#3  0x77d5c68e in ?? () from /usr/lib/x86_64-linux-gnu/libKF5Crash.so.5
#4  0x77d5cbe7 in KCrash::defaultCrashHandler(int) () from 
/usr/lib/x86_64-linux-gnu/libKF5Crash.so.5
#5  
#6  0x77425bd0 in QAbstractSlider::value() const () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#7  0x555aea8a in KDiff3App::scrollDiffTextWindow (this=0x55896290, 
deltaX=0, deltaY=-3) at ./src/pdiff.cpp:490
#8  0x7737a588 in QWidget::event(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9  0x7733c4b1 in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#10 0x7734569f in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x769c15a9 in QCoreApplication::notifyInternal2(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x7737a588 in QWidget::event(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#13 0x7741dd1e in QFrame::event(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#14 0x7758f1bb in QAbstractItemView::viewportEvent(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#15 0x775f740b in QTreeView::viewportEvent(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#16 0x769c12bb in 
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x7733c4a1 in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x7734569f in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#19 0x769c15a9 in QCoreApplication::notifyInternal2(QObject*, QEvent*) 
() from 

Bug#926408: Scrolling makes kdiff3 crash

2019-04-04 Thread Gudjon I. Gudjonsson
Package: kdiff3
Version: 1.7.90-3
Severity: important

Dear maintainer

I do the following

$mkdir test1 test2
$kdiff3 test1 test2

and it crashes with the following message:

$ kdiff3 test1 test2
QMainWindow::addToolBar: invalid 'area' argument
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kdiff3 path = /usr/bin pid = 21417
KCrash: Arguments: /usr/bin/kdiff3 test1 test2
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from 
kdeinit
sock_file=/run/user/1000/kdeinit5__0

BTW the new version shows identical directories as different
while version 0.98 showed identical directories as green which
makes the program much harder to use.

Regards
Gudjon

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-2-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kdiff3 depends on:
ii  kio   5.54.1-1
ii  libc6 2.28-8
ii  libkf5configcore5 5.54.0-1
ii  libkf5configwidgets5  5.54.0-1



Bug#897660: qscintilla2: Please update symbols for riscv64

2019-02-23 Thread Gudjon I. Gudjonsson
Hi Manuel

Sorry for a slow response. But can you please take at look at
qscintilla2_2.10.4+dfsg-2

This status points to a bigger problem:
"qscintilla2 build-depends on:
- python-pyqt5:riscv64
python-pyqt5 depends on missing:
- qtbase-abi-5-10-0:riscv64"

I hope I have not done any silly change to the symbols files with
symbols helper but then I will have to revert it.

Regards
Gudjon



Bug#875166: [qwt5] Future Qt4 removal from Buster

2018-12-08 Thread Gudjon I. Gudjonsson
Hi

> I see the information here , but I use scidavis which depends on qwt5 
> and I see the qwt5-qt5 project here:
> https://github.com/gbm19/qwt5-qt5
> Can someone help to package it?

The correct fix from my side would be to upgrade Scidavis to use Qwt6.

I'm only interested in getting rid of Qwt5 from Debian.

You are welcome to adopt the package.

Regards
Gudjon



Bug#913106: comedilib: FTBFS with glibc 2.28, upstream cherrypick fix attached

2018-11-06 Thread Gudjon I. Gudjonsson
Hi Adam

Thanks for the patch.

I am have started packaging version 0.11. It will be ready very soon and I will
check if the patch is needed there.

Regards
Gudjon



Bug#912205: RM: python-qwt3d-qt4 -- NBS; Package updated to Python3, Qt5

2018-10-29 Thread Gudjon I. Gudjonsson
Package: ftp.debian.org
Severity: normal

Hi

The package has been updated to Python3 and Qt5. Since both python2 and Qt4 are 
going to
be obsoleted I decided not to continue maintaining that part of the package.

Regards
Gudjon



Bug#912172: RM: pyqwt3d -- NBS; Package updated to Python3, Qt5

2018-10-28 Thread Gudjon I. Gudjonsson
Package: ftp.debian.org
Severity: normal



Bug#909363: Please change qwt dependencies

2018-09-22 Thread Gudjon I. Gudjonsson
Source: odin
Version: 2.0.3-0.1
Severity: normal

Dear maintainer

Please change the dependencies on Qwt from
libqwt5-qt4-dev (Qwt5) to libqwt-dev (Qwt6)

According to upstream Qwt6 is supported. I have tested and it does compile and 
start
with Qwt6 but unfortunately I don't know how the program works so I could not 
do any
further tests.
Qwt5 is an obsolete version that only supports Qt4 but 
Qwt6 works for both Qt4 and Qt5. 


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/8 CPU cores)



Bug#909326: RFS: easyspice/0.6.8-3

2018-09-21 Thread Gudjon I. Gudjonsson
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "easyspice"

 * Package name: easyspice
Version : 0.6.8-3
Upstream Author : Werner Hoch  
 * URL   : http://easy-spice.sourceforge.net
 * License : GPLv2
   Section  : electronics

It builds those binary packages:
easyspice  - Graphical frontend to the Spice simulator

To access further information about this package, please visit the following 
URL:
https://mentors.debian.net/package/easyspice

Alternatively, one can download the package with dget using this command:
dget -x 
https://mentors.debian.net/debian/pool/contrib/e/easyspice/easyspice_0.6.8-3.dsc

Changes since the last upload:

  * Bump standards version to 4.2.1.
  * Bump compat to 11
  * Remove dependency on autotools-dev
  * Add dependency on sensible-utils
  * Add patch 02_spelling
  * Add header to patch 01_docurl
  * Fix description
  * Add required targets to rules
  * Fix build flags
  * Change watch file from http to https


Regards,
Gudjon I. Gudjonsson



Bug#891994: epigrass: Depends on Qt4-only python-qwt5-qt4

2018-09-12 Thread Gudjon I. Gudjonsson
Hi

On Wednesday, 12 September 2018 21:01:16 CEST Flavio Coelho wrote:
> This error seems to be due to missing "dbfread" package which is available
> on Debian as "python3-dbfread"

You are right but epigrass is built with python2 on Debian but dbfread is only 
built 
with python3 even if it is documented to work with python2.7.

Does epigrass work with pyhton3?

I tried to find the upstream sources for epigrass but the newest version I 
could find is 2.4.5 
but version 2.4.7 is in Debian.

Regards
Gudjon



Bug#891994: epigrass: Depends on Qt4-only python-qwt5-qt4

2018-09-10 Thread Gudjon I. Gudjonsson
Hi Andreas
> 
> I would love if people would test this.  Since it is not a Build-Depends
> where I could see whether the build breaks or not and there is no test
> suite to verify whether things work as expected I'm hesitating to just
> change the dependencies.
> 
> > Since Python2 is also becoming obsolete in Debian, PyQt-Qwt is
> > only compiled for Python3 in Debian
> 
> I'm aware of this and I contacted upstream about this long ago ...
>
I did try to run the program but I get

Traceback (most recent call last):
  File "/usr/bin/epigrass", line 6, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3105, 
in 
@_call_aside
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3089, 
in _call_aside
f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3118, 
in _initialize_master_working_set
working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 578, 
in _build_master
ws.require(__requires__)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 895, 
in require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 781, 
in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'dbfread' distribution was not found 
and is required by epigrass

If you can tell me how to get it running, I can take a look at the migration to 
pyqt-qwt.

Regards
Gudjon



Bug#875202: [taurus] Future Qt4 removal from Buster

2018-09-08 Thread Gudjon I. Gudjonsson
Hi

There is a new package in Debian 
https://tracker.debian.org/pkg/pyqt-qwt

that builds on the Qt5 version of Qwt6. 
It should not be difficult to upgrade the package from
PyQwt5 to PyQt-Qwt.

Regards
Gudjon



Bug#787300: [pyqwt5] Future Qt4 removal from Buster

2018-09-08 Thread Gudjon I. Gudjonsson
Hi

PyQt-Qwt has finally been added to Debian.
https://tracker.debian.org/pkg/pyqt-qwt

It is built on Qt5 and Qwt6.
Since Python2 will soon be obsolete in Debian, the Debian package only supports 
Python3.

It is easy to upgrade existing programs that use PyQwt5 to using PyQt-Qwt.

Regards
Gudjon



Bug#891994: epigrass: Depends on Qt4-only python-qwt5-qt4

2018-09-08 Thread Gudjon I. Gudjonsson
Hi

There is a new package in Debian 
https://tracker.debian.org/pkg/pyqt-qwt

that builds on the Qt5 version of Qwt6. 
It should not be difficult to upgrade the package from
PyQwt5 to PyQt-Qwt.

Since Python2 is also becoming obsolete in Debian, PyQt-Qwt is
only compiled for Python3 in Debian

Regards
Gudjon



Bug#891707: ITP: pyqtqwt -- Python version of the Qwt6 technical widget library (Python3)

2018-02-27 Thread Gudjon I. Gudjonsson
Package: wnpp Owner: "Gudjon I. Gudjonsson" <gud...@gudjon.org> 

 extends the Qt framework with widgets for scientific and engineering 
 applications. It provides a widget to plot 2-dimensional data and various 
 widgets to display and control bounded or unbounded floating point values.
 .
 This version is compiled against Qt5.



The package will replace PyQwt5 which builds on obsolete versions of Qt and Qwt.
Qwt5 and Qt4 which will both be removed from Debian soon. PyQt-Qwt builds on
Python3 (and 2) and Qt5 (and 4), Qwt6 which are all current versions of the 
libraries.


[1] http://qwt.sourceforge.net/qwtlicense.html


Bug#886501: RFS: qwt/6.1.3-1

2018-01-12 Thread Gudjon I. Gudjonsson
Hi Bas

I did apply the changes to the rules file but I built the package
and made changes to the symbols file according to the
pkd-kde symbols instructions instead of using your patch.

I added back the Qt4 support according to our offline discussions.
Will remove it when all reverse dependencies have been updated or 
when Qt4 removed is forced by Debian.

The package should be ready for upload. Can you please upload it?

Regards
Gudjon



Bug#886779: RM: pyqwt5 -- ROM; Package only works for Qt4 and won't be upgraded to Qt5.

2018-01-09 Thread Gudjon I. Gudjonsson
Package: ftp.debian.org 



Bug#886501: RFS: qwt/6.1.3-1

2018-01-06 Thread Gudjon I. Gudjonsson
Sorry

Just fixing the subject line.

Regards
Gudjon



Bug#886501: RFS: qwt/6.1.3-1 [put in ITP, ITA, RC, NMU if applicable]

2018-01-06 Thread Gudjon I. Gudjonsson
Package: sponsorship-requests
Severity: normal [important for RC bugs, wishlist for new packages]

Dear mentors,

 I am looking for a sponsor for my package "qwt"

 * Package name: qwt
   Version : 6.1.3-1
   Upstream Author : [fill in name and email of upstream]
 * URL : [fill in URL of upstreams web site]
 * License : [fill in]
   Section : libs

 It builds those binary packages:

 libqwt-doc - Qt widgets library for technical applications (documentation)
 libqwt-headers - Qt widgets library for technical applications (header files)
 libqwt-qt5-6 - Qt widgets library for technical applications (runtime, qt5)
 libqwt-qt5-dev - Qt widgets library for technical applications (development, 
qt5)
 libqwtmathml-qt5-6 - Text Engine for Qwt (runtime, qt5)
 libqwtmathml-qt5-dev - Text Engine for Qwt (development, qt5)

 To access further information about this package, please visit the following 
URL:

 https://mentors.debian.net/package/qwt


 Alternatively, one can download the package with dget using this command:

   dget -x https://mentors.debian.net/debian/pool/main/q/qwt/qwt_6.1.3-1.dsc

 More information about hello can be obtained from https://www.example.com.

  Changes since the last upload:

 * New upstream version 

Regards,
Gudjon I. Gudjonsson


Bug#875116: [pyqwt3d] Future Qt4 removal from Buster

2018-01-05 Thread Gudjon I. Gudjonsson
Hi

qwtplot3d has recently been uploaded with only Qt5 support.

I will remove Qt4 support from pyqwt3d ASAP. Please don't let it
be in the way of any other upgrade.

Regards
Gudjon



Bug#787300: [pyqwt5] Future Qt4 removal from Buster

2018-01-05 Thread Gudjon I. Gudjonsson
Hi

This package will be replaced soon by PyQt-Qwt:
https://github.com/GauiStori/PyQt-Qwt

which works for Qwt verion 6 for Qt5.

Please remove it from Debian.

Regards
Gudjon



Bug#875166: [qwt5] Future Qt4 removal from Buster

2018-01-05 Thread Gudjon I. Gudjonsson
Hi

Qwt5 has been replaced by Qwt. It has just been packaged in Debian to provide 
PyQwt5 but
it will be removed from Debian and then Qwt5 can be removed as well.

Qwt5 is replaced by Qwt version 6.
https://packages.qa.debian.org/q/qwt.html

PyQwt5 will be replaced by PyQt-Qwt for Qwt version 6 soon.
https://github.com/GauiStori/PyQt-Qwt

I will ask for a removal of qwt5 from Debian unless you are faster.

Regards
Gudjon



Bug#875115: [pyqwt5] Future Qt4 removal from Buster

2018-01-05 Thread Gudjon I. Gudjonsson
Hi

Please remove the package from Debian.
It is impossible to update it to Qt5.

I will check how to do that but I guess you are faster :)

Regards
Gudjon



Bug#885322: RFS: ngspice/27-1

2017-12-26 Thread Gudjon I. Gudjonsson
Package: sponsorship-requests
Severity: normal [important for RC bugs, wishlist for new packages]

Dear mentors,

I am looking for a sponsor for my package "ngspice"

 * Package name: ngspice
   Version : 27-1
   Upstream Author : [fill in name and email of upstream]
 * URL : [fill in URL of upstreams web site]
 * License : [fill in]
   Section : electronics

It builds those binary packages:

 ngspice- Spice circuit simulator
 ngspice-doc - Documentation for the NGspice circuit simulator
 tclspice   - NGspice library for Tcl

To access further information about this package, please visit the following 
URL:

https://mentors.debian.net/package/ngspice


Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/non-free/n/ngspice/ngspice_27-1.dsc


Changes since the last upload:

 [ Gudjon I. Gudjonsson ] 

Regards,
Gudjon I. Gudjonsson


Bug#882699: ngspice: Remove build dependency on elyxer to allow for the elyxer removal from Debian

2017-12-26 Thread Gudjon I. Gudjonsson
Hi Sven

> bi-directional sat link.) Though I'm not 100% sure if the {xhtml,png}
> stuff is POSIX sh compatible.
You are right, it fails when sbuilding.

The package is finally uploaded without any elyxer dependency. Thanks a lot for 
your help.

Regards
Gudjon



Bug#882699: ngspice: Remove build dependency on elyxer to allow for the elyxer removal from Debian

2017-12-25 Thread Gudjon I. Gudjonsson
Hi Sven

On Monday, 25 December 2017 22:26:40 CET Sven Hoexter wrote:
> On Mon, Dec 25, 2017 at 08:04:03AM +0100, Gudjon I. Gudjonsson wrote:
> 
> Hi Gudjon, hi Andreas,
> 
> > I tried all options but without success.
> > But the only thing that works in both sbuild and normal environment is to 
> > add dependency 
> > on elyxer. 
> 
> *sigh* ok I think I've an idea.
> 
> 1) "LyXHTML" has the shorthand "xhtml" instead of "html". The failure you 
> encountered was
>because it tried the next best tex2html export tool available, which 
> failed to do its
>job. I would like to claim that this changed recently but I think it was 
> like this since
>forever and I just forgot about it. :(
> 
> 
> 2) That in turn means that my NMU is not just incomplete, as in it's missing 
> the i386 build,
>but it's also not doing what I wanted it to do.
> 
> 
> cd build/manual && lyx -userdir ./.lyx -batch --export xhtml manual.lyx
> in debian/rules should do the magic. Except that
> 
> 3) this fails in some other strange way I don't grasp right now.
>   # Documentation for ngspice, the same as for tclspice
> mkdir -p /build/ngspice-27/debian/tmp/usr/share/doc/ngspice-doc/html
> cp -a /build/ngspice-27/build/manual/manual.html.LyXconv/* \
> /build/ngspice-27/debian/tmp/usr/share/doc/ngspice-doc/html
> cp: cannot stat '/build/ngspice-27/build/manual/manual.html.LyXconv/*': No 
> such file or directory
> debian/rules:125: recipe for target 'install-indep' failed
> 
> .LyXconv is something temporary, I've to take a closer look during the 
> upcoming rainy days.
> 
Does it?
It creates manual.xhtml on my computer and png pictures with terribly long 
filenames but I can open the
file manual.xhtml in firefox and it seems to display without any errors (there 
are errors in the elyxer html output).

Just getting the output into a directory and I think the problem is solved.

Cheers
Gudjon



Bug#885170: RFS: qwtplot3d/0.2.7+svn191+gcc7-2

2017-12-25 Thread Gudjon I. Gudjonsson
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "qwtplot3d"

 * Package name: qwtplot3d
   Version : 0.2.7+svn191+gcc7-2
   Upstream Author : [fill in name and email of upstream]
 * URL : [fill in URL of upstreams web site]
 * License : [fill in]
   Section : libs

  It builds those binary packages:

 libqwtplot3d-doc - 3D plotting library based on Qt/OpenGL (documentation)
 libqwtplot3d-qt5-0 - 3D plotting library based on Qt5/OpenGL (runtime)
 libqwtplot3d-qt5-dev - 3D plotting library based on Qt5/OpenGL (development)

  To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/qwtplot3d


  Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/q/qwtplot3d/qwtplot3d_0.2.7+svn191+gcc7-2.dsc

  Changes since the last upload:

 [ Gudjon I. Gudjonsson ] 


  Regards,
   Gudjon I. Gudjonsson

Ps. Below is offlist mail conversation with Andreas Tille about previous work 
on the package:
Hi Gudjon,

On Mon, Dec 25, 2017 at 10:24:13AM +0100, Gudjon I. Gudjonsson wrote:
>> Hi Andreas
>> Can you please upload qwtplot3d for me?

>Please mention the RFS bug and bounce this mail to it to keep
>information in the correct public place.  You can also use SoB[1] for
>sponsoring requests.

Done
 
>> The svn is up to date and I have uploaded all binaries to mentors but they 
>> don't show up for some reason. The >>log is shown below and shows no error 
>> so they should show up very soon.

>I will *not* sponsor any package in SVN any more.  For your comfort I've
>moved the package to Git[2] and also did some polishing.  Unfortunately
>it does not build in a pbuilder chroot:

>...
>   dh_makeshlibs -O--list-missing
>Can't use string ("state") as a HASH ref while "strict refs" in use at 
>/usr/share/perl5/Dpkg/Shlibs/SymbolFile.pm >line 207.
>dh_makeshlibs: failing due to earlier errors
>debian/rules:14: recipe for target 'binary' failed
>make: *** [binary] Error 2
>...

>I admit I have never seen this issue before and I have no idea how to
>solve this.

It does compile without problems in my sbuild. I have done sbuild-update today.

>Kind regards
>Andreas Tille.

>[1] http://wiki.debian.org/DebianPureBlends/SoB
>[2] https://anonscm.debian.org/git/debian-science/packages/qwtplot3d.git




Bug#882699: ngspice: Remove build dependency on elyxer to allow for the elyxer removal from Debian

2017-12-24 Thread Gudjon I. Gudjonsson
Hi Sven

> 
> So if you do not use LyX for interactive document writing just rm -r ~/.lyx 
> in your
> build environment and it should reconfigure on the next invocation.
> 
> Another possibility would be that lyx fails to import and convert the manual 
> to the
> current LyX 2.2.x document format.
> Which repo are you building from right now? I'd like to try it out just to 
> see what
> happens.
> 
I tried all options but without success.
But the only thing that works in both sbuild and normal environment is to add 
dependency 
on elyxer. 

Latest changes are pushed to git and I uploaded the package to my private 
repository:

deb-src [allow-insecure=yes allow-downgrade-to-insecure=yes] 
http://gudjon.org/debian/ source/
deb [allow-insecure=yes allow-downgrade-to-insecure=yes] 
http://gudjon.org/debian/ amd64/

Can you please take a look?

Merry Christmash
Gudjon



Bug#882699: ngspice: Remove build dependency on elyxer to allow for the elyxer removal from Debian

2017-12-24 Thread Gudjon I. Gudjonsson
Hi Sven

You are right. I did compile the file in a normal environment with elyxer 
installed, sorry.
But I cannot compile the package (version 27) after I uninstall elyxer. Lyx 
fails without any 
proper error message.
The problem seems to be in the new documentation. If I copy the documentation 
from ngspice-26 to
ngspice-27, build-indep works.
ngspice-26, manual.lyx is made with lyx 2.0 and lyx format 413
ngspice-27, manual.lyx is made with lyx 2.1 and lyx format 474

Do you have any idea on how to remove this elyxer dependency from manual.lyx?

Regards
Gudjon



Bug#882699: ngspice: Remove build dependency on elyxer to allow for the elyxer removal from Debian

2017-12-22 Thread Gudjon I. Gudjonsson
Hi

Now I have updated the git repository and only final testing is needed before 
upload.

But I get the following lintian warning.
W: ngspice-doc: privacy-breach-generic 
usr/share/doc/ngspice-doc/html/manual.html (http://elyxer.nongnu.org/lyx.css)

and I don't find any reference to elyxer when grepping the source.
Sven: Do you have any idea where this stems from?

Regards
Gudjon



Bug#882699: ngspice: Remove build dependency on elyxer to allow for the elyxer removal from Debian

2017-12-10 Thread Gudjon I. Gudjonsson
Hi Sven and Andreas

I'm terribly sorry for having missed the bug.
There is a new version in SVN (27) that is not fully prepared but will
be in the next few days. If somebody is willing to sponsor it I will be
very happy.

Andreas: Moving from SVN to git is fine by me, I will try to find out how to do 
that.

Regards
Gudjon



Bug#853098: Bug: #853098, eric crashes when attempting to open javascript file

2017-08-05 Thread Gudjon I. Gudjonsson
Hi Joachim

I'm sorry for a late response. 
I won't fix the problem in my next upload but I will look for a possible 
solution. The best solution is if someone is willing to package the jasy 
library for Debian. Then I can just add a dependency on it. Otherwise I will 
see if I can add the necessary code to eric.

Regards
Gudjon



Bug#812138: gcc-6 and sip help (bug 812138)

2016-08-15 Thread Gudjon I. Gudjonsson
Hi list

I am trying to fix a sip/gcc-6 related bug in package pyqwt3d but I don't know 
how.

OpeGL_mod.sip contains

const int GL_2D;
const int GL_3D;
const int GL_3D_COLOR;


which is converted to

sipOpenGLcmodule.cpp which contains:

static sipIntInstanceDef intInstances[] = {
{sipName_GL_2D, GL_2D},
{sipName_GL_2_BYTES, GL_2_BYTES},
{sipName_GL_3D, GL_3D},
..
{0, 0}
};

This fails to compile with the following message:

make[2]: Entering directory '/home/gudjon/nb/pyqwt3d/
pyqwt3d-0.1.7~cvs20090625/build/py2.7-qt4/configure/OpenGL_Qt4'
g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -
Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -
DGL2PS_HAVE_ZLIB -DHAS_NUMPY -DQT_NO_DEBUG -DQT_OPENGL_LIB -I. -I/usr/include/
qwtplot3d-qt4 -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/
numpy/core/include -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/
usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I/usr/X11R6/include -o 
sipOpenGLcmodule.o sipOpenGLcmodule.cpp
sipOpenGLcmodule.cpp:4445:1: error: narrowing conversion of ‘4294967295u’ from 
‘unsigned int’ to ‘int’ inside { } [-Wnarrowing]
 };


sipIntInstanceDef is defined in:
/usr/include/python2.7/sip.h

typedef struct _sipIntInstanceDef {
/* The int name. */
const char *ii_name;

/* The int value. */
int ii_val;
} sipIntInstanceDef;


But some of the OpenGL parameters are out of range for int.


Does anyone have a clue on how to fix this?

Regards
Gudjon



Bug#816387: qwtplot3d FTBFS on armel and armhf

2016-08-13 Thread Gudjon I. Gudjonsson
Hi Arto

I have tried to fix the source but without success. It needs to be ported from 
GL to GLES and that is above my knowledge. I reduce the severity to a 
wishlist. If you find any solution please tell me.

Regards
Gudjon



Bug#790730: O: libstroke -- mouse strokes library runtime files

2016-06-24 Thread Gudjon I. Gudjonsson
Hi Hamish

I am willing to adopt the package rather than loosing gEDA from Debian.

I have several changes that I hope will make it ok for continued existence in 
the 
Debian distribution. Please take a look if you are interested. There are a few 
lintian errors left.
deb http://gudjon.org/debian/ amd64/
deb-src http://gudjon.org/debian/ source/

Regards
Gudjon



Bug#825262: eric 6.1.2 crashes at startup with TypeError

2016-06-17 Thread Gudjon I. Gudjonsson
Hi Daniel and Cristian

I am sorry for my very late response.

I have upgraded the package to version 6.1.6 and it can be
downloaded here:
deb http://gudjon.org/debian/ amd64/

But to make it work it needs qscintilla to be rebuilt. I have just filed a
bug against qscintilla and I will try to get eric uploaded as soon as it is
fixed.

Regards
Gudjon



Bug#827563: Qscintilla needs rebuilding

2016-06-17 Thread Gudjon I. Gudjonsson
Package: python-qscintilla2
Version: 2.9.2+dfsg-1
Severity: important

Hi Scott

I was trying to fix a bug in eric but I need you to rebuild Qscintilla 
in order to make it work. With the current version it fails with the 
error message below. But if I recompile qscintilla it works perfectly.

Regards
Gudjon


>From eric error log:
Error information:

2016-06-17, 21:34:36

:
QsciLexerPython(parent: QObject = None): argument 1 has unexpected type 'Shell'

  File "/usr/share/eric/modules/eric6.py", line 359, in 
main()
  File "/usr/share/eric/modules/eric6.py", line 340, in main
restartArgs)
  File "/usr/share/eric/modules/UI/UserInterface.py", line 232, in __init__
self.__createLayout(debugServer)
  File "/usr/share/eric/modules/UI/UserInterface.py", line 634, in 
__createLayout
self.__createSidebarsLayout(debugServer)
  File "/usr/share/eric/modules/UI/UserInterface.py", line 867, in 
__createSidebarsLayout
ShellAssembly(debugServer, self.viewmanager, True)
  File "/usr/share/eric/modules/QScintilla/Shell.py", line 48, in __init__
self.__shell = Shell(dbs, vm, self)
  File "/usr/share/eric/modules/QScintilla/Shell.py", line 233, in __init__
self.__bindLexer()
  File "/usr/share/eric/modules/QScintilla/Shell.py", line 315, in __bindLexer
self.lexer_ = Lexers.getLexer(self.language, self)
  File "/usr/share/eric/modules/QScintilla/Lexers/__init__.py", line 209, in 
getLexer
return LexerPython(language, parent)
  File "/usr/share/eric/modules/QScintilla/Lexers/LexerPython.py", line 31, in 
__init__
QsciLexerPython.__init__(self, parent)

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-qscintilla2 depends on:
ii  libc6  2.22-11
ii  libgcc11:6.1.1-6
ii  libqscintilla2-12v52.9.2+dfsg-1
ii  libqtcore4 4:4.8.7+dfsg-8
ii  libqtgui4  4:4.8.7+dfsg-8
ii  libstdc++6 6.1.1-6
ii  python 2.7.11-2
ii  python-qt4 4.11.4+dfsg-2
ii  python-sip [sip-api-11.3]  4.18+dfsg-1

python-qscintilla2 recommends no packages.

python-qscintilla2 suggests no packages.



Bug#818735: RFS: qwtplot3d/0.2.7+svn191-10

2016-03-24 Thread Gudjon I. Gudjonsson
Hi Mattia

On Tuesday 22 March 2016 11:02:16 you wrote:
> On Mon, Mar 21, 2016 at 12:38:08AM +0100, Gudjon I. Gudjonsson wrote:
> > Do you know of any package where only the a part is built for all 
> > architectures?
> 
> none come to my mind.
> You could do something similar to this (untested)
> 
> define this thing on top of d/rules:
> 
> ifneq (,$(findstring qt5, $(shell dh_listpackages)))
> BUILD_qt5 := yes
> else
> BUILD_qt5 :=
> endif
> 
> the in the various overrides you do something like this:
> 
> override_dh_auto_configure:
> mkdir -p build-qt4 build-qt5
> cp -a doc build-qt4/
> QT_SELECT=qt4 dh_auto_configure --builddirectory=build-qt4 -- 
> ../qwtplot3d.pro
> if $(BUILD_qt5)
> QT_SELECT=qt5 dh_auto_configure --builddirectory=build-qt5 -- 
> ../qwtplot3d.pro
> endif
> 
> 
> iirc dh_listpackages will not return the qt5 packages if you are
> building in an architecture that is not in the Architecture: list of
> those packages.
Thanks a lot for this. Now I have tested building the package on both amd64 and 
armhf and it works nicely.

Please take a look at:
http://mentors.debian.net/debian/pool/main/q/qwtplot3d/qwtplot3d_0.2.7+svn191-10.dsc

Regards
Gudjon



Bug#818735: RFS: qwtplot3d/0.2.7+svn191-10

2016-03-20 Thread Gudjon I. Gudjonsson
Hi Mattia
> 
> * you're using any-amd64 and any-i386, then why do you explicitly list
>   hurd-i386 kfreebsd-amd64 kfreebsd-i386 too?
Ok. I will remove these.
> * you're changing only one binary, what about the others?  from what I'm
>   seeing the failure is in the configure step which is done by all
>   binaries, so this change wouldn't fix the FTBFS)
A mistake. But can I exclude arm only for the qt5 libraries? The qt5 libraries 
have never been in
testing so I guess it may be easier.
Do you know of any package where only the a part is built for all architectures?
> * why are you not closing the bug?
Because it isn't solved. I would prefer to port the code to use GL that works 
on arm but
until that is done I will exclude arm.
I will reduce the bugs severity as soon as version -10 is uploaded.
> * do you know that to allow the testing migration you'd still need to
>   remove the binaries from unstable by filing a bug against
>   ftp.debian.org?  actually that would be enough, even without
>   restricting the architecures where you build, then you can leave the
>   packages in FTBFS state there until it could build again.
Sorry, I didn't know but that sounds reasonable.
But if I keep the qt4 binaries in but only restrict the qt5 binaries. Do I then 
still need to file a bug?

Regards
Gudjon



Bug#818735: RFS: qwtplot3d/0.2.7+svn191-10

2016-03-20 Thread Gudjon I. Gudjonsson
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "qwtplot3d"

 * Package name: qwtplot3d
   Version : 0.2.7+svn191-10
   Upstream Author : Michael Bieber
 * URL  : http://qwtplot3d.sourceforge.net
 * License: GPL-2, GL1PS-2
   Section : libs

It builds those binary packages:

libqwtplot3d-doc - 3D plotting library based on Qt/OpenGL (documentation)
libqwtplot3d-qt4-0v5 - 3D plotting library based on Qt4/OpenGL (runtime)
libqwtplot3d-qt4-dev - 3D plotting library based on Qt4/OpenGL (development)
libqwtplot3d-qt5-0 - 3D plotting library based on Qt5/OpenGL (runtime)
libqwtplot3d-qt5-dev - 3D plotting library based on Qt5/OpenGL (development)

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/qwtplot3d

Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/q/qwtplot3d/qwtplot3d_0.2.7+svn191-10.dsc

Changes since the last upload:

  * Disable architectures armel and armhf. It doesn't compile
on these architectures because of opengl problems.

Regards,
Gudjon I. Gudjonsson



Bug#642182: libqwt6: zoomer widget returns to incorrect axis division upon reset

2016-03-19 Thread Gudjon I. Gudjonsson
Hi

I know it is an old bug, sorry for a late response, but can you please test if 
it is fixed with the
new version, 6.1.2?

Regards
Gudjon



Bug#816387: qwtplot3d FTBFS on armel and armhf

2016-03-06 Thread Gudjon I. Gudjonsson
Hi Arto

My only solution to the problem is to exclude the arm architectures and there 
is a new version at mentors 
which I haven't got any sponsor for.

I tried to exclude patch 03_fix_ftbs and compile the package in my armhf chroot 
but without success.

I prefer to keep the arm architecture but I don't have time to fix the code.

Regards
Gudjon



Bug#816898: qsapecng: Segfaults on exit and missing Qt-signals

2016-03-06 Thread Gudjon I. Gudjonsson
Package: qsapecng
Version: 2.0.0-8
Severity: normal

The program segfaults on exit and the following signals are missing:
Object::connect: No such signal QwtPlotPicker::selected(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::appended(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::moved(const QwtDoublePoint&) 

 
Object::connect: No such signal QwtPlotPicker::selected(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::appended(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::moved(const QwtDoublePoint&) 

 
Object::connect: No such signal QwtPlotPicker::selected(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::appended(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::moved(const QwtDoublePoint&) 

 
Object::connect: No such signal QwtPlotPicker::selected(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::appended(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::moved(const QwtDoublePoint&) 

 
Object::connect: No such signal QwtPlotPicker::selected(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::appended(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::moved(const QwtDoublePoint&) 

 
Object::connect: No such signal QwtPlotPicker::selected(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::appended(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::moved(const QwtDoublePoint&) 

 
Object::connect: No such signal QwtPlotPicker::selected(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::appended(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::moved(const QwtDoublePoint&) 

 
Object::connect: No such signal QwtPlotPicker::selected(const QwtDoublePoint&)  

 
Object::connect: No such signal QwtPlotPicker::appended(const QwtDoublePoint&)
Object::connect: No such signal QwtPlotPicker::moved(const QwtDoublePoint&)

This package depends on libqwt which will be upgraded to version 6.1.2 soon.
I have compiled qsapecng agains the new libqwt and got exactly the same 
behaviour.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Bug#812078: Aw: Re: Bug#812078: eric: got a lot of errors: DictWithPWL unusable

2016-03-06 Thread Gudjon I. Gudjonsson
Hi Stefan

> I use Debian Jessie not wheezy ;)
Sorry, one of my silly mistakes.
> I'ce no installed the latest version from eric6 website and it works now..
> I think there is a problem with the Editor -> Autocompletion/Calltips -> 
> QScintilla
Now I have installed jessie but I still cannot reproduce your bugs with 
Editor->Autocompletion/Calltips
enabled.

Do you have time to give me some more information?

Regards
Gudjon



Bug#798879: Patch available

2016-02-09 Thread Gudjon I. Gudjonsson
Hi Alastair

On Tuesday 09 February 2016 12:00:10 Alastair McKinstry wrote:
> Thanks, this change is made in version 7.0.0-2, which is in experimental.
> It depends on a package which isn't in unstable yet,

Well. If I compile version 7.0.0-2 without the patch and use ldd I get the 
output below. It uses QtCore 4 and QtGui 4. Please take a look at the patch, 
it will solve that problem.

Regards
Gudjon

ldd ./debian/zygrib/usr/bin/zyGrib|grep Qt
libQt5PrintSupport.so.5 => /usr/lib/x86_64-linux-
gnu/libQt5PrintSupport.so.5 (0x7f163c71e000)
libQt5Widgets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 
(0x7f163c09)
libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 
(0x7f163bb48000)
libQt5Network.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Network.so.5 
(0x7f163b9ef000)
libQt5Xml.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5 
(0x7f163b9b3000)
libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 
(0x7f163b4dc000)
libQtSvg.so.4 => /usr/lib/x86_64-linux-gnu/libQtSvg.so.4 
(0x7f163a1b8000)
libQtOpenGL.so.4 => /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4 
(0x7f1639eb6000)
libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4 
(0x7f16391c5000)
libQtCore.so.4 => /usr/lib/x86_64-linux-gnu/libQtCore.so.4 
(0x7f1638cd1000)



Bug#812078: eric: got a lot of errors: DictWithPWL unusable

2016-01-23 Thread Gudjon I. Gudjonsson
Hi Stefan

Now I have installed a Debian wheezy chroot and run eric. I cannot reproduce 
your bug. Can you please provide me with more information. For example run:
python -v /usr/share/eric/modules/eric5.py

Regards
Gudjon



Bug#803142: eric segfaults in Debian SID

2015-10-27 Thread Gudjon I. Gudjonsson
Hi Christoph

You need to rebuild qscintilla and eric  will work again.

Regards
Gudjon



Bug#766478: sdcc: ftbfs on ppc64el

2015-10-09 Thread Gudjon I. Gudjonsson
Hi Fernando

Thanks for the patch and sorry for a late reply.
I have added autoreconf according to this page:
https://wiki.debian.org/Autoreconf

Can you please test if the package compiles?
http://mentors.debian.net/debian/pool/main/s/sdcc/sdcc_3.5.0+dfsg-1.dsc
If it doesn't compile I will apply your patch.

Regards
Gudjon



Bug#800759: RFS: sdcc/3.5.0+dfsg-1

2015-10-03 Thread Gudjon I. Gudjonsson
Package: sponsorship-requests
Severity: normal

Dear mentors

I am looking for a sponsor for my package "sdcc"

 * Package name: sdcc
Version : 3.5.0+dfsg-1
Upstream Author : [fill in name and email of upstream]
 * URL  : http://sdcc.sourceforge.net/
 * License: GPL 2,3, LGPL and GPL+LE
   Section  : electronics

  It builds those binary packages:

 sdcc  - Small Device C Compiler
 sdcc-doc   - Small Device C Compiler (documentation)
 sdcc-libraries - Small Device C Compiler (libraries)
 sdcc-ucsim - Micro-controller simulator for SDCC

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/sdcc


Alternatively, one can download the package with dget using this command:
dget -x 
http://mentors.debian.net/debian/pool/main/s/sdcc/sdcc_3.5.0+dfsg-1.dsc

Changes since the last upload:

  * New upstream release (Closes: #789831)
  * Improve manpages as and sdcc
  * Add manpages sdar, sdas390, sdasrab, sdasstm8, sdastlcs90,
sdldstm8, sdnm, sdobjcopy, sstm8
  * Remove manpage savr
  * Remove patches, 02_fix_spelling and 03_fix_compilation. Fixed
in upstream.
  * Bump standards version to 3.9.6
  * Remove unneeded lines from clean target in rules file
  * Update description i control file (Closes: #766325)
  * Move sdar from sdcc-ucsim to sdcc
  * Add binary file sdldstm8 to sdcc
  * Add provides c-compiler to control file (Closes: #768307)
  * Add huge memory model libraries (Closes: #768307)
  * Add deoendency on graphicsmagick-imagemagick-compat
  * Exclude example code from compression

Regards,
Gudjon I. Gudjonsson



Bug#800121: RM: liborigin -- ROM; Library superseeded by liborigin2

2015-09-26 Thread Gudjon I. Gudjonsson
Package: ftp.debian.org
Severity: normal


Hi

Please remove the liborigin library. It was originally
packaged to support qtiplot but qtiplot now depends on
liborigin2. Liborigin has no reverse dependencies.

Regards
Gudjon



Bug#798876: qsapecng: Please upgrade package for libqwt6abi1 6.1.2

2015-09-13 Thread Gudjon I. Gudjonsson
Source: qsapecng
Version: 2.0.0-6
Severity: important

Dear Maintainer,

Please upgrade package for libqwt6abi1 6.1.2

The qwt package has been upgraded to libqwt6abi1_6.1.2-2
which is API and ABI incompatible with the current version
6.0.0. Please upgrade you package to work with the new version.

Regards
Gudjon


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'exper$
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#798880: qgis: Please upgrade package for libqwt6abi1 6.1.2

2015-09-13 Thread Gudjon I. Gudjonsson
Source: qgis
Version: 2.8.3
Severity: wishlist

Dear Maintainer,

The qwt package has been upgraded to libqwt6abi1_6.1.2-2
which is API and ABI incompatible with the current version
6.0.0. Please upgrade you package to work with the new version.

According to the changelog, qwt has been disabled in qgis but
since it still depends on qwt I file this as a wishlist bug.

Regards
Gudjon


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'exper$Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#798879: qygrib: Please upgrade package for libqwt6abi1 6.1.2

2015-09-13 Thread Gudjon I. Gudjonsson
Package: qygrib
Version: 7.0.0-1
Severity: important

Dear Maintainer,

The qwt package has been upgraded to libqwt6abi1_6.1.2-2
which is API and ABI incompatible with the current version
6.0.0. Please upgrade you package to work with the new version.

Regards
Gudjon


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'exper$
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#798875: zygrib: Please upgrade package for libqwt6abi1 6.1.2

2015-09-13 Thread Gudjon I. Gudjonsson
Package: zygrib
Version: 7.0.0-1
Severity: important

Dear Maintainer,

The qwt package has been upgraded to libqwt6abi1_6.1.2-2
which is API and ABI incompatible with the current version
6.0.0. Please upgrade you package to work with the new version.

Regards
Gudjon


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'exper$
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#798878: nlkt: Please upgrade package for libqwt6abi1 6.1.2

2015-09-13 Thread Gudjon I. Gudjonsson
Package: nlkt
Version: 0.3.2.2-1
Severity: important

Dear Maintainer,

The qwt package has been upgraded to libqwt6abi1_6.1.2-2
which is API and ABI incompatible with the current version
6.0.0. Please upgrade you package to work with the new version.

Regards
Gudjon


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'exper$
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nlkt depends on:
pn  fortune-mod  
ii  libc62.19-19
ii  libgcc1  1:5.2.1-17
ii  libqtcore4   4:4.8.7+dfsg-3
ii  libqtgui44:4.8.7+dfsg-3
pn  libqwt6  
ii  libstdc++6   5.2.1-17
pn  ttf-dejavu-core  

nlkt recommends no packages.

Versions of packages nlkt suggests:
pn  fortunes   
pn  fortunes-de
pn  fortunes-debian-hints  
pn  fortunes-ru



Bug#791264: qwtplot3d: library transition may be needed when GCC 5 is the default

2015-09-02 Thread Gudjon I. Gudjonsson
Hi Simon

Thanks for the clarifications.
> Gudjon, is there any possibility of a more minimal maintainer-upload
> which does this library transition, and nothing else intrusive, leaving
> the other changes (e.g. adding the Qt 5 library) until after the
> huge and painful distro-wide libstdc++ transition is over?

I have removed  the qt5 library but I find the other changes like hardening 
flags and symbols files quite important.
The dsc file can be found here, please take a look.
http://mentors.debian.net/debian/pool/main/q/qwtplot3d/qwtplot3d_0.2.7+svn191-8.dsc

Regards
Gudjon



Bug#791150: liborigin: diff for NMU version 20080225-2.2

2015-08-09 Thread Gudjon I. Gudjonsson
Hi Johathan

Sorry for my silence.
 Dear maintainer,
 
 I've prepared an NMU for liborigin (versioned as 20080225-2.2) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.
Thanks a lot for the patch.
Do you use the library? When I packaged it I used it for QtiPlot but since 
then QtiPlot has started using its own version of liborigin and now  it seems 
like no package is depending on it.

I am wondering if it is time to remove the package from Debian.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#789831: [sdcc] Please package latest upstream version

2015-07-19 Thread Gudjon I. Gudjonsson
Hi Philip

I have started packaging version 3.5.0 but it will take some time
Until release I will keep the packages on my private server.

deb http://gudjon.org/debian amd64/
deb-src http://gudjon.org/debian source/

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#778428: [eric] With Python2 main window lose focus

2015-07-19 Thread Gudjon I. Gudjonsson
Hi Jean-Yves

Sorry for a late answer.
Can you please test the new version, 6.0.7. As far as I can see, all your 
problems are solved.

Switching between tabs from keyboard doesn't lose focus and I can get
ê with a dead key.

Please test and see if it works so I can close the bug.

Regards
Gudjon


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#750743: gspiceui: Please update to use wxwidgets3.0

2015-05-21 Thread Gudjon I. Gudjonsson
Hi Olly

Thanks a lot again. I did apply your patch but I still get the lintian warning
I: gspiceui: hardening-no-fortify-functions usr/bin/gspiceui

If you are willing to upload the package with this warning then I will do the 
final preparation for an upload or if you know how to fix this please tell me.

The package can be found on my server or in the debian-science svn repository.
svn://anonscm.debian.org/debian-science/packages/gspiceui/trunk/

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#750743: gspiceui: Please update to use wxwidgets3.0

2015-05-15 Thread Gudjon I. Gudjonsson
Hi Olly

Thanks, in fact I do need some assistance.
I have compiled version 1.1.00 and the source can be found at
dget http://gudjon.org/debian/source/gspiceui_1.1.00+dfsg-1.dsc

This needs fortifying but if I uncomment the fortifying flags in the 
debian/rules file I get the following error:
/usr/include/wx-3.0/wx/ctrlsub.h:144: undefined reference to `non-virtual thunk 
to wxListBoxBase::IsSorted() const'

Do you know how to solve this? I don't have a clue.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#754448: RFS: gspiceui-1.0.58svn201+dfsg-1, bugfix version

2014-07-11 Thread Gudjon I. Gudjonsson
Package: sponsorship-requests
Severity: normal

Dear mentors,

  I am looking for a sponsor for my package gspiceui:

 * Package name: gspiceui
   Version : 1.0.58svn201+dfsg-1
   Upstream Author : Mike Waters
 * URL : http://gspiceui.sourceforge.net/
 * License : GPL-v3
   Section : electronics

  It builds those binary packages:

gspiceui - Graphical user interface for gnucap and ngspice

  To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/gspiceui


  Alternatively, one can download the package with dget using this command:

  dget 
http://mentors.debian.net/debian/pool/main/g/gspiceui/gspiceui_1.0.58svn201+dfsg-1.dsc

  Changes since the last upload:

  * New svn version (Closes: #750743)
  * Bump standards version to 3.9.5
  * Change wx dependencies to version 3.0
  * Update copyright file, new download site and license changed to GPL-3
  * Add patch 01_makefile to fix errors in makefile
  * Add patch 02_fix_compilation to fix a source file
  * Add patch 03_manpage to fix minor errors in manpage
  * Fix description (Closes: #749860)
  * Change dependency on gwave to suggests
  * Make vcs fields canonical
  * Update hardening wrappers to dpkg-buildflags. It doesn't compile
so they are commented out in this release.
  * Add patch to change gwave2 to gwave
  * Add more information on how to download sources to README.Debian
  * Add patch 05_manual_path to fix path to html manual


Regards,
Gudjon I. Gudjonsson


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#752507: Hangs in splash screen

2014-07-09 Thread Gudjon I. Gudjonsson
Package: eric
Version: 5.4.5-1
Severity: normal
Tags: unreproducible

Hi Goswin

I cannot reproduce your bug so I'm reducing the severity of it.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#753581: qt4-designer: Fails to start, symbol lookup error in qscintilla

2014-07-06 Thread Gudjon I. Gudjonsson
Hi Scott

I'm sorry but libqscintilla2-designer (2.8.3+dfsg-1) doesn't solve the 
problem.

For some reason designer works when I install the package built on my computer 
but not if I install the Debian version.

Does it work on your computer?

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#753813: RFS: ngspice_26-1, a new upstream release

2014-07-05 Thread Gudjon I. Gudjonsson
Package: sponsorship-requests
Severity: normal

Dear mentors,

  I am looking for a sponsor for my package ngspice:

 * Package name: ngspice
   Version : 26-1
   Upstream Author : Paolo Nenzi, Holger Vogt
 * URL : http://ngspice.sourceforge.net/
 * License : MIT_MODERN, GPL-v2, SPICEDOC,...
   Section : electronics

  It builds those binary packages:

ngspice - Spice circuit simulator
tclspice- NGspice library for Tcl
ngspice-doc - Documentation for the NGspice circuit simulator

  To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/ngspice


  Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/non-free/n/ngspice/ngspice_26-1.dsc

  Changes since the last upload:

  * New upstream release (Closes: #706821)
  * Bump standards version to 3.9.5
  * Make VCS field canonical
  * Change tcl version to 8.6
  * Remove part of patch, wish8.4 changed back to wish for tclspice examples
  * Add pdf manual
  * Remove DM-upload line from control
  * Add patch 03_fix_compilation.patch
(Thanks to Robert Larice)
  * Remove stripping of codemodel files
  * Add -BLT and -ltcl8.6 to configure for tclspice.
Needed by libtclspice
  * Remove ps manual
  * Remove hardening wrapper and exchange for dpkg-buildflags
  * Add dependency on libfftw3-dev


Regards,
Gudjon I. Gudjonsson


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#753581: qt4-designer: Fails to start, symbol lookup error in qscintilla

2014-07-04 Thread Gudjon I. Gudjonsson
Hi Lisandro and Scott

Thanks for the answers
 
 _ZN13QsciScintillaC1EP7QWidget demangles to
 QsciScintilla::QsciScintilla(QWidget*) and
 qscintilla2-2.8.2+dfsg/Qt4Qt5/qsciscintilla.cpp has
 QsciScintilla::QsciScintilla(QWidget *parent) which is unchanged for a long
 time.  So I believe that things are as they should be for Qt4 in
 qscintilla2, but the designer plugin for Qt5 is not yet packaged.
 
 If you are using the qtcreator from Unstable, you probably got the Qt5 one
 and this may be a poor error message that turns out to mean the Qt5
 designer plugin isn't packaged yet.
 
I do run designer from the shell.
Today I could install python3-pyqt5 (it was uninstallable yesterday) and I 
rebuilt qscintilla2 and designer works without problems.
This is against my intuition, I thought designer needed to be rebuilt not the 
library.

Scott, can you please rebuild qscintilla2?

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#750743: gspiceui: Please update to use wxwidgets3.0

2014-07-03 Thread Gudjon I. Gudjonsson
Hi

The updated gspiceui package can be found at:

deb-src http://gudjon.org/debian/ source/ 
deb http://gudjon.org/debian/ amd64/ 

but the program doesn't seem to be in too good state at the moment. I will 
wait for upstream so please just remove the package from Debian in the 
meantime.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#753581: qt4-designer: Fails to start, symbol lookup error in qscintilla

2014-07-03 Thread Gudjon I. Gudjonsson
Package: qt4-designer
Version: 4:4.8.6+dfsg-2
Severity: important

Dear Maintainer,

designer fails to start and exits with the following error message.
/usr/lib/x86_64-linux-gnu/qt4/bin/designer: symbol lookup error: 
/usr/lib/x86_64-linux-gnu/qt4/plugins/designer/libqscintillaplugin.so: 
undefined symbol: _ZN13QsciScintillaC1EP7QWidget

Regards
Gudjon


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qt4-designer depends on:
ii  libc62.19-4
ii  libgcc1  1:4.9.0-9
ii  libqt4-designer  4:4.8.6+dfsg-2
ii  libqt4-network   4:4.8.6+dfsg-2
ii  libqt4-xml   4:4.8.6+dfsg-2
ii  libqtcore4   4:4.8.6+dfsg-2
ii  libqtgui44:4.8.6+dfsg-2
ii  libstdc++6   4.9.0-9
ii  qtchooser39-g4717841-3

Versions of packages qt4-designer recommends:
ii  libqt4-dev  4:4.8.6+dfsg-2

qt4-designer suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#751752: Eric crashes when python2 language is chosen

2014-07-02 Thread Gudjon I. Gudjonsson
Hi Paolo

I am sorry but I cannot reproduce your bug. Can you please test again?
I will upgrade the eric version to 5.4.5 without closing the bug. It may be
already solved by some library upgrade but please test.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#752507: Hangs in splash screen

2014-06-30 Thread Gudjon I. Gudjonsson
Hi Goswin

Sorry for a late answer.

Can you please run 
$ python3 -v /usr/share/eric/modules/eric5.py eric5_log.txt

and send me the log file?

I cannot reproduce your error.

Did you remove .eric5 and .config/Eric5?

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#750743: gspiceui: Please update to use wxwidgets3.0

2014-06-26 Thread Gudjon I. Gudjonsson
Hi Olly

Thanks for a fast answer. Removing libc6-amd64 solves the problem. I hope I 
will be ready during the weekend.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#750743: gspiceui: Please update to use wxwidgets3.0

2014-06-25 Thread Gudjon I. Gudjonsson
Hi Olly

I downloaded the newest code from svn but I get the following problem when I 
try to install the package:

Unpacking gspiceui (1.0.01svn201+dfsg-1) ...
dpkg: dependency problems prevent configuration of gspiceui:
 gspiceui depends on lib64gcc1 (= 1:4.1.1).
 gspiceui depends on lib64stdc++6 (= 4.1.1).
 gspiceui depends on libc6-amd64 (= 2.14).

so I really need your help :) Do you know the answer?

The package can be found at
deb-src http://gudjon.org/debian/ source/ 
deb http://gudjon.org/debian/ amd64/ 

I hope it will be finished within few days.

Regards
Gudjon

On Saturday 07 June 2014 01:15:12 you wrote:
 Source: gspiceui
 Version: 1.0.00+dfsg-1
 Severity: important
 Tags: sid jessie
 User: freewx-ma...@lists.alioth.debian.org
 Usertags: wx3.0
 Control: block 748169 by -1
 
 Dear maintainer,
 
 We're aiming to migrate the archive to using wxwidgets3.0 instead of
 wxwidgets2.8, and intend to drop wxwidgets2.8 before jessie is released.
 
 Looking at upstream's SVN repo, I see r171 added wx3 support:
 
 http://sourceforge.net/p/gspiceui/code/171/
 
 So packaging a snapshot from SVN or backporting the required changes
 should allow you to update to using wxwidgets3.0.  If you hit any
 problems with getting packages working with wxwidgets3.0 which you can't
 overcome, let me know and I'll try to help.
 
 Cheers,
 Olly


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#752071: sdcc: add mips64 support

2014-06-19 Thread Gudjon I. Gudjonsson
Hi Sphinx

Thanks for the patch, it seems very harmless :)
I will send it to upstream and add it to the Debian package but it might take 
a few weeks.

Regards
Gudjon

On Thursday 19 June 2014 18:21:52 you wrote:
 Package: sdcc
 Version: sdcc-3.4.0+dfsg
 Severity: important
 Tags: patch
 
 This patch add support with mips64, tested on mips64el device. Please
 consider it.
 
 Regards,
 Sphinx Jiang


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#731437: python-qwt5-qt4: Segmentation fault when creating QwtPlot instance

2013-12-07 Thread Gudjon I. Gudjonsson
Hi Artyom
   You are right. Some upgrade must have caused this. I will request a 
rebuild but until then I recommend you to rebuild the package from the
debian source package and it will work.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#701985: libcomedi0: Library has the undefined symbols

2013-03-07 Thread Gudjon I. Gudjonsson
Hello Ilya

You are right and I don't know how to fix it. Adding LDFLAGS = -lm did not fix 
the bug. I will have to reopen it :(

But can you live with it if you compile your programs with -lm, see the demos 
Makefile?

Regards
Gudjon


Bug#628561: eric: EOL line drawn at wrong position

2013-02-01 Thread Gudjon I. Gudjonsson
Hi
This is not fixed in version 4.5.8 but if you change draw line to 
Change background colour it will be displayed in the correct column.

I am going to upgrade eric to version 5 soon and if it is not fixed there, I 
will send the bug to upstream.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#699032: pyqwt3d: FTBFS: make[1]: *** No targets. Stop.

2013-01-26 Thread Gudjon I. Gudjonsson
Hi Thorsten
I'm sorry, it builds fine on my amd64 computer and I don't see why it 
doesn't compile on your m68k. I don't know how to solve this.

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#655280: gspiceui: segfaults when switching from gnucap to

2013-01-25 Thread Gudjon I. Gudjonsson
Hi Yann
Shall I keep this bug open or is it fixed in version 1.0.00?

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   >