Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriela Bittencourt
purr-data
Commits
6495a947
Commit
6495a947
authored
Oct 04, 2020
by
Albert Gräf
Browse files
debuild: nw.js update.
parent
0f1972d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
debuild/Makefile
View file @
6495a947
...
...
@@ -44,9 +44,9 @@ debdist = purr-data-$(debversion)
# nw.js sdk
# NOTE: arm packages need some special-casing, since they are released
# separately, and the version numbers do not always match up.
nwjsver
=
0.2
4.4
nwjsver
=
0.2
8.1
nwjspkg
=
nwjs-sdk-v
$(nwjsver)
-linux
nwjsver_arm
=
0.2
4.5
nwjsver_arm
=
0.2
7.6
nwjspkg_arm
=
nwjs-sdk-v
$(nwjsver_arm)
-linux
nwjs
=
$(nwjspkg)
-ia32
.tar.gz
$(nwjspkg)
-x64
.tar.gz
$(nwjspkg_arm)
-arm
.tar.gz
...
...
debuild/debian/rules
View file @
6495a947
...
...
@@ -4,12 +4,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
nwjsver
=
0.2
4.4
nwjsver
=
0.2
8.1
nwjspkg
=
nwjs-sdk-v
$(nwjsver)
-linux
ifeq
("$(shell dpkg-architecture -qDEB_HOST_ARCH)","armhf")
arch
=
arm
nwjsver
=
0.2
4.5
nwjsver
=
0.2
7.6
else
ifeq
("$(shell dpkg-architecture -qDEB_HOST_ARCH)","amd64")
arch
=
x64
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment