Bug#1066840: no mention of iproute2 6.7.0-2.1 in changelog

2024-03-14 Thread Aníbal Monsalve Salazar
Package: iproute2
Version: 6.8.0-1
Severity: important

Dear Maintainer,

At https://tracker.debian.org/pkg/iproute2 it reads:
[2024-03-12] Accepted iproute2 6.7.0-2.1 (source) into unstable (Helmut Grohne) 

I cannot find the changelog entry listed below for iproute2 6.7.0-2.1 in
the changelog of iproute2 6.8.0-1.

iproute2 (6.7.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Explicitly depend on libtirpc-dev. (Closes: #1065214)

 -- Helmut Grohne   Tue, 12 Mar 2024 09:03:30 +0100

Thank you,

Aníbal



Bug#1059163: cpio: Path traversal vulnerability

2023-12-21 Thread Aníbal Monsalve Salazar
On Wed, 2023-12-20 19:55:30 +0100, Ingo Brückl wrote:
> Package: cpio
> Version: 2.13+dfsg-7.1
> Severity: grave
> 
> The patch "revert-CVE-2015-1197-handling" (to close bugs #946267 and #946469)
> re-enables path traversal vulnerability with maliciously crafted cpio 
> archives.

Hello Ingo,

I have been working on a new Debian version of cpio for the last couple
of days. I hope to upload it today. I will appreciate it very much if
you could give it a try after uploading it.

Thank you for your previous messages related to this security
vulnerability.

I will send those messages to Salvatore.

Kind regards,

Aníbal



Bug#992098: version -6 seems to have introduced another bug

2021-08-13 Thread Aníbal Monsalve Salazar
[ add bug-c...@gnu.org ]
[ add Salvatore Bonaccorso  ]

On Fri, 2021-08-13 12:13:18 +0200, Diederik de Haas wrote:
> Adding Salvatore in this loop as he is FAR more knowledgeable wrt kernel 
> compilation then I am to rule out mistakes I made (I'm a noob).
> 
> On vrijdag 13 augustus 2021 10:51:09 CEST Aníbal Monsalve Salazar wrote:
> > > I ran into this problem too at the exact same step of a kernel build.
> > > Upstream author responded with
> > > "Thanks. Fixed in dfc801c44a93bed7b3951905b188823d6a0432c8"
> > > 
> > > I've attached that patch to this mail.
> > 
> > Please test cpio_2.13+dfsg-6
> 
> Preface attempt 1:
> Yesterday after downgrading to -4, I did a 'fakeroot debian/rules binary-
> indep' and that succeeded successfully.
> 
> Attempt 1:
> After upgrading to -5, without running 'make clean' or sth like that, I ran 
> 'fakeroot debian/rules binary-indep' again. It did get passed the stage it 
> 'hang' in an endless loop, but not long thereafter, I got various 'Cannot 
> stat: No such file or directory' error related to cpio and a failed build 
> attempt as a result.
> Full log attached as cpio-bug992098-attempt1.log
> 
> Attempt 2:
> Assuming I did sth wrong, I did another run, but this time I did do a 
> 'dpkg-architecture -c fakeroot debian/rules maintainerclean' first so I'd 
> start 
> with a clean slate (presumably).
> I haven't yet figured out how to not build the documentation, so it took a 
> while longer and also made the log a lot bigger, but once again I got various 
> 'Cannot stat: No such file or directory' errors and a failed build.
> Full log attached as cpio-bug992098-attempt2.tar.gz as it was uncompressed 
> 3.3MB in size.
> 
> So while it seems to have fixed the bug, it also seems to have introduced 
> another bug.
> 
> Cheers,
>   Diederik

The Debian package cpio_2.13+dfsg-6 has both patches listed below:

https://git.savannah.gnu.org/cgit/cpio.git/commit/?id=dd96882877721703e19272fe25034560b794061b
https://git.savannah.gnu.org/cgit/cpio.git/commit/?id=dfc801c44a93bed7b3951905b188823d6a0432c8

The Debian bug report is at:

https://bugs.debian.org/992098

> diederik@bagend:~/dev/debian/salsa/kernel-team/linux$ export 
> DEBIAN_KERNEL_JOBS=14
> diederik@bagend:~/dev/debian/salsa/kernel-team/linux$ export ARCH=arm64
> diederik@bagend:~/dev/debian/salsa/kernel-team/linux$ export 
> CC=aarch64-linux-gnu-gcc-10
> diederik@bagend:~/dev/debian/salsa/kernel-team/linux$ dpkg-architecture 
> --host-arch arm64
> DEB_BUILD_ARCH=amd64
> DEB_BUILD_ARCH_ABI=base
> DEB_BUILD_ARCH_BITS=64
> DEB_BUILD_ARCH_CPU=amd64
> DEB_BUILD_ARCH_ENDIAN=little
> DEB_BUILD_ARCH_LIBC=gnu
> DEB_BUILD_ARCH_OS=linux
> DEB_BUILD_GNU_CPU=x86_64
> DEB_BUILD_GNU_SYSTEM=linux-gnu
> DEB_BUILD_GNU_TYPE=x86_64-linux-gnu
> DEB_BUILD_MULTIARCH=x86_64-linux-gnu
> DEB_HOST_ARCH=arm64
> DEB_HOST_ARCH_ABI=base
> DEB_HOST_ARCH_BITS=64
> DEB_HOST_ARCH_CPU=arm64
> DEB_HOST_ARCH_ENDIAN=little
> DEB_HOST_ARCH_LIBC=gnu
> DEB_HOST_ARCH_OS=linux
> DEB_HOST_GNU_CPU=aarch64
> DEB_HOST_GNU_SYSTEM=linux-gnu
> DEB_HOST_GNU_TYPE=aarch64-linux-gnu
> DEB_HOST_MULTIARCH=aarch64-linux-gnu
> DEB_TARGET_ARCH=arm64
> DEB_TARGET_ARCH_ABI=base
> DEB_TARGET_ARCH_BITS=64
> DEB_TARGET_ARCH_CPU=arm64
> DEB_TARGET_ARCH_ENDIAN=little
> DEB_TARGET_ARCH_LIBC=gnu
> DEB_TARGET_ARCH_OS=linux
> DEB_TARGET_GNU_CPU=aarch64
> DEB_TARGET_GNU_SYSTEM=linux-gnu
> DEB_TARGET_GNU_TYPE=aarch64-linux-gnu
> DEB_TARGET_MULTIARCH=aarch64-linux-gnu
> diederik@bagend:~/dev/debian/salsa/kernel-team/linux$ fakeroot debian/rules 
> binary-indep
> dh_testdir
> /usr/bin/make -f debian/rules.gen build-indep
> make[1]: Entering directory 
> '/home/diederik/dev/debian/salsa/kernel-team/linux'
> /usr/bin/make -f debian/rules.real build-indep ABINAME='5.13.0-trunk' 
> ALL_FEATURESETS='none' SOURCEVERSION='5.13.9-1~exp1' SOURCE_BASENAME='linux' 
> SOURCE_SUFFIX='' UPSTREAMVERSION='5.13' VERSION='5.13'
> make[2]: Entering directory 
> '/home/diederik/dev/debian/salsa/kernel-team/linux'
> make[2]: Nothing to be done for 'build-indep'.
> make[2]: Leaving directory '/home/diederik/dev/debian/salsa/kernel-team/linux'
> make[1]: Leaving directory '/home/diederik/dev/debian/salsa/kernel-team/linux'
> dh_testdir
> /usr/bin/make -f debian/rules.gen binary-indep
> make[1]: Entering directory 
> '/home/diederik/dev/debian/salsa/kernel-team/linux'
> /usr/bin/make -f debian/rules.real binary-indep-featureset 
> ABINAME='5.13.0-trunk' ALL_KERNEL_ARCHES='alpha arm arm64 ia64 m68k mips 
> parisc powerpc riscv s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' 
> SOURCEVERSION='5.13.9-1~exp1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' 
> UPSTREAMVERSION

Bug#992098: Can confirm + upstream patch available

2021-08-13 Thread Aníbal Monsalve Salazar
On Thu, 2021-08-12 16:18:02 +0200, Diederik de Haas wrote:
> Control: tag -1 fixed-upstream patch
> 
> I ran into this problem too at the exact same step of a kernel build.
> Upstream author responded with 
> "Thanks. Fixed in dfc801c44a93bed7b3951905b188823d6a0432c8"
> https://lists.gnu.org/archive/html/bug-cpio/2021-08/msg3.html
> 
> https://git.savannah.gnu.org/cgit/cpio.git/commit/?id=dfc801c44a93bed7b3951905b188823d6a0432c8
> 
> I've attached that patch to this mail.
> 
> Cheers,
>   Diederik

Thank you for your report.

Please test cpio_2.13+dfsg-6

Regards.


signature.asc
Description: PGP signature


Bug#992098: cpio: Regression form CVE-2021-38185 fix: cpio hangs when target path passed with 128 characters

2021-08-13 Thread Aníbal Monsalve Salazar
On Wed, 2021-08-11 16:25:01 +0200, Salvatore Bonaccorso wrote:
> Source: cpio
> Version: 2.13+dfsg-5
> Severity: serious
> Tags: upstream
> Justification: regression, has influences to other programs, partially FTBFS 
> of packages, and other impact
> X-Debbugs-Cc: car...@debian.org
> 
> Hi
> 
> It looks that the fix for CVE-2021-38185 applied in 2.13+dfsg-5 causes
> a regression. I noticed it initally doing a kernel build, where we
> have the invocation 
> 
> cut-cut-cut-cut-cut-cut-
> dh_prep
> set -o pipefail; \
> cd debian/build/source_none; \
> ( \
> echo Makefile; \
> for arch in alpha arm arm64 ia64 m68k mips parisc powerpc riscv s390 
> sh sparc x86; do \
> find arch/$arch -maxdepth 1 -name 'Makefile*' -print; \
> find arch/$arch \( -name 'Kbuild.platforms' -o -name 
> 'Platform' \) -print; \
> find $(find arch/$arch \( -name include -o -name scripts \) 
> -type d -print) -print; \
> done; \
> find include -print; \
> ) \
> | \
> cpio -pd --preserve-modification-time 
> '/home/build/linux-5.13.9/debian/linux-headers-5.13.0-trunk-common//usr/src/linux-headers-5.13.0-trunk-common'
> cpio: h: Cannot stat: No such file or directory
> cpio: int.h: Cannot stat: No such file or directory
> cpio: .h: Cannot stat: No such file or directory
> cpio: ander.h: Cannot stat: No such file or directory
> cpio: .h: Cannot stat: No such file or directory
> cpio: -clock.h: Cannot stat: No such file or directory
> 94174 blocks
> cut-cut-cut-cut-cut-cut-
> 
> but this was not a problem with 2.13+dfsg-4.
> 
> Trying to track this down it looks that with 2.13+dfsg-4 works, while
> hangs with the new version:
> 
> root@sid:~# cd $(mktemp -d) ; touch foo ; echo foo | cpio -pd $(python3 -c 
> 'print("A" * 128)')
> 0 blocks
> 
> Now updating cpio:
> 
> root@sid:/tmp/tmp.1Q1sQ1UmJ3# apt-get install cpio
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> Suggested packages:
>   libarchive1
> The following packages will be upgraded:
>   cpio
> 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Need to get 0 B/244 kB of archives.
> After this operation, 8192 B of additional disk space will be used.
> (Reading database ... 78465 files and directories currently installed.)
> Preparing to unpack .../cpio_2.13+dfsg-5_amd64.deb ...
> Unpacking cpio (2.13+dfsg-5) over (2.13+dfsg-4) ...
> Setting up cpio (2.13+dfsg-5) ...
> Processing triggers for man-db (2.9.4-2) ...
> 
> and doing the same again:
> 
> root@sid:/tmp/tmp.1Q1sQ1UmJ3# cd $(mktemp -d) ; touch foo ; echo foo | cpio 
> -pd $(python3 -c 'print("A" * 128)')
> ^C
> root@sid:/tmp/tmp.1FBtWOr0jO#
> 
> Regards,
> Salvatore

Thank you for your report.

Please test cpio_2.13+dfsg-6

Regards.


signature.asc
Description: PGP signature


Bug#852399: RM: cgiemail -- ROM: RC buggy, unmaintained upstream form many years, better alternatives are available

2017-01-24 Thread Aníbal Monsalve Salazar
Package: ftp.debian.org
Severity: important
User: t...@security.debian.org
Owner: t...@security.debian.org

RC buggy, unmaintained upstream form many years, better alternatives are
available.


signature.asc
Description: Digital signature


Bug#804063: cpio: New upstream release 2.12 available

2016-12-01 Thread Aníbal Monsalve Salazar
On Tue, 2016-11-29 16:29:21 +0100, Chris Lamb wrote:
> [re-adding 804063@ to CC]
>
> Anibal Monsalve Salazar wrote:
>
>> I uploaded a new debian version of cpio with your backport of the
>> --reproducible option.
>
> Thanks - will test it. Out of interest, why not simply upload
> 2.12?
>
>>> would you be against my uploading 2.12 to experimental?
>>
>> No. ;)
>
> I can still do this if you have no objection?

Please do it.

When would you like to upload it to experimental? I'm already
working on it and it will be nice to see your version soon.

Thank you!


signature.asc
Description: Digital signature


Bug#681375:

2016-08-24 Thread Aníbal Monsalve Salazar
On Fri, 2016-08-19 16:04:09 +0200, santi...@debian.org wrote:
> +1
>
> I also support and think we need this list.
>
> Thanks!
>
> Santiago

Hello,

We need the list for our Debian Colombia community.

Thank you,

Anibal


signature.asc
Description: Digital signature


Bug#830190: Please add Abhijith PA as a Debian Maintainer

2016-08-15 Thread Aníbal Monsalve Salazar
On Thu, 2016-07-07 14:31:11 +0530, Abhijith PA wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> Package: debian-maintainers
> Severity: normal
> 
> Dear Maintainer,
> 
> Please add my key to the Debian Maintainers keyring.  A jetring
> changeset is attached.
> - -- 
>  ?? 
> ?? ???
> GPG Key: EF13 EA26 A698 FF35 FD7C  902E 863D 4DF2 ED9C 28EF
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
> 
> iQIcBAEBCAAGBQJXfhpXAAoJEIY9TfLtnCjvDfEP/2XfpWAk3MegT0EQF76ZxNDI
> fXDWTg/f9fwYsfr7DhiNBDGFtqdya0C6ZJZC/j94Kd6rQRTMomJv5qmiXhSiKXOY
> Xb9GBGX+gP+P0hsyWqkhcWTSKSF+MoFX+wgZ2Zwh9KkJK+n6fUnDY6wcV/EwIRJd
> v+7cyi6jpIQ7UuehwYsboiAbgbAEfKtAlrv/QiTPbTO2LCk7ID46QDvyc0hHB67c
> sZ7T8HzZuZf0DqZFhzYEwQ9yOxScfgs3f227UCcRqP3c9Umngi4hIq3GxQ89wmVJ
> Q7LpcskQOTydGNb3VmyYkKqKdyZ0GKV0qM/i5SEUTbWVWTkmd8phKHrgUBaC2e3Y
> keYQOjkouUX1Q3sjN5mfxbkbzQkzagh7w3vNpHJFZjlWaGQGZNd1wDpLzfDHLJ31
> uQsj2VyL+PGndcUciaMQcfxzVLxsTb1DA24J4htmYWy4H+bKHRSrydXlQqQcC/KC
> iHE76huy26AOLAr1VVRnIYUbxsjxo8fwVUNTR1LKkYaAFhIcHyKxicv5IlPqkFfX
> 7+Ta8GlJh7NJ/LL85xLtgkgMhaONtXIwviyeKxrl/cV863kxoqSQdmiQOEJBJXne
> DvldlP7CsvxTJo09vwwjSq1kj1BRmaibGcc31GFAT1crbVzHewoat4Wr2P57mqUY
> 9DX0l6+Wnl7cRhFczPdO
> =kdbv
> -END PGP SIGNATURE-

Hello Abhijith PA and kind advocates,

Please follow the instructions to apply for DM status and to advocate a
prospective DM candidate at:

https://lists.debian.org/debian-devel-announce/2016/08/msg7.html

Sorry for the inconvenience.

Thank you.

Kind regards,

Aníbal



Bug#834002: Please add mips, mipsel and mips64el in the architecture list

2016-08-11 Thread Aníbal Monsalve Salazar
Source: golang-defaults
Version: 2:1.6.1+1
Severity: important

Hello,

Please add mips, mipsel and mips64el in the architecture list.

We would like to have snapd in mips* but it doesn't build because it
depends on golang-go.

Thank you,

Aníbal



Bug#826231: [rt.debian.org #6324] AutoReply: Please add Jens Reyer's key to the DM keyring

2016-07-05 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Jens Reyer,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6324

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2016-07-05 19:02:54 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Jens Reyer's key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6324].
> 
> Please include the string
> 
>   [rt.debian.org #6324]
> 
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
> 
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 8826EBE8FCF726EE182E23D779C43E620B039B35
> to the DM keyring
>   please notify 826231-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 05 Jul 2016 18:33:46 +
> BTS: https://bugs.debian.org/826231
> Comment: Add Jens Reyer  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg00020.html
> Advocates: 
>   skitt - https://lists.debian.org/debian-newmaint/2016/05/msg00041.html
>   mgilbert - https://lists.debian.org/debian-newmaint/2016/06/msg1.html
> KeyCheck:
>   pub   4096R/79C43E620B039B35 2015-08-02 [expires: 2018-06-02]
> Key fingerprint = 8826 EBE8 FCF7 26EE 182E  23D7 79C4 3E62 0B03 9B35
>   uid  Jens Reyer 
>   sig! 2C3B436FEAC68101 2015-08-20  Adam Borowski 
> 
>   sig! F50EFDCF8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 
> 
>   sig! 4B0069CCF6527847 2015-08-22  Bruno Kleinert 
>   sig! 4B043FCDB9444540 2015-08-29  Mattia Rizzolo 
> 
>   sig! FF914AF0C2B35520 2015-08-29  Cyril Brulebois 
>   sig! 7F6022516E869F64 2015-08-31  Andreas Bombe 
>   sig! C7197699B29B232A 2015-09-02  Maximiliano Curia 
> 
>   sig! F6947DAB68E7B931 2016-06-01  Hannes von Haugwitz 
> 
>   sig! D4F219BFEC998489 2015-08-25  Magnus Holmgren 
> 
>   sig! DEE8043EE17EBB30 2015-08-26  Rhonda
>   sig! 1E7091B1F14A64A2 2015-08-26  Aaron M. Ucko 
>   sig! 69740E5CB35FEC3C 2015-09-02  Eduard Bloch 
>   sig! DA4958F611E149E9 2015-09-06  Cedric Boutillier 
> 
>   sig! 0C99B70EF4FCBB07 2015-10-03  Ondrej Sury 
>   sig! C6875F3541CEFDE0 2015-08-23  Stefan Fritsch 
>   sig!2D265C08531ED8AEF 2015-08-25  Remi Vanicat (semi-permanent) 
> 
>   sig!3587979573442684E 2015-08-17  Steve McIntyre 
>   sig!379C43E620B039B35 2015-08-03  Jens Reyer 
>   sig!379C43E620B039B35 2016-06-02  Jens Reyer 
>   sig!3   PN   CF489438C5779A1C 2015-09-06  Manoj Srivastava 
> 
>   sig!3D9EEBFB4B66B10F0 2015-08-24  Timo Weingaertner
>   uid  Jens Reyer 
>   sig! 2C3B436FEAC68101 2015-08-20  Adam Borowski 
> 
>   sig! F50EFDCF8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 
> 
>   sig! 4B0069CCF6527847 2015-08-22  Bruno Kleinert 
>   sig! FF914AF0C2B35520 2015-08-29  Cyril Brulebois 
>   sig! 7F6022516E869F64 2015-08-31  Andreas Bombe 
>   sig! C7197699B29B232A 2015-09-02  Maximiliano Curia 
> 
>   sig! F6947DAB68E7B931 2016-06-01  Hannes von Haugwitz 
> 
>   sig! D4F219BFEC998489 2015-08-25  Magnus Holmgren 
> 
>   sig! DEE8043EE17EBB30 2015-08-26  Rhonda
>   sig! 1E7091B1F14A64A2 2015-08-26  Aaron M. Ucko 
>   sig! 69740E5CB35FEC3C 2015-09-02  Eduard Bloch 
>   sig! DA4958F611E149E9 2015-09-06  Cedric Boutillier 
> 
>   sig! 0C99B70EF4FCBB07 2015-10-03  Ondrej Sury 
>   sig! C6875F3541CEFDE0 2015-08-23  Stefan 

Bug#825940: [rt.debian.org #6323] AutoReply: Please add Jerome Benoit's key to the DM keyring

2016-07-05 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Jerome Benoit,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6323

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2016-07-05 18:04:04 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Jerome Benoit's key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6323].
> 
> Please include the string
> 
>   [rt.debian.org #6323]
> 
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
> 
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID AE28AE15710DFF1D87E5A7623F9219A67F36C68B
> to the DM keyring
>   please notify 825940-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 05 Jul 2016 15:47:42 +
> BTS: https://bugs.debian.org/825940
> Comment: Add calcu...@rezozer.net as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/05/msg00031.html
> Advocates: 
>   locutusofborg - 
> https://lists.debian.org/debian-newmaint/2016/05/msg00033.html
>   mattia - https://lists.debian.org/debian-newmaint/2016/05/msg00034.html
>   preining - https://lists.debian.org/debian-newmaint/2016/06/msg0.html
>   tmancill - https://lists.debian.org/debian-newmaint/2016/06/msg6.html
>   thansen - https://lists.debian.org/debian-newmaint/2016/07/msg0.html
> KeyCheck:
>   pub   8192R/3F9219A67F36C68B 2016-05-04 [expires: 2018-05-01]
> Key fingerprint = AE28 AE15 710D FF1D 87E5  A762 3F92 19A6 7F36 C68B
>   uid  Jerome Benoit 
>   sig! 578BD370AAA22456 2016-05-16  Martin Ferrari 
>   sig! 473C343BBEEE 2016-05-22  Andrew McMillan 
> 
>   sig!33F9219A67F36C68B 2016-05-04  Jerome Benoit 
> 
>   uid  Jerome Benoit 
>   sig! 578BD370AAA22456 2016-05-16  Martin Ferrari 
>   sig! 473C343BBEEE 2016-05-22  Andrew McMillan 
> 
>   sig!33F9219A67F36C68B 2016-05-04  Jerome Benoit 
> 
>   sub   4096R/E9A3FD11FA78E3D7 2016-05-04 [expires: 2017-11-12]
>   sig! 3F9219A67F36C68B 2016-05-04  Jerome Benoit 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 8192 bits.
>   Valid "e" flag, expires Tue 01 May 2018 16:39:41 UTC.
>   Valid "s" flag, expires Tue 01 May 2018 16:39:41 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJXe/HfAAoJEHxWrP6UeJfYzXUP/0gIqmkJTTrlx0tNvezVHQnt
> 9b1wgysM4Fs5Ta7EyHgXmvl3YwZFrw7sSnYEXnI04/13EAFYsGDclU71EH4uQ8/C
> 4pcwk3uYRWpN9t9oh3rrDYmjThS1XBk1+TWiiTZ+FO4nH5f1EtoQQLn6P/rc9x5B
> x02R7D8rkhqJ6f3vJR1IhDaMT98CZ73V96boDB462g0FyChOWaTmyf8jxsV0WjKu
> AAYAt/vvjTMzswYE3ZvJWeHZx7/hjHszYpHYfMoegdO9ZY6nDne58uoPmUvBIwed
> RrcOh2jnEmaSdRZPWotuK3uXeywvVNYYkV65Tg84gzwZZC0ruaoVsP1eR8avAYAe
> uI2npSOte0x2heodZyFP2m/FKxs5NDyrrPgk7EQPBPb//0TsAYmloTX4b6mMjzkO
> rtkZAKC3P+xSRgT0nKfn+KDBemz/21sfJ7ehvAmhb+TEzt6C/pHCK9X1GqSC3brv
> L2qOfAT7MjHFDJVEKVy6G2wcpI0zZy3KThPPnStmGJPTobUoI4jTQxXNnbU88BC1
> IoQjDtKIr877OGIK98PcKI549YOKce9AaWy6hV4fbFruu6zFH4MXoXa9KdrJ3lYJ
> LeTPmxIO8e3GRUEsBOliP6tqYhin6wp8LA/xRU7RxhKv5UPyu0nG21xY/3W+uosV
> +LLJcfwM7bxCmnp9U2fr
> =03U9
> -END PGP SIGNATURE-
> 


signature.asc
Description: Digital signature


Bug#825586: [rt.debian.org #6280] AutoReply: Please add Peter Colberg's key to the DM keyring

2016-06-17 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Peter Colberg,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6280

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sat, 2016-06-18 03:05:08 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Peter Colberg's key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket
> has been assigned an ID of [rt.debian.org #6280].
> 
> Please include the string
> 
>   [rt.debian.org #6280]
> 
> in the subject line of all future correspondence about this issue.
> To do so, you may reply to this message.
> 
> -
> keyring-maint:
>   please add key ID 29976EC22BD1EBBCCC77F3A6183BD5ED35278611
> to the DM keyring
>   please notify 825586-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 16 Jun 2016 08:57:42 +
> BTS: https://bugs.debian.org/825586
> Comment: Add Peter Colberg  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/05/msg00035.html
> Advocates: 
>   onlyjob - https://lists.debian.org/debian-newmaint/2016/06/msg4.html
>   ginggs - https://lists.debian.org/debian-newmaint/2016/06/msg00039.html
> KeyCheck:
>   pub   4096R/183BD5ED35278611 2013-09-29
> Key fingerprint = 2997 6EC2 2BD1 EBBC CC77  F3A6 183B D5ED 3527 8611
>   uid  Peter Colberg 
>   sig! ED6C8A3883476455 2016-05-24  Stephen Frost 
>   sig!3183BD5ED35278611 2013-09-29  Peter Colberg 
>   sig!3183BD5ED35278611 2013-09-29  Peter Colberg 
>   sig! 8F7BF8FC4A11C97A 2016-05-05  Ryan Kavanagh 
>   sub   4096R/0A0BC43582253A9C 2013-09-29
>   sig! 183BD5ED35278611 2016-03-16  Peter Colberg 
>   sub   4096R/767E12A8C92A31CB 2013-09-29
>   sig! 183BD5ED35278611 2016-03-16  Peter Colberg 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> 


signature.asc
Description: Digital signature


Bug#824998: [rt.debian.org #6273] AutoReply: Please add Roger Shimizu's key to the DM keyring

2016-06-16 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Roger Shimizu,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6273

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Thu, 2016-06-16 06:40:46 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Roger Shimizu's key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket
> has been assigned an ID of [rt.debian.org #6273].
> 
> Please include the string
> 
>   [rt.debian.org #6273]
> 
> in the subject line of all future correspondence about this issue.
> To do so, you may reply to this message.
> 
> -
> keyring-maint:
>   please add key ID 2FAFEBB52F5F5DCE5570D2E66C6ACD6417B3ACB1
> to the DM keyring
>   please notify 824998-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 16 Jun 2016 06:25:54 +
> BTS: https://bugs.debian.org/824998
> Comment: Add Roger Shimizu  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/05/msg00018.html
> Advocates: 
>   tbm - https://lists.debian.org/debian-newmaint/2016/05/msg00019.html
>   henrich - https://lists.debian.org/debian-newmaint/2016/05/msg00030.html
>   iwamatsu - https://lists.debian.org/debian-newmaint/2016/05/msg00040.html
> KeyCheck:
>   pub   4096R/6C6ACD6417B3ACB1 2015-03-07
> Key fingerprint = 2FAF EBB5 2F5F 5DCE 5570  D2E6 6C6A CD64 17B3 ACB1
>   uid  Roger SHIMIZU 
>   sig! 74263B37F5B5F913 2016-04-05  John Paul Adrian Glaubitz (Debian 
> Project) 
>   sig! 32247FBB40AD1FA6 2015-09-12  Nobuhiro Iwamatsu 
> 
>   sig! B06662EC9C0C1404 2015-10-13  NOKUBI Takatsugu 
> 
>   sig! 71A802D0BCD1BC92 2016-01-23  Yukiharu YABUKI 
> 
>   sig!36C6ACD6417B3ACB1 2015-03-17  Roger SHIMIZU 
> 
>   uid  Roger Shimizu 
>   sig! 74263B37F5B5F913 2016-04-05  John Paul Adrian Glaubitz (Debian 
> Project) 
>   sig! 32247FBB40AD1FA6 2015-09-12  Nobuhiro Iwamatsu 
> 
>   sig! B06662EC9C0C1404 2015-03-11  NOKUBI Takatsugu 
> 
>   sig!36C6ACD6417B3ACB1 2015-03-07  Roger SHIMIZU 
> 
>   sig!36C6ACD6417B3ACB1 2015-03-07  Roger SHIMIZU 
> 
>   sub   4096R/128C276E31004BD8 2015-03-07
>   sig! 6C6ACD6417B3ACB1 2015-03-07  Roger SHIMIZU 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> 


signature.asc
Description: Digital signature


Bug#824080: [rt.debian.org #6272] AutoReply: Please add Michael Hudson-Doyle's key to the DM keyring

2016-06-16 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Michael Hudson-Doyle,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6272

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Thu, 2016-06-16 06:11:41 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Michael Hudson-Doyle's key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket
> has been assigned an ID of [rt.debian.org #6272].
> 
> Please include the string
> 
>   [rt.debian.org #6272]
> 
> in the subject line of all future correspondence about this issue.
> To do so, you may reply to this message.
> 
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 37CB9DC76812E6FDB09EEADA80E627A0AB757E23
> to the DM keyring
>   please notify 824080-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 16 Jun 2016 05:56:09 +
> BTS: https://bugs.debian.org/824080
> Comment: Add Michael Hudson-Doyle  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/03/msg00019.html
> Advocates: 
>   tianon - https://lists.debian.org/debian-newmaint/2016/03/msg00020.html
> KeyCheck:
>   pub   4096R/80E627A0AB757E23 2014-04-27
> Key fingerprint = 37CB 9DC7 6812 E6FD B09E  EADA 80E6 27A0 AB75 7E23
>   uid  Michael Hudson-Doyle 
>   sig! 16281F2E007C98D1 2014-05-04  Francois Marier 
> 
>   sig!380E627A0AB757E23 2014-04-27  Michael Hudson-Doyle 
> 
>   sig!380E627A0AB757E23 2014-04-27  Michael Hudson-Doyle 
> 
>   uid   [ revoked] Michael Hudson-Doyle 
> 
>   sig! 16281F2E007C98D1 2014-05-04  Francois Marier 
> 
>   sig!380E627A0AB757E23 2014-04-27  Michael Hudson-Doyle 
> 
>   rev! 80E627A0AB757E23 2016-05-11  Michael Hudson-Doyle 
> 
>   uid  Michael Hudson-Doyle 
> 
>   sig!380E627A0AB757E23 2016-05-11  Michael Hudson-Doyle 
> 
>   uid  Michael Hudson-Doyle 
> 
>   sig! 16281F2E007C98D1 2014-05-04  Francois Marier 
> 
>   sig!380E627A0AB757E23 2014-04-27  Michael Hudson-Doyle 
> 
>   uid  [jpeg image of size 38270]
>   sig!380E627A0AB757E23 2014-04-27  Michael Hudson-Doyle 
> 
>   sub   4096R/6C4F70169798269F 2014-04-27
>   sig! 80E627A0AB757E23 2014-04-27  Michael Hudson-Doyle 
> 
>   sub   4096R/11DF4294CCA39893 2014-04-27
>   sig! 80E627A0AB757E23 2014-04-27  Michael Hudson-Doyle 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJXYkLJAAoJEHxWrP6UeJfYvKEP/A1Q36XUgSghoVFQ8/dXHckY
> 5y91UiE/GBmgeis7tsnz1U9jej4VXNb8d7H9jRh2tzf/PTgv/W134W0pa/rz96Cx
> BSFHiDS6VSdW/ITMq3vDIz93e2OdYq/QuSLYA8Ie7VJo5gPaItEFTwewZ1HuPVgy
> 31I67/czaMwfUQFhe4KWqJJjb7IgT1ZBpVSFzMr/J0atgkpG0uVJw4veiWNBq7cB
> RB7N7Os/eeDV5uQHdUze0HcHPAwoUBZbmTcI/w9qiQe7Uc4+8D5o3OOhLgRCLi/3
> 7Flibbu/ej78ADMj6cz57AwuxxwmCBbmsqod4CBdtUS40GzO8ZekvqHS42RBWkGg
> wdBpO5WJ0fw22sS9vKkATZpyRw41P1rpCuj6p787MZwg7XxRC0W4jHNZtohoJbK1
> pAEOJGlM+lOxw1CWur/y+DY11UhVrkDYuWoK8ONBylxy/nwPfXdmIzp0bcGZ0AL0
> +tHaIijKErpCys5kfQ59G+6qmbS/0kTiiPzxymMoJIj5hVA78F2tgC7LnyvQQSBZ
> wN5fyJnMWcl7YOeBgs6hUGiuqo51BfImcqRbNUrgZHfkQdPiAu2ypmO3x8mQreIe
> uoef7eOMRaBkRqB4xYx8eZVFrlQY0rRuYGi9YXFTRe4lPP3O89LxubmhYPqU/Z4y
> hL+4BG+P7qAZPw8LkgPh
> =ppgA
> -END PGP SIGNATURE-
> 


signature.asc
Description: Digital signature


Bug#824131: [rt.debian.org #6271] AutoReply: Please add Leo Singer's key to the DM keyring

2016-06-15 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Leo P Singer,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6271

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Thu, 2016-06-16 02:45:07 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Leo Singer's key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket
> has been assigned an ID of [rt.debian.org #6271].
> 
> Please include the string
> 
>   [rt.debian.org #6271]
> 
> in the subject line of all future correspondence about this issue.
> To do so, you may reply to this message.
> 
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 350C501461BF0832ED2E6A6A296975951879E9CC
> to the DM keyring
>   please notify 824131-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 26 May 2016 10:43:34 +
> BTS: https://bugs.debian.org/824131
> Comment: Add leo.sin...@ligo.org as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/05/msg00012.html
> Advocates: 
>   olebole - https://lists.debian.org/debian-newmaint/2016/05/msg00014.html 
> KeyCheck:
>   pub   4096R/296975951879E9CC 2014-02-04 [expires: 2017-05-12]
> Key fingerprint = 350C 5014 61BF 0832 ED2E  6A6A 2969 7595 1879 E9CC
>   uid  Leo Singer 
>   sig! 0C99B70EF4FCBB07 2014-10-13  Ondrej Sury 
>   sig!3296975951879E9CC 2014-02-04  Leo Singer 
>   sig!3296975951879E9CC 2014-02-04  Leo Singer 
>   sig!3296975951879E9CC 2016-05-12  Leo Singer 
>   uid   [ revoked] Leo Singer 
>   sig!3296975951879E9CC 2016-05-12  Leo Singer 
>   sig!3296975951879E9CC 2014-02-04  Leo Singer 
>   rev! 296975951879E9CC 2016-05-12  Leo Singer 
>   uid  Leo Singer (NASA email) 
>   sig!3296975951879E9CC 2016-05-12  Leo Singer 
>   sub   4096R/6C67531A5A82799E 2014-02-05 [expires: 2017-05-12]
>   sig! 296975951879E9CC 2016-05-12  Leo Singer 
>   sub   4096R/118CF9FD075CFC0B 2014-10-14 [expires: 2017-05-12]
>   sig! 296975951879E9CC 2016-05-12  Leo Singer 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, expires Fri 12 May 2017 02:09:11 UTC.
>   Valid "s" flag, expires Fri 12 May 2017 02:09:31 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJXYhHXAAoJEHxWrP6UeJfYrekP/1wExwfI/MGJNcD+GC2LsPYR
> f9luplH7HLlD1gICx6wihAFvBbZ27dAJzThTl1KVkqM57Uwg7ICVBW4XUG36Yo0B
> ayj9OfbYyy05oR3kuvPiXveLahi3I84gNAJe5z/TWFxA1h0v0B8+Dny+RoxdYlA+
> 91RzY01j5yYie1GGwjrM/kouH4IZVfBYYGKm0g+yzew2S8sJF7n89NK7700sd8Xu
> 94glguOJUDyhX9q/wKBtbKx/G48hbFve/R0wbLqpzHLMrsZVz94HqTZ8KvHscitL
> cqD8yJQ0t85u7BO2LbdgMQukz6dGoXPL0lnDRMMm8XOGhW+l+mEYxJNtNLEAUnW5
> 6QJFYGbcPHVEWgH08/b2TWQkWfS7ZDTWXkKAzeD9k6Qr/XAQTXM7+mXV+VpH6dPU
> a7COllUntMXqOgv3S3pvSJMbHtyGx7AHcDa6MTEVuFXyVGkxiWTCJTrdGzpkT9GY
> qVLSFqNDFzzaZWL72jO0fhI1XJVmtWfop/xl5K/Tj3ZaMaVsXeh2y12A2zTOTOx+
> WpDMzrmcj48UqEMDP05v7HMIyh/g91YptBIblbvXWdggvkVNOecrNUXA0JOJrjae
> gef47uHVMMeuYUQe8JXAf0WicB1uQcqZSjTmpYSAO8j5II/9wwE4lduwNEx4SQhU
> ZPBhD0iAiuuj+R0YNcup
> =cHLk
> -END PGP SIGNATURE-
> 


signature.asc
Description: Digital signature


Bug#826639: O: gdbm -- GNU dbm database routines

2016-06-07 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: normal

Maintaining a package requires time and skills. Please only adopt
this package if you will have enough time and attention to work on
it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.



Bug#822304: [rt.debian.org #6238] AutoReply: Please add Jean Baptiste Favre's key to the DM keyring

2016-05-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Jean Baptiste Favre,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6238

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Thu, 2016-05-26 08:44:00 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Jean Baptiste Favre's key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket
> has been assigned an ID of [rt.debian.org #6238].
> 
> Please include the string
> 
>   [rt.debian.org #6238]
> 
> in the subject line of all future correspondence about this issue.
> To do so, you may reply to this message.
> 
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 96122F32E770733EDEBD190FC5C329EC35C2E2F1
> to the DM keyring
>   please notify 822304-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 26 May 2016 08:30:06 +
> BTS: https://bugs.debian.org/822304
> Comment: Add Jean Baptiste Favre  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg00037.html
> Advocates: 
>   bernat - https://lists.debian.org/debian-newmaint/2016/02/msg00036.html
> KeyCheck:
>   pub   4096R/35C2E2F1 2012-11-01 [expires: 2017-11-28]
> Key fingerprint = 9612 2F32 E770 733E DEBD  190F C5C3 29EC 35C2 E2F1
>   uid  Jean Baptiste Favre (DOB: 1973-07-10, POB: Remiremont 
> - 88, France)
>   sig! FFFE 2012-11-25  Sam Hocevar 
>   sig! 353525F9 2012-11-25  Vincent Bernat 
>   sig! DD39F374 2012-11-25  Jeremy Lal 
>   sig! 490DFC8D 2012-11-26  Nicolas Boulenguez 
>   sig! D38F11A3 2012-11-27  Thomas Vincent 
> 
>   sig! 66475AAF 2013-03-23  Nicolas Dandrimont 
> 
>   sig! C2B35520 2013-09-23  Cyril Brulebois 
>   sig! F2AC729A 2012-11-25  Raphael Hertzog 
>   sig! 6D866396 2012-11-26  Stefano Zacchiroli 
>   sig! 8649AA06 2012-11-26  gregor herrmann 
> 
>   sig! E397832F 2013-05-30  Luca Capello 
>   sig!335C2E2F1 2012-11-01  Jean Baptiste Favre (DOB: 1973-07-10, 
> POB: Remiremont - 88, France)
>   sig!335C2E2F1 2012-11-01  Jean Baptiste Favre (DOB: 1973-07-10, 
> POB: Remiremont - 88, France)
>   sig!335C2E2F1 2015-11-29  Jean Baptiste Favre (DOB: 1973-07-10, 
> POB: Remiremont - 88, France)
>   sig!335C2E2F1 2015-11-29  Jean Baptiste Favre (DOB: 1973-07-10, 
> POB: Remiremont - 88, France)
>   uid  Jean Baptiste Favre 
>   sig!335C2E2F1 2014-11-13  Jean Baptiste Favre (DOB: 1973-07-10, 
> POB: Remiremont - 88, France)
>   sig!335C2E2F1 2015-11-29  Jean Baptiste Favre (DOB: 1973-07-10, 
> POB: Remiremont - 88, France)
>   sig!335C2E2F1 2015-11-29  Jean Baptiste Favre (DOB: 1973-07-10, 
> POB: Remiremont - 88, France)
>   uid  Jean Baptiste Favre (Debian) 
>   sig! AAA22456 2012-11-25  Martin Ferrari 
>   sig! FFFE 2012-11-25  Sam Hocevar 
>   sig! 353525F9 2012-11-25  Vincent Bernat 
>   sig! DD39F374 2012-11-25  Jeremy Lal 
>   sig! 490DFC8D 2012-11-26  Nicolas Boulenguez 
>   sig! D38F11A3 2012-11-27  Thomas Vincent 
> 
>   sig! 66475AAF 2013-03-23  Nicolas Dandrimont 
> 
>   sig! C2B35520 2013-09-23  Cyril Brulebois 
>   sig! F2AC729A 2012-11-25  Raphael Hertzog 
>   sig! 6D866396 2012-11-26  Stefano Zacchiroli 
>   sig! 8649AA06 2012-11-26  gregor herrmann 
> 
>   sig! D4CACDFF 2012-11-26  Ralf Treinen 
>   sig! E397832F 2013-05-30  Luca Capello 
>   sig!34B10D847 2012-11-25  Tanguy Pierre Charles Philippe Ortolo 
> (DOB: 1985-10-02, POB: Paris 14e, France)
>   sig!335C2E2F1 2012-11-01  Jean Baptiste Favre (DOB: 

Bug#821296: [rt.debian.org #6237] AutoReply: Please add Tiago Ilieve's key to the DM keyring

2016-05-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Tiago Ilieve,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6237

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Thu, 2016-05-26 08:11:17 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Tiago Ilieve's key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket
> has been assigned an ID of [rt.debian.org #6237].
> 
> Please include the string
> 
>   [rt.debian.org #6237]
> 
> in the subject line of all future correspondence about this issue.
> To do so, you may reply to this message.
> 
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 356CD3A1C2CE3CC155D2281E06C285ACEF93257A
> to the DM keyring
>   please notify 821296-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 26 May 2016 07:46:56 +
> BTS: https://bugs.debian.org/821296
> Comment: Add Tiago Ilieve  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/04/msg1.html 
> Advocates: 
>   terceiro - https://lists.debian.org/debian-newmaint/2016/04/msg4.html
>   plessy - https://lists.debian.org/debian-newmaint/2016/04/msg6.html
> KeyCheck:
>   pub   4096R/EF93257A 2015-05-10 [expires: 2017-01-21]
> Key fingerprint = 356C D3A1 C2CE 3CC1 55D2  281E 06C2 85AC EF93 257A
>   uid  Tiago Ilieve 
>   sig! 04EBE9EF 2016-03-05  Joao Eriberto Mota Filho (eriberto) 
> 
>   sig! CD460BDE 2016-03-15  Antonio Terceiro 
> 
>   sig!3EF93257A 2016-01-22  Tiago Ilieve 
>   sub   4096R/994F69E5 2015-05-10
>   sig! EF93257A 2015-05-10  Tiago Ilieve 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, expires Sat 21 Jan 2017 16:06:37 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJXRq7WAAoJEHxWrP6UeJfYnGwP/3CpLQoRcrvBU3uNXeMSnbig
> dhcvak3FwiU5SYt4KSQR/7/ZHwimDIk9NRDMmvR9Qnttd+NAxgYdKKwP+USNtunQ
> HEPle/Ul4uUmq1ZjE9Xw06ohqWhFm4RkaqW17/uKyVXigAepVPUymdMCkH9Jdq3/
> lKZ5RUNGqfX6HSZxYfBN2/FynXToAVY/gpzqU3uoWWPR47Rdd7NEwa08YPCouAGk
> pPJGjc12ipRurOsbadC/LbYt4REShA2EtAliT4unOLFzSeWYScSkGOKWXMakKN0S
> LgCV0T6BKPZBGPnPKzSZ42zctetrEJIuz6Jk/CkMKQXi0TuKIztdaApycLVyIFo2
> pIr1zW/yRPX0/5p53rv+ZjN+f8jDGtbbBmB7UAJEKhvnDJreKXD1vFMf6eZS46K0
> 3LhpfFbQAqTs9ioQIYR5pBG5CR5fnshtp5ZJfrvUe0BKlVPuKEjyDnWyaO4gCTN1
> cHs9rbczdwtX1SgCMvqylYKERP0F5/wwBJzeSAAxuTWqDmmyPWoOS6qF9XFuAcTC
> hDMTdzmjvi8SHtR63ex2wgqRqCZTHoPkJBpAiMQ2fNO7v1iZ/H3uHsXLqoyGrzWR
> DXazRKVK90AuB2uGq0YA78+Io4c1d/suXq1y5oX9c4NCp61Gy60GxiNPV+xADWFn
> wiVdTFmmYsoQqQiN1Iy5
> =NNC6
> -END PGP SIGNATURE-
> 


signature.asc
Description: Digital signature


Bug#818901: [rt.debian.org #6236] AutoReply: Please add Sean Whitton's key to the DM keyring

2016-05-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Sean Whitton,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6236

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Thu, 2016-05-26 07:22:07 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Sean Whitton's key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket
> has been assigned an ID of [rt.debian.org #6236].
> 
> Please include the string
> 
>   [rt.debian.org #6236]
> 
> in the subject line of all future correspondence about this issue.
> To do so, you may reply to this message.
> 
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 8DC2487E51ABDD90B5C4753F0F56D0553B6D411B
> to the DM keyring
>   please notify 818901-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 26 May 2016 07:00:16 +
> BTS: https://bugs.debian.org/818901
> Comment: Add Sean Whitton  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/03/msg00021.html
> Advocates:
>   mattia - https://lists.debian.org/debian-newmaint/2016/03/msg00022.html
>   locutusofborg - 
> https://lists.debian.org/debian-newmaint/2016/03/msg00023.html
>   bremner - https://lists.debian.org/debian-newmaint/2016/03/msg00024.html
> KeyCheck:
>   pub   4096R/3B6D411B 2009-09-26 [expires: 2018-03-13]
> Key fingerprint = 8DC2 487E 51AB DD90 B5C4  753F 0F56 D055 3B6D 411B
>   uid  Sean Whitton 
>   sig! 0A75C877 2016-03-16  Nathaniel Harrison Handler 
> 
>   sig!2C6648E90 2016-03-18  Ben Pfaff 
>   sig!3283D6300 2016-03-19  Mattia Dongili 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2015-07-01  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   uid  Sean Whitton 
>   sig! 0A75C877 2016-03-16  Nathaniel Harrison Handler 
> 
>   sig!2C6648E90 2016-03-18  Ben Pfaff 
>   sig!3283D6300 2016-03-19  Mattia Dongili 
>   sig!33B6D411B 2015-07-01  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2012-04-28  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   uid  Sean Whitton 
>   sig! 0A75C877 2016-03-16  Nathaniel Harrison Handler 
> 
>   sig!2C6648E90 2016-03-18  Ben Pfaff 
>   sig!3283D6300 2016-03-19  Mattia Dongili 
>   sig!33B6D411B 2012-04-28  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2009-09-26  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   uid  Sean Whitton 
>   sig! 0A75C877 2016-03-16  Nathaniel Harrison Handler 
> 
>   sig!2C6648E90 2016-03-18  Ben Pfaff 
>   sig!3283D6300 2016-03-19  Mattia Dongili 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2015-07-01  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean Whitton 
>   sig!33B6D411B 2016-03-13  Sean 

Bug#821147: tzdate 2016d update (released 2016-04-17) for future time stamps

2016-04-19 Thread Aníbal Monsalve Salazar
On Tue, 2016-04-19 08:08:22 -0430, German Cardozo wrote:
> Hi!
>
> A new version of tzdata is available, tzdata2016d (released
> 2016-04-17).
>
> The latest version affecting future time stamps:
> America/Caracas
> Asia/Magadan
> Asia/Tomsk
>
> In Venezuela we are very interested in the update of this package
> on Debian 7 and 8 will be soon, because we have many machines
> installed with this operating system and its derivatives.
>
> We thank the team of Debian developers for all the support they
> can offer.
>
> Regards,
>
> -- 
> German Cardozo Chirinos
> ~ memento mori ~

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821147




signature.asc
Description: Digital signature


Bug#819158: hokey: : commitBuffer: invalid argument (invalid character)

2016-03-24 Thread Aníbal Monsalve Salazar
Package: hopenpgp-tools
Version: 0.13-1

hokey dies with the error below.

hkt export-pubkeys 056E61A6F3B6C9323049DBF9565EE9641503F0AA | hokey lint
hokey (hopenpgp-tools) 0.13
Copyright (C) 2012-2014  Clint Adams
hokey comes with ABSOLUTELY NO WARRANTY. This is free software, and you are 
welcome to redistribute it under certain conditions.

Key has potential validity: good
Key has fingerprint: 056E 61A6 F3B6 C932 3049  DBF9 565E E964 1503 F0AA
Checking to see if key is OpenPGPv4: V4
Checking to see if key is RSA or DSA (>= 2048-bit): RSA 4096
Checking user-ID- and user-attribute-related items:
  Marko Dimjahokey: : commitBuffer: invalid argument (invalid character)



Bug#814779: support for new mailing list debian-events-apac?

2016-02-23 Thread Aníbal Monsalve Salazar
On Tue, 2016-02-16 10:50:17 +1100, Paul Wise wrote:
> On Tue, Feb 16, 2016 at 4:52 AM, Daniel Pocock wrote:
>
>> There are various debian-events-* mailing lists, I've requested a new
>> one for Asia/Pacific region events:
>>
>> https://bugs.debian.org/814779
>
> I support the creation of debian-events-apac.

I support the creation of debian-events-apac as well.


signature.asc
Description: Digital signature


Bug#815448: [rt.debian.org #6150] AutoReply: Please add Luca Boccassi's key to the DM keyring

2016-02-22 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Luca Boccassi,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6150

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Mon, 2016-02-22 09:28:07 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Luca Boccassi's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6150].
>
> Please include the string
>
>   [rt.debian.org #6150]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E
> to the DM keyring
>   please notify 815448-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Mon, 22 Feb 2016 08:58:40 +
> BTS: http://bugs.debian.org/815448
> Comment: Please add Luca Boccassi  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg00025.html
> Advocates: 
>   anbe - https://lists.debian.org/debian-newmaint/2016/02/msg00026.html
> KeyCheck:
>   pub   4096R/BC8C7E2E 2015-01-29
> Key fingerprint = A9EA 9081 724F FAE0 484C  35A1 A81C EA22 BC8C 7E2E
>   uid  Luca Boccassi 
>   sig! 8649AA06 2016-02-01  gregor herrmann 
> 
>   sig!3BC8C7E2E 2015-01-29  Luca Boccassi 
>   sig!3BC8C7E2E 2015-01-29  Luca Boccassi 
>   uid  Luca Boccassi 
>   sig! 8649AA06 2016-02-01  gregor herrmann 
> 
>   sig!3BC8C7E2E 2015-01-29  Luca Boccassi 
>   sig!3BC8C7E2E 2015-01-29  Luca Boccassi 
>   sub   4096R/71EB78F8 2015-01-29 [expires: 2017-03-27]
>   sig! BC8C7E2E 2015-03-28  Luca Boccassi 
>   sub   4096R/1A5956D1 2015-03-28 [expires: 2017-03-27]
>   sig! BC8C7E2E 2015-03-28  Luca Boccassi 
>   sub   4096R/CD77241E 2015-03-28 [expires: 2017-03-27]
>   sig! BC8C7E2E 2015-03-28  Luca Boccassi 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, expires Mon 27 Mar 2017 19:29:34 UTC.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWytRJAAoJEHxWrP6UeJfYBbUQALgEWBVsPbHicQoksVD/6rWa
> NCo0UbD81+utbNl6fwYmr8dnyilYF2sj5YIxE3F1Lf7dQWJjUbt6WaQTyQw9cC+j
> TElPZ3vqaJ2eFxbc2cuXjKqrxcvUXeJCBf0pt7eo0VXPYrjtCDKMyErYcvTYK6G3
> boehqPhHrRCw/b+wVp9oXKhh+BWwjoAp5rVFI1WKsvWyMVUOPgrsOq7N9uFHa+Il
> BfnCXzZnvLbFiLbyx/X0mGsFsRscTonf1E+L927vROdiK0teBvmR+ljpJKJ8AsgL
> Z7RKodJ/R23em786s5m6/eUlwL5d10w9ENxf5hbDph8/SUqY3ctR0+e4UUO0MfLt
> VH7Jr4LmGjLSFPeT/HmkjjcCaHO47ZINDE8w7qjPGKYI1/QHup/546V0m2kr8lym
> VxH1NIgkRm1LmCtttj8pJIMaUxdOff68lY3VnmA4vWO27OKe8H0Y/ZLN8JJFvcoS
> DJelj2FmugMbxciqP2iK2ALenJuglBh76QOUHMkAM1AWlmDcIiMHt4nyzuR8rwFv
> FjG8cfSCiur6H72x9lcOd8jjV/RK3UP6J0gt/mhPbUVWEsUHDx2SomBKxzaHLKj1
> ts/7vK6msVNH5rNJBnV2ZHtFGEbAYjfOdXgX/GGgXpf1zd1wOvRtLBWSvaa5qQUw
> shaSaLU2ZeSP9afdqWfn
> =S9qY
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#815435: [rt.debian.org #6149] AutoReply: Please add James Clarke's key to the DM keyring

2016-02-22 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello James Clarke,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6149

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Mon, 2016-02-22 08:37:21 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add James Clarke's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6149].
>
> Please include the string
>
>   [rt.debian.org #6149]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 8F58342BEABE1EF4379551FBB193770C186A1C7D
> to the DM keyring
>   please notify 815435-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Mon, 22 Feb 2016 08:19:50 +
> BTS: http://bugs.debian.org/815435
> Comment: Please add James Clarke  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg00027.html
> Advocates: 
>   locutusofborg - 
> https://lists.debian.org/debian-newmaint/2016/02/msg00028.html
> KeyCheck:
>   pub   4096R/186A1C7D 2015-06-04 [expires: 2017-01-01]
> Key fingerprint = 8F58 342B EABE 1EF4 3795  51FB B193 770C 186A 1C7D
>   uid  James Clarke 
>   sig!2D3524C51 2016-02-20  Jonathan Wiltshire 
>   sig!3CBD93B9E 2016-02-20  Vincent Sanders 
>   sig!33442684E 2016-02-20  Steve McIntyre 
>   sig!3186A1C7D 2016-01-28  James Clarke 
>   sig!3186A1C7D 2016-02-20  James Clarke 
>   sig!3186A1C7D 2015-06-04  James Clarke 
>   sig!3186A1C7D 2016-01-28  James Clarke 
>   sub   4096R/9C0E53FB 2015-06-04 [expires: 2017-01-01]
>   sig! 186A1C7D 2016-01-28  James Clarke 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, expires Sun 01 Jan 2017 22:09:02 UTC.
>   Valid "s" flag, expires Sun 01 Jan 2017 22:09:02 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIbBAEBCgAGBQJWyshfAAoJEHxWrP6UeJfYyKcP90fhLIfURo6VxmkdFrH6cZ/w
> w/bWlNDNIVWdRCqiBL+P5Bs0BKWAeOVMFxvqBksdyAkK1Fzrb9ErJdSzp00O1ByF
> mbcg5T2IsMhVnbD81Ua5Mvm/C0/MSX45nJKIYIeK9kZlYWyUgNoGF0bGjKYeSrDr
> UKZcbSQiq+ty+SsHd54J99rFcZobrI0bgRDS2Th2bDQPkXFO/42MzXBpmTlnhMhU
> +KJQSZ/Xf9MdYli+ji24Tv1SRFb6tD3NjGoqiQI1lAvWwGcnyhxtOM7X93kgZSkd
> xHeldISgMv3SXL0hXWdqEiyPD/HC5xCFX823YZz6cjYfoYKFNmnpAD7w/kIK9Ul8
> iPadYwhcNeXCXW9F4j55blsD1RwcPI6JL7xNiaOAcUAVtLMPFpHM8qUqSD5mZVr/
> sWYxB/OpaVIAepiu8NdUA/HpCptt19jSuyGTWcF+TJA9+iB/0nkXvLq+FW6f+I4O
> Q7L5oZYcIyJ/oLx5LYYcsGNOwz9209SPMAvNY6plq8N2jJMuFRdMuFEg9zRGGGSu
> zueYj1JPNuQ52OVFUxKDOehI9sDoEXmYRT+PSDY5WKXeQjS3M5DNKXSxZS5fQwBJ
> IygXzy3jQJnbIi+5JcKYTSPCZJP6xSesGOhIb8i3APorMlue/Pu1Nofmf+6W9gVl
> 8nTEYJt1dnqLQ+utHbI=
> =+z0Y
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#815195: [rt.debian.org #6144] AutoReply: Please add Ilias Tsitsimpis' key to the DM keyring

2016-02-20 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Ilias Tsitsimpis,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6144

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sat, 2016-02-20 21:10:00 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Ilias Tsitsimpis' key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6144].
>
> Please include the string
>
>   [rt.debian.org #6144]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID AD70200113F0D159848504AB0098F6131EB86413
> to the DM keyring
>   please notify 815195-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sat, 20 Feb 2016 20:58:27 +
> BTS: http://bugs.debian.org/815195
> Comment: Add Ilias Tsitsimpis  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg00016.html
> Advocates: 
>   apoikos - https://lists.debian.org/debian-newmaint/2016/02/msg00017.html
> KeyCheck:
>   pub   4096R/1EB86413 2015-05-15
> Key fingerprint = AD70 2001 13F0 D159 8485  04AB 0098 F613 1EB8 6413
>   uid  Ilias Tsitsimpis 
>   sig! 20248224 2015-10-23  Apollon Oikonomopoulos 
>   sig! 1EEC8F0E 2016-02-17  Faidon Liambotis 
>   sig!31EB86413 2015-05-15  Ilias Tsitsimpis 
>   sub   4096R/61B5AA81 2015-05-15
>   sig! 1EB86413 2015-05-15  Ilias Tsitsimpis 
>   sub   4096R/CC64403C 2015-05-15 [expires: 2017-05-14]
>   sig! 1EB86413 2015-05-15  Ilias Tsitsimpis 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWyNWCAAoJEHxWrP6UeJfYr4QQAIITloyMUZuP9yGy8YZoL2jK
> oXkJ3ejWZMNNtVULPAu5TAynM90B7U5599SnSpH8O0KJACqXQZ3XfovS5DDeI7rK
> mOFNPDst6gj02yirs/FHmAsAf816pDwRz2NiNux5X5RC2L1QjW2lm+ialdvbWNqs
> 71M0OY8wE3MUxOVydDZtX3BeUzesSPNwAXomf5q1HqrYLnRM7nLHjodO2chag4Q5
> F9m7yCL31Yxp5PZQQeo0cfsq0rftoHEM5uCGQLmL+E4w/kflgxwsm/S4WObrvvGb
> 6qtGvAuFkfsxxI8tDLzbT98/53Kc2UqZ+et/Axu8ZyOura0gZIoSgRnUdEB7P37s
> zJJRpLwUzMzbwUUrwdakX17pzX2gNNlyFMoa0f8JNaJMy+QYNl5XYxvbx+TJv2Ub
> IinKv2mknkzNKPlWlvkMrsscR3GOxx5b2K/k2bNkEBtsq/es+121W9yqCCCO2cVe
> NquYTWcCQ1MAmORfkB85t5ckyc1pn6k995tfxhY3NBpSmO7p2wtJ4AZO60AYnW6y
> VI/tnJycVrDV7T53KW6O258y6Ts/1oVlBwJVYXa+w5ZNqgP2XT8DhsE6BAORlgSr
> ZECOR6dgHTqgrOxPvOLq8O2sQEzBxlgjsBIepa6jwamHe0KvVKixXTsqxe0iB14K
> 9dGe0oxniSByqojM3jd7
> =TzaC
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#766809: New libpng upload broke shared library linking

2016-02-17 Thread Aníbal Monsalve Salazar
Control: found -1 1.2.54-3

On Wed, 2016-02-17 12:52:28 +0100, Andreas Henriksson wrote:
> Hello Petter Reinholdtsen.
>
> On Wed, Feb 17, 2016 at 09:28:12AM +0100, Petter Reinholdtsen wrote:
>> Hi.  This "fix" broke linking with -lpng12 on amd64, making the build of
>> libkate fail.  Note how the libpng12.so now is dangling:
>
> Sorry for not catching this issue and thanks for the clearly
> pointing out the issue.
>
>>
>> % ls -lh /usr/lib/x86_64-linux-gnu/libpng*
>> lrwxrwxrwx 1 root root   10 Feb 16 13:33 /usr/lib/x86_64-linux-gnu/libpng.a 
>> -> libpng12.a
>> lrwxrwxrwx 1 root root   11 Feb 16 13:33 /usr/lib/x86_64-linux-gnu/libpng.so 
>> -> libpng12.so
>> -rw-r--r-- 1 root root 238K Feb 16 13:33 /usr/lib/x86_64-linux-gnu/libpng12.a
>> lrwxrwxrwx 1 root root   13 Feb 16 13:33 
>> /usr/lib/x86_64-linux-gnu/libpng12.so -> libpng12.so.0
>> %
>>
>> Please find a way to fix it or revert the change.  I'll file a new RC bug
>> about the issue.
>
> The attached patch should fix the problem (atleast libkate builds for
> me using the resulting libpng12-{0,dev}).
>
> I'll volunteer to NMU this if Anibal is busy. Just say so if you want
> me to go ahead without delay.
>
> Regards,
> Andreas Henriksson

Thank you Andreas.

I'll try your patch this coming weekend and upload it as 1.2.54-4.

> diff -Nru libpng-1.2.54/debian/changelog libpng-1.2.54/debian/changelog
> --- libpng-1.2.54/debian/changelog2016-02-16 14:24:50.0 +0100
> +++ libpng-1.2.54/debian/changelog2016-02-17 11:42:36.0 +0100
> @@ -1,3 +1,12 @@
> +libpng (1.2.54-2.1) UNRELEASED; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * libpng12-dev: point libpng{,12}.so to library in /lib/..
> +- ... without using any intermediate link as that was dropped in
> +  previous revision/upload.
> +
> + -- Andreas Henriksson   Wed, 17 Feb 2016 11:41:18 +0100
> +
>  libpng (1.2.54-2) unstable; urgency=medium
>  
>[ Marco d'Itri ]
> diff -Nru libpng-1.2.54/debian/libpng12-dev.install 
> libpng-1.2.54/debian/libpng12-dev.install
> --- libpng-1.2.54/debian/libpng12-dev.install 2015-11-18 18:20:30.0 
> +0100
> +++ libpng-1.2.54/debian/libpng12-dev.install 2016-02-17 11:40:08.0 
> +0100
> @@ -2,5 +2,4 @@
>  usr/lib/*/pkgconfig
>  usr/lib/*/libpng.a
>  usr/lib/*/libpng12.a
> -usr/lib/*/libpng.so
>  usr/bin
> diff -Nru libpng-1.2.54/debian/libpng12-dev.links.in 
> libpng-1.2.54/debian/libpng12-dev.links.in
> --- libpng-1.2.54/debian/libpng12-dev.links.in2015-11-18 
> 18:20:30.0 +0100
> +++ libpng-1.2.54/debian/libpng12-dev.links.in2016-02-17 
> 12:47:54.0 +0100
> @@ -1,3 +1,4 @@
>  /usr/share/man/man1/libpng12-config.1.gz 
> /usr/share/man/man1/libpng-config.1.gz
>  /usr/include/libpng12 /usr/include/libpng
> -/usr/lib/${DEB_HOST_MULTIARCH}/libpng12.so.0 
> /usr/lib/${DEB_HOST_MULTIARCH}/libpng12.so
> +/lib/${DEB_HOST_MULTIARCH}/libpng12.so.0 
> /usr/lib/${DEB_HOST_MULTIARCH}/libpng12.so
> +/lib/${DEB_HOST_MULTIARCH}/libpng12.so.0 
> /usr/lib/${DEB_HOST_MULTIARCH}/libpng.so


signature.asc
Description: Digital signature


Bug#814911: [rt.debian.org #6138] AutoReply: Please add Daniel Echeverry's key to the DM keyring

2016-02-16 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Daniel Echeverry,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6138

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2016-02-16 14:26:30 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Daniel Echeverry's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6138].
>
> Please include the string
>
>   [rt.debian.org #6138]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID D0D085B169C3BFD9404858FA21FC29504B5230DB
> to the DM keyring
>   please notify 814911-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 16 Feb 2016 14:21:52 +
> BTS: https://bugs.debian.org/814911
> Comment: Add Daniel Echeverry  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg00012.html
> Advocates:
>   julian - https://lists.debian.org/debian-newmaint/2016/02/msg00015.html
> KeyCheck:
>   pub   4096R/4B5230DB 2010-09-27
> Key fingerprint = D0D0 85B1 69C3 BFD9 4048  58FA 21FC 2950 4B52 30DB
>   uid  Daniel Echeverry 
>   sig! 6168BF60 2011-04-10  Julian Moreno Patino 
>   sig! 947897D8 2011-10-27  Anibal Monsalve Salazar 
> 
>   sig!34B5230DB 2010-09-27  Daniel Echeverry 
>   sub   4096R/FCCE246B 2010-09-27
>   sig! 4B5230DB 2010-09-27  Daniel Echeverry 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWwzEvAAoJEHxWrP6UeJfY9k8P/i1TPBiKjic4mjC1Fx3/gcUw
> OC8dL8cPKEq/WqjWUGMdK4xw6FNuAxUDa2rxil28I6G+uJm8kEZRCMTj8JqLQBl2
> qD/9L8uIK1cOE/DtG5IwDYq2+L2lOrZUXHGp5yWJgi08gJJO9g59zCqymhAqfCe1
> Qn+JERGEVp+tGeFxD1thZmVYfxZlgp/Zz8YsppS+m52p9ReDfNmpLuxytx59H2dv
> abST0/HZ89BO+Sx+ia4w1Aqn/FcNuuEn/Uk+jPUtd4F6Xx1i18nQU8sIXhxwAgcD
> wwJrzMSxoJGiY14mQxHEyEtoRDNDGU52zaRGDZiU2JEqEmP9vRZhI2Wuu1iWvrKG
> XHK2UO+Dw5a/RzPnAvalhwh3da6s2XeVmFcM8Lzqwa8BYWpIM0sIsHnaukud79d4
> waHKFnWXGsau4aU2YlWkwTZLfqN4iKrEAk1fCgPMegD94I/766c4w7TE11R9Noho
> fovAZiKl/375xgNHs4xPlUr/SUNx4wwvH75VvJK7zJS3Nykhtk6o6Wyu1SvVA1bp
> 0nIzB6w08pCzUTtqgLtiSiogcSBfcYLNGKb4D+aWnJdue1Rx5adKkeqJiqVJfl7y
> eElvHERD/d2kmEGw5GFjFZEBH9z8zGUMxlJLB+0Ba37/R25ugbkO9G0409iOiHE4
> jcnUlS41iKspfOq+zRUs
> =st5p
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#814911: Please add Daniel Echeverry as a DM

2016-02-16 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Daniel Echeverry 

Please add Daniel Echeverry as a DM.
Changed-By: Anibal Monsalve Salazar 
Date: Tue, 16 Feb 2016 14:06:40 +
BTS: https://bugs.debian.org/FIXME
Comment: Add Daniel Echeverry  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg00012.html
Advocates:
  julian - https://lists.debian.org/debian-newmaint/2016/02/msg00015.html
KeyCheck:
  pub   4096R/4B5230DB 2010-09-27
Key fingerprint = D0D0 85B1 69C3 BFD9 4048  58FA 21FC 2950 4B52 30DB
  uid  Daniel Echeverry 
  sig! 6168BF60 2011-04-10  Julian Moreno Patino 
  sig! 947897D8 2011-10-27  Anibal Monsalve Salazar 
  sig!34B5230DB 2010-09-27  Daniel Echeverry 
  sub   4096R/FCCE246B 2010-09-27
  sig! 4B5230DB 2010-09-27  Daniel Echeverry 
  .
  Key is OpenPGP version 4 or greater.
  Key has 4096 bits.
  Valid "e" flag, no expiration.
  Valid "s" flag, no expiration.
Action: import
Data:
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  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
  

Bug#814481: [rt.debian.org #6137] AutoReply: Please add Christian Seiler's key to the DM keyring

2016-02-14 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Christian Seiler,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6137

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sun, 2016-02-14 12:57:35 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Christian Seiler's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6137].
>
> Please include the string
>
>   [rt.debian.org #6137]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID D3284E4E61A9278A511ABC9655DB1ABC3818B08C
> to the DM keyring
>   please notify 814481-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sun, 14 Feb 2016 12:40:10 +
> BTS: http://bugs.debian.org/814481
> Comment: Add Christian Seiler  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg8.html
> Advocates: 
>   rrs - https://lists.debian.org/debian-newmaint/2016/02/msg9.html
> KeyCheck:
>   pub   4096R/3818B08C 2013-04-24 [expires: 2023-04-22]
> Key fingerprint = D328 4E4E 61A9 278A 511A  BC96 55DB 1ABC 3818 B08C
>   uid  Christian Seiler 
>   sig! 8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 
> 
>   sig! F00A2BE6 2015-08-16  Ritesh Raj Sarraf 
>   sig! 0106630C 2015-08-19  Eugene Zhukov 
>   sig! 0216D2A5 2015-08-20  Lev Lamberov 
>   sig! B7EA3737 2015-08-24  Michael Prokop 
>   sig! 608F22DC 2015-08-21  Michael Biebl 
>   sig! EC998489 2015-08-25  Magnus Holmgren 
>   sig! E17EBB30 2015-08-26  Rhonda
>   sig! F14A64A2 2015-08-26  Aaron M. Ucko 
>   sig! B35FEC3C 2015-09-02  Eduard Bloch 
>   sig! 41CEFDE0 2015-08-23  Stefan Fritsch 
>   sig! 0125D5C0 2015-12-02  Philip Hands 
>   sig! D21739E9 2015-09-10  Daniel Kahn Gillmor 
> 
>   sig!33818B08C 2015-07-19  Christian Seiler 
>   sig!33818B08C 2015-07-19  Christian Seiler 
>   sig!33818B08C 2013-04-24  Christian Seiler 
>   sig!3B66B10F0 2015-08-24  Timo Weingaertner
>   sub   2048R/5630FE9E 2016-02-07 [expired: 2016-02-10]
>   sig! 3818B08C 2016-02-09  Christian Seiler 
>   sub   4096R/50BD3D08 2013-04-24 [expires: 2023-04-22]
>   sig! 3818B08C 2013-04-24  Christian Seiler 
>   sub   4096R/CDCFA018 2016-02-09 [expires: 2017-02-08]
>   sig! 3818B08C 2016-02-09  Christian Seiler 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, expires Sat 22 Apr 2023 20:06:26 UTC.
>   Valid "s" flag, expires Sat 22 Apr 2023 20:06:26 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWwHjyAAoJEHxWrP6UeJfYBXwP+wVVwQ2Pg8htQVsJP/59fbXB
> EW27j7ntI3mJqi70FUN56+NVnDgeXiFlHflkOW5SQlQ1Pw9SfPoZqGDTLGTZ/Bd2
> DDZ+xYvweMfICWkqaDDAKORto4x/3zU4QfRHtw+zPa4C2n2OmuOQfOiDqJ22yokD
> jrBc89gR4epxM/timw/AcdApRpD+aWZFvES2tPHmpcXQfCUwBk2W0heytM6RJzq/
> RvKg3nzUesW8+GlzpQYEG6iz4Tl/p6HxfCXA5Pxf01aZDCjuGkq/LArG+zPMFQ0b
> U3Q1UzAnsvU4Ehebbu/ssKf68r/fip3QBboArZJ8mYmsKVDVQTZP0OYXAR85cn7t
> JMKNw8WIXtPn6OVt81By7BRoSA47V5oGgtoE/gX+amoIAvxaM8i0sPYKQMyMfTud
> zqSh7ANyZQMlQpscS2fsHjuTmaZcwWnUyLse+wyc/kar4D17JYe8tBe+ktV+rrAn
> ayx+Cf0Fe8p1WyIHIp8cpSE4XR4yQU6Bl1Iw2iIsptzh15uoJ02yujYkzwyFj2wS
> kuygJWwY1rkXdXIECqqFCY2i/L3kjPqBu7xrSuQS0wOq2MJtnzZ4UVF8eyoMTYfX
> V2p84OT3OUt4dGBgVu/wrjqXQhOtQS6votaYgUwhu4zZ7d77jRCKa8eIXaThpHK/
> JCQ/1QpGSllcNNoMBBJn
> =jGwA
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#813978: Please add Enrico Rossi as a DM

2016-02-07 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Enrico Rossi 

Please add Enrico Rossi as a DM.
Changed-By: Anibal Monsalve Salazar 
Date: Sun, 07 Feb 2016 08:50:52 +
BTS: https://bugs.debian.org/FIXME
Comment: Add Enrico Rossi  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg6.html
Advocates:
  enrico - https://lists.debian.org/debian-newmaint/2016/02/msg7.html
Action: import
Data:
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  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
  

Bug#813978: [rt.debian.org #6133] AutoReply: Please add Enrico Rossi's key to the DM keyring

2016-02-07 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Enrico Rossi,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6133

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sun, 2016-02-07 10:19:28 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Enrico Rossi's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6133].
>
> Please include the string
>
>   [rt.debian.org #6133]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> The attached file is the request in utf-8 format.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

keyring-maint:
  please add key ID C1E79DEBFE2A511FF70B80255E0195FAF2133176
to the DM keyring
  please notify 813978-d...@bugs.debian.org

Changed-By: Anibal Monsalve Salazar 
Date: Sun, 07 Feb 2016 09:53:53 +
BTS: https://bugs.debian.org/813978
Comment: Add Enrico Rossi  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg6.html
Advocates:
  enrico - https://lists.debian.org/debian-newmaint/2016/02/msg7.html
KeyCheck:
  pub   4096R/F2133176 2010-10-19
Key fingerprint = C1E7 9DEB FE2A 511F F70B  8025 5E01 95FA F213 3176
  uid  Enrico Rossi 
  sig! E7AD5568 2010-10-25  Enrico Zini 
  sig! C83BFA9A 2013-08-19  Sebastian Reichel 
  sig! AF060C5A 2014-11-07  Daniel Glassey 
  sig! 72DC07B5 2013-08-13  Florian Schlichting 
  sig! D9D59F61 2013-08-15  Francesca Ciceri 
  sig! 6D866396 2013-08-17  Stefano Zacchiroli 
  sig! 42B7511D 2013-08-24  Michal Čihař 
  sig! B35FEC3C 2013-08-25  Eduard Bloch 
  sig! 66475AAF 2013-08-31  Nicolas Dandrimont 

  sig! E969BD54 2014-10-27  Andrea Capriotti 
  sig! 7FD863FE 2013-08-18  Salvatore Bonaccorso 

  sig! 19765111 2013-08-31  Tzafrir Cohen 
  sig!231ED8AEF 2013-08-20  Rémi Vanicat (semi-permanent) 

  sig!2151DFFDC 2013-08-24  Bernhard R. Link 
  sig!3D9AB457E 2013-08-22  Giovanni Mascellani 

  sig!3F2133176 2010-10-19  Enrico Rossi 
  uid  Enrico Rossi 
  sig! E7AD5568 2010-10-25  Enrico Zini 
  sig! C83BFA9A 2013-08-19  Sebastian Reichel 
  sig! AF060C5A 2014-11-07  Daniel Glassey 
  sig! 72DC07B5 2013-08-13  Florian Schlichting 
  sig! D9D59F61 2013-08-15  Francesca Ciceri 
  sig! 6D866396 2013-08-17  Stefano Zacchiroli 
  sig! 42B7511D 2013-08-24  Michal Čihař 
  sig! B35FEC3C 2013-08-25  Eduard Bloch 
  sig! 66475AAF 2013-08-31  Nicolas Dandrimont 

  sig! E969BD54 2014-10-27  Andrea Capriotti 
  sig! 7FD863FE 2013-08-18  Salvatore Bonaccorso 

  sig! 19765111 2013-08-31  Tzafrir Cohen 
  sig!231ED8AEF 2013-08-20  Rémi Vanicat (semi-permanent) 

  sig!2151DFFDC 2013-08-24  Bernhard R. Link 
  sig!3D9AB457E 2013-08-22  Giovanni Mascellani 

  sig!3F2133176 2010-10-19  Enrico Rossi 
  sub   2048R/F4D73E50 2012-04-25 [expired: 2014-04-25]
  sig! F2133176 2012-04-25  Enrico Rossi 
  sub   2048R/5E172C7F 2012-04-25 [expired: 2014-04-25]
  sig! F2133176 2012-04-25  Enrico Rossi 
  sub   2048R/FF98383A 2014-05-20 [expires: 2016-05-19]
  sig! F2133176 2014-05-20  Enrico Rossi 
  sub   2048R/F5888D33 2014-05-20 [expires: 2016-05-19]
  sig! F2133176 

Bug#813521: [rt.debian.org #6132] AutoReply: Please add Ferenc Wágner's key to the DM keyring

2016-02-06 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Ferenc Wágner,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6132

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sat, 2016-02-06 23:05:34 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Ferenc Wágner's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6132].
>
> Please include the string
>
>   [rt.debian.org #6132]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> The attached file is the request in utf-8 format. Thank you!
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

keyring-maint:
  please add key ID C1D744C7444D2142FB7AE82D3AC8F716477EDB23
to the DM keyring
  please notify 813521-d...@bugs.debian.org

Changed-By: Anibal Monsalve Salazar 
Date: Sat, 06 Feb 2016 22:33:58 +
BTS: http://bugs.debian.org/813521
Comment: Add Ferenc Wágner  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2016/02/msg0.html
Advocates: 
  rra - https://lists.debian.org/debian-newmaint/2016/02/msg1.html
  myon - https://lists.debian.org/debian-newmaint/2016/02/msg3.html
KeyCheck:
  pub   4096R/477EDB23 2012-06-08 [expires: 2017-08-03]
Key fingerprint = C1D7 44C7 444D 2142 FB7A  E82D 3AC8 F716 477E DB23
  uid  Ferenc Wágner 
  sig! E0163787 2015-08-27  Kristoffer H Rose 
  sig! 8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 

  sig! C433F68F 2015-03-27  Gergely Nagy 
  sig! A6357FB7 2015-08-23  Tobias Frost 
  sig! F0FBF51F 2015-08-20  Joachim Breitner 
  sig! 7FFB9E9B 2015-08-21  Michael Hanke 
  sig! 6FF9435F 2015-08-21  Bernd Zeimetz 
  sig! 12D2A7AE 2015-08-24  Christoph Berg 
  sig! 00A80662 2015-08-26  Santiago Ruano Rincón 
  sig! 074BCDE4 2015-09-01  Thomas Lange 
  sig! 11E149E9 2015-09-06  Cédric Boutillier 
  sig!33344 2015-03-26  Gergely Riskó 
  sig! C1A00121 2015-08-18  Jonas Smedegaard 
  sig! D21739E9 2015-09-10  Daniel Kahn Gillmor 
  sig!3477EDB23 2012-06-08  Ferenc Wágner 
  sig!3477EDB23 2015-08-04  Ferenc Wágner 
  sig!3477EDB23 2015-03-26  Ferenc Wágner 
  sub   4096R/F4A598E6 2012-06-08 [expires: 2017-08-03]
  sig! 477EDB23 2015-08-04  Ferenc Wágner 
  .
  Key is OpenPGP version 4 or greater.
  Key has 4096 bits.
  Valid "e" flag, expires Thu 03 Aug 2017 07:56:52 UTC.
  Valid "s" flag, expires Thu 03 Aug 2017 08:02:15 UTC.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWtnodAAoJEHxWrP6UeJfYRQcQAJihlLITJQsEVrR93Ph+MPur
NFzzXkPqXClns0PB69ZSSCZpBt+TQcqhDZOEoxFljtlz87h+Gl0n7cKh3VA33L4k
BlSYS20ffSEo4NzxV4X77ojAQmpMJQOnicLNyecX0PXl0NLOhahoMGaTIbsa8oQB
lnnrGo+gdNMcns8Go8NgfZT7JVxwVofaF6Hq3uyrcas+yhRS4QYBZ5wuSrzMW0lV
2sLFu1u4nCKYP26KTWBPMVCcWdy0ciV4os2+n5SlDrcPLyg2mEOk9lUS0hdX8n/I
IL+81rVBkgyRMQVT4px+j4+HnnbvfdmGg6hMe/dRABX4Hjvccg6bEoMbvTM0KCBy
yi3P+/NaEOloEKdeWVapZDfCUF9uHpsXnzzUsl0TwmU9v/seK5MXxUMzhGrrVlko
d3gWwyKndegXR/gdO2Hj+8n9S0360saMIYBGx7qizvr00aoFr/SAptUsjpljkCtF
Hjn1Q5kFlmhHRu+TAE0V04Y4EmWhXV+MrvpHHQ3QzkRiFum/rBATQ+6yOZIfuXlj
fMBigOPZJjfy16GjXitLWqbQkNKTeEOUhUl4NYacJDrW7kbZZ+ZzhL+H81/FTI3X
ee6gWcQnzbDgQSlrwO+S/B650PKl9m/kBYwT7Gbbbow7YM3bE8dB9N6Q3XAy8RMK
iGLOKbPIraMT8rXm+0QF
=0zOK
-END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#650601: libpng is ready for transtion

2016-01-26 Thread Aníbal Monsalve Salazar
On Tue, 2016-01-26 10:23:13 +0100, Tobias Frost wrote:
>> Tobias Frost  (2016-01-25):
>>> Dear release-team,
>>>
>>> Now that all NMUs are in DELAYED for all fixables.
>>> I think we are ready to throw the switch.
>>
>> You haven't answered <20160106232316.ga28...@mraw.org>.
>>
>> Mraw,
>> KiBi.
>>
>
> Nobuhiro, Anibal,
>
> this is a question for you:
>
> https://lists.debian.org/debian-devel/2016/01/msg00248.html
>
> {quote}
> Speaking of this particular udeb, I've just spotted libpng16-16-udeb has
> a Conflicts against libpng12-0-udeb. I'm not sure why, and the changelog
> doesn't seem to explain either. libpng16-16 and libpng12-0 seems to be
> co-installable, so I'm not sure why their respective udebs shouldn't be.
> {/quote}

The Conflicts against libpng12-0-udeb can be removed.


signature.asc
Description: Digital signature


Bug#808164: [rt.debian.org #6115] AutoReply: Please add Ondřej Nový's key to the DM keyring

2016-01-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Ondřej Nový,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6115

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2016-01-26 11:47:25 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Ondřej Nový's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6115].
>
> Please include the string
>
>   [rt.debian.org #6115]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 3D983C52EB85980C46A56090357312559D1E064B
> to the DM keyring
>   please notify 808164-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 26 Jan 2016 11:11:14 +
> BTS: https://bugs.debian.org/808164
> Comment: Add Ondřej Nový as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/12/msg7.html
> Advocates:
>   zigo - https://lists.debian.org/debian-newmaint/2015/12/msg9.html
> KeyCheck:
>   pub   4096R/9D1E064B 2015-09-14 [expires: 2019-09-14]
> Key fingerprint = 3D98 3C52 EB85 980C 46A5  6090 3573 1255 9D1E 064B
>   uid  Ondřej Nový 
>   sig! AC6B43FE 2015-11-02  Thomas Goirand 
>   sig!39D1E064B 2015-09-14  Ondřej Nový 
>   uid  Ondřej Nový 
>   sig! AC6B43FE 2015-11-02  Thomas Goirand 
>   sig!39D1E064B 2015-09-14  Ondřej Nový 
>   sub   4096R/FE740077 2015-09-14 [expires: 2019-09-14]
>   sig! 9D1E064B 2015-09-14  Ondřej Nový 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, expires Sat 14 Sep 2019 15:23:15 UTC.
>   Valid "s" flag, expires Sat 14 Sep 2019 15:23:15 UTC.
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWp1wBAAoJEHxWrP6UeJfY+9EP/ibMJa+rc8vpF58REeD3265D
> ExiOmcTaTCpTuXYb+ZyVqpNmPP9OjjFKPFyNpg+wYRUAZ8mJmyZPDOtK6NBxdN89
> Q+ddNNscHABlrkjdv6iQpE3ub8I918Sd7sKJ6uCSASW9RABgvqwlob98GPIsRwWg
> ghXiVTOyhUmU73kbKbdJ3TKxjpWsy3Hklrn2An0MVwo0ISdU6KtEtf1GOrko+kJ1
> fZPDuevpfXdu8rYcutGjPRSI9uv+vERpPRXhfa0OUV7kPVUjm9RSrRAJbVm1Uxp0
> aY28fGnwTF4vrg3AIFQUREJvp8nIUyn9KpUmxT5nnHaap9JVEwSY+jBJnfwZXjzt
> nGJIKzwf8uW7Z6WJIseJ93TRSUByQ+FN/2WSxHQi/hzRBYHbet1CcEcDX018Ly9l
> jMfJvlJTl6tlhjLp6oZnQ7hlLqJib+gYDd/wtaUmsLDxQeF0AQnl6oN07t2Bd5E4
> qXwCNISFG78TJ3UpvInsCo20aI7sK05RjqX1F7BZtsLmq7I/9ovRax0OZWY2wY1H
> f59q5NhngLKZyKcVpS5cwudSrZtmYnxUckpsCZNHKvcVToIUbr2zu/ov3Xk239GG
> JwkWq+2viCtFX+w1kSRz762cGAdaAo/kj28+rZtNdLXJTZrmOqHC/oEIv64Ii6ld
> J/o/8RgXUWj441oC9Ew2
> =bpyO
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#807530: [rt.debian.org #6114] AutoReply: Please add Giovani Augusto Ferreira's key to the DM

2016-01-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Giovani Augusto Ferreira,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6114

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2016-01-26 10:29:51 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Giovani Augusto Ferreira's key to the DM",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6114].
>
> Please include the string
>
>   [rt.debian.org #6114]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID B3F51A2712619C3ECD74B8E178494EF72375A66C
> to the DM keyring
>   please notify 807530-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 26 Jan 2016 10:03:49 +
> BTS: http://bugs.debian.org/807530
> Comment: Add Giovani Augusto Ferreira  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/12/msg3.html
> Advocates: 
>   eriberto - https://lists.debian.org/debian-newmaint/2015/12/msg4.html
> KeyCheck:
>   pub   4096R/2375A66C 2014-06-24
> Key fingerprint = B3F5 1A27 1261 9C3E CD74  B8E1 7849 4EF7 2375 A66C
>   uid  Giovani Augusto Ferreira 
>   sig! 04EBE9EF 2015-07-10  Joao Eriberto Mota Filho (eriberto) 
> 
>   sig! CD460BDE 2015-07-11  Antonio Terceiro 
> 
>   sig!32375A66C 2015-03-26  Giovani Augusto Ferreira 
> 
>   uid  Giovani Augusto Ferreira 
>   sig! 04EBE9EF 2015-07-10  Joao Eriberto Mota Filho (eriberto) 
> 
>   sig! CD460BDE 2015-07-11  Antonio Terceiro 
> 
>   sig!32375A66C 2014-06-24  Giovani Augusto Ferreira 
> 
>   sub   4096R/47FE8BFF 2014-06-24
>   sig! 2375A66C 2014-06-24  Giovani Augusto Ferreira 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWp0nSAAoJEHxWrP6UeJfYBA4P/jmgW62NS10ds4G6PUftfyBU
> eaHUAYPpB/S6Mt31cucY4o4l9xm0kSB7jxfjt0EAGiU54tDVn2N2/rg9Zv6P4n7X
> PIPt/VANDREnJKRbLxevq7vhQK+A5Xf+vRwGbjGnXietmjXjIT1Pe/9Ob2ot6kPe
> gXLaB7FMqIrB17UA/YeEQWQcaoyXXrbM5bx7Nno/tosmgjYm/FcZJRVM6rRIyRmm
> aW382xXZd+OVnK/IxIA3QCmyhiUCnTGb9LEcAK0Y+wGQqZfjSuPKrzNKiZYox5XL
> HMLsub5gSjoLFOMyYtMMhkIJ4aupfsiPniMspUv2H4xHf6Hgzd+FDvG061NipXzk
> tbaBvqyYieFIMWHsVrmsNbilx1ZY6HaC4hH/VnFuL/BB4rS4fpL+3c/y8q/5Cp3E
> w2KnumYlsuMUIZgyMa/tvI2vTzG9DmijTx36wxF42QuDSR/P0F/pZTM0zwPl1PCj
> 8CbZ41IJKC3qTCOeBtZPpKqrW2JajrTpCPCjHaBUPnIFUNGZkai8uGeulCZ0ApaH
> MR/p2TrjWNhfYOoi5RYg+xFlh564vTtFdPqyQCJK5nPgpSc1Jp97t3xNgbsWyDi0
> NepoXmRss6o9mMTPdm2EMdQLhMhbukHWGQ0wSKtCjXomqBD7oo7ROC2njb9e34sy
> oNZNIQqZ4TXgAjuOEtpS
> =QGdN
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#810791: [rt.debian.org #6116] AutoReply: Please add Michael Robin Crusoe's key to the DM keyring

2016-01-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Michael Robin Crusoe,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6116

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2016-01-26 12:31:03 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Michael Robin Crusoe's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6116].
>
> Please include the string
>
>   [rt.debian.org #6116]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 724D609337113C710550D7473C26763F6C67E6E2
> to the DM keyring
>   please notify 810791-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 26 Jan 2016 12:08:03 +
> BTS: http://bugs.debian.org/810791
> Comment: Add Michael Robin Crusoe  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/01/msg00011.html
> Advocates: 
>   osallou - https://lists.debian.org/debian-newmaint/2016/01/msg00012.html
>   moeller - https://lists.debian.org/debian-newmaint/2016/01/msg00013.html
> KeyCheck:
>   pub   4096R/6C67E6E2 2015-02-01
> Key fingerprint = 724D 6093 3711 3C71 0550  D747 3C26 763F 6C67 E6E2
>   uid  Michael Robin Crusoe 
>   sig! D1C646D1 2015-02-12  Andreas Tille 
>   sig! 326D8438 2015-02-01  Olivier Sallou 
>   sig! C020EED1 2015-02-01  Steffen Moeller 
>   sig!36C67E6E2 2015-02-01  Michael Robin Crusoe 
> 
>   uid  Michael R. Crusoe 
>   sig! D1C646D1 2015-02-12  Andreas Tille 
>   sig! 326D8438 2015-02-01  Olivier Sallou 
>   sig! C020EED1 2015-02-01  Steffen Moeller 
>   sig!36C67E6E2 2015-02-01  Michael Robin Crusoe 
> 
>   uid  Michael R. Crusoe 
>   sig!36C67E6E2 2015-06-12  Michael Robin Crusoe 
> 
>   sub   4096R/6948FB39 2015-02-01
>   sig! 6C67E6E2 2015-02-01  Michael Robin Crusoe 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWp2akAAoJEHxWrP6UeJfY5loP/0hGU46Ye72HEVo5kc9xVo0r
> HYX1oVcGx5bnhaJ5jSTOQ1XnWrAWA8r1wHypgL3YmGpqjAVnuU6b5a9lgcQSarl3
> vF3Gd4DDIxfAo489C3RRfgOVz2BMSPWAUHQ3onH2rM8gPr7qnOh727iXZRB14vt7
> IX0WySbnVvakNItyqALUA0cbTKbkUeXLeXbx3OJ/4+lLeYVCeK5Pqju5v+R7AhPX
> wK6bWLe0mCAwQYMWbmiY+lp1eEL6WdifCA4o25oljb/rTFCB4shfgpwYPTsPbV92
> qLYHjrzFfcmor+x4vQGP3EJ0u2aDFnBLlaRbK9UXrVnN17eorOI7DOFJOZOiMROX
> KALoic8NsyesbiHUZq2+ecuBd5WGbfGpDmXyQRcLRaqjVLYytzW6PFjazXj52miH
> 5Brp2dJs80dQwDC1hKqzPTdVs5f/kSQnGPgv6f6xGlbzjdMsQbW1b/2nXPSYbHRy
> VsSAFVx4Eg1Poc/D9G/EL1DToJoeLQLeMw9L/JLifOmr6IcyO4E0sIjmvNzrSxIn
> FTiWzde2VYDYp+LJmM70auPXA/dmRh/SCbDN9uAgoDI47N6d/QTrl2vzplggSl+m
> jg5kbRUHy7sEVFKrJOfBpWewvU4yDUP3dgLwtDqVoDrB2E/vHe7xvL4+LLLvC4UM
> ELF4CpfgGXlKKKddQ8Uz
> =A08m
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#811034: [rt.debian.org #6117] AutoReply: Please add Jason Pleau's key to the DM keyring

2016-01-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Jason Pleau,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6117

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2016-01-26 13:01:13 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Jason Pleau's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6117].
>
> Please include the string
>
>   [rt.debian.org #6117]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 2AFE921964D09872D6718AD52611648AC7B0B792
> to the DM keyring
>   please notify 811034-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 26 Jan 2016 12:46:13 +
> BTS: http://bugs.debian.org/811034
> Comment: Please add Jason Pleau  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2016/01/msg5.html
> Advocates: 
>   stapelberg - https://lists.debian.org/debian-newmaint/2016/01/msg00010.html
>   jamessan - https://lists.debian.org/debian-newmaint/2016/01/msg00014.html
> KeyCheck:
>   pub   4096R/C7B0B792 2014-11-06 [expires: 2024-11-03]
> Key fingerprint = 2AFE 9219 64D0 9872 D671  8AD5 2611 648A C7B0 B792
>   uid  Jason Pleau 
>   sig! 3CCC3A3A 2015-12-24  Alexandre Viau 
> 
>   sig!3C7B0B792 2014-11-06  Jason Pleau 
>   sub   4096R/FA4A9F60 2014-11-06 [expires: 2024-11-03]
>   sig! C7B0B792 2014-11-06  Jason Pleau 
>   sub   4096R/B540212D 2014-11-11
>   sig! C7B0B792 2014-11-11  Jason Pleau 
>   sub   4096R/D2CA5689 2014-11-11
>   sig! C7B0B792 2014-11-11  Jason Pleau 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, expires Sun 03 Nov 2024 00:13:15 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWp23OAAoJEHxWrP6UeJfYvaAP/jDgnPIj5OkcNLCSM+xaLYKT
> 3Ork3+5pCZr4piwa1cc+6VGb2Nj+ESOPO0H/aP0yt8uLTgoXdjRzh79nnJsV1yez
> dbMyZFjHZLr7BFSLijNbWFBJGJeMeFOkUItXFxbWYhuhM7yxFaBHvjghaiOuiQxx
> IGcMz28PviuQujmkUsW2y4S114e6dp9En5j0xapn+sDlJHmroJx+i4Rb4TgIrNnk
> Q7qZI3Ba4f6LLA6rkMS5CmUsVggAGOR1V+JS8ttBXLzkXXKlP8/vSI8w4fPSU52R
> f9rbhivHaRD6LhlwiAEf0+9jh7ciNF/oQA7Q+Wv9IqWRJkVBXsIWsT90c7w2Ddq3
> ZPF+SH9BzrGhQ1n1jCfIxvlxs8xJV1eW2O04lMxU4wPdN0IlUkfvemcCgF949Qov
> rn6eu2wruNwMcdBHJFmDO3KuH3FezcMtO7ODUqnKPSO0sz+oQ9xLHFeGTnJnOQKU
> YKKZ1uGrZ75DSgcFkybH+uvYfw+1BoXTBUrHRWirX+1NUfGp9zl5ku5SkEv4Fb5m
> SUWqhquFtpVKs0g62op4nLxPgCpCVHOoXay7rhLhLW9Ez1+CCSFWDQozWIsGYLPv
> wQZylNL9pehsdBK8Ka0rxxpvfU0fQI3++5uFVsuqXLnm+6MWZ+ZB5Yl05Kk8Mlf7
> EHYaXIjlauzoLjnZAszz
> =EzVP
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#650601: transition: libpng 1.5

2016-01-04 Thread Aníbal Monsalve Salazar
On Sun, 2015-12-27 13:49:02 +0100, Tobias Frost wrote:
> Hi,
> 
> Now the stats read:
> Built: 417
> Failed: 112
> OK: 304
> 
> To get forward, I drafted some MBF announcement on the Titanpad. Would
> be cool if some can check it and maybe improve it (writing is not my
> strength)
> 
> https://titanpad.com/libpng16-transistion
> 
> In the draft propose the following plan:
> 
> 0. Assess situation (rebuld) -- done
> 1. MBF announcement
> 2. File bugs for packages failing to build or needing updates in the
>B-Ds
> 2. Upload libpng1.6 to unstable, providing libpng-dev (after "GO" from
>the release team)
> 2a Upload libpng1.2 without providing libpng-dev to unstable
> 3. Raise severity to RC
> 4. Prepare patches and NMU them
> 5. binNMU
> 6. fix remaining issues to finish transition
> 7. Remove libpng12 from unstable
> 
> I'd go to upload 16 package with providing libpng-dev from day 1. and
> then in a second step (as it needs to pass NEW) provide libpng-dev as
> real package to allow versioned depends later. This second-step
> package can be cleared via experimental.
> 
> Nobuhiro, what do you think? As said, now I'd have time
> Emilio/Release-Team: The plan sounds OK with you?

Dear Release-Team,

Do you agree with the plan above?

Regards,

Anibal


signature.asc
Description: Digital signature


Bug#806669: Please add Marc Fournier as a DM

2015-11-29 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Marc Fournier 

Please add Marc Fournier as a DM.
Changed-By: Anibal Monsalve Salazar 
Date: Sun, 29 Nov 2015 20:45:22 +
BTS: https://bugs.debian.org/FIXME
Comment: Add Marc Fournier as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/11/msg00015.html
Advocates:
  bzed - https://lists.debian.org/debian-newmaint/2015/11/msg00028.html
  tokkee - https://lists.debian.org/debian-newmaint/2015/11/msg00031.html
KeyCheck:
  pub   4096R/B368A4EB 2011-01-27 [expires: 2016-11-06]
Key fingerprint = 1726 090D D276 E815 07A9  2B18 116F 5E3A B368 A4EB
  uid  Marc Fournier 
  sig! C70218D2 2011-02-09  Frederic Peters 
  sig! 2BEF0A33 2011-02-01  Didier Raboud 
  sig! 02D1BC65 2011-02-07  Peter Van Eynde 
  sig! F3D57033 2011-02-07  Dario Minnucci 
  sig! A74420EF 2011-02-13  Christoph Goehre 
  sig! BAF91EF5 2011-02-23  Gaudenz Steinlin 

  sig! 9F84F4DE 2011-03-19  Iustin Pop 
  sig! E397832F 2011-03-27  Luca Capello 
  sig!3B368A4EB 2011-01-27  Marc Fournier 
  sig!3B368A4EB 2015-11-07  Marc Fournier 
  sig!2   P999BBCC4 2011-02-01  Martin F. Krafft 
  sub   4096R/A6EC05C3 2011-01-27
  sig! B368A4EB 2011-01-27  Marc Fournier 
  .
  Key is OpenPGP version 4 or greater.
  Key has 4096 bits.
  Valid "e" flag, no expiration.
  Valid "s" flag, expires Sun 06 Nov 2016 20:23:56 UTC.
Action: import
Data:
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  mQINBE1B4ssBEACmGu/KsONdSlMlC2kTGbrkkC6Kui1kGYQOYHStjRr3PmJ5Xz9m
  YotIlKAM7ngW6cY4pJsZXpgP82kPXNcFk9Vq0vxFQjV0LiXz1+ahbXD8Sf2Ikpog
  9dDZjmx/xVI1zoIcIQZzUSutORAshOPYG102VZsNtjvDUh8fbk2WGCKWpIKFBUi5
  0Wj+kmgJjJDX4KzIzz0SB/2wZjOy9DMb5Pb07LabSYQTx7hw73WXW99yMtiGmflm
  YDBiPf2h1seikyBEUSCDEu8wVZPD7MpMn8LyxNLyaGAFQAg37qphWvyYufS6zV2c
  WyiWYvMpbe/rnK3Rw0JEVhXaJONljZ8O+I7yq+ad/S/HxS0dVFWozgr3Mj/mukcR
  M7is3O4kmpJrYh7UI2DaNu+CHOwZ7yv+HJjeQ0qhPi261XNYXd1abH0hJ32RHxNN
  YO16xxuXUEBEEtIpkvPO70dNN43PL07a4miFj2LNHtnk+qIz8GLvUvp+yPO7P6xu
  dVpyjtw0NGm1umJpKv0hJh1NOUzq2HYB8jbm6nVLZXRIMx7emajnl4O+O9vj9S1N
  91vwYUM4YD21cVMZstZbCWeU6fhvMHuqIOqT8UFC79FKqLfeLeYpjsgERuW9HD4A
  /sOOLJIQXdqOs+APuVgFoY93++99HvQQXAxsCsWkjr2NEOTih16IS6Zc7wARAQAB
  tB5NYXJjIEZvdXJuaWVyIDxtYXJjQGJsLnVlbS5saT6IRgQQEQIABgUCTU6i5QAK
  CRBp5GJ2T8WeRGnuAKDm/V2p/O3fwt/pVjHrVl+srDvIVgCfW+lGPDtbkm5P/jrX
  EerWO3UNpbaIRgQQEQIABgUCTU/eVgAKCRBJNgs7HfuhZC2DAJ9g5yXtObS2LJiV
  L/x+R2N2TmQaWgCbB4uBVdqDFyR5eAS4/9+u7MFGdy+IRgQQEQIABgUCTVAGCgAK
  CRCNvOfruxnoA2sgAJ4i+tI+R59pOcDID79VUPt+JHVYbwCghdr2Lm+EDdizVLsi
  cMFUaLt8ldmIRgQQEQIABgUCTVB8aQAKCRAwAo0kSBO1/vF8AJ4kFD7ha7/sKJSE
  dj7CfFxyb+kdMwCeK6hSN7RKjk09TIOWrpCUVaVtSUuIRgQQEQIABgUCTVLuVgAK
  CRBzHK/TU8GjL9H/AKDPT5nVTc+JArSTh660pOIaVJoUaACgl31DGcWxD0c3TCMQ
  s29FDRBS0W2IRgQQEQIABgUCTVMU8wAKCRBtC8c6QFgYN8G6AJ4nmii1tZSNp4+g
  uFFZrdmr2XtfQACfYpEX/vjK2fJ+KaNnlycP7CbB3tOIRgQQEQIABgUCTVSBDAAK
  CRAvGtBzKTwF/RnzAJ94iYRhNcAln9h2F5291RtduPaJcACZAQ3A4BLRAQZIaX2b
  t3YHDrCJ4DqIRgQQEQIABgUCTVfLZgAKCRACkJ4akv0Tcv53AJwLjK7goBw8DMSZ
  McQG+8sX0xatzACfVmSd9X7I8+30XHMw6D8XqQmWq3aIRgQQEQIABgUCTVhMDAAK
  CRC+4W4sKn2CIC2wAJ9OTZtzUr/V2sdV+MMoz7UItr03FgCgpwqhWyMkQQ1nVIV6
  11BCDriVIH+IRgQQEQIABgUCTVrvzwAKCRCI5roe/vTdA0zaAJ4/kVexKazhJVVu
  HMKDuzNqEyJOjwCgvqKVJ4z2/GvQBvSW6wEy66xeT/CIRgQQEQIABgUCTVvntwAK
  CRAJWj/uUksJWMkVAKCqUTRo86F7cqVu6ynECGU0fNSAzgCg1arj9Sxi8pfSvn9T
  nHQIo92fSIGIRgQQEQIABgUCTXq0owAKCRCSxL7vWYStu4p8AKCH53bD7ShlxG4D
  Q/t1DMxJuOU3UwCfVgH6T5fux2wRWMbeqU+lsTKNShOIRgQQEQIABgUCTecxpAAK
  CRC3URQJ/BXb7DvhAJ0fJHt/IMxC84dFRKtySL1ysCYgLQCg9spez2d/sv2wONbV
  /uqn5ABgzJyIRgQQEQIABgUCT4UvqQAKCRBW5/+KKEDHCBq1AKCl5MaJzGc0BK7n
  YiGBIguQUWr9kACfTLv4Ulc2QtwU/LxDWMeYRgtqub2IRgQQEQIABgUCT4UvqQAK
  CRBjQvLsvFr2uRq1AJ4yzIRLG9fF6Ik5gDq5QepGk/nFhgCgwZMQ+gSuN4N7aPQG
  KiwQc9kHgm6IRgQQEQgABgUCTUPvJQAKCRCfN6X6TafFRheiAKDMsmoLDdw+QXWf
  clhTmWY0HQHSpwCgqxh4PQS6yyiu4SZXuweR79uT1GSIRgQQEQoABgUCTWRYNAAK
  CRDcWijkjHdAr/teAJ0alc3saGh2wdj4B94FyRdgJQfulgCeIp4AqkCsR3k9igRp
  H5Xm7rSoHSyIRgQREQIABgUCTU/0LQAKCRCa3YdBWqMiVuOiAKCVYzJEqJWTWdpb
  oo/2ad4gvhHnCgCfVhCVsQ8gw1O+yfL7R+/KMHhDyImIRgQSEQIABgUCTVFcQAAK
  CRAjO4pX5Idf+cY3AJ0WG8EBp4mn6n4vYTdwJGyXUlH2XwCdF8t1AMsSK4PoBr8o
  tNd74F6EQBaIRgQSEQIABgUCTVL9vgAKCRDoVmI4sAy1M7MnAJ97E/96RQzMjV3j
  v4Jqh1H5ob3O6QCgyfzp3WxDR4kIuXKGO4/kCytxMySIRgQSEQIABgUCTVj5ngAK
  CRA4enaVfrp1/7/XAKC2NjcK0Nu+AUyx4BkkZJf3OwWL7ACg6EcT4JhCumXVRPaD
  t+BmtZ6jCJKIRgQSEQgABgUCTVBjXQAKCRAyQZt4XQzc/JrNAKCEgX9PzihLXSzH
  ksXbpmvsJQUFUwCgpXLUa1lJiHrShiMZKF+EYhmA5nSIRgQTEQIABgUCTVBi/QAK
  CRAvlRUIquYCLqPqAJ97hMo8BMA3IseysHpeFKZtJ2Ib6wCgswHuRRjAhnOJ8oqR
  fombYLoODkaIRgQTEQIABgUCTVlMewAKCRDugZKm5EPW2Ca4AJ4oLdcPUtYd+0iW
  

Bug#806669: [rt.debian.org #6071] AutoReply: Please add Marc Fournier's key to the DM keyring

2015-11-29 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Marc Fournier,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6071

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sun, 2015-11-29 21:08:11 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Marc Fournier's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6071].
>
> Please include the string
>
>   [rt.debian.org #6071]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 1726090DD276E81507A92B18116F5E3AB368A4EB
> to the DM keyring
>   please notify 806669-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sun, 29 Nov 2015 21:03:45 +
> BTS: https://bugs.debian.org/806669
> Comment: Add Marc Fournier as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/11/msg00015.html
> Advocates:
>   bzed - https://lists.debian.org/debian-newmaint/2015/11/msg00028.html
>   tokkee - https://lists.debian.org/debian-newmaint/2015/11/msg00031.html
> KeyCheck:
>   pub   4096R/B368A4EB 2011-01-27 [expires: 2016-11-06]
> Key fingerprint = 1726 090D D276 E815 07A9  2B18 116F 5E3A B368 A4EB
>   uid  Marc Fournier 
>   sig! C70218D2 2011-02-09  Frederic Peters 
>   sig! 2BEF0A33 2011-02-01  Didier Raboud 
>   sig! 02D1BC65 2011-02-07  Peter Van Eynde 
>   sig! F3D57033 2011-02-07  Dario Minnucci 
>   sig! A74420EF 2011-02-13  Christoph Goehre 
>   sig! BAF91EF5 2011-02-23  Gaudenz Steinlin 
> 
>   sig! 9F84F4DE 2011-03-19  Iustin Pop 
>   sig! E397832F 2011-03-27  Luca Capello 
>   sig!3B368A4EB 2011-01-27  Marc Fournier 
>   sig!3B368A4EB 2015-11-07  Marc Fournier 
>   sig!2   P999BBCC4 2011-02-01  Martin F. Krafft 
>   sub   4096R/A6EC05C3 2011-01-27
>   sig! B368A4EB 2011-01-27  Marc Fournier 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, expires Sun 06 Nov 2016 20:23:56 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWW2jjAAoJEHxWrP6UeJfYrXwP/2O7imNYAFAyTAh+/c5hJgPq
> GfpR4sIYiPSA5tUz7hZ7ro+LTcTjc295o5371xLvfpCERZ49UjTM6uLiGLAG3xPm
> 2cxzGK9HUE6fByf+qhskgU0qSlCOGNt29qkZY4DlUHNQtl2/yh1n0Loebwy8Y2E1
> mlNiq2lFL51OLFiwh16fKPJ7izAb8rkKZbdoI8wPfq+V1WaqLi/ipN0gwgqFY8lm
> kXpBh7zzzTozdiX6/eNUdHU8L6EuX5aS3WZcL4HptCvepB7lF58OafyQ5uVqNLv6
> NUZ6RehQev8wqhI1NNrNy2ivU/kLF1OJC2vxIAeq0Kl21mzJtdHR5WUGFpHBdkws
> T0sTH1etBlCPy2kchvNdBG12bIr7wnnLirMTjzDzTH4biluIgj5nbClUJAWxITT8
> HwNI9+MUvsNPI5mBfFe6P9yEpePLIyavPDz8R3jqrcmrTDKCswjKnb5Alpm6TU77
> p/YxD929JrSmqCUuZLv23GHF4gSTwpN8hj0kPMJbDbW4VC2/RJ41bMUtMVKxSpF1
> 8DExyHK5Cl44bNMoGE3sj8hY1CXtjc1mGNtcrJ4/w0/fHDQVLerU9RHvJeGvH+sK
> ldcbotow50oqD8KVXWBeje4djMLhnyTGhPa4E8QsCf6lEh7ItlDwr9VlkA+k0J/g
> OFw++uT4yuzYeG7rdH3v
> =xkId
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#804916: [rt.debian.org #6067] AutoReply: Please add Guillaume Turri's key to the DM keyring

2015-11-27 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Guillaume Turri,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6067

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sat, 2015-11-28 00:49:03 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Guillaume Turri's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6067].
>
> Please include the string
>
>   [rt.debian.org #6067]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 0ADA061F36B34833EA75DEF6C6079EAD0F1F7C52
> to the DM keyring
>   please notify 804916-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sat, 28 Nov 2015 00:38:11 +
> BTS: http://bugs.debian.org/804916
> Comment: Add Guillaume Turri  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/10/msg00021.html
> Advocates: 
>   ebourg - https://lists.debian.org/debian-newmaint/2015/11/msg2.html
> KeyCheck:
>   pub   2048R/0F1F7C52 2014-10-11 [expires: 2017-09-25]
> Key fingerprint = 0ADA 061F 36B3 4833 EA75  DEF6 C607 9EAD 0F1F 7C52
>   uid  Guillaume Turri 
>   sig!30F1F7C52 2014-10-11  Guillaume Turri 
> 
>   sig!30F1F7C52 2015-09-26  Guillaume Turri 
> 
>   sig! E4B9D0AC 2015-10-21  Emmanuel Bourg 
>   sig! 752F1BE1 2015-10-22  Sylvestre Ledru 
>   sub   2048R/F14686E5 2014-10-11
>   sig! 0F1F7C52 2014-10-11  Guillaume Turri 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 2048 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, expires Mon 25 Sep 2017 08:49:51 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWWPmdAAoJEHxWrP6UeJfYGaAQAMHn7MXxLcVqCZqMpiJOyt8A
> aqL2Vt/nndXcCsw6I0SZxVFANrBDeUKIop32kR6367IA5l2QEFK3mPuWYePt6Jaf
> oGOhjELgQNHFvXP8jaFtzdKpArKr/BKz19xeJsnns6Vv1lec6a8v1xEVzmja1qDC
> veypDlVCIyiLJSqGmvun9+ZxkQcX0idr22kdw5x+qOHmgIkNbx4RYiA4JbvJVl7C
> fLPut62We3nOy4hyCpxBtmtMMJ54LFuR2NahIxEJl4fJ+2mqLFcnSO7WnlOmeJ6x
> g+F+qOLf1mpSue/aJy+zB3H9bYAcJb2qQ+BGeYoVBmWZpzH07sYL1JzyFN7Yb4+D
> 44cqv2gpyx9Rn+pVRkl5AhZrzuNcGLjEQkjNhRWPrd36ugnLHDZ6vjRIdiHkiOUq
> 2BQtRDU7fqUMRZV3fquF/tQVbU93UcHMVUPmB3lVJZgMCo5130ykYafk81cGm4s4
> ZcsbgZ1Nk9p2faTvixgV8N5FEPew4ncPffkiM3q+EBIw7ou9F8+4FsRAmKQWh1qV
> gjpdQN4hIDppCWKiaqgkba9bLboIi7/o2T5qeZoMIQTKg+6/biiirrrNUW0T3fSR
> t0RTddmdWmRpLceY6ucLEWjnspuODfH6j2yxxm/x68aq6LFFBQ2LV6xkN2xr9/Iw
> u8i92qgM8FIln46Xbkin
> =QQj3
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#805033: [rt.debian.org #6068] AutoReply: Please add Sergio Durigan Junior's key to the DM keyring

2015-11-27 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Sergio Durigan Junior,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6068

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sat, 2015-11-28 01:16:30 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Sergio Durigan Junior's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6068].
>
> Please include the string
>
>   [rt.debian.org #6068]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 237A54B1028728BF00EF31F4D0EB762865FC5E36
> to the DM keyring
>   please notify 805033-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sat, 28 Nov 2015 01:04:58 +
> BTS: http://bugs.debian.org/805033
> Comment: Add Sergio Durigan Junior  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/11/msg5.html
> Advocates: 
>   cascardo - https://lists.debian.org/debian-newmaint/2015/11/msg00013.html
>   locutusofborg - 
> https://lists.debian.org/debian-newmaint/2015/11/msg00014.html
> KeyCheck:
>   pub   4096R/65FC5E36 2010-02-14
> Key fingerprint = 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
>   uid  Sergio Durigan Junior (Main UID) 
> 
>   sig! A0FB5DA6 2015-05-04  Gustavo Noronha Silva 
>   sig! 72FD9571 2015-09-15  Thadeu Lima de Souza Cascardo 
> 
>   sig!365FC5E36 2013-09-02  Sergio Durigan Junior (Main UID) 
> 
>   sig!365FC5E36 2013-09-02  Sergio Durigan Junior (Main UID) 
> 
>   uid  Sergio Durigan Junior 
>   sig! A0FB5DA6 2015-05-04  Gustavo Noronha Silva 
>   sig! 72FD9571 2015-09-15  Thadeu Lima de Souza Cascardo 
> 
>   sig!365FC5E36 2015-04-06  Sergio Durigan Junior (Main UID) 
> 
>   uid  Sergio Durigan Junior 
>   sig! A0FB5DA6 2015-05-04  Gustavo Noronha Silva 
>   sig! 72FD9571 2015-09-15  Thadeu Lima de Souza Cascardo 
> 
>   sig!365FC5E36 2010-02-14  Sergio Durigan Junior (Main UID) 
> 
>   sig!365FC5E36 2010-02-14  Sergio Durigan Junior (Main UID) 
> 
>   sig!365FC5E36 2013-09-02  Sergio Durigan Junior (Main UID) 
> 
>   sig!365FC5E36 2013-01-20  Sergio Durigan Junior (Main UID) 
> 
>   uid  Sergio Durigan Junior 
>   sig! A0FB5DA6 2015-05-04  Gustavo Noronha Silva 
>   sig! 72FD9571 2015-09-15  Thadeu Lima de Souza Cascardo 
> 
>   sig!365FC5E36 2012-05-31  Sergio Durigan Junior (Main UID) 
> 
>   sig!365FC5E36 2013-01-20  Sergio Durigan Junior (Main UID) 
> 
>   uid  Sergio Durigan Junior 
>   sig!365FC5E36 2010-02-17  Sergio Durigan Junior (Main UID) 
> 
>   sig!365FC5E36 2013-01-20  Sergio Durigan Junior (Main UID) 
> 
>   uid  Sergio Durigan Junior (Alternative e-mail address) 
> 
>   sig! A0FB5DA6 2015-05-04  Gustavo Noronha Silva 
>   sig! 72FD9571 2015-09-15  Thadeu Lima de Souza Cascardo 
> 
>   sig!365FC5E36 2010-02-14  Sergio Durigan Junior (Main UID) 
> 
>   sig!365FC5E36 2013-01-20  Sergio Durigan Junior (Main UID) 
> 
>   sub   4096R/7BFE0BE5 2010-02-14
>   sig! 65FC5E36 2010-02-14  Sergio Durigan Junior (Main UID) 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   

Bug#804059: [rt.debian.org #6065] AutoReply: Please add Paulo Roberto Alves de Oliveira's key to the DM keyring

2015-11-27 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Paulo Roberto Alves de Oliveira,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6065

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Fri, 2015-11-27 22:10:55 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Paulo Roberto Alves de Oliveira's key to the", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6065].
> 
> Please include the string
> 
>   [rt.debian.org #6065]
> 
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
> 
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 5E3A2D8ADA62D240622EC84239F17A5F5AEFBE73
> to the DM keyring
>   please notify 804059-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Fri, 27 Nov 2015 21:48:45 +
> BTS: http://bugs.debian.org/804059
> Comment: Add Paulo Roberto Alves de Oliveira (aka kretcheu) 
>  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/11/msg6.html
> Advocates: 
>   eriberto - https://lists.debian.org/debian-newmaint/2015/11/msg7.html
> KeyCheck:
>   pub   4096R/5AEFBE73 2015-07-03 [expires: 2017-12-18]
> Key fingerprint = 5E3A 2D8A DA62 D240 622E  C842 39F1 7A5F 5AEF BE73
>   uid  Paulo Roberto Alves de Oliveira (Conta no Jabber.org) 
> 
>   sig!35AEFBE73 2015-11-10  Paulo Roberto Alves de Oliveira (Conta no 
> Jabber.org) 
>   uid  Paulo Roberto Alves de Oliveira (aka kretcheu) 
> 
>   sig! 04EBE9EF 2015-10-14  Joao Eriberto Mota Filho (eriberto) 
> 
>   sig! CD460BDE 2015-10-19  Antonio Terceiro 
> 
>   sig!35AEFBE73 2015-07-03  Paulo Roberto Alves de Oliveira (Conta no 
> Jabber.org) 
>   sig!35AEFBE73 2015-09-20  Paulo Roberto Alves de Oliveira (Conta no 
> Jabber.org) 
>   uid  [jpeg image of size 18372]
>   sig!35AEFBE73 2015-11-10  Paulo Roberto Alves de Oliveira (Conta no 
> Jabber.org) 
>   sub   4096R/90628071 2015-09-17 [expires: 2016-12-18]
>   sig! 5AEFBE73 2015-09-20  Paulo Roberto Alves de Oliveira (Conta no 
> Jabber.org) 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, expires Sun 18 Dec 2016 16:49:35 UTC.
>   Valid "s" flag, expires Mon 18 Dec 2017 16:46:50 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWWNRaAAoJEHxWrP6UeJfYH8gQAKlWX7cwvqgXI9VMZZq13oHn
> YU1QtkHU/6qyH4q301/eym3ns9wvI0ihfvZ/TNLP+kSJv2rJBf/APzLMA5pAPPfT
> 0l4Mo4GQnWCx/Dg0KQnd2BySwr0YjW59z6tjJkt0cRMoTmz4Lo844SrPBMtpfvas
> KfXV2lc2O7vjEVHtjrAfXsWLLYDkVPtUvEWftKl2zQ4IvtOGMrsgzZBlHZX1NK0i
> QbeHnUVpe5ZIaQSdVscW+WTiEINlTmkgXM+oKx0Dta7ZTjIJPf1diRjfPliL9V7i
> RzzqGaTwj1au880HTMeD+Gwc7d7yQ9W5u2iFt79IZ4IYkIYeaz1AHCWD4SJbEVzL
> FwpG9JDBN/fBaKUOeWcYpN/1/LOFGJPbVpNAqPmuxNtQ64yA0uT0ZLdQ10QpeWYd
> xPruYHFyDGjaE6iZJwFxkq7JadbxbmFaa7piQXRcFOzN90mlu2P9idxE9/SadZRM
> i0ZboMHT+rwbPlopRxz46u5gKS+d1z+qAcU+FSsQq3q/RHAQ1rv8PFTh4SVYGbm+
> yE+z62kmPlFAFchYanQDiK1pSCgG8UUarFlZ3cIbZbw7aBOw3xO8v/QPEbVmxcRZ
> 6rjKMWAjgVDfiwWxG2KJXnb7bbKxdjgLgAPnS8QdpRqZCn1xhrrx4gPhNltIFvgA
> qf6qouHqlmBSdPt0J+jn
> =vQDS
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#805057: [rt.debian.org #6069] AutoReply: Please add Scott Talbert's key to the DM keyring

2015-11-27 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Scott Talbert,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6069

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sat, 2015-11-28 01:35:05 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Scott Talbert's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6069].
>
> Please include the string
>
>   [rt.debian.org #6069]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 6E7434F5897D43B17FCD57B753D5BC64B52378A2
> to the DM keyring
>   please notify 805057-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sat, 28 Nov 2015 01:25:39 +
> BTS: http://bugs.debian.org/805057
> Comment: Add Scott Talbert  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/11/msg00016.html
> Advocates: 
>   klee - https://lists.debian.org/debian-newmaint/2015/11/msg00017.html
>   hartmans - https://lists.debian.org/debian-newmaint/2015/11/msg00026.html
> KeyCheck:
>   pub   4096R/B52378A2 2013-10-07
> Key fingerprint = 6E74 34F5 897D 43B1 7FCD  57B7 53D5 BC64 B523 78A2
>   uid  Scott Talbert 
>   sig!260F105FE 2015-11-09  Klee Dienes 
>   sig!3B52378A2 2013-10-07  Scott Talbert 
>   sub   4096R/45B4B9E8 2013-10-07
>   sig! B52378A2 2013-10-07  Scott Talbert 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWWQR9AAoJEHxWrP6UeJfYI7AP/1vv3kwQJveDkbc6GqJbCILB
> 4cWmC5H0ebtdMop5waMnNfJc3/Etg31U+DzHXr5hPkVPpHu8KLtvxOZFTCad+XW2
> bqgihXZKn0lrRhjtuSUrZuN96cGJEUMBvzQG+9g83VSlUAJpC0YmdVXOOTxfffhE
> XVeGO6w3q8mTA3pPZML4oCjZ6lmae6yhhjV12nsLfRIKCmON/r26LlrvYiyuBC+C
> wPaxwLPOV3HSsYFSHQBC65MFrCsCrk/ZslZo4mQzd+errTuRWVGE4bKVpK3w6RXA
> lIVZwGolVABOe1mVItPmcQCjVBlmJ2N/FEdgDCzopCu13TNYmXN1xL20RcQtXZPd
> 7H196EAqqx+PwAu1lJ9xzA3alME6/intB9ea3A2YaCO1645Ji6SpJHPuVXNLZDsK
> ILrbDWCnsXkmFl3JUtKYVRNrHDd26uhkunqy9gxL5c4imcwPofH1NW4YCGf3N1Gp
> SmJ+oTpXvRnlvJdga2DM/oPH/C3wluyOGirty9BZC4dxuUD/BSRakR8LBhQuwVRW
> xDUTOQvkiGHKu9si2t6l7f1Cvg2Veh/pv2qKZueBse7wRJFTjPNs61rJ5W7bON9Y
> /4mfLO4Xdpy0zbMxRFEzdLcLVHwYiHbg4cK5ZVRtK6enFuSMUQzcFEGxyuz+aYd5
> 8e5pSld52WHDvXET2mI3
> =E+cl
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#804118: [rt.debian.org #6066] AutoReply: Please add Michael Lustfield's key to the DM keyring

2015-11-27 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Michael Lustfield,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6066

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Fri, 2015-11-27 23:49:04 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Michael Lustfield's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6066].
>
> Please include the string
>
>   [rt.debian.org #6066]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 06CD63D74D598C4A47E42C9603A8891A765AD085
> to the DM keyring
>   please notify 804118-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Fri, 27 Nov 2015 23:38:33 +
> BTS: http://bugs.debian.org/804118
> Comment: Add Michael Lustfield  as Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/11/msg1.html
> Advocates: 
>   kartik - https://lists.debian.org/debian-newmaint/2015/11/msg9.html
> KeyCheck:
>   pub   4096R/765AD085 2011-07-26 [expires: 2020-06-08]
> Key fingerprint = 06CD 63D7 4D59 8C4A 47E4  2C96 03A8 891A 765A D085
>   uid  Michael Lustfield 
>   sig! ADCE6065 2015-10-31  Matt Kraai 
>   sig! C043A313 2015-11-04  Chuan-kai Lin 
>   sig!3765AD085 2011-07-26  Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   uid   [ revoked] Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2011-07-26  Michael Lustfield 
>   rev! 765AD085 2015-06-10  Michael Lustfield 
>   uid  Michael Lustfield 
>   sig! ADCE6065 2015-10-31  Matt Kraai 
>   sig! C043A313 2015-11-04  Chuan-kai Lin 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2011-07-26  Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   uid   [ revoked] Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2011-07-26  Michael Lustfield 
>   rev! 765AD085 2015-06-10  Michael Lustfield 
>   uid   [ revoked] Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2011-07-26  Michael Lustfield 
>   rev! 765AD085 2015-06-10  Michael Lustfield 
>   uid   [ revoked] Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2011-07-26  Michael Lustfield 
>   rev! 765AD085 2015-06-10  Michael Lustfield 
>   uid  Michael Lustfield 
>   sig! ADCE6065 2015-10-31  Matt Kraai 
>   sig! C043A313 2015-11-04  Chuan-kai Lin 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   uid  [jpeg image of size 4688]
>   sig! ADCE6065 2015-10-31  Matt Kraai 
>   sig!3765AD085 2015-06-10  Michael Lustfield 
>   sig!3765AD085 2011-07-26  Michael Lustfield 
>   

Bug#802558: Please add Punit Agrawal as a DM

2015-10-20 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Punit Agrawal 

Please add Punit Agrawal as a DM.
Changed-By: Anibal Monsalve Salazar 
Date: Wed, 21 Oct 2015 02:15:34 +
Comment: Add Punit Agrawal  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/10/msg00012.html
Advocates:
  vicho - https://lists.debian.org/debian-newmaint/2015/10/msg00016.html
KeyCheck:
  pub   4096R/13FBFEDD 2014-03-29
Key fingerprint = BD9E 4CEC 13FC 3449 5682  074E F539 2FD2 13FB FEDD
  uid  Punit Agrawal 
  sig! 76E2AC7B 2014-11-08  Hector Oron Martinez (zumbi) 

  sig! 64089528 2014-11-08  Chris Boyle 
  sig! A86F9E47 2014-04-01  Wookey 
  sig! 768D3824 2014-04-02  Javi Merino 
  sig!33442684E 2014-06-30  Steve McIntyre 
  sig!313FBFEDD 2014-03-29  Punit Agrawal 
  sub   4096R/C14ABC91 2014-03-29
  sig! 13FBFEDD 2014-03-29  Punit Agrawal 
  .
  Key is OpenPGP version 4 or greater.
  Key has 4096 bits.
  Valid "e" flag, no expiration.
  Valid "s" flag, no expiration.
Action: import
Data:
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  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
  

Bug#802560: Please add Edward Betts as a DM

2015-10-20 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Edward Betts 

Please add Edward Betts as a DM.
Changed-By: Anibal Monsalve Salazar 
Date: Wed, 21 Oct 2015 02:40:02 +
Comment: Add Edward Betts  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/10/msg00014.html
Advocates:
  locutusofborg - https://lists.debian.org/debian-newmaint/2015/10/msg00015.html
KeyCheck:
  pub   4096R/8C63B92A 2014-08-03
Key fingerprint = FB8A CFA7 8C72 6089 C38A  D026 9605 A109 8C63 B92A
  uid  Edward Betts 
  sig! 76E2AC7B 2014-11-08  Hector Oron Martinez (zumbi) 

  sig! 64089528 2014-11-08  Chris Boyle 
  sig! 4687AF4F 2014-11-09  Toni Mueller 
  sig! 783AA4DE 2014-11-13  Kartik Mistry 
  sig! 22EF1F0F 2014-11-15  Andrew M.A. Cater (Andy Cater) 

  sig! 9C2001D0 2015-04-06  Teemu Hukkanen 
  sig! A6357FB7 2015-08-23  Tobias Frost 
  sig! 1A2D268D 2015-08-24  Andrew Shadura 
  sig! 38C9D903 2015-08-31  Colin Tuckley 
  sig! 6E869F64 2015-08-31  Andreas Bombe 
  sig! 61F9CA53 2014-08-03  Paul Martin 
  sig! 2BA0FEAE 2014-11-09  Julian Gilbey 
  sig! 6FF9435F 2015-08-16  Bernd Zeimetz 
  sig! 72DC07B5 2015-08-17  Florian Schlichting 
  sig! F14A64A2 2015-08-26  Aaron M. Ucko 
  sig! AF060C5A 2015-08-30  Daniel Glassey 
  sig! 7BD756C4 2015-08-31  Daniel Pocock 
  sig! D3524C51 2014-08-30  Jonathan Wiltshire 
  sig! 2DA8B985 2014-09-15  Jonathan McDowell 
  sig! 883CCDE2 2014-11-08  Chen Baozi 
  sig! 45DCA80E 2014-11-09  Manuel A. Fernandez Montecelo (GMail) 

  sig! 41CEFDE0 2015-08-23  Stefan Fritsch 
  sig! 63C7CC90 2015-08-30  Simon McVittie 
  sig!231ED8AEF 2015-08-25  Remi Vanicat (semi-permanent) 

  sig!33442684E 2014-08-11  Steve McIntyre 
  sig!38143B682 2014-11-09  Neil Williams (Debian) 
  sig!38C63B92A 2014-08-03  Edward Betts 
  sig!38C63B92A 2014-08-03  Edward Betts 
  sig! E9846C49 2015-08-30  Iain R. Learmonth 
  uid  Edward Betts 
  sig! 76E2AC7B 2014-11-08  Hector Oron Martinez (zumbi) 

  sig! 64089528 2014-11-08  Chris Boyle 
  sig! 4687AF4F 2014-11-09  Toni Mueller 
  sig! 783AA4DE 2014-11-13  Kartik Mistry 
  sig! 22EF1F0F 2014-11-15  Andrew M.A. Cater (Andy Cater) 

  sig! 9C2001D0 2015-04-06  Teemu Hukkanen 
  sig! A6357FB7 2015-08-23  Tobias Frost 
  sig! 1A2D268D 2015-08-24  Andrew Shadura 
  sig! 38C9D903 2015-08-31  Colin Tuckley 
  sig! 6E869F64 2015-08-31  Andreas Bombe 
  sig! 069AAA1C 2015-10-20  Holger Levsen 
  sig! 61F9CA53 2014-08-03  Paul Martin 
  sig! 2BA0FEAE 2014-11-09  Julian Gilbey 
  sig! 6FF9435F 2015-08-16  Bernd Zeimetz 
  sig! 72DC07B5 2015-08-17  Florian Schlichting 
  sig! F14A64A2 2015-08-26  Aaron M. Ucko 
  sig! AF060C5A 2015-08-30  Daniel Glassey 
  sig! 7BD756C4 2015-08-31  Daniel Pocock 
  sig! D3524C51 2014-08-30  Jonathan Wiltshire 
  sig! 2DA8B985 2014-09-15  Jonathan McDowell 
  sig! 883CCDE2 2014-11-08  Chen Baozi 
  sig! 45DCA80E 2014-11-09  Manuel A. Fernandez Montecelo (GMail) 

  sig! 41CEFDE0 2015-08-23  Stefan Fritsch 
  sig! 63C7CC90 2015-08-30  Simon McVittie 
  sig!231ED8AEF 2015-08-25  Remi Vanicat (semi-permanent) 

  sig!33442684E 2014-08-11  Steve McIntyre 
  sig!38143B682 2014-11-09  Neil Williams (Debian) 
  sig!38C63B92A 2014-08-03  Edward Betts 
  sig! E9846C49 2015-08-30  Iain R. Learmonth 
  sub   4096R/B9AD09AD 2014-08-03
  sig! 

Bug#802558: [rt.debian.org #6011] AutoReply: Please add Punit Agrawal's key to the DM keyring

2015-10-20 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Punit Agrawal,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6011

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Wed, 2015-10-21 02:33:27 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Punit Agrawal's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6011].
>
> Please include the string
>
>   [rt.debian.org #6011]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID BD9E4CEC13FC34495682074EF5392FD213FBFEDD
> to the DM keyring
>   please notify 802558-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Wed, 21 Oct 2015 02:28:22 +
> BTS: https://bugs.debian.org/802558
> Comment: Add Punit Agrawal  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/10/msg00012.html
> Advocates:
>   vicho - https://lists.debian.org/debian-newmaint/2015/10/msg00016.html
> KeyCheck:
>   pub   4096R/13FBFEDD 2014-03-29
> Key fingerprint = BD9E 4CEC 13FC 3449 5682  074E F539 2FD2 13FB FEDD
>   uid  Punit Agrawal 
>   sig! 76E2AC7B 2014-11-08  Hector Oron Martinez (zumbi) 
> 
>   sig! 64089528 2014-11-08  Chris Boyle 
>   sig! A86F9E47 2014-04-01  Wookey 
>   sig! 768D3824 2014-04-02  Javi Merino 
>   sig!33442684E 2014-06-30  Steve McIntyre 
>   sig!313FBFEDD 2014-03-29  Punit Agrawal 
>   sub   4096R/C14ABC91 2014-03-29
>   sig! 13FBFEDD 2014-03-29  Punit Agrawal 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWJvkiAAoJEHxWrP6UeJfYqhoQAMelFYFQZKo6/YljBQ86vjiJ
> OaxTkclAEPJ0XzdDqLUkzcjZgLnjFxFQDB6JwWjosYndc399J3fksBrjmrRF67E6
> 3dWgIV3lFY3+U14Og0d6C3fmNAL/3LNJA3mRslsFGw4kF2QJWFV3SZPtrQ+XXtTB
> JayfUWz4iBqklVwZ9LZLlCMoL6zayv/EZNjRUVR3jvpWI4UB4dvlRQPMCnD/O7VE
> 1Xmbk4hPWIhz5x7CKdi7MTbf0ogwadZauzyvmrf0GVpinYjy4gdEt9pYv8kP5VNJ
> XQ25VNlDLL0ehC6DGXlRphA3VuKj8CcZJExoNRTmudiBWxMRpYqRip7qDp/K0lLB
> qa8ZyAUfAB1fc8h+63iGi08IUWmpaz5Dq8SzsJEs1np9LBPqWrb0fkc4qP2SevDz
> nn/3fy0y6vGuhp0Hws2Cx5FuOoOlQpa2iuv7erXWSegle/GXC/ezoisOc9iWuhJi
> Si7120CAHc/0LXGXEQjzgzqMiuOBM/QFKEU/DUxdWfqqcnFpU99RVVy41E0hhEOF
> zKgSvxyAj+UEhPAilMsG0Yc386y/dJ2tJkUVjYbCYa4ItX2uzcKKIXMkolRFqd5m
> SpA2h3gqMfUDMFpKOaCRzssEhMRldYxpyfcdj7YT5GSQ5kT3Oa0o+Kokn6zUhhDh
> noguIBabQ0SsFmqYcvSL
> =AoRa
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#802560: [rt.debian.org #6013] AutoReply: Please add Edward Betts' key to the DM keyring

2015-10-20 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Edward Betts,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6013

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Wed, 2015-10-21 03:00:32 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Edward Betts' key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6013].
>
> Please include the string
>
>   [rt.debian.org #6013]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID FB8ACFA78C726089C38AD0269605A1098C63B92A
> to the DM keyring
>   please notify 802560-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Wed, 21 Oct 2015 02:56:38 +
> BTS: https://bugs.debian.org/802560
> Comment: Add Edward Betts  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/10/msg00014.html
> Advocates:
>   locutusofborg - 
> https://lists.debian.org/debian-newmaint/2015/10/msg00015.html
> KeyCheck:
>   pub   4096R/8C63B92A 2014-08-03
> Key fingerprint = FB8A CFA7 8C72 6089 C38A  D026 9605 A109 8C63 B92A
>   uid  Edward Betts 
>   sig! 76E2AC7B 2014-11-08  Hector Oron Martinez (zumbi) 
> 
>   sig! 64089528 2014-11-08  Chris Boyle 
>   sig! 4687AF4F 2014-11-09  Toni Mueller 
>   sig! 783AA4DE 2014-11-13  Kartik Mistry 
>   sig! 22EF1F0F 2014-11-15  Andrew M.A. Cater (Andy Cater) 
> 
>   sig! 9C2001D0 2015-04-06  Teemu Hukkanen 
>   sig! A6357FB7 2015-08-23  Tobias Frost 
>   sig! 1A2D268D 2015-08-24  Andrew Shadura 
>   sig! 38C9D903 2015-08-31  Colin Tuckley 
>   sig! 6E869F64 2015-08-31  Andreas Bombe 
>   sig! 61F9CA53 2014-08-03  Paul Martin 
>   sig! 2BA0FEAE 2014-11-09  Julian Gilbey 
>   sig! 6FF9435F 2015-08-16  Bernd Zeimetz 
>   sig! 72DC07B5 2015-08-17  Florian Schlichting 
>   sig! F14A64A2 2015-08-26  Aaron M. Ucko 
>   sig! AF060C5A 2015-08-30  Daniel Glassey 
>   sig! 7BD756C4 2015-08-31  Daniel Pocock 
>   sig! D3524C51 2014-08-30  Jonathan Wiltshire 
>   sig! 2DA8B985 2014-09-15  Jonathan McDowell 
>   sig! 883CCDE2 2014-11-08  Chen Baozi 
>   sig! 45DCA80E 2014-11-09  Manuel A. Fernandez Montecelo (GMail) 
> 
>   sig! 41CEFDE0 2015-08-23  Stefan Fritsch 
>   sig! 63C7CC90 2015-08-30  Simon McVittie 
>   sig!231ED8AEF 2015-08-25  Remi Vanicat (semi-permanent) 
> 
>   sig!33442684E 2014-08-11  Steve McIntyre 
>   sig!38143B682 2014-11-09  Neil Williams (Debian) 
> 
>   sig!38C63B92A 2014-08-03  Edward Betts 
>   sig!38C63B92A 2014-08-03  Edward Betts 
>   sig! E9846C49 2015-08-30  Iain R. Learmonth 
>   uid  Edward Betts 
>   sig! 76E2AC7B 2014-11-08  Hector Oron Martinez (zumbi) 
> 
>   sig! 64089528 2014-11-08  Chris Boyle 
>   sig! 4687AF4F 2014-11-09  Toni Mueller 
>   sig! 783AA4DE 2014-11-13  Kartik Mistry 
>   sig! 22EF1F0F 2014-11-15  Andrew M.A. Cater (Andy Cater) 
> 
>   sig! 9C2001D0 2015-04-06  Teemu Hukkanen 
>   sig! A6357FB7 2015-08-23  Tobias Frost 
>   sig! 1A2D268D 2015-08-24  Andrew Shadura 
>   sig! 38C9D903 2015-08-31  Colin Tuckley 
>   sig! 6E869F64 2015-08-31  Andreas Bombe 

Bug#802308: Please add Andreas Boll as a DM

2015-10-19 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Andreas Boll 

Please add Andreas Boll as a DM.
Changed-By: Anibal Monsalve Salazar 
Date: Mon, 19 Oct 2015 10:02:29 +
Comment: Add Andreas Boll  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg00019.html
Advocates:
  maarten - https://lists.debian.org/debian-newmaint/2015/10/msg7.html
KeyCheck:
  pub   4096R/8A3A9C67 2012-08-31
Key fingerprint = E390 B970 0582 FAEA 959A  CAD4 1EEF 53D3 8A3A 9C67
  uid  Andreas Boll 
  sig! 0905E40C 2015-08-19  Julien Cristau 
  sig! E17EBB30 2015-08-26  Rhonda
  sig! CEF0C94C 2015-08-21  Christian Kastner 
  sig!2CA5410B2 2015-08-22  Roland Rosenfeld 
  sig!38A3A9C67 2015-08-09  Andreas Boll 
  sig!38A3A9C67 2012-08-31  Andreas Boll 
  sig! 947897D8 2015-10-14  Anibal Monsalve Salazar 
  sub   4096R/61220852 2012-08-31
  sig! 8A3A9C67 2015-08-09  Andreas Boll 
  .
  Key is OpenPGP version 4 or greater.
  Key has 4096 bits.
  Valid "e" flag, no expiration.
  Valid "s" flag, no expiration.
Action: import
Data:
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  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
  

Bug#802308: [rt.debian.org #6009] AutoReply: Please add Andreas Boll's key to the DM keyring

2015-10-19 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Andreas Boll,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6009

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Mon, 2015-10-19 10:28:12 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Andreas Boll's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6009].
>
> Please include the string
>
>   [rt.debian.org #6009]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID E390B9700582FAEA959ACAD41EEF53D38A3A9C67
> to the DM keyring
>   please notify 802308-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Mon, 19 Oct 2015 10:22:17 +
> BTS: https://bugs.debian.org/802308
> Comment: Add Andreas Boll  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg00019.html
> Advocates:
>   maarten - https://lists.debian.org/debian-newmaint/2015/10/msg7.html
> KeyCheck:
>   pub   4096R/8A3A9C67 2012-08-31
> Key fingerprint = E390 B970 0582 FAEA 959A  CAD4 1EEF 53D3 8A3A 9C67
>   uid  Andreas Boll 
>   sig! 0905E40C 2015-08-19  Julien Cristau 
> 
>   sig! E17EBB30 2015-08-26  Rhonda
>   sig! CEF0C94C 2015-08-21  Christian Kastner 
>   sig!2CA5410B2 2015-08-22  Roland Rosenfeld 
>   sig!38A3A9C67 2015-08-09  Andreas Boll 
>   sig!38A3A9C67 2012-08-31  Andreas Boll 
>   sig! 947897D8 2015-10-14  Anibal Monsalve Salazar 
> 
>   sub   4096R/61220852 2012-08-31
>   sig! 8A3A9C67 2015-08-09  Andreas Boll 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWJMU4AAoJEHxWrP6UeJfYFrgP/jziHHzUJ3OZRWgde6S2aBkd
> BJR6N4bntWST0mu1L+Fns8M4MNYbB/VZus5fj0AZ8q4aM04T2+fzVjXLtQv4ybSB
> ZpNyuTyXggWRMDI39bXtPv7c0x1BKbz1s/MdBvN1kXfWRFU6Nq2s9TLw3cni3Meb
> 0n14NdjIerVVK7beTCdyAjMeh0DtU/2Jg102Ylt+r40Ksv3S5fDAoAvVeKkTELhV
> mU+/BKwl2jCQALnVIf2OdTPwWtR0bGA6DcI640NKD/1MHK+OW00WPskOZeC55VNC
> ZTN1yAtkhgb3uljEr2pkY0wprQeqcw4hOeWBP+FGX1KirFXaiLmqyyoAi0BAONyu
> JBfK55G/JJ4ZVtPLJ+FT8nuqexvb2wY0z3+S6ocPfzwaM2VjbJ6FGLRASmnohrMf
> 4WFjLonQq3n04jPHC5ZKl+IaYm7XK/k3HeLA+dUhAv+ONkcm8wicOSvh+sgViTpl
> ksAYiPys4yau5OjmFcV/8uPf6WRhXtfs4wyyp4AF5FD/WuM0dha78+NYAJrcoB5t
> LYnAd/Z9OFTg1h1ZBmN2JJwIJIEoAOiWGTSIpN2ajNJey4tn1QIeufXDZgWmJSo4
> oqBlgkyZdBmPZeE5w1Djg833xcMuCBc9u1qKLSLulIpNnU44EfNDPgx/5vhZxC1p
> ewRfi2QizAGLVyvQzdbQ
> =sQoE
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#802161: [rt.debian.org #6008] AutoReply: Please add Dave Hibberd's key to the DM keyring

2015-10-19 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Dave Hibberd,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=6008

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Mon, 2015-10-19 08:49:52 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Dave Hibberd's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #6008].
>
> Please include the string
>
>   [rt.debian.org #6008]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 5E4F545193E8969C8A59B80A03A1FB7A1904771B
> to the DM keyring
>   please notify 802161-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Mon, 19 Oct 2015 08:21:27 +
> BTS: https://bugs.debian.org/802161
> Comment: Add Dave Hibberd  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/10/msg9.html
> Advocates: 
>   irl - https://lists.debian.org/debian-newmaint/2015/10/msg00010.html
> KeyCheck:
>   pub   2048R/1904771B 2013-09-19
> Key fingerprint = 5E4F 5451 93E8 969C 8A59  B80A 03A1 FB7A 1904 771B
>   uid  Dave Hibberd (Hibby) 
>   sig!31904771B 2013-09-19  Dave Hibberd (Hibby) 
>   sig! AAA22456 2015-02-11  Martin Ferrari 
>   sig!3E9846C49 2014-09-23  Iain R. Learmonth 
>   sub   2048R/568F1EA6 2013-09-19
>   sig! 1904771B 2013-09-19  Dave Hibberd (Hibby) 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 2048 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWJK5rAAoJEHxWrP6UeJfYqjUP/iOMzbVSVJ+RyVEsBjsLZnpZ
> 0da74I2nF+QKpze7nyoUUAyi4+PciZE/RFREmI88bfWoiHa4yyMNkv1fNuktmI9o
> sQXmGWqn1+CD4EbHu/rs/2k+ycKLRrI7LU9jfsOhF/5DKRcEq6P8i/9HV3S0sv2D
> k9CLONYFX85nxvTxmaqGSnrAkrp4ShWRanWsiqDVeGUH8z/9LCcru/BtUo+UL0oS
> KBgJG085a2jd7IEpkKG4Z70jgNAf50zb3SyutAIYNnvRrIdG0N7WM/8owt1lwilk
> L60khvvk4L1blzbQj8CpZ6nycSoIXtUaGSpVpoGUstoLxXKY4YhNQE+aRAgHvJJ0
> G6bfV4eZfbxBV5H8gD7jpp2AqvHfZQ2SPVzwTrdP9+099VgU+Q6joEZdNVPIIVGX
> KkzGcwpoHgQwwP8G8TidTV0gm/lgxwdl1V253xneEeR1Lzt8dYKwk5fqPC1vk1Ek
> 5kWTDLUYhg/yCZBQU85l6d6uOvOaWH2Tgb9fapm5AK42t/xyFCQpp7AG8obIN/AH
> ncPBctCdqmkrG9hN0alLTGVojF0Gk+xGBu8JPP6IIjiW1lwoESOTA6NgWw4JGOg/
> ztT+6gGGlYeXebIIf4KY9mK97+lkqOP4iAhAQdYp1J/tu22ZLHsmDZYLWey1e/rU
> hbETbtZ+iMfeLuAXQpco
> =pS4z
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#773029: groonga-server-common: purging deletes conffiles owned by other packages: /etc/groonga/{groonga.conf, synonyms.tsv}

2015-10-14 Thread Aníbal Monsalve Salazar
On Wed, 2014-12-31 19:54:11 +0900, HAYASHI Kentaro wrote:
> Hi,
>
> Thank you for reporting & pointing out issues,  Andreas!
>
> I've just uploaded fixed version of Groonga.
> (There are some minor problems, so I've also fixed it)
>
> Here is the dsc file.
>  http://mentors.debian.net/debian/pool/main/g/groonga/groonga_4.0.6.1-3.dsc
>
> I'm not a member of DM nor DD, so please upload it to Debian archive.
>
> groonga (4.0.6.1-3) unstable; urgency=low
>
>   * Team upload.
>   * debian/groonga-server-common.postrm
> debian/groonga-server-gqtp.postrm
> debian/groonga-httpd.postrm
> debian/groonga-server-common.dirs
> debian/groonga-server-gqtp.dirs
> debian/groonga-server-http.dirs
> debian/libgroonga0.dirs
> debian/libgroonga0.postrm
> - Fix not to delete conffiles which are owned by other packages
>   (Closes: #773029)
>   * debian/groonga-httpd.init
> - Fix invalid conf path to detect proper default pid file.
> - Ensure to create directory to store pid file.
>   * debian/patches/hardening-vendor-nginx.patch
> - Apply hardening to groonga-httpd.

Hello HAYASHI Kentaro,

The URL above returns a 404 error.

Where can I find groonga_4.0.6.1-3.dsc and groonga_4.0.6.1-3.debian*
with all the changes above?

Thank you,

Aníbal



Bug#775428: NMU patch for flashrom 0.9.7+r1852-1.1

2015-10-14 Thread Aníbal Monsalve Salazar
diff -Nru flashrom-0.9.7+r1852/debian/changelog 
flashrom-0.9.7+r1852/debian/changelog
--- flashrom-0.9.7+r1852/debian/changelog   2014-10-27 20:23:19.0 
+
+++ flashrom-0.9.7+r1852/debian/changelog   2015-10-14 09:21:44.0 
+0100
@@ -1,3 +1,13 @@
+flashrom (0.9.7+r1852-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS on mipsel.
+Patch by Dejan Latinovic .
+Add mips-fix-internal.patch.
+Closes: #775428.
+
+ -- Anibal Monsalve Salazar   Wed, 14 Oct 2015 09:21:36 
+0100
+
 flashrom (0.9.7+r1852-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru flashrom-0.9.7+r1852/debian/patches/mips-fix-internal.patch 
flashrom-0.9.7+r1852/debian/patches/mips-fix-internal.patch
--- flashrom-0.9.7+r1852/debian/patches/mips-fix-internal.patch 1970-01-01 
01:00:00.0 +0100
+++ flashrom-0.9.7+r1852/debian/patches/mips-fix-internal.patch 2015-10-14 
09:17:57.0 +0100
@@ -0,0 +1,30 @@
+From: Dejan Latinovic 
+Subject: flashrom FTBFS on mipsel
+Date: Thu, 15 Jan 2015 16:12:23 +
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775428
+
+This change is available upstream, along with other changes.
+With this patch I was able to build flashrom for mipsel locally.
+
+Here is the commit that contains my fix.
+https://github.com/stefanct/flashrom/commit/138245ea51472211ec12e7b4d176591f3f18ce38
+
+Index: flashrom-0.9.7+r1852/internal.c
+===
+--- flashrom-0.9.7+r1852.orig/internal.c
 flashrom-0.9.7+r1852/internal.c
+@@ -327,12 +327,12 @@ int internal_init(void)
+   /* Probe unconditionally for ITE Super I/O chips. This enables LPC->SPI 
translation on IT87* and
+* parallel writes on IT8705F. Also, this handles the manual chip 
select for Gigabyte's DualBIOS. */
+   init_superio_ite();
+-#endif
+ 
+   if (board_flash_enable(board_vendor, board_model, cb_vendor, cb_model)) 
{
+   msg_perr("Aborting to be safe.\n");
+   return 1;
+   }
++#endif
+ 
+ #if defined(__i386__) || defined(__x86_64__) || defined (__mips)
+   register_par_master(_master_internal, internal_buses_supported);
diff -Nru flashrom-0.9.7+r1852/debian/patches/series 
flashrom-0.9.7+r1852/debian/patches/series
--- flashrom-0.9.7+r1852/debian/patches/series  2014-10-27 20:23:31.0 
+
+++ flashrom-0.9.7+r1852/debian/patches/series  2015-10-14 09:14:30.0 
+0100
@@ -1 +1,2 @@
 20_svn_version.patch
+mips-fix-internal.patch



Bug#788068: NMU patch for libsbml 5.10.0+dfsg-1.1

2015-10-13 Thread Aníbal Monsalve Salazar
diff -Nru libsbml-5.10.0+dfsg/debian/changelog 
libsbml-5.10.0+dfsg/debian/changelog
--- libsbml-5.10.0+dfsg/debian/changelog2014-09-14 13:11:24.0 
+0100
+++ libsbml-5.10.0+dfsg/debian/changelog2015-10-13 04:07:04.0 
+0100
@@ -1,3 +1,13 @@
+libsbml (5.10.0+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Fix FTBFS on mipsel
+Patch by Jurica Stanojkovic 
+Add mips-compile-with-O1.patch
+Closes: #788068
+
+ -- Anibal Monsalve Salazar   Tue, 13 Oct 2015 04:06:47 
+0100
+
 libsbml (5.10.0+dfsg-1) unstable; urgency=medium
 
   [Ivo Maintz]
diff -Nru libsbml-5.10.0+dfsg/debian/patches/mips-compile-with-O1.patch 
libsbml-5.10.0+dfsg/debian/patches/mips-compile-with-O1.patch
--- libsbml-5.10.0+dfsg/debian/patches/mips-compile-with-O1.patch   
1970-01-01 01:00:00.0 +0100
+++ libsbml-5.10.0+dfsg/debian/patches/mips-compile-with-O1.patch   
2015-10-13 04:01:22.0 +0100
@@ -0,0 +1,28 @@
+From: Jurica Stanojkovic 
+Subject: package libsbml FTBFS on mipsel
+Date: Mon, 8 Jun 2015 10:05:21 +
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788068
+
+We have successfully built libsbml using -O1 optimization level.
+-O1 is used for mips/mipsel, for critical part of package.
+
+With this patch we was able to build package on lemote loongson 3a.
+
+Index: libsbml-5.10.0+dfsg/src/bindings/perl/CMakeLists.txt
+===
+--- libsbml-5.10.0+dfsg.orig/src/bindings/perl/CMakeLists.txt
 libsbml-5.10.0+dfsg/src/bindings/perl/CMakeLists.txt
+@@ -149,6 +149,12 @@ ADD_CUSTOM_COMMAND(
+ 
+ add_custom_target(binding_perl_swig ALL DEPENDS 
${CMAKE_CURRENT_BINARY_DIR}/LibSBML_wrap.cpp 
${CMAKE_CURRENT_BINARY_DIR}/LibSBML.pod)
+ 
++if (WITH_01_COMPILE)
++set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O1")
++set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O1")
++set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O1")
++set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O1")
++endif(WITH_01_COMPILE)
+ 
+ # 
+ # Determine the perl installation directory
diff -Nru libsbml-5.10.0+dfsg/debian/patches/series 
libsbml-5.10.0+dfsg/debian/patches/series
--- libsbml-5.10.0+dfsg/debian/patches/series   2014-09-14 12:59:10.0 
+0100
+++ libsbml-5.10.0+dfsg/debian/patches/series   2015-10-13 03:53:18.0 
+0100
@@ -3,3 +3,4 @@
 doxygen.patch
 spelling.patch
 perl-installdirs.patch
+mips-compile-with-O1.patch
diff -Nru libsbml-5.10.0+dfsg/debian/rules libsbml-5.10.0+dfsg/debian/rules
--- libsbml-5.10.0+dfsg/debian/rules2014-08-27 12:34:23.0 +0100
+++ libsbml-5.10.0+dfsg/debian/rules2015-10-13 03:57:15.0 +0100
@@ -18,6 +18,10 @@
 CMAKE_OPTS := $(shell cat debian/cmake_opts)
 endif
 
+ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
+CMAKE_OPTS += -D'WITH_01_COMPILE:BOOL=ON'
+endif
+
 ### let's do it ###
 
 DEB_COMPRESS_EXCLUDE = .pdf



Bug#801163: [rt.debian.org #5995] AutoReply: Please add Andrew Ayer's key to the DM keyring

2015-10-06 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Andrew Ayer,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5995

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Wed, 2015-10-07 02:45:50 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Andrew Ayer's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5995].
>
> Please include the string
>
>   [rt.debian.org #5995]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID EF5D84C1838F2EB6D8968C0410378EFC2080080C
> to the DM keyring
>   please notify 801163-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Wed, 07 Oct 2015 02:40:14 +
> BTS: https://bugs.debian.org/801163
> Comment: Add Andrew Ayer  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg00023.html
> Advocates:
>   lunar - https://lists.debian.org/debian-newmaint/2015/09/msg00024.html
>   holger - https://lists.debian.org/debian-newmaint/2015/09/msg00025.html
>   kapouer - https://lists.debian.org/debian-newmaint/2015/09/msg00026.html
>   paultag - https://lists.debian.org/debian-newmaint/2015/09/msg00027.html
>   mattia - https://lists.debian.org/debian-newmaint/2015/09/msg00028.html
> KeyCheck:
>   pub   4096R/2080080C 2014-04-19
> Key fingerprint = EF5D 84C1 838F 2EB6 D896  8C04 1037 8EFC 2080 080C
>   uid  Andrew Ayer 
>   sig! 82004173 2014-08-26  Russ Allbery 
>   sig! 1D227AFB 2014-08-26  Aigars Mahinovs 
>   sig! 6D866396 2014-09-01  Stefano Zacchiroli 
>   sig! DA3D0358 2014-09-02  Brian Gupta 
>   sig! 6AA15948 2014-09-03  Ana Beatriz Guerrero Lopez 
> 
>   sig! D53FDCB1 2014-09-04  Andrew Starr-Bochicchio 
> 
>   sig! A79679CC 2014-06-03  Jimmy Kaplowitz 
>   sig! 99409084 2014-09-02  John Wright 
>   sig!24D135306 2014-09-08  Andreas Henriksson 
>   sig!32080080C 2014-04-19  Andrew Ayer 
>   sig!32080080C 2014-04-19  Andrew Ayer 
>   sig!3   P4FADF197 2014-09-03  Jeremy T. Bouse (Debian Developer) 
> 
>   uid  Andrew Ayer 
>   sig! 82004173 2014-08-26  Russ Allbery 
>   sig! 1D227AFB 2014-08-26  Aigars Mahinovs 
>   sig! 6D866396 2014-09-01  Stefano Zacchiroli 
>   sig! DA3D0358 2014-09-02  Brian Gupta 
>   sig! 6AA15948 2014-09-03  Ana Beatriz Guerrero Lopez 
> 
>   sig! D53FDCB1 2014-09-04  Andrew Starr-Bochicchio 
> 
>   sig! A79679CC 2014-06-03  Jimmy Kaplowitz 
>   sig! 99409084 2014-09-02  John Wright 
>   sig!24D135306 2014-09-08  Andreas Henriksson 
>   sig!32080080C 2014-04-19  Andrew Ayer 
>   sig!3   P4FADF197 2014-09-03  Jeremy T. Bouse (Debian Developer) 
> 
>   uid  Andrew Ayer 
>   sig! 82004173 2014-08-26  Russ Allbery 
>   sig! 1D227AFB 2014-08-26  Aigars Mahinovs 
>   sig! 6D866396 2014-09-01  Stefano Zacchiroli 
>   sig! DA3D0358 2014-09-02  Brian Gupta 
>   sig! 6AA15948 2014-09-03  Ana Beatriz Guerrero Lopez 
> 
>   sig! D53FDCB1 2014-09-04  Andrew Starr-Bochicchio 
> 
>   sig! A79679CC 2014-06-03  Jimmy Kaplowitz 
>   sig! 99409084 2014-09-02  John Wright 
>   sig!24D135306 2014-09-08  Andreas Henriksson 
>   sig!32080080C 2014-04-19  Andrew Ayer 
>   sig!3   P4FADF197 2014-09-03  Jeremy 

Bug#801164: Please add Alf Gaida as a DM

2015-10-06 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Alf Gaida 

Please add Alf Gaida as a DM.
Changed-By: Anibal Monsalve Salazar 
Date: Wed, 07 Oct 2015 03:23:51 +
Comment: Add Alf Gaida  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg00014.html
Advocates:
  czchen - https://lists.debian.org/debian-newmaint/2015/09/msg00015.html
KeyCheck:
  pub   2048R/4D72827C 2011-11-23 [expires: 2016-11-21]
Key fingerprint = BDBF C688 EFAD BA89 5A9F  464B CD28 0A0B 4D72 827C
  uid  Alf Gaida 
  sig!34D72827C 2011-11-23  Alf Gaida 
  sig! C433F68F 2014-05-10  Gergely Nagy 
  sig! 074BCDE4 2015-02-11  Thomas Lange 
  sub   2048R/15EFBDC0 2011-11-23 [expires: 2016-11-21]
  sig! 4D72827C 2011-11-23  Alf Gaida 
  .
  Key is OpenPGP version 4 or greater.
  Key has 2048 bits.
  Valid "e" flag, expires Mon 21 Nov 2016 22:05:17 UTC.
  Valid "s" flag, expires Mon 21 Nov 2016 22:05:17 UTC.
Action: import
Data:
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  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
  01WhToQXlrzE1YTGPQSZUYKJlKCMM053Lw==
  =grWJ
  -END PGP PUBLIC KEY BLOCK-


Bug#801164: [rt.debian.org #5996] AutoReply: Please add Alf Gaida's key to the DM keyring

2015-10-06 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Alf Gaida,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5996

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Wed, 2015-10-07 03:45:01 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Alf Gaida's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5996].
>
> Please include the string
>
>   [rt.debian.org #5996]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID BDBFC688EFADBA895A9F464BCD280A0B4D72827C
> to the DM keyring
>   please notify 801164-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Wed, 07 Oct 2015 03:39:35 +
> BTS: https://bugs.debian.org/801164
> Comment: Add Alf Gaida  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg00014.html
> Advocates:
>   czchen - https://lists.debian.org/debian-newmaint/2015/09/msg00015.html
> KeyCheck:
>   pub   2048R/4D72827C 2011-11-23 [expires: 2016-11-21]
> Key fingerprint = BDBF C688 EFAD BA89 5A9F  464B CD28 0A0B 4D72 827C
>   uid  Alf Gaida 
>   sig!34D72827C 2011-11-23  Alf Gaida 
>   sig! C433F68F 2014-05-10  Gergely Nagy 
> 
>   sig! 074BCDE4 2015-02-11  Thomas Lange 
> 
>   sub   2048R/15EFBDC0 2011-11-23 [expires: 2016-11-21]
>   sig! 4D72827C 2011-11-23  Alf Gaida 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 2048 bits.
>   Valid "e" flag, expires Mon 21 Nov 2016 22:05:17 UTC.
>   Valid "s" flag, expires Mon 21 Nov 2016 22:05:17 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWFJTSAAoJEHxWrP6UeJfYxr0P/3v69ONF6eC47KLMH7gbSU8N
> WlEfuWbuSU+xiJLTuPrhnLEBgie1U+TL9p2OxCwhhS4AySB8/H3kFsTpb2UPIktB
> hUQHprCuRC/sI5UhaCa1rPY3tpw70mYeeHrFK2hhXLMMSs+1ViCdr6CGqvuk4IGd
> UedTfuOQirElA77E/Sb7/4qT4fMkjeVc2zeqiLWjenpQSw4MrFbOyeJzYc92FOon
> rwuSCn9OW+/DvSgN08dyy470FjQ+4OeEfL1CqRRYDBJclfClCrv8u8c1pwQs58B6
> NBAOKYEVIngSmnU2KxtfVEJidG7LfeHpBvjZ+XnQ+eeWqGxNYXnKjMzhltLd2L5b
> xiDUqHqLmcKQBfDUgIuw5U/UfnaAqqjbwxJaaZ7tWDw5aH3gz2qpwp350CTFF5bf
> XESDB19RuGvWeUNKHV1Dlwl3PwQtjpNd90YawA6GNP5syjo8/9vMpbQqC/pGAErN
> EJaAQsA152jZ+hfdlCwC4ECMhoTXOTd1l+pcSxmNj8nSJ0aZ1ddZzGNovobzBu91
> kDZXEOz9l0el+gkrx/r9kSzQQgpboWvHgHtg33ND9NPdEs+rXorcxgm5wnbnVv3I
> OD+/4BNh+3o2dauwF+/YRWSy9ZtUN8BCWk5taiflWBW3iZUbN4WP4hBQnbieab7Q
> E/ENdQcWvhiDk4AX5AU7
> =oLDF
> -END PGP SIGNATURE-



Bug#801163: Please add Andrew Ayer as a DM

2015-10-06 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Andrew Ayer 

Please add Andrew Ayer as a DM.
Changed-By: Anibal Monsalve Salazar 
Date: Wed, 07 Oct 2015 02:12:26 +
Comment: Add Andrew Ayer  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg00023.html
Advocates:
  lunar - https://lists.debian.org/debian-newmaint/2015/09/msg00024.html
  holger - https://lists.debian.org/debian-newmaint/2015/09/msg00025.html
  kapouer - https://lists.debian.org/debian-newmaint/2015/09/msg00026.html
  paultag - https://lists.debian.org/debian-newmaint/2015/09/msg00027.html
  mattia - https://lists.debian.org/debian-newmaint/2015/09/msg00028.html
KeyCheck:
  pub   4096R/2080080C 2014-04-19
Key fingerprint = EF5D 84C1 838F 2EB6 D896  8C04 1037 8EFC 2080 080C
  uid  Andrew Ayer 
  sig! 82004173 2014-08-26  Russ Allbery 
  sig! 1D227AFB 2014-08-26  Aigars Mahinovs 
  sig! 6D866396 2014-09-01  Stefano Zacchiroli 
  sig! DA3D0358 2014-09-02  Brian Gupta 
  sig! 6AA15948 2014-09-03  Ana Beatriz Guerrero López 
  sig! D53FDCB1 2014-09-04  Andrew Starr-Bochicchio 

  sig! A79679CC 2014-06-03  Jimmy Kaplowitz 
  sig! 99409084 2014-09-02  John Wright 
  sig!24D135306 2014-09-08  Andreas Henriksson 
  sig!32080080C 2014-04-19  Andrew Ayer 
  sig!32080080C 2014-04-19  Andrew Ayer 
  sig!3   P4FADF197 2014-09-03  Jeremy T. Bouse (Debian Developer) 

  uid  Andrew Ayer 
  sig! 82004173 2014-08-26  Russ Allbery 
  sig! 1D227AFB 2014-08-26  Aigars Mahinovs 
  sig! 6D866396 2014-09-01  Stefano Zacchiroli 
  sig! DA3D0358 2014-09-02  Brian Gupta 
  sig! 6AA15948 2014-09-03  Ana Beatriz Guerrero López 
  sig! D53FDCB1 2014-09-04  Andrew Starr-Bochicchio 

  sig! A79679CC 2014-06-03  Jimmy Kaplowitz 
  sig! 99409084 2014-09-02  John Wright 
  sig!24D135306 2014-09-08  Andreas Henriksson 
  sig!32080080C 2014-04-19  Andrew Ayer 
  sig!3   P4FADF197 2014-09-03  Jeremy T. Bouse (Debian Developer) 

  uid  Andrew Ayer 
  sig! 82004173 2014-08-26  Russ Allbery 
  sig! 1D227AFB 2014-08-26  Aigars Mahinovs 
  sig! 6D866396 2014-09-01  Stefano Zacchiroli 
  sig! DA3D0358 2014-09-02  Brian Gupta 
  sig! 6AA15948 2014-09-03  Ana Beatriz Guerrero López 
  sig! D53FDCB1 2014-09-04  Andrew Starr-Bochicchio 

  sig! A79679CC 2014-06-03  Jimmy Kaplowitz 
  sig! 99409084 2014-09-02  John Wright 
  sig!24D135306 2014-09-08  Andreas Henriksson 
  sig!32080080C 2014-04-19  Andrew Ayer 
  sig!3   P4FADF197 2014-09-03  Jeremy T. Bouse (Debian Developer) 

  uid  Andrew Ayer 
  sig! 82004173 2014-08-26  Russ Allbery 
  sig! 1D227AFB 2014-08-26  Aigars Mahinovs 
  sig! 6D866396 2014-09-01  Stefano Zacchiroli 
  sig! DA3D0358 2014-09-02  Brian Gupta 
  sig! 6AA15948 2014-09-03  Ana Beatriz Guerrero López 
  sig! D53FDCB1 2014-09-04  Andrew Starr-Bochicchio 

  sig! A79679CC 2014-06-03  Jimmy Kaplowitz 
  sig! 99409084 2014-09-02  John Wright 
  sig!24D135306 2014-09-08  Andreas Henriksson 
  sig!32080080C 2014-04-19  Andrew Ayer 
  sig!3   P4FADF197 2014-09-03  Jeremy T. Bouse (Debian Developer) 

  uid  Andrew Ayer 
  sig! 82004173 2014-08-26  Russ Allbery 
  sig! 1D227AFB 2014-08-26  Aigars Mahinovs 
  sig! 6D866396 2014-09-01  Stefano Zacchiroli 
  sig! DA3D0358 2014-09-02  Brian Gupta 
  sig! 6AA15948 2014-09-03  Ana Beatriz Guerrero López 
  sig! D53FDCB1 2014-09-04  Andrew Starr-Bochicchio 

  sig! 

Bug#800782: [rt.debian.org #5993] AutoReply: Please add Marcio de Souza Oliveira's key to the DM

2015-10-05 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Marcio de Souza Oliveira,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5993

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Mon, 2015-10-05 11:55:55 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Marcio de Souza Oliveira's key to the DM",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5993].
>
> Please include the string
>
>   [rt.debian.org #5993]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID B8BF6B0CCCA27CB17427AEE6476DF16D280CDAD3
> to the DM keyring
>   please notify 800782-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Mon, 05 Oct 2015 11:43:03 +
> BTS: https://bugs.debian.org/800782
> Comment: Add Marcio de Souza Oliveira  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/10/msg1.html
> Advocates: 
>   eriberto - https://lists.debian.org/debian-newmaint/2015/10/msg2.html
> KeyCheck:
>   pub   4096R/280CDAD3 2015-05-31
> Key fingerprint = B8BF 6B0C CCA2 7CB1 7427  AEE6 476D F16D 280C DAD3
>   uid  Marcio de Souza Oliveira (Marcio Souza) 
> 
>   sig! 04EBE9EF 2015-06-01  Joao Eriberto Mota Filho (eriberto) 
> 
>   sig! 2AF31308 2015-08-27  Tassia Camoes Araujo 
>   sig!3280CDAD3 2015-05-31  Marcio de Souza Oliveira (Marcio Souza) 
> 
>   uid  [jpeg image of size 4084]
>   sig! 04EBE9EF 2015-06-01  Joao Eriberto Mota Filho (eriberto) 
> 
>   sig! 2AF31308 2015-08-27  Tassia Camoes Araujo 
>   sig!3280CDAD3 2015-06-01  Marcio de Souza Oliveira (Marcio Souza) 
> 
>   sub   4096R/A9939006 2015-05-31
>   sig! 280CDAD3 2015-05-31  Marcio de Souza Oliveira (Marcio Souza) 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWEmS0AAoJEHxWrP6UeJfYoBsP/RucHSx54V4Jq7uWjZYe3XFv
> pxYgu64WjeZ8caT8W5VkVNunuC/4ACh6kF2jpoqC7kKpK1HDaV06ZLCbwZMJ9oGh
> vAfcpZcOH/RIEj3F7T25HegnmGtU60cHXr2D5mdsOAn6mNeWD5Dns8kiovq0KGh4
> StwB0jdZpLek+wpgCJKDR9gtRiVH0cSLqX/v/3sUhh0q6Le82KKGxik3fC+h7nTP
> /x5YRciPkNfXg6OjxjREVwrPcYvH2Qv/YgMcNcGlA8wwVTz69JSUA8iqKdTRnD4c
> xYY8nLZwYKxVgKKBitl1C+ByhN8H8FMujJ3f6oHzujZzYe/yURNM7hBIUqPFidMN
> 44wLdUS1NPxErdPMf/wko/qQdElh9ZdDMUQRkOy4Xh3YnuKXnLE3DFr+bC30y1Ve
> zB75YPSiZ6yEdnt7aV9SnFmSjs4AZHG9OvOhFyVb3G5jBgO41kPaw/WO6Bj0rmVG
> L+F1bZW/th8br7myy33C7hEQmXVsdasZRl6gtG5VxwXy5SEoIxuGBFDw/dUim3D7
> 9dx0EaRNUF1oTHNrYrShWVisRrx+yQtAyje71g4DxDReHMIvalXK+VJSjn5VPXLk
> xrcU7RLsWrcKkxSQh0h4Sg7oZiZL93EqNSs4XPRTcmX0PWwM11cH8fB6oEbwvQ3X
> kfe1JT+VHb7P7nzE4Pxa
> =jbwc
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#800482: [rt.debian.org #5991] AutoReply: Please add Alexandre Detiste's key to the DM keyring

2015-10-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Alexandre Detiste,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5991

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Fri, 2015-10-02 09:45:21 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Alexandre Detiste's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5991].
>
> Please include the string
>
>   [rt.debian.org #5991]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 8F6DE104377F3B11E741748731F3144544A1741A
> to the DM keyring
>   please notify 800482-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Fri, 02 Oct 2015 09:15:14 +
> BTS: http://bugs.debian.org/800482
> Comment: Add Alexandre Detiste  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg00031.html
> Advocates: 
>   tobi - https://lists.debian.org/debian-newmaint/2015/09/msg00032.html
>   skitt - https://lists.debian.org/debian-newmaint/2015/09/msg00033.html
>   fabian - https://lists.debian.org/debian-newmaint/2015/10/msg0.html
> KeyCheck:
>   pub   4096R/44A1741A 2014-09-10
> Key fingerprint = 8F6D E104 377F 3B11 E741  7487 31F3 1445 44A1 741A
>   uid  Alexandre Detiste 
>   sig! 08AA3E9C 2014-09-19  Ludovic Brenta 
>   sig! 41C25E5D 2014-09-18  Kurt Roeckx 
>   sig!344A1741A 2014-09-10  Alexandre Detiste 
> 
>   uid  Alexandre Detiste 
>   sig! 41C25E5D 2014-09-18  Kurt Roeckx 
>   sig!344A1741A 2014-09-10  Alexandre Detiste 
> 
>   sub   4096R/987528CB 2014-09-10
>   sig! 44A1741A 2014-09-10  Alexandre Detiste 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWDlDZAAoJEHxWrP6UeJfYkQsQAJu5kYp+9A7m5ILu0O/fbzYq
> A/BNMnb+IjLYEr98m7PHazreYruexEiWcGtIMC3LVfdY8MPHJx3D6Pf1L41JWRh5
> yGF9i6GcNKRsKEI46kqkLB+AlSTW99eWixuIaoihQ9WRab9nNTWvbXauSzIiEeZh
> 27yaoKqWgc1rBxwdu7UsNYA2KJhWs/+gU7xM3T71AyI7BdrbZFuFW0giCFsKINJT
> jZ0gkPvA5IJ309fX4rsveAArca5SMZ7GlaTtotlSSr2Bt4wXlbzOi5RIXBO4LUQz
> EhUizFVEGIIWuIs0wKw9LyQpV1QwpUdzmbx3AHakx2QD4dtIRqSZAPMspFjqSoF+
> dB+Dx8OO+7jaWNVDtMVog3MdS0NmuHU1ArfKy/wsf47lG+1gxUJZiA53Nd6Bzh1s
> OzdF6UAjQ6IrmROaeQtuJAsCymDDRt3YB1kLDb6wIoNirp6z7MZhXZVFIC0Tztsi
> SrKfEZZo5ozpv1a+brwQUG+ag/y8txQq7NBVcM0RWyl8hqlKvfta8OF+ddcZuA/d
> HnDRnA2COm/A+tYu+/qnmDGVFVsRyp3O2l0x1WVYFdtknXzB9svRkKOFRBSjmSm7
> 9o+hmQMtKAjkRjfy7ldJB1ZBk5yJA9MYErxoPyyfb/Pl6Au5n8a5Rtmbu5ZFa0i5
> 5ehsE9uFY3/rcYRlbrss
> =rmIe
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#800119: [rt.debian.org #5986] AutoReply: Please add Shih-Yuan Lee's key to the DM keyring

2015-09-27 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Shih-Yuan Lee,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5986

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sun, 2015-09-27 10:35:04 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Shih-Yuan Lee's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5986].
>
> Please include the string
>
>   [rt.debian.org #5986]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID A8B65F1F8C9728B6D235D8D3E9EC46F5A547F31E
> to the DM keyring
>   please notify 800119-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sun, 27 Sep 2015 10:27:00 +
> BTS: http://bugs.debian.org/800119
> Comment: Add Shih-Yuan Lee  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2011/07/msg2.html
> Advocates:
>   czchen - https://lists.debian.org/debian-newmaint/2015/09/msg00021.html
> KeyCheck:
>   pub   4096R/A547F31E 2010-05-24
> Key fingerprint = A8B6 5F1F 8C97 28B6 D235  D8D3 E9EC 46F5 A547 F31E
>   uid  Shih-Yuan Lee (FourDollars) 
>   sig! E0163787 2015-08-27  Kristoffer H Rose 
>   sig! 8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 
> 
>   sig! 3D05 2010-06-23  Ying-Chun Liu (PaulLiu) 
> 
>   sig! CEC6AD46 2010-08-15  Kan-Ru Chen 
>   sig- CEC6AD46 2010-08-15  Kan-Ru Chen 
>   sig! 5409E422 2011-11-04  Kamal Mostafa 
>   sig! 03F4552D 2013-08-03  ChangZhuo Chen 
>   sig! B29B232A 2015-09-02  Maximiliano Curia 
>   sig! 4687AF4F 2015-09-05  Toni Mueller 
>   sig! 6D866396 2011-03-24  Stefano Zacchiroli 
>   sig! 01AA4A64 2011-11-05  Steve Langasek 
>   sig! 1C5041D4 2011-11-05  Iain Lane 
>   sig! 0861 2011-11-09  Loic Minier 
>   sig! B35FEC3C 2015-09-03  Eduard Bloch 
>   sig! CD92D072 2011-11-06  Stefano Rivera 
>   sig! 7B88D7E5 2015-08-22  YunQiang Su 
>   sig! E5C1E4A3 2015-08-25  Tomasz Nitecki 
>   sig!231ED8AEF 2015-08-25  Remi Vanicat (semi-permanent) 
> 
>   sig!3A547F31E 2010-05-24  Shih-Yuan Lee (FourDollars) 
> 
>   sig!3A547F31E 2010-05-28  Shih-Yuan Lee (FourDollars) 
> 
>   sig!2   P5FBBDBCE 2015-08-24  Ximin Luo 
>   uid  Shih-Yuan Lee (FourDollars) 
>   sig! E0163787 2015-08-27  Kristoffer H Rose 
>   sig! 8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 
> 
>   sig! 5409E422 2011-11-04  Kamal Mostafa 
>   sig! 03F4552D 2013-08-03  ChangZhuo Chen 
>   sig! B29B232A 2015-09-02  Maximiliano Curia 
>   sig! 4687AF4F 2015-09-05  Toni Mueller 
>   sig! 6D866396 2011-03-24  Stefano Zacchiroli 
>   sig! 01AA4A64 2011-11-05  Steve Langasek 
>   sig! 1C5041D4 2011-11-05  Iain Lane 
>   sig! 0861 2011-11-09  Loic Minier 
>   sig! B35FEC3C 2015-09-03  Eduard Bloch 
>   sig! CD92D072 2011-11-06  Stefano Rivera 
>   sig! 7B88D7E5 2015-08-22  YunQiang Su 
>   sig! E5C1E4A3 2015-08-25  Tomasz Nitecki 
>   sig!231ED8AEF 2015-08-25  Remi Vanicat (semi-permanent) 
> 
>   sig!3A547F31E 2010-12-06  Shih-Yuan Lee (FourDollars) 
> 
>   sig!2   P5FBBDBCE 2015-08-24  Ximin Luo 
>   uid  

Bug#787380: [rt.debian.org #5984] AutoReply: Please add Andrew Kelley's key to the DM keyring

2015-09-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Andrew Kelley,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5984

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sat, 2015-09-26 11:52:14 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Andrew Kelley's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5984].
>
> Please include the string
>
>   [rt.debian.org #5984]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID D21EFBA1F0472FAB1894555B07724E3E6D58AAC8
> to the DM keyring
>   please notify 787380-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sat, 26 Sep 2015 10:10:56 +
> BTS: http://bugs.debian.org/787380
> Comment: Add Andrew Kelley  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/05/msg00018.html
> Advocates:
>   kapouer - https://lists.debian.org/debian-newmaint/2015/05/msg00021.html
>   fsateler - https://lists.debian.org/debian-newmaint/2015/05/msg00024.html
> KeyCheck:
>   pub   2048R/6D58AAC8 2013-10-08
> Key fingerprint = D21E FBA1 F047 2FAB 1894  555B 0772 4E3E 6D58 AAC8
>   uid  Andrew Kelley 
>   sig!36D58AAC8 2013-10-08  Andrew Kelley 
>   sig! 89664EDE 2015-08-24  Vincent Fourmond 
> 
>   sub   2048R/FEE855B1 2013-10-08
>   sig! 6D58AAC8 2013-10-08  Andrew Kelley 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 2048 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWBoZlAAoJEHxWrP6UeJfYssEP/0U/iC0LU7BBBawKWw9jV0LQ
> S8ZnjS24OaRtjd/vo2PlG6W+JF80II4QjWu0FTZhHlTwMrG/j5mZv8eLGC3/g1nJ
> CaLN37WxjGijppRn4fy7uHi6sQvke5n+SejidY3RNUiougtgo/90yflt/r89CAOJ
> VxHHXZc7JHGA5K/pfNYev/vFt5ees0x7qKMY34JQvjw7iPjjxALha/r9F7RO8YhM
> MLWGLWnWgqw8lbWxdMkd9Sp2qzasMM4MOGZm0hMbt36MpJ4xKHd1saru2c62xBYQ
> i33PLnS04mOC+nJOFpQRyWuFz40hMyc7Xg9aWZADMFSfSO3zNupys7KD8Swb5UmZ
> o3bk2x/Pw+s92S580jP06+YTuCFl6xoNYw29E47IyTINyUM2ZKLj9zgC5ngi1WSS
> KoxoSQ9mr7mx/V1cKQ78FUiwmuFwybtesK+kk7toqBq/MhNyHH6za4FQjrwh9HkJ
> DnQNbJB0C8/lHC0qyYhG9crb+A5Yd1CaBTqyg1LXs0/aNBAGqIwtrxJY/XVqKALO
> HeTx5L6jUjMFzzNk/5wDxFsdr5oEWgFDhBomX5oYGUHpuV6+bGESzj5xdjCQLMk+
> 3GCuGOyDSnjAnH76/seRA6NJog6bgOqrT4BI9LULqX8AcX7lqwFhk82ZIkbggV9u
> mkgtuJjO2RJDhg+veGkm
> =jAWR
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#798517: [rt.debian.org #5982] AutoReply: Please add Russell Sim's key to the DM keyring

2015-09-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Russell Sim,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5982

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sat, 2015-09-26 09:03:46 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Russell Sim's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5982].
>
> Please include the string
>
>   [rt.debian.org #5982]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID A91E230C30A67BA1329C276822B1092ADDDC47DD
> to the DM keyring
>   please notify 798517-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 10 Sep 2015 08:16:10 +
> BTS: http://bugs.debian.org/798517
> Comment: Add Russell Sim  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg7.html
> Advocates:
>   stapelberg - https://lists.debian.org/debian-newmaint/2015/09/msg8.html
> KeyCheck:
>   pub   4096R/DDDC47DD 2015-09-08
> Key fingerprint = A91E 230C 30A6 7BA1 329C  2768 22B1 092A DDDC 47DD
>   uid  Russell Sim 
>   sig! 27E94A1A 2015-09-08  Russell Sim 
>   sig! 947897D8 2015-09-26  Anibal Monsalve Salazar 
> 
>   sig!3DDDC47DD 2015-09-08  Russell Sim 
>   sub   4096R/AC2410E7 2015-09-08
>   sig! DDDC47DD 2015-09-08  Russell Sim 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWBlzEAAoJEHxWrP6UeJfYdhgP/0VHqvWBmqD8fogR2jmVl2Ls
> 0MGqlc3Y6o1WAtsMoxm/xRs1/OIDKalbsiYA+HAINoFtpmBfrGiOZuWeLsjRwINX
> i+5eKx9ypHR+GPliWR+yQ9O7WxOQwSsfLv6eYe7SR6/QDrHrIyjzbrq+lexFYe7t
> G8Jgc94Xflxh7oAnzx9Lto0VLJ81+/0MDKUiteh4T5kWH/Rght2LOOeo3qyTZyHj
> KdF5dMwrwah4hAjPpfPr/AO6lzFY0KDp4b9lvglnRZtCNfEgaHaLzy3bD6pIjiy5
> 2ZN2jkkSRa+xTvEgdhyJsZSz+tyGarksmkzaWaLTplvJPHuIUMHOm2ffSPEwXLLv
> kLKpe8hXwfUucAQ1WYEhw95bY/DQOPpI9ddK3vB27dhg5kRbwcFNshu6DpZGHCci
> 0MdPrINBM8I+I7ZyXNX+DrkT5mdMg9p44k+RHS5EbH0V14Pwzp2uQo9dD0q5DoEV
> 0UpxJiRnjWu3OMJhsVJO7ug4u8GeBDpoMiaNplOybZx8HnlGtmJ6RYxa/XamgVu7
> xPrOXSZz2rTzSC2RhYAT0Ku2+U0bZ2G/nvExswUznt9P3BqiMJ4lf1uWWG0Vafq2
> 9ZHs3qMIrgsYUf2tCgQB2SOVHboei9S2N7VBoaGn9plFBb6hzucI5QUZWYdVySvm
> BaZeYi247nFT4WSF7UPX
> =adCX
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#792469: [rt.debian.org #5983] AutoReply: Please add Benda Xu's key to the DM keyring

2015-09-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Benda Xu,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5983

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sat, 2015-09-26 09:53:08 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Benda Xu's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5983].
>
> Please include the string
>
>   [rt.debian.org #5983]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID C3A504840B678260DA12766AD25D611C8E192076
> to the DM keyring
>   please notify 792469-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sat, 26 Sep 2015 09:39:32 +
> BTS: http://bugs.debian.org/792469
> Agreement: https://lists.debian.org/debian-newmaint/2015/07/msg00020.html
> Advocates: 
>   osamu - https://lists.debian.org/debian-newmaint/2015/07/msg00021.html
> Comment: Add Benda Xu  as a Debian Maintainer
> KeyCheck:
>   pub   2048R/8E192076 2011-10-19 [expires: 2017-09-12]
> Key fingerprint = C3A5 0484 0B67 8260 DA12  766A D25D 611C 8E19 2076
>   uid  Benda Xu 
>   sig!38E192076 2013-12-01  Benda Xu 
>   sig!38E192076 2015-07-15  Benda Xu 
>   sig! A17841FE 2015-01-17  Aron Xu 
>   sig! 1DD8D791 2015-07-06  Osamu Aoki 
>   sig!38E192076 2015-09-13  Benda Xu 
>   uid  XU Benda 
>   sig!38E192076 2011-10-19  Benda Xu 
>   sig! 1DD8D791 2015-07-06  Osamu Aoki 
>   sig!38E192076 2015-09-13  Benda Xu 
>   sub   2048R/FA7F6667 2011-10-19 [expires: 2017-09-12]
>   sig! 8E192076 2013-12-01  Benda Xu 
>   sig! 8E192076 2015-09-13  Benda Xu 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has only 2048 bits.
>   Valid "e" flag, expires Tue 12 Sep 2017 07:43:07 UTC.
>   Valid "s" flag, expires Tue 12 Sep 2017 07:43:07 UTC.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWBmlBAAoJEHxWrP6UeJfY29sQAKxqXLnH3ETwW6IKrdkqsfAw
> EckS+9iip34u9Pe7jRHqewIlhY9ck6UnZh/D18/gP0skExHpvIhf0cJrZPBw40QV
> 4URi4nYPAKBDsTd39uOIZUew0xX/hUugxm37XqQ3tUeW7YzdV1iAY74DwOEdxHic
> sWs4e64LD9qyhfBPjORGL5nvuaYTWOrf3G0kLkWQd7gloZVxK5P2r4ugj8uw8xLW
> eXMg1RO2PWrjFZpVFQsY10O+S9yqXYmX4slLmFLBZsrA3fxfsEGtOJ9/Fnr+q4KL
> hmFB5F1+1ujb1/kwHWbnsluTPe4/EJE/S5LQaw3pcALCtuX0gsnsz9TrtPZfkxjt
> OjaHpi2goE2vAQbTIW76afoavTa5c8l4HkCxl/QroXP5nICp7S28APUFnFQLaokQ
> MaDifnOdVxiPVhZzG6tzcKyK2TOmdXgztU1N9zKwJMZLk6h6x2HMX7xdZG89LQHI
> bJX7b/lUXLNkJCSR9WZXGktdUFQ2Co/MOAPhegL42T9QZEPpiZvfa4cPGRvuk69x
> UGPegRXyeG5/BhbfYsWi+8y7nwR0J4a0NZFsbn1+OGTGgaShDnMSy3ptVT48cU1n
> T5D01sR7yhDCm3vwVN288R43JRwA+il2P9j/DE7mf+/8jPXKX5K9D39Cz9F3dGnS
> y7sPaLxrLpfnVwXmj4Il
> =WcDQ
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#800116: Please add Ivan Udovichenko as a DM

2015-09-26 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Ivan Udovichenko 

Please add Ivan Udovichenko as a DM.
Changed-By: Anibal Monsalve Salazar 
Date: Sun, 27 Sep 2015 00:31:24 +
Comment: Add Ivan Udovichenko  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg00029.html
Advocates:
  zigo - https://lists.debian.org/debian-newmaint/2015/09/msg00030.html
KeyCheck:
  pub   4096R/DC2C77F4 2015-07-02
Key fingerprint = 8196 843E 5075 6F72 F991  14B2 9389 9384 DC2C 77F4
  uid  Ivan Udovichenko 
  sig!3DC2C77F4 2015-08-22  Ivan Udovichenko 
  uid  Ivan Udovichenko 
  sig!3DC2C77F4 2015-08-22  Ivan Udovichenko 
  uid  Ivan Udovichenko 
  sig!3DC2C77F4 2015-08-22  Ivan Udovichenko 
  uid  Ivan Udovichenko 
  sig! 804465C5 2015-07-17  Michael Tokarev 
  sig! 8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 

  sig! 4F81391D 2015-07-02  Sergei Golovan 
  sig! 2F1C8AE0 2015-07-06  Dmitry Shachnev 
  sig! 333961E8 2015-08-22  Evgeni Golov (Grml) 
  sig! 1A2D268D 2015-08-27  Andrew Shadura 
  sig! C2B35520 2015-08-29  Cyril Brulebois 
  sig! AC6B43FE 2015-07-03  Thomas Goirand 
  sig! 947897D8 2015-09-26  Anibal Monsalve Salazar 
  sig!231ED8AEF 2015-08-25  Remi Vanicat (semi-permanent) 

  sig!3DC2C77F4 2015-07-02  Ivan Udovichenko 
  sub   4096R/33C1F895 2015-07-02
  sig! DC2C77F4 2015-07-02  Ivan Udovichenko 
  .
  Key is OpenPGP version 4 or greater.
  Key has 4096 bits.
  Valid "e" flag, no expiration.
  Valid "s" flag, no expiration.
Action: import
Data:
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  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
  

Bug#800116: [rt.debian.org #5985] AutoReply: Please add Ivan Udovichenko's key to the DM keyring

2015-09-26 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Ivan Udovichenko,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5985

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Sun, 2015-09-27 01:07:59 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Ivan Udovichenko's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5985].
>
> Please include the string
>
>   [rt.debian.org #5985]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 8196843E50756F72F99114B293899384DC2C77F4
> to the DM keyring
>   please notify 800116-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Sun, 27 Sep 2015 01:02:23 +
> BTS: http://bugs.debian.org/800116
> Comment: Add Ivan Udovichenko  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg00029.html
> Advocates:
>   zigo - https://lists.debian.org/debian-newmaint/2015/09/msg00030.html
> KeyCheck:
>   pub   4096R/DC2C77F4 2015-07-02
> Key fingerprint = 8196 843E 5075 6F72 F991  14B2 9389 9384 DC2C 77F4
>   uid  Ivan Udovichenko 
>   sig!3DC2C77F4 2015-08-22  Ivan Udovichenko 
>   uid  Ivan Udovichenko 
>   sig!3DC2C77F4 2015-08-22  Ivan Udovichenko 
>   uid  Ivan Udovichenko 
>   sig!3DC2C77F4 2015-08-22  Ivan Udovichenko 
>   uid  Ivan Udovichenko 
>   sig! 804465C5 2015-07-17  Michael Tokarev 
>   sig! 8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 
> 
>   sig! 4F81391D 2015-07-02  Sergei Golovan 
>   sig! 2F1C8AE0 2015-07-06  Dmitry Shachnev 
>   sig! 333961E8 2015-08-22  Evgeni Golov (Grml) 
>   sig! 1A2D268D 2015-08-27  Andrew Shadura 
>   sig! C2B35520 2015-08-29  Cyril Brulebois 
>   sig! AC6B43FE 2015-07-03  Thomas Goirand 
>   sig! 947897D8 2015-09-26  Anibal Monsalve Salazar 
> 
>   sig!231ED8AEF 2015-08-25  Remi Vanicat (semi-permanent) 
> 
>   sig!3DC2C77F4 2015-07-02  Ivan Udovichenko 
>   sub   4096R/33C1F895 2015-07-02
>   sig! DC2C77F4 2015-07-02  Ivan Udovichenko 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJWB0DWAAoJEHxWrP6UeJfYqsEP/3MfWxZUbkL/zQzn0J0HepGZ
> 27V/eVlkfIU7SqeeCXsRBiLwVx28E3Fl4HZXz3RMT2yPN+dMvDH8EQ1TUk8rCIyA
> C+ejiIfKL3geblmwXXpEpaU+yAGt4NFNGk9bPFh6vi5vbQWBUkkY9NKuQiajgR29
> TucVgOmKWeSNmp3PEdVM1MV3GRWWy8uroXOGgdqTdxkuaWvKjjWAjKAtq0rRBQWS
> /SjMett5h4Mwzd9Agtu3IQR4tpYMZxJ4A0G9pCqNKsIJme9pMEBVZFXAhKYdnAAJ
> kxFMShS97kGbhqYFzlV73v15PbHUbLSdDphg+O3pR/u5Tgbrv37pCHYoc+zNDgAo
> lXrZIpTNG9D5QxbJ4dmR5muXXNwiPrd0pR1ew5PLsRfp8tmlrWNJIDnfwBFBcQJ4
> OTIGbqe//ivKp1qbRgIsazs5bAb3ff1URVHG8aQrtByLp+zauvSbv93p2HGaV6yV
> lISk58q2jCxAABy2VXcBghzrLoBqhAku5u5yldgBYemX+7wQ0btJkkb8zUXAH7Ky
> KL9o/4wrADmW6Qw+i3EOIZLfpYZjTs/kDcXmVUL7eGiTEH3OYEHQr7lUdzZPQneH
> awz4x6EoCWlh62A8pEfIdfhSVej38BN1tTLyBP3PXCnQO57V9bb0sJl2SW3cd4Yf
> /EHunOM7rYgf+b7kW1sA
> =sGIZ
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#787380: DM application of Andrew Kelley

2015-09-21 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 - moreinfo

On Sat, 2015-09-19 02:27:29 +, Andrew Kelley wrote:
>
> Thank you Anibal; your request was successful. My key is now signed by
> Vincent Fourmond.

Good! ;)

> Could you review the DM application again?

Sure.

> Regards,
> Andrew



signature.asc
Description: Digital signature


Bug#798517: Please add Russell Sim as a DM

2015-09-10 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Russell Sim 

Please add Russell Sim as a DM.
Date: Thu, 10 Sep 2015 17:26:47 +1000
Comment: Add Russell Sim  as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg7.html
Advocates:
  stapelberg - https://lists.debian.org/debian-newmaint/2015/09/msg8.html
Action: import
Data:
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  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
  

Bug#798508: [rt.debian.org #5968] AutoReply: Please add Daniele Tricoli's key to the DM keyring

2015-09-10 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Daniele Tricoli,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5968

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Thu, 2015-09-10 07:09:09 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Daniele Tricoli's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5968].
>
> Please include the string
>
>   [rt.debian.org #5968]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> keyring-maint:
>   please add key ID C65AEF9FE5BF8CCBD6EDB0198BAF522C0D6CCEDD
> to the DM keyring
>   please notify 798508-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 10 Sep 2015 06:08:04 +
> BTS: http://bugs.debian.org/798508
> Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg4.html
> Advocates: 
>   barry - https://lists.debian.org/debian-newmaint/2015/09/msg5.html
> Comment: Add Daniele Tricoli  as a Debian Maintainer
> KeyCheck:
>   pub   4096R/0D6CCEDD 2015-01-27 [expires: 2025-01-24]
> Key fingerprint = C65A EF9F E5BF 8CCB D6ED  B019 8BAF 522C 0D6C CEDD
>   uid  Daniele Tricoli 
>   sig! 947DB113 2015-08-03  Giuseppe Iuculano 
>   sig! 947DB113 2015-08-03  Giuseppe Iuculano 
>   sig!30D6CCEDD 2015-03-19  Daniele Tricoli 
>   sub   4096R/FE88073B 2015-01-27 [expires: 2025-01-24]
>   sig! 0D6CCEDD 2015-01-27  Daniele Tricoli 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, expires Fri 24 Jan 2025 12:25:20 UTC.
>   Valid "s" flag, expires Fri 24 Jan 2025 12:25:20 UTC.
> 


signature.asc
Description: Digital signature


Bug#798508: Please add Daniele Tricoli as a DM

2015-09-10 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Daniele Tricoli 

Please add Daniele Tricoli as a DM.

Date: Thu, 10 Sep 2015 16:05:12 +1000
Agreement: https://lists.debian.org/debian-newmaint/2015/09/msg4.html
Advocates: 
  barry - https://lists.debian.org/debian-newmaint/2015/09/msg5.html
Comment: Add Daniele Tricoli  as a Debian Maintainer
Action: import
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  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
  

Bug#798392: [rt.debian.org #5965] AutoReply: Please add Mechtilde Stehmann's key to the DM keyring

2015-09-09 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Mechtilde Stehmann,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5965

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Wed, 2015-09-09 09:17:33 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Mechtilde Stehmann's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5965].
>
> Please include the string
>
>   [rt.debian.org #5965]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID F0E37F3DC87A4998289939E7F2877BBA141AAD7F
> to the DM keyring
>   please notify 798392-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Wed, 09 Sep 2015 08:47:40 +
> BTS: http://bugs.debian.org/798392
> Agreement: https://lists.debian.org/debian-newmaint/2015/08/msg00035.html
> Advocates: 
>   abe - https://lists.debian.org/debian-newmaint/2015/08/msg00038.html
> Comment: Add Mechtilde Stehmann  as a Debian Maintainer
> KeyCheck:
>   pub   4096R/141AAD7F 2013-09-06
> Key fingerprint = F0E3 7F3D C87A 4998 2899  39E7 F287 7BBA 141A AD7F
>   uid  Mechtilde Stehmann 
>   sig! 2442 2013-12-15  Helmut Grohne 
>   sig! 0B86B067 2014-03-14  Joost E. van Baal (Nederland, 1970)
>   sig! 9DE23B16 2014-03-15  Alexander Wirt 
>   sig! 612616B5 2014-08-23  Axel Beckert 
>   sig! D8C19BEC 2014-10-26  Geert Stappers 
>   sig! 333961E8 2014-11-09  Evgeni Golov (Grml) 
>   sig! 4687AF4F 2014-11-09  Toni Mueller 
>   sig! D03E3E70 2014-10-13  Rene Engelhard
>   sig! 558FB8DD 2014-03-16  Jan Dittberner 
>   sig!3141AAD7F 2013-09-08  Mechtilde Stehmann 
>   sig!3141AAD7F 2014-02-09  Mechtilde Stehmann 
>   uid  Mechtilde Stehmann 
>   sig! 2442 2013-12-15  Helmut Grohne 
>   sig! 0B86B067 2014-03-14  Joost E. van Baal (Nederland, 1970)
>   sig! 9DE23B16 2014-03-15  Alexander Wirt 
>   sig! D8C19BEC 2014-10-26  Geert Stappers 
>   sig! 333961E8 2014-11-09  Evgeni Golov (Grml) 
>   sig! 4687AF4F 2014-11-09  Toni Mueller 
>   sig! D03E3E70 2014-10-13  Rene Engelhard
>   sig!3141AAD7F 2013-09-08  Mechtilde Stehmann 
>   sig!3141AAD7F 2013-09-08  Mechtilde Stehmann 
>   uid  Mechtilde Stehmann 
>   sig! 0B86B067 2014-03-14  Joost E. van Baal (Nederland, 1970)
>   sig! 9DE23B16 2014-03-15  Alexander Wirt 
>   sig! 612616B5 2014-08-23  Axel Beckert 
>   sig! D8C19BEC 2014-10-26  Geert Stappers 
>   sig! 4687AF4F 2014-11-09  Toni Mueller 
>   sig! D03E3E70 2014-10-13  Rene Engelhard
>   sig!3141AAD7F 2014-02-09  Mechtilde Stehmann 
>   sub   4096R/CC4D5253 2013-09-06
>   sig! 141AAD7F 2013-09-06  Mechtilde Stehmann 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJV7/YkAAoJEHxWrP6UeJfYmwgP/AhnJrdksJWuV52WtWPM7LqK
> LxnpmPBOQMo/Jn5P+fZ5prWIom9QWnII3OdfTBeZ7V5631jl19NQ2CJuP/9ngGkU
> dlqh5Q4aSJJikZKTw2iFrUKWBQBGLcjxzigyOV/+lwtd+oiW7FiXe4BvoAotrpB8
> h/LGdkUnz5d3PwjnOHNTNR+PHhDOv4eKh++NUFIbl+01JuZ/y726qNBlMwhQA+8C
> 0Rqa190LD/O9/z4B65a2EXFf+8Z3S5CSJ5ybyL7Jqyqa6OZ7yxpXt9GAXdj7HtDs
> n18zpcpf1xcGWykcvyLbXmn/vqTyQRt/ZDCE4tuIjg8zB9m6qdN1YCU5LdGlrcvH
> mf9UeuZ8IeMsWS8uS8dmWiQIMcnNQutUZmGeIVCOrmw1ETpz+7TFvsGX4wmU2q5o
> ihHAq9vEczhNnwiBv1nqJqlBnoTSkxVrDDiF53U4YHn8sGE2QIj3ylTVPdv6ewlX
> 3zhtDmXFfl37JohevRfxle6hlWxp8Wqduvzs2oWaFwKIlp3JdXoVHdmk2MHqSkDZ
> 

Bug#792469: DM application of Benda Xu

2015-09-09 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + moreinfo

On Mon, 2015-09-07 14:25:59 +1000, Aníbal Monsalve Salazar wrote:
> On Tue, 2015-07-14 12:21:32 +0900, Benda Xu wrote:
>> My GnuPG key 8E192076 is signed by the Debian Developers Aron Xu and
>> Aoki Osamu.
>
> Hello Benda Xu,
>
> Please extend the lifetime of your OpenPGP key ASAP and upload your key
> to a keyserver. Send me a mail message so I can continue processing your
> DM application.
>
> Output of the keycheck script is below.
>
> Regrads,
>
> Anibal
>
>   pub   2048R/8E192076 2011-10-19 [expires: 2015-12-01]
> Key fingerprint = C3A5 0484 0B67 8260 DA12  766A D25D 611C 8E19 2076
>   uid  Benda Xu <hero...@gentoo.org>
>   sig!38E192076 2013-12-01  Benda Xu <hero...@gentoo.org>
>   sig!38E192076 2015-07-15  Benda Xu <hero...@gentoo.org>
>   sig! A17841FE 2015-01-17  Aron Xu <a...@debian.org>
>   sig! 1DD8D791 2015-07-06  Osamu Aoki <os...@debian.org>
>   uid  XU Benda <hero...@gmail.com>
>   sig!38E192076 2011-10-19  Benda Xu <hero...@gentoo.org>
>   sig! 1DD8D791 2015-07-06  Osamu Aoki <os...@debian.org>
>   sub   2048R/FA7F6667 2011-10-19 [expires: 2015-12-01]
>   sig! 8E192076 2013-12-01  Benda Xu <hero...@gentoo.org>
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has only 2048 bits.  Please explain why this key size is used
>   (see [KM] for details).
>   [KM] http://lists.debian.org/debian-devel-announce/2010/09/msg3.html
>   Valid "e" flag, but it expires Tue 01 Dec 2015 09:20:53 UTC.
>   This is too soon!
>   Please ask the applicant to extend the lifetime of their OpenPGP key.
>   Valid "s" flag, but it expires Tue 01 Dec 2015 09:20:53 UTC.
>   This is too soon!
>   Please ask the applicant to extend the lifetime of their OpenPGP key.
>   .
>   #
>   ### There are problems with the key that might make it unusable for   ###
>   ### inclusion in the Debian keyring or usage with Debian's LDAP   ###
>   ### directory.  If unsure, please get in touch with the NM front-desk ###
>   ### new-maintai...@debian.org to resolve these problems.  ###
>   ### (Please do not include this notice in the AM report.) ###
>   #


signature.asc
Description: Digital signature


Bug#793928: [rt.debian.org #5967] AutoReply: Please add Alexandre Viau's key to the DM keyring

2015-09-09 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Alexandre Viau,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5967

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Thu, 2015-09-10 03:58:51 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Alexandre Viau's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5967].
>
> Please include the string
>
>   [rt.debian.org #5967]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID E30154F5429FFBB9B22E49C2DA82830E3CCC3A3A
> to the DM keyring
>   please notify 793928-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Thu, 10 Sep 2015 03:47:00 +
> BTS: http://bugs.debian.org/793928
> Comment: Add Alexandre Viau  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/07/msg00038.html
> Advocates: 
>   zigo - https://lists.debian.org/debian-newmaint/2015/07/msg00037.html
> KeyCheck:
>   pub   4096R/3CCC3A3A 2014-04-01
> Key fingerprint = E301 54F5 429F FBB9 B22E  49C2 DA82 830E 3CCC 3A3A
>   uid  Alexandre Viau 
>   sig! 7B75921E 2014-10-14  Antoine Beaupre 
>   sig!200221E93 2014-10-26  Eric Dorland 
>   sig!33CCC3A3A 2014-04-01  Alexandre Viau 
> 
>   sig!33CCC3A3A 2014-04-06  Alexandre Viau 
> 
>   sig!33CCC3A3A 2014-04-06  Alexandre Viau 
> 
>   uid  Alexandre Viau (ReAzem) 
>   sig! 7B75921E 2014-10-14  Antoine Beaupre 
>   sig!200221E93 2014-10-26  Eric Dorland 
>   sig!33CCC3A3A 2014-04-02  Alexandre Viau 
> 
>   sub   4096R/B2829C7A 2014-04-01
>   sig! 3CCC3A3A 2014-04-01  Alexandre Viau 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJV8P+CAAoJEHxWrP6UeJfYJZIQAKfu9nn+D23jSlrSJyZfBuSe
> WaB6HzMhY7Cci8ZyUQjeqK9uNY2IPC83jw3GtToh3ftQ8d9wJPqupZGks5ahyUhf
> j5BnPd48NM9q4YPXMatq4V+7xtbv73bsYBaOns68KMNj5n82a+RtvRDb61ZVz7ce
> QilBX0fOXuYPcUN+ocY4l5jxexExn57EsZ+uJhhtMbvzR5HpyD3l49NaT+NKehmM
> MFky7nHHnTkDE2Fsj6JCze37SIS5AevlE+VlyPJqHr2XSa5GdZuVmqovFLpC69hQ
> g/K+L8McO5TTv4cOxaTN66xzQPlHfrOnjOF9ywH7dAm/laYBjfwyajjhuy+J1D+Y
> WJ6qqE4TUZ0zvpIiY63vztmhSJU7jP4igIudPYkk3+UJ9uD0ofBbFoM7eh/qKULN
> Yklj4SdfAl0e0fdE6FtCPpXj2ZAgkXZ4uIAok56qZKjV5f6/PUyRX+KpRi4PW7A+
> XASnfJ54TGQuQv+HHkqQU23+j6K72o9hC0DPEWFm1fKBcwjADqDy0OlWfiEf1qne
> 0BGhaYQkWdhgZcHB9Mu2XhhC2p9+31tiYLif3X42ujAxiAQDkY6T/N30yiPeENjs
> AyIgZsl65fyhtghDeSp6aUTKq3zIS8de0ZpUz8UGgnncx8LSduKKs1r+JwXjWVsh
> yRDJUV2vFwxZN2hZlKLN
> =RNxh
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#793928: Applying for DD instead

2015-09-09 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: reopen -1

On Wed, 2015-08-05 14:41:16 -0400, Alexandre Viau wrote:
> Hello,
>
> Thomas has told me that the process on nm.debian.org was enough and
> that I should close this bug.
>
> After discussions with him, I have also decided to apply for DD
> instead.
>
> -- 
> Alexandre Viau
> alexan...@alexandreviau.net

Hello Thomas,

Please read the introduction of the wiki page below. ;)

https://wiki.debian.org/DebianMaintainer#Introduction

It reads:

  It is highly recommended to be a Debian Maintainer before applying to
  the Debian New Members process to become an official Debian Developer
  (see the Applicant's Checklist).

I'm reopening this bug report and will process Alexandre's DM
application.

Kind regards,

Aníbal



Bug#796885: [rt.debian.org #5963] AutoReply: Please add Tomasz Nitecki's key to the DM keyring

2015-09-08 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Tomasz Nitecki,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5963

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2015-09-08 06:05:05 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Tomasz Nitecki's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5963].
>
> Please include the string
>
>   [rt.debian.org #5963]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 7C0B0DE7EA5992117BA2F5CCE6C710E2E5C1E4A3
> to the DM keyring
>   please notify 796885-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 08 Sep 2015 05:47:04 +
> BTS: http://bugs.debian.org/796885
> Comment: Add Tomasz Nitecki  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/08/msg00032.html
> Advocates: 
>   lucas - https://lists.debian.org/debian-newmaint/2015/08/msg00033.html
>   boutil - https://lists.debian.org/debian-newmaint/2015/08/msg00037.html
>   holger - https://lists.debian.org/debian-newmaint/2015/08/msg00041.html
> KeyCheck:
>   pub   4096R/E5C1E4A3 2014-02-16 [expires: 2017-08-05]
> Key fingerprint = 7C0B 0DE7 EA59 9211 7BA2  F5CC E6C7 10E2 E5C1 E4A3
>   uid  Tomasz Nitecki 
>   sig! DD079461 2015-08-26  Gerfried Fuchs 
>   sig! E0163787 2015-08-27  Kristoffer H Rose 
>   sig! 8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 
> 
>   sig! C2B35520 2015-04-12  Cyril Brulebois 
>   sig! 93052E03 2015-04-14  Christian Hofstaedtler 
> 
>   sig! B29B232A 2015-04-19  Maximiliano Curia 
>   sig! 1DDD8C9B 2015-04-25  Aurelien Jarno 
>   sig! 11E149E9 2015-06-04  Cedric Boutillier 
>   sig! 24B17D29 2015-08-18  Tomasz Buchert 
>   sig! 1A2D268D 2015-08-20  Andrew Shadura 
>   sig! A6357FB7 2015-08-23  Tobias Frost 
>   sig! F00A2BE6 2015-08-28  Ritesh Raj Sarraf 
>   sig! F4DFBE99 2015-08-31  Lucas Nussbaum 
>   sig! 76E2AC7B 2015-09-02  Hector Oron Martinez (zumbi) 
> 
>   sig! 7BD756C4 2015-04-13  Daniel Pocock 
>   sig! A218D83C 2015-04-13  Jean-Michel Vourgere 
>   sig! CD460BDE 2015-04-15  Antonio Terceiro 
> 
>   sig! 2502FE39 2015-08-21  Cord Beermann 
>   sig! D49AE731 2015-08-23  Christoph Egger 
>   sig! 6D866396 2015-08-24  Stefano Zacchiroli 
>   sig! 12D2A7AE 2015-08-24  Christoph Berg 
>   sig! F14A64A2 2015-08-26  Aaron M. Ucko 
>   sig! B35FEC3C 2015-09-03  Eduard Bloch 
>   sig! A7457645 2015-08-21  Piotr Ozarowski 
>   sig! 7FD863FE 2015-08-23  Salvatore Bonaccorso 
> 
>   sig! 2BEF0A33 2015-08-24  Didier Raboud 
>   sig! C1A00121 2015-08-21  Jonas Smedegaard 
>   sig!3E5C1E4A3 2014-02-16  Tomasz Nitecki 
>   sig!3E5C1E4A3 2015-08-06  Tomasz Nitecki 
>   sig!3E5C1E4A3 2014-02-16  Tomasz Nitecki 
>   sig!3E5C1E4A3 2014-12-15  Tomasz Nitecki 
>   uid  Tomasz Nitecki 
>   sig! DD079461 2015-08-26  Gerfried Fuchs 
>   sig! E0163787 2015-08-27  Kristoffer H Rose 
>   sig! 8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 
> 
>   sig! C2B35520 2015-04-12  Cyril Brulebois 
>   sig! 93052E03 2015-04-14  Christian Hofstaedtler 
> 
>   sig! B29B232A 2015-04-19  

Bug#797115: [rt.debian.org #5964] AutoReply: Please add Christoph Ulrich Scholler's key to the DM

2015-09-08 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Christoph Ulrich Scholler,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5964

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2015-09-08 22:26:56 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Christoph Ulrich Scholler's key to the DM",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5964].
>
> Please include the string
>
>   [rt.debian.org #5964]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID DE0837244DAFAE6C5DF33AD57EAE264181E773D5
> to the DM keyring
>   please notify 797115-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 08 Sep 2015 22:03:50 +
> BTS: http://bugs.debian.org/797115
> Comment: Add Christoph Ulrich Scholler  as a 
> Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/08/msg00028.html
> Advocates: 
>   zobel - https://lists.debian.org/debian-newmaint/2015/08/msg00029.html
>   abe - https://lists.debian.org/debian-newmaint/2015/08/msg00034.html
>   holger - https://lists.debian.org/debian-newmaint/2015/08/msg00042.html
>   bzed - https://lists.debian.org/debian-newmaint/2015/08/msg00047.html
> KeyCheck:
>   pub   4096R/81E773D5 2009-11-25 [expires: 2018-08-06]
> Key fingerprint = DE08 3724 4DAF AE6C 5DF3  3AD5 7EAE 2641 81E7 73D5
>   uid  Christoph Ulrich Scholler 
> 
>   sig! DD079461 2013-09-07  Gerfried Fuchs 
>   sig! 4CA7BABE 2015-08-26  NIIBE Yutaka 
>   sig! E0163787 2015-08-27  Kristoffer H Rose 
>   sig! 8AD04B1A 2015-08-22  Philipp Matthias Hahn (Privat) 
> 
>   sig! 0011 2013-08-13  Keith Packard 
>   sig! 00A80662 2013-08-15  Santiago Ruano Rincon 
> 
>   sig! A86F9E47 2013-08-16  Wookey 
>   sig! B29B232A 2013-08-17  Maximiliano Curia 
>   sig! E4B6813D 2013-08-17  Tiago Bortoletto Vaz 
>   sig! A36B494F 2013-08-18  Stephen Kitt 
>   sig! 617B586D 2013-08-19  Andreas B. Mundt 
>   sig! C83BFA9A 2013-08-19  Sebastian Reichel 
>   sig! FDFE09F2 2013-08-30  David Prevot 
>   sig! F2C850CA 2013-09-18  Margarita Manterola 
>   sig! 333961E8 2015-08-23  Evgeni Golov (Grml) 
>   sig! A6357FB7 2015-08-23  Tobias Frost 
>   sig! B7EA3737 2015-08-24  Michael Prokop 
>   sig! 1A2D268D 2015-08-24  Andrew Shadura 
>   sig! C2B35520 2015-08-25  Cyril Brulebois 
>   sig! CFA7FF06 2015-08-25  Anton Gladky 
>   sig! F00A2BE6 2015-08-28  Ritesh Raj Sarraf 
>   sig! 669CE1C2 2015-08-31  Graham Inggs 
>   sig! 6E869F64 2015-08-31  Andreas Bombe 
>   sig! 612616B5 2009-12-13  Axel Beckert 
>   sig! 72DC07B5 2013-08-13  Florian Schlichting 
>   sig! 074BCDE4 2013-08-13  Thomas Lange 
> 
>   sig! 25771B31 2013-08-16  Mike Gabriel 
> 
>   sig! 6D866396 2013-08-17  Stefano Zacchiroli 
>   sig! D9D59F61 2013-08-17  Francesca Ciceri 
>   sig! 251D1DB0 2013-08-17  Carsten Schoenert 
> 
>   sig! A29B764F 2013-08-17  Enrico Tassi 
>   sig! 43821484 2013-08-18  Andreas Metzler 
>   sig! 7BD756C4 2013-08-19  Daniel Pocock 
>   sig! 8649AA06 2013-08-19  gregor herrmann 
> 
>   sig! 0217E8D8 2013-08-20  Ivo De Decker 
>   sig! D38F11A3 2013-08-21  Thomas Vincent 

Bug#792776: [rt.debian.org #5952] AutoReply: Please add Miguel A. Colón Vélez's key to the DM keyring

2015-09-07 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Miguel A. Colón Vélez,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5952

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Mon, 2015-09-07 06:46:06 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Miguel A. Colón Vélez's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5952].
>
> Please include the string
>
>   [rt.debian.org #5952]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID B506B5113B8A7A09102D7F2912AC1A730BB56F6C
> to the DM keyring
>   please notify 792776-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Mon, 07 Sep 2015 05:58:43 +
> BTS: http://bugs.debian.org/792776
> Comment: Add Miguel A. Colón Vélez  as a Debian 
> Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/07/msg00022.html
> Advocates: 
>   alessio - https://lists.debian.org/debian-newmaint/2015/07/msg00023.html
> KeyCheck:
>   pub   4096R/0BB56F6C 2012-04-13
> Key fingerprint = B506 B511 3B8A 7A09 102D  7F29 12AC 1A73 0BB5 6F6C
>   uid  Miguel A. Colón Vélez 
>   sig! F98C66CF 2012-06-30  Chris Lawrence 
>   sig!30BB56F6C 2012-04-13  Miguel A. Colón Vélez 
> 
>   sub   4096R/F7122C07 2012-04-13
>   sig! 0BB56F6C 2012-04-13  Miguel A. Colón Vélez 
> 
>   sub   4096R/3FF1F693 2012-04-13
>   sig! 0BB56F6C 2012-04-13  Miguel A. Colón Vélez 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJV7SwFAAoJEHxWrP6UeJfYBrAP/2j0lCCf7iBXbRHhy/oMa6X7
> 2k/1QUVlt0kuee6lxa5OzOXx4Dc32hQ0HhPgT6C5CI6bfI8/hFZo5PiniJ2ksBSp
> fh9OjcFBKOfJHV99oNdntpdnH8mxzPk4jflRg5qica3UQH4kZ8B8/RJPgNYfeZsu
> OJWsgmpd0qI+gs9InY7G1kKMvWDjVjfueokFiQ2CpT/F/A9lH8cIAxmTP4ZoNC68
> dGcLcVy+veWv3sBPftUER6KtgiJ2QQtTgsS8GNxnLYMWfR7KWQpQRWay7bVe3e+n
> OqBHq3e2nKZkEIuvLtmZLRzwolQNuDYho5GPyzLGOVb5cHREkaUO1ajfkH1gZrUw
> hhsrJnl4B4Ovjqe18rTjtMjSD0d5F88X+oyxat2XUS53WieEZpxyNeK+IUS49F4j
> GjlZ7x7vIdDB5dHPafN74OwvWDcuuHwbIMxXxn0baWHHbKw59OYrJRoZ4arDUN1Y
> FSiQQrKqFXCK3yYfakBdRwLg5Ri1viGgZfUKCcVIcR3MN3KE4Ox6bxE9pUagh5Kr
> 4izGZm81Mvr6lev5M+uTcotdR8TMN6HRkt3c3k8QZ8CRsOf6ciU+T1Z6MWOvE6j3
> ieuNxDsanwNTLDxMAej7gXeIKJeZEGol+shVQ3MULlGR3JswHLScrMqfNlMPOVMY
> AZegpoX+xXfqHorf5c5C
> =Hk01
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#793353: [rt.debian.org #5953] AutoReply: Please add Afif Elghraoui's key to the DM keyring

2015-09-07 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Afif Elghraoui,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5953

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Mon, 2015-09-07 07:44:50 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Afif Elghraoui's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5953].
>
> Please include the string
>
>   [rt.debian.org #5953]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 8EBD460CB464A67530FF39FBCEAE6AD3AFE826FB
> to the DM keyring
>   please notify 793353-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Mon, 07 Sep 2015 07:15:14 +
> BTS: http://bugs.debian.org/793353
> Comment: Add Afif Elghraoui  as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/07/msg00028.html
> Advocates: 
>   tille - https://lists.debian.org/debian-newmaint/2015/07/msg00029.html
> KeyCheck:
>   pub   4096R/AFE826FB 2015-01-31
> Key fingerprint = 8EBD 460C B464 A675 30FF  39FB CEAE 6AD3 AFE8 26FB
>   uid  Afif Elghraoui 
>   sig! 6DC4B226 2015-07-22  John H. Robinson, IV 
>   sig! CFA7FF06 2015-07-31  Anton Gladky 
>   sig!3AFE826FB 2015-04-26  Afif Elghraoui 
>   uid  Afif Elghraoui 
>   sig! 6DC4B226 2015-07-22  John H. Robinson, IV 
>   sig!3AFE826FB 2015-01-31  Afif Elghraoui 
>   uid  Afif Elghraoui 
>   sig! 6DC4B226 2015-07-22  John H. Robinson, IV 
>   sig!3AFE826FB 2015-01-31  Afif Elghraoui 
>   uid  Afif Elghraoui 
>   sig! 6DC4B226 2015-07-22  John H. Robinson, IV 
>   sig!3AFE826FB 2015-04-26  Afif Elghraoui 
>   sig!3AFE826FB 2015-01-31  Afif Elghraoui 
>   sub   4096R/CB62E026 2015-01-31
>   sig! AFE826FB 2015-01-31  Afif Elghraoui 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJV7T1sAAoJEHxWrP6UeJfYzyMQAKYrWABRm80aadbCbGEZ+h5G
> IN2nh7qnzYqV3eAh650QB8Bt6xrI/a2h6RaZqj7eR5z4vMqkJxUaeEKGxEHO/t90
> 9r69rgGtaBIa//aboyHma9xGmtLxHa2FfM63ornkNSUzFKGwL7dc/eOeDRfZRJ4I
> 1lQNTmLgDeZGHy5v8yf4mnCP7Xi+kPwjm5QvVzCtcuwo0AAEN6iR0uhE9HpatkwA
> paUC2xYasvUbKMTNKgXqoYPl2rS/nPRMOs10HYfUC4bnZpEGkKstQZZs33DrSaal
> 2VTGXJHBpHtFZasWRbtk4i3UfuoTymE9A0cfog/5zmj6WKUWBSCEKbUIyOBQjNFl
> 8hBL0fDYqPefycTTqhBs03pYsPH820TRqqilK3IAJefqnwU3/kIhKBPBsEWoNIS6
> +G56cr0pvq2vY01OeVDYe47VvAcR21yjCef4gDEfaca6w1WMw2a5HIT8N8W6RZMi
> 131RqZrMBuLPO3B0gNPpGjOmmpXETu7uI2B5uN2hz3Vq6y1qakv/jR4ExJGTDHxD
> OmsZdEfK2Mxgs4lGEkdNbBKlNlBmPQ62BeiESi1h0C1VO4feCxkoJ1pKmsYSSj1W
> w+em5Jqk5kri7veHrSe3t+us0+GH7marKf4NhblNrGfgrOfE/8btR5+DEqwkhITA
> MIARFcsZboq8dCwhofnO
> =5saB
> -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#794580: [rt.debian.org #5961] AutoReply: Please add Bastien Roucariès' key to the DM keyring

2015-09-07 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Bastien Roucariès,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5961

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more gpg signatures from DDs and sign
theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2015-09-08 03:50:59 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
> 
>   "Please add Bastien Roucariès' key to the DM keyring", 
> 
> a summary of which appears below the dashed line.
> 
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5961].
> 
> Please include the string
> 
>   [rt.debian.org #5961]
> 
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
> 
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID 5D0187B940A245BAD7B0F56A003A1A2DAA41085F
> to the DM keyring
>   please notify 794580-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Mon, 07 Sep 2015 08:33:38 +
> BTS: http://bugs.debian.org/794580
> Comment: Add Bastien Roucariès  as a 
> Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2014/11/msg00028.html
> Advocates: 
>   fourmond - https://lists.debian.org/debian-newmaint/2014/11/msg00031.html
> KeyCheck:
>   pub   4096R/AA41085F 2012-11-28 [expires: 2016-12-30]
> Key fingerprint = 5D01 87B9 40A2 45BA D7B0  F56A 003A 1A2D AA41 085F
>   uid  Bastien ROUCARIÈS 
>   sig! 381A7594 2014-11-15  Sébastien Villemot 
>   sig! 11E149E9 2014-11-15  Cédric Boutillier 
>   sig! E4B9D0AC 2014-12-02  Emmanuel Bourg 
>   sig! 66475AAF 2014-12-16  Nicolas Dandrimont 
> 
>   sig!3AA41085F 2012-11-28  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2014-11-15  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2014-12-29  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2015-09-07  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2015-09-07  Bastien ROUCARIÈS 
> 
>   uid  Bastien ROUCARIÈS 
>   sig! 381A7594 2014-11-15  Sébastien Villemot 
>   sig! 11E149E9 2014-11-15  Cédric Boutillier 
>   sig!3AA41085F 2014-11-15  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2012-11-28  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2014-12-29  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2015-09-07  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2015-09-07  Bastien ROUCARIÈS 
> 
>   uid  Bastien ROUCARIÈS 
>   sig! 381A7594 2014-11-15  Sébastien Villemot 
>   sig! 11E149E9 2014-11-15  Cédric Boutillier 
>   sig! 66475AAF 2014-12-16  Nicolas Dandrimont 
> 
>   sig!3AA41085F 2014-11-15  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2012-11-28  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2014-12-29  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2015-09-07  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2015-09-07  Bastien ROUCARIÈS 
> 
>   uid  Bastien ROUCARIÈS 
>   sig! 381A7594 2014-11-15  Sébastien Villemot 
>   sig! 11E149E9 2014-11-15  Cédric Boutillier 
>   sig! 66475AAF 2014-12-16  Nicolas Dandrimont 
> 
>   sig!3AA41085F 2014-11-15  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2012-11-28  Bastien ROUCARIÈS 
> 
>   sig!3AA41085F 2014-12-29  Bastien ROUCARIÈS 
> 
>   sig!3

Bug#795773: [rt.debian.org #5962] AutoReply: Please add Carsten Schoenert's key to the DM keyring

2015-09-07 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Carsten Schoenert,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5962

Currently, rt.debian.org isn't accessible for the general public. It
was sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Cheers,

Aníbal

On Tue, 2015-09-08 05:24:58 +, Debian Keyring requests (Incoming) via RT 
wrote:
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding
>
>   "Please add Carsten Schoenert's key to the DM keyring",
>
> a summary of which appears below the dashed line.
>
> There is no need to reply to this message right now.  Your ticket has
> been assigned an ID of [rt.debian.org #5962].
>
> Please include the string
>
>   [rt.debian.org #5962]
>
> in the subject line of all future correspondence about this issue. To
> do so, you may reply to this message.
>
> -
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> keyring-maint:
>   please add key ID B70DFC6F134FECFC011E62AA83016014251D1DB0
> to the DM keyring
>   please notify 795773-d...@bugs.debian.org
> 
> Changed-By: Anibal Monsalve Salazar 
> Date: Tue, 08 Sep 2015 04:53:50 +
> BTS: http://bugs.debian.org/795773
> Comment: Add Carsten Schoenert c.schoen...@t-online.de as a Debian Maintainer
> Agreement: https://lists.debian.org/debian-newmaint/2015/08/msg00017.html
> Advocates: 
>   agx - https://lists.debian.org/debian-newmaint/2015/08/msg00020.html
> KeyCheck:
>   pub   4096R/251D1DB0 2013-08-08
> Key fingerprint = B70D FC6F 134F ECFC 011E  62AA 8301 6014 251D 1DB0
>   uid  Carsten Schoenert 
>   sig! A36B494F 2013-08-18  Stephen Kitt 
>   sig! 25771B31 2013-08-12  Mike Gabriel 
> 
>   sig! 72DC07B5 2013-08-13  Florian Schlichting 
>   sig! 074BCDE4 2013-08-13  Thomas Lange 
> 
>   sig! D38F11A3 2013-08-21  Thomas Vincent 
> 
>   sig! B35FEC3C 2013-08-25  Eduard Bloch 
>   sig! 558FB8DD 2013-08-13  Jan Dittberner 
>   sig! 4AC8EE1D 2013-08-18  Michael Stapelberg 
>   sig! 2BEF0A33 2013-08-23  Didier Raboud 
>   sig! A74420EF 2014-04-27  Christoph Goehre 
>   sig!2EC998489 2013-08-13  Magnus Holmgren 
>   sig!2151DFFDC 2013-08-24  Bernhard R. Link 
>   sig!3251D1DB0 2013-08-08  Carsten Schoenert 
> 
>   sig! 3A291CF9 2013-08-18  Philipp Kern
>   sub   4096R/62BFAE7C 2013-08-08
>   sig! 251D1DB0 2013-08-08  Carsten Schoenert 
> 
>   .
>   Key is OpenPGP version 4 or greater.
>   Key has 4096 bits.
>   Valid "e" flag, no expiration.
>   Valid "s" flag, no expiration.
> Action: import
> Data: 
>   -BEGIN PGP PUBLIC KEY BLOCK-
>   Version: GnuPG v1
>   
>   mQINBFIDTk4BEACx6disb51q5rTdDmnkOayFDiLgOrZ4InnRmbTsgYJaigcRXjVt
>   jFaxwL0MQtzrt9srlLBReWD4JvoLP9/8z2C1ORaoOUatApssuKd32Qa80lBlduIQ
>   CfaZ6K5Ij0TXeqIbdWXMWSvpaOwt+ecBGSdEepgABtxO9Xel9zqDsAauFxBRHGzJ
>   s3bSG8QRtwnQA2+9J8UEtzAcdY69YAkF3Q6HIPP/0mbGiget/1WGR+8tPKlVMYcg
>   ZtGIP2J36GkDbfDvdbH5QLn2KtMuGXLvf1CTy+vvQL3mY4caKamCU7tLi8FSufNZ
>   pPChguNOHsbuO//ACrTFqGysVFvq25zEb60t9HoqAXHIMlDJFnR7XBUCyAHV4NRO
>   MvGZlFbLuZpUA81Kukj72xifqk9ZFl9sxqKPgheqi+dT8peVLgvgCgMgQjvZgQ5X
>   4AG2kiIezWtjlToCZAZ4ufQ26aofvwZqhBrogQF/+272B9CJuKBLIx+RCEhtW4gT
>   KShY3moc8Aqh8AFH3pWkXILAxEGnvMu8oapAUiRNXNOb/nBlYXH1BEc+Boarm8vj
>   LElQxdI4uNEQsLvZxsL4iYvrbZ5OLZnjkMJjvU7XVFjxAkDAHT8eYH9LWK/VeiK8
>   fm+zsDZUqy2dN77RYlQbO9TkKlJs3CR2lpT7Dr/ObtIqEf4VFOplxTY9kwARAQAB
>   tCtDYXJzdGVuIFNjaG9lbmVydCA8Yy5zY2hvZW5lcnRAdC1vbmxpbmUuZGU+iQI3
>   BBMBCAAhBQJSA05OAhsDBQsJCAcDBRUKCQgLBRYCAwEAAh4BAheAAAoJEIMBYBQl
>   HR2w8DoP/2RO8DOOA/P2Bf5atiNtEbSDnPGlN5Roml4paIPoGMw42cezBekdkJ4B
>   /Ccr2x5MigroUTYLZwxP6U7YUNVuZhRmaEjGVD35pIklW/os+9b5srxpdHWatHC6
>   w/OoRL0P5EtK3sHeMOrhhMsSZe/fCiXr5VetpVgNx9fdFmSsUhkiyaBar24bLNAa
>   Y3KAAnDAUxXfQxZdYZ6kxH2Wq6sypgfq1lk4TTzGUx32nmGcR/fBZmmc+ZbZPzjd
>   3Mor9/Dg57aMt87j/MqIndHVuucAB+/lENM4ufK04DBoqHEorD2CQJvEkn7HjydE
>   e0YNITrFkpsqbbeltIMNV6viIxQluoYjBobY+5CRvCtYr/9m5ND0tDwHesfaBY7N
>   WkkWhCYsM+CtlyqCtSo9Y23i/ap99GSNfguVISp8nxy3i8w/ZQ44TIRv/0zEcRoY
>   gl/iF3wB3Gug6DVaXSZKveGMc2Q1+5u9jWfC/Jvy+J1qPM9h2m5pvTwuBrdfaMGv
>   OzCk0iqWvHUN4cZIa8io2WXDpbbnytAhqFDFYCfgpL1Q9eczVIOO3WaITAJVHGBY
>   

Bug#796731: freecontact: FTBFS on mips (test suite failure)

2015-08-28 Thread Aníbal Monsalve Salazar
On Fri, 2015-08-28 18:08:33 +, Dejan Latinovic wrote:
 Hi,

 this is obviously a consequence of mips buildd's limitations.
 In past all three successfully builds had happened on ball.
 I also was able to built freecontact successfully for mips on machine
 with FPU, locally.
 On machine without FPU, if icme_timeout is significantly increased
 tests executes successfully but need a lot of time so the TERM signal
 breaks the build.

 I was not able to find ball specification, so I am not sure if it have
 FPU.
 Are there any mips buildd's that have FPU?
 If yes, maybe we could blacklist freecontact on other machines?

 If no, should we disable tests for mips?
 I could provide patches and test it if needed?

 Regards,
 Dejan

Hello,

At Imagination (http://imgtec.com/mips), we are aware of this problem
and would like to donate MIPS bi-endian machines with FPUs to replace
the old MIPS hardware used by Debian as buildd servers. We have plans
to order a couple of the new machines for evaluation and testing, and
depending on that, to decide to order more for Debian.

Cheers,

Anibal
-- 
anibal.monsalvesala...@imgtec.com


signature.asc
Description: Digital signature


Bug#792275: [rt.debian.org #5878] AutoReply: Please add Lennart Weller's key to the DM keyring

2015-07-17 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Lennart Weller,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5878

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thank you Sebastian for the advocacy.

Cheers,

Aníbal

On Fri, 2015-07-17 13:00:02 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding

   Please add Lennart Weller's key to the DM keyring,

 a summary of which appears below the dashed line.

 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5878].

 Please include the string

   [rt.debian.org #5878]

 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.

 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID 445D4D07398681B53E5829F02C7FCF80F4F76C43
 to the DM keyring
   please notify 792275-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Fri, 17 Jul 2015 12:42:17 +
 BTS: http://bugs.debian.org/792275
 Comment:  Add Lennart Weller l...@ring0.de as a Debian Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/07/msg00017.html
 Advocates: 
   sre - https://lists.debian.org/debian-newmaint/2015/07/msg00018.html
 KeyCheck:
   pub   4096R/F4F76C43 2012-04-08
 Key fingerprint = 445D 4D07 3986 81B5 3E58  29F0 2C7F CF80 F4F7 6C43
   uid  Lennart Weller l...@ring0.de
   sig! C83BFA9A 2012-08-02  Sebastian Reichel s...@ring0.de
   sig! 95861109 2012-12-28  Ben Hutchings (DOB: 1977-01-11)
   sig! 4AC8EE1D 2012-12-30  Michael Stapelberg mich...@stapelberg.de
   sig!3F4F76C43 2012-04-08  Lennart Weller l...@ring0.de
   uid  Lennart Weller lenn...@wellr.net
   sig! C83BFA9A 2012-08-02  Sebastian Reichel s...@ring0.de
   sig! 95861109 2012-12-28  Ben Hutchings (DOB: 1977-01-11)
   sig! 4AC8EE1D 2012-12-30  Michael Stapelberg mich...@stapelberg.de
   sig!3F4F76C43 2012-04-08  Lennart Weller l...@ring0.de
   uid  Lennart Weller lennart.wel...@tum.de
   sig! 95861109 2012-12-28  Ben Hutchings (DOB: 1977-01-11)
   sig! 4AC8EE1D 2012-12-30  Michael Stapelberg mich...@stapelberg.de
   sig!3F4F76C43 2012-08-07  Lennart Weller l...@ring0.de
   uid  Lennart Weller (XMPP) l...@xmpp.ring0.de
   sig!3F4F76C43 2012-04-08  Lennart Weller l...@ring0.de
   uid  Lennart Weller lennart.wel...@gmail.com
   sig! C83BFA9A 2012-08-02  Sebastian Reichel s...@ring0.de
   sig! 95861109 2012-12-28  Ben Hutchings (DOB: 1977-01-11)
   sig! 4AC8EE1D 2012-12-30  Michael Stapelberg mich...@stapelberg.de
   sig!3F4F76C43 2012-04-08  Lennart Weller l...@ring0.de
   uid  Lennart Weller lenn...@lennartweller.de
   sig! C83BFA9A 2012-08-02  Sebastian Reichel s...@ring0.de
   sig! 4AC8EE1D 2012-12-30  Michael Stapelberg mich...@stapelberg.de
   sig!3F4F76C43 2012-04-08  Lennart Weller l...@ring0.de
   sig!3F4F76C43 2012-04-08  Lennart Weller l...@ring0.de
   uid  Lennart Weller lennart.wel...@cs.tum.edu
   sig! 95861109 2012-12-28  Ben Hutchings (DOB: 1977-01-11)
   sig! 4AC8EE1D 2012-12-30  Michael Stapelberg mich...@stapelberg.de
   sig!3F4F76C43 2012-12-28  Lennart Weller l...@ring0.de
   uid  Lennart Weller lennart.wel...@uni-oldenburg.de
   sig! C83BFA9A 2012-08-02  Sebastian Reichel s...@ring0.de
   sig! 95861109 2012-12-28  Ben Hutchings (DOB: 1977-01-11)
   sig! 4AC8EE1D 2012-12-30  Michael Stapelberg mich...@stapelberg.de
   sig!3F4F76C43 2012-04-08  Lennart Weller l...@ring0.de
   uid  Lennart Weller 
 lennart.wel...@informatik.tu-muenchen.de
   sig! 95861109 2012-12-28  Ben Hutchings (DOB: 1977-01-11)
   sig! 4AC8EE1D 2012-12-30  Michael Stapelberg mich...@stapelberg.de
   sig!3F4F76C43 2012-12-28  Lennart Weller l...@ring0.de
   uid  Lennart Weller 
 lennart.wel...@informatik.uni-oldenburg.de
   sig! C83BFA9A 2012-08-02  Sebastian Reichel s...@ring0.de
   sig! 95861109 2012-12-28  Ben Hutchings (DOB: 1977-01-11)
   sig! 4AC8EE1D 2012-12-30  Michael Stapelberg 

Bug#790798: CVE-2015-5352

2015-07-09 Thread Aníbal Monsalve Salazar
On Wed, 2015-07-01 21:31:37 +0200, Moritz Muehlenhoff wrote:
 Hi Colin,
 CVE-2015-5352 was assigned to this change from 6.9:

  * ssh(1): when forwarding X11 connections with ForwardX11Trusted=no,
connections made after ForwardX11Timeout expired could be permitted
and no longer subject to XSECURITY restrictions because of an
ineffective timeout check in ssh(1) coupled with fail open
behaviour in the X11 server when clients attempted connections with
expired credentials. This problem was reported by Jann Horn.

 Fix:
 https://anongit.mindrot.org/openssh.git/commit/?h=V_6_9id=1bf477d3cdf1a864646d59820878783d42357a1d

More information about CVE-2015-5352 is available at:
https://thejh.net/written-stuff/openssh-6.8-xsecurity

 I don't think this warrants a DSA, we can line up the fix for a future
 DSA or a jessie point update. Or do yo disagree?

 Cheers,
 Moritz


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#789124: [rt.debian.org #5855] AutoReply: Please add Riley Baird's key to the DM keyring

2015-07-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Riley Baird,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5855

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thanks to Eriberto Mota for his advocacy.

Cheers,

Aníbal

On Thu, 2015-07-02 10:35:50 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding

   Please add Riley Baird's key to the DM keyring,

 a summary of which appears below the dashed line.

 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5855].

 Please include the string

   [rt.debian.org #5855]

 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.

 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID 441B551F3AEFB39C222CEA8600ECA761968A8DEE
 to the DM keyring
   please notify 789124-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Thu, 02 Jul 2015 10:07:20 +
 BTS: http://bugs.debian.org/789124
 Comment: Add Riley Baird as a Debian Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/06/msg00010.html
 Advocates: 
   eriberto - https://lists.debian.org/debian-newmaint/2015/06/msg00014.html
 KeyCheck:
   pub   4096R/968A8DEE 2015-03-28 [expires: 2017-03-27]
 Key fingerprint = 441B 551F 3AEF B39C 222C  EA86 00EC A761 968A 8DEE
   uid  Riley Baird 
 bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch
   sig! 3343ED66 2015-03-28  Riley Baird 
 bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch
   sig! FC4B8F79 2015-04-09  Russell Coker e...@debian.org
   sig! 947897D8 2015-04-01  Anibal Monsalve Salazar 
 ani...@debian.org
   sig!3968A8DEE 2015-03-28  Riley Baird 
 bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch
   sig! 7BD756C4 2015-04-13  Daniel Pocock dan...@pocock.pro
   uid  Riley Baird ri...@openmailbox.org
   sig! 3343ED66 2015-03-28  Riley Baird 
 bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch
   sig! FC4B8F79 2015-04-09  Russell Coker e...@debian.org
   sig! 947897D8 2015-04-01  Anibal Monsalve Salazar 
 ani...@debian.org
   sig!3968A8DEE 2015-03-28  Riley Baird 
 bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch
   sig! 7BD756C4 2015-04-13  Daniel Pocock dan...@pocock.pro
   uid  Riley Baird 
 bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch
   sig! 3343ED66 2015-03-28  Riley Baird 
 bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch
   sig! FC4B8F79 2015-04-09  Russell Coker e...@debian.org
   sig! 947897D8 2015-04-01  Anibal Monsalve Salazar 
 ani...@debian.org
   sig!3968A8DEE 2015-03-28  Riley Baird 
 bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch
   sig! 7BD756C4 2015-04-13  Daniel Pocock dan...@pocock.pro
   sub   4096R/D8D9C834 2015-03-28 [expires: 2017-03-27]
   sig! 968A8DEE 2015-03-28  Riley Baird 
 bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch
   .
   Key is OpenPGP version 4 or greater.
   Key has 4096 bits.
   Valid e flag, expires Mon 27 Mar 2017 12:17:26 UTC.
   Valid s flag, expires Mon 27 Mar 2017 12:17:26 UTC.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
 iQIcBAEBCgAGBQJVlRJqAAoJEHxWrP6UeJfYjh8QALyceBEVpWKYcBP+8k2rwqr/
 x68sFFoqGTJI8V+R7WlbOux+CxGUVKz4gwDneD1yTFN04As9ycZl4uKHs6xZ6Ifo
 kKsVF9+LW/0UqRJbA7TtzNPNJp+HmGhpc1g3YJvwXz+FYCQOxROS2qB9rmhbF2j+
 VfBIm0scpBJy5rkxuSR34ahvo923+qTC+XpvfGCJtGajbOUv7tQ0f4UbQgX5WlFH
 9uY0joD9UctlaL2198n0oBbRyrMV92ScMIB5xPlmTsg4SN2qyazNPmFz1ywEZsv4
 NXUln38nkeOqjttwgkDRTJPL+qy2qTv+baufNSqaocaQ3SnF9vkie1z0b1OS3J3h
 uu1WjGa8ytskr6DdoK+0A2RnEFWTw/Iv1lUn2X212K+RBgo9LRTnDq+CCzt2r2UL
 bVY+2tzNdOJaJrPJ0fFazc0eH/d2TtRRxZpz7N4bhdoIG4SoaZI35P6Qt1IcgvKl
 n4ZMnQmG4xslAcIBYadYLXKsnpFXEH2AaaW17gXWSVqi4k/o4BMQ73vNZpqQDAzZ
 UjBExMEclmkXWLXD0gn25NTwgqNn28xZSieK2fQ9FMmze9LAkbAvDShImKQ6O2/h
 80/IYtx0visD9FnFLPQiIQZYXBnvik+gcuGE6iHAbRfnLBXK13C6j56JBp/f2Mtf
 3RbZJuQyzcGIB8MDS46D
 =ysrz
 -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#788921: [rt.debian.org #5854] AutoReply: Please add Senthil Kumaran's key to the DM keyring

2015-07-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Senthil Kumaran,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5854

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thanks to Neil Williams for his advocacy.

Cheers,

Aníbal

On Thu, 2015-07-02 09:40:48 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding
 
   Please add Senthil Kumaran's key to the DM keyring, 
 
 a summary of which appears below the dashed line.
 
 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5854].
 
 Please include the string
 
   [rt.debian.org #5854]
 
 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.
 
 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID C0B966A937CF3729A175AA4403BE18F29C91D68A
 to the DM keyring
   please notify 788921-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Thu, 02 Jul 2015 09:12:33 +
 BTS: http://bugs.debian.org/788921
 Agreement: https://lists.debian.org/debian-newmaint/2015/06/msg00011.html
 Advocates: 
   codehelp - https://lists.debian.org/debian-newmaint/2015/06/msg00012.html
 Comment: Add Senthil Kumaran S style...@gmail.com as a Debian Maintainer
 KeyCheck:
   pub   4096R/9C91D68A 2014-10-17
 Key fingerprint = C0B9 66A9 37CF 3729 A175  AA44 03BE 18F2 9C91 D68A
   uid  Senthil Kumaran S (stylesen) style...@gmail.com
   sig!38143B682 2015-05-27  Neil Williams (Debian) 
 codeh...@debian.org
   sig!39C91D68A 2014-10-17  Senthil Kumaran S (stylesen) 
 style...@gmail.com
   sig!39C91D68A 2014-10-23  Senthil Kumaran S (stylesen) 
 style...@gmail.com
   sig!39C91D68A 2014-10-23  Senthil Kumaran S (stylesen) 
 style...@gmail.com
   uid  Senthil Kumaran S s...@stylesen.org
   sig!39C91D68A 2014-10-23  Senthil Kumaran S (stylesen) 
 style...@gmail.com
   uid  Senthil Kumaran S style...@apache.org
   sig!38143B682 2015-05-27  Neil Williams (Debian) 
 codeh...@debian.org
   sig!39C91D68A 2014-10-23  Senthil Kumaran S (stylesen) 
 style...@gmail.com
   uid  Senthil Kumaran S senthil.kuma...@linaro.org
   sig!39C91D68A 2014-10-23  Senthil Kumaran S (stylesen) 
 style...@gmail.com
   uid  [jpeg image of size 2553]
   sig!39C91D68A 2014-10-23  Senthil Kumaran S (stylesen) 
 style...@gmail.com
   sub   4096R/B6C74453 2014-10-17
   sig! 9C91D68A 2014-10-17  Senthil Kumaran S (stylesen) 
 style...@gmail.com
   .
   Key is OpenPGP version 4 or greater.
   Key has 4096 bits.
   Valid e flag, no expiration.
   Valid s flag, no expiration.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
 iQIcBAEBCgAGBQJVlQPQAAoJEHxWrP6UeJfYe9YP/RPRYLnhYrv2m0mSu5MjUF6/
 IFn4js9uS6R2/DT8GzHq8E0cGQohl5Y/n/m0wQMcNM09mRyYpfWqIjxnl2Ylp2+t
 +kGdgdU2RusiRaWGF/mTacZk+yCJlAmgR+sbr4XdC2OBXbSTSltnwmobii5/eowx
 2toaYR62jO/F+2fYkmqtX+pOcd9YyUv7iEfL16fQk1dTrxz/3gfAwtdn4U7ATSzi
 dQHF4aJSocmeKuTTyUtiFFt+GVOiOXEswfDj3lnNWLNDoZQY42N18ewAndnjF6Lk
 KBM/Aph2eIZxszW6hW9QBXXWYjgsFrkhQUHdkvP2VffxSe95WaMRmKuCh7p8XeyQ
 kim7DjcE0MOsn+hmsupEFgJoHi2zL++mwHlUHaadfAi0l0JHUmH/eZLqjpKLg02W
 2TzQ4vSTWfrkA6wqQGVM5I+G+U4ymeVlQNoF04R6rLU3NbKbvwhY9D3j26O+aenA
 H2kgosX9UOKBNU2eyjZST2sVihgS52h9f7ILj0AJCEu4t+YJv9NEJNomQyDFd7aR
 0RpxwOD5r7Adcm4oakn63rjpL0fCra2pXnXXCGm3gJPvScj0tBAlfO+CiZeJn9R2
 p6tpMWO328iJmZMSmSSBKA2IOd2yVpEHk4kdK87gil/5Y4bMmvMN+sn92VWlHVYf
 IUPZvgYFXd+Qij91hwi/
 =HU6w
 -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#790054: [rt.debian.org #5856] AutoReply: Please add Robie Basak's key to the DM keyring

2015-07-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Robie Basak,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5856

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thanks to James Page for his advocacy.

Cheers,

Aníbal

On Thu, 2015-07-02 13:04:17 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding

   Please add Robie Basak's key to the DM keyring,

 a summary of which appears below the dashed line.

 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5856].

 Please include the string

   [rt.debian.org #5856]

 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.

 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID D98F377EB47CC6DD257A9A07E564B9C275BDD52E
 to the DM keyring
   please notify 790054-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Thu, 02 Jul 2015 12:44:56 +
 BTS: http://bugs.debian.org/790054
 Comment: Add Robie Basak ro...@justgohome.co.uk as a Debian Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/06/msg00020.html
 Advocates: 
   jamespage - https://lists.debian.org/debian-newmaint/2015/06/msg00021.html
 KeyCheck:
   pub   4096R/75BDD52E 2011-10-11
 Key fingerprint = D98F 377E B47C C6DD 257A  9A07 E564 B9C2 75BD D52E
   uid  Robie Basak ro...@justgohome.co.uk
   sig! 8B3C16AE 2014-01-31  Dimitri John Ledkov 
 dimitri.j.led...@intel.com
   sig! A0E7D8C3 2014-06-03  James Page james.p...@ubuntu.com
   sig! 7D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!37D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!375BDD52E 2011-10-11  Robie Basak ro...@justgohome.co.uk
   uid  Robie Basak r...@synctus.com
   sig! 5409E422 2011-11-04  Kamal Mostafa ka...@whence.com
   sig! 8B3C16AE 2014-01-31  Dimitri John Ledkov 
 dimitri.j.led...@intel.com
   sig! 7D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!37D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!375BDD52E 2011-10-11  Robie Basak ro...@justgohome.co.uk
   uid  Robie Basak r...@truebluelogic.co.uk
   sig! 8B3C16AE 2014-01-31  Dimitri John Ledkov 
 dimitri.j.led...@intel.com
   sig! 7D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!37D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!375BDD52E 2011-10-11  Robie Basak ro...@justgohome.co.uk
   uid  Robie Basak robie.ba...@ubuntu.com
   sig! 5409E422 2011-11-04  Kamal Mostafa ka...@whence.com
   sig! 8B3C16AE 2014-01-31  Dimitri John Ledkov 
 dimitri.j.led...@intel.com
   sig! A0E7D8C3 2014-06-03  James Page james.p...@ubuntu.com
   sig! 01AA4A64 2011-11-05  Steve Langasek 
 steve.langa...@canonical.com
   sig! 7D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!37D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!375BDD52E 2011-10-11  Robie Basak ro...@justgohome.co.uk
   uid  Robie Basak robie.ba...@canonical.com
   sig! 5409E422 2011-11-04  Kamal Mostafa ka...@whence.com
   sig! 8B3C16AE 2014-01-31  Dimitri John Ledkov 
 dimitri.j.led...@intel.com
   sig! A0E7D8C3 2014-06-03  James Page james.p...@ubuntu.com
   sig! 01AA4A64 2011-11-05  Steve Langasek 
 steve.langa...@canonical.com
   sig! 7D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!37D86500B 2014-01-31  Colin Watson 
 cjwat...@chiark.greenend.org.uk
   sig!375BDD52E 2011-10-11  Robie Basak ro...@justgohome.co.uk
   sub   4096R/8879294C 2011-10-11
   sig! 75BDD52E 2011-10-11  Robie Basak ro...@justgohome.co.uk
   .
   Key is OpenPGP version 4 or greater.
   Key has 4096 bits.
   Valid e flag, no expiration.
   Valid s flag, no expiration.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
 iQIcBAEBCgAGBQJVlTV8AAoJEHxWrP6UeJfYwqYQAKkcPOmRDwAzckYJrbmOhgnX
 4hWMHtethxIqhPWqh9VUj6mZS5As7CB0wlY+u72oEkj4KIxb49YZqc9u5+7VXAc/
 

Bug#790704: [rt.debian.org #5857] AutoReply: Please add Alex Muntada's key to the DM keyring

2015-07-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Alex Muntada,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5857

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Thank you for your contribution to the Debian Project.

Thanks to Axel Beckert and gregor herrmann for their kind advocacies.

Cheers,

Aníbal

On Thu, 2015-07-02 14:15:16 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding

   Please add Alex Muntada's key to the DM keyring,

 a summary of which appears below the dashed line.

 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5857].

 Please include the string

   [rt.debian.org #5857]

 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.

 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID 6940702AC6DEB565B648A4EDE3AE978E834E5E7E
 to the DM keyring
   please notify 790704-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Thu, 02 Jul 2015 14:00:04 +
 BTS: http://bugs.debian.org/790704
 Comment: Add Alex Muntada al...@alexm.org as a Debian Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/06/msg00024.html
 Advocates: 
   abe - https://lists.debian.org/debian-newmaint/2015/06/msg00025.html
   gregoa - https://lists.debian.org/debian-newmaint/2015/06/msg00026.html
 KeyCheck:
   pub   4096R/834E5E7E 2010-09-29
 Key fingerprint = 6940 702A C6DE B565 B648  A4ED E3AE 978E 834E 5E7E
   uid  Alex Muntada al...@alexm.org
   sig! DE5BCCA6 2014-03-15  Ricardo Mones Lastra rica...@mones.org
   sig! AAA22456 2014-03-18  Martin Ferrari tin...@tincho.org
   sig! 49A2D9AA 2014-03-24  Leopold Palomo-Avellaneda 
 l...@alaxarxa.net
   sig! 612616B5 2015-06-03  Axel Beckert a...@deuxchevaux.org
   sig! 99D2A004 2015-05-29  Damyan Ivanov d...@debian.org
   sig! B7301B1F 2015-06-10  Niko Tyni nt...@debian.org
   sig! 768D3824 2014-03-18  Javi Merino vi...@debian.org
   sig! 8649AA06 2014-03-21  gregor herrmann 
 gregor.herrm...@comodo.priv.at
   sig! C1A00121 2015-03-01  Jonas Smedegaard d...@jones.dk
   sig!3834E5E7E 2010-09-29  Alex Muntada al...@alexm.org
   uid  Alex Muntada al...@gnu.org
   sig! DE5BCCA6 2014-03-15  Ricardo Mones Lastra rica...@mones.org
   sig! AAA22456 2014-03-18  Martin Ferrari tin...@tincho.org
   sig! 49A2D9AA 2014-03-24  Leopold Palomo-Avellaneda 
 l...@alaxarxa.net
   sig! 612616B5 2015-06-03  Axel Beckert a...@deuxchevaux.org
   sig! 99D2A004 2015-05-29  Damyan Ivanov d...@debian.org
   sig! B7301B1F 2015-06-10  Niko Tyni nt...@debian.org
   sig! 768D3824 2014-03-18  Javi Merino vi...@debian.org
   sig! 8649AA06 2014-03-21  gregor herrmann 
 gregor.herrm...@comodo.priv.at
   sig!3834E5E7E 2010-09-29  Alex Muntada al...@alexm.org
   uid  Alex Muntada al...@fsfe.org
   sig! DE5BCCA6 2014-03-15  Ricardo Mones Lastra rica...@mones.org
   sig! AAA22456 2014-03-18  Martin Ferrari tin...@tincho.org
   sig! 49A2D9AA 2014-03-24  Leopold Palomo-Avellaneda 
 l...@alaxarxa.net
   sig! 612616B5 2015-06-03  Axel Beckert a...@deuxchevaux.org
   sig! 99D2A004 2015-05-29  Damyan Ivanov d...@debian.org
   sig! B7301B1F 2015-06-10  Niko Tyni nt...@debian.org
   sig! 768D3824 2014-03-18  Javi Merino vi...@debian.org
   sig! 8649AA06 2014-03-21  gregor herrmann 
 gregor.herrm...@comodo.priv.at
   sig!3834E5E7E 2010-09-29  Alex Muntada al...@alexm.org
   uid  Alex Muntada al...@caliu.cat
   sig! DE5BCCA6 2014-03-15  Ricardo Mones Lastra rica...@mones.org
   sig! AAA22456 2014-03-18  Martin Ferrari tin...@tincho.org
   sig! 49A2D9AA 2014-03-24  Leopold Palomo-Avellaneda 
 l...@alaxarxa.net
   sig! 612616B5 2015-06-03  Axel Beckert a...@deuxchevaux.org
   sig! 99D2A004 2015-05-29  Damyan Ivanov d...@debian.org
   sig! B7301B1F 2015-06-10  Niko Tyni nt...@debian.org
   sig! 768D3824 2014-03-18  Javi Merino vi...@debian.org
   sig! 8649AA06 2014-03-21  gregor herrmann 
 gregor.herrm...@comodo.priv.at
   sig!3834E5E7E 2010-09-29  Alex Muntada al...@alexm.org
   uid  Alex Muntada al...@ac.upc.edu
   sig! DE5BCCA6 2014-03-15  Ricardo Mones 

Bug#790007: [rt.debian.org #5859] Please add Johan Van de Wauw's key to the DM keyring

2015-07-02 Thread Aníbal Monsalve Salazar
On Fri, 2015-07-03 00:20:00 +, Aníbal Monsalve Salazar via RT wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID CC1CA34C24B7CBD0507C1864E5F451C2A33358C5
 to the DM keyring
   please notify 790007-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Thu, 02 Jul 2015 23:14:48 +
 BTS: http://bugs.debian.org/790007
 Comment: Add Johan Van de Wauw jo...@vandewauw.be as a Debian Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/06/msg8.html
 Advocates: 
   sebastic - https://lists.debian.org/debian-newmaint/2015/07/msg5.html
 KeyCheck:
   pub   4096R/A33358C5 2010-12-21
 Key fingerprint = CC1C A34C 24B7 CBD0 507C  1864 E5F4 51C2 A333 58C5
   uid  Johan Van de Wauw johan.vandew...@gmail.com
   sig! 4DADEC2F 2014-02-03  David Moreno david.mor...@booking.com
   sig! 0B86B067 2014-03-14  Joost E. van Baal (Nederland, 1970)
   sig! 6998E5C4 2014-03-31  Xavier Luthi xlu...@debian.org
   sig! 109E6244 2014-03-11  Guilhem Moulin guil...@fripost.org
   sig!3A33358C5 2012-01-31  Johan Van de Wauw 
 johan.vandew...@gmail.com
   uid  Johan Van de Wauw jo...@vandewauw.be
   sig! 4DADEC2F 2014-02-03  David Moreno david.mor...@booking.com
   sig! 0B86B067 2014-03-14  Joost E. van Baal (Nederland, 1970)
   sig! 6998E5C4 2014-03-31  Xavier Luthi xlu...@debian.org
   sig! 109E6244 2014-03-11  Guilhem Moulin guil...@fripost.org
   sig!3A33358C5 2010-12-21  Johan Van de Wauw 
 johan.vandew...@gmail.com
   sub   4096R/807318B1 2010-12-21
   sig! A33358C5 2010-12-21  Johan Van de Wauw 
 johan.vandew...@gmail.com
   .
   Key is OpenPGP version 4 or greater.
   Key has 4096 bits.
   Valid e flag, no expiration.
   Valid s flag, no expiration.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
 iQIcBAEBCgAGBQJVldNEAAoJEHxWrP6UeJfYFowP/ieMBDVHKiFEYivUYqW+uUe2
 oHfPiz5toMFWCJfXnG3iU3WoEFCjKx9j8tXkj/dClCihr8ycE07O36FODnSP2WGN
 3ahqPk3KUZuB6huOXFRR8zQCKf1nmxmok6wOkW+Gbb7+P+h7Atgh2IcHpIB/3NE/
 0FaSEI+L+GZ9VeKGuqjY11IodM1AcP7kzM3IgzwBO/mnZqwZKSlS1g+S3iMm/ckF
 GwUc9aOOJ9Ou/yZVgncpbU0UBg7uEqrwmfTF8gAd5ucu255tZaGOHQjGXYzLu/Lr
 FGEm1UBF7lSpQ/4R4n1CGKg12vQr4cV+rjx8+TP6RD7ybwWEo9PatwSeEl33yFrX
 mMyaIRhpZvkTvkXbr/QvU0iY+hVW/AJ2n8Yv/msaAHkWvpK/hf5+c+0qGaxlxb+t
 oAjG77UgWwheN5TMKzVwFjPu1wXBI1rRBb0BWDY++zO8sg01MFP1prU+TVnDKtoB
 yyj0BIe3TsqHUFW3ake2LX0ZMjcasb7YXP8vTd9mwl41clfopva+5Hm8km1omV/6
 zH80XdR4zeyAIFS91cqbCAyixmScb00ludM7QOQMyEOSCWljyXVAD9ya9hwOLhUB
 rZjTCfvt86nNX0kWCzpQx+RYFwTy4beh+fl6qY+q+UYxYqpHOOv3vTLZlO2UMkVk
 q2Xt26tjhQeApffQnvCe
 =QTeI
 -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#790921: Please add Jose Luis Rivero as a Debian Maintainer

2015-07-02 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Owner: Jose Luis Rivero jriv...@osrfoundation.org

Date: Fri, 03 Jul 2015 02:05:10 +
Comment: Add Jose Luis Rivero jriv...@osrfoundation.org as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/06/msg3.html
Advocates: 
  gladk - https://lists.debian.org/debian-newmaint/2015/06/msg4.html
Action: import
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  mQENBFDnE5MBCADxgsWiMt/+yFpU4cYdPHFO/wGaksBmJIhaYfuJvTShnDyDlRya
  Hb4KIuWSfsj1/wx8TzOLACwuwvnQ2cAMziSjbD4YLydkm7TAmDPcGgDTZGZ1fWVx
  ErVqM2B9FVnFt+WXBPsIwXm2rJEJ0GWEzKfy1ThvJpd1K9I94y/VOnCOq8fyaCH3
  jjqZ+kzI8gPmj2QDLHMzPwrkKidqMfxtGLSMFwh9BMh0m6DsC68O6QUd4MD+y4H8
  TEBwIrqazAC80RpXTlKBALk1bFhh1KxitSaueSBoOMN8jWM2PifMUnWpTeYy11dZ
  I4ciqZQP9SYcb86AnViDP3FDMtDsd6pfkkWdABEBAAG0LEpvc2UgTHVpcyBSaXZl
  cm8gPGpyaXZlcm9Ab3NyZm91bmRhdGlvbi5vcmc+iQE+BBMBAgAoBQJQ5xOTAhsj
  BQkJZgGABgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRBelGwJCv8EJ2yrB/99
  /OjnHH9mTvvs8OwbfZTg84Ah7nDnowfBslUs0CfevBCCa+pVGQS642cAgC/zjIbB
  2U+4q7hRp/R0O9vB+yAlVIeRneUD9WrHTbrSY7iYAjzbLsDMWZh13cC8Z1UwifbZ
  OxOEXV+9fSZfZpwdeQ4aqWp/LFjstcfqQBlDzn1qdw/MYtSiCh9WkNeaI67cBuBX
  vjNSgzZF8UgH1PIfs/jm9Krj6eW6s6OLWYdGN6QwI2rXWQCYUl5b+hN4RFkYVjwx
  t3ucHMLfD6NM2HIg1vJhNfhDRoJJvN8vkF9nGlzTO6Mp6ItajIIzm0buiC1ABT/v
  Lk/hRX/RLOT/8ibvcgJziQIcBBABAgAGBQJTJKrpAAoJEOZuZ2wJSUwUt90QAJCB
  DBghM0o9IjU75fjG/xbj/J+LjvLAc3wBv3/BodkIknbyooEVp+Dj+XZM/U7iKctk
  v3+FicqXkd3MallUQdAClt0dNPlmHMYoJLyJXcClxMG4pzlJbaf5Uzs96adkJ6w0
  e5gjBycst0+oIUlg55c1pXlRKdKI7+OZnCMU9vQGwVvP+xXbI2t8sxbhz4i0vhAV
  zP5F2OQoFe5fcqBFDgDJzrCj4nljdwCcr4ULMHZudZz2trwX3LcBFtkH3rGyxlab
  medD2PhFapQFrEhUHPURF3psDoKpAX/ylxSMpWoFTwcph9eldX76Ke6QiF55gOFg
  tTzhCR2Gp9/Mhv72+PfIXcvhIWYttAOJJE+t3pbToTnCVdCCT/8vhyGE1zN2XPXT
  ZypvExbXlxRSzHyhkblhftjkIEMnmg/j9+Du2EtqVZljgTQfxxnyBceZ4PPvuvtD
  MjxK9RkiMBX3oT0y6DYLimHAfruHWblGahaaxUgwwMSC0feRZLzgeNe1EXyW7zX4
  a25x44OWuDc+Fi2cPHcDDffa8dchM3d7S6eijC6AZjCLxrTJMEipOhtkfym7X3Ps
  y5lQg7v0/PX434myv/Ju9hHaBBmD6/cQk/y1P6yLgaEBcCNSvlgbdmq6LA/jDhTR
  i51F3C44XwLGkERhN+xTBRtf9VWkTOUb+kTKbCzBiQIcBBABCAAGBQJTy8TOAAoJ
  ELNGT4lqoVlIskUP/j8qN1YZ3vmEsfYS7JPrRMscmTmb7GgE4th2PqagQAzo2Oob
  ZmPbIS6LBnTw5NYqPnwiSoEzvRbmy85RjlHRbENOmCsFXtRtiaYHCTvPSzcX2ODG
  6vBVhsw2DAlXWNhlkE1VwV+QVNO5IRZX8qTfhWpBeCA76p0aOyVbVqR2oQp6XYq6
  YlzXsm2EE/hoTDOFphDzhpgcFYVIwmAaa0nsyqJaCn+H35KpxhjT1x4RcaDBCw8L
  zZRHd6P4Uod+W0ldclKIpt89xVipnjkwkP3RASLBFj1gX5AJCiszcMe/ItdtLrn+
  NeiqsdJ92w97r9+BnS9+J445sda3ZIREDLqiEiFdXy1XlVXhVfe9hwTZqNzvimoq
  5W9Gxl6XnaNCGiu5SKy30bmsQWmT9OE4pSSQrFZixzdkSpk2BPXDx5BlavOyrtkf
  Tc9R+WjGdcQYqMpkG0kkGiZ+lmxNZChaz5GgsGDjHnqy2ecUKISq+waLWshHRlF5
  MN81Rjs1volfHnPFE9PV/x3TYPWk2F+HiE1k6ajvr2qkyDYYTVLYw5AOubxBJHNf
  /M0NDF4EyuX/QP+88k2710FGvUWtP8VmiP2IZ6FsUUfLTqEAfHKGoABKdWZcNHtF
  IcQZrJlZB59wYfsVtrORlFs4PH6S+sjFjMizxgZMWFhqApaxFQ7kjH0Cx6w1uQEN
  BFDnE5MBCAC8DomgCvLltiU+SgIRSHJRMygtvei7DENrmY/YpJB1uh+6sH2Kprw7
  xOzXeKKfNUVEr65bgvl4T3JULhp+sD7dPaO8gmSBCKzC7C8FN6AZbvQTTLm8ibck
  rjkBp8tGQXDTAUeUX3fbAg6dELRobCtd0Pv4RcfmSJjuaNxY9NI7GHdgb7l4hLHV
  ZrjhJC203jC4kVsWPBKU80W7AkNfcDXgmOGr2lnfP+BdYlV70CIq9Dfpe62gb9LK
  MqGiVTTcr8Zi57z9jptJNCgI/OUIV0uTtE/9+DWbkcqkh/9dosVFTBBmLcsS05A2
  W8WFlDn71o/ri2OdGmdeUOWgYFx0NpgrABEBAAGJASUEGAECAA8FAlDnE5MCGwwF
  CQlmAYAACgkQXpRsCQr/BCf2SggAz2cp5FqMymuoeysB0rtNBEFRTOpjs14GCkLg
  Bd+60lCxtkz1/FPouxBt70a3fhPX95Tt9NKClPlVygCnUdoqavsSHut8g/42fw51
  4kxjl5GtKyKEtgiYI55vuBZwDEmnZPOY9osZFpLFOtsKEI+x9wiiBN+o0QSC8p1a
  VF63ZrnF3ZBKDmfRBcgCDNiif53AHIdeT2kui7yBVFlhDVAPjkAL5uptuaoNm47C
  17rNCmsXu5BWl7j5ljmGlXftBeCnOKBXzFVRpr9ET8lFghFZotH1K6U/Woz8ToUH
  fjNOLCKpbEY1G8qmdeATBoi698VqX4+9qgfLMfWIl/eic/UD9Q==
  =B6Cj
  -END PGP PUBLIC KEY BLOCK-


signature.asc
Description: Digital signature


Bug#790921: [rt.debian.org #5862] AutoReply: Please add Jos�©

2015-07-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello José Luis Rivero,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5862

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thanks to Anton Gladky for the advocacy message.

Cheers,

Aníbal

On Fri, 2015-07-03 02:33:55 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding

   Please add José Luis Rivero's key to the DM keyring,

 a summary of which appears below the dashed line.

 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5862].

 Please include the string

   [rt.debian.org #5862]

 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.

 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID A08161BBEC1CC063961459035E946C090AFF0427
 to the DM keyring
   please notify 790921-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Fri, 03 Jul 2015 02:23:01 +
 BTS: http://bugs.debian.org/790921
 Comment: Add Jose Luis Rivero jriv...@osrfoundation.org as a Debian 
 Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/06/msg3.html
 Advocates: 
   gladk - https://lists.debian.org/debian-newmaint/2015/06/msg4.html
 KeyCheck:
   pub   2048R/0AFF0427 2013-01-04 [expires: 2018-01-03]
 Key fingerprint = A081 61BB EC1C C063 9614  5903 5E94 6C09 0AFF 0427
   uid  Jose Luis Rivero jriv...@osrfoundation.org
   sig!30AFF0427 2013-01-04  Jose Luis Rivero 
 jriv...@osrfoundation.org
   sig! 6AA15948 2014-07-20  Ana Beatriz Guerrero Lopez 
 a...@ekaia.org
   sub   2048R/0BCBE373 2013-01-04 [expires: 2018-01-03]
   sig! 0AFF0427 2013-01-04  Jose Luis Rivero 
 jriv...@osrfoundation.org
   .
   Key is OpenPGP version 4 or greater.
   Key has 2048 bits.
   Valid e flag, expires Wed 03 Jan 2018 17:38:27 UTC.
   Valid s flag, expires Wed 03 Jan 2018 17:38:27 UTC.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
 iQIcBAEBCgAGBQJVlfPFAAoJEHxWrP6UeJfYIegQAIlKncy6WTe2ypQQJ9cgguOp
 oifkRPY8TwlrYr4CQjZsIwavbl+0Yg50/HfDyfAudBOqskk7WofXnIb9ze5NQ8sF
 NRLiyl7Tt2N08utjLkHpzdEdUtT1+gcCOP8eB2oI6fLXYVxAvMuIdv1fDlexb1cf
 4CkQM/+gXcc0hvdATzrlsqHsr4yJOpDNN/yiRbgqsUtpkpjgt/yErPX9+2+ZOnAj
 g9yt1+IEv+axjO/EZuE93qPGjixTPyG6QT1bkmP0mGAfyIfD/PMgjUokegh1eg6z
 vMskNX2z0zzc01maovDm+769EtwbZHPuWgsCNofQEvRdPBXGDYHURdizVpRIL4hA
 oOnoTfHF9jYyxIUl0lyAG4NxW8k8Zg2BzcDNZFn3JT7JLmByZT+q2iqPfjYIfUXA
 NwBIiP8+YZtjoyCElkOzzLCT6doh+CUmZEHhrCMg6r01+HikmXrXY/f23zZoMb08
 yqpgHqBCE4yWTh0Rjs2zxP9g7cBqee/PdAmhsCWTxg+CoXZDH1eocUz4YiGvj7mm
 Y7ETNIFjRAyl6RjoatqAR+4lS3xx0OJbpL4XZvDsumSxVF+OR75VX8BcDVrO1Sr4
 yVdbUWVqkeVfLMGR3/n3Ftc0cUSoHnHCIoNcfWMxP9/hOD/vXgmPjqtYzxsoEu/d
 U157e0pptiW1MgLYg6TR
 =IIFq
 -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#790821: [rt.debian.org #5860] AutoReply: Please add Benjamin Barenblat's key to the DM keyring

2015-07-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Benjamin Barenblat,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5860

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thanks to Alex Chernyakhovsky for the advocacy message.

Cheers,

Aníbal

On Fri, 2015-07-03 01:01:57 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding

   Please add Benjamin Barenblat's key to the DM keyring,

 a summary of which appears below the dashed line.

 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5860].

 Please include the string

   [rt.debian.org #5860]

 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.

 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID 7B6EE2EDA35C3212164B1B64D9817E8FDF69C32E
 to the DM keyring
   please notify 790821-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Fri, 03 Jul 2015 00:48:56 +
 BTS: http://bugs.debian.org/790821
 Comment: Add Benjamin Barenblat bba...@mit.edu as a Debian Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/07/msg2.html
 Advocates: 
   achernya - https://lists.debian.org/debian-newmaint/2015/07/msg3.html
 KeyCheck:
   pub   4096R/DF69C32E 2010-04-08
 Key fingerprint = 7B6E E2ED A35C 3212 164B  1B64 D981 7E8F DF69 C32E
   uid  Benjamin Barenblat bba...@mit.edu
   sig!34F16F73A 2010-04-09  Anders Kaseorg ande...@mit.edu
   sig! 807C2A87 2013-05-17  Paul Tagliamonte paul...@debian.org
   sig! 838DF19C 2010-04-10  Anne Christine Spang christ...@spang.cc
   sig! BE595F6B 2013-04-05  Alexander Chernyakhovsky 
 acher...@mit.edu
   sig! F0FBF51F 2014-06-21  Joachim Breitner 
 m...@joachim-breitner.de
   sig! 1B24F3FF 2014-07-09  Ralf Jung p...@ralfj.de
   sig!3DF69C32E 2010-04-08  Benjamin Barenblat bba...@mit.edu
   sig!3DF69C32E 2010-04-08  Benjamin Barenblat bba...@mit.edu
   uid  Benjamin Barenblat bba...@alum.mit.edu
   sig! 807C2A87 2013-05-17  Paul Tagliamonte paul...@debian.org
   sig! F0FBF51F 2014-06-21  Joachim Breitner 
 m...@joachim-breitner.de
   sig! 1B24F3FF 2014-07-09  Ralf Jung p...@ralfj.de
   sig!3DF69C32E 2013-05-16  Benjamin Barenblat bba...@mit.edu
   uid  Benjamin Barenblat bba...@csail.mit.edu
   sig! 807C2A87 2013-05-17  Paul Tagliamonte paul...@debian.org
   sig! BE595F6B 2013-04-05  Alexander Chernyakhovsky 
 acher...@mit.edu
   sig! F0FBF51F 2014-06-21  Joachim Breitner 
 m...@joachim-breitner.de
   sig! 1B24F3FF 2014-07-09  Ralf Jung p...@ralfj.de
   sig!3DF69C32E 2011-04-29  Benjamin Barenblat bba...@mit.edu
   uid  Benjamin Barenblat bbarenb...@gmail.com
   sig!34F16F73A 2010-04-09  Anders Kaseorg ande...@mit.edu
   sig! 807C2A87 2013-05-17  Paul Tagliamonte paul...@debian.org
   sig! 838DF19C 2010-04-10  Anne Christine Spang christ...@spang.cc
   sig! BE595F6B 2013-04-05  Alexander Chernyakhovsky 
 acher...@mit.edu
   sig! 1B24F3FF 2014-07-09  Ralf Jung p...@ralfj.de
   sig!3DF69C32E 2010-04-08  Benjamin Barenblat bba...@mit.edu
   uid   [ revoked] Benjamin Barenblat bbarenb...@galois.com
   rev! DF69C32E 2014-04-24  Benjamin Barenblat bba...@mit.edu
   sig!3DF69C32E 2013-09-18  Benjamin Barenblat bba...@mit.edu
   uid  Benjamin Barenblat benja...@barenblat.name
   sig! 807C2A87 2013-05-17  Paul Tagliamonte paul...@debian.org
   sig! BE595F6B 2013-04-05  Alexander Chernyakhovsky 
 acher...@mit.edu
   sig! F0FBF51F 2014-06-21  Joachim Breitner 
 m...@joachim-breitner.de
   sig! 1B24F3FF 2014-07-09  Ralf Jung p...@ralfj.de
   sig!3DF69C32E 2011-02-09  Benjamin Barenblat bba...@mit.edu
   sub   2048R/AF227488 2010-04-08 [revoked: 2013-04-15]
   sig! DF69C32E 2010-04-08  Benjamin Barenblat bba...@mit.edu
   rev! DF69C32E 2013-04-15  Benjamin Barenblat bba...@mit.edu
   sub   2048R/E7692A5A 2010-05-23
   sig! DF69C32E 2010-05-23  Benjamin Barenblat bba...@mit.edu
   sub   2048R/E4021B5E 2011-06-09
   sig! DF69C32E 2011-06-09  Benjamin 

Bug#790007: [rt.debian.org #5859] AutoReply: Please add Johan Van de Wauw's key to the DM keyring

2015-07-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Johan Van de Wauw,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5859

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thanks to Sebastiaan Couwenberg for the advocacy message.

Cheers,

Aníbal

On Thu, 2015-07-02 23:51:55 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding

   Please add Johan Van de Wauw's key to the DM keyring,

 a summary of which appears below the dashed line.

 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5859].

 Please include the string

   [rt.debian.org #5859]

 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.

 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID CC1CA34C24B7CBD0507C1864E5F451C2A33358C5
 to the DM keyring
   please notify 790007-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Thu, 02 Jul 2015 23:14:48 +
 BTS: http://bugs.debian.org/790007
 Comment: Add Johan Van de Wauw jo...@vandewauw.be as a Debian Maintainer
 KeyCheck:
   pub   4096R/A33358C5 2010-12-21
 Key fingerprint = CC1C A34C 24B7 CBD0 507C  1864 E5F4 51C2 A333 58C5
   uid  Johan Van de Wauw johan.vandew...@gmail.com
   sig! 4DADEC2F 2014-02-03  David Moreno david.mor...@booking.com
   sig! 0B86B067 2014-03-14  Joost E. van Baal (Nederland, 1970)
   sig! 6998E5C4 2014-03-31  Xavier Luthi xlu...@debian.org
   sig! 109E6244 2014-03-11  Guilhem Moulin guil...@fripost.org
   sig!3A33358C5 2012-01-31  Johan Van de Wauw 
 johan.vandew...@gmail.com
   uid  Johan Van de Wauw jo...@vandewauw.be
   sig! 4DADEC2F 2014-02-03  David Moreno david.mor...@booking.com
   sig! 0B86B067 2014-03-14  Joost E. van Baal (Nederland, 1970)
   sig! 6998E5C4 2014-03-31  Xavier Luthi xlu...@debian.org
   sig! 109E6244 2014-03-11  Guilhem Moulin guil...@fripost.org
   sig!3A33358C5 2010-12-21  Johan Van de Wauw 
 johan.vandew...@gmail.com
   sub   4096R/807318B1 2010-12-21
   sig! A33358C5 2010-12-21  Johan Van de Wauw 
 johan.vandew...@gmail.com
   .
   Key is OpenPGP version 4 or greater.
   Key has 4096 bits.
   Valid e flag, no expiration.
   Valid s flag, no expiration.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
 iQIcBAEBCgAGBQJVlc2IAAoJEHxWrP6UeJfY7h0QALLymmiISdoTyWMsmfyvJsrP
 8TeRwMfuAJcgyRHa3Io2m5CS9EsnZp9JDfvrUqd7NTID05pydiFtVuo1eLPR1qVo
 qrlMqMessP7D5ef7gZgfRkzLhSlT17NdVPrEcPZ8y1prl2HOLpfJByAv3gM6urML
 LVt4OVEpAfGYtvml/87tJKprSqD4wGkUHtC0UWO7IHVLqiQpHoW6hAMazUEyMT3d
 Nke7TRQ1pROoGv0otxAZgc80dfmGZABF0t9L9Vrz+T2/aKuLDLqjGdqcsvrEQzS3
 31fCPAwaeXxAvGVqleof/8LOATipeZbYiQ5iKEJivzg3NvS8gHrIch7DnbYfCbc/
 9wtmUdOIAzkC+VmZSs/U1PBsJnIWECG6IckpWG//VysIhazsUsNrM9MvIBt8+g6A
 eSRJ3niCQL8uNn00+hAcjqdHZ5w7AjcXT1k/0/Fo5iWnHZWKk5y/beDQn2NveKAe
 Xm1V4GG6IhXYni5/IDKjCTPodcxIInRdmXOUZD2zYYz66VRzsyom1R4N39RAjtm4
 Z4Or6jH4/jLTIEtONrIPURmw9OtQJjaxB3BTh+A+U/JXO5vNvKoKT75VxKzBrOFi
 0u6+atzyUstedYhPV85xMxt01iR5SaNZt+glY16gNHiQkNT0XNkTP4WpMNxhBPhI
 cHpMXlUzDE5o5hklVtJ/
 =WXAP
 -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#790887: [rt.debian.org #5861] AutoReply: Please add Paul Novotny's key to the DM keyring

2015-07-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Paul Novotny,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5861

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thanks to Andreas Tille for the advocay message.

Cheers,

Aníbal

On Fri, 2015-07-03 01:39:51 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding
 
   Please add Paul Novotny's key to the DM keyring, 
 
 a summary of which appears below the dashed line.
 
 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5861].
 
 Please include the string
 
   [rt.debian.org #5861]
 
 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.
 
 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID 8AD6A0674EA6BA29D3C822D9FEAA132F983191EA
 to the DM keyring
   please notify 790887-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Fri, 03 Jul 2015 01:27:20 +
 BTS: http://bugs.debian.org/790887
 Comment: Add Paul Novotny p...@paulnovo.us as a Debian Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/07/msg1.html
 Advocates: 
   tille - https://lists.debian.org/debian-newmaint/2015/07/msg4.html
 KeyCheck:
   pub   4096R/983191EA 2015-03-16
 Key fingerprint = 8AD6 A067 4EA6 BA29 D3C8  22D9 FEAA 132F 9831 91EA
   uid  Paul Novotny p...@paulnovo.us
   sig! 00221E93 2015-03-18  Eric Dorland e...@kuroneko.ca
   sig!3983191EA 2015-03-16  Paul Novotny p...@paulnovo.us
   sig! C15F0596 2015-06-27  Alexander Pennace a...@pennace.org
   sub   4096R/37B4046F 2015-03-16
   sig! 983191EA 2015-03-16  Paul Novotny p...@paulnovo.us
   .
   Key is OpenPGP version 4 or greater.
   Key has 4096 bits.
   Valid e flag, no expiration.
   Valid s flag, no expiration.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
 iQIcBAEBCgAGBQJVledAAAoJEHxWrP6UeJfYi0gP/RIk4zj+UvI8gST/TtV7vcmh
 Rin8NNAFmVim4TDQwDpMVFgjLJWxX7njGWGThEV+9MMsOwNK/a/hvq23HQZjfpyG
 rxTksyn3ms2jcVeMew1wOt0q1Sf3VCzYN/XEVkJKaoUjBtFRXqtpF/5D/TI7X9Ps
 r2DruvUqNs00bItC20V1AjN1DVLRgrgfbKE/+RCter/v5Uz3FLes46gf85s81UXs
 ZEQa9i/adfrHawGckCu6FIx8IjOTEKxxUsflJUUZvV7LEeJw9HEF/foGo+EYsdX1
 01UHurSlQnCvGraRgg548UcM2oQC1+9DbZSZ1jFbNCgcczkKWs4lfMqk/EyhN1sd
 LTMH8ZKVqOjz5idokQyfddLQb2ub1x13YkxPzCL0q7J8Zj2QHS22T0vukgZgU5B7
 8oem8KlyldjOTVj5w8TcTtKtEZ8sndihf9KyRUasnYLzEzrXdDyGsq9Gr0PRRuaw
 yCakdV6ZdUbNqLzBdAwuTm6zHLJdZe+/DAE5p3VYx6FYIQKRfWme9AgRc8W+4Or2
 Y8mLkRq27u8pjm5byz8RvKFz9OSjZQ1RFmKQCwZ1bVel/ECngf/mFS/SKoYe8QoZ
 Iles0CMySu3kit9XYQNb5gzpXYMruDBWN9LckEGxyP7qK6rjRgubEabf3lmSkpGK
 0w7gNc8tg80o2uC3xN/t
 =lJh/
 -END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#790923: [rt.debian.org #5863] AutoReply: Please add Chris Knadle's key to the DM keyring

2015-07-02 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Chris Knadle,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5863

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thanks to gregor herrmann and Patrick Matthäi for their kind advocacies.

Cheers,

Aníbal

On Fri, 2015-07-03 03:58:52 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding

   Please add Chris Knadle's key to the DM keyring,

 a summary of which appears below the dashed line.

 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5863].

 Please include the string

   [rt.debian.org #5863]

 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.

 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID 885AEADC783E1F842E97B82F1E759A726A9FDD74
 to the DM keyring
   please notify 790923-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Fri, 03 Jul 2015 03:41:08 +
 BTS: https://bugs.debian.org/790923
 NM: https://nm.debian.org/public/person/krait
 Comment: Add Chris Knadle chris.kna...@coredump.us as a Debian Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/05/msg9.html
 Advocates: 
   gregoa - https://lists.debian.org/debian-newmaint/2015/05/msg00010.html
   pmatthaei - https://lists.debian.org/debian-newmaint/2015/07/msg0.html
 KeyCheck:
   pub   4096R/6A9FDD74 2010-07-18 [expires: 2018-01-17]
 Key fingerprint = 885A EADC 783E 1F84 2E97  B82F 1E75 9A72 6A9F DD74
   uid  Christopher Knadle (prime) chris.kna...@coredump.us
   sig! 290DB9CE 2010-08-10  Varun Hiremath va...@debian.org
   sig! 29C0FFEE 2010-08-07  Obey Arthur Liu art...@milliways.fr
   sig! F14A64A2 2010-08-09  Aaron M. Ucko a...@alum.mit.edu
   sig! 7A38B0B0 2010-08-13  Ludovico Cavedon 
 ludovico.cave...@gmail.com
   sig! 76E2AC7B 2010-08-26  Hector Oron Martinez (zumbi) 
 hector.o...@gmail.com
   sig! 52D556DB 2014-03-23  Ben Armstrong 
 sy...@sanctuary.nslug.ns.ca
   sig! B0AE9A02 2014-08-30  Clint Adams (GNU) cl...@gnu.org
   sig! A74B06BF 2014-08-31  Barry Warsaw ba...@warsaw.us
   sig! 007C98D1 2010-08-02  Francois Marier fmar...@gmail.com
   sig! 4D6E25A8 2010-08-07  Christian Perrier 
 bubu...@kheops.frmug.org
   sig! B63480BE 2010-08-08  Kumar Appaiah a.ku...@alumni.iitm.ac.in
   sig! 82004173 2010-08-08  Russ Allbery ea...@eyrie.org
   sig! 18E18F44 2010-08-10  Marco Tulio Gontijo e Silva 
 mar...@marcot.eti.br
   sig! 63E4E277 2010-08-11  Roberto C. Sanchez sanch...@ieee.org
   sig! 6AA15948 2010-08-15  Ana Beatriz Guerrero Lopez 
 a...@ekaia.org
   sig! 8649AA06 2010-08-15  gregor herrmann 
 gregor.herrm...@comodo.priv.at
   sig! D03E3E70 2010-08-17  Rene Engelhard
   sig! D3630F89 2010-08-19  John Lightsey j...@nixnuts.net
   sig! 1EEC8F0E 2010-08-21  Faidon Liambotis parav...@debian.org
   sig! 6D866396 2014-09-01  Stefano Zacchiroli z...@upsilon.cc
   sig! D53FDCB1 2014-09-04  Andrew Starr-Bochicchio 
 a.star...@gmail.com
   sig! 784206AD 2014-09-04  David Bremner brem...@debian.org
   sig! 40AD1FA6 2010-08-04  Nobuhiro Iwamatsu iwama...@debian.org
   sig! 2AAAB140 2010-08-07  Hideki Yamane (Debian-JP) 
 henr...@debian.or.jp
   sig! F4DFBE99 2010-08-08  Lucas Nussbaum lu...@lucas-nussbaum.net
   sig! 49881AD3 2010-08-18  Stephane Glondu st...@glondu.net
   sig! BAF91EF5 2010-08-24  Gaudenz Steinlin 
 gaudenz.stein...@soziologie.ch
   sig! 617B586D 2010-09-20  Andreas B. Mundt a...@debian.org
   sig! E397832F 2010-10-10  Luca Capello l...@pca.it
   sig! 947897D8 2014-08-31  Anibal Monsalve Salazar 
 ani...@debian.org
   sig!33442684E 2010-08-11  Steve McIntyre st...@einval.com
   sig! D21739E9 2010-08-11  Daniel Kahn Gillmor 
 d...@fifthhorseman.net
   sig!36A9FDD74 2010-07-18  Christopher Knadle (prime) 
 chris.kna...@coredump.us
   sig!36A9FDD74 2010-07-21  Christopher Knadle (prime) 
 chris.kna...@coredump.us
   sig!36A9FDD74 2012-01-19  Christopher Knadle (prime) 
 chris.kna...@coredump.us
   sig!3   P4FADF197 2014-09-03  

Bug#787380: DM application of Andrew Kelley

2015-06-10 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + moreinfo

Hello Andrew,

Thank you for your DM application.

On Fri, 2015-05-29 21:52:21 +, Andrew Kelley wrote:
 My GnuPG key 6D58AAC8 is signed by

http://pgp.surfnet.nl:11371/pks/lookup?op=vindexfingerprint=onsearch=0xd21efba1f0472fab1894555b07724e3e6d58aac8
http://pgp.net.nz:11371/pks/lookup?op=vindexfingerprint=onsearch=0xd21efba1f0472fab1894555b07724e3e6d58aac8

The keyservers that I use don't show signatures by other keys.

 BCF05F6B Filippo Valsorda filippo.valso...@gmail.com
 580A80F1 Susan Sons (HedgeMage) hedgem...@binaryredneck.net

Neither Filippo Valsorda nor Susan Sons are DDs.

https://wiki.debian.org/DebianMaintainer#step_1_:_Identification

You need at least one signature by a (but ideally more than one) DD.
Check their IDs and sign their keys.

https://wiki.debian.org/Keysigning/Offers

If you have problems finding DDs, please send me a private mail message.

Please let me know when you have at least a signature by a DD.

Cheers,

Aníbal


signature.asc
Description: Digital signature


Bug#783374: last NMU patch breaks gparted completely (on my system)

2015-05-25 Thread Aníbal Monsalve Salazar
On Fri, 2015-05-01 05:05:10 +0200, Guillem Jover wrote:
 Control: tag -1 - patch

 Hi!

 On Sun, 2015-04-26 at 12:09:16 -0400, Michael Gilbert wrote:
 On Sun, Apr 26, 2015 at 9:46 AM, Felix Zielcke wrote:
 Just tried out the newest upload of gparted. Which fails completely
 The one before which is in jessie works fine.
 I.e. 0.19.0-2 without the NMU fix

 gparted needs a newer udisks2, see #782838.  Proposed patch attached.

 diff -Nru gparted-0.19.0/debian/control gparted-0.19.0/debian/control
 --- gparted-0.19.0/debian/control2014-06-11 14:50:55.0 +
 +++ gparted-0.19.0/debian/control2015-04-26 16:02:28.0 +
 @@ -11,7 +11,7 @@

  Package: gparted
  Architecture: any
 -Depends: ${shlibs:Depends}, ${misc:Depends}
 +Depends: ${shlibs:Depends}, ${misc:Depends}, udisks2 (= 2.1.5-1)
  Suggests: xfsprogs, reiserfsprogs, reiser4progs, jfsutils, ntfs-3g,
   dosfstools, mtools, yelp, kpartx, dmraid, dmsetup, gpart
  Description: GNOME partition editor

 As pointed out in #783397 this fix is incorrect. The correct fix is to
 use a Breaks, so that there's no unnecessary Depends introduced.

 Thanks,
 Guillem

Hello Guillem,

Just to clarify this. ;)

I agree there is no need for an unnecessary dependency.

As I can see, gparted doesn't break udisks2.

Do you mean to add

Breaks: udisks2 ( 2.1.5)

to gparted's debian/control?

Regards,

Aníbal


signature.asc
Description: Digital signature


Bug#784954: Please add Jochen Sprickerhof as a Debian Maintainer

2015-05-10 Thread Aníbal Monsalve Salazar
Package: debian-maintainers
Severity: normal
Owner: Jochen Sprickerhof joc...@sprickerhof.de

jetring changeset is attached
Date: Mon, 11 May 2015 03:39:15 +
Comment: Add Jochen Sprickerhof joc...@sprickerhof.de as a Debian Maintainer
Agreement: https://lists.debian.org/debian-newmaint/2015/04/msg00015.html
Advocates: 
  eighthave - https://lists.debian.org/debian-newmaint/2015/04/msg00017.html
Action: import
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  mQINBFLDPTQBEACjDUMypzFKFzkHUaPgHmqIxzOm0gN87PmnSdUHN47udQPiHCRG
  Zq/htiKgSfAIqLdwYorx8zEw6nCUD1iUsg7EgWwek6U+EcV6b47hCbHTQROOeVal
  VQtTtU5NDpM0+7Ad+jCnEaDG+b5WubwsVTxFjvDQmk0/JHUh0Y5JqBdA3kJAShHx
  /5iKKGJF5VcfKP0GbYdLWL/Q5E7yjsOjzbERjLO11A/rCCb4gMLyzbQ/1B35SS4j
  zuaMXX861aVDywjszEq3sq3Vj2oYndGBcw+y/Sf1cKbKixRrgXa5mnQHxeLVX0t7
  B+G+PPeh/Z+X2KytE+bihOEvP3ztxl2Sty8rYxXt9sytYr0CwY2aocUPasv3ByTF
  kR38Z3jEtDak0HU60YlI9cB5SyuC/UFB2/eDkmSHXnFdAL5jivcBf+d5r82JjiYx
  8Dx9BOMpngExZayAFDSCNaLZ1umIQ9fx5PZ6yfVJkPFX1+B87ZGgx0QsETEcGt9+
  nqw3bU4z7jpyLHnjbethwj02YEP2BAFLCTt+ovVraIiGNwpDovgp9daOOFtPGPfp
  l8Yg7JFlTDl9zZLbxsQhYAvjDaSsJRx5VLzPPApHqSsFj1T4TTp57ROoaNB5G99m
  mKvHnSBWmxgtUrzIOyFr/PDBkt9RDvrRThKiYfT5Y0FpFpGg8bbH+hdrLQARAQAB
  tCpKb2NoZW4gU3ByaWNrZXJob2YgPGpvY2hlbkBzcHJpY2tlcmhvZi5kZT6IRgQQ
  EQIABgUCUsNC3AAKCRDzk6SSN5y/zb/dAJ4jhLv0MsyzBilwJyTb7DjMozqwTgCg
  yN0CKK8CA72vFDVkequqCrYYiamIXgQQEQoABgUCVP8JVAAKCRB3m9jbi7KFUrX7
  AQCZFavke/4hzUuOelJDyMs91zR5qdNhzc/eFfZ6FsqHqQEAggF16G3v87N3RbZy
  UHZYYxdbqnNKKP5yQtYjf3IzleyIbwQTEQoALwUCVIdrKygaaHR0cDovL3BrcXMu
  bmV0L35zYmV5ZXIvb3BlbnBncC9wb2xpY3kvAAoJEG7d0gf8xQQP8wAAn3w5bf8K
  IpFpJj57U4/stEjEuUuUAKDGBI5f4ggyDeW9cTSjPdRrcnZKN4kBHAQQAQIABgUC
  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
  

Bug#784954: [rt.debian.org #5808] AutoReply: Please add Jochen Sprickerhof's key to the DM keyring

2015-05-10 Thread Aníbal Monsalve Salazar
Control: package debian-maintainers
Control: tags -1 + pending

Hello Jochen Sprickerhof,

Your DM application was accepted and the corresponding RT ticket is
posted at https://rt.debian.org/Ticket/Display.html?id=5808

Currently, rt.debian.org isn't accessible for the general public. It
was so sometime ago. Maybe one of your advocates will look at your RT
ticket for you, after it has been taken by a keyring maintainer. See
http://wiki.debian.org/rt.debian.org

Not urgent but please try to get more OpenPGP signatures from DDs and
sign theirs keys as well. :-)

Thank you for your contribution to the Debian Project.

Thanks to Hans-Christoph Steiner for his kind advocacy.

Cheers,

Aníbal

On Mon, 2015-05-11 04:08:30 +, Debian Keyring requests (Incoming) via RT 
wrote:
 This message has been automatically generated in response to the
 creation of a trouble ticket regarding
 
   Please add Jochen Sprickerhof's key to the DM keyring, 
 
 a summary of which appears below the dashed line.
 
 There is no need to reply to this message right now.  Your ticket has
 been assigned an ID of [rt.debian.org #5808].
 
 Please include the string
 
   [rt.debian.org #5808]
 
 in the subject line of all future correspondence about this issue. To
 do so, you may reply to this message.
 
 -
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 keyring-maint:
   please add key ID EC4784C5B0859A9A9FC5FCF017FBDCBFD9928FF4
 to the DM keyring
   please notify 784954-d...@bugs.debian.org
 
 Changed-By: Anibal Monsalve Salazar ani...@debian.org
 Date: Mon, 11 May 2015 04:01:37 +
 BTS: http://bugs.debian.org/784954
 Comment: Add Jochen Sprickerhof as a Debian Maintainer
 Agreement: https://lists.debian.org/debian-newmaint/2015/04/msg00015.html
 Advocates: 
   eighthave - https://lists.debian.org/debian-newmaint/2015/04/msg00017.html
 KeyCheck:
   pub   4096R/D9928FF4 2013-12-31
 Key fingerprint = EC47 84C5 B085 9A9A 9FC5  FCF0 17FB DCBF D992 8FF4
   uid  Jochen Sprickerhof joc...@sprickerhof.de
   sig!38AD04B1A 2015-04-04  Philipp Matthias Hahn (Privat) 
 pmh...@pmhahn.de
   sig!38AD04B1A 2015-04-08  Philipp Matthias Hahn (Privat) 
 pmh...@pmhahn.de
   sig! C83BFA9A 2015-04-02  Sebastian Reichel s...@ring0.de
   sig!3D9928FF4 2013-12-31  Jochen Sprickerhof joc...@sprickerhof.de
   sig!3D9928FF4 2014-02-03  Jochen Sprickerhof joc...@sprickerhof.de
   uid  Jochen Sprickerhof deb...@jochen.sprickerhof.de
   sig!38AD04B1A 2015-04-08  Philipp Matthias Hahn (Privat) 
 pmh...@pmhahn.de
   sig! C83BFA9A 2015-04-02  Sebastian Reichel s...@ring0.de
   sig!3D9928FF4 2013-12-31  Jochen Sprickerhof joc...@sprickerhof.de
   uid  Jochen Sprickerhof launch...@jochen.sprickerhof.de
   sig!38AD04B1A 2015-04-08  Philipp Matthias Hahn (Privat) 
 pmh...@pmhahn.de
   sig! C83BFA9A 2015-04-02  Sebastian Reichel s...@ring0.de
   sig!3D9928FF4 2013-12-31  Jochen Sprickerhof joc...@sprickerhof.de
   sub   4096R/8629C1CA 2013-12-31
   sig! D9928FF4 2013-12-31  Jochen Sprickerhof joc...@sprickerhof.de
   sub   4096R/58E69433 2015-01-15
   sig! D9928FF4 2015-01-15  Jochen Sprickerhof joc...@sprickerhof.de
   .
   Key is OpenPGP version 4 or greater.
   Key has 4096 bits.
   Valid e flag, no expiration.
   Valid s flag, no expiration.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
 iQIcBAEBCgAGBQJVUCrbAAoJEHxWrP6UeJfYkmsQAKq0TTUmOOO161UhL0ra3qrB
 3NJwNGzJ7bv3my7PjeVK3PeyNT01f2Oo8YKXdvV18FWUbD0tUR8+ECKVit0hz/Aq
 8sn6GJINf10bfzFfGWj8q0k+JXYI6S8TiT+neEJm0o624LEYfzLYt5nAUN2hy3UZ
 9pQ81NYGl9CghYQln1mrttuRw+Z7b9uAv6GiUlneg/qucvA3kelDqkJfWon8OqtJ
 04cxvwCRxO88nECzZiPNbuDtprwGEjROrOY+SLmsuwTQgosc+CiNsGRjC9LDzP3N
 UDtloc4+ahWmseTVVaPUgydlIyz10oklxJ0U9j1OiZ2c3ye4HkKhh0DifcvJdW6E
 RXixX+0yM4CLFZJvW1JIGj2QuyjgY0UzZoYpMHKqz+B2Agsd1it/z3kRfk9l/Hz2
 n6eTowKrysnB6nQAIcYmn92QbKxZ2QJACVeahJsMge/x4JcAeIUMCgbE15FKvKzy
 zjpCGZ9hVpajSC8CVKFuExpIsBNygEGu/3DMjFVOJbvXDO7DVsfe0zXjCgM2eJi9
 hRLQPOGBaDUCfQ8lf7J5VXXEQMIqA/xH+uIfJtZUZ7ntoClwH5SkldamCX+0fJAW
 Gci5g2PHsIYtyIn4MU6HvobnIETrbn5YymTUI4MO1i5h/ZogYJzx5yFI/JnsOXYT
 9mrJVz6V74NOPxyLho3H
 =+esm
 -END PGP SIGNATURE-


signature.asc
Description: Digital signature


  1   2   3   4   5   6   7   8   9   10   >