[med-svn] [Git][med-team/libbpp-qt][master] 9 commits: cmake-4.patch: bump cmake minimum to 3.10.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Mon Sep 29 21:26:55 BST 2025
Étienne Mollier pushed to branch master at Debian Med / libbpp-qt
Commits:
a787667c by Étienne Mollier at 2025-09-29T22:20:13+02:00
cmake-4.patch: bump cmake minimum to 3.10.
Closes: #1113119
- - - - -
31456454 by Étienne Mollier at 2025-09-29T22:21:18+02:00
d/s/lintian-overrides: glob d/control line count.
This stabilizes the override when d/control varies.
- - - - -
d2736133 by Étienne Mollier at 2025-09-29T22:22:03+02:00
d/control: declare compliance to standards version 4.7.2.
- - - - -
e91d8c0e by Étienne Mollier at 2025-09-29T22:22:22+02:00
d/control: remove redundant Rules-Requires-Root: no.
- - - - -
811a3159 by Étienne Mollier at 2025-09-29T22:22:52+02:00
d/copyright: remove the old FSF address.
- - - - -
e15fdf7d by Étienne Mollier at 2025-09-29T22:23:34+02:00
d/*lintian-overrides: remove unused soname mismatch.
- - - - -
927bfea4 by Étienne Mollier at 2025-09-29T22:24:18+02:00
d/*lintian-overrides: override versionned Conflicts.
This configuration is needed for the t64 transition.
- - - - -
f6084528 by Étienne Mollier at 2025-09-29T22:25:17+02:00
d/watch: bump to v5 Github template.
- - - - -
d4dd03d7 by Étienne Mollier at 2025-09-29T22:26:28+02:00
d/changelog: ready for upload to unstable.
- - - - -
8 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/libbpp-qt2t64.lintian-overrides
- + debian/patches/cmake-4.patch
- debian/patches/series
- debian/source/lintian-overrides
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+libbpp-qt (2.4.1-13) unstable; urgency=medium
+
+ * Team upload.
+ * cmake-4.patch: bump cmake minimum to 3.10. (Closes: #1113119)
+ * d/s/lintian-overrides: glob d/control line count.
+ This stabilizes the override when d/control varies.
+ * d/control: declare compliance to standards version 4.7.2.
+ * d/control: remove redundant Rules-Requires-Root: no.
+ * d/copyright: remove the old FSF address.
+ * d/*lintian-overrides: remove unused soname mismatch.
+ * d/*lintian-overrides: override versionned Conflicts.
+ This configuration is needed for the t64 transition.
+ * d/watch: bump to v5 Github template.
+
+ -- Étienne Mollier <emollier at debian.org> Mon, 29 Sep 2025 22:26:16 +0200
+
libbpp-qt (2.4.1-12) unstable; urgency=medium
* Since every GCC version bump ends up in a bug caused by the need to
=====================================
debian/control
=====================================
@@ -10,11 +10,10 @@ Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
qt5-qmake,
qtdeclarative5-dev,
libbpp-phyl-dev
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/libbpp-qt
Vcs-Git: https://salsa.debian.org/med-team/libbpp-qt.git
Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
-Rules-Requires-Root: no
Package: libbpp-qt-dev
Architecture: any
=====================================
debian/copyright
=====================================
@@ -24,10 +24,6 @@ License: GPL-2+
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.
=====================================
debian/libbpp-qt2t64.lintian-overrides
=====================================
@@ -1,2 +1,2 @@
-libbpp-qt2t64: package-name-doesnt-match-sonames libbpp-qt2
+libbpp-qt2t64: conflicts-with-version libbpp-qt2 (<< *)
libbpp-qt2t64: no-symbols-control-file
=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,19 @@
+Description: bump cmake_minimum_required to 3.10.
+ This resolves errors and warnings preventing construction with cmake 4.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113119
+Forwarded: no
+Last-Update: 2025-09-29
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libbpp-qt.orig/CMakeLists.txt
++++ libbpp-qt/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ # Francois Gindraud (2017)
+ # Created: 22/08/2009
+
+-cmake_minimum_required (VERSION 2.8.11)
++cmake_minimum_required (VERSION 3.10)
+ project (bpp-qt CXX)
+
+ # Compile options
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
unforce-cxxflags.patch
+cmake-4.patch
=====================================
debian/source/lintian-overrides
=====================================
@@ -1,2 +1,2 @@
# false positive from the t64 transition
-libbpp-qt source: version-substvar-for-external-package Conflicts ${source:Version} libbpp-qt2t64 -> libbpp-qt2 [debian/control:39]
+libbpp-qt source: version-substvar-for-external-package Conflicts ${source:Version} libbpp-qt2t64 -> libbpp-qt2 [debian/control:*]
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-version=4
+Version: 5
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
- https://github.com/BioPP/bpp-qt/tags .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+Template: Github
+Owner: BioPP
+Project: bpp-qt
View it on GitLab: https://salsa.debian.org/med-team/libbpp-qt/-/compare/02774526ccd0bee3a3c851398c742cf7a4814235...d4dd03d748711d218aefb21c6a4d23f557e2ee55
--
View it on GitLab: https://salsa.debian.org/med-team/libbpp-qt/-/compare/02774526ccd0bee3a3c851398c742cf7a4814235...d4dd03d748711d218aefb21c6a4d23f557e2ee55
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/20250929/b1fb5281/attachment-0001.htm>
More information about the debian-med-commit
mailing list