Adding debian version 0.0~git20250520.a1d9079+dfsg-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
20149b7f3a
commit
3cc052cfed
7 changed files with 120 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-golang-x-mobile-dev/usr/bin
|
||||
|
||||
override_dh_auto_test:
|
||||
# disabled (needs additional depends)
|
Loading…
Add table
Add a link
Reference in a new issue