[med-svn] [Git][med-team/libbpp-core][master] 9 commits: cmake-4.patch: new: bump cmake version to 3.10.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Fri Sep 26 19:42:17 BST 2025
Étienne Mollier pushed to branch master at Debian Med / libbpp-core
Commits:
bfd30455 by Étienne Mollier at 2025-09-26T20:29:42+02:00
cmake-4.patch: new: bump cmake version to 3.10.
Closes: #1113115
- - - - -
d5d06c10 by Étienne Mollier at 2025-09-26T20:30:12+02:00
d/watch: convert to v5 Github template.
- - - - -
14fcf55f by Étienne Mollier at 2025-09-26T20:30:34+02:00
d/control: declare compliance to standards version 4.7.2.
- - - - -
582ab916 by Étienne Mollier at 2025-09-26T20:31:44+02:00
d/copyright: remove the old FSF address.
- - - - -
0aae9207 by Étienne Mollier at 2025-09-26T20:33:07+02:00
d/*lintian-overrides: glob conflicting version.
This fixes the mismatch as package versions go.
- - - - -
1a84cda0 by Étienne Mollier at 2025-09-26T20:34:06+02:00
d/control: remove redundant Rules-Requires-Root: no.
- - - - -
5739f44f by Étienne Mollier at 2025-09-26T20:40:02+02:00
d/s/lintian-overrides: glob d/control line number.
This fixes mismatches caused by variability in d/control.
- - - - -
97e33207 by Étienne Mollier at 2025-09-26T20:41:14+02:00
d/*lintian-overrides: remove a t64 override not needed anymore.
- - - - -
ab3c7c94 by Étienne Mollier at 2025-09-26T20:41:51+02:00
d/changelog: ready for upload to unstable.
- - - - -
8 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/libbpp-core4t64.lintian-overrides
- + debian/patches/cmake-4.patch
- debian/patches/series
- debian/source/lintian-overrides
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+libbpp-core (2.4.1-14) unstable; urgency=medium
+
+ * Team upload.
+ * cmake-4.patch: new: bump cmake version to 3.10. (Closes: #1113115)
+ * d/watch: convert to v5 Github template.
+ * d/control: declare compliance to standards version 4.7.2.
+ * d/copyright: remove the old FSF address.
+ * d/*lintian-overrides: glob conflicting version.
+ This fixes the mismatch as package versions go.
+ * d/control: remove redundant Rules-Requires-Root: no.
+ * d/s/lintian-overrides: glob d/control line number.
+ This fixes mismatches caused by variability in d/control.
+ * d/*lintian-overrides: remove a t64 override not needed anymore.
+
+ -- Étienne Mollier <emollier at debian.org> Fri, 26 Sep 2025 20:41:35 +0200
+
libbpp-core (2.4.1-13) unstable; urgency=medium
* Since every GCC version bump ends up in a bug caused by the need to
=====================================
debian/control
=====================================
@@ -7,11 +7,10 @@ Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
d-shlibs (>= 0.106~)
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/libbpp-core
Vcs-Git: https://salsa.debian.org/med-team/libbpp-core.git
Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
-Rules-Requires-Root: no
Package: libbpp-core-dev
Architecture: any
=====================================
debian/copyright
=====================================
@@ -38,12 +38,8 @@ License: GPL-2+
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'.
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
License: CeCILL
CeCILL FREE SOFTWARE LICENSE AGREEMENT
=====================================
debian/libbpp-core4t64.lintian-overrides
=====================================
@@ -1,3 +1,2 @@
-libbpp-core4t64: package-name-doesnt-match-sonames libbpp-core4
-libbpp-core4t64: conflicts-with-version libbpp-core4 (<< 2.4.1-12)
+libbpp-core4t64: conflicts-with-version libbpp-core4 (<< *)
libbpp-core4t64: no-symbols-control-file usr/lib/x86_64-linux-gnu/libbpp-core.so.4.1.0
=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,20 @@
+Description: bump minimum cmake version 3.10.
+ This gets us rid of build failures with cmake 4 and also a warning
+ about version too old.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113115
+Forwarded: no
+Last-Update: 2025-09-26
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libbpp-core.orig/CMakeLists.txt
++++ libbpp-core/CMakeLists.txt
+@@ -5,7 +5,7 @@
+ # Francois Gindraud (2017)
+ # Created: 17/09/2010
+
+-cmake_minimum_required (VERSION 2.8.11)
++cmake_minimum_required (VERSION 3.10)
+ project (bpp-core CXX)
+
+ # Compile options
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
gcc11.patch
unforce-cxxflags.patch
+cmake-4.patch
=====================================
debian/source/lintian-overrides
=====================================
@@ -1,2 +1,2 @@
# false-positive related to the t64 transition
-libbpp-core source: version-substvar-for-external-package Conflicts ${source:Version} libbpp-core4t64 -> libbpp-core4 [debian/control:36]
+libbpp-core source: version-substvar-for-external-package Conflicts ${source:Version} libbpp-core4t64 -> libbpp-core4 [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-core/tags .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+Template: Github
+Owner: BioPP
+Project: bpp-core
View it on GitLab: https://salsa.debian.org/med-team/libbpp-core/-/compare/6a421098b7ebb74c73a3814a8b7b40f738162ac1...ab3c7c94abf094dbe401075a13e59112d2c6b7af
--
View it on GitLab: https://salsa.debian.org/med-team/libbpp-core/-/compare/6a421098b7ebb74c73a3814a8b7b40f738162ac1...ab3c7c94abf094dbe401075a13e59112d2c6b7af
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/20250926/528a6292/attachment-0001.htm>
More information about the debian-med-commit
mailing list