This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2go-keyring. from d66821a debian/changelog: add entry for last change. new bd55c7e Makefile: remove unnecessary newline. new ce98036 debian/rules: add myself to Copyright header. new 554637f t/keyids-complete.t: use spaces instead of tabs. new 733a92d t/keyids-complete.t: more quotes and curly braces! new a00fa8f t/keyids-complete.t: even more quotes! new 77a3b1d t/keyids-complete.t: use the last directory in the stack instead of the top-level directory. new 06e8a4c runtests: use more quotes and curly braces. new b7cfdf2 runtests: use spaces instead of tabs. new 813971e debian/control: change maintainer to the mailing list. new 094efd9 debian/control: add the old package maintainer to the Uploaders field and myself. new f73e0f2 debian/control: add build dependency upon jetring to create keyring files more easily. new 92d470f debian/control: add build dependency upon gnupg, needed anyway. new cffced7 debian/control: add Multi-Arch: foreign. new 1ba7e94 debian/control: replace gnupg Recommends with a version-less one. new 981abfe debian/control: add ${misc:Depends}, mostly for good measure. The 15 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: Makefile | 2 +- debian/changelog | 20 ++++++++++++++++++++ debian/control | 13 ++++++++++--- debian/rules | 1 + runtests | 38 +++++++++++++++++++------------------- t/keyids-complete.t | 22 +++++++++++----------- 6 files changed, 62 insertions(+), 34 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit ce98036ffa6f392de89cad0c3b21de3e6cb19ca0 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 04:29:17 2016 +0200 debian/rules: add myself to Copyright header. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index f0daf90..6bd9d3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium [ Mihai Moldovan ] * Change string "X2go" to "X2Go" where appropriate. * Makefile: remove unnecessary newline. + * debian/rules: add myself to Copyright header. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/rules b/debian/rules index b508397..62f83c0 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ # Copyright 1994,1995 by Ian Jackson. # Copyright 1998-2003 James Troup # Copyright 2010-2015 Mike Gabriel +# Copyright 2016 Mihai Moldovan # I hereby give you perpetual unlimited permission to copy, # modify and relicense this file, provided that you do not remove # my name from the file itself. (I assert my moral right of -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit bd55c7e7dff4bb0ef5b16de33b7922d7080e1774 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 04:26:35 2016 +0200 Makefile: remove unnecessary newline. --- Makefile | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0789b9..8c585e7 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ output/changelog: debian/changelog debian/prerm: debian/prerm.template scripts/create-prerm-script - + test: ./runtests diff --git a/debian/changelog b/debian/changelog index 024c093..f0daf90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium [ Mihai Moldovan ] * Change string "X2go" to "X2Go" where appropriate. + * Makefile: remove unnecessary newline. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 733a92d9fac9f222d55fb14ef77ed352d9e01c67 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 04:42:36 2016 +0200 t/keyids-complete.t: more quotes and curly braces! --- debian/changelog | 1 + t/keyids-complete.t | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9cc892f..86f2f25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * Makefile: remove unnecessary newline. * debian/rules: add myself to Copyright header. * t/keyids-complete.t: use spaces instead of tabs. + * t/keyids-complete.t: more quotes and curly braces! -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/t/keyids-complete.t b/t/keyids-complete.t index 1386b8c..28d03d9 100755 --- a/t/keyids-complete.t +++ b/t/keyids-complete.t @@ -3,17 +3,17 @@ # keyids mapping file. set -e -fail=0 +fail="0" for keyring in x2go-maintainers-gpg x2go-keyring-gpg; do - cd $keyring + cd "${keyring}" for key in 0x*; do - if ! grep -q "^$key " ../keyids; then - echo "$keyring: $key is not in keyids file." - fail=1 + if ! grep -q "^${key} " ../keyids; then + echo "${keyring}: ${key} is not in keyids file." + fail="1" fi done cd .. done -exit $fail +exit "${fail}" -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit a00fa8fdaf5f9e97f1f5a5eda03e5b7d8f2b291a Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 04:43:59 2016 +0200 t/keyids-complete.t: even more quotes! --- debian/changelog | 1 + t/keyids-complete.t | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 86f2f25..35424e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * debian/rules: add myself to Copyright header. * t/keyids-complete.t: use spaces instead of tabs. * t/keyids-complete.t: more quotes and curly braces! + * t/keyids-complete.t: even more quotes! -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/t/keyids-complete.t b/t/keyids-complete.t index 28d03d9..9bab549 100755 --- a/t/keyids-complete.t +++ b/t/keyids-complete.t @@ -5,7 +5,7 @@ set -e fail="0" -for keyring in x2go-maintainers-gpg x2go-keyring-gpg; do +for keyring in "x2go-maintainers-gpg" "x2go-keyring-gpg"; do cd "${keyring}" for key in 0x*; do if ! grep -q "^${key} " ../keyids; then -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 77a3b1d0c4cf3da53d1795273621455d865636b7 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 04:44:40 2016 +0200 t/keyids-complete.t: use the last directory in the stack instead of the top-level directory. --- debian/changelog | 2 ++ t/keyids-complete.t | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 35424e4..e3f13a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * t/keyids-complete.t: use spaces instead of tabs. * t/keyids-complete.t: more quotes and curly braces! * t/keyids-complete.t: even more quotes! + * t/keyids-complete.t: use the last directory in the stack instead of the + top-level directory. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/t/keyids-complete.t b/t/keyids-complete.t index 9bab549..dbaed57 100755 --- a/t/keyids-complete.t +++ b/t/keyids-complete.t @@ -13,7 +13,7 @@ for keyring in "x2go-maintainers-gpg" "x2go-keyring-gpg"; do fail="1" fi done - cd .. + cd - done exit "${fail}" -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 06e8a4cf87e3e86fd6336f7c27ea4517c98fb8d2 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 04:47:12 2016 +0200 runtests: use more quotes and curly braces. --- debian/changelog | 1 + runtests | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index e3f13a3..d36ee97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * t/keyids-complete.t: even more quotes! * t/keyids-complete.t: use the last directory in the stack instead of the top-level directory. + * runtests: use more quotes and curly braces. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/runtests b/runtests index 64959bd..75b96ed 100755 --- a/runtests +++ b/runtests @@ -1,33 +1,33 @@ #!/bin/sh set -e -fail=0 -total=0 +fail="0" +total="0" -for keyring in x2go-maintainers-gpg x2go-keyring-gpg; do - if [ ! -e output/keyrings/$keyring ]; then - echo "** $keyring does not exist, cannot run test suite" >&2 - exit 1 +for keyring in "x2go-maintainers-gpg" "x2go-keyring-gpg"; do + if [ ! -e "output/keyrings/${keyring}" ]; then + echo "** ${keyring} does not exist, cannot run test suite" >&2 + exit "1" fi done export GNUPGHOME=`pwd`/gpghomedir -mkdir "$GNUPGHOME" -chmod 700 "$GNUPGHOME" +mkdir "${GNUPGHOME}" +chmod 700 "${GNUPGHOME}" for t in t/*.t; do total=`expr $total + 1` - if ! $t; then - echo "test $t failed" >&2 - fail=`expr $fail + 1` + if ! "${t}"; then + echo "test ${t} failed" >&2 + fail=`expr "${fail}" + 1` fi done -rm -r "$GNUPGHOME" +rm -r "${GNUPGHOME}" -if [ "$fail" -gt 0 ]; then - echo "** failed $fail/$total tests" >&2 - exit 1 +if [ "${fail}" -gt 0 ]; then + echo "** failed ${fail}/${total} tests" >&2 + exit "1" else echo "** all tests succeeded" fi -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 554637fbddca6cfebeb39f7a51029b75be505fcb Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 04:37:13 2016 +0200 t/keyids-complete.t: use spaces instead of tabs. --- debian/changelog | 1 + t/keyids-complete.t | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6bd9d3a..9cc892f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * Change string "X2go" to "X2Go" where appropriate. * Makefile: remove unnecessary newline. * debian/rules: add myself to Copyright header. + * t/keyids-complete.t: use spaces instead of tabs. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/t/keyids-complete.t b/t/keyids-complete.t index 67400e1..1386b8c 100755 --- a/t/keyids-complete.t +++ b/t/keyids-complete.t @@ -6,14 +6,14 @@ set -e fail=0 for keyring in x2go-maintainers-gpg x2go-keyring-gpg; do - cd $keyring - for key in 0x*; do - if ! grep -q "^$key " ../keyids; then - echo "$keyring: $key is not in keyids file." - fail=1 - fi - done - cd .. + cd $keyring + for key in 0x*; do + if ! grep -q "^$key " ../keyids; then + echo "$keyring: $key is not in keyids file." + fail=1 + fi + done + cd .. done exit $fail -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 813971e4f1bc9af51890935a2b90c123a182d6c3 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 08:53:51 2016 +0200 debian/control: change maintainer to the mailing list. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 80296b0..ce39ca8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium top-level directory. * runtests: use more quotes and curly braces. * runtests: use spaces instead of tabs. + * debian/control: + - Change maintainer to the mailing list. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/control b/debian/control index e19be2b..750faba 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: x2go-keyring Section: misc Priority: optional -Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> Uploaders: X2go Git Administrator <git-admin@x2go.org> Standards-Version: 3.9.3 -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit b7cfdf2b6c0e777ff3dfec5d643de12de25af4e8 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 04:48:31 2016 +0200 runtests: use spaces instead of tabs. --- debian/changelog | 1 + runtests | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index d36ee97..80296b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * t/keyids-complete.t: use the last directory in the stack instead of the top-level directory. * runtests: use more quotes and curly braces. + * runtests: use spaces instead of tabs. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/runtests b/runtests index 75b96ed..e541db7 100755 --- a/runtests +++ b/runtests @@ -5,10 +5,10 @@ fail="0" total="0" for keyring in "x2go-maintainers-gpg" "x2go-keyring-gpg"; do - if [ ! -e "output/keyrings/${keyring}" ]; then - echo "** ${keyring} does not exist, cannot run test suite" >&2 - exit "1" - fi + if [ ! -e "output/keyrings/${keyring}" ]; then + echo "** ${keyring} does not exist, cannot run test suite" >&2 + exit "1" + fi done export GNUPGHOME=`pwd`/gpghomedir @@ -16,18 +16,18 @@ mkdir "${GNUPGHOME}" chmod 700 "${GNUPGHOME}" for t in t/*.t; do - total=`expr $total + 1` - if ! "${t}"; then - echo "test ${t} failed" >&2 - fail=`expr "${fail}" + 1` - fi + total=`expr $total + 1` + if ! "${t}"; then + echo "test ${t} failed" >&2 + fail=`expr "${fail}" + 1` + fi done rm -r "${GNUPGHOME}" if [ "${fail}" -gt 0 ]; then - echo "** failed ${fail}/${total} tests" >&2 - exit "1" + echo "** failed ${fail}/${total} tests" >&2 + exit "1" else - echo "** all tests succeeded" + echo "** all tests succeeded" fi -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit f73e0f27943d57150a4ed72697d9874cb28bd5af Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 09:28:49 2016 +0200 debian/control: add build dependency upon jetring to create keyring files more easily. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 069a092..253b30f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * debian/control: - Change maintainer to the mailing list. - Add the old package maintainer to the Uploaders field and myself. + - Add build dependency upon jetring to create keyring files more easily. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/control b/debian/control index 416cfec..f8bfbe8 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, Mihai Moldovan <ionic@ionic.de>, +Build-Depends: + jetring, Standards-Version: 3.9.3 Homepage: http://code.x2go.org/releases/source/x2go-keyring Vcs-Git: git://code.x2go.org/x2go-keyring.git -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 92d470f57c9c36ec9b4622b37d24347f4723c00c Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 09:31:41 2016 +0200 debian/control: add build dependency upon gnupg, needed anyway. We probably want a fallback to gnupg2, but that might be a bit more tricky. --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 253b30f..c6fbcd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium - Change maintainer to the mailing list. - Add the old package maintainer to the Uploaders field and myself. - Add build dependency upon jetring to create keyring files more easily. + - Add build dependency upon gnupg, needed anyway. We probably want a + fallback to gnupg2, but that might be a bit more tricky. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/control b/debian/control index f8bfbe8..9611782 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, Mihai Moldovan <ionic@ionic.de>, Build-Depends: + gnupg, jetring, Standards-Version: 3.9.3 Homepage: http://code.x2go.org/releases/source/x2go-keyring -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 094efd9dbeeaeeb7d366cd19468bcd284cf22c28 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 08:59:33 2016 +0200 debian/control: add the old package maintainer to the Uploaders field and myself. --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ce39ca8..069a092 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * runtests: use spaces instead of tabs. * debian/control: - Change maintainer to the mailing list. + - Add the old package maintainer to the Uploaders field and myself. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/control b/debian/control index 750faba..416cfec 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: misc Priority: optional Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> Uploaders: - X2go Git Administrator <git-admin@x2go.org> + Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, + Mihai Moldovan <ionic@ionic.de>, Standards-Version: 3.9.3 Homepage: http://code.x2go.org/releases/source/x2go-keyring Vcs-Git: git://code.x2go.org/x2go-keyring.git -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit cffced7bdd9decfb93bfb2c866cb225021dcc1bd Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 09:34:02 2016 +0200 debian/control: add Multi-Arch: foreign. As long as we can execute the build dependencies, we don't care about their architecture. --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index c6fbcd3..eb6da22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium - Add build dependency upon jetring to create keyring files more easily. - Add build dependency upon gnupg, needed anyway. We probably want a fallback to gnupg2, but that might be a bit more tricky. + - Add Multi-Arch: foreign. As long as we can execute the build + dependencies, we don't care about their architecture. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/control b/debian/control index 9611782..95cbee1 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Vcs-Browser: http://code.x2go.org/gitweb?p=x2go-keyring.git;a=summary Package: x2go-keyring Architecture: all Recommends: gnupg (>= 1.0.6-4) +Multi-Arch: foreign Description: GnuPG keys of all X2Go developers and the X2Go archive The Debian project requires developers to digitally sign the announcements of their packages with GnuPG, to protect against -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 1ba7e9487b67f3387ae52458d5393a311d4d6773 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 09:39:03 2016 +0200 debian/control: replace gnupg Recommends with a version-less one. By now, the version should be new enough in any case. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eb6da22..2896cad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium fallback to gnupg2, but that might be a bit more tricky. - Add Multi-Arch: foreign. As long as we can execute the build dependencies, we don't care about their architecture. + - Replace gnupg Recommends with a version-less one. By now, the version + should be new enough in any case. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/control b/debian/control index 95cbee1..477ad08 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,8 @@ Vcs-Browser: http://code.x2go.org/gitweb?p=x2go-keyring.git;a=summary Package: x2go-keyring Architecture: all -Recommends: gnupg (>= 1.0.6-4) Multi-Arch: foreign +Recommends: gnupg Description: GnuPG keys of all X2Go developers and the X2Go archive The Debian project requires developers to digitally sign the announcements of their packages with GnuPG, to protect against -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 981abfe275259ec35238b20bf8c4a239138bfe4a Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Sep 18 10:03:16 2016 +0200 debian/control: add ${misc:Depends}, mostly for good measure. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2896cad..7eb35f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium dependencies, we don't care about their architecture. - Replace gnupg Recommends with a version-less one. By now, the version should be new enough in any case. + - Add ${misc:Depends}, mostly for good measure. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/control b/debian/control index 477ad08..3631b38 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,8 @@ Vcs-Browser: http://code.x2go.org/gitweb?p=x2go-keyring.git;a=summary Package: x2go-keyring Architecture: all Multi-Arch: foreign +Depends: + ${misc:Depends} Recommends: gnupg Description: GnuPG keys of all X2Go developers and the X2Go archive The Debian project requires developers to digitally sign the -- Alioth's /srv/git/code.x2go.org/x2go-keyring.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git