summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-20 22:09:35 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-20 22:11:32 +0200
commit67d9eff0193a5ebc360a4200fa560d883177068f (patch)
treeb24e8ee3382b95ba7fdf2f9f8e46749701cd9900 /debian/control
parente03d7255f55b517f174b1f0157a5d9e6c55f23ff (diff)
downloadsync-67d9eff0193a5ebc360a4200fa560d883177068f.tar.gz
sync-67d9eff0193a5ebc360a4200fa560d883177068f.tar.bz2
sync-67d9eff0193a5ebc360a4200fa560d883177068f.zip
fix debian package, in particular DB setup
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 12 insertions, 13 deletions
diff --git a/debian/control b/debian/control
index d951a91..13193fe 100644
--- a/debian/control
+++ b/debian/control
@@ -8,16 +8,14 @@ Build-Depends:
autopoint,
debhelper-compat (= 12),
gettext,
- libgnunet-dev,
- libtalerexchange-dev (>= 0.8.5),
- libtalermerchant-dev (>= 0.8.4),
- libpq-dev (>=9.5),
+ libgnunet-dev (>=0.17.0),
+ libtalerexchange-dev (>= 0.9.0),
+ libtalermerchant-dev (>= 0.9.0),
+ libpq-dev (>=13.0),
pkg-config,
po-debconf,
- zlib1g-dev
-Build-Conflicts:
- autoconf2.13,
- automake1.4
+ zlib1g-dev,
+ texinfo
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/sync.git
Vcs-browser: https://salsa.debian.org/debian/sync
@@ -39,12 +37,13 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.8.4),
- libtalermerchant (>= 0.8.3),
+ libtalerexchange (>= 0.9.0),
+ libtalermerchant (>= 0.9.0),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
netbase,
+ sudo,
apache2 | nginx | httpd,
postgresql,
dbconfig-pgsql | dbconfig-no-thanks,
@@ -56,9 +55,9 @@ Package: libsync-dev
Section: libdevel
Architecture: any
Depends:
- libtalermerchant-dev (>= 0.8.3),
- libtalerexchange-dev (>= 0.8.4),
- libgnunet-dev (>=0.15.3),
+ libtalermerchant-dev (>= 0.9.0),
+ libtalerexchange-dev (>= 0.9.0),
+ libgnunet-dev (>=0.17.0),
${misc:Depends},
${shlibs:Depends}
Description: libraries to talk to a Sync provider (development)