diff --git a/INSTALL b/INSTALL index 10f8a92..3d6c8df 100644 --- a/INSTALL +++ b/INSTALL @@ -1,17 +1,9 @@ If running on a Debian-based OS (this includes Ubuntu), it is highly recommended -to install this program as a package. In debian/unstable feedgnuplot is in the -official repos, so all you need to do is +to install this program as a package. In Debian and Ubuntu, feedgnuplot is in +the official repos, so all you need to do is sudo apt-get install feedgnuplot -Otherwise a package can be built with - - ln -fs package_definitions/debian debian - dpkg-buildpackage -us -uc -b - sudo dpkg -i ../feedgnuplot*.deb - -This builds a debian package and installs it. - Without a package, an installation can be done with perl Makefile.PL prefix=/usr/local diff --git a/package_definitions/debian/changelog b/package_definitions/debian/changelog deleted file mode 100644 index fb681f3..0000000 --- a/package_definitions/debian/changelog +++ /dev/null @@ -1,111 +0,0 @@ -feedgnuplot (1.22) unstable; urgency=low - - * removed --size option - - -- Dima Kogan Mon, 03 Sep 2012 08:33:26 -0700 - -feedgnuplot (1.21) unstable; urgency=low - - * removed the POD from the script to its own file - * fixed regression to allow no given extracmds, histogram or y2 - options - - -- Dima Kogan Sun, 02 Sep 2012 23:52:21 -0700 - -feedgnuplot (1.20) unstable; urgency=low - - * no longer hardcoding 'x11' as the default terminal - * added histogram support - * generic terminals can now be requested - * --extracmds, --histogram, --y2 can now take comma-separated lists - - -- Dima Kogan Fri, 31 Aug 2012 01:35:50 -0700 - -feedgnuplot (1.19) unstable; urgency=low - - * added --geometry option to specify plot dimensions - - -- Dima Kogan Sat, 11 Feb 2012 21:04:42 -0800 - -feedgnuplot (1.18) unstable; urgency=low - - * data-ids can now include characters such as -. Any non-whitespace - works - - -- Dima Kogan Tue, 27 Dec 2011 16:47:36 -0800 - -feedgnuplot (1.17) unstable; urgency=low - - [ Dima Kogan ] - * POD: removed -Winteractive, since this was apparently a mawk-ism - * added zsh and bash completions to the package - - [ Hermann Schwarting ] - * add build dependency libtest-script-run-perl - - -- Dima Kogan Sun, 20 Nov 2011 19:17:22 -0800 - -feedgnuplot (1.16) unstable; urgency=low - - * deb version parser now works for any package name - * Some POD fixes - * now building a native package - - -- Dima Kogan Fri, 11 Nov 2011 00:10:18 -0800 - -feedgnuplot (1.15-2) unstable; urgency=low - - * added source format for the debianization - * added configuration to let git-buildpackage build this package - * standards bump to make lintian happier - - -- Dima Kogan Sun, 23 Oct 2011 13:38:15 -0700 - -feedgnuplot (1.15-1) unstable; urgency=low - - * Renamed main script from feedGnuplot to feedgnuplot - * Slightly improved packaging, added instructions, etc - - -- Dima Kogan Sun, 16 Oct 2011 11:58:15 -0700 - -feedgnuplot (1.14-1) unstable; urgency=low - - * New upstream release (added 'clear' command, documented commands) - - -- Dima Kogan Sun, 22 May 2011 15:25:28 -0700 - -feedgnuplot (1.13-1) unstable; urgency=low - - * New upstream release (Better streaming plot control) - - -- Dima Kogan Tue, 26 Apr 2011 14:24:09 -0700 - -feedgnuplot (1.12-1) unstable; urgency=low - - * New upstream release - - -- Dima Kogan Tue, 19 Apr 2011 11:02:23 -0700 - -feedgnuplot (1.11-1) unstable; urgency=low - - * New upstream release - - -- Dima Kogan Sat, 09 Apr 2011 14:10:21 -0700 - -feedgnuplot (1.10-1) unstable; urgency=low - - * New upstream release - - -- Dima Kogan Sat, 09 Apr 2011 14:08:06 -0700 - -feedgnuplot (1.09-1) unstable; urgency=low - - * New upstream release - - -- Dima Kogan Sun, 03 Apr 2011 17:23:38 -0700 - -feedgnuplot (1.08-1) unstable; urgency=low - - * Initial debianized release. - - -- Dima Kogan Sun, 6 Feb 2011 15:58:22 -0800 diff --git a/package_definitions/debian/compat b/package_definitions/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/package_definitions/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/package_definitions/debian/control b/package_definitions/debian/control deleted file mode 100644 index 553320d..0000000 --- a/package_definitions/debian/control +++ /dev/null @@ -1,20 +0,0 @@ -Source: feedgnuplot -Section: science -Priority: extra -Build-Depends: debhelper (>= 7), libtest-script-run-perl, perl -Maintainer: Dima Kogan -Uploaders: Dima Kogan -Standards-Version: 3.9.3 -Homepage: https://github.com/dkogan/feedgnuplot -Vcs-Git: git://github.com/dkogan/feedgnuplot.git -Vcs-Browser: https://github.com/dkogan/feedgnuplot -DM-Upload-Allowed: yes - -Package: feedgnuplot -Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, 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. diff --git a/package_definitions/debian/copyright b/package_definitions/debian/copyright deleted file mode 100644 index 4d36759..0000000 --- a/package_definitions/debian/copyright +++ /dev/null @@ -1,24 +0,0 @@ -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'. diff --git a/package_definitions/debian/feedgnuplot.install b/package_definitions/debian/feedgnuplot.install deleted file mode 100644 index adae1ac..0000000 --- a/package_definitions/debian/feedgnuplot.install +++ /dev/null @@ -1,2 +0,0 @@ -completions/bash/feedgnuplot /etc/bash_completion.d/ -completions/zsh/_feedgnuplot /usr/share/zsh/vendor-completions diff --git a/package_definitions/debian/gbp.conf b/package_definitions/debian/gbp.conf deleted file mode 100644 index c919617..0000000 --- a/package_definitions/debian/gbp.conf +++ /dev/null @@ -1,5 +0,0 @@ -[DEFAULT] -upstream-tree = branch -upstream-branch = master -debian-branch = master -debian-tag = debian-%(version)s diff --git a/package_definitions/debian/rules b/package_definitions/debian/rules deleted file mode 100755 index 2d33f6a..0000000 --- a/package_definitions/debian/rules +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ diff --git a/package_definitions/debian/source/format b/package_definitions/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/package_definitions/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)