From 1e0b1919edb7b5fc5cf04031a2c7d9db09048b79 Mon Sep 17 00:00:00 2001 From: Dmitriy Zabolotskiy Date: Thu, 27 Oct 2022 15:10:58 +0300 Subject: [PATCH] [#409] Fix lintian warnings Signed-off-by: Dmitriy Zabolotskiy --- debian/control | 33 +++++++++++++++++++++------------ debian/copyright | 3 ++- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index 5be06f6f..148a3986 100644 --- a/debian/control +++ b/debian/control @@ -12,26 +12,35 @@ Package: neofs-storage Architecture: any Depends: ${shlibs: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 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. + 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 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. Package: neofs-ir Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, neofs-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 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. + 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 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. Package: neofs-cli Architecture: any Depends: ${shlibs: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 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. + 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 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. diff --git a/debian/copyright b/debian/copyright index d2c4dc5b..4df3532c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -18,4 +18,5 @@ License: GPL-3 General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program or at /usr/share/common-licenses/GPL-3 + If not, see .