mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
34 lines
948 B
Plaintext
34 lines
948 B
Plaintext
Source: xrpld
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: XRPL Foundation <contact@xrpl.org>
|
|
Rules-Requires-Root: no
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
Standards-Version: 4.7.0
|
|
Homepage: https://github.com/XRPLF/rippled
|
|
Vcs-Git: https://github.com/XRPLF/rippled.git
|
|
Vcs-Browser: https://github.com/XRPLF/rippled
|
|
|
|
Package: xrpld
|
|
Section: net
|
|
Priority: optional
|
|
Architecture: any
|
|
Depends:
|
|
${shlibs:Depends},
|
|
${misc:Depends}
|
|
Description: XRP Ledger daemon
|
|
xrpld is the reference implementation of the XRP Ledger protocol.
|
|
It participates in the peer-to-peer XRP Ledger network, processes
|
|
transactions, and maintains the ledger database.
|
|
|
|
Package: rippled
|
|
Architecture: all
|
|
Section: oldlibs
|
|
Priority: optional
|
|
Depends: xrpld, ${misc:Depends}
|
|
Description: transitional package - use xrpld
|
|
The rippled package has been renamed to xrpld. This transitional
|
|
package ensures a smooth upgrade and can be safely removed after
|
|
xrpld is installed.
|