[med-svn] [Git][med-team/vcfanno][master] Take over changes from: dh-make-golang make -type program -git_revision=v0.3.1...

Andreas Tille gitlab at salsa.debian.org
Wed Apr 17 19:27:41 BST 2019



Andreas Tille pushed to branch master at Debian Med / vcfanno


Commits:
8f07b434 by Andreas Tille at 2019-04-17T18:27:20Z
Take over changes from: dh-make-golang make -type program -git_revision=v0.3.1 github.com/brentp/vcfanno

- - - - -


3 changed files:

- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -7,10 +7,12 @@ Build-Depends: debhelper (>= 12~),
                dh-golang,
                golang-any,
                golang-github-biogo-hts-dev,
-               golang-github-burntsushi-toml-dev
+               golang-gopkg-check.v1-dev,
+               golang-toml-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
+XS-Go-Import-Path: github.com/brentp/vcfanno
 Homepage: https://github.com/brentp/vcfanno
 
 Package: vcfanno


=====================================
debian/copyright
=====================================
@@ -1,6 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: vcfanno
 Source: https://github.com/brentp/vcfanno/releases
+Files-Excluded: Godeps/_workspace
 
 Files: *
 Copyright: 2015-2019 Brent Pedersen and Aaron Quinlan


=====================================
debian/rules
=====================================
@@ -1,31 +1,12 @@
 #!/usr/bin/make -f
 
-# DH_VERBOSE := 1
-export LC_ALL=C.UTF-8
-
-include /usr/share/dpkg/default.mk
-# this provides:
-# DEB_SOURCE: the source package name
-# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision)
-# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision
-# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch
-# DEB_VERSION_UPSTREAM: the package's upstream version
-# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog
-# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as
-#                    specified by <https://reproducible-builds.org/specs/source-date-epoch/>
-
-# for hardening you might like to uncomment this:
-# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
 	dh $@ --buildsystem=golang --with=golang
 
-override_dh_auto_build:
+_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
+override_dh_auto_install:
+	dh_auto_install -- --no-source



View it on GitLab: https://salsa.debian.org/med-team/vcfanno/commit/8f07b4343bf7934768e365e50ae9ac10fe58618e

-- 
View it on GitLab: https://salsa.debian.org/med-team/vcfanno/commit/8f07b4343bf7934768e365e50ae9ac10fe58618e
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190417/09d84f5f/attachment-0001.html>


More information about the debian-med-commit mailing list