r35988 - in /packages/qtiplot: ./ trunk/ trunk/debian/ trunk/debian/patches-zlib/ trunk/debian/patches/

tille at users.alioth.debian.org tille at users.alioth.debian.org
Tue Nov 17 10:15:55 UTC 2009


Author: tille
Date: Tue Nov 17 10:15:54 2009
New Revision: 35988

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35988
Log:
Inject qtiplot because maintainer has trouble with injection

Added:
    packages/qtiplot/
    packages/qtiplot/trunk/
    packages/qtiplot/trunk/debian/
    packages/qtiplot/trunk/debian/README.Debian
    packages/qtiplot/trunk/debian/README.source
    packages/qtiplot/trunk/debian/build.conf
    packages/qtiplot/trunk/debian/changelog
    packages/qtiplot/trunk/debian/compat
    packages/qtiplot/trunk/debian/control
    packages/qtiplot/trunk/debian/copyright
    packages/qtiplot/trunk/debian/menu
    packages/qtiplot/trunk/debian/patches/
    packages/qtiplot/trunk/debian/patches-zlib/
    packages/qtiplot/trunk/debian/patches-zlib/minigzip.diff
    packages/qtiplot/trunk/debian/patches/01_build_system.diff
    packages/qtiplot/trunk/debian/patches/02_docbook_stylesheet.diff
    packages/qtiplot/trunk/debian/patches/03_fix_qti_wordlist.txt_path.diff
    packages/qtiplot/trunk/debian/patches/04_add_includes.diff
    packages/qtiplot/trunk/debian/patches/series
    packages/qtiplot/trunk/debian/postinst
    packages/qtiplot/trunk/debian/postrm
    packages/qtiplot/trunk/debian/qtiplot-doc.doc-base
    packages/qtiplot/trunk/debian/qtiplot.desktop
    packages/qtiplot/trunk/debian/qtiplot.xpm
    packages/qtiplot/trunk/debian/rules   (with props)
    packages/qtiplot/trunk/debian/watch

Added: packages/qtiplot/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/README.Debian?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/README.Debian (added)
+++ packages/qtiplot/trunk/debian/README.Debian Tue Nov 17 10:15:54 2009
@@ -1,0 +1,12 @@
+qtiplot for Debian
+------------------
+
+QtiPlot includes in the "3rdparty" folder:
+    * a modified version of liborigin
+    * latest version of muParser
+    * a modified version of zlib minigzip.c example
+
+QtiPlot is patched to use Debian provided liborigin, muParser and  zlib shared
+libraries and a build time patched minigzip.c.
+
+ -- Fathi Boudra <fboudra at free.fr>  Mon, 21 May 2007 10:59:25 +0200

Added: packages/qtiplot/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/README.source?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/README.source (added)
+++ packages/qtiplot/trunk/debian/README.source Tue Nov 17 10:15:54 2009
@@ -1,0 +1,3 @@
+This package uses the quilt patching system and 
+fakeroot debian/rules {un}patch can be used to unpatch/patch it.
+

Added: packages/qtiplot/trunk/debian/build.conf
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/build.conf?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/build.conf (added)
+++ packages/qtiplot/trunk/debian/build.conf Tue Nov 17 10:15:54 2009
@@ -1,0 +1,109 @@
+isEmpty( QTI_ROOT ) {
+  message( "each file including this config needs to set QTI_ROOT to the dir containing this file!" )
+}
+
+##########################################################
+##     System specific configuration     
+##########################################################
+
+# Global include path which is always added at the end of the INCLUDEPATH
+SYS_INCLUDEPATH = /usr/include
+# Global lib path and libs which is ls always added at the end of LIBS
+SYS_LIBS = -L/usr/lib
+
+##########################################################
+## muParser (http://muparser.sourceforge.net/)
+##########################################################
+
+# include path. leave it blank to use SYS_INCLUDE
+MUPARSER_INCLUDEPATH = /usr/include/muParser
+# link statically against a copy in 3rdparty/
+#MUPARSER_LIBS = $$QTI_ROOT/3rdparty/muparser/lib/libmuparser.a
+# or dynamically against a system-wide installation
+MUPARSER_LIBS = -lmuparser
+
+##########################################################
+## GNU Sientific Library (http://www.gnu.org/software/gsl/) 
+##########################################################
+
+# include path. leave it blank to use SYS_INCLUDE
+#GSL_INCLUDEPATH = $$QTI_ROOT/3rdparty/gsl/include
+# link statically against a copy in 3rdparty/
+#GSL_LIBS = $$QTI_ROOT/3rdparty/gsl/lib/libgsl.a \
+#           $$QTI_ROOT/3rdparty/gsl/lib/libgslcblas.a
+# or dynamically against a system-wide installation
+GSL_LIBS = -lgsl -lgslcblas
+
+##########################################################
+## Boost libraries (http://www.boost.org/)
+##########################################################
+
+# include path. leave it blank to use SYS_INCLUDE
+#BOOST_INCLUDEPATH = $$QTI_ROOT/3rdparty/boost
+# link statically against a copy in 3rdparty/
+#unix: BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-gcc43-mt-1_38.a \
+#				   $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-gcc43-mt-1_38.a
+#win32:BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-mgw34-mt.lib \
+#				   $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-mgw34-mt.lib
+# or dynamically against a system-wide installation
+BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt
+
+##########################################################
+## QWT - use local copy till upstream catches up
+# http://qwt.sourceforge.net/index.html
+##########################################################
+
+# include path. 
+QWT_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwt/src
+# link locally against a copy in 3rdparty/
+QWT_LIBS = $$QTI_ROOT/3rdparty/qwt/lib/libqwt.a
+
+##########################################################
+## libpng - optional. you don't have to set these variables
+##########################################################
+
+# include path. leave it blank to use SYS_INCLUDE
+#LIBPNG_INCLUDEPATH = $$QTI_ROOT/3rdparty/libpng/
+# link statically against a copy in 3rdparty/
+#LIBPNG_LIBS = $$QTI_ROOT/3rdparty/libpng/libpng.a
+# or dynamically against a system-wide installation
+LIBPNG_LIBS = -lpng
+
+##########################################################
+## EmfEngine - optional. you don't have to set these variables
+# http://soft.proindependent.com/emf/index.html
+##########################################################
+
+# include path. 
+#EMF_ENGINE_INCLUDEPATH = $$QTI_ROOT/3rdparty/EmfEngine/src
+# link locally against a copy in 3rdparty/
+#EMF_ENGINE_LIBS = $$QTI_ROOT/3rdparty/EmfEngine/libEmfEngine.a
+
+############################################################
+##  Target specific configuration: configure Qtiplot itself
+############################################################
+
+contains( TARGET, qtiplot ) {
+  # building without muParser doesn't work yet
+  SCRIPTING_LANGS += muParser
+  SCRIPTING_LANGS += Python
+
+  # a console displaying output of scripts; particularly useful on Windows
+  # where running QtiPlot from a terminal is inconvenient
+  DEFINES         += SCRIPTING_CONSOLE
+
+  # a dialog for selecting the scripting language on a per-project basis
+  DEFINES         += SCRIPTING_DIALOG
+
+  #DEFINES         += QTIPLOT_DEMO
+
+  # Comment the following lines to disable donations start-up message.
+  #DEFINES         += QTIPLOT_SUPPORT
+
+  # Uncomment the following line if you want to perform a custom installation using the *.path variables defined in ./qtiplot.pro.
+  CONFIG          += CustomInstall
+
+  CONFIG          += release
+  #CONFIG          += debug
+  #win32: CONFIG   += console
+}

Added: packages/qtiplot/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/changelog?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/changelog (added)
+++ packages/qtiplot/trunk/debian/changelog Tue Nov 17 10:15:54 2009
@@ -1,0 +1,210 @@
+qtiplot (0.9.7.10+r1453-1) unstable; urgency=low
+
+  * New SVN version (Closes: #547273, #551008)
+  * Add file build.conf
+  * Remove dependency on libqwt-qt4-dev since it is static now
+  * Change muparser version to 1.30
+  * Add binary dependency on python-sip4 (>=4.9-1) (Closes: #552131, #551222)
+  * Add Qwt copyright to copyright file
+  * Change Vcs fields from collab-maint to debian-science
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 14 Nov 2009 19:07:31 +0100
+
+qtiplot (0.9.7.10-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Static qwt library included. Both qwt and qwtplot3d will be removed
+    when the Qtiplot version will be in sync with the upstream versions.
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 24 Oct 2009 13:25:43 +0200
+
+qtiplot (0.9.7.9-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Add exclude 3rdparty/QTeXEngine/ to get-orig-source target
+  * Remove patch 02_sip_fix, fixed in upstream
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Wed, 23 Sep 2009 06:38:34 +0200
+
+qtiplot (0.9.7.8-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #504646, #527650, #506929, 
+    #539001, #532480)
+
+  [ Fathi Boudra ]
+  * Remove myself from Uploaders field.
+
+  [ Gudjon I. Gudjonsson ]
+  * Fix the watch file
+  * Add get-orig-source target
+  * Remove patch 02_docbook_stylesheet.diff, not needed
+  * Change dependency from liborigin-dev to liborigin2-dev
+  * Remove dependency on qwtplot3d since it is statically linked in
+    in this version
+  * Add patch 02_sip_fix.diff with changes from upstream,
+    fixes compiling.
+  * Remove dh_desktop
+  * Bump standards version to 3.8.3, no changes needed
+  * Add README.source
+  * Add dependency on libpng12-dev
+  * Remove patch 04_add_includes.diff. Fixed in upstream
+  * Remove muparser and liborigin from copyright file
+  * Add qwtplot3d to copyright file
+  * Fix GPL versions in copyright file
+  * Fix patch 03_fix_qti_wordlist.txt_path.diff (Closes: #475522)
+  * Add rm manual/html/qtiplot.adp to clean target
+  * Add doc-base file
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Tue, 08 Sep 2009 08:47:51 +0200
+
+qtiplot (0.9.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove qtiplot/translations/*.ts in clean rules.
+  * Add patch 04_add_includes to include limits.h file.
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 17 Aug 2008 19:43:31 +0200
+
+qtiplot (0.9.6.2-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #481054, #485821)
+  * Fix the clean target in rules.
+  * Remove 99_reduce_warnings. Merged in upstream.
+  * Add dependencies on libqt4-opengl-dev (Closes: #479886, #479520)
+  * Install binary in rules file. Something is wrong in makefile.
+  * Add a postinst script to compile .py files. (Closes: #471709)
+  * Add patch 03_fix_qti_wordlist.txt_path
+  * Add postrm script to remove .pyc files
+  * Move .py(c) files from /etc to /usr/share/qtiplot
+  * Add dependency on python-central (for py_compilefiles)
+  * Bump standard version to 3.8.0. No changes needed
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Thu, 12 Jun 2008 08:57:17 +0200
+
+qtiplot (0.9.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Refresh patches.
+  * Remove 04_homepage_url patch. Merged upstream.
+
+ -- Fathi Boudra <fabo at debian.org>  Fri, 04 Apr 2008 15:11:55 +0200
+
+qtiplot (0.9.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Refresh patches.
+
+ -- Fathi Boudra <fabo at debian.org>  Wed, 05 Mar 2008 11:20:08 +0100
+
+qtiplot (0.9.3~rc3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Refresh build system patch.
+  * Add patches:
+    * 02_docbook_stylesheet: set docbook to html stylesheet path properly.
+    * 99_reduce_warnings: reduce spurious warnings during qtiplot build.
+  * Remove translations path patch. Fixed upstream.
+  * Bump liborigin build dependency version.
+  * Add dblatex and docbook-utils build dependencies to generate html and pdf
+    manual. Use debian/rules to install them instead of upstream build system.
+  * Add QtiPlot manual in qtiplot-doc package. (Closes: #433654)
+  * Add Vcs-Browser and Vcs-Svn fields.
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 01 Mar 2008 14:04:58 +0100
+
+qtiplot (0.9.3~rc2-2) unstable; urgency=low
+
+  * Disable demo mode. (Closes: #461127)
+
+ -- Fathi Boudra <fabo at debian.org>  Wed, 16 Jan 2008 21:47:14 +0100
+
+qtiplot (0.9.3~rc2-1) unstable; urgency=low
+
+  * New upstream release.
+
+  [ Fathi Boudra ]
+  * Update my e-mail address.
+  * Bump liborigin build dependency version.
+  * Bump Standards-Version to 3.7.3.
+  * Use Homepage field.
+  * Remove DM upload permission.
+  * Remove qtiplot manpage. Merged upstream.
+  * Update qtiplot.desktop:
+    * Remove Encoding field.
+    * Update qtiplot icon.
+  * Refresh patches:
+    * 01_build_system.
+    * 02_translations_path.
+    * 04_homepage_url.
+  * Remove patches:
+    * 05_importOPJ. Merged upstream.
+    * 06_disable_showmaximized. Merged upstream.
+    * 07_fix_ftbfs_qmin_qmax. Merged upstream.
+
+  [ Gudjon I. Gudjonsson ]
+  * Fix the icon name in menu file.
+
+ -- Fathi Boudra <fabo at debian.org>  Tue, 15 Jan 2008 14:41:43 +0100
+
+qtiplot (0.9-3) unstable; urgency=low
+
+  [ Fathi Boudra ]
+  * Allow DM upload.
+
+  [ Gudjon I. Gudjonsson ]
+  * Add patch to fix FTBFS: qMax(qreal, double) on arm and mips architectures.
+    (Closes: #447206)
+
+ -- Fathi Boudra <fboudra at free.fr>  Tue, 13 Nov 2007 08:58:08 +0100
+
+qtiplot (0.9-2) unstable; urgency=low
+
+  * Install qtiplot manpage only in qtiplot package.
+  * Handle nostrip build option.
+
+ -- Fathi Boudra <fboudra at free.fr>  Fri, 05 Oct 2007 11:34:17 +0200
+
+qtiplot (0.9-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #431689)
+
+  [ Fathi Boudra ]
+  * Update build system and shared libraries patches. Merged.
+  * Add patch to disable window show maximized. (Closes: #444814)
+
+  [ Gudjon I. Gudjonsson ]
+  * Add 05_importOPJ patch to fix a typo in importOPJ.cpp.
+  * Add qtiplot man page.
+  * Add stricter liborigin build-dependency.
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Thu, 27 Sep 2007 10:43:11 +0200
+
+qtiplot (0.9~rc3-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #431691, #432368)
+
+  [ Fathi Boudra ]
+  * Add patch to build against liborigin and muParser shared libraries.
+  * Update control:
+    * Add liborigin-dev and libmuparser-dev to build dependency.
+    * Add python-qt4 dependency.
+  * Update README.Debian about liborigin and muParser.
+  * Switch to quilt patch system.
+
+  [ Gudjon I. Gudjonsson ]
+  * Add desktop file.
+  * Add 04_hompage_url patch. (Closes: #431872)
+  * Update rules:
+    * Install desktop file.
+    * Add dh_desktop call.
+  * Update menu file to last Debian menu specification.
+
+ -- Fathi Boudra <fboudra at free.fr>  Sat, 28 Jul 2007 17:38:08 +0200
+
+qtiplot (0.9~rc2-1) unstable; urgency=low
+
+  * Initial release (Closes: #416176)
+  * Add patch to fix QtiPlot build system and use Debian zlib shared library.
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 25 Mar 2007 12:06:27 +0200
+

Added: packages/qtiplot/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/compat?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/compat (added)
+++ packages/qtiplot/trunk/debian/compat Tue Nov 17 10:15:54 2009
@@ -1,0 +1,1 @@
+5

Added: packages/qtiplot/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/control?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/control (added)
+++ packages/qtiplot/trunk/debian/control Tue Nov 17 10:15:54 2009
@@ -1,0 +1,58 @@
+Source: qtiplot
+Section: math
+Priority: optional
+Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
+Build-Depends: debhelper (>= 5), quilt, dblatex, docbook-utils, doxygen,
+ libgsl0-dev, zlib1g-dev, libpng12-dev,
+ liborigin2-dev, libmuparser-dev (>=1.30), python-all-dev (>= 2.4.4),
+ python-qt4, python-qt4-dev, python-sip4-dev, sip4, libqt4-opengl-dev
+Standards-Version: 3.8.3
+Homepage: http://soft.proindependent.com/qtiplot.html
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/qtiplot/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/qtiplot/trunk
+DM-Upload-Allowed: yes
+
+Package: qtiplot
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-qt4, libqt4-opengl,
+ python-central, python-sip4 (>=4.9-1)
+Description: data analysis and scientific plotting
+ Qtiplot is a fully fledged plotting software similar to the OriginLab Origin
+ software (See http://www.originlab.com for more informations about Origin).
+ .
+ It can make two and three dimensional plots of publication quality, both from
+ datasets and functions. It can do non-linear fitting and multi-peak fitting.
+ .
+ Some Features:
+  * 3D Plots.
+  * Publication quality 2D plots: Error Bars, Multilayer Plots, Bar Plots,
+    Pie Plots, Vector Plots, Contour and Image Plots.
+  * Statistical Plots: Box/Whiskers Diagramms, Histograms.
+  * Easy export of plots to vector formats (EPS, PS, PDF) and to other various
+    image formats (BMP, JPG, PNG, TIFF).
+  * Powerful and versatile spreadsheets and calculations in column-logic.
+  * Easy ASCII-Import/Export of single or multiple files.
+  * Linear and non-linear curve fitting with weighting and estimation of
+    statistical errors of the fit-parameters, using Levenberg-Marquardt,
+    Least-Squares Algorithm or Nelder-Mead simplex minimization algorithm.
+  * Multi-peak fitting with Gaussian and Lorentzian peak profiles.
+  * Data analysis: statistics, sorting, FFT, data smoothing (Savitzky-Golay,
+    FFT smoothing, and moving window average), data filtering (low/high/band
+    pass and band block filters), convolution/deconvolution, correlation,
+    interpolation, numerical integration/differentiation.
+  * Matrices optimized for 3D plotting.
+  * Templates support: all the settings for plots (2D/3D), tables and matrixes
+    can be saved to ASCII files and restored later on for a fast editing
+    process.
+  * Project files based on folders, a powerful project explorer with extensive
+    built-in features: drag and drop, searching facilities.
+
+Package: qtiplot-doc
+Architecture: all
+Section: doc
+Description: data analysis and scientific plotting (documentation)
+ This package is part of QtiPlot.
+ .
+ It contains QtiPlot manual and API documentation.
+ .
+ See the 'qtiplot' package for more informations.

Added: packages/qtiplot/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/copyright?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/copyright (added)
+++ packages/qtiplot/trunk/debian/copyright Tue Nov 17 10:15:54 2009
@@ -1,0 +1,178 @@
+This package was debianized by Gudjon I. Gudjonsson <gudjon at gudjon.org> on
+Sun, 25 Mar 2007 12:06:27 +0200.
+
+It was downloaded from http://soft.proindependent.com/qtiplot.html
+
+Upstream Authors:
+    Ion Vasilief <ion_vasilief at yahoo.fr>
+    Tilman Hoener zu Siederdissen <thzs at gmx.net>
+    Knut Franke <Knut.Franke at gmx.de>
+    Alex Kargovsky <kargovsky at yumr.phys.msu.su>
+
+Copyright:
+    © 2004-2007 Ion Vasilief <ion_vasilief at yahoo.fr>
+    © 2006-2007 Tilman Hoener zu Siederdissen <thzs at gmx.net>
+    © 2006-2007 Knut Franke <Knut.Franke at gmx.de>
+    © 2007 Alex Kargovsky <kargovsky at yumr.phys.msu.su>
+
+QtiPlot includes in the "3rdparty" folder:
+    * A version of qwtplot3d, different from the one in Debian.
+    * A modified version of zlib minigzip.c example.
+    * A version of Qwt that is different from the one in Debian.
+
+Qtiplot is patched to use Debian zlib shared library and a build time patched minigzip.c.
+
+zlib copyright:
+    © 1995-1998 Jean-loup Gailly <jloup at gzip.org>
+    © 1995-1998 Mark Adler <madler at alumni.caltech.edu>
+
+QtiPlot is statically linked against qwtplot3d which can be found in the 3rdparty 
+folder. qwtplot3d includes GL2PS as a 3rd party software. 
+
+qwtplot3d copyright:
+    © 2003-2005 Michael Bieber <krischnamurti at users.sourceforge.net>
+
+GL2PS copyright:
+    © 1999-2003 Christophe Geuzaine <geuz at geuz.org>
+    © Michael Sweet <mike at easysw.com>
+    © Marc Ume <marc.ume at digitalgraphics.be>
+    © Jean-Francois Remacle <remacle at scorec.rpi.edu>
+    © Bart Kaptein <B.L.Kaptein at lumc.nl>
+    © Quy Nguyen-Dai<quy at vnilux.com>
+    © Sam Buss <sbuss at ucsd.edu>
+    © Shane Hill <Shane.Hill at dsto.defence.gov.au>
+    © Romain Boman <r_boman at yahoo.fr>
+    © Rouben Rostamian <rostamian at umbc.edu>
+    © Diego Santa Cruz <Diego.SantaCruz at epfl.ch>
+    © Shahzad Muzaffar <Shahzad.Muzaffar at cern.ch>
+    © Lassi Tuura <lassi.tuura at cern.ch>
+    © Guy Barrand <barrand at lal.in2p3.fr>
+    © Prabhu Ramachandran <prabhu at aero.iitm.ernet.in>
+    © Micha Bieber <bieber at traits.de>
+
+GL2PS license:
+    * This program is free software; you can redistribute it and/or
+    * modify it under the terms of either:
+    *
+    * a) the GNU Library General Public License as published by the Free
+    * Software Foundation, either version 2 of the License, or (at your
+    * option) any later version; or
+    *
+    * b) the GL2PS License as published by Christophe Geuzaine, either
+    * version 2 of the License, or (at your option) any later version.
+
+  On Debian systems, the complete text of the GNU Lesser General
+  Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+  GL2PS LICENSE
+  Version 2, November 2003
+
+  Copyright (C) 2003, Christophe Geuzaine
+
+  Permission to use, copy, and distribute this software and its
+  documentation for any purpose with or without fee is hereby granted,
+  provided that the copyright notice appear in all copies and that both
+  that copyright notice and this permission notice appear in supporting
+  documentation.
+
+  Permission to modify and distribute modified versions of this software
+  is granted, provided that:
+
+  1) the modifications are licensed under the same terms as this 
+  software;
+
+  2) you make available the source code of any modifications that you
+  distribute, either on the same media as you distribute any executable
+  or other form of this software, or via a mechanism generally accepted
+  in the software development community for the electronic transfer of
+  data.
+
+  This software is provided "as is" without express or implied warranty.
+
+QwtPlot3D license:
+
+  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the author be held liable for any damages
+  arising from the use of this software.
+
+  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+
+  1. The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  2. Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  3. This notice may not be removed or altered from any source distribution.
+
+zlib license:
+
+  Copyright © 1995-2005 Jean-loup Gailly and Mark Adler
+
+  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the authors be held liable for any damages
+  arising from the use of this software.
+
+  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+
+  1. The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  2. Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  3. This notice may not be removed or altered from any source distribution.
+
+Qwt copyright:
+   (C) 1997 Josef Wilgen
+   (C) 2002 Uwe Rathmann
+
+Qwt License
+    Version 1.0, January 1, 2003
+
+    The Qwt library and included programs are provided under the terms
+    of the GNU LESSER GENERAL PUBLIC LICENSE (LGPL) with the following
+    exceptions:
+
+    1. Widgets that are subclassed from Qwt widgets do not
+       constitute a derivative work.
+
+    2. Static linking of applications and widgets to the
+       Qwt library does not constitute a derivative work
+       and does not require the author to provide source
+       code for the application or widget, use the shared
+       Qwt libraries, or link their applications or
+       widgets against a user-supplied version of Qwt.
+
+       If you link the application or widget to a modified
+       version of Qwt, then the changes to Qwt must be
+       provided under the terms of the LGPL in sections
+       1, 2, and 4.
+
+    3. You do not have to provide a copy of the Qwt license
+       with programs that are linked to the Qwt library, nor
+       do you have to identify the Qwt license in your
+       program or documentation as required by section 6
+       of the LGPL.
+
+
+       However, programs must still identify their use of Qwt.
+       The following example statement can be included in user
+       documentation to satisfy this requirement:
+
+       [program/widget] is based in part on the work of
+       the Qwt project (http://qwt.sf.net).
+
+QtiPlot license:
+  GNU GENERAL PUBLIC LICENSE
+  Version 2, June 1991
+
+  On Debian systems, the complete text of the GNU General
+  Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is © 2007, Gudjon I. Gudjonsson <gudjon at gudjon.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.

Added: packages/qtiplot/trunk/debian/menu
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/menu?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/menu (added)
+++ packages/qtiplot/trunk/debian/menu Tue Nov 17 10:15:54 2009
@@ -1,0 +1,6 @@
+?package(qtiplot): \
+	needs="X11" \
+	section="Applications/Science/Data Analysis" \
+	title="QtiPlot" \
+	command="/usr/bin/qtiplot" \
+	icon="/usr/share/pixmaps/qtiplot.xpm"

Added: packages/qtiplot/trunk/debian/patches-zlib/minigzip.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/patches-zlib/minigzip.diff?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/patches-zlib/minigzip.diff (added)
+++ packages/qtiplot/trunk/debian/patches-zlib/minigzip.diff Tue Nov 17 10:15:54 2009
@@ -1,0 +1,70 @@
+--- orig/minigzip.c	2007-05-22 16:26:52.000000000 +0200
++++ new/minigzip.c	2007-05-22 16:27:16.000000000 +0200
+@@ -256,67 +256,3 @@
+     unlink(infile);
+ }
+ 
+-
+-/* ===========================================================================
+- * Usage:  minigzip [-d] [-f] [-h] [-r] [-1 to -9] [files...]
+- *   -d : decompress
+- *   -f : compress with Z_FILTERED
+- *   -h : compress with Z_HUFFMAN_ONLY
+- *   -r : compress with Z_RLE
+- *   -1 to -9 : compression level
+- */
+-
+-int main(argc, argv)
+-    int argc;
+-    char *argv[];
+-{
+-    int uncompr = 0;
+-    gzFile file;
+-    char outmode[20];
+-
+-    strcpy(outmode, "wb6 ");
+-
+-    prog = argv[0];
+-    argc--, argv++;
+-
+-    while (argc > 0) {
+-      if (strcmp(*argv, "-d") == 0)
+-        uncompr = 1;
+-      else if (strcmp(*argv, "-f") == 0)
+-        outmode[3] = 'f';
+-      else if (strcmp(*argv, "-h") == 0)
+-        outmode[3] = 'h';
+-      else if (strcmp(*argv, "-r") == 0)
+-        outmode[3] = 'R';
+-      else if ((*argv)[0] == '-' && (*argv)[1] >= '1' && (*argv)[1] <= '9' &&
+-               (*argv)[2] == 0)
+-        outmode[2] = (*argv)[1];
+-      else
+-        break;
+-      argc--, argv++;
+-    }
+-    if (outmode[3] == ' ')
+-        outmode[3] = 0;
+-    if (argc == 0) {
+-        SET_BINARY_MODE(stdin);
+-        SET_BINARY_MODE(stdout);
+-        if (uncompr) {
+-            file = gzdopen(fileno(stdin), "rb");
+-            if (file == NULL) error("can't gzdopen stdin");
+-            gz_uncompress(file, stdout);
+-        } else {
+-            file = gzdopen(fileno(stdout), outmode);
+-            if (file == NULL) error("can't gzdopen stdout");
+-            gz_compress(stdin, file);
+-        }
+-    } else {
+-        do {
+-            if (uncompr) {
+-                file_uncompress(*argv);
+-            } else {
+-                file_compress(*argv, outmode);
+-            }
+-        } while (argv++, --argc);
+-    }
+-    return 0;
+-}

Added: packages/qtiplot/trunk/debian/patches/01_build_system.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/patches/01_build_system.diff?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/patches/01_build_system.diff (added)
+++ packages/qtiplot/trunk/debian/patches/01_build_system.diff Tue Nov 17 10:15:54 2009
@@ -1,0 +1,113 @@
+Changes the build system according to the Debian packages and
+fixes possible errors in the project files
+--- a/qtiplot/qtiplot.pro
++++ b/qtiplot/qtiplot.pro
+@@ -10,9 +10,7 @@
+ 
+ # local copy included
+ INCLUDEPATH       += ../3rdparty/qwtplot3d/include
+-INCLUDEPATH       += ../3rdparty/liborigin
+-INCLUDEPATH       += ../3rdparty/zlib
+-INCLUDEPATH 	  += ../3rdparty/QTeXEngine/src
++#INCLUDEPATH 	  += ../3rdparty/QTeXEngine/src
+ 
+ # configurable
+ INCLUDEPATH       += $$MUPARSER_INCLUDEPATH
+@@ -103,17 +101,16 @@
+                   translations/qtiplot_sv.qm
+ 
+ isEmpty(LUPDATE): LUPDATE = lupdate
+-#system($$LUPDATE -verbose qtiplot.pro)
++system($$LUPDATE -verbose qtiplot.pro)
+ isEmpty(LRELEASE): LRELEASE = lrelease
+-#system($$LRELEASE -verbose qtiplot.pro)
++system($$LRELEASE -verbose qtiplot.pro)
+ 
+ ###################### DOCUMENTATION ########################################
+ 
+ manual.files += ../manual/html \
+                 ../manual/qtiplot-manual-en.pdf
+ 
+-documentation.files += ../README.html \
+-                       ../gpl_licence.txt
++documentation.files += ../README.html 
+ 
+ unix: man.files += ../qtiplot.1
+ 
+@@ -121,7 +118,7 @@
+ ##################### Compression (zlib-1.2.3) ################
+ ###############################################################
+ 
+-SOURCES += ../3rdparty/zlib/minigzip.c
++SOURCES += ../minigzip.c
+ 
+ ###############################################################
+ ################# Default Modules #############################
+@@ -158,18 +155,19 @@
+   				    qtiUtil.py \
+   				    qti_wordlist.txt \
+ 
+-  	unix: pythonconfig.path = /usr/local/qtiplot
++  	unix: pythonconfig.path = /usr/share/qtiplot
+   	win32: pythonconfig.path = $$INSTALLBASE
+-  	DEFINES += PYTHON_CONFIG_PATH="\\\"$$replace(pythonconfig.path," ","\ ")\\\"
++	PYTHON_CONFIG_PATH="\\\"$$replace(pythonconfig.path," ","\ ")\\\"
++  	DEFINES += PYTHON_CONFIG_PATH
+   }
+ 
+   unix {
+     isEmpty(PYTHON): PYTHON = python
+-    INCLUDEPATH += $$system($$PYTHON python-includepath.py)
+-    LIBS        += $$system($$PYTHON -c "\"from distutils import sysconfig; print '-lpython'+sysconfig.get_config_var('VERSION')\"")
++    INCLUDEPATH += /usr/include/python2.5
++    LIBS        += -lpython2.5 
+     LIBS        += -lm
+     system(mkdir -p $${SIP_DIR})
+-    system($$system($$PYTHON python-sipcmd.py) -c $${SIP_DIR} src/scripting/qti.sip)
++    system($$system(python2.5 python-sipcmd.py) -c $${SIP_DIR} src/scripting/qti.sip)
+   }
+ 
+   win32 {
+--- a/qtiplot/src/origin/origin.pri
++++ b/qtiplot/src/origin/origin.pri
+@@ -1,17 +1,19 @@
+ ###############################################################
+ ################# Origin Import (liborigin) ###################
+ ###############################################################
+-INCLUDEPATH += src/origin/
++INCLUDEPATH += src/origin/ /usr/include/liborigin2/
+ 
+ HEADERS += src/origin/importOPJ.h
+-HEADERS += ../3rdparty/liborigin/OriginObj.h
+-HEADERS += ../3rdparty/liborigin/OriginFile.h
+-HEADERS += ../3rdparty/liborigin/OriginParser.h
+-HEADERS += ../3rdparty/liborigin/OriginDefaultParser.h
+-HEADERS += ../3rdparty/liborigin/Origin750Parser.h
++#HEADERS += ../3rdparty/liborigin/OriginObj.h
++#HEADERS += ../3rdparty/liborigin/OriginFile.h
++#HEADERS += ../3rdparty/liborigin/OriginParser.h
++#HEADERS += ../3rdparty/liborigin/OriginDefaultParser.h
++#HEADERS += ../3rdparty/liborigin/Origin750Parser.h
+ 
+ SOURCES += src/origin/importOPJ.cpp
+-SOURCES += ../3rdparty/liborigin/OriginFile.cpp
+-SOURCES += ../3rdparty/liborigin/OriginParser.cpp
+-SOURCES += ../3rdparty/liborigin/OriginDefaultParser.cpp
+-SOURCES += ../3rdparty/liborigin/Origin750Parser.cpp
++#SOURCES += ../3rdparty/liborigin/OriginFile.cpp
++#SOURCES += ../3rdparty/liborigin/OriginParser.cpp
++#SOURCES += ../3rdparty/liborigin/OriginDefaultParser.cpp
++#SOURCES += ../3rdparty/liborigin/Origin750Parser.cpp
++
++LIBS += -lorigin2
+--- a/qtiplot.pro
++++ b/qtiplot.pro
+@@ -1,6 +1,5 @@
+ TEMPLATE = subdirs
+ 
+-SUBDIRS = fitPlugins \
+-	    manual \
+-	    3rdparty/qwt \
++SUBDIRS = 3rdparty/qwt \ 
++          3rdparty/qwtplot3d \
+           qtiplot

Added: packages/qtiplot/trunk/debian/patches/02_docbook_stylesheet.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/patches/02_docbook_stylesheet.diff?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/patches/02_docbook_stylesheet.diff (added)
+++ packages/qtiplot/trunk/debian/patches/02_docbook_stylesheet.diff Tue Nov 17 10:15:54 2009
@@ -1,0 +1,11 @@
+--- a/manual/qtiplot.dsl
++++ b/manual/qtiplot.dsl
+@@ -6,7 +6,7 @@
+ <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+ 
+ <!-- Path to main Docbook->html stylesheet. You have to adapt this to your installation. -->
+-<!ENTITY docbook-html-stylesheet SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl" CDATA DSSSL>
++<!ENTITY docbook-html-stylesheet SYSTEM "/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl" CDATA DSSSL>
+ 
+ <!-- Stylesheet function library for creating Windows HTML help and Qt Assistant profiles. -->
+ <!ENTITY docbook-help-stylesheet SYSTEM "./help.dsl" CDATA DSSSL>

Added: packages/qtiplot/trunk/debian/patches/03_fix_qti_wordlist.txt_path.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/patches/03_fix_qti_wordlist.txt_path.diff?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/patches/03_fix_qti_wordlist.txt_path.diff (added)
+++ packages/qtiplot/trunk/debian/patches/03_fix_qti_wordlist.txt_path.diff Tue Nov 17 10:15:54 2009
@@ -1,0 +1,13 @@
+Fixes the path to qti_wordlist.txt
+--- a/qtiplot/src/core/ApplicationWindow.cpp
++++ b/qtiplot/src/core/ApplicationWindow.cpp
+@@ -17082,7 +17082,8 @@
+ 	QStringList words;
+ #ifdef SCRIPTING_PYTHON
+ 	if (scriptEnv->name() == QString("Python")){
+-		QString fn = d_python_config_folder + "/qti_wordlist.txt";
++                QString fn = "/usr/share/qtiplot/qti_wordlist.txt";
++		//QString fn = d_python_config_folder + "/qti_wordlist.txt";
+ 		QFile file(fn);
+ 		if (!file.open(QFile::ReadOnly)){
+ 			QMessageBox::critical(this, tr("QtiPlot - Warning"),

Added: packages/qtiplot/trunk/debian/patches/04_add_includes.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/patches/04_add_includes.diff?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/patches/04_add_includes.diff (added)
+++ packages/qtiplot/trunk/debian/patches/04_add_includes.diff Tue Nov 17 10:15:54 2009
@@ -1,0 +1,10 @@
+--- a/qtiplot/src/plot2D/ScaleEngine.cpp
++++ b/qtiplot/src/plot2D/ScaleEngine.cpp
+@@ -26,6 +26,7 @@
+  *   Boston, MA  02110-1301  USA                                           *
+  *                                                                         *
+  ***************************************************************************/
++#include <limits.h>
+ #include "ScaleEngine.h"
+ 
+ QwtScaleTransformation* ScaleEngine::transformation() const

Added: packages/qtiplot/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/patches/series?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/patches/series (added)
+++ packages/qtiplot/trunk/debian/patches/series Tue Nov 17 10:15:54 2009
@@ -1,0 +1,3 @@
+01_build_system.diff
+03_fix_qti_wordlist.txt_path.diff
+#05_gcc44_fix.diff

Added: packages/qtiplot/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/postinst?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/postinst (added)
+++ packages/qtiplot/trunk/debian/postinst Tue Nov 17 10:15:54 2009
@@ -1,0 +1,43 @@
+#!/bin/sh
+# postinst script for Qtiplot
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+    py_compilefiles -f /usr/share/qtiplot/qtiplotrc.py
+    py_compilefiles -f /usr/share/qtiplot/qtiUtil.py
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: packages/qtiplot/trunk/debian/postrm
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/postrm?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/postrm (added)
+++ packages/qtiplot/trunk/debian/postrm Tue Nov 17 10:15:54 2009
@@ -1,0 +1,41 @@
+#!/bin/sh
+# postrm script for #PACKAGE#
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postrm> `remove'
+#        * <postrm> `purge'
+#        * <old-postrm> `upgrade' <new-version>
+#        * <new-postrm> `failed-upgrade' <old-version>
+#        * <new-postrm> `abort-install'
+#        * <new-postrm> `abort-install' <old-version>
+#        * <new-postrm> `abort-upgrade' <old-version>
+#        * <disappearer's-postrm> `disappear' <overwriter>
+#          <overwriter-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    rm -f /usr/share/qtiplot/qtiplotrc.pyc
+    rm -f /usr/share/qtiplot/qtiUtil.pyc
+    ;;
+
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: packages/qtiplot/trunk/debian/qtiplot-doc.doc-base
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/qtiplot-doc.doc-base?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/qtiplot-doc.doc-base (added)
+++ packages/qtiplot/trunk/debian/qtiplot-doc.doc-base Tue Nov 17 10:15:54 2009
@@ -1,0 +1,13 @@
+Document: qtiplot
+Title: Debian qtiplot Manual
+Author: Ion Vasilief, Roger Gadiou, and Knut Franke
+Abstract: Qtiplot is a scientific plotting program with 
+ nice graphical user interface. 
+Section: Science/Data Analysis
+
+Format: HTML
+Index: /usr/share/doc/qtiplot-doc/manual/html/index.html
+Files: /usr/share/doc/qtiplot-doc/manual/html/*.html
+
+Format: PDF
+Files: /usr/share/doc/qtiplot-doc/manual/qtiplot-manual-en.pdf

Added: packages/qtiplot/trunk/debian/qtiplot.desktop
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/qtiplot.desktop?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/qtiplot.desktop (added)
+++ packages/qtiplot/trunk/debian/qtiplot.desktop Tue Nov 17 10:15:54 2009
@@ -1,0 +1,9 @@
+[Desktop Entry]
+Name=QtiPlot
+Comment=data analysis and scientific plotting
+Exec=qtiplot
+Terminal=false
+Type=Application
+Icon=qtiplot
+Categories=Education;Science;Math;Qt;
+StartupNotify=true

Added: packages/qtiplot/trunk/debian/qtiplot.xpm
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/qtiplot.xpm?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/qtiplot.xpm (added)
+++ packages/qtiplot/trunk/debian/qtiplot.xpm Tue Nov 17 10:15:54 2009
@@ -1,0 +1,518 @@
+/* XPM */
+static char * qtiplot_xpm[] = {
+"32 32 483 2",
+"  	c None",
+". 	c #7C9FBF",
+"+ 	c #799CBD",
+"@ 	c #89A7C2",
+"# 	c #96B1C8",
+"$ 	c #AEC2D3",
+"% 	c #AABFD1",
+"& 	c #8EABC7",
+"* 	c #759ABE",
+"= 	c #7AA3C1",
+"- 	c #A0BDD1",
+"; 	c #C7D7E1",
+"> 	c #E8EDF0",
+", 	c #DAE4E9",
+"' 	c #A3BED0",
+") 	c #86AAC5",
+"! 	c #729CBC",
+"~ 	c #A6BFD0",
+"{ 	c #A9C1D2",
+"] 	c #9FBBD0",
+"^ 	c #A3C0D6",
+"/ 	c #9DBAD1",
+"( 	c #A3BECF",
+"_ 	c #B6CAD6",
+": 	c #88A6BD",
+"< 	c #8BAAC6",
+"[ 	c #A0B6CD",
+"} 	c #749CBE",
+"| 	c #8CABC6",
+"1 	c #A2B9CE",
+"2 	c #7A9AB5",
+"3 	c #799CBF",
+"4 	c #8AA7C6",
+"5 	c #6590B8",
+"6 	c #7A9DC0",
+"7 	c #8DA8C7",
+"8 	c #6F91B1",
+"9 	c #658DB6",
+"0 	c #7395BB",
+"a 	c #5484B0",
+"b 	c #668FB6",
+"c 	c #7698BC",
+"d 	c #6288AB",
+"e 	c #5584AF",
+"f 	c #618BB4",
+"g 	c #477CAA",
+"h 	c #5685B0",
+"i 	c #648DB5",
+"j 	c #5882A7",
+"k 	c #B8CFAF",
+"l 	c #B2CBA8",
+"m 	c #92B99D",
+"n 	c #5F959A",
+"o 	c #4F83A3",
+"p 	c #4F80AB",
+"q 	c #3B75A6",
+"r 	c #477CAB",
+"s 	c #5282AF",
+"t 	c #4D7FAD",
+"u 	c #4E7CA3",
+"v 	c #A9CBA6",
+"w 	c #D4E2CE",
+"x 	c #E3EDE0",
+"y 	c #E6EEE1",
+"z 	c #D3E4CE",
+"A 	c #B2D2B2",
+"B 	c #79AE95",
+"C 	c #48898A",
+"D 	c #316E9E",
+"E 	c #3D76A8",
+"F 	c #4278AA",
+"G 	c #23649A",
+"H 	c #3A6E9A",
+"I 	c #A7D1AD",
+"J 	c #D4E8D6",
+"K 	c #F2F7F1",
+"L 	c #E3EEE2",
+"M 	c #BEDBBF",
+"N 	c #9FCDA4",
+"O 	c #6FAA88",
+"P 	c #1F5F7F",
+"Q 	c #326EA1",
+"R 	c #2D6AA0",
+"S 	c #0E558F",
+"T 	c #296290",
+"U 	c #C7DDC0",
+"V 	c #BCD8B7",
+"W 	c #AAD1AC",
+"X 	c #9DCEA8",
+"Y 	c #AED4B2",
+"Z 	c #B3D4B2",
+"` 	c #C7DDC1",
+" .	c #7BAD8F",
+"..	c #195774",
+"+.	c #2C6A9C",
+"@.	c #206199",
+"#.	c #0C548E",
+"$.	c #2B6491",
+"%.	c #A2A5A2",
+"&.	c #81A28B",
+"*.	c #ACD0A4",
+"=.	c #6FB77B",
+"-.	c #AFD1A6",
+";.	c #6AA580",
+">.	c #0D5072",
+",.	c #206396",
+"'.	c #0E5992",
+").	c #0A5590",
+"!.	c #27628F",
+"~.	c #9C9D9A",
+"{.	c #A8ABA9",
+"].	c #B4B9B8",
+"^.	c #8DB09A",
+"/.	c #97C594",
+"(.	c #63B171",
+"_.	c #9AC796",
+":.	c #5B9D76",
+"<.	c #034A6E",
+"[.	c #0A588E",
+"}.	c #095892",
+"|.	c #095792",
+"1.	c #1F5B88",
+"2.	c #4C5D6B",
+"3.	c #9C9C97",
+"4.	c #B2B6B6",
+"5.	c #B7BCBC",
+"6.	c #AFB4B4",
+"7.	c #85A892",
+"8.	c #71B577",
+"9.	c #78B77B",
+"0.	c #82BA81",
+"a.	c #56AC66",
+"b.	c #83BC83",
+"c.	c #75B77A",
+"d.	c #489568",
+"e.	c #024D70",
+"f.	c #05598F",
+"g.	c #085B95",
+"h.	c #22608E",
+"i.	c #6C7D8D",
+"j.	c #93999A",
+"k.	c #939594",
+"l.	c #84827A",
+"m.	c #A8ABAA",
+"n.	c #B0B3B1",
+"o.	c #B9BDBC",
+"p.	c #B7BCBB",
+"q.	c #B1B7B6",
+"r.	c #ADB2B2",
+"s.	c #A6AAAA",
+"t.	c #7DA08A",
+"u.	c #2D9C4B",
+"v.	c #48A55C",
+"w.	c #73B475",
+"x.	c #4DA85F",
+"y.	c #75B578",
+"z.	c #72B476",
+"A.	c #309D4D",
+"B.	c #268952",
+"C.	c #034F72",
+"D.	c #075C92",
+"E.	c #0B5E97",
+"F.	c #22628E",
+"G.	c #6A7B8A",
+"H.	c #AEB5B7",
+"I.	c #B3B7B6",
+"J.	c #ABAFAE",
+"K.	c #8B8B84",
+"L.	c #A6A9A6",
+"M.	c #BABEBD",
+"N.	c #BBBFBF",
+"O.	c #B8BDBC",
+"P.	c #B4B9B9",
+"Q.	c #A7ACAC",
+"R.	c #A3A4A3",
+"S.	c #A99B98",
+"T.	c #82937A",
+"U.	c #229340",
+"V.	c #299947",
+"W.	c #64AE6B",
+"X.	c #45A559",
+"Y.	c #66AF6C",
+"Z.	c #4FA75E",
+"`.	c #1F9641",
+" +	c #1A844B",
+".+	c #10547E",
+"++	c #1A6298",
+"@+	c #1F639D",
+"#+	c #2C648F",
+"$+	c #647684",
+"%+	c #A8B0B1",
+"&+	c #BABDBD",
+"*+	c #939696",
+"=+	c #AAABA6",
+"-+	c #BDC1C0",
+";+	c #B7BDBC",
+">+	c #B3B9B8",
+",+	c #ADB2B3",
+"'+	c #A8ACAD",
+")+	c #B39F9B",
+"!+	c #CAAEA4",
+"~+	c #DFBAAA",
+"{+	c #CFA991",
+"]+	c #778652",
+"^+	c #38893F",
+"/+	c #55A65F",
+"(+	c #41A256",
+"_+	c #5CAB65",
+":+	c #3DA052",
+"<+	c #239843",
+"[+	c #20864E",
+"}+	c #205A8A",
+"|+	c #2A679E",
+"1+	c #2E6AA1",
+"2+	c #356791",
+"3+	c #617280",
+"4+	c #A3AAAC",
+"5+	c #8D9191",
+"6+	c #9DA0A1",
+"7+	c #ACAEA9",
+"8+	c #BCBFBF",
+"9+	c #B2B8B7",
+"0+	c #B19C9A",
+"a+	c #D4948A",
+"b+	c #EFD5C8",
+"c+	c #F4E9E0",
+"d+	c #F4E8DE",
+"e+	c #F0DBCC",
+"f+	c #EABBA5",
+"g+	c #D88C74",
+"h+	c #89764D",
+"i+	c #3B8B43",
+"j+	c #45A154",
+"k+	c #349D4A",
+"l+	c #2C9B46",
+"m+	c #2A8A51",
+"n+	c #326390",
+"o+	c #3B72A5",
+"p+	c #3E75A8",
+"q+	c #3F6D96",
+"r+	c #60717E",
+"s+	c #9FA4A8",
+"t+	c #B5BAB9",
+"u+	c #8B8F8F",
+"v+	c #999E9E",
+"w+	c #ACADA9",
+"x+	c #B9BEBD",
+"y+	c #B5BBBA",
+"z+	c #A9AEAE",
+"A+	c #B69995",
+"B+	c #E29E8E",
+"C+	c #E4A091",
+"D+	c #EBBAB2",
+"E+	c #FAF5F2",
+"F+	c #F4E4DD",
+"G+	c #E5A291",
+"H+	c #B1806A",
+"I+	c #3F6F36",
+"J+	c #399B49",
+"K+	c #379E4B",
+"L+	c #369D4B",
+"M+	c #338E54",
+"N+	c #3F6B93",
+"O+	c #497CAA",
+"P+	c #4E7FAE",
+"Q+	c #49749A",
+"R+	c #9EA3A6",
+"S+	c #B3B8B7",
+"T+	c #8A8E8E",
+"U+	c #ABADA8",
+"V+	c #ACB1B2",
+"W+	c #A7ABAC",
+"X+	c #B3908A",
+"Y+	c #D56558",
+"Z+	c #DF8974",
+"`+	c #E2967D",
+" @	c #DC786A",
+".@	c #DE8372",
+"+@	c #E4A087",
+"@@	c #DD7C6B",
+"#@	c #AD6D55",
+"$@	c #466A37",
+"%@	c #479C50",
+"&@	c #47A154",
+"*@	c #40935C",
+"=@	c #52789A",
+"-@	c #628BB2",
+";@	c #678FB6",
+">@	c #6089B0",
+",@	c #4F718D",
+"'@	c #5E6D79",
+")@	c #9CA2A4",
+"!@	c #B2B7B7",
+"~@	c #ABACA8",
+"{@	c #B6BBBA",
+"]@	c #B1B7B7",
+"^@	c #AAB0B0",
+"/@	c #A87875",
+"(@	c #C82D29",
+"_@	c #D24C3F",
+":@	c #DF8266",
+"<@	c #DA6A55",
+"[@	c #DD7961",
+"}@	c #DC735D",
+"|@	c #CC332D",
+"1@	c #A54130",
+"2@	c #4E6E3C",
+"3@	c #54A15A",
+"4@	c #56A85F",
+"5@	c #56A860",
+"6@	c #4D9965",
+"7@	c #6484A2",
+"8@	c #7A9ABC",
+"9@	c #6587A7",
+"0@	c #5B7386",
+"a@	c #5D6C77",
+"b@	c #707B84",
+"c@	c #929798",
+"d@	c #999E9D",
+"e@	c #B3B8B8",
+"f@	c #999D9D",
+"g@	c #AAACA8",
+"h@	c #B5BABA",
+"i@	c #ACB1B1",
+"j@	c #9FA4A4",
+"k@	c #989D9D",
+"l@	c #B07F7C",
+"m@	c #CA2E29",
+"n@	c #CE362D",
+"o@	c #D7634B",
+"p@	c #D55844",
+"q@	c #D8644C",
+"r@	c #D44F3E",
+"s@	c #CC2A24",
+"t@	c #A83C2C",
+"u@	c #5B7546",
+"v@	c #6BAA6B",
+"w@	c #6EB271",
+"x@	c #6EB272",
+"y@	c #569766",
+"z@	c #526D82",
+"A@	c #5B7588",
+"B@	c #646F76",
+"C@	c #6F7A82",
+"D@	c #899297",
+"E@	c #9BA0A3",
+"F@	c #A4A8A8",
+"G@	c #A3A7A7",
+"H@	c #8B9090",
+"I@	c #7D8181",
+"J@	c #9DA1A2",
+"K@	c #A1A5A5",
+"L@	c #A0A3A3",
+"M@	c #ABB0B0",
+"N@	c #B2B8B6",
+"O@	c #B98984",
+"P@	c #CB362C",
+"Q@	c #CD362A",
+"R@	c #D4523D",
+"S@	c #D34E3B",
+"T@	c #D55741",
+"U@	c #D04131",
+"V@	c #CD3126",
+"W@	c #AC4231",
+"X@	c #687A4F",
+"Y@	c #80B37B",
+"Z@	c #83BB83",
+"`@	c #72AC76",
+" #	c #608669",
+".#	c #697578",
+"+#	c #758086",
+"@#	c #848D92",
+"##	c #969C9F",
+"$#	c #A2A7A8",
+"%#	c #A6AAAB",
+"&#	c #A5AAAA",
+"*#	c #919697",
+"=#	c #7E8383",
+"-#	c #8C9090",
+";#	c #818381",
+">#	c #AAAEAE",
+",#	c #BABEBE",
+"'#	c #BD918A",
+")#	c #D14A38",
+"!#	c #D24936",
+"~#	c #D34D38",
+"{#	c #D24835",
+"]#	c #D34C38",
+"^#	c #D14733",
+"/#	c #D14633",
+"(#	c #B04D39",
+"_#	c #727B57",
+":#	c #87AD82",
+"<#	c #6F9576",
+"[#	c #67786E",
+"}#	c #75837A",
+"|#	c #929C97",
+"1#	c #A1A6A7",
+"2#	c #A6AAAC",
+"3#	c #A8ADAE",
+"4#	c #A3A8A9",
+"5#	c #959A9A",
+"6#	c #818585",
+"7#	c #8C908F",
+"8#	c #A3A6A5",
+"9#	c #9C9F9E",
+"0#	c #9EA1A1",
+"a#	c #BBBEBE",
+"b#	c #BD9B95",
+"c#	c #D15F4A",
+"d#	c #D76048",
+"e#	c #D65B44",
+"f#	c #D65A43",
+"g#	c #D65C44",
+"h#	c #AB5140",
+"i#	c #64634E",
+"j#	c #6B7E6C",
+"k#	c #6E7F74",
+"l#	c #86938B",
+"m#	c #99A29E",
+"n#	c #A6ACAB",
+"o#	c #A9AEAF",
+"p#	c #9A9F9F",
+"q#	c #838888",
+"r#	c #8B908F",
+"s#	c #9FA3A2",
+"t#	c #8F9393",
+"u#	c #B0B1AE",
+"v#	c #AA9088",
+"w#	c #BD7361",
+"x#	c #D37860",
+"y#	c #DD7D62",
+"z#	c #DC795F",
+"A#	c #C7705B",
+"B#	c #A1675B",
+"C#	c #7C7069",
+"D#	c #8A8177",
+"E#	c #969E97",
+"F#	c #9EA7A3",
+"G#	c #AAAFAF",
+"H#	c #A9AFAE",
+"I#	c #9CA0A1",
+"J#	c #848988",
+"K#	c #A3A7A5",
+"L#	c #999D9C",
+"M#	c #A09F9C",
+"N#	c #AA9C95",
+"O#	c #A98478",
+"P#	c #C07969",
+"Q#	c #B17364",
+"R#	c #8A7169",
+"S#	c #897B74",
+"T#	c #9B938D",
+"U#	c #A7A5A2",
+"V#	c #AEB4B4",
+"W#	c #B1B6B6",
+"X#	c #A0A5A5",
+"Y#	c #878B8B",
+"Z#	c #8D9090",
+"`#	c #9EA2A1",
+" $	c #929594",
+".$	c #A1A19E",
+"+$	c #A39992",
+"@$	c #9C8E86",
+"#$	c #A49B94",
+"$$	c #AFADA9",
+"%$	c #AFB4B3",
+"&$	c #A1A6A5",
+"*$	c #888C8C",
+"=$	c #8D9190",
+"-$	c #A4A6A5",
+";$	c #959694",
+">$	c #A4A4A1",
+",$	c #B9BBB9",
+"'$	c #B8BDBB",
+")$	c #A3A8A8",
+"!$	c #8A8D8E",
+"~$	c #8F9292",
+"{$	c #9FA2A1",
+"]$	c #A1A4A4",
+"^$	c #898D8D",
+"/$	c #838787",
+"($	c #A4A7A6",
+"                                        . +                     ",
+"                                    @ # $ % & *                 ",
+"                                  = - ; > , ' ) !               ",
+"                                  ~ { ] ^ / ( _ :               ",
+"                                  < [ [ } | 1 1 2               ",
+"                                  3 4 4 5 6 7 7 8               ",
+"                                  9 0 0 a b c c d               ",
+"                                  e f f g h i i j               ",
+"                            k l m n o p q r s t u               ",
+"                        v w x y z A B C D E F G H               ",
+"                        I I J K L M N O P Q R S T               ",
+"                        U V W X Y Z `  ...+. at .#.$.              ",
+"                    %.&.*.*.*.=.-.-.-.;.>.,.'.).!.              ",
+"                ~.{.].^./././.(._._._.:.<.[.}.|.1.2.            ",
+"            3.4.5.].6.7.8.9.0.a.b.b.c.d.e.f.g.g.h.i.j.k.        ",
+"      l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.A.B.C.D.E.E.F.G.H.I.J.      ",
+"  K.L.M.N.O.P.6.Q.R.S.T.U.V.W.X.Y.Z.`. +.+++ at +@+#+$+%+O.&+*+    ",
+"  =+-+N.;+>+,+'+)+!+~+{+]+^+/+(+_+:+<+[+}+|+1+1+2+3+4+>+5.5+6+  ",
+"  7+8+;+9+r.0+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+p+q+r+s+6.t+u+v+  ",
+"  w+x+y+6.z+A+B+C+D+E+F+C+G+H+I+J+K+L+M+N+O+P+P+Q+3+R+r.S+T+v+  ",
+"  U+p.S+V+W+X+Y+Z+`+ @. at +@@@#@$@%@&@&@*@=@-@;@>@,@'@)@r.!@T+v+  ",
+"  ~@{@]@^@'+/@(@_@:@<@[@}@|@1 at 2@3 at 4@5 at 6@7 at 8@9 at 0@a at b@c at d@e at T+f@  ",
+"  g at h@i at j@k at l@m at n@o at p@q at r@s at t@u at v@w at x@y at z@A at B@C at D@E at F@G at H@I at J@  ",
+"  g at K@L at M@N at O@P at Q@R at S@T at U@V at W@X at Y@Z@`@ #.#+#@###$#%#&#*#=#-#    ",
+"  ;#>#8+,#;+'#)#!#~#{#]#^#/#(#_#:#<#[#}#|#1#2#3#4#5#6#7#8#      ",
+"    9#0#a#N.b#c#d#d#e#f#g#g#h#i#j#k#l#m#n#o#M at p#q#r#s#          ",
+"        t#G at u#v#w#x#y#z#A#B#C#D#E#F#G#r.H#I#J#7#K#              ",
+"            L#M#N#O#P#Q#R#S#T#U#i at V#W#X#Y#Z#`#                  ",
+"                 $.$+$@$#$$$4.9+%$&$*$=$-$                      ",
+"                    ;$>$,$'${@)$!$~${$                          ",
+"                         $]$^$/$($                              ",
+"                                                                "};

Added: packages/qtiplot/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/rules?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/rules (added)
+++ packages/qtiplot/trunk/debian/rules Tue Nov 17 10:15:54 2009
@@ -1,0 +1,149 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/quilt/quilt.make
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+CXXFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CXXFLAGS += -O0
+else
+	CXXFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp: $(QUILT_STAMPFN)
+	dh_testdir
+
+	/bin/gunzip -c /usr/share/doc/zlib1g-dev/examples/minigzip.c.gz > minigzip.c
+	/usr/bin/patch -p1 < debian/patches-zlib/minigzip.diff
+	rm -f build.conf
+	cp debian/build.conf .
+	qmake-qt4 -after \
+		'QMAKE_CXXFLAGS_RELEASE = $(CXXFLAGS)' \
+		'QMAKE_POST_LINK ~= s/strip/:' \
+		qtiplot.pro
+
+	touch configure-stamp
+
+build: build-arch build-indep
+
+build-arch: build-arch-stamp
+build-arch-stamp: configure-stamp
+
+	$(MAKE)
+
+	touch $@
+
+build-indep: build-indep-stamp
+build-indep-stamp: configure-stamp
+
+	doxygen Doxyfile
+	cd manual && docbook2html -d qtiplot.dsl docbook-en/index.docbook -e no-valid
+	cd manual && dblatex -o qtiplot-manual-en.pdf -c dblatex.conf -p dblatex-param.xsl docbook-en/index.docbook
+
+	touch $@
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	dh_testroot
+
+	rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
+
+	[ ! -f Makefile ] || $(MAKE) clean
+	find -type f -name 'Makefile' -exec rm -f {} \;
+	find -type f -name '*.qm' -exec rm -f {} \;
+	rm -f minigzip.c
+	rm -f qtiplot/qtiplot
+	rm -f manual/html/*.html
+	rm -f manual/qtiplot-manual-en.pdf
+	rm -f manual/html/qtiplot.adp
+	rm -rf API
+	rm -rf tmp
+	rm -f qtiplot/translations/*.qm
+	rm -f qtiplot/translations/*.ts
+	rm -rf 3rdparty/qwtplot3d/lib
+	rm -rf 3rdparty/qwtplot3d/tmp
+	rm -f build.conf
+	rm -f 3rdparty/qwt/lib/libqwt.a
+	dh_clean
+
+install: install-indep install-arch
+install-indep:
+	dh_testdir
+	dh_testroot
+	dh_clean -k -i
+	dh_installdirs -i -pqtiplot-doc usr/share/doc/qtiplot-doc
+
+	cp -a API debian/qtiplot-doc/usr/share/doc/qtiplot-doc/
+	mkdir -p debian/qtiplot-doc/usr/share/doc/qtiplot-doc/manual
+	cp -a manual/html debian/qtiplot-doc/usr/share/doc/qtiplot-doc/manual/
+	cp -a manual/qtiplot-manual-en.pdf debian/qtiplot-doc/usr/share/doc/qtiplot-doc/manual/
+
+install-arch:
+	dh_testdir
+	dh_testroot
+	dh_clean -k -s
+	dh_installdirs -s -pqtiplot usr/bin usr/share/pixmaps usr/share/qtiplot/translations
+
+	$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/qtiplot install
+	#For some reason the binary isn't installed. Adding temporarily.
+	cp qtiplot/qtiplot debian/qtiplot/usr/bin/qtiplot
+
+	# For some reason all header files for QWT are installed, removing.
+	rm -rf debian/qtiplot/usr/local
+
+	cp debian/qtiplot.xpm debian/qtiplot/usr/share/pixmaps/
+	cp qtiplot/translations/*.qm debian/qtiplot/usr/share/qtiplot/translations/
+
+	install -D -p -m0644 debian/qtiplot.desktop \
+		debian/qtiplot/usr/share/applications/qtiplot.desktop
+
+	dh_installman -s -pqtiplot qtiplot.1
+
+binary-common:
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installmenu
+	dh_link
+	dh_strip
+	dh_compress --exclude=.pdf
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture independant packages using the common target.
+binary-indep: build-indep install-indep
+	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Build architecture dependant packages using the common target.
+binary-arch: build-arch install-arch
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+
+binary: binary-arch binary-indep
+
+get-orig-source:
+	VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+~]+).*,\1,p'); \
+	uscan --force-download --rename --download-version=$$VER --destdir=. && (\
+	tar -xj --exclude 3rdparty/liborigin  --exclude 3rdparty/zlib 3rdparty/QTeXEngine/ -f qtiplot_$$VER.orig.tar.bz2 ; \
+	chmod -R o-w qtiplot-$$VER ; \
+	dos2unix `find qtiplot-$$VER -type f |grep -v .png`; \
+	find qtiplot-$$VER -type f -exec chmod a-x {} \; ;\
+	tar -czf qtiplot_$$VER.orig.tar.gz qtiplot-$$VER; \
+	rm -rf qtiplot-$$VER; \
+	rm -f qtiplot_$$VER.orig.tar.bz2);
+
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure get-orig-source

Propchange: packages/qtiplot/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/qtiplot/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/qtiplot/trunk/debian/watch?rev=35988&op=file
==============================================================================
--- packages/qtiplot/trunk/debian/watch (added)
+++ packages/qtiplot/trunk/debian/watch Tue Nov 17 10:15:54 2009
@@ -1,0 +1,2 @@
+version=3
+http://download.berlios.de/qtiplot/qtiplot-([0-9].*[0-9])\.tar\.bz2




More information about the debian-science-commits mailing list