File: rules

package info (click to toggle)
cryptominisat 5.8.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,172 kB
  • sloc: cpp: 48,714; python: 7,597; ansic: 4,396; sh: 1,032; php: 477; sql: 369; javascript: 156; makefile: 38; xml: 34
file content (15 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

%:
	dh $@ --with python3

override_dh_auto_configure:
	dh_auto_configure -- \
	-DCMAKE_LIBRARY_ARCHITECTURE=${DEB_HOST_MULTIARCH}

override_dh_install:
	find debian/tmp -name "*.cmake" -delete
	dh_install