File: rules

package info (click to toggle)
linux-user-chroot 2013.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 148 kB
  • ctags: 23
  • sloc: ansic: 366; makefile: 12; sh: 12
file content (17 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@ --with autoreconf,autotools-dev

override_dh_fixperms:
	dh_fixperms
	chmod 4755 debian/linux-user-chroot/usr/bin/linux-user-chroot

override_dh_strip:
	dh_strip --dbg-package=linux-user-chroot-dbg

.PHONY: override_dh_fixperms override_dh_strip