File: rules

package info (click to toggle)
erlang-bitcask 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,584 kB
  • sloc: erlang: 7,923; ansic: 2,891; makefile: 182; exp: 86; sh: 14
file content (19 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
export ERL_COMPILER_OPTIONS = deterministic


%:
	dh $@ --buildsystem=rebar --with rebar


override_dh_auto_clean:
	dh_auto_clean
	rm -rf ebin/*.beam
	rm -rf ebin/*.app
	rm -rf c_src/*.o
	rm -rf priv/bitcask.so
	rm -rf .eunit