File: rules

package info (click to toggle)
squashfs-tools 1%3A4.0-8
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 588 kB
  • ctags: 1,422
  • sloc: ansic: 9,343; makefile: 33
file content (15 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Workaround for older kernels not supporting Thumb2 (LP: #494667).
ifeq ($(DEB_BUILD_ARCH_CPU),arm)
	export CFLAGS += -marm
endif

%:
	dh --sourcedirectory=squashfs-tools --with quilt ${@}

override_dh_auto_install:
	dh_auto_install -- INSTALL_DIR=$(CURDIR)/debian/squashfs-tools/usr/bin

override_dh_strip:
	dh_strip --dbg-package=squashfs-tools-dbg