debian/0000755000000000000000000000000011427573434007200 5ustar debian/compat0000644000000000000000000000000211377612524010374 0ustar 7 debian/changelog0000644000000000000000000000734511427573434011063 0ustar xplot (1.19-9build1) maverick; urgency=low * No-change rebuild for libforms1 → libforms2 transition. -- Michael Bienia Sun, 08 Aug 2010 20:27:09 +0200 xplot (1.19-9) unstable; urgency=low * Build against libforms2. * Switch to dpkg-source 3.0 (quilt) format. * Standards-Version: 3.8.4 -- Peter S Galbraith Thu, 27 May 2010 21:00:50 -0400 xplot (1.19-8) unstable; urgency=low * Bug fix: "FTBFS: xplot.h:33:23: error: X11/forms.h: No such file or directory", thanks to Lucas Nussbaum (Closes: #551237). Adapt to new libforms1 library. -- Peter S Galbraith Fri, 16 Oct 2009 15:40:40 -0400 xplot (1.19-7.2) unstable; urgency=low * Non-Maintainer Upload to Fix Failure To Build From Source due to a small bashism in the cbuild script. (Closes: #379486) -- Margarita Manterola Mon, 31 Jul 2006 00:56:24 -0300 xplot (1.19-7.1) unstable; urgency=high * Non-maintainer upload. * Adjust X11 include path so it no longer references /usr/X11R6; fixes FTBFS, patch from Andreas Jochens. (Closes: #376137) -- Steinar H. Gunderson Fri, 7 Jul 2006 17:13:11 +0200 xplot (1.19-7) unstable; urgency=low * Bug fix: "xplot: FTBFS: build-depends on removed xlibs-dev", thanks to Adeodato Simó for reporting it and to Justin Pryzby for the patch (Closes: #346834). * Standards version 3.6.2 without changes. -- Peter S Galbraith Tue, 17 Jan 2006 20:27:53 -0500 xplot (1.19-6) unstable; urgency=low * Move to main from contrib! * Changed section to Science. * Standards version 3.5.8; Edited rules file a bit to comply. -- Peter S Galbraith Tue, 10 Dec 2002 20:27:22 -0500 xplot (1.19-5) unstable; urgency=low * Update to policy 3.5.6 without changes * Fix very minor spelling error in control file (closes: #125562) -- Peter S Galbraith Fri, 22 Mar 2002 14:38:58 -0500 xplot (1.19-4) unstable; urgency=low * Update to policy 3.2.1 (Build-Depends) -- Peter S Galbraith Wed, 21 Feb 2001 10:45:58 -0500 xplot (1.19-3) unstable; urgency=low * Fixed packaging of upstream changelog file. -- Peter S Galbraith Tue, 14 Dec 1999 09:22:55 -0500 xplot (1.19-2.0.2) unstable; urgency=low * 1.19-2.0.1 was compiled statically to libforms due to a bug in libforms-dev package. -- Peter S Galbraith Sun, 7 Nov 1999 18:12:03 -0500 xplot (1.19-2.0.1) unstable; urgency=low * Build against glibc2.1 libforms0.89 -- Peter S Galbraith Fri, 1 Oct 1999 14:49:18 -0400 xplot (1.19-2) unstable; urgency=low * Update to policy 3.0.1 (/usr/share/) -- Peter S Galbraith Sun, 12 Sep 1999 21:58:37 -0400 xplot (1.19-1) unstable; urgency=low * All Debian patches merged into new upstream version, plus other changes by Debian maintainer. See source's changelog file. * Closes bug #35683: xplot: include path incomplete Patched libfli/lib/cbuild.def to add -I/usr/X11R6/include/X11 as requested by Christian T. Steigies -- Peter S Galbraith Fri, 11 Jun 1999 22:08:13 -0400 xplot (1.18-1) unstable; urgency=low * Initial Release. * Patch fgetline.c to fix bug I found in upstream version: XPlot failed to read in lines that began with a minus sign or a decimal point. * Patch xplot.c I am reversing the direction of the y-sliders to make the interface more intuitive. When a user slide down the first slider from its top position, the top of the y-axis scale will change instead of the _bottom_ of the y-axis. -- Peter S Galbraith Thu, 19 Nov 1998 15:59:17 -0500 debian/copyright0000644000000000000000000000301011377612524011123 0ustar This package was debianized by Peter S Galbraith psg@debian.org on Mon, 19 Apr 1999 19:59:17 -0400. xplot was uploaded from: ftp://ftp.icce.rug.nl/pub/unix/xplot-1.19.tar.gz but the file is no longer hosted there. It is abandoned upstream. Copyright: [GPL + Okay to link against XForms, which was needed before the XForms library was LGPLed.] The GPLV2 license text can be found at /usr/share/common-licenses/GPL-2 Copyright: XPlot - a simple x-y column data plotter for X. Copyright (C) 1995 Karel Kubat. All rights reserved. This program 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. You may link this software with XForms (Copyright (C) by T.C. Zhao and Mark Overmars) and distribute the resulting binary, under the restrictions in clause 3 of the GPL, even though the resulting binary is not, as a whole, covered by the GPL. (You still need a separate license to do so from the owner(s) of the copyright for XForms, however). If a derivative no longer requires XForms, you may use the unsupplemented GPL as its license by deleting this paragraph and therefore removing this exemption for XForms. This program 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. debian/rules0000755000000000000000000000246111377612524010261 0ustar #!/usr/bin/make -f # Made with the aid of debmake, by Christoph Lameter, # based on the sample debian/rules file for GNU hello by Ian Jackson. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 package=xplot build: $(checkdir) (cd src; make xplot PREFIX="/usr") touch build clean: $(checkdir) -rm -f build (cd src; make clean) -mv src/.makedist.orig src/.makedist-orig dh_clean -mv src/.makedist-orig src/.makedist.orig binary-indep: checkroot build $(checkdir) # There are no architecture-independent files to be uploaded # generated by this package. If there were any they would be # made here. binary-arch: checkroot build $(checkdir) -rm -rf debian/xplot install -d debian/xplot/usr/bin install -d debian/xplot/usr/share/xplot install -m 0644 xplot.help debian/xplot/usr/share/xplot/ install -m 755 src/xplot debian/xplot/usr/bin/ dh_installdirs dh_installdocs xplot.README dh_installexamples dh_installchangelogs src/ChangeLog dh_installmenu dh_installcron dh_installman -pxplot src/xplot.1 dh_strip dh_compress dh_fixperms dh_shlibdeps dh_gencontrol dh_installdeb dh_md5sums dh_builddeb define checkdir test -f debian/rules endef binary: binary-indep binary-arch checkroot: $(checkdir) test root = "`whoami`" .PHONY: binary binary-arch binary-indep clean checkroot debian/patches/0000755000000000000000000000000011377614207010625 5ustar debian/patches/series0000644000000000000000000000006111377614157012043 0ustar 0_xplot-compilation-fixes 1_xplot_cbuild_bashism debian/patches/1_xplot_cbuild_bashism0000644000000000000000000000105711377614113015165 0ustar Description: FTBFS: cbuild.def: not found Fix Failure To Build From Source due to a small bashism in the cbuild script Author: Margarita Manterola Bug-Debian: http://bugs.debian.org/379486 --- xplot-1.19.orig/libfli/lib/cbuild +++ xplot-1.19/libfli/lib/cbuild @@ -28,7 +28,7 @@ message () ############### now source cbuild.def if it exists if [ -f "cbuild.def" ] ; then - . cbuild.def || error syntax error in cbuild.def + . ./cbuild.def || error syntax error in cbuild.def fi ############### non-configurable settings debian/patches/0_xplot-compilation-fixes0000644000000000000000000000207511377614145015572 0ustar Description: Upstream changes to fix compilation. Track XForms header file. Author: Peter S Galbraith Last-Update: 2010-05-27 --- xplot-1.19.orig/src/xplot.h +++ xplot-1.19/src/xplot.h @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include --- xplot-1.19.orig/src/plot.c +++ xplot-1.19/src/plot.c @@ -1,6 +1,6 @@ /* Form definition file generated with fdesign. */ -#include +#include #include #include "plot.h" --- xplot-1.19.orig/libfli/lib/cbuild.def +++ xplot-1.19/libfli/lib/cbuild.def @@ -1,5 +1,5 @@ CC=gcc -CFLAGS="-c -O2 -I.. -I. -I/usr/X11R6/include/X11" +CFLAGS="-c -O2 -I.. -I. -I/usr/include/X11" LIBNAME="fli" #INSTALL1="cp -p fli.h /usr/local/include" #INSTALL2="cp -p libfli.a /usr/local/lib" --- xplot-1.19.orig/libfli/lib/fli.h +++ xplot-1.19/libfli/lib/fli.h @@ -4,7 +4,7 @@ #ifndef _FLI_H_ #define _FLI_H_ -#include +#include #ifdef __cplusplus extern "C" debian/control0000644000000000000000000000141111377612627010602 0ustar Source: xplot Section: science Priority: optional Maintainer: Peter S Galbraith Build-Depends: debhelper (>= 7), libforms-dev Standards-Version: 3.8.4 Package: xplot Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: simple on-screen x-y column data plotter XPlot is a small program to plot one- or two-dimensional datasets, which are present either in a file or are generated `on-the-fly' and piped to XPlot. XPlot lets you display one or more datasets and lets you zoom to different sections of the sets. Also. `blowups' of the currently shown portion of the data can be made. . XPlot is meant for on-screen data exploration. It does not have a print button, nor is it meant for final output or publication-quality figures. debian/README.debian0000644000000000000000000000155411377612524011304 0ustar xplot for DEBIAN ---------------------- XPlot is looking for a new maintainer! The author, Karel Kubat , does not have time to do any modifications, and isn't setup for xforms development anymore. He would therefore appreciate someone to step up and take over the package (including copyright!). This would include fixing any bugs, and porting the package to new versions or xforms, or to an open-source toolkit such as fltk. If you want to take over this small package, please contact Karel Kubat about it (or me as a contact point), and please keep the Debian maintainer informed of new versions (The Debian `maintainer' is really only a packager unless a new Debian developer who hacks XForms or a compatible toolkit takes it over completely). Peter S Galbraith , Thu, 19 Nov 1998 15:59:17 -0500 debian/source/0000755000000000000000000000000011377612570010477 5ustar debian/source/format0000644000000000000000000000001411377612570011705 0ustar 3.0 (quilt)