how to create release tarball
This commit is contained in:
parent
f8fe01fdcd
commit
70821795af
9
debian/README.source
vendored
9
debian/README.source
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue