File: rules

package info (click to toggle)
libonig 6.9.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,760 kB
  • sloc: ansic: 87,440; sh: 4,580; python: 1,462; makefile: 300; cpp: 21
file content (34 lines) | stat: -rwxr-xr-x 739 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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

#
# Test for gcc-10 support
#
#export CC=gcc-10
#export CXX=g++-10

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/')

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-binary-compatible-posix-api=yes

override_dh_install:
	$(RM) debian/tmp/usr/bin/onig-config
	$(RM) debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libonig.a
	$(RM) debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libonig.la
	dh_install -X.la -X.a

override_dh_makeshlibs:
	dh_makeshlibs
	dpkg-gensymbols -v$(VERSION) -plibonig5

override_dh_auto_clean:
	dh_auto_clean
	$(RM) $(CURDIR)/oniguruma.pc