This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pinentry-x2go. from 8663419 pinentry-x2go.spec: pull in redhat-rpm-config manually. new bb78a5b configure.ac: Fix "0: command not found" error. new 5f00c92 resources.rcc: Remove duplicate files. new a88a68e assuan/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: assuan/Makefile.am | 2 +- configure.ac | 2 +- debian/changelog | 3 +++ pinentry-x2go/resources.rcc | 4 +--- 4 files changed, 6 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 5f00c92e0d862c484ee59b0d45651cb7372dede0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 12 20:53:17 2018 +0100 resources.rcc: Remove duplicate files. --- debian/changelog | 1 + pinentry-x2go/resources.rcc | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ec96843..edacd55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ 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. + - resources.rcc: Remove duplicate files. * debian/pinentry-x2go.docs: + Add THANKS file as doc file. * debian/pinentry-x2go.manapages: diff --git a/pinentry-x2go/resources.rcc b/pinentry-x2go/resources.rcc index 16004e9..34215af 100644 --- a/pinentry-x2go/resources.rcc +++ b/pinentry-x2go/resources.rcc @@ -2,8 +2,6 @@ <qresource> <file>icons/button_ok.png</file> <file>icons/button_cancel.png</file> - <file>pinentry-x2go_de.qm</file> - <file>pinentry-x2go_es.qm</file> <file>pinentry-x2go_da.qm</file> <file>pinentry-x2go_de.qm</file> <file>pinentry-x2go_es.qm</file> @@ -24,4 +22,4 @@ <file>qt_sv.qm</file> <file>qt_zh_tw.qm</file> </qresource> -</RCC> \ No newline at end of file +</RCC> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit bb78a5b3e992e77422346599a1d13aa11f340fe5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 12 20:50:54 2018 +0100 configure.ac: Fix "0: command not found" error. --- configure.ac | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b541103..51a1516 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, 0) +AM_CONDITIONAL(BUILD_LIBPINENTRY_CURSES, true) dnl Checks for compiler features. if test "$GCC" = yes; then diff --git a/debian/changelog b/debian/changelog index 0125ecf..ec96843 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - Add man page for pinentry-x2go. - Port to / support Qt5. - ChangeLog: Point to debian/changelog. + - configure.ac: Fix "0: command not found" error. * debian/pinentry-x2go.docs: + Add THANKS file as doc file. * debian/pinentry-x2go.manapages: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit a88a68e091e19b634cbbc6d4bd7a00bb9167684b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 12 20:53:55 2018 +0100 assuan/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. --- assuan/Makefile.am | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assuan/Makefile.am b/assuan/Makefile.am index df06ecf..70734e3 100644 --- a/assuan/Makefile.am +++ b/assuan/Makefile.am @@ -20,7 +20,7 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = mkerrors Manifest -INCLUDES = -I.. -I$(top_srcdir)/include +AM_CPPFLAGS = -I.. -I$(top_srcdir)/include BUILT_SOURCES = assuan-errors.c MOSTLYCLEANFILES = assuan-errors.c diff --git a/debian/changelog b/debian/changelog index edacd55..b81da0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - ChangeLog: Point to debian/changelog. - configure.ac: Fix "0: command not found" error. - resources.rcc: Remove duplicate files. + - assuan/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. * debian/pinentry-x2go.docs: + Add THANKS file as doc file. * debian/pinentry-x2go.manapages: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git