File: rules

package info (click to toggle)
cubemap 1.4.2-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 844 kB
  • sloc: ansic: 8,155; cpp: 5,539; sh: 114; perl: 112; makefile: 63
file content (15 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1

CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell getconf LFS_CFLAGS)

%:
	dh $@ --parallel --with systemd,autoreconf

override_dh_clean:
	dh_clean Makefile config.log config.status

override_dh_installinit:
	dh_installinit --restart-after-upgrade