[neon/neon-packaging/c4core/Neon/release] debian: more lints
Carlos De Maine
null at kde.org
Sat Feb 1 23:59:56 GMT 2025
Git commit 32681202cc49e178266939fa836803a9e2ed14c5 by Carlos De Maine.
Committed on 01/02/2025 at 23:59.
Pushed by carlosdem into branch 'Neon/release'.
more lints
M +9 -4 debian/control
https://invent.kde.org/neon/neon-packaging/c4core/-/commit/32681202cc49e178266939fa836803a9e2ed14c5
diff --git a/debian/control b/debian/control
index 5a842bb..f4ab32a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: c4core
Section: devel
Priority: optional
-Maintainer: Fukui Daichi <bogus at localhost>
+Maintainer: KDE neon <neon at kde.org>
Build-Depends: c4project, cmake, debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: http://www.debian.org
@@ -10,6 +10,11 @@ Package: c4core
Architecture: any
Multi-Arch: foreign
Depends: c4project, ${misc:Depends}, ${shlibs:Depends}
-Description: auto-generated package by debmake
- This Debian binary package was auto-generated by the
- debmake(1) command provided by the debmake package.
+Description: a library of low-level C++ utilities, written with low-latency projects in mind
+ Some of the utilities provided by c4core have already equivalent
+ functionality in the C++ standard, but they are provided as the
+ existing C++ equivalent may be insufficient (eg, std::string_view),
+ inefficient (eg, std::string), heavy (eg streams), or plainly unusable
+ on some platforms/projects, (eg exceptions); some other utilities have
+ equivalent under consideration for C++ standardisation; and yet some
+ other utilities have (to my knowledge) no equivalent under consideration.
More information about the Neon-commits
mailing list