summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-22 20:44:53 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-22 20:44:53 +0200
commit100ba8f6c73ec208ab1e6f23ad6bf8c9c5d85ebc (patch)
tree1ac314ea239e9133ba0073955573e017420e6a5d /debian/control
parent33e49b8409dc17b208de84659786012a2afb5827 (diff)
Use the automatic debug symbol packages; Add missing dependency lsb-base
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control52
1 files changed, 2 insertions, 50 deletions
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.