This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 21fc52e6396635f8638e26a54c85e4ae73c6ece2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Nov 13 21:45:57 2018 +0100 configure.ac: Fix for above change. We want to express "0" by false, not true (BUILD_LIBPINENTRY_CURSES, we don't want that). --- configure.ac | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 51a1516..e6995cb 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ if test "$have_w32_system" = yes; then fi AM_CONDITIONAL(HAVE_W32_SYSTEM, test "$have_w32_system" = yes) -AM_CONDITIONAL(BUILD_LIBPINENTRY_CURSES, true) +AM_CONDITIONAL(BUILD_LIBPINENTRY_CURSES, false) dnl Checks for compiler features. if test "$GCC" = yes; then diff --git a/debian/changelog b/debian/changelog index b81da0c..8630d4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - Port to / support Qt5. - ChangeLog: Point to debian/changelog. - configure.ac: Fix "0: command not found" error. + - configure.ac: Fix for above change. We want to express "0" by false, + not true (BUILD_LIBPINENTRY_CURSES, we don't want that). - resources.rcc: Remove duplicate files. - assuan/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. * debian/pinentry-x2go.docs: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git