From 100ba8f6c73ec208ab1e6f23ad6bf8c9c5d85ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jun 2017 20:44:53 +0200 Subject: Use the automatic debug symbol packages; Add missing dependency lsb-base --- debian/changelog | 5 +++++ debian/control | 52 ++-------------------------------------------------- debian/rules | 4 ---- 3 files changed, 7 insertions(+), 54 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c1827ca..93a61da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,11 @@ bitz-server (1.0.0-4) UNRELEASED; urgency=medium - Change debian/compat to 10. - Bump minimum debhelper version in debian/control to >= 10. - Remove now useless autoreconf from debian/rules. + * debina/control: + - Add missing dependency lsb-base. + * Use the automatic debug symbol packages: + - Remove bitz-server-dbg and libicap1-dbg section from debian/control. + - Remove override_dh_strip from debian/rules. -- Jörg Frings-Fürst Sun, 30 Apr 2017 11:12:37 +0200 diff --git a/debian/control b/debian/control index 378ed36..63ac6ca 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,8 @@ Package: bitz-server Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + lsb-base (>= 3.0-6) Description: ICAP server (RFC 3507) implementation in C++ The main goal of this project is to create an ICAP server (RFC 3507) implementation in C++ to use the power of object oriented programming. @@ -110,52 +111,3 @@ Description: ICAP server (RFC 3507) implementation in C++ (library files) programming language. . This package holds the library files. - -Package: bitz-server-dbg -Architecture: any -Section: debug -Priority: extra -Depends: - ${misc:Depends}, - bitz-server (= ${binary:Version}) -Description: ICAP server (RFC 3507) implementation in C++ (server debug symbols) - The main goal of this project is to create an ICAP server (RFC 3507) - implementation in C++ to use the power of object oriented programming. - . - Starting from scratch, the server is developed with a modular architecture - in mind. The server core (written in C++) will handle the client requests, - manage workers (child processes) etc. and will provide basic handlers to serve - ICAP requests. - . - To extend this core functionality the idea is to have pluggable modules - (like Apache server modules). These modules will provide features like - content filtering, anti-virus scanning etc. and to make it easier to write - (and faster to implement) such modules there is hope to exploit Python - programming language. - . - This package holds the debug symbols for bitz-server. - -Package: libicap1-dbg -Architecture: any -Multi-Arch: same -Section: debug -Priority: extra -Depends: - ${misc:Depends}, - libicap1 (= ${binary:Version}) -Description: ICAP server (RFC 3507) implementation in C++ (library debug symbols) - The main goal of this project is to create an ICAP server (RFC 3507) - implementation in C++ to use the power of object oriented programming. - . - Starting from scratch, the server is developed with a modular architecture - in mind. The server core (written in C++) will handle the client requests, - manage workers (child processes) etc. and will provide basic handlers to serve - ICAP requests. - . - To extend this core functionality the idea is to have pluggable modules - (like Apache server modules). These modules will provide features like - content filtering, anti-virus scanning etc. and to make it easier to write - (and faster to implement) such modules there is hope to exploit Python - programming language. - . - This package holds the debug symbols for libicap1. diff --git a/debian/rules b/debian/rules index 70445ba..3e604d9 100755 --- a/debian/rules +++ b/debian/rules @@ -34,10 +34,6 @@ override_dh_installdocs-indep: cp -r $(CURDIR)/doc/doxygen/html/* $(CURDIR)/debian/bitz-server-doc/usr/share/doc/bitz-server-doc/docs/ dh_installdocs -override_dh_strip: - dh_strip -pbitz-server --dbg-package=bitz-server-dbg - dh_strip -plibicap1 --dbg-package=libicap1-dbg - override_dh_makeshlibs: dh_makeshlibs dpkg-gensymbols -v$(VERSION) -plibicap1 -- cgit v1.2.3