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
3712df77
Commit
3712df77
authored
Jan 31, 2024
by
Julian Wiesener
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use pkg data for VARNISHSRC
parent
069e729b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
rules
dpkg/libvdp-pesi/debian/rules
+3
-1
rules
dpkg/libvmod-dispatch/debian/rules
+3
-1
rules
dpkg/libvmod-tus/debian/rules
+3
-1
rules
dpkg/libvmod-zipflow/debian/rules
+4
-2
No files found.
dpkg/libvdp-pesi/debian/rules
View file @
3712df77
...
...
@@ -21,9 +21,11 @@ VMOD_strictABI = $(shell printf '$(H)include "vcs_version.h"\nVCS_Version\n' \
| cpp - -Iinclude \
| sed -e '/^"/!d' -e 's/\"//g' -e 's/^/varnishabi-strict-/')
VARNISH_SOURCE = $(shell dpkg -L varnish-headers | grep src.varnish | head -n 1)
override_dh_auto_configure:
./autogen.sh
VARNISHSRC=
/usr/src/varnish-$(DEB_VERSION_UPSTREAM
) dh_auto_configure
VARNISHSRC=
$(VARNISH_SOURCE
) dh_auto_configure
override_dh_gencontrol: debian/substvars
dh_gencontrol -- -Tdebian/substvars
...
...
dpkg/libvmod-dispatch/debian/rules
View file @
3712df77
...
...
@@ -21,9 +21,11 @@ VMOD_strictABI = $(shell printf '$(H)include "vcs_version.h"\nVCS_Version\n' \
| cpp - -Iinclude \
| sed -e '/^"/!d' -e 's/\"//g' -e 's/^/varnishabi-strict-/')
VARNISH_SOURCE = $(shell dpkg -L varnish-headers | grep src.varnish | head -n 1)
override_dh_auto_configure:
./autogen.sh
VARNISHSRC=
/usr/src/varnish-$(DEB_VERSION_UPSTREAM
) dh_auto_configure
VARNISHSRC=
$(VARNISH_SOURCE
) dh_auto_configure
override_dh_gencontrol: debian/substvars
dh_gencontrol -- -Tdebian/substvars
...
...
dpkg/libvmod-tus/debian/rules
View file @
3712df77
...
...
@@ -21,9 +21,11 @@ VMOD_strictABI = $(shell printf '$(H)include "vcs_version.h"\nVCS_Version\n' \
| cpp - -Iinclude \
| sed -e '/^"/!d' -e 's/\"//g' -e 's/^/varnishabi-strict-/')
VARNISH_SOURCE = $(shell dpkg -L varnish-headers | grep src.varnish | head -n 1)
override_dh_auto_configure:
./autogen.sh
VARNISHSRC=
/usr/src/varnish-$(DEB_VERSION_UPSTREAM
) VMOD_BLOB=/usr/lib/varnish/vmods/libvmod_blob.so VMOD_BLOBDIGEST=/usr/lib/varnish/vmods/libvmod_blobdigest.so dh_auto_configure -- --enable-chksum
VARNISHSRC=
$(VARNISH_SOURCE
) VMOD_BLOB=/usr/lib/varnish/vmods/libvmod_blob.so VMOD_BLOBDIGEST=/usr/lib/varnish/vmods/libvmod_blobdigest.so dh_auto_configure -- --enable-chksum
override_dh_gencontrol: debian/substvars
dh_gencontrol -- -Tdebian/substvars
...
...
dpkg/libvmod-zipflow/debian/rules
View file @
3712df77
...
...
@@ -21,9 +21,11 @@ VMOD_strictABI = $(shell printf '$(H)include "vcs_version.h"\nVCS_Version\n' \
| cpp - -Iinclude \
| sed -e '/^"/!d' -e 's/\"//g' -e 's/^/varnishabi-strict-/')
VARNISH_SOURCE = $(shell dpkg -L varnish-headers | grep src.varnish | head -n 1)
override_dh_auto_configure:
VARNISHSRC=
/usr/src/varnish-$(DEB_VERSION_UPSTREAM
) ./bootstrap
VARNISHSRC=
/usr/src/varnish-$(DEB_VERSION_UPSTREAM
) dh_auto_configure
VARNISHSRC=
$(VARNISH_SOURCE
) ./bootstrap
VARNISHSRC=
$(VARNISH_SOURCE
) dh_auto_configure
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