mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
added debian directory
This commit is contained in:
parent
36d1db13a3
commit
47846ea562
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
feedgnuplot (1.08-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial debianized release.
|
||||||
|
|
||||||
|
-- Dima Kogan <dkogan@cds.caltech.edu> Sun, 6 Feb 2011 15:58:22 -0800
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
7
|
17
debian/control
vendored
Normal file
17
debian/control
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Source: feedgnuplot
|
||||||
|
Section: perl
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper (>= 7)
|
||||||
|
Build-Depends-Indep: perl
|
||||||
|
Maintainer: Dima Kogan <dkogan@cds.caltech.edu>
|
||||||
|
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.
|
28
debian/copyright
vendored
Normal file
28
debian/copyright
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
|
||||||
|
Maintainer: Dima Kogan, <dkogan at cds.caltech.edu>
|
||||||
|
Source: http://search.cpan.org/dist/feedGnuplot/
|
||||||
|
Name: feedGnuplot
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: Dima Kogan, <dkogan at cds.caltech.edu>
|
||||||
|
License:
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2011, Dima Kogan <dkogan@cds.caltech.edu>
|
||||||
|
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'.
|
1
debian/feedgnuplot.docs
vendored
Normal file
1
debian/feedgnuplot.docs
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
blib/man3/README.3pm
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
version=3
|
||||||
|
http://search.cpan.org/dist/feedGnuplot/ .*/feedGnuplot-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
|
Loading…
Reference in New Issue
Block a user