Packaging rules for Debian-based distros

This commit is contained in:
Luke Dashjr 2024-10-18 17:40:24 +00:00
parent f47140b2d2
commit c8cb0da63d
6 changed files with 63 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
datum-gateway (0.2~beta-1) UNRELEASED; urgency=low
* Initial release.
-- Luke Dashjr <luke+datum@ocean.xyz> Fri, 18 Oct 2024 03:06:41 +0000

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

23
debian/control vendored Normal file
View File

@ -0,0 +1,23 @@
Source: datum-gateway
Maintainer: Luke Dashjr <luke+datum@ocean.xyz>
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.

28
debian/copyright vendored Normal file
View File

@ -0,0 +1,28 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: datum-gateway
Upstream-Contact: Luke Dashjr <luke+datum@ocean.xyz>
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.

5
debian/rules vendored Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/make -f
export DH_VERBOSE = 1
%:
dh $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)