forked from TrueCloudLab/frostfs-node
[#409] Fix lintian warnings
Signed-off-by: Dmitriy Zabolotskiy <d.zabolotskiy@yadro.com>
This commit is contained in:
parent
bbfc1d9263
commit
1e0b1919ed
2 changed files with 23 additions and 13 deletions
33
debian/control
vendored
33
debian/control
vendored
|
@ -12,26 +12,35 @@ Package: neofs-storage
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: NeoFS Storage node
|
Description: NeoFS Storage node
|
||||||
NeoFS is a decentralized distributed object storage integrated with the NEO Blockchain.
|
NeoFS is a decentralized distributed object storage integrated with the
|
||||||
NeoFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data.
|
NEO Blockchain.
|
||||||
Any Neo user may participate in the network and get paid for providing storage resources to other users or
|
NeoFS Nodes are organized in a peer-to-peer network that takes care of storing
|
||||||
store their data in NeoFS and pay a competitive price for it.
|
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
|
Package: neofs-ir
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, neofs-locode-db
|
Depends: ${shlibs:Depends}, ${misc:Depends}, neofs-locode-db
|
||||||
Description: NeoFS InnerRing node
|
Description: NeoFS InnerRing node
|
||||||
NeoFS is a decentralized distributed object storage integrated with the NEO Blockchain.
|
NeoFS is a decentralized distributed object storage integrated with the
|
||||||
NeoFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data.
|
NEO Blockchain.
|
||||||
Any Neo user may participate in the network and get paid for providing storage resources to other users or
|
NeoFS Nodes are organized in a peer-to-peer network that takes care of storing
|
||||||
store their data in NeoFS and pay a competitive price for it.
|
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
|
Package: neofs-cli
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: CLI tools for NeoFS
|
Description: CLI tools for NeoFS
|
||||||
NeoFS is a decentralized distributed object storage integrated with the NEO Blockchain.
|
NeoFS is a decentralized distributed object storage integrated with the
|
||||||
NeoFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data.
|
NEO Blockchain.
|
||||||
Any Neo user may participate in the network and get paid for providing storage resources to other users or
|
NeoFS Nodes are organized in a peer-to-peer network that takes care of storing
|
||||||
store their data in NeoFS and pay a competitive price for it.
|
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.
|
||||||
|
|
||||||
|
|
3
debian/copyright
vendored
3
debian/copyright
vendored
|
@ -18,4 +18,5 @@ License: GPL-3
|
||||||
General Public License for more details.
|
General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program or at /usr/share/common-licenses/GPL-3
|
||||||
|
If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
Loading…
Reference in a new issue