From 0550fc287f9a3b090bbeb99928d4dc7b89fa875a Mon Sep 17 00:00:00 2001 From: Arjan H Date: Thu, 13 Feb 2025 21:28:54 +0100 Subject: [PATCH] Remove version from debian/control --- Makefile | 4 +--- debian/control | 8 ++++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d452219..840edf3 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ endif # Build ######################################### -LDFLAGS := -ldflags='-w -X "main.standaloneVersion=$(FULLVERSION)" -extldflags "-static"' \ - -tags standalone +LDFLAGS := -ldflags='-w -X "main.standaloneVersion=$(FULLVERSION)" -extldflags "-static"' -tags standalone download: $Q cd gui; \ @@ -67,7 +66,6 @@ changelog: $Q echo " * See https://github.com/hakwerk/labca/releases" >> debian/changelog $Q echo >> debian/changelog $Q echo " -- hakwerk $(shell date -uR)" >> debian/changelog - $Q sed -i -e "s/Version: .*/Version: $(DEB_VERSION)/" debian/control debian: changelog $Q sed -i -e "s/Architecture: .*/Architecture: amd64/" debian/control; \ diff --git a/debian/control b/debian/control index 0a47b1d..7f5179d 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,14 @@ Source: labca-gui Section: utils Priority: optional Maintainer: hakwerk +Build-Depends: debhelper (>= 10) +Standards-Version: 4.1.2 Homepage: https://github.com/hakwerk/labca +Vcs-Browser: https://github.com/hakwerk/labca.git Vcs-Git: https://github.com/hakwerk/labca.git Package: labca-gui Architecture: any -Version: 0 -Description: Standalone web GUI for ACME servers +Depends: ${misc:Depends} +Description: Standalone ACME GUI + Standalone web GUI for ACME servers.