chore: fixed build

This commit is contained in:
Yannick Mauray 2022-11-08 07:39:27 +01:00
parent 819f53f988
commit 690b6ca973
No known key found for this signature in database
GPG Key ID: E68B15534224D46C
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ SHELL := /usr/bin/env bash
VERSION := $(shell cat pubspec.yaml | grep "^version: " | cut -c 10- | sed 's/+/\-/')
SHORT_VERSION := $(shell xx="$(VERSION)"; arrVersion=($${xx//-/ }); echo $${arrVersion[0]};)
BUILD_ROOT := ../build-package
BASE_NAME := quickgui-$(SHORT_VERSION)
BASE_NAME := quickgui_$(SHORT_VERSION)
BUILD_DIR := $(BUILD_ROOT)/$(BASE_NAME)
BIN_TAR := $(BUILD_ROOT)/$(BASE_NAME).tar
SRC_TAR := $(BUILD_ROOT)/$(BASE_NAME)-src.tar
@ -42,7 +42,7 @@ ppa: version
cd /mnt/data/dev/debianpackages/quickgui.deb/quickgui ; \
dch -v $(VERSION) "New changelog message" ; \
vi debian/changelog ; \
for dist in focal jammy kinetic; do \
for dist in focal jammy kinetic lunar; do \
sed -i "1 s/^\(.*\)) UNRELEASED;\(.*\)\$$/\1~xxx1.0) xxx;\2/g" debian/changelog ; \
sed -i "1 s/~.*1\.0) .*;\(.*\)\$$/~$${dist}1.0) $$dist;\1/g" debian/changelog ; \
dpkg-buildpackage -d -S -sa ; \

View File

@ -1,7 +1,7 @@
name: quickgui
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.2.5
version: 1.2.6
environment:
sdk: ">=2.14.4 <3.0.0"