File: rules

package info (click to toggle)
3dchess 0.8.1-24
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 548 kB
  • sloc: ansic: 3,035; makefile: 46
file content (13 lines) | stat: -rwxr-xr-x 307 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=-stackprotectorstrong
export DEB_CFLAGS_MAINT_APPEND = -std=gnu17

%:
	dh $@ --sourcedirectory=src

override_dh_auto_install:
	dh_auto_install -- BINDIR=`pwd`/debian/3dchess/usr/games

override_dh_installchangelogs:
	dh_installchangelogs CHANGES