[#409] Add default package changelog
Make it work with simple `dpkg-buildpackage` Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
92e9782c44
commit
ff67e903ca
25 changed files with 54 additions and 39 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -8,28 +8,28 @@ Homepage: https://fs.neo.org/
|
|||
Vcs-Git: https://github.com/nspcc-dev/neofs-node.git
|
||||
Vcs-Browser: https://github.com/nspcc-dev/neofs-node
|
||||
|
||||
Package: neofs-node-storage
|
||||
Package: neofs-storage
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Storage service for neofs-node
|
||||
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.
|
||||
|
||||
Package: neofs-node-ir
|
||||
Package: neofs-ir
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: InnerRing service for neofs-node
|
||||
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.
|
||||
|
||||
Package: neofs-node-cli
|
||||
Package: neofs-cli
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: cli tools for neofs-node
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue