File: rules

package info (click to toggle)
monopd 0.10.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,080 kB
  • sloc: cpp: 6,234; sh: 1,306; makefile: 34
file content (15 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download
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 $@

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

execute_after_dh_install:
	mv $(CURDIR)/debian/monopd/etc/monopd.conf-dist \
		$(CURDIR)/debian/monopd/etc/monopd.conf