aboutsummaryrefslogtreecommitdiff
path: root/contrib/debian/control
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
commitf5c716526aaafb318a98e974c8b2fbe02870646b (patch)
treee14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /contrib/debian/control
parents/DOGE/DIS/g (diff)
downloaddiscoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz
discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip
really s/doge/dis/g this time
Diffstat (limited to 'contrib/debian/control')
-rw-r--r--contrib/debian/control22
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/debian/control b/contrib/debian/control
index d5a4c78da..9687ba844 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -1,4 +1,4 @@
-Source: dogecoin
+Source: discoin
Section: utils
Priority: optional
Maintainer: Matt Corallo <[email protected]>
@@ -26,11 +26,11 @@ Build-Depends: debhelper,
python,
libzmq3-dev
Standards-Version: 3.9.2
-Homepage: http://www.dogecoin.com/
-Vcs-Git: git://github.com/dogecoin/dogecoin.git
-Vcs-Browser: http://github.com/dogecoin/dogecoin
+Homepage: http://www.discoin.com/
+Vcs-Git: git://github.com/discoin/discoin.git
+Vcs-Browser: http://github.com/discoin/discoin
-Package: dogecoind
+Package: discoind
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - daemon
@@ -43,10 +43,10 @@ Description: peer-to-peer network based digital currency - daemon
Full transaction history is stored locally at each client. This
requires 20+ GB of space, slowly growing.
.
- This package provides the daemon, dogecoind, and the CLI tool
- dogecoin-cli to interact with the daemon.
+ This package provides the daemon, discoind, and the CLI tool
+ discoin-cli to interact with the daemon.
-Package: dogecoin-qt
+Package: discoin-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - Qt GUI
@@ -58,7 +58,7 @@ Description: peer-to-peer network based digital currency - Qt GUI
.
This package provides Dogecoin-Qt, a GUI for Dogecoin based on Qt.
-Package: dogecoin-tx
+Package: discoin-tx
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer digital currency - standalone transaction tool
@@ -68,6 +68,6 @@ Description: peer-to-peer digital currency - standalone transaction tool
transact directly with each other, with the help of a P2P network to
check for double-spending.
.
- This package provides dogecoin-tx, a command-line transaction creation
- tool which can be used without a dogecoin daemon. Some means of
+ This package provides discoin-tx, a command-line transaction creation
+ tool which can be used without a discoin daemon. Some means of
exchanging minimal transaction data with peers is still required.