1
0
Fork 0

Adding debian version 1.2.3-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-22 09:50:52 +02:00
parent e7ed09875d
commit a4f2a5c3c2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 127 additions and 0 deletions

12
debian/rules vendored Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/make -f
%:
dh ${@} --builddirectory=_build --buildsystem=golang
execute_after_dh_auto_install:
# removing unused files
rm -rf debian/golang-github-rhysd-go-github-selfupdate-dev/usr/bin
rm -rf debian/golang-github-rhysd-go-github-selfupdate-dev/usr/share/gocode/src/github.com/rhysd/go-github-selfupdate/selfupdate/testdata
override_dh_auto_test:
# disabled (needs upstream fixes)