summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control21
2 files changed, 16 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 1939969..819b135 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sync (0.9.3) unstable; urgency=low
+
+ * First work towards packaging v0.9.3.
+
+ -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Sep 2023 23:50:12 +0200
+
sync (0.9.2) unstable; urgency=low
* Packaging latest release.
diff --git a/debian/control b/debian/control
index c2599e3..a693697 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Build-Depends:
autopoint,
debhelper-compat (= 12),
gettext,
- libgnunet-dev (>=0.17.1),
- libtalerexchange-dev (>= 0.8.99),
- libtalermerchant-dev (>= 0.8.99),
+ libgnunet-dev (>=0.20),
+ libtalerexchange-dev (>= 0.9.3),
+ libtalermerchant-dev (>= 0.9.3),
libpq-dev (>=13.0),
pkg-config,
po-debconf,
@@ -42,18 +42,17 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.8.99),
- libtalermerchant (>= 0.8.99),
+ libtalerexchange (>= 0.9.3),
+ libtalermerchant (>= 0.9.3),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
netbase,
- sudo,
- apache2 | nginx | httpd,
${misc:Depends},
${shlibs:Depends}
Recommends:
- postgresql (>=13.0)
+ postgresql (>=13.0),
+ apache2 | nginx | httpd
Description: GNU Taler's encrypted backup store.
.
A Sync provider enables a GNU Taler wallet to store
@@ -65,9 +64,9 @@ Package: libsync-dev
Section: libdevel
Architecture: any
Depends:
- libtalermerchant-dev (>= 0.8.99),
- libtalerexchange-dev (>= 0.8.99),
- libgnunet-dev (>=0.17.1),
+ libtalermerchant-dev (>= 0.9.3),
+ libtalerexchange-dev (>= 0.9.3),
+ libgnunet-dev (>=0.20),
${misc:Depends},
${shlibs:Depends}
Description: libraries to talk to a Sync provider (development).