File: rules

package info (click to toggle)
sdop 1.10-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,404 kB
  • sloc: ansic: 21,477; xml: 8,536; sh: 265; perl: 199; makefile: 142
file content (17 lines) | stat: -rwxr-xr-x 418 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS := hardening=+all
export DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS) -Wall

override_dh_auto_build:
	dh_auto_build --verbose -- FULLECHO=''

override_dh_auto_test:
	dh_auto_test --verbose -- FULLECHO=''

override_dh_auto_install:
	dh_auto_install --verbose -- FULLECHO=''
	rm $(CURDIR)/debian/sdop/usr/share/sdop/fontmetrics/LICENCE

%:
	dh $@