update imports

This commit is contained in:
2018-02-15 08:01:35 -07:00
parent fbc56d7235
commit dbfa4df0df
7 changed files with 51 additions and 47 deletions

2
debian/Makefile vendored
View File

@@ -24,7 +24,7 @@ build:
export SED="s_Version:.*_Version: $${VERSION}-$${RELEASE}_"; \
sed -i "$$SED" "$${BUILD}/DEBIAN/control"; \
go build -o $${BUILD}/opt/sour.is/bin/paste \
-ldflags "-X main.APP_VERSION=$${VERSION}-$${RELEASE} -X main.APP_BUILD=$${DATE}"\
-ldflags "-X main.AppVersion=$${VERSION}-$${RELEASE} -X main.AppBuild=$${DATE}"\
sour.is/x/paste; \
dpkg -b $${BUILD}; \