[neon/neon-packaging/rapidyaml/Neon/release] debian: lints

Carlos De Maine null at kde.org
Sun Feb 2 00:00:36 GMT 2025


Git commit 0bd596381260a06fb5d474ea5a582b2d17498405 by Carlos De Maine.
Committed on 01/02/2025 at 23:57.
Pushed by carlosdem into branch 'Neon/release'.

lints

M  +3    -4    debian/changelog
M  +6    -5    debian/control

https://invent.kde.org/neon/neon-packaging/rapidyaml/-/commit/0bd596381260a06fb5d474ea5a582b2d17498405

diff --git a/debian/changelog b/debian/changelog
index 6e6e4d8..34d2d35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-rapidyaml (0.7.2-0Neon) UNRELEASED; urgency=low
+rapidyaml (0.7.2-0Neon) noble; urgency=low
 
-  * Initial release. Closes: #nnnn
-    <nnnn is the bug number of your ITP>
+  * Initial release.
 
- -- Fukui Daichi <bogus at localhost>  Sat, 16 Jul 2022 11:59:28 +0000
+ -- KDE neon <neon at kde.org>  Sun, 02 Feb 2024 09:50:28 +1000
diff --git a/debian/control b/debian/control
index 3a4ae4f..d180bc7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: rapidyaml
 Section: devel
 Priority: optional
-Maintainer: Fukui Daichi <bogus at localhost>
+Maintainer: KDE neon <neon at kde.org>
 Build-Depends: c4core, c4project, cmake, debhelper-compat (= 13)
 Standards-Version: 4.5.0
 Homepage: http://www.debian.org
@@ -9,7 +9,8 @@ Homepage: http://www.debian.org
 Package: rapidyaml
 Architecture: any
 Multi-Arch: foreign
-Depends: ${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.
+Depends: c4core, c4project, ${misc:Depends}, ${shlibs:Depends}
+Description: a library to parse and emit YAML, and do it fast
+ Or ryml, for short. ryml is a C++ library to parse and emit YAML,
+ and do it fast, on everything from x64 to bare-metal chips without
+ operating system.


More information about the Neon-commits mailing list