Adding debian version 1.1.10-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
504a5578e5
commit
3a015f55c1
7 changed files with 80 additions and 0 deletions
12
debian/rules
vendored
Executable file
12
debian/rules
vendored
Executable 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-twin-whois-dev/usr/bin
|
||||
rm -rf debian/golang-github-twin-whois-dev/usr/share/gocode/src/github.com/TwiN/whois/cmd
|
||||
|
||||
override_dh_auto_test:
|
||||
# disabled (needs network)
|
Loading…
Add table
Add a link
Reference in a new issue