blob: 75e7de9e145e3d8035b9c81d5ac3e1fc7e7afc75 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/make -f
# keep haddock from choking on non-ASCII characters
export LC_ALL=C.UTF-8
DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|