summaryrefslogtreecommitdiff
path: root/debian/rules
blob: e0f795de80fce834d71318a389e987e5dc71003a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

override_dh_auto_configure:
	dh_auto_configure -- --enable-mmdb --enable-minimol --enable-cif --enable-ccp4 --enable-shared --disable-static --enable-fortran

override_dh_auto_build-indep:
	doxygen debian/Doxyfile

override_dh_clean:
	rm -f doxy.core.tag
	rm -rf doc/
	dh_clean

override_dh_strip:
        dh_strip --dbgsym-migration='libclipper2-dbg (<< 2.1.20160809-1~)'

%:
	dh $@ --with autoreconf