mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 02:19:27 +00:00
Remove version from debian/control
This commit is contained in:
4
Makefile
4
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 <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
8
debian/control
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user