This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pinentry-x2go. from 74e20ed release 0.7.5.7 new 2d8c61b Revert "release 0.7.5.7" new 00b1ae7 Drop -lcap from LIBS in pinentry-x2go.pro. The 2 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: debian/changelog | 11 ++++++----- pinentry-x2go/pinentry-x2go.pro | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) -- Alioth's /srv/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 2d8c61b76a7bd478091dfa298eb79b90fa2426e7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 23 17:27:41 2014 +0200 Revert "release 0.7.5.7" This reverts commit 74e20ed24e8b6d6379908029785b8947df198647. --- debian/changelog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e257d8..c011dab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pinentry-x2go (0.7.5.7-0x2go3) unstable; urgency=low +pinentry-x2go (0.7.5.7-0x2go3) UNRELEASED; urgency=low [ Mike Gabriel ] * New upstream version (0.7.5.7): @@ -33,17 +33,17 @@ pinentry-x2go (0.7.5.7-0x2go3) unstable; urgency=low [ Martti Pitkänen ] * New upstream version (0.7.5.7): - - New translation of PIN-Entry X2Go into Finnish. + - Add Finnish translation file. - [ Jos Wolfkamp ] + [ Jos ] * New upstream version (0.7.5.7): - - New translation of PIN-Entry X2Go into Dutch. + - New translation file of PIN-Entry X2Go into Dutch. [ Ricardo Díaz Martín ] * New upstream version (0.7.5.7): - New translation of PIN-Entry X2Go into Spanish. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 23 Aug 2014 17:18:37 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 20 Aug 2014 15:53:05 +0200 pinentry-x2go (0.7.5.6-0~x2go1) unstable; urgency=low -- Alioth's /srv/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 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