From 32616752d1a56f590c7c0b6bdf788bb9d65c1f05 Mon Sep 17 00:00:00 2001 From: Dylan Lom Date: Mon, 1 Feb 2021 22:28:13 +1100 Subject: [PATCH] Bump to v0.0.1 --- .gitignore | 1 + Makefile | 4 ++++ src/DEBIAN/control | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0f20a9e..fa62021 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ a.out dist *.swp +*.tgz diff --git a/Makefile b/Makefile index dffcc71..b306da3 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +VERSION = v0.0.1 SRCDIR = src DISTDIR = dist DISTBIN = $(DISTDIR)/usr/bin @@ -51,5 +52,8 @@ djl-utils.deb: dist install: djl-utils.deb dpkg -i dist/djl-utils.deb +tarball: + tar -czf $(VERSION).tgz LICENSE Makefile src/ + clean: rm -rf dist diff --git a/src/DEBIAN/control b/src/DEBIAN/control index c21f345..8e1fc42 100644 --- a/src/DEBIAN/control +++ b/src/DEBIAN/control @@ -1,5 +1,5 @@ Package: djl-utils -Version: 0.0 +Version: 0.0.1 Section: custom Priority: optional Architecture: all