~ubuntu-branches/ubuntu/jaunty/weka/jaunty

« back to all changes in this revision

Viewing changes to debian/orig-tar.sh

  • Committer: Bazaar Package Importer
  • Author(s): Soeren Sonnenburg
  • Date: 2008-11-24 10:06:45 UTC
  • Revision ID: james.westby@ubuntu.com-20081124100645-8acj1eeof8nd2dv2
Tags: 3.5.8+cup1-2
* Add versioned cup to dependencies (Closes: #504897).
* Explicitly require openjdk-6-jdk in build dependencies.
* Require 256m to allow successful building of javadocs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  svn co https://svn.scms.waikato.ac.nz/svn/weka/tags/dev-$WEKADASHVERSION/wekadocs )
17
17
tar -czf $TAR --exclude '*.pdf' --exclude '*.jar' --exclude '*/wekadocs/changelogs' \
18
18
  --exclude '*/build/*' --exclude '*/doc/*' --exclude '*/wekadocs/data' \
19
 
  --exclude '*/weka/core/parser/JFlex' \
 
19
  --exclude '*/weka/core/parser/JFlex' --exclude '*.svn*' \
20
20
  --exclude '*/weka/core/parser/java_cup' $DIR
21
21
rm -rf $DIR $FILE
22
22