diff --git a/debian/changelog b/debian/changelog index b83300c0..47328c41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ frostfs-node (0.0.1) stable; urgency=medium * Initial package build - -- NeoSPCC Tue, 25 Oct 2022 21:10:49 +0300 + -- TrueCloudLab Tue, 25 Oct 2022 21:10:49 +0300 diff --git a/debian/control b/debian/control index 9553211c..88e54d38 100644 --- a/debian/control +++ b/debian/control @@ -11,29 +11,29 @@ Vcs-Browser: https://github.com/TrueCloudLab/frostfs-node Package: frostfs-storage Architecture: any Depends: ${misc:Depends} -Description: NeoFS Storage node - NeoFS is a decentralized distributed object storage integrated with the NEO - Blockchain. NeoFS Nodes are organized in a peer-to-peer network that takes care +Description: FrostFS Storage node + FrostFS is a decentralized distributed object storage integrated with the NEO + Blockchain. FrostFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data. Any Neo user may participate in the network and get paid for providing storage resources to other users or store - their data in NeoFS and pay a competitive price for it. + their data in FrostFS and pay a competitive price for it. Package: frostfs-ir Architecture: any Depends: ${misc:Depends}, frostfs-locode-db -Description: NeoFS InnerRing node - NeoFS is a decentralized distributed object storage integrated with the NEO - Blockchain. NeoFS Nodes are organized in a peer-to-peer network that takes care +Description: FrostFS InnerRing node + FrostFS is a decentralized distributed object storage integrated with the NEO + Blockchain. FrostFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data. Any Neo user may participate in the network and get paid for providing storage resources to other users or store - their data in NeoFS and pay a competitive price for it. + their data in FrostFS and pay a competitive price for it. Package: frostfs-cli Architecture: any Depends: ${misc:Depends} -Description: CLI tools for NeoFS - NeoFS is a decentralized distributed object storage integrated with the NEO - Blockchain. NeoFS Nodes are organized in a peer-to-peer network that takes care +Description: CLI tools for FrostFS + FrostFS is a decentralized distributed object storage integrated with the NEO + Blockchain. FrostFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data. Any Neo user may participate in the network and get paid for providing storage resources to other users or store - their data in NeoFS and pay a competitive price for it. + their data in FrostFS and pay a competitive price for it. diff --git a/debian/copyright b/debian/copyright index 891aab58..4aae83f6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,11 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: frostfs-node -Upstream-Contact: tech@nspcc.ru +Upstream-Contact: tech@frostfs.info Source: https://github.com/TrueCloudLab/frostfs-node Files: * -Copyright: 2018-2022 NeoSPCC (@nspcc-dev), contributors of frostfs-node project +Copyright: 2022-2023 TrueCloudLab (@TrueCloudLab), contributors of FrostFS project + 2018-2022 NeoSPCC (@nspcc-dev), contributors of NeoFS project (https://github.com/TrueCloudLab/frostfs-node/blob/master/CREDITS.md) License: GPL-3 diff --git a/debian/frostfs-ir.postinst b/debian/frostfs-ir.postinst index ea2f9dd7..cb4a1031 100644 --- a/debian/frostfs-ir.postinst +++ b/debian/frostfs-ir.postinst @@ -19,7 +19,7 @@ set -e case "$1" in configure) USERNAME=ir - id -u frostfs-ir >/dev/null 2>&1 || useradd -s /usr/sbin/nologin -d /var/lib/frostfs/ir --system -M -U -c "NeoFS InnerRing node" frostfs-ir + id -u frostfs-ir >/dev/null 2>&1 || useradd -s /usr/sbin/nologin -d /var/lib/frostfs/ir --system -M -U -c "FrostFS InnerRing node" frostfs-ir if ! dpkg-statoverride --list /etc/frostfs/$USERNAME >/dev/null; then chown -f root:frostfs-$USERNAME /etc/frostfs/$USERNAME chmod -f 0750 /etc/frostfs/$USERNAME diff --git a/debian/frostfs-ir.service b/debian/frostfs-ir.service index 0108c9dd..b59295ac 100644 --- a/debian/frostfs-ir.service +++ b/debian/frostfs-ir.service @@ -1,5 +1,5 @@ [Unit] -Description=NeoFS InnerRing node +Description=FrostFS InnerRing node Requires=network.target [Service] diff --git a/debian/frostfs-storage.postinst b/debian/frostfs-storage.postinst index 9c22d3a4..0ecce744 100644 --- a/debian/frostfs-storage.postinst +++ b/debian/frostfs-storage.postinst @@ -19,7 +19,7 @@ set -e case "$1" in configure) USERNAME=storage - id -u frostfs-$USERNAME >/dev/null 2>&1 || useradd -s /usr/sbin/nologin -d /var/lib/frostfs/$USERNAME --system -M -U -c "NeoFS Storage node" frostfs-$USERNAME + id -u frostfs-$USERNAME >/dev/null 2>&1 || useradd -s /usr/sbin/nologin -d /var/lib/frostfs/$USERNAME --system -M -U -c "FrostFS Storage node" frostfs-$USERNAME if ! dpkg-statoverride --list /etc/frostfs/$USERNAME >/dev/null; then chown -f root:frostfs-$USERNAME /etc/frostfs/$USERNAME chmod -f 0750 /etc/frostfs/$USERNAME diff --git a/debian/frostfs-storage.service b/debian/frostfs-storage.service index 0b7fb272..6e7d1dd5 100644 --- a/debian/frostfs-storage.service +++ b/debian/frostfs-storage.service @@ -1,5 +1,5 @@ [Unit] -Description=NeoFS Storage node +Description=FrostFS Storage node Requires=network.target [Service]