[med-svn] [Git][med-team/civetweb][master] 2 commits: enable ZLIB in civetweb. Required for ROOT - CERN

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Aug 11 12:31:52 BST 2026



Andreas Tille pushed to branch master at Debian Med / civetweb


Commits:
344500ba by Fernando Hueso at 2026-08-11T13:31:50+02:00
enable ZLIB in civetweb. Required for ROOT - CERN

- - - - -
02a71ffd by Andreas Tille at 2026-08-11T13:31:50+02:00
Merge branch 'patch-1' into 'master'

enable ZLIB in civetweb. Required for ROOT - CERN

See merge request med-team/civetweb!2
- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ civetweb (1.16+dfsg-5) UNRELEASED; urgency=medium
 
   * d/rules: Add -DCIVETWEB_ENABLE_X_DOM_SOCKET=ON as requested per
     https://github.com/root-project/root-ci-images/pull/116
+  * d/rules: Add -DCIVETWEB_ENABLE_ZLIB=ON as requested per
+    https://github.com/root-project/root-ci-images/pull/116
 
  -- Andreas Tille <tille at debian.org>  Fri, 22 May 2026 07:19:59 +0200
 


=====================================
debian/control
=====================================
@@ -6,7 +6,8 @@ Uploaders: Andreas Tille <tille at debian.org>,
 Section: web
 Build-Depends: debhelper-compat (= 13),
                cmake,
-               libjs-jquery
+               libjs-jquery,
+               zlib1g-dev
 Standards-Version: 4.7.3
 Vcs-Browser: https://salsa.debian.org/med-team/civetweb
 Vcs-Git: https://salsa.debian.org/med-team/civetweb.git


=====================================
debian/rules
=====================================
@@ -16,10 +16,11 @@ CMAKE_EXTRA_FLAGS += \
         -DCMAKE_BUILD_TYPE=None \
         -DCIVETWEB_BUILD_TESTING=OFF \
         -DCIVETWEB_SOVERSION=1 \
-	-DCIVETWEB_ENABLE_CXX=ON \
+        -DCIVETWEB_ENABLE_CXX=ON \
         -DBUILD_SHARED_LIBS=ON \
         -DCIVETWEB_ENABLE_WEBSOCKETS=ON \
-        -DCIVETWEB_ENABLE_X_DOM_SOCKET=ON
+        -DCIVETWEB_ENABLE_X_DOM_SOCKET=ON \
+        -DCIVETWEB_ENABLE_ZLIB=ON
 
 %:
 	dh $@ --buildsystem=cmake



View it on GitLab: https://salsa.debian.org/med-team/civetweb/-/compare/7562286db61418a43dd111df331161b5f106bd25...02a71ffd1e03bad76627cbeea0fc8b76698ed664

-- 
View it on GitLab: https://salsa.debian.org/med-team/civetweb/-/compare/7562286db61418a43dd111df331161b5f106bd25...02a71ffd1e03bad76627cbeea0fc8b76698ed664
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260811/fd98f65f/attachment-0001.htm>


More information about the debian-med-commit mailing list