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