summaryrefslogtreecommitdiff
path: root/repo-deb/stub
diff options
context:
space:
mode:
Diffstat (limited to 'repo-deb/stub')
-rw-r--r--repo-deb/stub/debian/changelog5
-rw-r--r--repo-deb/stub/debian/compat1
-rw-r--r--repo-deb/stub/debian/control12
-rw-r--r--repo-deb/stub/debian/forgejo-deb-repo.install2
-rwxr-xr-xrepo-deb/stub/debian/rules4
5 files changed, 24 insertions, 0 deletions
diff --git a/repo-deb/stub/debian/changelog b/repo-deb/stub/debian/changelog
new file mode 100644
index 0000000..3bd974a
--- /dev/null
+++ b/repo-deb/stub/debian/changelog
@@ -0,0 +1,5 @@
+forgejo-deb-repo (0-0) unstable; urgency=medium
+
+ * forgejo-deb APT repository stub
+
+ -- crystal <crystal@noreply.codeberg.org> Wed, 2 Jul 2023 20:30:00 +0000
diff --git a/repo-deb/stub/debian/compat b/repo-deb/stub/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/repo-deb/stub/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/repo-deb/stub/debian/control b/repo-deb/stub/debian/control
new file mode 100644
index 0000000..be4c77e
--- /dev/null
+++ b/repo-deb/stub/debian/control
@@ -0,0 +1,12 @@
+Source: forgejo-deb-repo
+Section: admin
+Priority: optional
+Maintainer: crystal <crystal@noreply.codeberg.org>
+Build-Depends: debhelper (>= 10)
+
+Package: forgejo-deb-repo
+Architecture: all
+Priority: optional
+Depends: apt-transport-https
+Description: APT Repository for forgejo-deb builds
+ Forgejo will be updated via apt along with other software on your system
diff --git a/repo-deb/stub/debian/forgejo-deb-repo.install b/repo-deb/stub/debian/forgejo-deb-repo.install
new file mode 100644
index 0000000..f81b739
--- /dev/null
+++ b/repo-deb/stub/debian/forgejo-deb-repo.install
@@ -0,0 +1,2 @@
+code-forgejo-org-crystal.asc /etc/apt/trusted.gpg.d
+forgejo-deb.list /etc/apt/sources.list.d
diff --git a/repo-deb/stub/debian/rules b/repo-deb/stub/debian/rules
new file mode 100755
index 0000000..d1decc8
--- /dev/null
+++ b/repo-deb/stub/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with=systemd