File: rules

package info (click to toggle)
libnative-platform-java 0.14-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 788 kB
  • sloc: java: 2,633; cpp: 1,573; sh: 127; makefile: 49
file content (16 lines) | stat: -rwxr-xr-x 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND = -fPIC
export DEB_CXXFLAGS_MAINT_APPEND = -fPIC
export DEB_LDFLAGS_MAINT_APPEND = -fPIC

%:
	dh $@ --with maven-repo-helper,javahelper

override_dh_auto_build:
	mkdir --parents debian/tmp
	make -f debian/Makefile build

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r debian/out