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:
parent
59f58bb7ce
commit
5f0b0a8b94
4 changed files with 1 additions and 6 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -5,6 +5,7 @@ Maintainer: Jellyfin Team <team@jellyfin.org>
|
||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
npm | nodejs
|
npm | nodejs
|
||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
|
Architecture: all
|
||||||
Homepage: https://jellyfin.media/
|
Homepage: https://jellyfin.media/
|
||||||
Vcs-Git: https://github.org/jellyfin/jellyfin.git
|
Vcs-Git: https://github.org/jellyfin/jellyfin.git
|
||||||
Vcs-Browser: https://github.org/jellyfin/jellyfin
|
Vcs-Browser: https://github.org/jellyfin/jellyfin
|
||||||
|
|
2
debian/files
vendored
2
debian/files
vendored
|
@ -1,2 +0,0 @@
|
||||||
jellyfin-web_10.6.0-1_amd64.buildinfo misc optional
|
|
||||||
jellyfin-web_10.6.0-1_amd64.deb misc optional
|
|
2
debian/jellyfin-web.substvars
vendored
2
debian/jellyfin-web.substvars
vendored
|
@ -1,2 +0,0 @@
|
||||||
misc:Depends=
|
|
||||||
misc:Pre-Depends=
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -18,5 +18,3 @@ override_dh_auto_clean:
|
||||||
test -d $(CURDIR)/dist && rm -rf '$(CURDIR)/dist' || true
|
test -d $(CURDIR)/dist && rm -rf '$(CURDIR)/dist' || true
|
||||||
test -d $(CURDIR)/web && rm -rf '$(CURDIR)/web' || true
|
test -d $(CURDIR)/web && rm -rf '$(CURDIR)/web' || true
|
||||||
test -d $(CURDIR)/node_modules && rm -rf '$(CURDIR)/node_modules' || true
|
test -d $(CURDIR)/node_modules && rm -rf '$(CURDIR)/node_modules' || true
|
||||||
git checkout package.json
|
|
||||||
git checkout yarn.lock
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue