Ensure that avahi and zlib enabled by default in deb build, also add deps to debian/control.
This commit is contained in:
parent
ba2ebce011
commit
afbaf935d6
2 changed files with 5 additions and 5 deletions
8
debian/control
vendored
8
debian/control
vendored
|
@ -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
2
debian/rules
vendored
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue