Skip to content

Instantly share code, notes, and snippets.

View terryburton's full-sized avatar

Terry Burton terryburton

View GitHub Profile
@terryburton
terryburton / gist:eb78f283c8aed64444753cb41482e1de
Created August 22, 2016 15:39
FR process debian/control.in in debian/rules
# Add libsystemd-dev to Build-Depends if it is known
ifeq ($(shell apt-cache policy libsystemd-dev &>/dev/null && echo yes),yes)
CONTROL_BUILDDEPS = libsystemd-dev,
endif
...
clean:
...
# Regenerate debian/control file with additional deps