Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add java headless package to the build requirements for debian/rpm
  • Loading branch information
perexg committed May 13, 2015
1 parent dd501df commit 559cd25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: tvheadend
Section: video
Priority: extra
Maintainer: Andreas Öman <andreas@tvheadend.org>
Build-Depends: debhelper (>= 7.0.50), pkg-config, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, libcurl4-gnutls-dev, git-core, liburiparser-dev
Build-Depends: debhelper (>= 7.0.50), pkg-config, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, libcurl4-gnutls-dev, git-core, liburiparser-dev, default-jre-headless
Standards-Version: 3.7.3

Package: tvheadend
Expand Down
4 changes: 4 additions & 0 deletions rpm/tvheadend.spec.in
Expand Up @@ -18,6 +18,7 @@ BuildRequires: dbus-devel
BuildRequires: avahi-libs
BuildRequires: openssl-devel
BuildRequires: git wget
BuildRequires: java-headless

Requires: systemd-units >= 1

Expand Down Expand Up @@ -76,6 +77,9 @@ exit 0
%{_unitdir}/*

%changelog
* Wed May 13 2015 Jaroslav Kysela <perex@perex.cz> v3.9-2842
- Add java-headless to BuildRequires

* Wed Mar 25 2015 Bob Lightfoot <boblfoot@gmail.com> 3.9-2658-gb427d7e
- Patching rpm spec file so the arm architecture builds properly

Expand Down

0 comments on commit 559cd25

Please sign in to comment.