Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uplex-varnish-dpkg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
uplex-varnish-dpkg
Commits
bcbe4043
Commit
bcbe4043
authored
Jul 01, 2025
by
Julian Wiesener
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update varnish-objvar debhelper >= 10
parent
8abf5085
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
compat
dpkg/varnish-objvar/debian/compat
+1
-1
control
dpkg/varnish-objvar/debian/control
+3
-2
rules
dpkg/varnish-objvar/debian/rules
+4
-3
No files found.
dpkg/varnish-objvar/debian/compat
View file @
bcbe4043
7
10
dpkg/varnish-objvar/debian/control
View file @
bcbe4043
...
...
@@ -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
...
...
dpkg/varnish-objvar/debian/rules
View file @
bcbe4043
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment