summaryrefslogtreecommitdiff
path: root/whawty-nginx-sso/debian
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-11-08 17:57:24 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-11-08 17:57:24 +0100
commit005fc7619d32417d0deb0ef2d7f015008f1e7a63 (patch)
treee28d458130af4a807e50ecdfe0a701b0c0a85af9 /whawty-nginx-sso/debian
parentnew rc for whawty-auth (diff)
add package for nginx-sso
Diffstat (limited to 'whawty-nginx-sso/debian')
-rw-r--r--whawty-nginx-sso/debian/changelog5
-rw-r--r--whawty-nginx-sso/debian/compat1
-rw-r--r--whawty-nginx-sso/debian/control11
-rw-r--r--whawty-nginx-sso/debian/install1
-rw-r--r--whawty-nginx-sso/debian/manpages1
-rwxr-xr-xwhawty-nginx-sso/debian/rules16
-rw-r--r--whawty-nginx-sso/debian/source/format1
7 files changed, 36 insertions, 0 deletions
diff --git a/whawty-nginx-sso/debian/changelog b/whawty-nginx-sso/debian/changelog
new file mode 100644
index 0000000..5020fb5
--- /dev/null
+++ b/whawty-nginx-sso/debian/changelog
@@ -0,0 +1,5 @@
+whawty-nginx-sso (0.1~rc1-1) unstable; urgency=medium
+
+ * Initial release.
+
+ -- Christian Pointner <equinox@spreadspace.org> Wed, 08 Nov 2023 17:51:16 +0100
diff --git a/whawty-nginx-sso/debian/compat b/whawty-nginx-sso/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/whawty-nginx-sso/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/whawty-nginx-sso/debian/control b/whawty-nginx-sso/debian/control
new file mode 100644
index 0000000..a9b2be4
--- /dev/null
+++ b/whawty-nginx-sso/debian/control
@@ -0,0 +1,11 @@
+Source: whawty-nginx-sso
+Maintainer: Christian Pointner <equinox@spreadspace.org>
+Section: utils
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), wget, ca-certificates
+
+Package: whawty-nginx-sso
+Architecture: amd64 i386 arm64
+Depends: ${misc:Depends}
+Description: whawty-nginx-sso app (binaries only)
diff --git a/whawty-nginx-sso/debian/install b/whawty-nginx-sso/debian/install
new file mode 100644
index 0000000..2d5c7fb
--- /dev/null
+++ b/whawty-nginx-sso/debian/install
@@ -0,0 +1 @@
+usr/bin/whawty-nginx-sso
diff --git a/whawty-nginx-sso/debian/manpages b/whawty-nginx-sso/debian/manpages
new file mode 100644
index 0000000..1de236f
--- /dev/null
+++ b/whawty-nginx-sso/debian/manpages
@@ -0,0 +1 @@
+*/whawty-nginx-sso.8
diff --git a/whawty-nginx-sso/debian/rules b/whawty-nginx-sso/debian/rules
new file mode 100755
index 0000000..c7b4d1b
--- /dev/null
+++ b/whawty-nginx-sso/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+include /usr/share/dpkg/pkg-info.mk
+%:
+ dh $@
+
+override_dh_auto_configure:
+
+override_dh_auto_build:
+ make VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed 's#~rc#-rc#') $(DEB_BUILD_ARCH)/whawty-nginx-sso
+
+override_dh_auto_install:
+ install -d $$(pwd)/debian/tmp/usr/bin/
+ install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/whawty-nginx-sso $$(pwd)/debian/tmp/usr/bin/whawty-nginx-sso
+
+override_dh_auto_clean:
+ make VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed 's#~rc#-rc#') clean
diff --git a/whawty-nginx-sso/debian/source/format b/whawty-nginx-sso/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/whawty-nginx-sso/debian/source/format
@@ -0,0 +1 @@
+1.0