From 2934a76fdd01a0181fb6822ddfbc16a50ddafcae Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 11 Sep 2012 12:56:47 -0700 Subject: [PATCH 1/2] fixed install instructions to work with the moved debian directory --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 01a7e06..c86f4f5 100644 --- a/INSTALL +++ b/INSTALL @@ -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. From 8c39242986262de11ffd0014e200c6de4905089f Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 11 Sep 2012 13:04:40 -0700 Subject: [PATCH 2/2] added explicit LICENSE file --- LICENSE | 8 ++++++++ MANIFEST | 1 + 2 files changed, 9 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7896ba9 --- /dev/null +++ b/LICENSE @@ -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 diff --git a/MANIFEST b/MANIFEST index a7c51e1..8ed0a3e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -5,3 +5,4 @@ bin/feedgnuplot.pod t/00-load.t t/manifest.t Changes +LICENSE