diff --git a/debian/clean-tar.sh b/debian/clean-tar.sh new file mode 100755 index 0000000..04f7a82 --- /dev/null +++ b/debian/clean-tar.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +mk-origtargz --package unrtf --version 0.21.8 -S -clean \ + --exclude-file=Makefile \ + --exclude-file=autom4te.cache/* \ + --exclude-file=config/* \ + --exclude-file=config.h \ + --exclude-file=config.log \ + --exclude-file=config.status \ + --exclude-file=doc/Makefile \ + --exclude-file=outputs/Makefile \ + --exclude-file=patches/Makefile \ + --exclude-file=src/.deps/*.Po \ + --exclude-file=src/Makefile \ + --exclude-file=stamp-h1 \ + --exclude-file=tests/Makefile \ + --exclude-file=tests/.~lock.*# \ + $*