From: Andreas Öman Date: Sat, 19 Feb 2011 12:07:28 +0000 (+0100) Subject: Build debug package X-Git-Tag: 2.99~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e4dc376b2ddd087e0a31ccfcc1313b17437bdd;p=thirdparty%2Ftvheadend.git Build debug package --- diff --git a/debian/control b/debian/control index c9e5cc541..28dc1e976 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tvheadend Section: main Priority: extra Maintainer: Andreas Öman -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 7.0.50) Standards-Version: 3.7.3 Package: tvheadend @@ -12,6 +12,14 @@ Recommends: xmltv Enhances: showtime Replaces: hts-tvheadend Homepage: http://www.lonelycoder.com/tvheadend -Description: HTS Tvheadend +Description: Tvheadend TV backend for use with Showtime, XBMC and various other clients. Uses ExtJS 'http://www.extjs.org/' + +Package: tvheadend-dbg +Architecture: any +Section: debug +Priority: extra +Depends: tvheadend (= ${binary:Version}), ${misc:Depends} +Description: Debug symbols for Tvheadend + This package contains the debugging symbols for Tvheadend. diff --git a/debian/rules b/debian/rules index 7f2b1a1d9..08bab07fb 100755 --- a/debian/rules +++ b/debian/rules @@ -29,3 +29,6 @@ override_dh_install: override_dh_installinit: dh_installinit --name tvheadend + +override_dh_strip: + dh_strip --dbg-package=tvheadend-dbg