Skip to content
Snippets Groups Projects
Commit 74e5aaf5 authored by ale's avatar ale
Browse files

Minor fixes to Debian packaging

parent d771e9f9
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,6 @@ XS-Go-Import-Path: git.autistici.org/ale/crawl
Package: crawl
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlib:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple website crawler
Simple website crawler that generates WARC files.
......@@ -3,6 +3,7 @@
export DH_GOPKG = git.autistici.org/ale/crawl
export DH_GOLANG_EXCLUDES = vendor
export DEB_BUILD_OPTIONS = nostrip
%:
dh $@ --with=golang --buildsystem=golang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment