[rlplot] 02/23: Imported Debian patch 0.99.14-1

Andreas Tille tille at debian.org
Wed Jun 29 09:50:54 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 04088defc85dfaa1c0cf6cc596b95098bf875674
Author: James Stone <jmstone at dsl.pipex.com>
Date:   Tue Feb 15 16:58:11 2005 +0000

    Imported Debian patch 0.99.14-1
---
 Makefile         |   9 ++++-
 debian/changelog |  53 ++++++++++++++++++++++++++++
 debian/compat    |   1 +
 debian/control   |  19 ++++++++++
 debian/copyright |  21 +++++++++++
 debian/dirs      |   2 ++
 debian/docs      |   1 +
 debian/menu      |   1 +
 debian/rlplot.1  | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |  87 +++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 298 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 46f1ebf..8b27305 100755
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,9 @@
 # This Makefile assumes that you installed Trolltechs QT in /usr/local/qt
 #   visit: http://www.trolltech.com for download and licence information
 #
-QTDIR = /usr/lib/qt3
+QTDIR = /usr/share/qt3
+BIN = $(DESTDIR)/usr/bin
+MAN= $(DESTDIR)/usr/share/man/man1
 CC = g++
 #CFLAGS = -I$(QTDIR)/include -pipe -O2 -g
 CFLAGS = -I$(QTDIR)/include -pipe -O2
@@ -47,6 +49,11 @@ rlplot: $(OBJECTS)
 exprlp: $(GENOBJ)
 	$(CC) -o exprlp $(GENOBJ)
 
+install:
+	install -d $(BIN) $(MAN)
+	install ./rlplot $(BIN)
+	install ./exprlp $(BIN)
+
 clean:
 	rm -f *.o *~
 	rm moc_QT_Spec.cpp
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b84dd61
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,53 @@
+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 --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..580f583
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: rlplot
+Section: math
+Priority: optional
+Maintainer: James Stone <jmstone at dsl.pipex.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 --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ba54e5b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,21 @@
+This package was debianized by James Stone <jmstone at dsl.pipex.com> on
+Fri, 16 Apr 2004 19:26:24 +0100.
+
+It was downloaded from http://rlplot.sourceforge.net/index.html
+
+Upstream Author: Reinhard Lackner <reinhard.lackner at uibk.ac.at>
+
+This software is copyright (c) 2002-04 by Reinhard Lackner
+
+RLPlot is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+RLPlot is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..ca882bb
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..2fb92ed
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1 @@
+?package(rlplot): needs="X11" section="Apps/Math" title="RLPlot" command="rlplot"
diff --git a/debian/rlplot.1 b/debian/rlplot.1
new file mode 100644
index 0000000..7d85027
--- /dev/null
+++ b/debian/rlplot.1
@@ -0,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>.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..31d993c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,87 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
+
+# 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
+
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+#Architecture 
+build: build-arch 
+
+build-arch: build-arch-stamp
+build-arch-stamp: configure-stamp 
+
+	# Add here commands to compile the arch part of the package.
+	$(MAKE) 
+	touch build-arch-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-arch-stamp 
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: install-arch
+
+install-arch:
+	dh_testdir
+	dh_testroot
+	dh_clean -k -s 
+	dh_installdirs -s
+
+	# Add here commands to install the arch part of the package into 
+	# debian/tmp.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/rlplot
+
+	dh_install -s
+# Must not depend on anything. This is to be called by
+# binary-arch/binary-indep
+# in another 'make' thread.
+binary-common:
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+	dh_installman debian/rlplot.1
+	dh_link usr/share/man/man1/rlplot.1 usr/share/man/man1/exprlp.1
+	dh_strip
+	dh_compress 
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture dependant packages using the common target.
+binary-arch: build-arch install-arch
+	$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
+
+binary: binary-arch 
+.PHONY: build clean binary-arch binary install install-arch configure

-- 
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