File: rules

package info (click to toggle)
goplay 0.9.1%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 728 kB
  • ctags: 453
  • sloc: cpp: 3,431; ansic: 996; makefile: 88; sh: 35
file content (21 lines) | stat: -rwxr-xr-x 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# the following is necessary to prevent FTBFS
export DEB_BUILD_MAINT_OPTIONS=hardening=-fortify
$(info DEB_BUILD_MAINT_OPTIONS:$(origin DEB_BUILD_MAINT_OPTIONS)=$(DEB_BUILD_MAINT_OPTIONS))

# libept 1.1 requires C++11 mode
export DEB_CXXFLAGS_MAINT_APPEND := -std=c++11

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

override_dh_auto_build:
	convert data/icons/Icon32.png debian/goplay.xpm
	dh_auto_build