Your message dated Wed, 16 Jan 2008 21:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#461127: fixed in qtiplot 0.9.3~rc2-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: qtiplot
Version: 0.9.3~rc2-1
Severity: grave
Tags: patch
Justification: renders package unusable


Bu default 'QTIPLOT_DEMO' is defined in qtiplot/qtiplot.pro, this directs to 
showing the message:

qtiplot/src/ApplicationWindow.cpp:
#ifdef QTIPLOT_DEMO
void ApplicationWindow::showDemoVersionMessage()
{
        QMessageBox::critical(this, tr("QtiPlot - Demo Version"),
                        tr("You are using the demonstration version of Qtiplot.\
                                It is identical with the full version, except 
that you can't save your work to project files and you can't use it for more th
                                <br><br>\
                                If you want to have ready-to-use, fully 
functional binaries, please subscribe for a\
                                <a 
href=\"http://soft.proindependent.com/individual_contract.html\";>single-user 
binaries maintenance contract</a>.\
                                <br><br>\
                                QtiPlot is free software in the sense of free 
speech.\
                                If you know how to use it, you can get\
                                <a 
href=\"http://developer.berlios.de/project/showfiles.php?group_id=6626\";>the 
source code</a>\
                                free of charge.\
                                Nevertheless, you are welcome to\
                                <a 
href=\"http://soft.proindependent.com/why_donate.html\";>make a donation</a>\
                                in order to support the further development of 
QtiPlot."));
}
#endif

and prevents saving the project:

qtiplot/src/ApplicationWindow.cpp:
void ApplicationWindow::saveFolderAsProject(Folder *f)
{
#ifdef QTIPLOT_DEMO
        showDemoVersionMessage();
        return;
#endif
...
}


The patch is the following:

--- qtiplot-0.9.3~rc2.orig/qtiplot/qtiplot.pro
+++ qtiplot-0.9.3~rc2/qtiplot/qtiplot.pro
@@ -11,7 +11,7 @@
 DEFINES         += SCRIPTING_CONSOLE
 # a dialog for selecting the scripting language on a per-project basis
 DEFINES         += SCRIPTING_DIALOG
-DEFINES         += QTIPLOT_DEMO
+#DEFINES         += QTIPLOT_DEMO
 
 # comment the following lines if you haven't subscribed for a QtiPlot binaries 
maintenance contract
 #RESTRICTED_MODULES += FFT2D


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23.1 (PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages qtiplot depends on:
ii  libc6                   2.7-6            GNU C Library: Shared libraries
ii  libgcc1                 1:4.3-20080112-1 GCC support library
ii  libgl1-mesa-glx [libgl1 7.0.2-3          A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.0.2-3          The OpenGL utility library (GLU)
ii  libgsl0ldbl             1.10-2           GNU Scientific Library (GSL) -- li
ii  libmuparser0            1.28-1           fast mathematical expressions pars
ii  liborigin0              20071119-1       library for reading OriginLab Orig
ii  libqt4-core             4.3.3-2          Qt 4 core non-GUI functionality ru
ii  libqt4-gui              4.3.3-2          Qt 4 core GUI functionality runtim
ii  libqt4-qt3support       4.3.3-2          Qt 3 compatibility library for Qt 
ii  libqwt5-qt4             5.0.2-2          Qt4 widgets library for technical 
ii  libqwtplot3d-qt4        0.2.7+svn191-1   3D plotting library based on Qt4/O
ii  libstdc++6              4.3-20080112-1   The GNU Standard C++ Library v3
ii  python-qt4              4.3.3-2          Python bindings for Qt4
ii  python2.4               2.4.4-7          An interactive high-level object-o
ii  zlib1g                  1:1.2.3.3.dfsg-8 compression library - runtime

qtiplot recommends no packages.

-- debconf-show failed



--- End Message ---
--- Begin Message ---
Source: qtiplot
Source-Version: 0.9.3~rc2-2

We believe that the bug you reported is fixed in the latest version of
qtiplot, which is due to be installed in the Debian FTP archive:

qtiplot-doc_0.9.3~rc2-2_all.deb
  to pool/main/q/qtiplot/qtiplot-doc_0.9.3~rc2-2_all.deb
qtiplot_0.9.3~rc2-2.diff.gz
  to pool/main/q/qtiplot/qtiplot_0.9.3~rc2-2.diff.gz
qtiplot_0.9.3~rc2-2.dsc
  to pool/main/q/qtiplot/qtiplot_0.9.3~rc2-2.dsc
qtiplot_0.9.3~rc2-2_amd64.deb
  to pool/main/q/qtiplot/qtiplot_0.9.3~rc2-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fathi Boudra <[EMAIL PROTECTED]> (supplier of updated qtiplot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 16 Jan 2008 21:47:14 +0100
Source: qtiplot
Binary: qtiplot-doc qtiplot
Architecture: source amd64 all
Version: 0.9.3~rc2-2
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra <[EMAIL PROTECTED]>
Changed-By: Fathi Boudra <[EMAIL PROTECTED]>
Description: 
 qtiplot    - data analysis and scientific plotting
 qtiplot-doc - data analysis and scientific plotting (documentation)
Closes: 461127
Changes: 
 qtiplot (0.9.3~rc2-2) unstable; urgency=low
 .
   * Disable demo mode. (Closes: #461127)
Files: 
 0fdae00f0604a0a13c339ab4376998d4 1011 math optional qtiplot_0.9.3~rc2-2.dsc
 170d5f4e1955fd0828721e71418541f0 11906 math optional 
qtiplot_0.9.3~rc2-2.diff.gz
 dd1706362d355aec90cb38ddcce7000e 2121636 math optional 
qtiplot_0.9.3~rc2-2_amd64.deb
 6e3a0526e5860547c1865c97631ad4b0 2115734 doc optional 
qtiplot-doc_0.9.3~rc2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iQCVAwUBR45zEIz1NfZqpXL3AQLFRwP+NE0nFfPIAbmANo9KsrSSE0SXQ8snROW1
pGWubLQmoyUqCy03/83PNTW0D15D0l+2YuVmCTQG+8weOZvfEPQYfTj67eW+7e6L
lyzC/rydLmXwhCc7PMQZINYtMtRENcAfR+VZfjUC1Sh/eeXNdaiaexiwE9s6blAp
1GczvNMJJyM=
=x/6b
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to