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

Drop dh-systemd bulid dependency

parent 224aa5f5
No related branches found
Tags 0.2.1c
No related merge requests found
Pipeline #11506 failed
......@@ -2,9 +2,10 @@ Source: liber
Section: net
Priority: extra
Maintainer: ale <ale@incal.net>
Build-Depends: debhelper (>= 9), dh-systemd (>= 1.5), golang-any, dh-golang
Build-Depends: debhelper (>= 9), golang-any, dh-golang
Standards-Version: 3.9.6
Homepage: https://git.autistici.org/ale/liber
XS-Go-Import-Path: git.autistici.org/ale/liber
Package: liber
Architecture: any
......
#!/usr/bin/make -f
# -*- makefile -*-
export DH_GOPKG := git.autistici.org/ale/liber
export DH_GOLANG_EXCLUDES := vendor
export DH_GOLANG_INSTALL_ALL := 1
......@@ -9,8 +8,7 @@ export DH_GOLANG_INSTALL_ALL := 1
dh $@ --with systemd --with golang --buildsystem golang
override_dh_auto_install:
dh_auto_install
$(RM) -r debian/liber/usr/share/gocode
dh_auto_install -- --no-source
install -m 755 -o root -g root -d debian/liber/usr/share/liber
(umask 022; cp -R --preserve=timestamps htdocs debian/liber/usr/share/liber/htdocs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment