1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/debian/rules Wed May 04 18:06:24 2011 +0200
1.3 @@ -0,0 +1,19 @@
1.4 +#!/usr/bin/make -f
1.5 +# -*- makefile -*-
1.6 +# Sample debian/rules that uses debhelper.
1.7 +# This file was originally written by Joey Hess and Craig Small.
1.8 +# As a special exception, when this file is copied by dh-make into a
1.9 +# dh-make output file, you may use that output file without restriction.
1.10 +# This special exception was added by Craig Small in version 0.37 of dh-make.
1.11 +
1.12 +# Uncomment this to turn on verbose mode.
1.13 +#export DH_VERBOSE=1
1.14 +
1.15 +# Default rule
1.16 +%:
1.17 + dh $@
1.18 +
1.19 +#override_dh_auto_clean:
1.20 +# ant init
1.21 +# ant delete.local
1.22 +