File: rules

package info (click to toggle)
atomix 3.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,080 kB
  • sloc: xml: 5,958; ansic: 4,611; makefile: 192; sh: 27
file content (20 lines) | stat: -rwxr-xr-x 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	./autogen.sh
	dh_auto_configure -- \
	--prefix=/usr \
	--bindir=\$${prefix}/games \
	--datadir=\$${prefix}/share/games

get-orig-source:
	uscan --verbose --download-current-version --force-download

override_dh_install:
	dh_install --fail-missing