From 70821795afd4a5d88ddd7ab19b46d47ad979aa44 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 28 Aug 2013 08:52:37 +0000 Subject: [PATCH] how to create release tarball --- debian/README.source | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/README.source b/debian/README.source index ee7018a..0a2e558 100644 --- a/debian/README.source +++ b/debian/README.source @@ -10,3 +10,12 @@ Since Version 1.5.0 we are repackaging the upstream tarball to stop providing: Therefor you should use the script debian/source/repack.sh: repack.sh + +Creating a sufficiant tarball from latest git snapshot: + +* Install 'autoconf automake' beside the build-depends +* Following http://nagiosplugins.org/node/96 you need + - cd /tmp/nagiosplugins + - tools/setup + - ./configure + - make dist