Merge remote-tracking branch 'upstream/master' into debian

This commit is contained in:
Dima Kogan 2012-09-11 13:12:55 -07:00 committed by Dima Kogan
commit a164c4ff29
3 changed files with 11 additions and 1 deletions

View File

@ -1,8 +1,9 @@
If running on a Debian-based OS (this includes Ubuntu), it is highly recommended
to install this program as a package by doing
ln -fs package_definitions/debian debian
dpkg-buildpackage -us -uc -b
sudo dpkg -i feedgnuplot*.deb
sudo dpkg -i ../feedgnuplot*.deb
This builds a debian package and installs it.

8
LICENSE Normal file
View File

@ -0,0 +1,8 @@
This library is distributed under the terms of the GNU GPL:
http://www.gnu.org/licenses/gpl.html
or the Artistic license:
http://dev.perl.org/licenses/artistic.html

View File

@ -5,3 +5,4 @@ bin/feedgnuplot.pod
t/00-load.t
t/manifest.t
Changes
LICENSE