Commit bcbe4043 authored by Julian Wiesener's avatar Julian Wiesener

update varnish-objvar debhelper >= 10

parent 8abf5085
......@@ -2,16 +2,17 @@ Source: varnish-objvar
Section: web
Priority: extra
Maintainer: Uplex Varnish <varnish@uplex.de>
Build-Depends: debhelper (>= 7),
Build-Depends: debhelper (>= 10),
automake,
autotools-dev,
libtool,
build-essential,
pkg-config,
python3-docutils,
git,
varnish (= DPGK_VERSION),
varnish-dev (= DPGK_VERSION)
Standards-Version: 3.9.6
Standards-Version: 4.2.1
Vcs-Git: git://code.uplex.de/uplex-varnish/varnish-objvar.git
Homepage: https://code.uplex.de/uplex-varnish/varnish-objvar
......
......@@ -18,9 +18,10 @@ VMOD_strictABI = $(shell printf '$(H)include "vcs_version.h"\nVCS_Version\n' \
| cpp - -Iinclude \
| sed -e '/^"/!d' -e 's/\"//g' -e 's/^/varnishabi-strict-/')
override_dh_auto_configure:
./bootstrap
dh_auto_configure
export VARNISHAPI_DATAROOTDIR=$(shell pkg-config --variable=datarootdir varnishapi)
override_dh_autoreconf:
- ./bootstrap -h
override_dh_gencontrol: debian/substvars
dh_gencontrol -- -Tdebian/substvars
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment