diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-10-20 12:13:15 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-10-20 12:58:10 -0400 |
| commit | 07d45e82f05692cab2cd68f35b268feb9cc2a3a0 (patch) | |
| tree | 704ac0598678ad6c40be006b512cea677ab5b851 /deployment/debian-package-x64/pkg-src/control | |
| parent | fdb0c3a1dff0c1e9c3c22a3be688b97ea0bd7a6d (diff) | |
Move web-build into Debian build rules
This removes the convoluted steps in docker-build.sh in favour of
integrating the web-build sequence into the Debian rules file
explicitly. This will allow the web-build to work properly outside of
the boutique Docker container we build, thus allowing it to be build
properly directly on a target system with dpkg-buildpackage.
Diffstat (limited to 'deployment/debian-package-x64/pkg-src/control')
| -rw-r--r-- | deployment/debian-package-x64/pkg-src/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/debian-package-x64/pkg-src/control b/deployment/debian-package-x64/pkg-src/control index af6459604..e8c9d2e23 100644 --- a/deployment/debian-package-x64/pkg-src/control +++ b/deployment/debian-package-x64/pkg-src/control @@ -8,7 +8,9 @@ Build-Depends: debhelper (>= 9), libcurl4-openssl-dev, libfontconfig1-dev, libfreetype6-dev, - libssl-dev + libssl-dev, + wget, + npm | nodejs Standards-Version: 3.9.4 Homepage: https://jellyfin.media/ Vcs-Git: https://github.org/jellyfin/jellyfin.git |
