File: rules

package info (click to toggle)
sympow 2.023.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 512 kB
  • sloc: ansic: 3,870; sh: 687; makefile: 17
file content (27 lines) | stat: -rwxr-xr-x 489 bytes parent folder | download | duplicates (3)
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

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export DEB_VERSION

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

%:
	dh $@

override_dh_auto_configure:
	./Configure

override_dh_auto_build-indep:
	$(MAKE) build-indep

override_dh_auto_install-indep:
	$(MAKE) install-indep DESTDIR=$(CURDIR)/debian/tmp

override_dh_compress-indep:
	dh_compress -Xexamples -Xcontrib

override_dh_installchangelogs:
	dh_installchangelogs HISTORY