Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
ca0bd3a0
Commit
ca0bd3a0
authored
Sep 30, 2020
by
Jonathan Wilkes
Browse files
Merge branch 'aggraef/purr-data-debuild-fixes'
parents
bc0d70c7
0e616507
Pipeline
#2950
failed with stage
in 201 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ca0bd3a0
...
...
@@ -85,8 +85,8 @@ export macos_target = 10.9
# Installation prefix under which Pd-l2ork is installed (Linux only). If this
# isn't set, a default location will be used (usually /usr/local). NOTE: We
# *always* assume that this variable is set properly in the install targets
# (see below).
# *always* assume that this variable is set properly in the install targets
,
#
as well as the (Linux) check target
(see below).
prefix
=
/usr
ifneq
($(prefix),)
...
...
@@ -164,7 +164,7 @@ os = $(shell uname|sed 's/^\(MINGW[0-9]*\)_NT.*/\1/')
ifeq
($(os),Linux)
# Linux (all flavors)
pdprog
=
packages/linux_make/build
/usr
/bin/pd-l2ork
pdprog
=
packages/linux_make/build
$(prefix)
/bin/pd-l2ork
else
ifeq
($(os),Darwin)
# Mac
pdprog
=
packages/darwin_app/build/
*
.app/Contents/Resources/app.nw/bin/pd-l2ork
...
...
debuild/debian/rules
View file @
ca0bd3a0
...
...
@@ -30,14 +30,16 @@ override_dh_auto_configure:
override_dh_auto_clean
:
# Need to disable this, 'make check' currently fails, probably due to our
# meddling with the directory layout, executable names, etc.
# This runs too late, 'make check' then fails, probably due to our meddling
# with the directory layout, executable names, etc., during 'make install'.
# Instead we invoke 'make check' right after the build, see below.
override_dh_auto_test
:
override_dh_auto_build
:
# Copy the nw.js sources to where purr-data wants them.
tar
-xf
debian/nwjs/$(nwjspkg)-$(arch).tar.gz
&&
rm
-rf
pd/nw/nw
&&
mv
$(nwjspkg)-$(arch)
pd/nw/nw
cd
l2ork_addons
&&
(
export
inst_dir
=
$(prefix)
;
./tar_em_up.sh
-B
-n
)
cd
l2ork_addons
&&
(
export
V
=
0
inst_dir
=
$(prefix)
;
./tar_em_up.sh
-Bn
)
make
check
prefix
=
$(prefix)
override_dh_auto_install
:
mkdir
-p
debian/purr-data
&&
mv
packages/linux_make/build/
*
debian/purr-data
...
...
Write
Preview
Markdown
is supported
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