File: rules

package info (click to toggle)
minetestmapper 20241111-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: cpp: 2,635; python: 143; sh: 68; ansic: 30; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

DH_COMMON_OPTS = --buildsystem=cmake

%:
	dh $@ $(DH_COMMON_OPTS)

override_dh_auto_configure:
	dh_auto_configure $(DH_COMMON_OPTS) -- -DCUSTOM_BINDIR=/usr/games/

override_dh_auto_install:
	dh_auto_install $(DH_COMMON_OPTS)
	find debian/ -name COPYING -delete