aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--etc/debian/control1
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d63e3d7..d84fcc4 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,7 @@ pkg-debian:
# Copy Debian's control file
mkdir -pv -- "$(PKG_ROOT)/DEBIAN"
cp -v -- ./etc/debian/control "$(PKG_ROOT)/DEBIAN/control"
+ printf "Version: %s\n" "$(PKG_VERSION)" >> "$(PKG_ROOT)/DEBIAN/control"
# Generate the .deb file
mkdir -pv -- "dist"
diff --git a/etc/debian/control b/etc/debian/control
index 44785a3..a29ec92 100644
--- a/etc/debian/control
+++ b/etc/debian/control
@@ -1,5 +1,4 @@
Package: bashtard
-Version: 1.0
Architecture: all
Maintainer: p.spek@tyil.nl
Description: Configuration Management System in Bash