[med-svn] [Git][med-team/connectome-workbench][master] 4 commits: Do not specify Quazip any more
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Apr 13 07:38:05 BST 2026
Andreas Tille pushed to branch master at Debian Med / connectome-workbench
Commits:
84666427 by Andreas Tille at 2026-04-13T08:22:32+02:00
Do not specify Quazip any more
- - - - -
4c198874 by Andreas Tille at 2026-04-13T08:36:01+02:00
d/rules: hardening
- - - - -
4027b11a by Andreas Tille at 2026-04-13T08:36:35+02:00
Standards-Version: 4.7.4 (Removed Priority field)
- - - - -
920fdbe2 by Andreas Tille at 2026-04-13T08:37:58+02:00
cme fix dpkg-control
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/patches/0004-debian-packaged-quazip.patch
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -19,6 +19,9 @@ connectome-workbench (2.1.0+dfsg-1) UNRELEASED; urgency=medium
* debhelper-compat (= 13)
* Do not link against minizip by using Debian packaged Quazip
* Exclude src/Quazip from upstream source
+ * d/rules: hardening
+ * Standards-Version: 4.7.4 (Removed Priority field)
+ * cme fix dpkg-control
-- Andreas Tille <tille at debian.org> Sat, 11 Apr 2026 08:00:21 +0200
=====================================
debian/control
=====================================
@@ -1,36 +1,40 @@
Source: connectome-workbench
+Standards-Version: 4.7.4
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Yaroslav Halchenko <debian at onerussian.com>,
- Michael Hanke <michael.hanke at gmail.com>
+Uploaders:
+ Yaroslav Halchenko <debian at onerussian.com>,
+ Michael Hanke <michael.hanke at gmail.com>,
Section: science
-Priority: optional
-Build-Depends: debhelper-compat (= 13),
- help2man,
- cmake,
- libosmesa6-dev,
- qtbase5-dev,
- libssl-dev,
- zlib1g-dev,
- libqt5opengl5-dev,
- libglib2.0-dev,
- libglm-dev (>= 0.9.9.6~),
- opencl-c-headers,
- xauth,
- xvfb,
- libftgl-dev,
- libquazip1-qt5-dev,
- libquazip5-dev
-Standards-Version: 4.4.1
+Build-Depends:
+ debhelper-compat (= 13),
+ help2man,
+ cmake,
+ libosmesa6-dev,
+ qtbase5-dev,
+ libssl-dev,
+ zlib1g-dev,
+ libqt5opengl5-dev,
+ libglib2.0-dev,
+ libglm-dev,
+ opencl-c-headers,
+ xauth,
+ xvfb,
+ libftgl-dev,
+ libquazip1-qt5-dev,
+ libquazip5-dev,
Vcs-Browser: https://salsa.debian.org/med-team/connectome-workbench
Vcs-Git: https://salsa.debian.org/med-team/connectome-workbench.git
Homepage: https://www.nitrc.org/projects/workbench/
Package: connectome-workbench
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Recommends: caret
-Suggests: ffmpeg
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends:
+ caret,
+Suggests:
+ ffmpeg,
Description: brain visualization, analysis and discovery tool
Connectome Workbench is a brain visualization, analysis and discovery
tool for fMRI and dMRI brain imaging data, including functional and
=====================================
debian/copyright
=====================================
@@ -15,14 +15,6 @@ Files: src/kloewe/*
Copyright: 2012-2017 Kristian Loewe, Christian Borgelt
License: Expat
-Files: src/Quazip/*
-Copyright: 2005-2012 Sergey A. Tachenov
- 1998-2010 Gilles Vollant
- 2009-2010 Mathias Svensson
- 2007-2008 Even Rouault
- 1990-2000 Info-ZIP
-License: LGPL-2.0+ and Zlib
-
Files: src/Qwt/*
Copyright: 1997 Josef Wilgen
2002 Uwe Rathmann
@@ -130,23 +122,6 @@ License: GPL-3.0
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-3'.
-License: Zlib
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
- arising from the use of this software.
- .
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
- .
- 1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would be
- appreciated but is not required.
- 2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source distribution.
-
License: Qwt-1.0
The Qwt library and included programs are provided under the terms
of the GNU LESSER GENERAL PUBLIC LICENSE (LGPL) with the following
=====================================
debian/patches/0004-debian-packaged-quazip.patch
=====================================
@@ -1,7 +1,7 @@
Description: Use system QuaZip instead of bundled copy
This would avoid using a code copy of minizip
Author: Andreas Tille <tille at debian.org>
-Forwarded: no
+Forwarded: not needed
Last-Update: 2026-04-12
--- a/src/CMakeLists.txt
=====================================
debian/rules
=====================================
@@ -9,13 +9,12 @@ do_help=$(shell echo $(DEB_HOST_ARCH) | grep -q -E '(mipsel|m68k|sh4)' && echo '
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
-# export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
-
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_CFLAGS_MAINT_APPEND = -DNDEBUG
export DEB_CXXFLAGS_MAINT_APPEND := -DNDEBUG -DGLM_ENABLE_EXPERIMENTAL
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
View it on GitLab: https://salsa.debian.org/med-team/connectome-workbench/-/compare/5fed8381796cc95bb0143a9d0aea261d21c893da...920fdbe243a9731ad05e265aa37315c5b579a1f3
--
View it on GitLab: https://salsa.debian.org/med-team/connectome-workbench/-/compare/5fed8381796cc95bb0143a9d0aea261d21c893da...920fdbe243a9731ad05e265aa37315c5b579a1f3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260413/6b4cc247/attachment-0001.htm>
More information about the debian-med-commit
mailing list