File: rules

package info (click to toggle)
qxgedit 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,676 kB
  • ctags: 1,893
  • sloc: cpp: 21,107; makefile: 97; xml: 40; sh: 1
file content (13 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

export DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)

export QT_SELECT=qt5

%:
	dh $@ --with autoreconf