File: rules

package info (click to toggle)
jdupes 1.31.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,692 kB
  • sloc: ansic: 5,038; sh: 561; makefile: 251; xml: 9
file content (18 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifeq ($(DEB_HOST_ARCH_OS),linux)
      export OPT1="ENABLE_DEDUPE=1"
      export OPT2="STATIC_DEDUPE_H=1"
endif

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- $(OPT1) $(OPT2)

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr