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
2d9f7b8e
Commit
2d9f7b8e
authored
Jun 05, 2024
by
Julian Wiesener
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates for varnish ptr release compat
parent
49cb255d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
11 deletions
+20
-11
control
dpkg/libvmod-tus/debian/control
+1
-1
docs
dpkg/slash/debian/docs
+0
-1
rules
dpkg/slash/debian/rules
+4
-2
control
dpkg/varnish/debian/control
+15
-7
No files found.
dpkg/libvmod-tus/debian/control
View file @
2d9f7b8e
...
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 7),
...
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 7),
varnish (= DPGK_VERSION),
varnish (= DPGK_VERSION),
varnish-dev (= DPGK_VERSION),
varnish-dev (= DPGK_VERSION),
varnish-headers (= DPGK_VERSION),
varnish-headers (= DPGK_VERSION),
libvmod-blobdigest (= DP
GK
_VERSION)
libvmod-blobdigest (= DP
KG_VMOD
_VERSION)
Standards-Version: 3.9.6
Standards-Version: 3.9.6
Vcs-Git: git://code.uplex.de/uplex-varnish/libvmod-tus.git
Vcs-Git: git://code.uplex.de/uplex-varnish/libvmod-tus.git
Homepage: https://code.uplex.de/uplex-varnish/libvmod-tus
Homepage: https://code.uplex.de/uplex-varnish/libvmod-tus
...
...
dpkg/slash/debian/docs
View file @
2d9f7b8e
README.rst
README.rst
LICENSE
dpkg/slash/debian/rules
View file @
2d9f7b8e
...
@@ -21,9 +21,11 @@ VMOD_strictABI = $(shell printf '$(H)include "vcs_version.h"\nVCS_Version\n' \
...
@@ -21,9 +21,11 @@ VMOD_strictABI = $(shell printf '$(H)include "vcs_version.h"\nVCS_Version\n' \
| cpp - -Iinclude \
| cpp - -Iinclude \
| sed -e '/^"/!d' -e 's/\"//g' -e 's/^/varnishabi-strict-/')
| 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:
override_dh_auto_configure:
VARNISHSRC=
/usr/src/varnish-$(DEB_VERSION_UPSTREAM
) ./bootstrap
VARNISHSRC=
$(VARNISH_SOURCE
) ./bootstrap
VARNISHSRC=
/usr/src/varnish-$(DEB_VERSION_UPSTREAM
) dh_auto_configure
VARNISHSRC=
$(VARNISH_SOURCE
) dh_auto_configure
override_dh_gencontrol: debian/substvars
override_dh_gencontrol: debian/substvars
dh_gencontrol -- -Tdebian/substvars
dh_gencontrol -- -Tdebian/substvars
...
...
dpkg/varnish/debian/control
View file @
2d9f7b8e
...
@@ -28,16 +28,19 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
...
@@ -28,16 +28,19 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
Provides: varnish,
Provides: varnish,
libvarnishapi1,
libvarnishapi1,
${Varnish:ABI},
${Varnish:ABI},
${Varnish:strictABI}
${Varnish:strictABI},
varnish-CMP_VERSION
Suggests: varnish-dev
Suggests: varnish-dev
Replaces:
Replaces:
libvarnishapi1,
libvarnishapi1,
varnish-dbg,
varnish-dbg,
varnish-doc
varnish-doc,
varnish-CMP_VERSION
Conflicts:
Conflicts:
libvarnishapi1,
libvarnishapi1,
varnish-dbg,
varnish-dbg,
varnish-doc
varnish-doc,
varnish-CMP_VERSION
Description: state of the art, high-performance web accelerator
Description: state of the art, high-performance web accelerator
Varnish Cache is a state of the art web accelerator written with
Varnish Cache is a state of the art web accelerator written with
performance and flexibility in mind.
performance and flexibility in mind.
...
@@ -66,13 +69,17 @@ Depends:
...
@@ -66,13 +69,17 @@ Depends:
python3
python3
Provides:
Provides:
libvarnish-dev,
libvarnish-dev,
libvarnishapi-dev
libvarnishapi-dev,
varnish-dev-CMP_VERSION
Suggests: varnish-dev
Replaces:
Replaces:
libvarnish-dev,
libvarnish-dev,
libvarnishapi-dev
libvarnishapi-dev,
varnish-dev-CMP_VERSION
Conflicts:
Conflicts:
libvarnish-dev,
libvarnish-dev,
libvarnishapi-dev
libvarnishapi-dev,
varnish-dev-CMP_VERSION
Description: development files for Varnish Cache
Description: development files for Varnish Cache
Development files for Varnish Cache HTTP accelerator.
Development files for Varnish Cache HTTP accelerator.
...
@@ -82,6 +89,7 @@ Architecture: any
...
@@ -82,6 +89,7 @@ Architecture: any
Depends:
Depends:
varnish-dev (= ${binary:Version})
varnish-dev (= ${binary:Version})
Provides:
Provides:
libvarnish-headers
libvarnish-headers ,
libvarnish-headers-CMP_VERSION
Description: Varnish Cache Headers
Description: Varnish Cache Headers
Headers including private ones that are required by some VMods.
Headers including private ones that are required by some VMods.
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