File: rules

package info (click to toggle)
gap-guava 3.13%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,692 kB
  • ctags: 1,493
  • sloc: ansic: 20,869; xml: 10,231; makefile: 268; sh: 71
file content (34 lines) | stat: -rwxr-xr-x 943 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
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

CGAP=/usr/bin/gap

DEB_BUILD_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
DEB_BUILD_GAP_INFO_ARCH ?= $(shell echo 'Print(GAPInfo.Architecture);' | $(CGAP) -A -q -T)

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

%:
	dh $@

override_dh_auto_configure:
	./configure /usr/lib/gap

override_dh_link:
	dh_link -p gap-guava \
		/usr/lib/gap/pkg/guava/bin /usr/share/gap/pkg/guava/bin \
		/usr/share/gap/pkg/guava/doc /usr/share/doc/gap-guava/doc \
		/usr/share/javascript/mathjax /usr/share/gap/pkg/guava/doc/mathjax
	dh_link -p gap-guava-bin \
		/usr/lib/$(DEB_BUILD_MULTIARCH)/gap/pkg/guava/bin /usr/lib/gap/pkg/guava/bin/$(DEB_BUILD_GAP_INFO_ARCH)

override_dh_installchangelogs:
	dh_installchangelogs --keep CHANGES.guava

override_dh_compress:
	dh_compress -X.pdf

get-orig-source:
	uscan --no-conf --download-current-version --compression xz --verbose