[med-svn] [Git][med-team/bustools][master] 7 commits: Packaging update (routine-update)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jun 8 20:47:30 BST 2026
Andreas Tille pushed to branch master at Debian Med / bustools
Commits:
68f8fab7 by Andreas Tille at 2026-06-08T21:18:56+02:00
Packaging update (routine-update)
- - - - -
d59a8bdc by Andreas Tille at 2026-06-08T21:18:56+02:00
Standards-Version: 4.7.4 (routine-update)
- - - - -
8f90c7d1 by Andreas Tille at 2026-06-08T21:18:58+02:00
Changes made by cme
- - - - -
a3590db1 by Andreas Tille at 2026-06-08T21:18:59+02:00
Drop 'Rules-Requires-Root: no' from d/control (routine-update)
- - - - -
d86f8456 by Andreas Tille at 2026-06-08T20:19:06+01:00
Reformat the Last-Update date as ISO YYYY-MM-DD.
Changes-By: lintian-brush
Fixes: lintian: source: invalid-dep3-format-patch-wrong-last-update [debian/patches/add_lto.patch]
See-also: https://lintian.debian.org/tags/invalid-dep3-format-patch-wrong-last-update.html
- - - - -
280aec87 by Andreas Tille at 2026-06-08T21:33:46+02:00
Require C++14 to satisfy Eigen >= 3.4 / 5.0 minimum requirement Closes: #1136228
- - - - -
dc91d634 by Andreas Tille at 2026-06-08T21:35:10+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/0002-fix-cxx14-eigen.patch
- debian/patches/add_lto.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+bustools (0.45.1+dfsg-2) unstable; urgency=medium
+
+ * Team upload.
+ * Packaging update (routine-update)
+ * Standards-Version: 4.7.4 (routine-update)
+ * Remove Priority field (cme)
+ * Drop 'Rules-Requires-Root: no' from d/control (routine-update)
+ * Reformat the Last-Update date as ISO YYYY-MM-DD.
+ * Require C++14 to satisfy Eigen >= 3.4 / 5.0 minimum requirement
+ Closes: #1136228
+
+ -- Andreas Tille <tille at debian.org> Mon, 08 Jun 2026 21:34:05 +0200
+
bustools (0.45.1+dfsg-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,10 +1,9 @@
Source: bustools
-Standards-Version: 4.7.2
+Standards-Version: 4.7.4
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders:
Alexandre Mestiashvili <mestia at debian.org>,
Section: science
-Priority: optional
Build-Depends:
debhelper-compat (= 13),
help2man,
@@ -16,7 +15,6 @@ Build-Depends:
Vcs-Browser: https://salsa.debian.org/med-team/bustools
Vcs-Git: https://salsa.debian.org/med-team/bustools.git
Homepage: https://bustools.github.io/
-Rules-Requires-Root: no
Package: bustools
Architecture: any
=====================================
debian/patches/0002-fix-cxx14-eigen.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Require C++14 to satisfy Eigen >= 3.4 / 5.0 minimum requirement
+Author: Andreas Tille <tille at debian.org>
+Bug-Debian: https://bugs.debian.org/1136228
+Last-Update: 2026-06-08
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
+
+ project(bustools)
+
+-SET(CMAKE_CXX_FLAGS "-std=c++11 $ENV{CXXFLAGS}")
++SET(CMAKE_CXX_FLAGS "-std=c++14 $ENV{CXXFLAGS}")
+ SET(CMAKE_C_FLAGS "-std=c99 $ENV{CFLAGS}")
+
+ if(NOT CMAKE_BUILD_TYPE)
=====================================
debian/patches/add_lto.patch
=====================================
@@ -1,5 +1,5 @@
Author: Steffen Möller
-Last-Update: 2020-02-27 00:44:21 +0100
+Last-Update: 2020-02-27
Description: Add -flto linker option
Index: bustools/CMakeLists.txt
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ inject_hardening_flags_cmake.patch
add_lto.patch
use-packaged-libs.patch
0001-Use-default-CFLAGS-and-CXXFLAGS-set-by-dpkg.patch
+0002-fix-cxx14-eigen.patch
View it on GitLab: https://salsa.debian.org/med-team/bustools/-/compare/855e8eea1e2b2dd321c333f556bca94f5b2b3f40...dc91d6347f8e69eb93c962e9da2b38e121070a4d
--
View it on GitLab: https://salsa.debian.org/med-team/bustools/-/compare/855e8eea1e2b2dd321c333f556bca94f5b2b3f40...dc91d6347f8e69eb93c962e9da2b38e121070a4d
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/20260608/0a43cf80/attachment-0001.htm>
More information about the debian-med-commit
mailing list