File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11.PHONY : clean default check linting pre-coverage
2+ VER = $(shell meson introspect _build/ --projectinfo | jq -r '.version' && rm -rf _build)
23
34DESTDIR ?= ../tmproot
45
@@ -28,6 +29,10 @@ clean:
2829 rm -rf tmproot
2930 rm -f python-cffi/netplan/_netplan_cffi.*
3031
32+ dist : clean _build
33+ tar --exclude=" _build" --exclude=" .git" --exclude=" debian" --exclude=" .vscode" -cvJf ../netplan-$(VER ) .tar.xz .
34+ ln -sf netplan-$(VER ) .tar.xz ../netplan.io_$(VER ) .orig.tar.xz # Debian .orig symlink
35+
3136check : default
3237 meson test -C _build --verbose
3338
Original file line number Diff line number Diff line change 11project (' netplan' , ' c' ,
2- version : ' 0.106 ' ,
2+ version : ' 0.107 ' ,
33 license : ' GPL3' ,
44 default_options : [
55 ' c_std=c99' ,
You can’t perform that action at this time.
0 commit comments