[neon/backports-noble/gcem-noble/Neon/unstable] debian: backport gcem for fluidsynth for minuet
Carlos De Maine
null at kde.org
Wed Jan 21 06:18:26 GMT 2026
Git commit f59f444db6f143bc001bef1e6626dc92a019c401 by Carlos De Maine.
Committed on 21/01/2026 at 06:18.
Pushed by carlosdem into branch 'Neon/unstable'.
backport gcem for fluidsynth for minuet
A +13 -0 debian/changelog
A +31 -0 debian/control
A +32 -0 debian/copyright
A +8 -0 debian/rules
A +1 -0 debian/source/format
A +4 -0 debian/watch
https://invent.kde.org/neon/backports-noble/gcem-noble/-/commit/f59f444db6f143bc001bef1e6626dc92a019c401
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..52fce7e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,13 @@
+gcem (1.18.0-2) unstable; urgency=medium
+
+ * Remove redundant Priority stanza from debian/control
+ * Configure with -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS
+ with CMake 4.2 (Closes: #1125530)
+
+ -- Fabian Greffrath <fabian at debian.org> Tue, 20 Jan 2026 08:07:55 +0100
+
+gcem (1.18.0-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #1117715)
+
+ -- Fabian Greffrath <fabian at debian.org> Fri, 10 Oct 2025 08:26:44 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8d45480
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: gcem
+Section: libs
+Maintainer: Debian Multimedia Maintainers <debian-multimedia at lists.debian.org>
+Uploaders: Fabian Greffrath <fabian at debian.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+Standards-Version: 4.7.2
+Homepage: https://github.com/kthohr/gcem
+Vcs-Browser: https://salsa.debian.org/multimedia-team/gcem
+Vcs-Git: https://salsa.debian.org/multimedia-team/gcem.git
+
+Package: libgcem-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+Description: C++ math library using generalized constant expressions
+ GCE-Math (Generalized Constant Expression Math) is a templated C++ library
+ enabling compile-time computation of mathematical functions.
+ .
+ Features:
+ .
+ * The library is written in C++11 constexpr format, and is C++11/14/17/20
+ compatible.
+ * Continued fraction expansions and series expansions are implemented using
+ recursive templates.
+ * The gcem:: syntax is identical to that of the C++ standard library (std::).
+ * Tested and accurate to floating-point precision against the C++ standard
+ library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..dcbc1a0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://github.com/kthohr/gcem
+Upstream-Name: GCE-Math
+Upstream-Contact: Keith O'Hara <https://github.com/kthohr>
+
+Files:
+ *
+Copyright:
+ 2016-2024 Keith O'Hara
+License: Apache-2.0
+
+Files:
+ debian/*
+Copyright:
+ 2025 Fabian Greffrath <fabian at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ https://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+Comment:
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b503f80
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8b0e11a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+Version: 5
+Template: GitHub
+Owner: kthohr
+Project: gcem
More information about the Neon-commits
mailing list