diff --git a/release/build.sh b/release/build.sh new file mode 100755 index 0000000..8b95bbb --- /dev/null +++ b/release/build.sh @@ -0,0 +1,2 @@ +dpkg-deb --build debian +mv debian.deb libScStwSharedLibraries.deb diff --git a/release/debian/DEBIAN/control b/release/debian/DEBIAN/control new file mode 100644 index 0000000..028668a --- /dev/null +++ b/release/debian/DEBIAN/control @@ -0,0 +1,9 @@ +Package: libScStwSharedLibraries +Version: 1.0.0 +Section: base +Priority: optional +Architecture: armhf +Depends: libqt5raspi-5.12.5 (>=1.0) +Maintainer: Dorian Zedler +Description: ScStwSharedLibraries + This package contains all libraries used in the ScStw Project diff --git a/release/debian/DEBIAN/postinst b/release/debian/DEBIAN/postinst new file mode 100755 index 0000000..ddb3626 --- /dev/null +++ b/release/debian/DEBIAN/postinst @@ -0,0 +1,3 @@ +#!/bin/sh +# reload ld path +ldconfig diff --git a/release/debian/usr/local/lib/libQt-Secret.so b/release/debian/usr/local/lib/libQt-Secret.so new file mode 120000 index 0000000..12e65b5 --- /dev/null +++ b/release/debian/usr/local/lib/libQt-Secret.so @@ -0,0 +1 @@ +libQt-Secret.so.1.2.0 \ No newline at end of file diff --git a/release/debian/usr/local/lib/libQt-Secret.so.1 b/release/debian/usr/local/lib/libQt-Secret.so.1 new file mode 120000 index 0000000..12e65b5 --- /dev/null +++ b/release/debian/usr/local/lib/libQt-Secret.so.1 @@ -0,0 +1 @@ +libQt-Secret.so.1.2.0 \ No newline at end of file diff --git a/release/debian/usr/local/lib/libQt-Secret.so.1.2 b/release/debian/usr/local/lib/libQt-Secret.so.1.2 new file mode 120000 index 0000000..12e65b5 --- /dev/null +++ b/release/debian/usr/local/lib/libQt-Secret.so.1.2 @@ -0,0 +1 @@ +libQt-Secret.so.1.2.0 \ No newline at end of file diff --git a/release/debian/usr/local/lib/libQt-Secret.so.1.2.0 b/release/debian/usr/local/lib/libQt-Secret.so.1.2.0 new file mode 100755 index 0000000..8491753 Binary files /dev/null and b/release/debian/usr/local/lib/libQt-Secret.so.1.2.0 differ diff --git a/release/debian/usr/local/lib/libScStwLibraries.so b/release/debian/usr/local/lib/libScStwLibraries.so new file mode 120000 index 0000000..c342963 --- /dev/null +++ b/release/debian/usr/local/lib/libScStwLibraries.so @@ -0,0 +1 @@ +libScStwLibraries.so.1.0.0 \ No newline at end of file diff --git a/release/debian/usr/local/lib/libScStwLibraries.so.1 b/release/debian/usr/local/lib/libScStwLibraries.so.1 new file mode 120000 index 0000000..c342963 --- /dev/null +++ b/release/debian/usr/local/lib/libScStwLibraries.so.1 @@ -0,0 +1 @@ +libScStwLibraries.so.1.0.0 \ No newline at end of file diff --git a/release/debian/usr/local/lib/libScStwLibraries.so.1.0 b/release/debian/usr/local/lib/libScStwLibraries.so.1.0 new file mode 120000 index 0000000..c342963 --- /dev/null +++ b/release/debian/usr/local/lib/libScStwLibraries.so.1.0 @@ -0,0 +1 @@ +libScStwLibraries.so.1.0.0 \ No newline at end of file diff --git a/release/debian/usr/local/lib/libScStwLibraries.so.1.0.0 b/release/debian/usr/local/lib/libScStwLibraries.so.1.0.0 new file mode 100755 index 0000000..cfe029b Binary files /dev/null and b/release/debian/usr/local/lib/libScStwLibraries.so.1.0.0 differ diff --git a/release/libScStwSharedLibraries.deb b/release/libScStwSharedLibraries.deb new file mode 100644 index 0000000..2d36372 Binary files /dev/null and b/release/libScStwSharedLibraries.deb differ