diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/Makefile | 3 | ||||
m--------- | source/core/hash/sha1 | 0 | ||||
-rwxr-xr-x | source/debian/rules | 2 | ||||
m--------- | source/sw/libhal | 0 | ||||
m--------- | source/sw/pkcs11 | 0 | ||||
m--------- | source/sw/stm32 | 0 |
6 files changed, 3 insertions, 2 deletions
diff --git a/source/Makefile b/source/Makefile index 5095766..0e1f613 100644 --- a/source/Makefile +++ b/source/Makefile @@ -22,4 +22,5 @@ install: all install -D -m 644 cryptech-alpha-firmware.tar.gz ${DESTDIR}/usr/share/cryptech-alpha-firmware.tar.gz install -D -m 644 sw/pkcs11/libcryptech-pkcs11.so ${DESTDIR}/usr/lib/libcryptech-pkcs11.so ln -s libcryptech-pkcs11.so ${DESTDIR}/usr/lib/libcryptech-pkcs11.so.0 - python setup.py install --install-layout=deb --root=${DESTDIR} + python3 setup.py install --install-layout=deb --root=${DESTDIR} + find ${DESTDIR} -type d -name __pycache__ -exec rm -rf {} + diff --git a/source/core/hash/sha1 b/source/core/hash/sha1 -Subproject d3564a0907fe14b92ab02e4da2d9f733bc32e34 +Subproject a4085c16e207ebfda27e4589b3a7641b0b6ea62 diff --git a/source/debian/rules b/source/debian/rules index a0c3a65..607ba42 100755 --- a/source/debian/rules +++ b/source/debian/rules @@ -19,7 +19,7 @@ include /usr/share/dpkg/default.mk include /usr/share/dpkg/pkg-info.mk %: - dh $@ --with python2 + dh $@ --with python3 # Distinct binary package versions for a single source package built # on multiple releases, to keep reprepro happy. See: diff --git a/source/sw/libhal b/source/sw/libhal -Subproject aab1cf4d694b4d4fefa77f02b4c42d7683a2f43 +Subproject 6212a592c52372080c7c5035c6a2513dcb50cf6 diff --git a/source/sw/pkcs11 b/source/sw/pkcs11 -Subproject 5936befa654ce79b2f9ee7cd4f3beb6489bac22 +Subproject b424b2af8b3e5097eb7e829d2a728a1720d5d0b diff --git a/source/sw/stm32 b/source/sw/stm32 -Subproject 52f72e1e5dc5d3b646b54363f811ee2fd7958c1 +Subproject 314ba09b1447ec20c7ffad587691c83b965e740 |