This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pinentry-x2go. from 1620982 Drop pinentry-x2go_<lang>.qm binary files from source tree. new bdc5a1e Drop libcap check from configure.ac. This fork of pinentry does not contain code that builds against libcap anymore. new a480847 debian/control: several modifications... new 74e20ed release 0.7.5.7 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: configure.ac | 13 ------------- debian/changelog | 18 +++++++++++++----- debian/control | 29 +++++++++++++++++++++-------- pinentry-x2go.spec | 2 +- 4 files changed, 35 insertions(+), 27 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 bdc5a1e125543eff5de066eec80a3757e0b1de3d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 23 17:15:08 2014 +0200 Drop libcap check from configure.ac. This fork of pinentry does not contain code that builds against libcap anymore. * debian/control: + Drop B-D: libcap-dev. * pinentry-x2go.spec: + Drop from BR: libcap-devel. --- configure.ac | 13 ------------- debian/changelog | 5 +++++ debian/control | 2 +- pinentry-x2go.spec | 2 +- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/configure.ac b/configure.ac index 7b5253f..0165398 100644 --- a/configure.ac +++ b/configure.ac @@ -125,19 +125,6 @@ dnl Checks for libsecmem. GNUPG_CHECK_TYPEDEF(byte, HAVE_BYTE_TYPEDEF) GNUPG_CHECK_TYPEDEF(ulong, HAVE_ULONG_TYPEDEF) -dnl Check for libcap -AC_ARG_WITH([libcap], AC_HELP_STRING([--without-libcap], - [Disable support for capabilities library])) - -if test "x$with_libcap" != "xno"; then - AC_PATH_PROG(SETCAP, setcap, :, "$PATH:/sbin:/usr/sbin") - AC_CHECK_LIB(cap, cap_set_proc, [ - AC_DEFINE(USE_CAPABILITIES,1,[The capabilities support library is installed]) - LIBCAP=-lcap - ]) -fi -AC_SUBST(LIBCAP) - dnl dnl Check for curses pinentry program. dnl diff --git a/debian/changelog b/debian/changelog index f3d616e..55bb04a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,10 @@ pinentry-x2go (0.7.5.7-0x2go3) UNRELEASED; urgency=low have translators for. - Drop pinentry-x2go_<lang>.qm binary files from source tree. + - Drop libcap check from configure.ac. This fork of pinentry + does not contain code that builds against libcap anymore. + * debian/control: + + Drop B-D: libcap-dev. * debian/source/format: + Add file, use format 1.0. * debian/rules: @@ -18,6 +22,7 @@ pinentry-x2go (0.7.5.7-0x2go3) UNRELEASED; urgency=low + Remove more buildcruft. * pinentry-x2go.spec: + Add spec file for building RPM packages. Inspired by OpenSuSE spec file. + + Drop from BR: libcap-devel. [ Orion Poplawski ] * New upstream version (0.7.5.7): diff --git a/debian/control b/debian/control index 803d206..acbcfdd 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: X2Go Developers <x2go-dev@lists.berlios.de> Uploaders: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libqt4-gui, libcap-dev, libglib2.0-dev (>= 2.15.5), m4, qt4-qmake, libqt4-dev, dh-autoreconf +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libqt4-gui, libglib2.0-dev (>= 2.15.5), m4, qt4-qmake, libqt4-dev, dh-autoreconf Standards-Version: 3.9.3 Homepage: http://code.x2go.org/releases/source/pinentry-x2go Vcs-Git: git://code.x2go.org/pinentry-x2go.git diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec index c034b80..c5212dc 100644 --- a/pinentry-x2go.spec +++ b/pinentry-x2go.spec @@ -15,7 +15,7 @@ BuildRequires: autoconf >= 2.57, automake >= 1.7.6 %if 0%{!?fe19} || 0%{!?fe20} BuildRequires: gcc-c++ %endif -BuildRequires: libcap-devel, ncurses-devel +BuildRequires: ncurses-devel %if 0%{?el5} || 0%{?el6} BuildRequires: qt4-devel %else -- 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 a48084702711c45c024935114e9f73683342c0fb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 23 17:18:34 2014 +0200 debian/control: several modifications... + Bump Standards: to 3.9.5. No changes needed. + Arrange B-Ds and Ds in multi-line fields. + Beautify LONG_DESCRIPTION. --- debian/changelog | 3 +++ debian/control | 29 +++++++++++++++++++++-------- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55bb04a..c011dab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ pinentry-x2go (0.7.5.7-0x2go3) UNRELEASED; urgency=low - Drop libcap check from configure.ac. This fork of pinentry does not contain code that builds against libcap anymore. * debian/control: + + Bump Standards: to 3.9.5. No changes needed. + + Arrange B-Ds and Ds in multi-line fields. + + Beautify LONG_DESCRIPTION. + Drop B-D: libcap-dev. * debian/source/format: + Add file, use format 1.0. diff --git a/debian/control b/debian/control index acbcfdd..86f4103 100644 --- a/debian/control +++ b/debian/control @@ -5,23 +5,36 @@ Maintainer: X2Go Developers <x2go-dev@lists.berlios.de> Uploaders: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libqt4-gui, libglib2.0-dev (>= 2.15.5), m4, qt4-qmake, libqt4-dev, dh-autoreconf -Standards-Version: 3.9.3 +Build-Depends: + debhelper (>= 7.0.50~), + autotools-dev, + libqt4-gui, + libglib2.0-dev (>= 2.15.5), + m4, + qt4-qmake, + libqt4-dev, + dh-autoreconf, +Standards-Version: 3.9.5 Homepage: http://code.x2go.org/releases/source/pinentry-x2go Vcs-Git: git://code.x2go.org/pinentry-x2go.git Vcs-Browser: http://code.x2go.org/gitweb?p=pinentry-x2go.git;a=summary Package: pinentry-x2go Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-gui +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libqt4-gui, Conflicts: - pinentry-x2go-gtk + pinentry-x2go-gtk, Replaces: - pinentry-x2go-gtk + pinentry-x2go-gtk, Description: Qt4-based PIN or pass-phrase entry dialog for x2goclient This package contains a program that allows for entry of PINs or pass phrases. + . Based on original pinentry-qt software, modified for x2goclient. - Web site: - http://www.x2go.org/ - http://www.gnupg.org/aegypten/ + . + Web sites: + - http://www.x2go.org/ + - http://www.gnupg.org/aegypten/ -- 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 74e20ed24e8b6d6379908029785b8947df198647 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 23 17:19:21 2014 +0200 release 0.7.5.7 --- debian/changelog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index c011dab..2e257d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pinentry-x2go (0.7.5.7-0x2go3) UNRELEASED; urgency=low +pinentry-x2go (0.7.5.7-0x2go3) unstable; urgency=low [ Mike Gabriel ] * New upstream version (0.7.5.7): @@ -33,17 +33,17 @@ pinentry-x2go (0.7.5.7-0x2go3) UNRELEASED; urgency=low [ Martti Pitkänen ] * New upstream version (0.7.5.7): - - Add Finnish translation file. + - New translation of PIN-Entry X2Go into Finnish. - [ Jos ] + [ Jos Wolfkamp ] * New upstream version (0.7.5.7): - - New translation file of PIN-Entry X2Go into Dutch. + - New translation 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> Wed, 20 Aug 2014 15:53:05 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 23 Aug 2014 17:18:37 +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