File: rules

package info (click to toggle)
goplay 0.9
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 728 kB
  • ctags: 452
  • sloc: cpp: 3,433; ansic: 996; makefile: 85; sh: 35
file content (18 lines) | stat: -rwxr-xr-x 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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))

%:
	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