debian/0000755000000000000000000000000012274630332007170 5ustar debian/copyright0000644000000000000000000000171212274630102011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/dkogan/feedgnuplot Upstream-Contact: Dima Kogan, Upstream-Name: feedgnuplot Files: * Copyright: 2011, Dima Kogan License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/rules0000755000000000000000000000032112274630102010237 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: dh_auto_build pod2html --title=feedgnuplot bin/feedgnuplot > feedgnuplot.html override_dh_auto_clean: rm -rf feedgnuplot.html pod2htm* dh_auto_clean debian/source/0000755000000000000000000000000012274630102010463 5ustar debian/source/format0000644000000000000000000000001412274630102011671 0ustar 3.0 (quilt) debian/feedgnuplot.install0000644000000000000000000000016412274630102013070 0ustar completions/bash/feedgnuplot /etc/bash_completion.d/ completions/zsh/_feedgnuplot /usr/share/zsh/vendor-completions debian/changelog0000644000000000000000000000414712274630102011043 0ustar feedgnuplot (1.32-1) unstable; urgency=low * Added --rangesize and --rangesizeall. Different curves can now plot different-size tuples -- Dima Kogan Wed, 05 Feb 2014 14:00:44 -0800 feedgnuplot (1.30-1) unstable; urgency=low * made the VCS links canonical * added --set, --unset, --with, --style, --styleall -- Dima Kogan Fri, 24 Jan 2014 15:50:03 -0800 feedgnuplot (1.28-1) unstable; urgency=low * Upstream update: - Removed example debianization - Removed unreliable unit tests from automated testing (Closes: #731080) * gnuplot dependency now favors graphical gnuplot packages * Removed Anton Gladky from the Uploaders -- Dima Kogan Wed, 04 Dec 2013 02:05:08 -0800 feedgnuplot (1.26-1) unstable; urgency=low [ Dima Kogan ] * Minor POD update * Added test suite * Added initial support for --timefmt. Currently time/date data is supported only at the x-axis domain * Added --exit option for force feedgnuplot to return even if gnuplot may not yet be done rendering (patch by Eric Schulte) * Reformatted the documentation * y2-axis curves no longer have a thicker line by default * --hardcopy now handles piped output (gnuplot 'set output |process' syntax) [ Anton Gladky ] * Add libipc-run-perl to Build-Depends to execute tests -- Dima Kogan Sun, 20 Oct 2013 01:19:51 -0700 feedgnuplot (1.24-2) unstable; urgency=low * Now building the html documentation from the correct POD source -- Dima Kogan Sun, 28 Apr 2013 17:42:52 -0700 feedgnuplot (1.24-1) unstable; urgency=low * Fixed regression in --monotonic. This works again now * moved POD back into the main source file. This fixes the broken usage messages * added --version * fixed watchfile to work with newer github pages * priority now optional -- Dima Kogan Fri, 08 Feb 2013 02:01:32 -0800 feedgnuplot (1.23-2) unstable; urgency=low * Initial Debian release (Closes: #686413) -- Dima Kogan Tue, 30 Oct 2012 11:14:01 -0700 debian/feedgnuplot.docs0000644000000000000000000000002112274630102012342 0ustar feedgnuplot.html debian/watch0000644000000000000000000000045112274630102010214 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ https://github.com/dkogan/feedgnuplot/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) # Bart Martens Sat, 22 Dec 2012 12:54:18 +0000 debian/control0000644000000000000000000000165712274630102010577 0ustar Source: feedgnuplot Section: science Priority: optional Build-Depends: debhelper (>= 9), libstring-shellquote-perl, perl, gawk, gnuplot, libipc-run-perl Maintainer: Debian Science Maintainers Uploaders: Dima Kogan Standards-Version: 3.9.4 Homepage: https://github.com/dkogan/feedgnuplot Vcs-Git: git://anonscm.debian.org/debian-science/packages/feedgnuplot.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/feedgnuplot.git Package: feedgnuplot Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, gnuplot-qt | gnuplot-x11 | gnuplot Description: Pipe-oriented frontend to Gnuplot Flexible, command-line-oriented frontend to Gnuplot. Creates plots from data coming in on STDIN or given in a filename passed on the commandline. Various data representations are supported, as is hardcopy output and streaming display of live data. debian/feedgnuplot.doc-base0000644000000000000000000000040212274630102013072 0ustar Document: feedgnuplot Title: Feedgnuplot Manual Author: Dima Kogan Abstract: Formatted manpage for feedgnuplot Section: Science/Data Analysis Format: HTML Index: /usr/share/doc/feedgnuplot/feedgnuplot.html Files: /usr/share/doc/feedgnuplot/feedgnuplot.html debian/compat0000644000000000000000000000000212274630102010361 0ustar 9 debian/gbp.conf0000644000000000000000000000012112274630102010574 0ustar [DEFAULT] debian-branch = debian upstream-tag = v%(version)s pristine-tar = True