Commit b4bf6c3c authored by Andreas Tille's avatar Andreas Tille
Browse files

Start with some go stuff (any help is welcome - I've never touched go before)

parent 9d637dce
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3,7 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~)
Build-Depends: debhelper (>= 12~),
               dh-golang,
               golang-any,
               golang-github-biogo-hts-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/vcfanno
Vcs-Git: https://salsa.debian.org/med-team/vcfanno.git
+5 −5
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@ include /usr/share/dpkg/default.mk
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@
	dh $@ --buildsystem=golang --with=golang

override_dh_auto_build:
	cp -a *.go obj-$(DEB_BUILD_GNU_TYPE)
	dh_auto_build

### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
#	do_stuff_for_testing
#endif

### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script
#get-orig-source:
#	. debian/get-orig-source