diff options
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 10 | ||||
| -rwxr-xr-x | debian/rules | 4 | ||||
| -rw-r--r-- | debian/source/format | 1 | ||||
| -rw-r--r-- | sekoohaka.gpg | bin | 0 -> 2262 bytes | |||
| -rw-r--r-- | sekoohaka.sources | 6 |
7 files changed, 34 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..845239f --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +install: + install -d $(DESTDIR)/usr/share/keyrings + install -m 644 sekoohaka.gpg $(DESTDIR)/usr/share/keyrings + + install -d $(DESTDIR)/etc/apt/sources.list.d + install -m 644 sekoohaka.sources $(DESTDIR)/etc/apt/sources.list.d + +.PHONY: install diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5ad3575 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +sekoohaka-archive-keyring (2-1) stable; urgency=low + + * Initial release. + + -- Maria Lisina <sekoohaka.sarisan@gmail.com> Sun, 19 Jul 2026 23:31:55 +0000 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9519380 --- /dev/null +++ b/debian/control @@ -0,0 +1,10 @@ +Source: sekoohaka-archive-keyring +Section: misc +Maintainer: Maria Lisina <sekoohaka.sarisan@gmail.com> +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.7.4 + +Package: sekoohaka-archive-keyring +Architecture: all +Depends: ${misc:Depends} +Description: APT sources and keyrings for Sekoohaka Debian Repository diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /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/sekoohaka.gpg b/sekoohaka.gpg Binary files differnew file mode 100644 index 0000000..2cb89eb --- /dev/null +++ b/sekoohaka.gpg diff --git a/sekoohaka.sources b/sekoohaka.sources new file mode 100644 index 0000000..1ac1f46 --- /dev/null +++ b/sekoohaka.sources @@ -0,0 +1,6 @@ +Types: deb +URIs: https://sekoohaka.ddns.net/debian +Suites: stable +Components: main +Architectures: amd64 +Signed-By: /usr/share/keyrings/sekoohaka.gpg |
