File: rules

package info (click to toggle)
picom 9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,464 kB
  • sloc: ansic: 17,765; python: 519; sh: 354; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Set binary version
include /usr/share/dpkg/pkg-info.mk
export COMPTON_VERSION = $(DEB_VERSION_UPSTREAM)

# Stop ninja from using 'ccache' as the compiler
export CC = "/usr/bin/cc"

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -Dwith_docs=true -Dcompton=false