diff options
author | Reinhard Tartler <siretart@tauware.de> | 2012-12-15 14:58:58 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2012-12-16 11:41:03 +0100 |
commit | 978aaa0a468aed9cb9efc6b414f5bb18acdcc7b1 (patch) | |
tree | 2c956fd2d8de733c6e785b138fbfc1f55ee84102 /debian/roll-tarballs.sh | |
parent | 918e2b10dbcc435b81929aadd6305b25cc0ccbad (diff) | |
download | nx-libs-978aaa0a468aed9cb9efc6b414f5bb18acdcc7b1.tar.gz nx-libs-978aaa0a468aed9cb9efc6b414f5bb18acdcc7b1.tar.bz2 nx-libs-978aaa0a468aed9cb9efc6b414f5bb18acdcc7b1.zip |
integrate nx*/x2go* shell wrappers into debian/wrappers
No longer add them as quilt patch, as they are much easier to edit this
way. This, of course, requires adjustments to the roll-tarballs.sh script
Diffstat (limited to 'debian/roll-tarballs.sh')
-rwxr-xr-x | debian/roll-tarballs.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh index b7f0c3e34..21171b6b1 100755 --- a/debian/roll-tarballs.sh +++ b/debian/roll-tarballs.sh @@ -108,6 +108,13 @@ fi for f in $(ls README* 2>/dev/null); do mv -v $f doc/; done + +mkdir -p bin/ +# old releases introude the wrappers via quilt patch +for w in $(ls debian/wrappers/* 2>/dev/null); do + cp -v $w bin/ +done + mv -v debian/changelog doc/changelog # copy the top-level makefile if no quilt patch created it before |