X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fbuildpackages;h=3b9f6f881cf32477db0729aa79d7a16367231d78;hb=1a4ec92c7186ed2c0b9b6bf45afc47b69f3a800a;hp=2a027858babeb1006e7a41a3023fa75cfd4ca787;hpb=d218244e2b4ac89f4433ab262d80c77ca8141b0c;p=citadel.git diff --git a/citadel/buildpackages b/citadel/buildpackages index 2a027858b..3b9f6f881 100755 --- a/citadel/buildpackages +++ b/citadel/buildpackages @@ -100,7 +100,19 @@ EMAIL=citadel@outgesourced.org ;; sourcedist) - cd ..; tar --exclude .gitignore --exclude "debian/*" -chvzf citadel-$CITADEL_VERSION.tar.gz citadel-$CITADEL_VERSION/ + cd ..; tar \ + --exclude ".gitignore" \ + --exclude "*.lo" \ + --exclude "*.o" \ + --exclude "*.d" \ + --exclude "autom4te.cache/*" \ + --exclude "debian/*" \ + --exclude "sysdep.h" \ + \ + -chvzf citadel-$CITADEL_VERSION.tar.gz citadel-$CITADEL_VERSION/ + ;; + version) + echo This would build citadel-$CITADEL_VERSION ;; *) echo "Not yet implemented. we have: debian "