[med-svn] [Git][med-team/libbpp-raa][master] 8 commits: cmake-4.patch: new: bump cmake requirement to 3.10.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Mon Sep 29 21:46:14 BST 2025



Étienne Mollier pushed to branch master at Debian Med / libbpp-raa


Commits:
f12747b8 by Étienne Mollier at 2025-09-29T22:42:00+02:00
cmake-4.patch: new: bump cmake requirement to 3.10.

Closes: #1113120

- - - - -
cdab9ea8 by Étienne Mollier at 2025-09-29T22:42:31+02:00
d/control: declare compliance to standards version 4.7.2.

- - - - -
54f788f9 by Étienne Mollier at 2025-09-29T22:42:49+02:00
d/control: remove redundant Rules-Requires-Root: no.

- - - - -
589a7b5c by Étienne Mollier at 2025-09-29T22:43:17+02:00
d/copyright: remove the old FSF address.

- - - - -
39ff1d62 by Étienne Mollier at 2025-09-29T22:44:01+02:00
d/watch: bump to v5 Github template.

- - - - -
19b9b79a by Étienne Mollier at 2025-09-29T22:44:34+02:00
d/*lintian-overrides: remove unsed soname override.

- - - - -
52a1aaef by Étienne Mollier at 2025-09-29T22:45:08+02:00
d/s/lintian-overrides: glob d/control line number.

This stabilises the override when d/control length varies.

- - - - -
0260d9bf by Étienne Mollier at 2025-09-29T22:45:54+02:00
d/changelog: ready for upload to unstable.

- - - - -


8 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/libbpp-raa4t64.lintian-overrides
- + debian/patches/cmake-4.patch
- debian/patches/series
- debian/source/lintian-overrides
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+libbpp-raa (2.4.1-10) unstable; urgency=medium
+
+  * Team upload.
+  * cmake-4.patch: new: bump cmake requirement to 3.10. (Closes: #1113120)
+  * 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/watch: bump to v5 Github template.
+  * d/*lintian-overrides: remove unsed soname override.
+  * d/s/lintian-overrides: glob d/control line number.
+    This stabilises the override when d/control length varies.
+
+ -- Étienne Mollier <emollier at debian.org>  Mon, 29 Sep 2025 22:45:44 +0200
+
 libbpp-raa (2.4.1-9) unstable; urgency=medium
 
   * Since every GCC version bump ends up in a bug caused by the need to


=====================================
debian/control
=====================================
@@ -9,11 +9,10 @@ Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
                d-shlibs (>= 0.106~),
                zlib1g-dev,
                libbpp-seq-dev
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/med-team/libbpp-raa
 Vcs-Git: https://salsa.debian.org/med-team/libbpp-raa.git
 Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
-Rules-Requires-Root: no
 
 Package: libbpp-raa-dev
 Architecture: any


=====================================
debian/copyright
=====================================
@@ -28,10 +28,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-raa4t64.lintian-overrides
=====================================
@@ -1,3 +1,2 @@
-libbpp-raa4t64: package-name-doesnt-match-sonames libbpp-raa4
 libbpp-raa4t64: conflicts-with-version
 libbpp-raa4t64: no-symbols-control-file


=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,19 @@
+Description: bump cmake_minimum_required to 3.10.
+ This fixes errors and warnings with cmake 4.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113120
+Forwarded: no
+Last-Update: 2025-09-29
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libbpp-raa.orig/CMakeLists.txt
++++ libbpp-raa/CMakeLists.txt
+@@ -5,7 +5,7 @@
+ #   Francois Gindraud (2017)
+ # Created: 11/09/2009
+ 
+-cmake_minimum_required (VERSION 2.8.11)
++cmake_minimum_required (VERSION 3.10)
+ project (bpp-raa C 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-raa source: version-substvar-for-external-package Conflicts ${source:Version} libbpp-raa4t64 -> libbpp-raa4 [debian/control:35]
+libbpp-raa source: version-substvar-for-external-package Conflicts ${source:Version} libbpp-raa4t64 -> libbpp-raa4 [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-raa/tags .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+Template: Github
+Owner: BioPP
+Project: bpp-raa



View it on GitLab: https://salsa.debian.org/med-team/libbpp-raa/-/compare/3ed50bdebff39b6a8b74d978603ebccc65daa0c5...0260d9bfa52ab06b98798ca26f2be6f0468e14d6

-- 
View it on GitLab: https://salsa.debian.org/med-team/libbpp-raa/-/compare/3ed50bdebff39b6a8b74d978603ebccc65daa0c5...0260d9bfa52ab06b98798ca26f2be6f0468e14d6
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/294dbfdb/attachment-0001.htm>


More information about the debian-med-commit mailing list