blob: 395595c9f1ccff10efe9ce7375245e82794881aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/usr/bin/make -f
DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
install/libghc-hakyll-dev :: debian/tmp-inst-ghc
mkdir -p debian/libghc-hakyll-dev/usr/share
cp -r debian/tmp-inst-ghc/usr/share/hakyll debian/libghc-hakyll-dev/usr/share/
check-ghc-stamp: export LC_ALL := C.UTF-8
# Created by the test suite.
clean::
rm -f foo
|