[SCM] kodi/master: Stop shipping kodi-dbg and disable debugging during build
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Fri Sep 4 09:00:13 UTC 2015
The following commit has been merged in the master branch:
commit 72805a90764994d9600e4f97c7ddb23ec56f1b0f
Author: Balint Reczey <balint at balintreczey.hu>
Date: Thu Sep 3 10:30:41 2015 +0200
Stop shipping kodi-dbg and disable debugging during build
This is a preparation for the automatically generated debug packages
and switching to FFmpeg resulted less reported crashes to BTS.
Kodi-dbg packages used quite a big space on mirrors and weren't used
frequently.
diff --git a/debian/control b/debian/control
index cd4445c..91d66e7 100644
--- a/debian/control
+++ b/debian/control
@@ -185,32 +185,6 @@ Description: Open Source Home Theatre (binary data package)
.
This package contains all the binary data needed to have a working Kodi.
-Package: kodi-dbg
-Priority: extra
-Architecture: amd64 i386
-Section: debug
-Depends: ${misc:Depends}, kodi-bin (= ${binary:Version})
-Description: Open Source Home Theatre - debug symbols
- Kodi, formerly known as XBMC is an award winning free and
- open source software media-player and entertainment hub for all your digital
- media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
- and Microsoft Windows, as well as the original Xbox game console. Created in
- 2003 by a group of like minded programmers, Kodi is a non-profit project run
- and developed by volunteers located around the world. More than 50 software
- developers have contributed to Kodi, and 100-plus translators have worked to
- expand its reach, making it available in more than 30 languages.
- .
- While Kodi functions very well as a standard media player application for
- your computer, it has been designed to be the perfect companion for your
- HTPC. Supporting an almost endless range of remote controls, and combined
- with its beautiful interface and powerful skinning engine, Kodi feels very
- natural to use from the couch and is the ideal solution for your home
- theater. Once installed, your computer will become a fully functional
- multimedia jukebox.
- .
- This package contains debug symbols for the Kodi binary packages.
-
-
Package: kodi-eventclients-common
Architecture: all
Multi-Arch: foreign
diff --git a/debian/rules b/debian/rules
index a709eae..0c81270 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,6 @@ endif
KODI_CONFIG_OPTIONS ?= --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --docdir=/usr/share/doc/kodi \
- --enable-debug \
$(GL_CONFIG_OPTIONS) \
--disable-vtbdecoder \
--disable-openmax \
@@ -163,8 +162,5 @@ debian/tmp/kodi-bin-recommends-dummy.so:
-lvorbisfile \
$(ARCH_SPECIFIC_LIB_RECOMMENDS)
-override_dh_strip:
- dh_strip --dbg-package=kodi-dbg
-
override_dh_installinit:
echo "Shipping systemd kodi.service file as an example only"
--
kodi packaging
More information about the pkg-multimedia-commits
mailing list