summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/control25
-rw-r--r--debian/copyright30
-rw-r--r--debian/gbp.conf3
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
7 files changed, 72 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c513da2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pkb-client (1.2-1) unstable; urgency=medium
+
+ * Initial upload.
+
+ -- Unit 193 <unit193@debian.org> Sat, 22 Jul 2023 05:11:24 -0400
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..01f1fc2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: pkb-client
+Priority: optional
+Section: utils
+Maintainer: Unit 193 <unit193@debian.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python,
+ dh-sequence-python3,
+ pybuild-plugin-pyproject,
+ python3-all,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://github.com/infinityofspace/pkb_client
+Vcs-Browser: https://git.unit193.net/cgit/users/unit193/pkb-client.git
+Vcs-Git: https://git.unit193.net/cgit/users/unit193/pkb-client.git
+
+Package: pkb-client
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Unofficial client for the Porkbun API
+ pkb_client is an unofficial client for the Porkbun API.
+ It supports the v3 of the API. You can find the official
+ documentation of the Porkbun API at
+ https://porkbun.com/api/json/v3/documentation
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0fae9c2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pkb_client
+Source: https://github.com/infinityofspace/pkb_client
+
+Files: *
+Copyright: 2021-2023, Marvin Heptner
+License: Expat
+
+Files: debian/*
+Copyright: 2023, Unit 193 <unit193@debian.org>
+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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..5474c60
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..58ac03a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=pkb-client
+
+%:
+ dh $@ --buildsystem=pybuild
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..309255a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/infinityofspace/pkb_client/tags .*/@ANY_VERSION@@ARCHIVE_EXT@