diff --git a/main/ant-kit/assembly.xml b/main/ant-kit/assembly.xml index 1b6cf69c1..afea7ec94 100644 --- a/main/ant-kit/assembly.xml +++ b/main/ant-kit/assembly.xml @@ -14,6 +14,11 @@ libs + + target/package + false + package + target diff --git a/main/ant-kit/pom.xml b/main/ant-kit/pom.xml index fd1d9dc6d..c83a70aca 100644 --- a/main/ant-kit/pom.xml +++ b/main/ant-kit/pom.xml @@ -8,7 +8,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d ant-kit pom diff --git a/main/ant-kit/src/main/resources/build.xml b/main/ant-kit/src/main/resources/build.xml index 9bcd01ebe..0ca9be55e 100644 --- a/main/ant-kit/src/main/resources/build.xml +++ b/main/ant-kit/src/main/resources/build.xml @@ -1,6 +1,6 @@ - + @@ -21,7 +21,7 @@ - + @@ -36,4 +36,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/main/ant-kit/src/main/resources/package/linux/Cryptomator.png b/main/ant-kit/src/main/resources/package/linux/Cryptomator.png new file mode 100644 index 000000000..99d9fb876 Binary files /dev/null and b/main/ant-kit/src/main/resources/package/linux/Cryptomator.png differ diff --git a/main/ant-kit/src/main/resources/package/linux/control b/main/ant-kit/src/main/resources/package/linux/control new file mode 100644 index 000000000..91a49094a --- /dev/null +++ b/main/ant-kit/src/main/resources/package/linux/control @@ -0,0 +1,16 @@ +Package: APPLICATION_PACKAGE +Version: APPLICATION_VERSION +Section: contrib/utils +Maintainer: Sebastian Stenzel +Homepage: https://cryptomator.org +Vcs-Git: https://github.com/totalvoidness/cryptomator.git +Vcs-Browser: https://github.com/totalvoidness/cryptomator +Priority: optional +Architecture: APPLICATION_ARCH +Provides: APPLICATION_PACKAGE +Installed-Size: APPLICATION_INSTALLED_SIZE +Depends: gvfs-bin, gvfs-backends, gvfs-fuse, xdg-utils +Description: Multi-platform client-side encryption of your cloud files. + Cryptomator provides free client-side AES encryption for your cloud files. + Create encrypted vaults, which get mounted as virtual volumes. Whatever + you save on one of these volumes will end up encrypted inside your vault. diff --git a/main/ant-kit/src/main/resources/package/linux/copyright b/main/ant-kit/src/main/resources/package/linux/copyright new file mode 100644 index 000000000..3323c421d --- /dev/null +++ b/main/ant-kit/src/main/resources/package/linux/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cryptomator +Source: + +Copyright: 2015 Sebastian Stenzel and contributors. +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/main/commons-test/pom.xml b/main/commons-test/pom.xml index 1bae3bc9a..33c0fb113 100644 --- a/main/commons-test/pom.xml +++ b/main/commons-test/pom.xml @@ -10,7 +10,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d commons-test Cryptomator common test dependencies diff --git a/main/commons/pom.xml b/main/commons/pom.xml index cf9586ce7..b51ce8d93 100644 --- a/main/commons/pom.xml +++ b/main/commons/pom.xml @@ -10,7 +10,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d commons Cryptomator common diff --git a/main/filesystem-api/pom.xml b/main/filesystem-api/pom.xml index 99bb32e57..b90415361 100644 --- a/main/filesystem-api/pom.xml +++ b/main/filesystem-api/pom.xml @@ -9,7 +9,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d filesystem-api Cryptomator filesystem: API diff --git a/main/filesystem-crypto-integration-tests/pom.xml b/main/filesystem-crypto-integration-tests/pom.xml index b9b1df313..fa919a469 100644 --- a/main/filesystem-crypto-integration-tests/pom.xml +++ b/main/filesystem-crypto-integration-tests/pom.xml @@ -12,7 +12,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d filesystem-crypto-integration-tests Cryptomator filesystem: Encryption layer tests diff --git a/main/filesystem-crypto/pom.xml b/main/filesystem-crypto/pom.xml index f9caaa014..8d768460d 100644 --- a/main/filesystem-crypto/pom.xml +++ b/main/filesystem-crypto/pom.xml @@ -12,7 +12,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d filesystem-crypto Cryptomator filesystem: Encryption layer diff --git a/main/filesystem-inmemory/pom.xml b/main/filesystem-inmemory/pom.xml index 3ba05f49c..69c340da8 100644 --- a/main/filesystem-inmemory/pom.xml +++ b/main/filesystem-inmemory/pom.xml @@ -12,7 +12,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d filesystem-inmemory Cryptomator filesystem: In-memory mock diff --git a/main/filesystem-invariants-tests/pom.xml b/main/filesystem-invariants-tests/pom.xml index 6fb6d2d53..58c7b3e92 100644 --- a/main/filesystem-invariants-tests/pom.xml +++ b/main/filesystem-invariants-tests/pom.xml @@ -9,7 +9,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d filesystem-invariants-tests Cryptomator filesystem: Invariants tests diff --git a/main/filesystem-nameshortening/pom.xml b/main/filesystem-nameshortening/pom.xml index c1149c313..49b55bfef 100644 --- a/main/filesystem-nameshortening/pom.xml +++ b/main/filesystem-nameshortening/pom.xml @@ -12,7 +12,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d filesystem-nameshortening Cryptomator filesystem: Name shortening layer diff --git a/main/filesystem-nio/pom.xml b/main/filesystem-nio/pom.xml index d2cc2b9fa..e227871af 100644 --- a/main/filesystem-nio/pom.xml +++ b/main/filesystem-nio/pom.xml @@ -7,7 +7,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d filesystem-nio Cryptomator filesystem: NIO-based physical layer diff --git a/main/filesystem-stats/pom.xml b/main/filesystem-stats/pom.xml index 6c38bf92b..af470f90c 100644 --- a/main/filesystem-stats/pom.xml +++ b/main/filesystem-stats/pom.xml @@ -12,7 +12,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d filesystem-stats Cryptomator filesystem: Throughput statistics diff --git a/main/frontend-api/pom.xml b/main/frontend-api/pom.xml index e1d1469c0..e87fbefdd 100644 --- a/main/frontend-api/pom.xml +++ b/main/frontend-api/pom.xml @@ -12,7 +12,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d frontend-api Cryptomator frontend: API diff --git a/main/frontend-webdav/pom.xml b/main/frontend-webdav/pom.xml index e2db6040c..81fedcb28 100644 --- a/main/frontend-webdav/pom.xml +++ b/main/frontend-webdav/pom.xml @@ -12,7 +12,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d frontend-webdav Cryptomator frontend: WebDAV frontend diff --git a/main/pom.xml b/main/pom.xml index 696c174ed..896eb64ee 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -7,7 +7,7 @@ 4.0.0 org.cryptomator main - 1.0.3c + 1.0.3d pom Cryptomator diff --git a/main/uber-jar/pom.xml b/main/uber-jar/pom.xml index d074a4b27..b9f888628 100644 --- a/main/uber-jar/pom.xml +++ b/main/uber-jar/pom.xml @@ -12,7 +12,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d uber-jar pom diff --git a/main/ui/pom.xml b/main/ui/pom.xml index b742fbd09..4057ae8a0 100644 --- a/main/ui/pom.xml +++ b/main/ui/pom.xml @@ -12,7 +12,7 @@ org.cryptomator main - 1.0.3c + 1.0.3d ui Cryptomator GUI