File: rules

package info (click to toggle)
sng 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 616 kB
  • sloc: ansic: 2,725; sh: 1,355; xml: 287; makefile: 23
file content (15 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_clean:
	# Makefile shipped by upstream is broken -> `make distclean` fails.
	# remove it manually instead of trying to clean automatically
	rm -f Makefile

override_dh_auto_test:
	# upstream test requires images shipped with external PNG testsuite,
	# which is not packaged in Debian