File: rules

package info (click to toggle)
tmux 3.5a-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,792 kB
  • sloc: ansic: 70,345; sh: 4,337; yacc: 1,468; awk: 339; makefile: 225
file content (21 lines) | stat: -rwxr-xr-x 435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

ifeq ($(DEB_HOST_ARCH_OS),linux)
enable_jemalloc = --enable-jemalloc
enable_systemd  = --enable-systemd
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure --			\
		$(enable_jemalloc)		\
		--enable-sixel			\
		$(enable_systemd)

execute_after_dh_auto_install:
	install -D -m 644 debian/shells \
		$(CURDIR)/debian/tmux/usr/share/debianutils/shells.d/tmux