From 67d04ca878a31c44903bdeb2d90195ecf5b8e0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sat, 21 Sep 2024 16:25:19 +0200 Subject: [PATCH] debian: move config file to aptly-api --- debian/aptly-api.install | 1 + debian/aptly.conf | 6 +++++- debian/aptly.install | 1 - debian/control | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 debian/aptly-api.install diff --git a/debian/aptly-api.install b/debian/aptly-api.install new file mode 100644 index 00000000..05655571 --- /dev/null +++ b/debian/aptly-api.install @@ -0,0 +1 @@ +debian/aptly.conf etc/ diff --git a/debian/aptly.conf b/debian/aptly.conf index 56f79dea..13315be0 100644 --- a/debian/aptly.conf +++ b/debian/aptly.conf @@ -29,5 +29,9 @@ "logLevel": "info", "logFormat": "default", "serveInAPIMode": false, - "enableSwaggerEndpoint": false + "databaseBackend": { + "type": "", + "url": "", + "dbPath": "" + } } diff --git a/debian/aptly.install b/debian/aptly.install index c15bdc97..37ed8711 100644 --- a/debian/aptly.install +++ b/debian/aptly.install @@ -2,5 +2,4 @@ build/aptly usr/bin/ README.rst usr/share/aptly/ LICENSE usr/share/aptly/ AUTHORS usr/share/aptly/ -debian/aptly.conf etc/ completion.d/_aptly usr/share/zsh/vendor-completions/ diff --git a/debian/control b/debian/control index cdfe9977..9b673e93 100644 --- a/debian/control +++ b/debian/control @@ -64,6 +64,6 @@ Description: Debian repository management tool (debug files) Package: aptly-api Architecture: all -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, aptly Description: Debian repository management tool (REST API server) systemd service and configuration for aptly