[neon/neon-packaging/dbc-parser-cpp/Neon/unstable] debian: cleanups

Carlos De Maine null at kde.org
Sun Jan 19 00:05:20 GMT 2025


Git commit 2350066f8d44570aa0fe6d6cbef066e38c73263f by Carlos De Maine.
Committed on 19/01/2025 at 00:05.
Pushed by carlosdem into branch 'Neon/unstable'.

cleanups

M  +12   -5    debian/control

https://invent.kde.org/neon/neon-packaging/dbc-parser-cpp/-/commit/2350066f8d44570aa0fe6d6cbef066e38c73263f

diff --git a/debian/control b/debian/control
index a59f912..d5de0a9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,12 @@
 Source: dbc-parser-cpp
-Maintainer: Kde Neon <neon at kde.org>
+Maintainer: KDE Neon <neon at kde.org>
 Section: misc
 Priority: optional
-Standards-Version: 4.1.2
-Build-Depends: debhelper-compat (= 13), fastfloat-dev, doxygen, graphviz
+Standards-Version: 4.6.2
+Build-Depends: debhelper-compat (= 13), 
+               doxygen,
+               fastfloat-dev, 
+               graphviz,
 
 Package: dbc-parser-cpp
 Architecture: any
@@ -13,12 +16,16 @@ Description:  This is to provide a library header only file to read in DBC files
 
 Package: dbc-parser-cpp-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, dbc-parser-cpp
+Depends: dbc-parser-cpp,
+         ${shlibs:Depends}, 
+         ${misc:Depends}, 
 Description:  This is to provide a library header only file to read in DBC files.
  This contains all the library development files.
 
 Package: dbc-parser-cpp-doc
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, dbc-parser-cpp
+Depends: dbc-parser-cpp,
+         ${shlibs:Depends}, 
+         ${misc:Depends}, 
 Description:  This is to provide a library header only file to read in DBC files.
  This contains all the library documenation.


More information about the Neon-commits mailing list