File: rules

package info (click to toggle)
edfbrowser 1.67%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,312 kB
  • sloc: cpp: 62,150; ansic: 8,810; makefile: 12
file content (23 lines) | stat: -rwxr-xr-x 522 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

#export DH_VERBOSE=1

# export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
export DEB_CXXFLAGS_MAINT_APPEND := -Wall -Wshadow -Wextra -ggdb3

export QT_SELECT=qt5

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure
	# libpthread is only used indirectly; no need for linking against it
	sed -i -e 's/-lpthread//' Makefile

override_dh_clean:
	test ! -f Makefile  ||  $(MAKE) distclean
	dh_clean