Adding debian version 0.8.9-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0c4addb85
commit
33f35890d3
7 changed files with 88 additions and 0 deletions
11
debian/rules
vendored
Executable file
11
debian/rules
vendored
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@} --builddirectory=_build --buildsystem=golang
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# removing unused files
|
||||
rm -rf debian/golang-github-nicholas-fedor-shoutrrr-dev/usr/bin
|
||||
|
||||
override_dh_auto_test:
|
||||
# disabled (needs upstream fixes)overri
|
Loading…
Add table
Add a link
Reference in a new issue