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

2
debian/rules vendored
View file

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