blob: 49ebcb3522e7923eed925e6ce3a34e6a29e0581b (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/make -f
# https://github.com/vincenthz/hs-crypto-pubkey/issues/20
DEB_ENABLE_TESTS = no
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|