File: rules

package info (click to toggle)
gap-design 1r6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • sloc: sh: 18; makefile: 14
file content (21 lines) | stat: -rwxr-xr-x 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk

GAP=/usr/bin/gap

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

%:
	dh $@

override_dh_auto_build:
	cd doc && sh make_doc

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	echo "SetPackagePath(\"design\",\".\"); LoadPackage(\"design\"); quit;" | $(GAP) -A -q -T
endif

override_dh_installchangelogs:
	dh_installchangelogs --keep README