summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/control17
-rw-r--r--debian/copyright45
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
6 files changed, 75 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d93d8c5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+uptime-kuma (2.0.0~beta.0+dfsg-1) sid; urgency=low
+
+ * Initial upload to sid.
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 26 Nov 2024 11:34:34 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9d33774
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: uptime-kuma
+Section: web
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+Rules-Requires-Root: no
+Standards-Version: 4.7.0
+Homepage: https://uptime.kuma.pet
+
+Package: uptime-kuma
+Section: web
+Architecture: all
+Depends:
+ ${misc:Depends},
+Description: FIXME
+ FIXME.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f028d98
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: uptime-kuma
+Upstream-Contact: https://github.com/louislam/uptime-kuma/issues
+Source: https://github.com/louislam/uptime-kuma/tags
+server/notification-providers/bark.js
+
+Files: *
+Copyright: 2021-2024 LouisLam <louislam@users.noreply.github.com>
+License: MIT
+
+Files: server/modules/apicache
+Copyright: 2013 Kevin Whitley <krwhitley@gmail.com>
+License: MIT
+Comment: https://github.com/kwhitley/apicache
+
+Files: server/modules/axios-ntlm
+Copyright: 2021 CatButtes
+License: MIT
+
+Files: server/modules/dayjs
+Copyright: 2018 iamkun <kunhello@outlook.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2024 Daniel Baumann <daniel@debian.org>
+License: MIT
+
+License: MIT
+ 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..000210b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh ${@}
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..46331cc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/uptime-kuma-$1\.tar\.gz/ \
+https://github.com/louislam/uptime-kuma/tags .*/v?(\d\S+)\.tar\.gz