File: rules

package info (click to toggle)
haskell-argon2 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • ctags: 294
  • sloc: ansic: 1,997; haskell: 253; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_CABAL_PACKAGE = argon2
DEB_DEFAULT_COMPILER = ghc
DEB_INSTALL_CHANGELOGS_ALL = Changelog.md

# running upstream's test suite would take several years to complete:
# https://github.com/ocharles/argon2/issues/7
DEB_ENABLE_TESTS = no

# use libargon2 shlib
DEB_SETUP_GHC_CONFIGURE_ARGS := -fuse-system-library

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