X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/e01eeb5e1fe7060ac6ef734194de0bf74b20f865..a899c52963b94297e4c9982faf26ebbd516904f6:/debian/rules diff --git a/debian/rules b/debian/rules index 01625b27..68e0a90c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f -DH_OPTIONS = --parallel -Bdebian/build +DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build ###-------------------------------------------------------------------------- ### Configuration. @@ -9,6 +9,7 @@ OVERRIDES += auto_configure dh_auto_configure_OPTS = -- ## Various files and directories. +dh_auto_configure_OPTS += --libdir="\$${prefix}/lib" dh_auto_configure_OPTS += --libexecdir="\$${libdir}/tripe" dh_auto_configure_OPTS += --with-configdir="/etc/tripe" dh_auto_configure_OPTS += --with-socketdir="/var/run" @@ -28,9 +29,6 @@ dh-gencontrol-hook:: sed -n 's/^Version: */tripe:Wireshark-Version=/p' \ >> debian/tripe-wireshark.substvars -OVERRIDES += shlibdeps -dh_shlibdeps_OPTS += -Xwireshark/plugins - ###-------------------------------------------------------------------------- ### The startup script and related machinery. @@ -50,9 +48,9 @@ dh-clean-hook:: ### Other things. ## Python stuff. -DH_OPTIONS += --with=python-central -OVERRIDES += pycentral -dh_pycentral_OPTS += -ppython-tripe +DH_OPTIONS += --with=python2 +OVERRIDES += python2 +dh_python2_OPTS += -ppython-tripe ## The peer database. OVERRIDES += install