Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
packaging: add gettext dependency
  • Loading branch information
perexg committed Jun 18, 2015
1 parent 61d89c3 commit b80972f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .doozer.json
Expand Up @@ -7,6 +7,7 @@
"git",
"build-essential",
"pkg-config",
"gettext",
"libavahi-client-dev",
"libssl-dev",
"zlib1g-dev",
Expand All @@ -29,6 +30,7 @@
"git",
"build-essential",
"pkg-config",
"gettext",
"libavahi-client-dev",
"libssl-dev",
"zlib1g-dev",
Expand All @@ -52,6 +54,7 @@
"git",
"build-essential",
"pkg-config",
"gettext",
"libavahi-client-dev",
"libssl-dev",
"zlib1g-dev",
Expand All @@ -74,6 +77,7 @@
"git",
"build-essential",
"pkg-config",
"gettext",
"libavahi-client-dev",
"libssl-dev",
"zlib1g-dev",
Expand Down
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, python
Build-Depends: debhelper (>= 7.0.50), pkg-config, gettext, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, libcurl4-gnutls-dev, git-core, liburiparser-dev, python
Standards-Version: 3.7.3

Package: tvheadend
Expand Down
1 change: 1 addition & 0 deletions rpm/rpmfusion.spec.in
Expand Up @@ -15,6 +15,7 @@ Source: https://github.com/tvheadend/tvheadend/archive/%{ref}/tvheadend-
#Patch999: test.patch

BuildRequires: systemd-units
BuildRequires: gettext-devel
BuildRequires: dbus-devel
BuildRequires: avahi-devel
BuildRequires: avahi-libs
Expand Down
1 change: 1 addition & 0 deletions rpm/tvheadend.spec.in
Expand Up @@ -15,6 +15,7 @@ Source: https://github.com/tvheadend/tvheadend/archive/%{ref}/tvheadend-
#Patch999: test.patch

BuildRequires: systemd-units
BuildRequires: gettext-devel
BuildRequires: dbus-devel
BuildRequires: avahi-devel
BuildRequires: avahi-libs
Expand Down

0 comments on commit b80972f

Please sign in to comment.