File: rules

package info (click to toggle)
libappimage 1.0.4-5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,276 kB
  • sloc: cpp: 4,677; ansic: 1,325; sh: 169; python: 27; makefile: 19
file content (14 lines) | stat: -rwxr-xr-x 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with pkgkde-symbolshelper

override_dh_auto_configure:
	dh_auto_configure -- -DUSE_SYSTEM_XZ=ON -DUSE_SYSTEM_LIBARCHIVE=ON \
	-DUSE_SYSTEM_SQUASHFUSE=ON -DUSE_SYSTEM_BOOST=ON -DUSE_SYSTEM_XDGUTILS=ON \
	-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release