blob: 5d1e84d7f7e8d62e9af415e9fdf70cba3e2acd81 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/make -f
DEB_BUILD_DEPENDENCIES = build-arch
DEB_ENABLE_TESTS = no # testsuite currently requires bytestring-handle which is not packaged
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|