Skip to content
Snippets Groups Projects
Commit 6b43814e authored by ale's avatar ale
Browse files

Update Debian metadata

parent 7610dd3d
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,10 @@ Source: autoradio
Section: net
Priority: extra
Maintainer: ale <ale@incal.net>
Build-Depends: debhelper (>= 8.0.0), dh-systemd, dh-golang, golang-any (>= 1.10)
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 12.0.0), dh-golang, golang-any (>= 1.14)
Standards-Version: 3.9.6
Homepage: https://git.autistici.org/ale/autoradio
XS-Go-Import-Path: git.autistici.org/ale/autoradio
Package: autoradio-server
Architecture: any
......
#!/usr/bin/make -f
export DH_GOPKG = git.autistici.org/ale/autoradio
export DH_GOLANG_EXCLUDES = vendor
DESTDIR = debian/autoradio-server
......@@ -9,8 +8,7 @@ DESTDIR = debian/autoradio-server
dh $@ --with systemd --with golang --buildsystem golang
override_dh_auto_install:
dh_auto_install
$(RM) -rv $(DESTDIR)/usr/share/gocode
dh_auto_install -- --no-source
# Install our silent snippets to the Icecast web dir.
install -d -m 755 -o root -g root $(DESTDIR)/usr/share/icecast2/web
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment