1
0
Fork 0

Adding debian version 0.10.5-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-22 08:09:01 +02:00
parent e733edafba
commit c41736f79e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 123 additions and 0 deletions

11
debian/rules vendored Executable file
View 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-goccy-go-json-dev/usr/bin
override_dh_auto_test:
# disabled (needs upstream fixes)