diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ddd6bc0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +datum-gateway (0.2~beta-1) UNRELEASED; urgency=low + + * Initial release. + + -- Luke Dashjr Fri, 18 Oct 2024 03:06:41 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8a3c162 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: datum-gateway +Maintainer: Luke Dashjr +Section: net +Priority: optional +Standards-Version: 4.5.0 +Homepage: https://ocean.xyz +Vcs-Git: https://github.com/OCEAN-xyz/datum_gateway.git +Vcs-Browser: https://github.com/OCEAN-xyz/datum_gateway +Build-Depends: debhelper, + cmake, + pkg-config, + libjansson-dev, + libmicrohttpd-dev, + libsodium-dev, + libcurl-dev + +Package: datum-gateway +Architecture: amd64 arm64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Decentralized Alternative Templates for Universal Mining + The DATUM Gateway is a server providing solo mining capabilities for Bitcoin + miners, including both non-pooled and pooled solo mining using the new DATUM + protocol. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..68cc10f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: datum-gateway +Upstream-Contact: Luke Dashjr +Source: https://github.com/OCEAN-xyz/datum_gateway + +Files: * +Copyright: 2024 Bitcoin Ocean, LLC & Jason Hughes +License: Expat + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..603a885 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +export DH_VERBOSE = 1 + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)