File: rules

package info (click to toggle)
wimlib 1.13.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,012 kB
  • sloc: ansic: 49,012; sh: 6,737; asm: 389; makefile: 299
file content (17 lines) | stat: -rwxr-xr-x 328 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

include /usr/share/dpkg/architecture.mk

%:
	dh $@ --with=autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --without-libcrypto \
		$(if $(findstring linux,$(DEB_HOST_ARCH_OS)),,--without-ntfs-3g)

override_dh_auto_build:
	dh_auto_build
	cd doc && doxygen

override_dh_install:
	dh_install -X.la