Ensure that avahi and zlib enabled by default in deb build, also add deps to debian/control.

This commit is contained in:
Adam Sutton 2012-08-17 10:59:33 +01:00
parent ba2ebce011
commit afbaf935d6
2 changed files with 5 additions and 5 deletions

8
debian/control vendored
View file

@ -2,19 +2,19 @@ Source: tvheadend
Section: video
Priority: extra
Maintainer: Andreas Öman <andreas@lonelycoder.com>
Build-Depends: debhelper (>= 7.0.50), pkg-config, libavahi-client-dev, libssl-dev
Build-Depends: debhelper (>= 7.0.50), pkg-config, libavahi-client-dev, libssl-dev, zlib1g-dev
Standards-Version: 3.7.3
Package: tvheadend
Architecture: any
Depends: ${shlibs:Depends}, libavahi-client3
Depends: ${shlibs:Depends}, libavahi-client3, zlib1g
Recommends: xmltv
Enhances: showtime
Replaces: hts-tvheadend
Homepage: http://www.lonelycoder.com/tvheadend
Description: Tvheadend
TV backend for use with Showtime, XBMC and various other clients.
Uses ExtJS 'http://www.extjs.org/'
Tvheadend is a TV streaming server for Linux supporting DVB, ATSC, IPTV, and Analog video (V4L) as input sources.
Can be used as a backend to Showtime, XBMC and various other clients.
Package: tvheadend-dbg
Architecture: any

2
debian/rules vendored
View file

@ -5,7 +5,7 @@ export DH_VERBOSE=1
dh $@
override_dh_auto_configure:
dh_auto_configure -- ${JOBSARGS}
dh_auto_configure -- ${JOBSARGS} --enable-avahi --enable-zlib
override_dh_auto_build:
make ${JARGS}