File: rules

package info (click to toggle)
gap-scscp 2.3.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,704 kB
  • sloc: xml: 1,247; sh: 389; makefile: 19
file content (27 lines) | stat: -rwxr-xr-x 590 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk

GAP=/usr/bin/gap

H2MFLAGS = \
	--manual="GAP SCSCP package" \
	--source="GAP SCSCP (Debian $(DEB_VERSION))" \
	--no-info

default:
	@uscan --no-conf --dehs --report || true

%:
	dh $@

override_dh_auto_build:
	sed 's/@DEB_VERSION@/$(DEB_VERSION)/g' debian/sbin/gapd.in > gapd
	chmod a+x gapd
	help2man $(H2MFLAGS) -s 8 -n "GAP Daemon" -I debian/man/gapd.h2m -o gapd.8 ./gapd
	cat debian/makedoc.g | $(GAP) -A -q -T

override_dh_installinit:
	dh_installinit --name gapd

override_dh_installlogrotate:
	dh_installlogrotate --name gapd