File: rules

package info (click to toggle)
jdupes 1.7-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 948 kB
  • sloc: ansic: 2,907; makefile: 64; sh: 20
file content (14 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifeq ($(DEB_HOST_ARCH_OS),linux)
      export OPTS="ENABLE_BTRFS=1"
endif

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- $(OPTS)