File: rules

package info (click to toggle)
android-platform-external-libselinux 7.0.0%2Br1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 460 kB
  • sloc: ansic: 7,161; makefile: 29
file content (18 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND = -fPIC
export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG
export DEB_LDFLAGS_MAINT_APPEND = -fPIC

%:
	dh $@

override_dh_auto_build:
	make -f debian/Makefile

override_dh_auto_clean:
	dh_auto_clean
	make clean -f debian/Makefile

get-orig-source:
	uscan --download-current-version --force-download --rename