This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pinentry-x2go. from 766bd1e debian/changelog: add entry for last change. new 07c3377 Add man page for pinentry-x2go. new b4542ae Port to Qt5. new 8f6f47e debian/pinentry-x2go.docs: Add THANKS file as doc file. new 3ad83b8 debian/upstream/changelog: Drop file. new 706372f debian/rules: Adopt from official Debian package. new 55bdf1c debian/control: Adopt from official Debian package. new f195774 debian/compat: Set to DH compat level version 9. new 30e2f8b ChangeLog: Point to debian/changelog. new ea9a2b4 debian/rules: Re-add --with autoreconf and --parallel as we use DH compat level 9. new 2ecf44a debian/upstream: Copy from official Debian package. new f25ce07 debian/watch: Copy from official Debian package. new ccd619b debian/source/format: Set to 1.0. new fca82f2 debian/pinentry-x2go.manapages: Install pinentry-x2go.1 man page into pinentry-x2go bin:pkg. new d3edcab debian/changelog: some layout changes The 14 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: ChangeLog | 1 - configure.ac | 4 +- debian/changelog | 23 +++++ debian/compat | 2 +- debian/control | 26 ++--- debian/pinentry-x2go.docs | 1 + debian/pinentry-x2go.manpages | 1 + debian/rules | 28 ++++-- debian/source/format | 1 + debian/upstream/changelog | 1 - debian/upstream/metadata | 8 ++ debian/upstream/signing-key.asc | 210 ++++++++++++++++++++++++++++++++++++++++ debian/watch | 3 + pinentry-x2go/main.cpp | 8 +- pinentry-x2go/pinentry-x2go.1 | 63 ++++++++++++ pinentry-x2go/pinentry-x2go.pro | 3 +- 16 files changed, 350 insertions(+), 33 deletions(-) delete mode 120000 ChangeLog create mode 100644 debian/pinentry-x2go.manpages create mode 100644 debian/source/format delete mode 120000 debian/upstream/changelog create mode 100644 debian/upstream/metadata create mode 100644 debian/upstream/signing-key.asc create mode 100644 debian/watch create mode 100644 pinentry-x2go/pinentry-x2go.1 -- 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 07c3377b8b7e040a37b653cef1c4e7a6ae93e095 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 12:42:34 2018 +0100 Add man page for pinentry-x2go. --- debian/changelog | 4 +++ pinentry-x2go/pinentry-x2go.1 | 63 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/debian/changelog b/debian/changelog index 98fef57..af4732b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,10 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - Uploaders: add myself. Also, force a rebuild due to the changed versioning. + [ Mike Gabriel ] + * New upstream version (0.7.5.10): + - Add man page for pinentry-x2go. + -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 pinentry-x2go (0.7.5.9-0x2go1) unstable; urgency=low diff --git a/pinentry-x2go/pinentry-x2go.1 b/pinentry-x2go/pinentry-x2go.1 new file mode 100644 index 0000000..4909466 --- /dev/null +++ b/pinentry-x2go/pinentry-x2go.1 @@ -0,0 +1,63 @@ +.TH X2Go 1 "13 June 2012" +.SH NAME +pinentry\-x2go \- PIN or pass-phrase add-on for X2Go Client +.PP +.SH SYNOPSIS +\fBpinentry\-x2go\fB [\fIOPTION\fR...] +.SH DESCRIPTION +\fBpinentry\-x2go\fR is an add-on for X2Go Client. It allows +for secure entry of PINs or pass phrases. +That means it tries to take care that the entered +information is not swapped to disk or temporarily stored anywhere. +.PP +\fBpinentry\-x2go\fR is typically used internally by \fBx2goclient\fR +evoked by \fBgpg-agent\fR. +Users don't normally have a reason to call it directly. +.SH OPTIONS +.TP +\fB\-\-version\fR +Print the program version and licensing information. +.TP +\fB\-\-help\fR +Print a usage message summarizing the most useful command-line options. +.TP +\fB\-\-debug\fR, \fB\-d\fR +Turn on some debugging. Mostly useful for the maintainers. Note +that this may reveal sensitive information like the entered pass phrase. +.TP +\fB\-\-enhanced\fR, \fB\-e\fR +Ask for timeouts and insurance, too. Note that this is currently +not fully supported. +.TP +\fB\-\-no\-global\-grab\fR, \fB\-g\fR +Grab the keyboard only when the window is focused. Use this +option if you are debugging software using \fBpinentry\-x2go\fR; +otherwise you may not be able to to access your X session anymore (unless +you have other means to connect to the machine to kill +\fBpinentry\-x2go\fR). +.TP +\fB\-\-parent\-wid\fR \fIN\fR +Use window ID \fIN\fR as the parent window for positioning the window. +Note, that this is not fully supported by all flavors of \fBpinentry\fR. +.TP +\fB--display\fR \fISTRING\fR, \fB--ttyname\fR \fISTRING\fR, \fB--ttytype\fR \fISTRING\fR, \fB--lc-type\fR \fISTRING\fR, \fB--lc-messages\fR \fISTRING\fR +These options are used to pass localization information to +\fBpinentry-qt\fR. They are required because +\fBpinentry-qt\fR is usually called by +some background process which does not have any information on the +locale and terminal to use. Assuan protocol options are an +alternative way to pass these information. +.SH "SEE ALSO" +.BR x2goclient (1), +.BR gpg (1), +.BR gpg-agent (1) +.PP +The full documentation for +.B pinentry\-x2go +is maintained as a Texinfo manual. +.IP +.B info pinentry +.PP +should give you access to the complete manual. +.SH AUTHOR +This manual page has been derived from the pinentry-qt man page by Mike Gabriel. The pinentry-qt man page originally was written by Peter Eisentraut for the Debian project. -- 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 b4542ae7765763d2eeba6d9f67eab5f337a19cea Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 13:19:28 2018 +0100 Port to Qt5. --- configure.ac | 4 ++-- debian/changelog | 1 + pinentry-x2go/main.cpp | 8 +------- pinentry-x2go/pinentry-x2go.pro | 3 ++- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 8730a84..b541103 100644 --- a/configure.ac +++ b/configure.ac @@ -145,10 +145,10 @@ Makefile AC_OUTPUT -for lrelease in $(which lrelease-qt4 lrelease 2>/dev/null); do +for lrelease in $(which lrelease lrelease-qt5 lrelease-qt4 2>/dev/null); do break; done; -for qmake in $(which qmake-qt4 qmake 2>/dev/null); do +for qmake in $(which qmake qmake-qt5 qmake-qt4 2>/dev/null); do break; done; if test -z "$lrelease"; then diff --git a/debian/changelog b/debian/changelog index af4732b..a9f4f36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low [ Mike Gabriel ] * New upstream version (0.7.5.10): - Add man page for pinentry-x2go. + - Port to / support Qt5. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 diff --git a/pinentry-x2go/main.cpp b/pinentry-x2go/main.cpp index ecbc812..4ac754e 100644 --- a/pinentry-x2go/main.cpp +++ b/pinentry-x2go/main.cpp @@ -39,8 +39,6 @@ #include <QTranslator> #include <QLocale> -#include <QPlastiqueStyle> - #include "pinentrydialog.h" @@ -218,11 +216,7 @@ main (int argc, char *argv[]) else app->installTranslator(&qtTranslator); - - - app->setStyle(new QPlastiqueStyle()); - - + app->setStyle("fusion"); /* Consumes all arguments. */ if (pinentry_parse_opts (argc, argv)) diff --git a/pinentry-x2go/pinentry-x2go.pro b/pinentry-x2go/pinentry-x2go.pro index f8b4edd..c46dac3 100644 --- a/pinentry-x2go/pinentry-x2go.pro +++ b/pinentry-x2go/pinentry-x2go.pro @@ -19,9 +19,10 @@ TRANSLATIONS += pinentry-x2go_da.ts \ pinentry-x2go_zh_tw.ts TEMPLATE = app -TARGET = +TARGET = pinentry-x2go DEPENDPATH += . INCLUDEPATH += . +QT += widgets # Input HEADERS += pinentrydialog.h pinlineedit.h -- 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 8f6f47e6e523c7198e0accb92e9e7a037bc7ad54 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 12:45:30 2018 +0100 debian/pinentry-x2go.docs: Add THANKS file as doc file. --- debian/changelog | 2 ++ debian/pinentry-x2go.docs | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index a9f4f36..d54e09c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low * New upstream version (0.7.5.10): - Add man page for pinentry-x2go. - Port to / support Qt5. + * debian/pinentry-x2go.docs: + + Add THANKS file as doc file. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 diff --git a/debian/pinentry-x2go.docs b/debian/pinentry-x2go.docs index 50bd824..ffe5fe2 100644 --- a/debian/pinentry-x2go.docs +++ b/debian/pinentry-x2go.docs @@ -1,2 +1,3 @@ NEWS README +THANKS -- 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 3ad83b89b9e1d8831b3c972eb178f1d3266cdd4a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 12:45:49 2018 +0100 debian/upstream/changelog: Drop file. --- debian/changelog | 2 ++ debian/upstream/changelog | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d54e09c..e82b44f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - Port to / support Qt5. * debian/pinentry-x2go.docs: + Add THANKS file as doc file. + * debian/upstream/changelog: + + Drop file. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 diff --git a/debian/upstream/changelog b/debian/upstream/changelog deleted file mode 120000 index 0891c85..0000000 --- a/debian/upstream/changelog +++ /dev/null @@ -1 +0,0 @@ -../changelog \ No newline at end of file -- 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 706372f0ef03cb62533deed799c7514baf96add2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 12:46:35 2018 +0100 debian/rules: Adopt from official Debian package. --- debian/changelog | 2 ++ debian/rules | 28 ++++++++++++++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index e82b44f..a7b0d57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low + Add THANKS file as doc file. * debian/upstream/changelog: + Drop file. + * debian/rules: + + Adopt from official Debian package. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 diff --git a/debian/rules b/debian/rules index 04fb07d..65bcfd6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,23 +1,29 @@ #!/usr/bin/make -f -export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + +export QT_SELECT=qt5 %: - dh --with autoreconf $@ + dh $@ + +override_dh_autoreconf: + ln -s debian/upstream/changelog ChangeLog + dh_autoreconf override_dh_auto_install: -override_dh_auto_test: override_dh_auto_clean: - dh_auto_clean || true + -dh_auto_clean rm -f INSTALL rm -f Makefile.in rm -f aclocal.m4 rm -f assuan/Makefile.in + rm -f compile rm -f confdefs.h + rm -f config.h.in rm -f config.guess rm -f config.sub rm -f configure @@ -30,5 +36,11 @@ override_dh_auto_clean: rm -f missing rm -f pinentry/Makefile.in rm -f secmem/Makefile.in + rm -f ChangeLog rm -f doc/mdate-sh - rm -f doc/texinfo.tex \ No newline at end of file + rm -f doc/texinfo.tex + rm -f pinentry-x2go/pinentry-x2go_*.qm + rm -f pinentry-x2go/qmake_qmake_immediate.qrc + +get-orig-source: + uscan --noconf --force-download --rename --download-current-version --destdir=.. -- 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 55bdf1c7fbfb039f4948cd20c3f841d58b596cbf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 12:55:37 2018 +0100 debian/control: Adopt from official Debian package. --- debian/changelog | 2 ++ debian/control | 26 ++++++++++++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index a7b0d57..69150f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low + Add THANKS file as doc file. * debian/upstream/changelog: + Drop file. + * debian/control: + + Adopt from official Debian package. * debian/rules: + Adopt from official Debian package. diff --git a/debian/control b/debian/control index 7098f6d..e251e6f 100644 --- a/debian/control +++ b/debian/control @@ -7,14 +7,13 @@ Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, Mihai Moldovan <ionic@ionic.de>, Build-Depends: - debhelper (>= 7.0.50~), + debhelper (>= 9), autotools-dev, libglib2.0-dev (>= 2.15.5), m4, - qt4-qmake, - libqt4-dev, + qtbase5-dev, dh-autoreconf, -Standards-Version: 3.9.5 +Standards-Version: 4.2.1 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 @@ -28,12 +27,15 @@ Conflicts: pinentry-x2go-gtk, Replaces: 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. +Description: OpenPGP (smart)card authentication dialog window for X2Go Client + X2Go is a serverbased computing environment with + - session resuming + - low bandwidth support + - session brokerage support + - client-side mass storage mounting support + - client-side printing support + - audio support + - authentication by smartcard and USB stick . - Based on original pinentry-qt software, modified for x2goclient. - . - Web sites: - - http://www.x2go.org/ - - http://www.gnupg.org/aegypten/ + This package contains an X2Go Client add-on. The add-on provides a PIN or + passphrase dialog window for OpenPGP (smart)card authentication with X2Go. -- 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 f195774e2e23348d457e8c0b7f5aa2121c536409 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 12:55:55 2018 +0100 debian/compat: Set to DH compat level version 9. --- debian/changelog | 2 ++ debian/compat | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 69150f1..36c5694 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low + Drop file. * debian/control: + Adopt from official Debian package. + * debian/compat: + + Set to DH compat level version 9. * debian/rules: + Adopt from official Debian package. diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 -- 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 30e2f8b7c9be4631ce8ff56c1d4a5839058c9e10 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 12:57:21 2018 +0100 ChangeLog: Point to debian/changelog. --- ChangeLog | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 91d036c..94e9d8f 120000 --- a/ChangeLog +++ b/ChangeLog @@ -1 +1 @@ -debian/upstream/changelog \ No newline at end of file +/home/mike/MyDocuments/4projects/x2go-upstream/pinentry-x2go.upstream/pinentry-x2go/debian/changelog \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 36c5694..2aa745c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low * New upstream version (0.7.5.10): - Add man page for pinentry-x2go. - Port to / support Qt5. + - ChangeLog: Point to debian/changelog. * debian/pinentry-x2go.docs: + Add THANKS file as doc file. * debian/upstream/changelog: -- 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 ea9a2b4f511831598519ae3a345f1b3f08fadfc3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 13:01:57 2018 +0100 debian/rules: Re-add --with autoreconf and --parallel as we use DH compat level 9. --- ChangeLog | 1 - debian/changelog | 1 + debian/rules | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog deleted file mode 120000 index 94e9d8f..0000000 --- a/ChangeLog +++ /dev/null @@ -1 +0,0 @@ -/home/mike/MyDocuments/4projects/x2go-upstream/pinentry-x2go.upstream/pinentry-x2go/debian/changelog \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 2aa745c..c2632c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low + Set to DH compat level version 9. * debian/rules: + Adopt from official Debian package. + + Re-add --with autoreconf and --parallel as we use DH compat level 9. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 diff --git a/debian/rules b/debian/rules index 65bcfd6..858ca9e 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ include /usr/share/dpkg/buildflags.mk export QT_SELECT=qt5 %: - dh $@ + dh $@ --with autoreconf --parallel override_dh_autoreconf: ln -s debian/upstream/changelog ChangeLog -- 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 2ecf44a7b5e6bb07717d74e22889d32d71334095 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 13:22:26 2018 +0100 debian/upstream: Copy from official Debian package. --- debian/changelog | 1 + debian/upstream/metadata | 8 ++ debian/upstream/signing-key.asc | 210 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 219 insertions(+) diff --git a/debian/changelog b/debian/changelog index c2632c7..9616038 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low * debian/rules: + Adopt from official Debian package. + Re-add --with autoreconf and --parallel as we use DH compat level 9. + * debian/upstream: Copy from official Debian package. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..46d3429 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,8 @@ +Name: PinEntry X2Go +Bug-Database: https://bugs.x2go.org/src:pinentry-x2go +Bug-Submit: https://bugs.x2go.org/Reporting.html +Contact: x2go-dev@lists.x2go.org +Donation: https://wiki.x2go.org/doku.php/doc:sponsors +Repository: git://code.x2go.org/pinentry-x2go.git +Repository-Browse: https://code.x2go.org/gitweb?p=pinentry-x2go.git;a=summary +Security-Contact: security@lists.x2go.org diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..0e6e7d6 --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,210 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQINBFAI/RwBEAC882z9DZ0OqvdoswfZD6sWlHH43iTc2QUibyHEhz/Jov8UQLPK +qUncNd9QMcQ3zp2NnU9tS4j5IY/QPcBMR96ZNdl9PWpV/Ubs6yZ9PK2/DBt3Noos +FZUN2KrHbnbED5zf9sEHyRuBTnDtVRtskQlaFreX5NSZ1ndqJrC1Uqm64Mf+0mC8 +7D1QRlNkH7OQmMK+u6EN8a1IZae7mDzzStgzvbvm1BZ6XDJ6ThNckvGEhgSbPF16 +9zfW6a0mdlOjkmW50VIQg3wjtVHxlIYqFnH4KGp2kYslJR3SIB7ntbNW1wVQm8d2 +vAnnnzXWNFFuIqOj7z6ylIL9lVTPEBen3rgDsha7/YCR5d4Kez4piKKbAMBxeSxZ +yzz90YRtp/zIqjotfQt6Q05mAi9xVfvbi+XKBcGtoU89g5aekFi7bkrpxDB/JCAA +VaLz0Mrpz0/33Pffhnf5a9JUvk6UhNmYBEknLn7fuO3WF0Q6Q58QvMYvHxpxAr3X +nywyYFic8o71lxWB8D/Y2bhwHE3098BJhI80DLznx7cmuInORg0AnV5AArkdCBNa +p+bh0rVbQXxOzKT3ETPkKBKbMRhAWtCiQfGGzOzVvtGzMw+yZMnGIEfJ7Dqe5URF +rvRPJYlIJLPsa3josVtIMjaeK6xIG2o7c8qN/H89nNyplQkt+Vx28x3dewARAQAB +tC9NaWtlIEdhYnJpZWwgPG1pa2UuZ2FicmllbEBkYXMtbmV0endlcmt0ZWFtLmRl +PokCQAQTAQgAKgIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAIZAQUCUWUgKQUJ +CsIkhAAKCRCa9GswJXcbMSVTEACKK4yB3eZJHV1F2bm8lvJCYsqhnuxmIGrZgXPa +Apv2gItUdqiaHLTboa0MFIfhT29tJ7FYSD3xto9VX7tocegoUoRct+YVFiubiqge +PTe1GU7eNER5i3UyG+b/o8jhDAQzv+GDH8jPFQ3CfbR5DyW9JMhncKbOrCtSI0Zy +s2QdGjZJf22wUdkJF67Aac/Ohktjg/Lriv/swZXo4azE3BoCfPBVnxqQ0f5Cno/J +NyLDRYEHvU6+vRsX0nsfmLi8AMYu0OD2/WSluRDLUK59fumBJSHNdxxnQ0aU4pZk +FvLvP6XVG/RjnLiYpzTi78cSNLzcTxC2GqrZh4s6NVho70ZVhyAc8xFp2zcoD/YT +iOI8cbetnxWDtMOY9i+0GKYK/FAlUkBhcKPKJfpWcBxGsUnV5XI2XDKMsL1sQafo +eYz0afVcXEOnNoHiwJ2/Ez6G+TrJU8cSNsLd3eClimIoRNLUE0m4eE+SnVJSJxeq +VlJhTFAtILSJ75u+N+SoP5d+PZc1aR88M3oVbjbNkQlVxqah6Ag5Tg/mOKX5lsbx +Par35hhpQU1YukRDOFoAcvry79yp+Kh+OU/S3TNp2z6epTgAoSwZz+k+s9R/WG5s +qUEarWQLbOM3J7740qkrvz7C949fgXO4GwLBl6p4skQZonIFNqp6QlqIUsTATlDu +94h2GLQhTWlrZSBHYWJyaWVsIDxtaWtlQHphdWJiZXJlci5uZXQ+iQI9BBMBCAAn +BQJR/1OqAhsDBQkKwiSEBQsJCAcDBRUKCQgLBRYCAwEAAh4BAheAAAoJEJr0azAl +dxsx/4EP/2/awZQxaUQYsbzPD8fky9UGFeJrgJhIHZvf3Zw8rfOK7xXO6SqS/+G2 +bSEIj1jxLZ9kFcjf2sjHn5AZTRqWPMOuL9rrnu1lqamqWjKwt5x54J+aRk/lU8n5 +mlVp3hsCVuIxyqlopgnIsuN9Djwnq79LHpWu4TgwgoEv8r0SXTqrxo07GVb3hdzI +XcNzLn53+Gnu3J+b7PjtOodpwS+vjzz8iEi3hdkDTmPeTdCXy2UP2tiojjX0VCMq +tszqHJWTFyM33PJzHc0WxdkmquZjX8VQUo2erJa6wUiA8pjkjVQeqrQGozf3MHN2 +VxqbY7UVGdd3Vhcs0NBRaRq7PMjWVbb9OG0FAFD1bulFu4gp8am1n1BqQJx7OPVy +BhUvhRvh41RPtcTmdGZSFDDUSJh0YEhZW0jp+SGwiTjN/YK2W0C/TYmAhwnL3tcx +Q1Zp/7jubNZJChwa0BYQAwRm7USUDFXKU62shk5dMi2yFmxd4z+1A+JLvEAibfhd +Tb/ghJpnpQMl6a1ADdyV7NiMEldXFWydUzHnNBuKdGqlg/mfEQnQ7T/3W3a9+4MM +NTsrFIgVhm+CjaltzyzqKH51VBK0X3PalMvgNBudGi2fe+7K4pbnduBRnycYYoxX +57GhonEIEo2eRcc3mrkgK5Nms56oEE754xXF5D/T/QRnoFhYT8iKtClNaWtlIEdh +YnJpZWwgPG1nYUBpbmZvcm1hdGlrLnVuaS1raWVsLmRlPokCPQQTAQgAJwUCUf9T +sgIbAwUJCsIkhAULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRCa9GswJXcbMW/V +D/9xYGjJGVtUQwP1EFtkTnh+ZvP/un2xg7rrCitTfzIRoYB65WvjAOi8DPcora5D +fYdYsS1DNOeyZRVI/L2XZ7gUvxH3WbTzRn4jb/Q/QORMB2Nu67IvvtdZPEA4W4OK +rYdSuaZDa8h2/a/eciLgu4gFiKDTJXuaDfeyXD/9pqhzHCwRbpaD7JNwSIJzKx1l +p9J2KC3CcqAcr8s2njYT6QYItGiwL0lkuM/I0IN8xoYvdrjXwDz4Z29AB8gRQR7f +LsewSzkHa2ljxQ6fvB/CPHEZPiSrKrLbr7r2l2EEkTqcR7Kp211yVAnRezeED9Tq +9UTUVCLwJduRo7uV9XdmRVyWn3BuyNFr19JeeHKxnhvvBGifK3BLm1qUltYQpcvm +FjhmWILGFdy7d0qhelVSsMH6Fi2wjYs9U9YU+gjFsSY7ernbYrdK0hae5mSzN08f +KZrdUH+NxTZvxB1CkSSf/zEaoptR9Dt7ZKcBgKXajEgseTz7eeyqbiDzEudvvo0S +bdOZWfKpztYHscdkKuXW9I740XzoeNWW2ir6WHhuZpUj+nqS+WKUGq1jcKvDuLCX +hoX8YwGHTFR+XbwxAcdbvCiCK/y2SSMb5I2z4C6BK6oKUhwyMxEYHeZKPPuIh7OX +7die8aLjKkAyl6UfjZ6GtsegnlCZymqNoFHSMebH2gH1o7QqTWlrZSBHYWJyaWVs +IDxtaWtlLmdhYnJpZWxAc3Vud2VhdmVycy5uZXQ+iQI9BBMBCAAnBQJR/1OyAhsD +BQkKwiSEBQsJCAcDBRUKCQgLBRYCAwEAAh4BAheAAAoJEJr0azAldxsxPdkQAKil +9j+pcIYcyCUA8pkFaM5cHbmnjKZAEYHNDqmdrHkUQQDngZu4oVGU0BsHDwfaZVM5 +QP8V+g9nZXPQ144qKsna5m8MRfaXnej4kc1UsaU8sSkoSnw0SPWcCmuwcw2WhgET +qdsSsqeD5kDue4p99FwHgDDeNMLxZ+epgPs8A87459/F65luukuGVzwSpZ/cJmCn +2rbFT8IxVs2zb5Q9Fkk2l973uDgL6giiMKsNrrz5SggkKXHEQrxhOAs/CRco5CA8 +iEAUzYA79giYbj1UttfhE9HXbDqxFK6VBrhUVK9FzYxlVtlTnFVkAN3YGCCAttfU +ZRs60sdFXk+ppSLNlHSlhfuJ3DW3sv8/07s01FFbDqt0fGj/GhoYTbrv5KGT8/bp +rdPPYTlmRP4m9JHWTNtTUtBOdvbJ3EvQOgVcyJW+eC0a93yms6gZ1pEoxTlu45yb +N+QfM+ZdyRpgtGqboIB1GLM+gw7CHZqqFZJY4LxjIftT0dBP2B7Yn5fPKVfi+Ea0 +i6WCTURMVc7HKdr/7yoFQkahen3CVsM9qJ5HalM0d1UwNOKSedbTOLc6M+xUZyxt +vgfQODwiPEUay3GuL7NW0GuWlHmWVLyPpyfhu65ZKKurn6Q+Z8yJU/f9vEYvt7Tx +kfBXr8WTT7jgvzZJT1+b09I/XiV5RcGvOfXmiJcwtCtNaWtlIEdhYnJpZWwgPG1p +a2UuZ2FicmllbEBtb29ud2VhdmVycy5uZXQ+iQI9BBMBCAAnBQJR/1OyAhsDBQkK +wiSEBQsJCAcDBRUKCQgLBRYCAwEAAh4BAheAAAoJEJr0azAldxsxESsP/2oECQab +zFWAGocjiaOFPmBoJfUm7s3dkNiGTVBAW4P8h/Y+Y70GsMQ2bJXArs/XRpHvono/ +GRyo6FSsqcK67LRI1lw5czIBV5ZPpoeaoLMRqd69nSut5/7+DbyfYE2S9ywmcGsJ +L7uqFEMiMw/v+iiiBTnpwNQwm9pwQKm3Tj2AqacaYteuVu5/vAkD9bJGkDbYVQ5O +v9LXIOUZrxlNOrTUDC4Dq5FbKbV4PKm8q1kWun5V2psQc8biKyLoCumcRpm1Pnxv +LhNzZ67Tje4kYznMhGDKQ+fts+vtuDH2pluiiqqk0lw7qOOuelTzb44SKKgvarrc +7KWSJs4Jzcbi5JaJ1uIDXhJJtAtGItGmoaRUDPk8m25lDyPXE44M8bkzeriPt6pc +8+jFcz96X7BTaRJTkaZKLfQdMlMnmRp4IG+J08aVEsXUfjTMq+RaZOAWYiHaRhB7 +N7Pq/EMGS/RDvT7xPvzBb9ghj3N883IyKC657MBhXT/l6Xxc5PA+yabfCPGKChr+ +ZBp6sW0mt6FudBhvj7lR1wNYAgqxJ+lnyMME47kYwwo60FSCadBthwy+fVqotw9w +6zoD1ztj1z9xwYKnMhXY2WiOvQIKng/RmfqS40or8fNFSMG448J34YqTpSJQ9tN6 +wT2hALTcMNayV09AYm+sWiizrT1eWh7xLJ2ttCVNaWtlIEdhYnJpZWwgPG1pa2Uu +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 +=+XWS +-----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQENBE2tuy4BCADGBBdB0ODen5YK/QkIrngZygroJg2SA/THvQHQ3COU0YZM3WGn +rgj1noGygBDPbf5CeUM6oFW1xeW40LAxl5RNN2qFFQQFoccZ/4RwhVcAUQBxptbJ +L1wk/A+U49eL5QnoqSSCp+26fLJNizFgXL6r78oVbG/KIC4dZyNo9K5aA5xNxz1w +eW5HMXJI06QJjqF4NRAXYwqPnR1iiVsCzQUTKx8U/KCIkbay94Bvgk6vCLi62Cw5 +Z407c8NOmXw8BqrNVqgNGwkylLP3ly+ccL0GNNBLKzt7S29Oe4pbl6kfFwd2fcPk +yXAkMXnNcrpsna6M93pVNSWy0H0DEXlHvr5tABEBAAG0K1gyZ28gR2l0IEFkbWlu +aXN0cmF0b3IgPGdpdC1hZG1pbkB4MmdvLm9yZz6JATgEEwECACIFAk2tuy4CGwMG +CwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEPSnZ4ycawsrUucIAKsISRirU6qb +LvmaAsSHuzJVknEning3FYNsoCGN8BzERwLEJXfzibu9i6ULI5guYwjR7/P9QRuo +al3FN85+cOYwENOYXYqdEQTcrszLFCattQw2IVg5zfq9P6BmjtXWceMkcMreH03v +i3UwY/D/14ORWvPX/JVis/ARlUPo5jN97EEJbWSpkvHwgeakzEfptIqpDW/j1wNe +ENpB94jgHM9br0bOGH1VXseOqN141lGgoqH1IQdc/LqDls6VXZD2WjpjFQFWWEE5 +J/YohX5eF5VGRT+uuTeFr87/lQBZHq+F3KlA5aCwBOcu91J8RVPJfrEsoPWgX6Df +Fr7XVCHZAhG5AQ0ETa27LgEIAMAX7bqT3jW1Ffr4Ndh94cYopDGUuyStwiFBMW7L +wWEc6Go9D3T/0e3vLfktDOgstckHNlz5Wv+Q4j0gpTcseqC3bn0VGPHQyNARfYvL +guabqHeFxxFHYHo9RawHEfTYWFRw+h/2INtihOyNuzJVltrpPmkiTTQ9p5lKH+QR +a2zJSPZjQA+CSg+IpLfC9YEDiU8s4BQfPPI+2TptO8iCqDpIEXETGdIXdwp9PzKP +pBSK1rBiPnCF+LyqYY6JInhQqvT4SCdYg6ukDMjmYEJ4ID7yr3J2meb8X0xKWfwn +cGee8P4NQCOlKg7m3j88E/NDSh4waA2uech5x6u7tfiyJ40AEQEAAYkBHwQYAQIA +CQUCTa27LgIbDAAKCRD0p2eMnGsLKyFfCADEy04ycshk1WSwNMrL7nXvDDLpe63f +tOcODEDDOxoQ283U9yHV4/1p3CYM5YN7y5kHvvTD56/6ULs89iZhTZe1TIm3FQxQ +MYvuI2Auy4AVbEFCKWTg6+PgWeLvLoGsQ0edTb9OwyiaawVlOwGxjRVoU7E0V8xs +h9rIY/11F6w6kAEBYxEGqoZthefhODjn7Ffxs4fZYPevw/w4/rwa6DwyQNuybCac +IiVGUmcLGBYa0C+qiwLY3LFekfmEmFIwaeADI/crDKJOL1Qss/TkXERtZ73gJRfD +EKS4kfioXKwMYFGuN5rfcdqODk0nHDSWu9833dlH2+c3fcSIWVIMXEPG +=b3FB +-----END PGP PUBLIC KEY BLOCK----- -- 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 f25ce07738e2eb7ca426ef8eed00860584863d36 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 13:22:48 2018 +0100 debian/watch: Copy from official Debian package. --- debian/changelog | 1 + debian/watch | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9616038..e746eaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low + Adopt from official Debian package. + Re-add --with autoreconf and --parallel as we use DH compat level 9. * debian/upstream: Copy from official Debian package. + * debian/watch: Copy from official Debian package. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e0ed379 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=pgpsigurlmangle=s/$/.asc/ \ +https://code.x2go.org/releases/source/pinentry-x2go/pinentry-x2go-(.+)\.tar\.gz -- 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 ccd619bbbaafe2c97aa9f200f8ad29399b3115c7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 13:23:09 2018 +0100 debian/source/format: Set to 1.0. --- debian/changelog | 1 + debian/source/format | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e746eaa..45ae705 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low + Re-add --with autoreconf and --parallel as we use DH compat level 9. * debian/upstream: Copy from official Debian package. * debian/watch: Copy from official Debian package. + * debian/source/format: Set to 1.0. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 -- 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 fca82f26a9315c1a2da47f2dcae8b851b3f23bb8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 13:23:55 2018 +0100 debian/pinentry-x2go.manapages: Install pinentry-x2go.1 man page into pinentry-x2go bin:pkg. --- debian/changelog | 2 ++ debian/pinentry-x2go.manpages | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 45ae705..bdd24e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - ChangeLog: Point to debian/changelog. * debian/pinentry-x2go.docs: + Add THANKS file as doc file. + * debian/pinentry-x2go.manapages: + + Install pinentry-x2go.1 man page into pinentry-x2go bin:pkg. * debian/upstream/changelog: + Drop file. * debian/control: diff --git a/debian/pinentry-x2go.manpages b/debian/pinentry-x2go.manpages new file mode 100644 index 0000000..0a5aa5e --- /dev/null +++ b/debian/pinentry-x2go.manpages @@ -0,0 +1 @@ +pinentry-x2go/pinentry-x2go.1 -- 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 d3edcab2c5373dc36a7631cee4476c10f5b6550b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 13:25:04 2018 +0100 debian/changelog: some layout changes --- debian/changelog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bdd24e0..1267709 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,9 +26,10 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low * debian/rules: + Adopt from official Debian package. + Re-add --with autoreconf and --parallel as we use DH compat level 9. - * debian/upstream: Copy from official Debian package. - * debian/watch: Copy from official Debian package. - * debian/source/format: Set to 1.0. + * debian/{upstream/,watch}: + + Copy from official Debian package. + * debian/source/format: + + Set to 1.0. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git