Skip to content
Snippets Groups Projects
Commit d70f46c5 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Merge branch 'aggraef/purr-data-debuild-update'

parents 83c6e168 ac1d8ef9
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ debsrc = purr-data_$(debversion).orig.tar.gz ...@@ -42,7 +42,7 @@ debsrc = purr-data_$(debversion).orig.tar.gz
debdist = purr-data-$(debversion) debdist = purr-data-$(debversion)
# nw.js sdk # nw.js sdk
nwjsver = 0.17.6 nwjsver = 0.18.5
nwjspkg = nwjs-sdk-v$(nwjsver)-linux nwjspkg = nwjs-sdk-v$(nwjsver)-linux
nwjs = $(nwjspkg)-ia32.tar.gz $(nwjspkg)-x64.tar.gz nwjs = $(nwjspkg)-ia32.tar.gz $(nwjspkg)-x64.tar.gz
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1 #export DH_VERBOSE=1
nwjsver = 0.17.6 nwjsver = 0.18.5
nwjspkg = nwjs-sdk-v$(nwjsver)-linux nwjspkg = nwjs-sdk-v$(nwjsver)-linux
ifeq ("$(shell dpkg-architecture -qDEB_HOST_ARCH)","amd64") ifeq ("$(shell dpkg-architecture -qDEB_HOST_ARCH)","amd64")
...@@ -57,6 +57,9 @@ override_dh_python2: ...@@ -57,6 +57,9 @@ override_dh_python2:
override_dh_compress: override_dh_compress:
dh_compress -X.pd -X.wav -X.aiff -X.txt -X.md dh_compress -X.pd -X.wav -X.aiff -X.txt -X.md
override_dh_strip:
dh_strip -Xbin/nw
# Supply some options to get rid of a gazillion of warnings about shared # Supply some options to get rid of a gazillion of warnings about shared
# library files which are really externals. # library files which are really externals.
override_dh_shlibdeps: override_dh_shlibdeps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment