This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 00b1ae721bf8ebaf463a844d7717219da8ad89ba Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 23 17:28:56 2014 +0200 Drop -lcap from LIBS in pinentry-x2go.pro. --- debian/changelog | 1 + pinentry-x2go/pinentry-x2go.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c011dab..8e01269 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ pinentry-x2go (0.7.5.7-0x2go3) UNRELEASED; urgency=low tree. - Drop libcap check from configure.ac. This fork of pinentry does not contain code that builds against libcap anymore. + - Drop -lcap from LIBS in pinentry-x2go.pro. * debian/control: + Bump Standards: to 3.9.5. No changes needed. + Arrange B-Ds and Ds in multi-line fields. diff --git a/pinentry-x2go/pinentry-x2go.pro b/pinentry-x2go/pinentry-x2go.pro index f913bc4..97843ce 100644 --- a/pinentry-x2go/pinentry-x2go.pro +++ b/pinentry-x2go/pinentry-x2go.pro @@ -27,5 +27,5 @@ HEADERS += pinentrydialog.h pinlineedit.h FORMS += templatedlg.ui SOURCES += main.cpp pinentrydialog.cpp pinlineedit.cpp INCLUDEPATH += . .. ../pinentry ../assuan -LIBS += ../pinentry/libpinentry.a ../assuan/libassuan.a ../secmem/libsecmem.a -lcap +LIBS += ../pinentry/libpinentry.a ../assuan/libassuan.a ../secmem/libsecmem.a RESOURCES += resources.rcc -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git