Fix documentation of of chr's equivalent directive ZEB-672
[idzebra-moved-to-github.git] / debian / rules
1 #!/usr/bin/make -f
2 export DH_VERBOSE=1
3
4 %:
5         dh $@ --without python-support
6
7 override_dh_auto_configure:
8         dh_auto_configure -- \
9                 --with-yaz=/usr/bin \
10                 --with-tclconfig=/usr/lib/tcl8.5
11
12 override_dh_auto_test:
13         true
14
15 override_dh_strip:
16         dh_strip --dbg-package=idzebra-2.0-dbg
17
18 override_dh_makeshlibs:
19         dh_makeshlibs -V 'libidzebra-2.0 (>= 2.0.20)' -X mod-
20
21 override_dh_installlogrotate:
22         dh_installlogrotate --name=zebrasrv
23
24 override_dh_installinit:
25         dh_installinit --name=zebrasrv
26
27 override_dh_installchangelogs:
28         dh_installchangelogs NEWS