Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
b3ad47a8
Commit
b3ad47a8
authored
Jul 03, 2016
by
Jonathan Wilkes
Browse files
Merge branch 'aggraef/purr-data-debuild-updates'
parents
f9d58ab1
51a322df
Changes
2
Hide whitespace changes
Inline
Side-by-side
debuild/Makefile
View file @
b3ad47a8
...
...
@@ -42,7 +42,7 @@ debsrc = purr-data_$(debversion).orig.tar.gz
debdist
=
purr-data-
$(debversion)
# nw.js sdk
nwjsver
=
0.15.
3
nwjsver
=
0.15.
4
nwjspkg
=
nwjs-sdk-v
$(nwjsver)
-linux
nwjs
=
$(nwjspkg)
-ia32
.tar.gz
$(nwjspkg)
-x64
.tar.gz
...
...
debuild/debian/rules
View file @
b3ad47a8
...
...
@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
nwjsver
=
0.15.
3
nwjsver
=
0.15.
4
nwjspkg
=
nwjs-sdk-v
$(nwjsver)
-linux
ifeq
("$(shell dpkg-architecture -qDEB_HOST_ARCH)","amd64")
...
...
@@ -27,6 +27,7 @@ override_dh_auto_install:
mkdir
-p
debian/purr-data
&&
mv
packages/linux_make/build/
*
debian/purr-data
# Remove some unneeded files.
cd
debian/purr-data/
&&
rm
-f
Makefile
README.txt
# cd debian/purr-data/usr/lib/pd-l2ork/bin && rm -f DejaVuSansMono.ttf
cd
debian/purr-data/usr/lib/pd-l2ork/extra
&&
rm
-rf
*/*.pd_linux_o
*/*.la
# Move cyclist and pdsend/pdreceive to the pd-l2ork lib directory to prevent
# conflicts with other packages providing these files.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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