File: rules

package info (click to toggle)
qdl 2.1%2Bgit20250704.cd32723-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 312 kB
  • sloc: ansic: 3,878; xml: 75; makefile: 75; sh: 70
file content (19 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

# Pass the Debian package version
export VERSION := ${DEB_VERSION}

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- prefix=/usr

override_dh_auto_test:
	@echo "Skipping test suite"