diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-02-06 03:29:43 -0700 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-02-06 03:29:43 -0700 |
| commit | 514499661e8a567e26b8281e0f505c8601ff2edf (patch) | |
| tree | 4c8b0c7dcfaff81efd503d7d190a18b9caadbf49 /deb/debian/control | |
initial commit
Diffstat (limited to 'deb/debian/control')
| -rw-r--r-- | deb/debian/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/deb/debian/control b/deb/debian/control new file mode 100644 index 0000000..d77bbe4 --- /dev/null +++ b/deb/debian/control @@ -0,0 +1,23 @@ +Source: forgejo +Section: net +Priority: optional +Maintainer: crystal <crystal@noreply.codeberg.org> +Build-Depends: debhelper (>= 10) + +Package: forgejo +Architecture: amd64 +Priority: optional +Provides: gitea +Depends: adduser (>= 3.11) +Conflicts: forgejo-sqlite,forgejo-bin +Description: Forgejo: Beyond Coding. We Forge. + Forgejo with bindata ONLY - Use this package for MySQL or PostgreSQL setup + +Package: forgejo-sqlite +Architecture: amd64 +Priority: optional +Provides: forgejo,gitea +Depends: adduser (>= 3.11) +Conflicts: forgejo,forgejo-bin +Description: Forgejo: Beyond Coding. We Forge. (SQLite) + Forgejo with bindata and SQLite support - Use this package to get started immediately |
