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
No related tags found
No related merge requests found
Pipeline #11506 failed
...@@ -2,9 +2,10 @@ Source: liber ...@@ -2,9 +2,10 @@ Source: liber
Section: net Section: net
Priority: extra Priority: extra
Maintainer: ale <ale@incal.net> 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 Standards-Version: 3.9.6
Homepage: https://git.autistici.org/ale/liber Homepage: https://git.autistici.org/ale/liber
XS-Go-Import-Path: git.autistici.org/ale/liber
Package: liber Package: liber
Architecture: any Architecture: any
......
#!/usr/bin/make -f #!/usr/bin/make -f
# -*- makefile -*- # -*- makefile -*-
export DH_GOPKG := git.autistici.org/ale/liber
export DH_GOLANG_EXCLUDES := vendor export DH_GOLANG_EXCLUDES := vendor
export DH_GOLANG_INSTALL_ALL := 1 export DH_GOLANG_INSTALL_ALL := 1
...@@ -9,8 +8,7 @@ export DH_GOLANG_INSTALL_ALL := 1 ...@@ -9,8 +8,7 @@ export DH_GOLANG_INSTALL_ALL := 1
dh $@ --with systemd --with golang --buildsystem golang dh $@ --with systemd --with golang --buildsystem golang
override_dh_auto_install: override_dh_auto_install:
dh_auto_install dh_auto_install -- --no-source
$(RM) -r debian/liber/usr/share/gocode
install -m 755 -o root -g root -d debian/liber/usr/share/liber 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) (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.
Please register or to comment