diff options
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 |