Remove version from debian/control

This commit is contained in:
Arjan H
2025-02-13 21:28:54 +01:00
parent de0b49606c
commit 0550fc287f
2 changed files with 7 additions and 5 deletions

View File

@@ -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 <github@hakwerk.com> $(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; \

8
debian/control vendored
View File

@@ -2,10 +2,14 @@ Source: labca-gui
Section: utils
Priority: optional
Maintainer: hakwerk <github@hakwerk.com>
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.