diff options
| author | crystal <crystal@noreply.codeberg.org> | 2024-03-22 15:35:27 -0600 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2024-03-22 15:35:27 -0600 |
| commit | 4b9f5060fd2c326a19a96795fde1dbe82bc1b7fb (patch) | |
| tree | 5207c3d3990324572c9934e27664d49ad65f7c15 /deb/debian/control | |
| parent | 3fbe6853d84a830e859654e04acc7c8a53aeadb2 (diff) | |
add git dep
Diffstat (limited to 'deb/debian/control')
| -rw-r--r-- | deb/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
