summaryrefslogtreecommitdiff
path: root/deb/debian
diff options
context:
space:
mode:
Diffstat (limited to 'deb/debian')
-rw-r--r--deb/debian/changelog5
-rw-r--r--deb/debian/control4
2 files changed, 5 insertions, 4 deletions
diff --git a/deb/debian/changelog b/deb/debian/changelog
index 0656edb..cc80f3a 100644
--- a/deb/debian/changelog
+++ b/deb/debian/changelog
@@ -1,9 +1,10 @@
-forgejo (1.21.7.0-1) unstable; urgency=medium
+forgejo (1.21.7.0-2) unstable; urgency=medium
* Forgejo version 1.21.7-0
+ * Add git dependency
* See https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#1-21-7-0
- -- crystal <crystal@noreply.codeberg.org> Wed, 6 Mar 2024 23:14:00 +0000
+ -- crystal <crystal@noreply.codeberg.org> Fri, 22 Mar 2024 21:35:00 +0000
forgejo (1.21.6.0-1) unstable; urgency=medium
diff --git a/deb/debian/control b/deb/debian/control
index d77bbe4..323d688 100644
--- a/deb/debian/control
+++ b/deb/debian/control
@@ -8,7 +8,7 @@ Package: forgejo
Architecture: amd64
Priority: optional
Provides: gitea
-Depends: adduser (>= 3.11)
+Depends: adduser (>= 3.11),git
Conflicts: forgejo-sqlite,forgejo-bin
Description: Forgejo: Beyond Coding. We Forge.
Forgejo with bindata ONLY - Use this package for MySQL or PostgreSQL setup
@@ -17,7 +17,7 @@ Package: forgejo-sqlite
Architecture: amd64
Priority: optional
Provides: forgejo,gitea
-Depends: adduser (>= 3.11)
+Depends: adduser (>= 3.11),git
Conflicts: forgejo,forgejo-bin
Description: Forgejo: Beyond Coding. We Forge. (SQLite)
Forgejo with bindata and SQLite support - Use this package to get started immediately