aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 59e1ef5..4993fcd 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,10 @@ Package: prometheus-pgbouncer-exporter
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
+# Depend on postgresql-common, as it creates the postgres user which the init
+# script and service file are configured to run the service as
+ postgresql-common,
+ daemon,
python3-configargparse,
python3-prometheus-client,
python3-psycopg2,