[rlplot] 08/23: Imported Debian patch 1.1.2-1

Andreas Tille tille at debian.org
Wed Jun 29 09:50:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository rlplot.

commit f5d333723fbcc19e19990dd33694055d471eaf7b
Merge: 7e03371 f0471d1
Author: James Stone <jamesmstone at gmail.com>
Date:   Sat May 27 21:44:40 2006 +0100

    Imported Debian patch 1.1.2-1

 Axes.cpp         |    2 +-
 Fileio.cpp       |   12 +-
 Makefile         |   17 +-
 Makefile.win     |   97 ---
 ODbuttons.cpp    |   20 +-
 PlotObs.cpp      |   74 ++-
 PropertyDlg.cpp  |  693 +++++++++++----------
 QT_Spec.cpp      |  196 +++---
 QT_Spec.h        |    2 +
 RLPLOT.RC        |   78 +--
 TheDialog.cpp    |   65 +-
 TheDialog.h      |    3 +-
 UtilObj.cpp      |   15 +-
 Utils.cpp        |    4 +-
 Version.h        |    2 +-
 WinSpec.cpp      |   78 ++-
 WinSpec.h        |    2 +-
 debian/changelog |    7 +
 debian/control   |    2 +-
 debian/rlplot.1  |    2 +-
 exprlp.cpp       |  353 +----------
 menu.h           |   97 +++
 mfcalc.cpp       |   85 ++-
 mfcalc.y         |   69 ++-
 no_gui.cpp       |  550 +++++++++++++++++
 reports.cpp      |  613 +++++++++++++++++++
 rlp_math.cpp     |  303 ++++++++-
 rlplot.cpp       | 1786 +++---------------------------------------------------
 rlplot.h         |   16 +-
 spreadwi.cpp     |   32 +-
 use_gui.cpp      | 1656 ++++++++++++++++++++++++++++++++++++++++++++++++++
 31 files changed, 4185 insertions(+), 2746 deletions(-)

diff --cc debian/changelog
index 55ec1d3,0000000..31e4f53
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,81 -1,0 +1,88 @@@
++rlplot (1.1.2-1) unstable; urgency=low
++
++  * New upstream release
++  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
++
++ -- James Stone <jamesmstone at gmail.com>  Sat, 27 May 2006 21:44:40 +0100
++
 +rlplot (1.1-1.1) unstable; urgency=low
 +
 +  * NMU as part of the GCC 4.1 transition.
 +  * Remove extra qualification from C++ header file. closes: #358286
 +
 + -- Martin Michlmayr <tbm at cyrius.com>  Fri, 26 May 2006 20:24:18 +0200
 +
 +rlplot (1.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Sun,  5 Mar 2006 13:11:52 +0000
 +
 +rlplot (1.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Fri, 16 Sep 2005 21:08:37 +0100
 +
 +rlplot (0.99.14-2) unstable; urgency=low
 +
 +  * Rebuild due to new version of libqt3-mt. closes: #327960
 +  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Wed, 14 Sep 2005 15:41:17 +0100
 +
 +rlplot (0.99.14-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Removed build-depends on libstdc++5-3.3-dev. 
 +  * Upstream change to TheDialog.cpp. closes: #288411
 +  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Tue, 15 Feb 2005 16:58:11 +0000
 +
 +rlplot (0.99.12-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Wed, 22 Dec 2004 16:05:26 +0000
 +
 +rlplot (0.99.9-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Updated copyright file since this release is built from tarball 0.99.9b
 +    not CVS
 +  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Sat,  9 Oct 2004 13:09:10 +0100
 +
 +rlplot (0.99.7-2) unstable; urgency=low
 +
 +  * Remove libc6 build dependency. Closes: #267871
 +  * Updated copyright file to reflect fact that source code was from CVS not
 +  tarball.
 +  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Fri, 27 Aug 2004 23:27:05 +0100
 +
 +rlplot (0.99.7-1) unstable; urgency=low
 +
 +  * New upstream release. Numbering system now in line with upstream.
 +  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Tue, 10 Aug 2004 16:47:51 +0100
 +
 +rlplot (0.99.4-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Thu,  1 Jul 2004 00:49:35 +0100
 +
 +rlplot (0.99.3-1) unstable; urgency=low
 +
 +  * Initial Release. closes: #237116
 +
 + -- James Stone <jmstone at dsl.pipex.com>  Fri, 16 Apr 2004 20:58:02 +0100
 +
diff --cc debian/control
index 580f583,0000000..f137c0e
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,19 -1,0 +1,19 @@@
 +Source: rlplot
 +Section: math
 +Priority: optional
- Maintainer: James Stone <jmstone at dsl.pipex.com>
++Maintainer: James Stone <jamesmstone at gmail.com>
 +Build-Depends: debhelper (>= 4.0.0), libqt3-mt-dev (>= 3 ), libx11-dev (>= 4.3 )  
 +Standards-Version: 3.6.1
 +
 +Package: rlplot
 +Architecture: any
 +Depends: ${shlibs:Depends}
 +Description: Generate publication quality graphs
 + RLPlot is a GUI based program for displaying scientific data in 
 + standard formats. It has full support for all error-bar types and 
 + it has greater flexibility with displaying colour and texture in 
 + charts than gnuplot (filled bar chart boxes are possible without 
 + any additional programs). Output is generated on the X display where 
 + further changes can be made to the graph using point and click methods. 
 + Images can be exported as scalable vector graphics (SVG) as well as 
 + EPS, WMF and TIFF formats.
diff --cc debian/rlplot.1
index 7d85027,0000000..94fbbe7
mode 100644,000000..100644
--- a/debian/rlplot.1
+++ b/debian/rlplot.1
@@@ -1,105 -1,0 +1,105 @@@
 +.\"                                      Hey, EMACS: -*- nroff -*-
 +.\" First parameter, NAME, should be all caps
 +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 +.\" other parameters are allowed: see man(7), man(1)
 +.TH RLPLOT 1
 +.\" Please adjust this date whenever revising the manpage.
 +.\"
 +.\" Some roff macros, for reference:
 +.\" .nh        disable hyphenation
 +.\" .hy        enable hyphenation
 +.\" .ad l      left justify
 +.\" .ad b      justify to both left and right margins
 +.\" .nf        disable filling
 +.\" .fi        enable filling
 +.\" .br        insert line break
 +.\" .sp <n>    insert n+1 empty lines
 +.\" for manpage-specific macros, see man(7)
 +.SH NAME
 +rlplot \- generate publication quality graphs
 +.br
 +exprlp \- convert rlplot files to vector based graphic files
 +.SH SYNOPSIS
 +.B rlplot
 +.I <file>
 +.br
 +.B exprlp
 +.RI [options] <input> [options] [<output>] 
 +.SH DESCRIPTION
 +This manual page documents briefly the
 +.B rlplot
 +and
 +.B exprlp 
 +commands.
 +.PP
 +.B rlplot 
 +is a GUI based program for displaying scientific data in standard 
 +formats.  Output is generated on the X display where further 
 +changes can be made to the graph using point and click methods. 
 +Images can be exported as scalable vector graphics (SVG) as well as 
 +EPS, WMF and TIFF formats.
 +.PP
 +.B exprlp
 +reads RLPlot files and exports various vector based graphic file 
 +formats including scaleable vector graphics (SVG), Encapsulated 
 +PostScript (EPS), and Windows Metafile (WMF).
 +.SH OPTIONS
 +.B rlplot
 +does not have any command line options but the following options are
 +available for 
 +.B exprlp
 +.
 +.TP
 +.B \- 
 +use stdin/stdout as input or output file; requires that file format is set by -e | -s | -w option
 +.TP
 +.B \-h
 +help
 +.TP
 +.B \-d
 +delete input file after read
 +.TP
 +.B \-e
 +output Encapsulated PostScript, *.eps
 +.TP
 +.B \-s 
 +output Scalable Vector Graphics, *.svg
 +.TP
 +.B \-S
 +like -s, start output with "Content-Type: image/svg+xml"
 +.TP
 +.B \-v
 +print RLPlot version
 +.TP
 +.B \-w
 +output Windows Meta File, *.wmf
 +.TP
 +.B \-q
 +quiet mode: suppress output to the console
 +.SH EXAMPLES
 +.B exprlp
 +foo.rlp foo.svg ;exports Scalable Vector Graphics
 +.TP
 +.B exprlp
 +\-q foo.rlp foo.eps ;exports Encapsulated PostScript, no messages
 +.TP
 +.B exprlp
 +foo.rlp foo.wmf ;exports Windows Meta File
 +.TP
 +.B exprlp
 +\-sq foo.rlp \- ;exports SVG to the console, no messages
 +.TP
 +.B exprlp
 +exprlp \-eq \- \- ;converts inputfile from stdin to EPS on stdout
 +.TP
 +switch character is either '\-' or '\//'
 +
 +.SH AUTHOR
 +.B rlplot
 +and
 +.B exprlp
 +were written by Reinhard Lackner and are released under the GNU general
 +public license.
 +.sp
- This manual page was written by James Stone <jmstone at dsl.pipex.com>.
++This manual page was written by James Stone <jamesmstone at gmail.com>.
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/rlplot.git



More information about the debian-science-commits mailing list