File: rules

package info (click to toggle)
libisal 2.25.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,692 kB
  • sloc: ansic: 40,672; asm: 25,229; sh: 789; makefile: 422; pascal: 260
file content (30 lines) | stat: -rwxr-xr-x 570 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
#!/usr/bin/make -f

#export DH_VERBOSE = 1

UPSTREAM_GIT := https://github.com/01org/isa-l.git
-include /usr/share/openstack-pkg-tools/pkgos.make

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs Release_notes.txt

ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	$(MAKE) check
endif

override_dh_auto_configure:
	dh_auto_configure -- \
		--disable-static

override_dh_auto_install:
	dh_auto_install
	rm debian/tmp/usr/lib/*/*.la

override_dh_missing:
	dh_missing --fail-missing