File: rules

package info (click to toggle)
fim 0.5.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,404 kB
  • sloc: cpp: 25,225; ansic: 4,390; sh: 1,309; makefile: 400; perl: 189; exp: 25; awk: 9
file content (18 lines) | stat: -rwxr-xr-x 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	VAR=' ' debian/tests/run-tests
endif

override_dh_auto_install:
	dh_auto_install
	## Avoid installation of duplicated upstream changelog
	rm -f debian/fim/usr/share/doc/fim/ChangeLog