File: rules

package info (click to toggle)
libnative-platform-java 0.11-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 696 kB
  • ctags: 799
  • sloc: java: 2,255; cpp: 1,352; sh: 124; makefile: 64
file content (19 lines) | stat: -rwxr-xr-x 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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

get-orig-source:
	uscan --download-current-version --force-download --repack --compression xz