File: rules

package info (click to toggle)
haskell-argon2 1.3.0.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 324 kB
  • sloc: ansic: 2,698; haskell: 319; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 435 bytes parent folder | download | duplicates (3)
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 -f-pkg-config

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