Buildpackgaes: more files to ignore for the distribution tarballs.
[citadel.git] / webcit / buildpackages
index 83d535fa5c6bf39be44660eeea0c0cd4ded03cb1..617e5554d8cdfd4028262be5a4eec25a2696260e 100755 (executable)
@@ -62,7 +62,18 @@ case $1 in
        if test "$2" == "dfsg"; then
            NONDFSG=-"-exclude static/webcit_icons/openid-small.gif"
        fi
-       cd ..; tar --exclude .gitignore --exclude "debian/*" $NONDFSG -cvhzf webcit-${WEBCIT_VERSION}.tar.gz webcit-${WEBCIT_VERSION}/
+       cd ..; tar \
+           --exclude ".gitignore" \
+           --exclude "*.lo" \
+           --exclude "*.o" \
+           --exclude "*.d" \
+           --exclude "autom4te.cache/*" \
+           --exclude "debian/*" \
+           --exclude "sysdep.h" \
+           \
+           $NONDFSG \
+           \
+           -cvhzf webcit-${WEBCIT_VERSION}.tar.gz webcit-${WEBCIT_VERSION}/
        ;;
     i18n)
        ./webcit -G `pwd`/i18n_templatelist.c