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
e2affe45
Commit
e2affe45
authored
Jan 30, 2024
by
Julian Wiesener
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keep varnish static libs and .la files
parent
2f52e188
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
rules
dpkg/varnish/debian/rules
+5
-5
varnish.docs
dpkg/varnish/debian/varnish.docs
+1
-0
No files found.
dpkg/varnish/debian/rules
View file @
e2affe45
...
...
@@ -55,12 +55,12 @@ override_dh_auto_install:
dh_auto_install -a
install -d debian/tmp/etc/varnish
install -T -m 0644 etc/example.vcl debian/tmp/etc/varnish/default.vcl
@ # Remove .la files
@ # (See http://wiki.debian.org/ReleaseGoals/LAFileRemoval)
find $(CURDIR)/debian/ -name \*.la -delete
@ # Nuke the static libs too
find $(CURDIR)/debian -name \*.a -delete
find bin config.h include lib -type f -name \*.h -exec install -D -o root -g root -m 644 {} $(CURDIR)/debian/tmp/usr/src/varnish-$(DEB_VERSION_UPSTREAM)/{} \;
find . -type f -name \*.la -exec install -D -o root -g root -m 644 {} $(CURDIR)/debian/tmp/usr/src/varnish-$(DEB_VERSION_UPSTREAM)/{} \;
find . -type f -name \*.a -exec install -D -o root -g root -m 644 {} $(CURDIR)/debian/tmp/usr/src/varnish-$(DEB_VERSION_UPSTREAM)/{} \;
find debian/tmp/usr/lib/ -type f -name \*.la -delete
find debian/tmp/usr/lib/ -type f -name \*.a -delete
rm -v debian/tmp/usr/share/varnish/vcc/*.vcc
override_dh_install-arch:
dh_install -a --fail-missing
...
...
dpkg/varnish/debian/varnish.docs
View file @
e2affe45
...
...
@@ -2,3 +2,4 @@ doc/changes.rst
# previously in varnish-doc
doc/html
doc/*.html
usr/share/varnish/vcc/*.vcc
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