From: Bastian Dehn Date: Mon, 1 Dec 2025 20:18:00 +0000 (+0100) Subject: add extra version X-Git-Tag: v1.1.3^2~5 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=94ec7acdf96c25beb95cc7afa156cd8f27b38afb;p=scantopdf.git add extra version --- diff --git a/Makefile b/Makefile index b2aafc1..89ff356 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ VERSION = 1.1.2 BUILDVERSION = 1 ARCHITECTURE = amd64 +EXTRA = PACKAGENAME = scantopdf-$(VERSION)-$(BUILDVERSION)-$(ARCHITECTURE) all: test package @@ -49,7 +50,7 @@ build/$(PACKAGENAME)/usr/local/share/scantopdf/cutpage.html: build/$(PACKAGENAME)/DEBIAN/control: mkdir -p build/$(PACKAGENAME)/DEBIAN cat src/control \ - | sed "s/@VERSION@/$(VERSION)/" \ + | sed "s/@VERSION@/$(VERSION)$(EXTRA)/" \ > build/$(PACKAGENAME)/DEBIAN/control build/$(PACKAGENAME).deb: build \