File: rules

package info (click to toggle)
haskell-filestore 0.6.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • sloc: haskell: 1,510; sh: 65; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk

DEB_GHC_EXTRA_PACKAGES := libghc-filestore-data (>= $(CABAL_VERSION))

install/libghc-filestore-data:: debian/tmp-inst-ghc
	mv debian/tmp-inst-ghc/usr/share/filestore debian/libghc-filestore-data/usr/share

check-ghc-stamp: export LC_ALL := C.UTF-8