Description: Use gopkg.in/check.v1 from Debian Repository
 Instead of using the go package from vendor directory, 
 we make use of golang-check.v1-dev package.
Forwarded: https://github.com/linuxdeepin/go-gir-generator/pull/12
Author: Arun Kumar Pariyar <openarungeek@gmail.com>
Last-Update: 2020-05-28
---

--- go-gir-generator-2.0.2.orig/Makefile
+++ go-gir-generator-2.0.2/Makefile
@@ -7,7 +7,7 @@ OUT_GIR_DIR = out/src/pkg.deepin.io/gir/
 all: build
 
 CURRENT_DIR = $(shell pwd)
-export GOPATH = $(CURDIR):$(CURDIR)/vendor:$(CURDIR)/out
+export GOPATH = $(CURDIR):$(CURDIR)/out
 
 GENERATOR = out/gir-generator
 
