diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 0ac47a0..1971d25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -bitz-server (1.0.0-4~1) unstable; urgency=medium +bitz-server (1.0.0-4) unstable; urgency=medium * Add missing symbols files. * New README.source to explain the branching model used. @@ -6,7 +6,8 @@ bitz-server (1.0.0-4~1) unstable; urgency=medium * Migrate to debhelper 10: - Change debian/compat to 10. - Bump minimum debhelper version in debian/control to >= 10. - - Remove now useless autoreconf from debian/rules. + - Remove dh-systemd from Build-Depends. + - Remove now useless autoreconf and "with systemd" from debian/rules. - Drop dh-autoreconf from both Build-Depends. * debina/control: - Add missing dependency lsb-base. @@ -16,6 +17,8 @@ bitz-server (1.0.0-4~1) unstable; urgency=medium * Rebuild debian/libicap1.symbols.[i386|amd64] to fix a FTBFS (Closes: #853331). * Remove outdated debian/bitz-server.upstart. + * debian/control: + - Add "Section: libs" to package libicap1. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 06 Aug 2017 15:00:59 +0200 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 <ua@nuked.zone> 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: diff --git a/debian/rules b/debian/rules index abe80c4..c0918f1 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- %: - dh $@ --with systemd + dh $@ override_dh_auto_build-indep: dh_auto_build |