add stats

This commit is contained in:
Jon Lundy
2018-03-16 08:10:34 -06:00
parent 8c1cd121b8
commit e22a36a7aa
4 changed files with 6 additions and 4 deletions

2
debian/Makefile vendored
View File

@@ -29,7 +29,7 @@ build:
export BUILD="BUILD/$(NAME)_$${VERSION}-$${RELEASE}"; \
env GOOS=linux GOARCH=amd64 go build -v -o $${BUILD}/opt/sour.is/bin/paste \
-ldflags "-X main.AppVersion=$${VERSION}-$${RELEASE} -X main.AppBuild=$${DATE}"\
sour.is/x/paste; \
sour.is/x/paste/cmd/paste; \
dpkg -b $${BUILD}; \
copy:

2
debian/RELEASE vendored
View File

@@ -1 +1 @@
5
7