~flopo/+junk/blowfishj-2.14

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: florian.postel at uni-oldenburg
  • Date: 2011-03-06 18:49:13 UTC
  • Revision ID: florian.postel@uni-oldenburg.de-20110306184913-x97adj5tq5lehbch
initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
export JAVA_HOME=/usr/lib/jvm/default-java
 
4
 
 
5
# Put depended upon jars in here
 
6
# export CLASSPATH=
 
7
 
 
8
%:
 
9
        dh --with javahelper $@
 
10