]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - debian/rules
Package description and copyright added.
[pkg-cerco/acc.git] / debian / rules
1 #!/usr/bin/make -f
2
3 %:
4         dh $@
5         
6 override_dh_auto_configure:
7         ./configure --without-webapp --prefix=/usr/
8
9 override_dh_auto_install:
10         $(MAKE) install PREFIX=debian/tmp/usr/
11
12 override_dh_auto_clean:
13         $(MAKE) clean
14         rm -rf Makefile.variables _tags lib/ src/common/intValueConfig.ml
15
16 override_dh_auto_test:
17         # no test