From 8ca6a19109c6caf8d9e2bd762c0a849cbe660e83 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Sun, 30 Aug 2020 15:00:42 +0200 Subject: [PATCH] update/cleanup debian build code --- debian/rules | 7 ++----- debian/source/format | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 3413a9ab9..9f75ef189 100755 --- a/debian/rules +++ b/debian/rules @@ -10,13 +10,10 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DUSE_LTO=1 - -override_dh_strip: - dh_strip -pkodi-pvr-iptvsimple --dbg-package=kodi-pvr-iptvsimple-dbg + dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=1 -DUSE_LTO=1 override_dh_installdocs: dh_installdocs --link-doc=kodi-pvr-iptvsimple diff --git a/debian/source/format b/debian/source/format index 163aaf8d8..89ae9db8f 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)