summaryrefslogtreecommitdiff
path: root/whawty-auth/debian
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-07-23 20:58:55 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-07-23 21:02:23 +0200
commit51bf26d222141bbf31435eb4c6e50b5c4b4117e0 (patch)
tree4a4f4a5a9128df228fadc33dcfb2581b137353e9 /whawty-auth/debian
initial version for whawty-auth package
Diffstat (limited to 'whawty-auth/debian')
-rw-r--r--whawty-auth/debian/changelog5
-rw-r--r--whawty-auth/debian/compat1
-rw-r--r--whawty-auth/debian/control11
-rw-r--r--whawty-auth/debian/install1
-rwxr-xr-xwhawty-auth/debian/rules16
-rw-r--r--whawty-auth/debian/source/format1
6 files changed, 35 insertions, 0 deletions
diff --git a/whawty-auth/debian/changelog b/whawty-auth/debian/changelog
new file mode 100644
index 0000000..c27a21d
--- /dev/null
+++ b/whawty-auth/debian/changelog
@@ -0,0 +1,5 @@
+whawty-auth (0.2-rc1-1) UNRELEASED; urgency=medium
+
+ * Initial release.
+
+ -- Christian Pointner <equinox@spreadspace.org> Wed, 22 Jun 2021 22:34:37 +0200
diff --git a/whawty-auth/debian/compat b/whawty-auth/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/whawty-auth/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/whawty-auth/debian/control b/whawty-auth/debian/control
new file mode 100644
index 0000000..b3d2874
--- /dev/null
+++ b/whawty-auth/debian/control
@@ -0,0 +1,11 @@
+Source: whawty-auth
+Maintainer: Christian Pointner <equinox@spreadspace.org>
+Section: utils
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), wget, ca-certificates
+
+Package: whawty-auth
+Architecture: amd64 i386 arm64
+Depends: ${misc:Depends}
+Description: whawty-auth app (binaries only)
diff --git a/whawty-auth/debian/install b/whawty-auth/debian/install
new file mode 100644
index 0000000..c66cb17
--- /dev/null
+++ b/whawty-auth/debian/install
@@ -0,0 +1 @@
+usr/bin/whawty-auth
diff --git a/whawty-auth/debian/rules b/whawty-auth/debian/rules
new file mode 100755
index 0000000..4e7f6b7
--- /dev/null
+++ b/whawty-auth/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=$(DEB_VERSION_UPSTREAM) $(DEB_BUILD_ARCH)/whawty-auth
+
+override_dh_auto_install:
+ install -d $$(pwd)/debian/tmp/usr/bin/
+ install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/whawty-auth $$(pwd)/debian/tmp/usr/bin/whawty-auth
+
+override_dh_auto_clean:
+ make VERSION=$(DEB_VERSION_UPSTREAM) clean
diff --git a/whawty-auth/debian/source/format b/whawty-auth/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/whawty-auth/debian/source/format
@@ -0,0 +1 @@
+1.0