File: rules

package info (click to toggle)
jumpnbump 1.61-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,508 kB
  • sloc: ansic: 5,777; python: 183; makefile: 169; sh: 55; xml: 49
file content (14 lines) | stat: -rwxr-xr-x 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with python3

override_dh_auto_build:
	dh_auto_build -- PREFIX=/usr BINDIR=/usr/games GAMEDATADIR=/usr/share/games
	dh_auto_build -- PREFIX=/usr BINDIR=/usr/games GAMEDATADIR=/usr/share/games -C menu

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr BINDIR=/usr/games GAMEDATADIR=/usr/share/games
	dh_auto_install -- PREFIX=/usr BINDIR=/usr/games GAMEDATADIR=/usr/share/games -C menu