parent
809b2ad8cd
commit
64d471cf53
@ -0,0 +1,5 @@ |
||||
vitastor (0.5-1) unstable; urgency=medium |
||||
|
||||
* First packaging for Debian |
||||
|
||||
-- Vitaliy Filippov <vitalif@yourcmc.ru> Thu, 05 Nov 2020 02:20:59 +0300 |
@ -0,0 +1,17 @@ |
||||
Source: vitastor |
||||
Section: admin |
||||
Priority: optional |
||||
Maintainer: Vitaliy Filippov <vitalif@yourcmc.ru> |
||||
Build-Depends: debhelper-compat (= 13), liburing-dev (>= 0.6), g++ (>= 9), libstdc++6 (>= 9), linux-libc-dev, libgoogle-perftools-dev |
||||
Standards-Version: 4.5.0 |
||||
Homepage: https://vitastor.io/ |
||||
Rules-Requires-Root: no |
||||
|
||||
Package: vitastor |
||||
Architecture: any |
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, fio (= ${dep:fio}), qemu (= ${dep:qemu}), nodejs (>= 12), node-sprintf-js, node-ws (>= 7) |
||||
Description: Vitastor, a fast software-defined clustered block storage |
||||
Vitastor is a small, simple and fast clustered block storage (storage for VM drives), |
||||
architecturally similar to Ceph which means strong consistency, primary-replication, |
||||
symmetric clustering and automatic data distribution over any number of drives of any |
||||
size with configurable redundancy (replication or erasure codes/XOR). |
@ -0,0 +1,20 @@ |
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
||||
Upstream-Name: vitastor |
||||
Upstream-Contact: Vitaliy Filippov <vitalif@yourcmc.ru> |
||||
Source: https://vitastor.io |
||||
|
||||
Files: * |
||||
Copyright: 2019+ Vitaliy Filippov <vitalif@yourcmc.ru> |
||||
License: Multiple licenses VNPL-1.0 and/or GPL-2.0+ |
||||
All server-side code (OSD, Monitor and so on) is licensed under the terms of |
||||
Vitastor Network Public License 1.0 (VNPL 1.0), a copyleft license based on |
||||
GNU GPLv3.0 with the additional "Network Interaction" clause which requires |
||||
opensourcing all programs directly or indirectly interacting with Vitastor |
||||
through a computer network ("Proxy Programs"). Proxy Programs may be made public |
||||
not only under the terms of the same license, but also under the terms of any |
||||
GPL-Compatible Free Software License, as listed by the Free Software Foundation. |
||||
This is a stricter copyleft license than the Affero GPL. |
||||
. |
||||
Client libraries (cluster_client and so on) are dual-licensed under the same |
||||
VNPL 1.0 and also GNU GPL 2.0 or later to allow for compatibility with GPLed |
||||
software like QEMU and fio. |
@ -0,0 +1,3 @@ |
||||
VNPL-1.0.txt usr/share/doc/vitastor |
||||
GPL-2.0.txt usr/share/doc/vitastor |
||||
mon usr/lib/vitastor |
@ -0,0 +1,9 @@ |
||||
#!/usr/bin/make -f |
||||
export DH_VERBOSE = 1 |
||||
|
||||
%: |
||||
dh $@ |
||||
|
||||
override_dh_installdeb: |
||||
cat debian/substvars >> debian/vitastor.substvars |
||||
dh_installdeb |
@ -0,0 +1 @@ |
||||
3.0 (quilt) |
@ -0,0 +1,2 @@ |
||||
dep:fio=3.16-1 |
||||
dep:qemu=1:5.1+dfsg-4+vitastor1 |
Loading…
Reference in new issue