From 70e4ed475074913b07e6382e2796dd5aa5dee9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jun 2017 20:07:09 +0200 Subject: Declare compliance with Debian Policy 4.0.0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 2eeeab8..67cfaef 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: libpython-dev Build-Depends-Indep: doxygen -Standards-Version: 3.9.7 +Standards-Version: 4.0.0 Homepage: https://github.com/uditha-atukorala/bitz-server Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git -- cgit v1.2.3 From 33e49b8409dc17b208de84659786012a2afb5827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jun 2017 20:15:54 +0200 Subject: Migrate to debhelper 10 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 67cfaef..378ed36 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst Uploaders: Uditha Atukorala Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-autoreconf, dh-python, dh-systemd (>= 1.5), -- cgit v1.2.3 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/control | 52 ++-------------------------------------------------- 1 file changed, 2 insertions(+), 50 deletions(-) (limited to 'debian/control') 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. -- cgit v1.2.3 From 1f47b972a89a0edf0c7acec950059de8064254a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 5 Aug 2017 10:40:31 +0200 Subject: Drop dh-autoreconf from both Build-Depends; Rebuild debian/libicap1.symbols.[i386|amd64]; Remove outdated debian/bitz-server.upstart --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 63ac6ca..d0c92b1 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Jörg Frings-Fürst Uploaders: Uditha Atukorala Build-Depends: debhelper (>= 10), - dh-autoreconf, dh-python, dh-systemd (>= 1.5), libconfig++-dev, -- cgit v1.2.3 From 6623a3ed4878c5b62f64c73b527ae6d7759ece9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 14 Oct 2017 11:30:24 +0200 Subject: Declare compliance with Debian Policy 4.1.1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d0c92b1..d42a7b0 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: libpython-dev Build-Depends-Indep: doxygen -Standards-Version: 4.0.0 +Standards-Version: 4.1.1 Homepage: https://github.com/uditha-atukorala/bitz-server Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git -- cgit v1.2.3 From 25a305ca845b63711d0669f39bd8f8546698e636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 14 Oct 2017 11:42:18 +0200 Subject: Remove dh-systemd from Build-Depends and rules; Add 'Section: libs' to package libicap1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d42a7b0..fa5188a 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,6 @@ Uploaders: Uditha Atukorala Build-Depends: debhelper (>= 10), dh-python, - dh-systemd (>= 1.5), libconfig++-dev, liblog4cpp5-dev, libpsocksxx-dev, @@ -87,6 +86,7 @@ Description: ICAP server (RFC 3507) implementation in C++ (development files) This package holds the development files. Package: libicap1 +Section: libs Architecture: any Multi-Arch: same Depends: -- cgit v1.2.3