summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-07 14:17:46 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-07 14:17:46 +0200
commitc3ed3e51c3c39137270a12360dcbd81f0179ee12 (patch)
treefbb11a6e17cc5e8e08571dc0b7de13d67fe753f6
parent93feddd58ab9fb57fca3ca5c7db127796e3d1ef9 (diff)
downloadanastasis-c3ed3e51c3c39137270a12360dcbd81f0179ee12.tar.gz
anastasis-c3ed3e51c3c39137270a12360dcbd81f0179ee12.tar.bz2
anastasis-c3ed3e51c3c39137270a12360dcbd81f0179ee12.zip
bump versions for packaging
-rw-r--r--debian/changelog6
-rw-r--r--debian/control17
2 files changed, 14 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 3baf802..69a9697 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+anastasis (0.4.0) unstable; urgency=low
+
+ * First work towards packaging v0.4.0.
+
+ -- Christian Grothoff <grothoff@gnu.org> Thu, 7 Sep 2023 23:50:12 +0200
+
anastasis (0.3.2) unstable; urgency=low
* Official Anastasis 0.3.2 release.
diff --git a/debian/control b/debian/control
index 976254b..ee76885 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Build-Depends:
autopoint,
debhelper-compat (= 12),
gettext,
- libgnunet-dev (>=0.17.0),
- 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),
libsqlite3-dev (>=3.8),
pkg-config,
@@ -45,16 +45,15 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.8.99),
+ libtalerexchange (>= 0.9.3),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
netbase,
- sudo,
- apache2 | nginx | httpd,
${misc:Depends},
${shlibs:Depends}
Recommends:
+ apache2 | nginx | httpd,
postgresql (>=13.0)
Description: GNU's key escrow provider.
.
@@ -88,9 +87,9 @@ Package: libanastasis-dev
Section: libdevel
Architecture: any
Depends:
- libtalermerchant-dev (>= 0.8.99),
- libtalerexchange-dev (>= 0.8.99),
- libgnunet-dev (>=0.17.0),
+ libtalermerchant-dev (>= 0.9.3),
+ libtalerexchange-dev (>= 0.9.3),
+ libgnunet-dev (>=0.20),
${misc:Depends},
${shlibs:Depends}
Description: libraries to talk to a GNU Anastasis provider (development).