From 47846ea56266f4df332a6806e28b4bf60b775360 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 6 Feb 2011 16:01:00 -0800 Subject: [PATCH] added debian directory --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/feedgnuplot.docs | 1 + debian/rules | 4 ++++ debian/watch | 2 ++ 7 files changed, 58 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/feedgnuplot.docs create mode 100755 debian/rules create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e04d362 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +feedgnuplot (1.08-1) unstable; urgency=low + + * Initial debianized release. + + -- Dima Kogan Sun, 6 Feb 2011 15:58:22 -0800 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..29b4b98 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: feedgnuplot +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Dima Kogan +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/feedGnuplot/ + +Package: feedgnuplot +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: A pipe-oriented frontend to Gnuplot + This is a flexible, command-line-oriented frontend to Gnuplot. It 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. \ No newline at end of file diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..74330ac --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Dima Kogan, +Source: http://search.cpan.org/dist/feedGnuplot/ +Name: feedGnuplot + +Files: * +Copyright: Dima Kogan, +License: + +Files: debian/* +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/debian/feedgnuplot.docs b/debian/feedgnuplot.docs new file mode 100644 index 0000000..efacf49 --- /dev/null +++ b/debian/feedgnuplot.docs @@ -0,0 +1 @@ +blib/man3/README.3pm diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..bfb443b --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/feedGnuplot/ .*/feedGnuplot-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$