[neon/backports-jammy/cppdap/Neon/unstable] debian: tooling does not like a description in the meta-package

Carlos De Maine null at kde.org
Thu Aug 17 00:16:49 BST 2023


Git commit 49d1b15f33f7cd8f128f4185e4924ea3b5e991de by Carlos De Maine.
Committed on 17/08/2023 at 01:16.
Pushed by carlosdem into branch 'Neon/unstable'.

tooling does not like a description in the meta-package

(cherry picked from commit 7e1d1de25321c7591e80c104cf37dda5fb1ab14f)

M  +4    -7    debian/control

https://invent.kde.org/neon/backports-jammy/cppdap/-/commit/49d1b15f33f7cd8f128f4185e4924ea3b5e991de

diff --git a/debian/control b/debian/control
index 51dc4bb..bf7ac81 100644
--- a/debian/control
+++ b/debian/control
@@ -12,16 +12,13 @@ Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/debian/cppdap.git
 Vcs-Browser: https://salsa.debian.org/debian/cppdap
-Description: C++11 implementation of the Debug Adapter Protocol
- cppdap is a C++11 library to implement a Debug Adapter Protocol (DAP) client
- or server. It provides C++ type-safe structures for the full DAP
- specification, and provides a simple way to add custom protocol messages.
 
 Package: libcppdap-dev
 Architecture: any
 Depends:
  ${misc:Depends},
  libjsoncpp-dev,
-Description: ${source:Synopsis}
- ${source:Extended-Description}
-
+Description: C++11 implementation of the Debug Adapter Protocol
+ cppdap is a C++11 library to implement a Debug Adapter Protocol (DAP) client
+ or server. It provides C++ type-safe structures for the full DAP
+ specification, and provides a simple way to add custom protocol messages.


More information about the Neon-commits mailing list