how to create release tarball

This commit is contained in:
Jan Wagner 2013-08-28 08:52:37 +00:00
parent f8fe01fdcd
commit 70821795af

View file

@ -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: Therefor you should use the script debian/source/repack.sh:
repack.sh <upstream-tarball> repack.sh <upstream-tarball>
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