1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update and simplify Debian directory

This commit is contained in:
Joshua M. Boniface 2020-03-23 23:34:29 -04:00
parent 59f58bb7ce
commit 5f0b0a8b94
4 changed files with 1 additions and 6 deletions

1
debian/control vendored
View file

@ -5,6 +5,7 @@ Maintainer: Jellyfin Team <team@jellyfin.org>
Build-Depends: debhelper (>= 9),
npm | nodejs
Standards-Version: 3.9.4
Architecture: all
Homepage: https://jellyfin.media/
Vcs-Git: https://github.org/jellyfin/jellyfin.git
Vcs-Browser: https://github.org/jellyfin/jellyfin

2
debian/files vendored
View file

@ -1,2 +0,0 @@
jellyfin-web_10.6.0-1_amd64.buildinfo misc optional
jellyfin-web_10.6.0-1_amd64.deb misc optional

View file

@ -1,2 +0,0 @@
misc:Depends=
misc:Pre-Depends=

2
debian/rules vendored
View file

@ -18,5 +18,3 @@ override_dh_auto_clean:
test -d $(CURDIR)/dist && rm -rf '$(CURDIR)/dist' || true
test -d $(CURDIR)/web && rm -rf '$(CURDIR)/web' || true
test -d $(CURDIR)/node_modules && rm -rf '$(CURDIR)/node_modules' || true
git checkout package.json
git checkout yarn.lock