Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Devesh Prasad
purr-data
Commits
2020f9c2
Commit
2020f9c2
authored
7 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
debuild: Bump nw.js version to 0.22.0.
parent
aed681c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debuild/Makefile
+1
-1
1 addition, 1 deletion
debuild/Makefile
debuild/debian/rules
+1
-1
1 addition, 1 deletion
debuild/debian/rules
with
2 additions
and
2 deletions
debuild/Makefile
+
1
−
1
View file @
2020f9c2
...
...
@@ -42,7 +42,7 @@ debsrc = purr-data_$(debversion).orig.tar.gz
debdist
=
purr-data-
$(
debversion
)
# nw.js sdk
nwjsver
=
0.
18.5
nwjsver
=
0.
22.0
nwjspkg
=
nwjs-sdk-v
$(
nwjsver
)
-linux
nwjs
=
$(
nwjspkg
)
-ia32
.tar.gz
$(
nwjspkg
)
-x64
.tar.gz
...
...
This diff is collapsed.
Click to expand it.
debuild/debian/rules
+
1
−
1
View file @
2020f9c2
...
...
@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
nwjsver
=
0.
18.5
nwjsver
=
0.
22.0
nwjspkg
=
nwjs-sdk-v
$(
nwjsver
)
-linux
ifeq
("$(shell dpkg-architecture -qDEB_HOST_ARCH)","amd64")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment