diff --git a/Makefile b/Makefile index 5053191..7fb0915 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ build: echo "build it!" @# copy the toolkits into the binary during debugging -rm resources/*.so - cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/ GO111MODULE=off go build -v -x \ -ldflags " \ -X main.VERSION=${VERSION}" diff --git a/control b/control new file mode 100644 index 0000000..32415ef --- /dev/null +++ b/control @@ -0,0 +1,10 @@ +Source: autotypist +Build-Depends: golang +Package: autotypist +Maintainer: Jeff Carr +Packager: Jeff Carr +Architecture: amd64 +Depends: go-gui-toolkits +URL: https://go.wit.com/ +Conflicts: +Description: a work in progress GUI around git repos