blob: 6c7602010dbc048a27d1079f8dc92602b1578a0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-utempter --enable-systemd --enable-sixel
execute_after_dh_auto_install:
install -D -m 644 debian/shells \
$(CURDIR)/debian/tmux/usr/share/debianutils/shells.d/tmux
|