File: rules

package info (click to toggle)
monopd 0.10.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,008 kB
  • sloc: cpp: 6,263; sh: 837; makefile: 35
file content (17 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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

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