Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
nacl-sdk (49.0) unstable; urgency=medium

* New upstream release

-- Niv Sardi <xaiki@evilgiggle.com> Mon, 03 Jul 2017 12:33:24 -0300

nacl-sdk (37.0) unstable; urgency=medium

* New upstream release

-- Niv Sardi <xaiki@evilgiggle.com> Mon, 03 Jul 2017 12:31:02 -0300

nacl-sdk (21.0) precise; urgency=low

* Initial release
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9
4 changes: 2 additions & 2 deletions debian/nacl-sdk.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ mkdir -p /usr/lib/nacl
unzip -q -o ${TMPDIR}/nacl_sdk.zip -d /usr/lib/nacl
rm -fr ${TMPDIR}
cd /usr/lib/nacl/nacl_sdk
./naclsdk update --force pepper_21
./naclsdk update --force pepper_49
chown -R root:root /usr/lib/nacl/nacl_sdk
find /usr/lib/nacl/nacl_sdk -perm 600 | xargs chmod 644
find /usr/lib/nacl/nacl_sdk -perm 700 | xargs chmod 755
ln -s /usr/lib/nacl/nacl_sdk/pepper_21 /usr/lib/nacl/default-sdk
ln -s /usr/lib/nacl/nacl_sdk/pepper_49 /usr/lib/nacl/default-sdk

2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# This has to be exported to make some magic below work.
export DH_OPTIONS
export NACL_SDK_ROOT=${HOME}/nacl_sdk/pepper_21
export NACL_SDK_ROOT=${HOME}/nacl_sdk/pepper_49

%:
dh $@
Expand Down