File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ BUILD_ROOT := ../build-package
55BASE_NAME := quickgui_$(SHORT_VERSION )
66BUILD_DIR := $(BUILD_ROOT ) /$(BASE_NAME )
77BIN_TAR := $(BUILD_ROOT ) /$(BASE_NAME ) .tar
8+ ORIG_TAR := $(BASE_NAME ) .orig.tar
89SRC_TAR := $(BUILD_ROOT ) /$(BASE_NAME ) -src.tar
910FLUTTER := /opt/flutter/bin/flutter
1011
@@ -39,7 +40,7 @@ bin: quickgui
3940 xz -z $(BIN_TAR )
4041
4142ppa : version
42- cp $(BIN_TAR ) .xz /mnt/data/dev/debianpackages/quickgui.deb/
43+ cp $(BIN_TAR ) .xz /mnt/data/dev/debianpackages/quickgui.deb/$( ORIG_TAR ) .xz
4344 cd /mnt/data/dev/debianpackages/quickgui.deb/quickgui ; \
4445 dch -v $(VERSION ) " New changelog message" ; \
4546 vi debian/changelog ; \
Original file line number Diff line number Diff line change 11name : quickgui
22description : A new Flutter project.
33publish_to : ' none' # Remove this line if you wish to publish to pub.dev
4- version : 1.2.7
4+ version : 1.2.7-1
55
66environment :
77 sdk : " >=2.14.4 <3.0.0"
You can’t perform that action at this time.
0 commit comments