summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog2
-rw-r--r--debian/control16
3 files changed, 11 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 7cb6627..3cf2354 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([sync], [0.8.3], [taler-bug@gnu.org])
+AC_INIT([sync],[0.8.3],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/sync/sync-httpd.c])
AC_CONFIG_HEADERS([sync_config.h])
# support for non-recursive builds
@@ -15,7 +15,7 @@ AM_SILENT_RULES([yes])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_AWK
-AC_PROG_CC_C99
+AC_PROG_CC
AC_PROG_OBJC
AC_PROG_INSTALL
AC_PROG_LN_S
diff --git a/debian/changelog b/debian/changelog
index 52acf75..82bcd1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sync (0.9.0) unstable; urgency=low
+sync (0.8.99) unstable; urgency=low
* Updating to latest pre-release from Git.
diff --git a/debian/control b/debian/control
index a155c79..a8149e8 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.9.0),
- libtalermerchant-dev (>= 0.9.0),
+ libgnunet-dev (>=0.17.1),
+ libtalerexchange-dev (>= 0.8.99),
+ libtalermerchant-dev (>= 0.8.99),
libpq-dev (>=13.0),
pkg-config,
po-debconf,
@@ -37,8 +37,8 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.9.0),
- libtalermerchant (>= 0.9.0),
+ libtalerexchange (>= 0.8.99),
+ libtalermerchant (>= 0.8.99),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
@@ -56,9 +56,9 @@ Package: libsync-dev
Section: libdevel
Architecture: any
Depends:
- libtalermerchant-dev (>= 0.9.0),
- libtalerexchange-dev (>= 0.9.0),
- libgnunet-dev (>=0.17.0),
+ libtalermerchant-dev (>= 0.8.99),
+ libtalerexchange-dev (>= 0.8.99),
+ libgnunet-dev (>=0.17.1),
${misc:Depends},
${shlibs:Depends}
Description: libraries to talk to a Sync provider (development)