[neon/neon-packaging/kdsoap/Neon/release-lts] debian: remove dbg packages
Harald Sitter
null at kde.org
Mon Jul 5 11:01:36 BST 2021
Git commit 1f38dd25735f2fc494a09ec8a5baba9ded1b8c02 by Harald Sitter.
Committed on 05/07/2021 at 10:00.
Pushed by sitter into branch 'Neon/release-lts'.
remove dbg packages
dbgsym packages are automatically generated without extra noise in the
packaging these days, so the manual dbg packages were fairly useless
M +0 -24 debian/control
M +0 -5 debian/rules
https://invent.kde.org/neon/neon-packaging/kdsoap/commit/1f38dd25735f2fc494a09ec8a5baba9ded1b8c02
diff --git a/debian/control b/debian/control
index 9630d7f..d22fcdc 100644
--- a/debian/control
+++ b/debian/control
@@ -36,18 +36,6 @@ Description: Qt-based client-side and server-side SOAP component
.
This package contains the common files.
-Package: libkdsoap-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libkdsoap1 (= ${binary:Version}), ${misc:Depends}
-Description: Qt-based client-side and server-side SOAP component
- KDSoap can be used to create client applications for web services
- and also provides the means to create web services without the need
- for any further component such as a dedicated web server.
- .
- This package contains the debugging symbols for the libkdsoap1 package.
-
Package: libkdsoap-dev
Section: libdevel
Architecture: any
@@ -97,15 +85,3 @@ Description: Qt-based client-side and server-side SOAP component
for any further component such as a dedicated web server.
.
This package contains the server-side library.
-
-Package: libkdsoap-server-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libkdsoap-server1 (= ${binary:Version}), ${misc:Depends}
-Description: Qt-based client-side and server-side SOAP component
- KDSoap can be used to create client applications for web services
- and also provides the means to create web services without the need
- for any further component such as a dedicated web server.
- .
- This package contains the debugging symbols for the libkdsoap-server1 package.
diff --git a/debian/rules b/debian/rules
index fdfdc51..5f38152 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,10 +23,5 @@ override_dh_install:
dh_install -plibkdsoap-doc -Xjquery.js
dh_install --remaining-packages
-override_dh_strip:
- dh_strip -plibkdsoap1 --dbg-package=libkdsoap-dbg
- dh_strip -plibkdsoap-server1 --dbg-package=libkdsoap-server-dbg
- dh_strip --remaining-packages
-
%:
dh $@ --parallel --with quilt
More information about the Neon-commits
mailing list