Re: Ability to further support 32bit architectures

2024-01-13 Thread Aurelien Jarno
On 2024-01-11 18:38, Aurelien Jarno wrote:
> On 2024-01-11 13:24, Adrian Bunk wrote:
> > On Thu, Jan 11, 2024 at 11:28:19AM +0100, Bastian Blank wrote:
> > >...
> > > On Thu, Jan 11, 2024 at 09:48:34AM +, Dimitri John Ledkov wrote:
> > > > Disabling debug symbols, enabling debug symbol zstd compression, using
> > > > split debug symbols (disabled BTF usage) should help here.
> > > 
> > > Okay, maybe more workarounds exist.  But none of them look really
> > > promising.
> > >...
> > 
> > gcc being a memory hog on for C++ code is a hard problem,
> > and debug symbols for C++ code can be a problem since
> > they might be > 1 GB for some binaries.
> > 
> > But gcc needing more than 4 GB for a small C kernel driver is not
> > a problem for the "Ability to further support 32bit architectures",
> > that's a gcc bug that should be reported upstream just like you wouldn't
> > suggest dropping amd64 if gcc would ICE on one kernel driver on that
> > architecture.
> 
> Or maybe just blame the kernel instead:
> https://lore.kernel.org/lkml/CAHk-=whkGHOmpM_1kNgzX1UDAs10+UuALcpeEWN29EE0m-my=w...@mail.gmail.com/

And following the suggestion in that thread, I have just sent a patch fixing 
the issue:
https://lore.kernel.org/lkml/20240113183334.1690740-1-aurel...@aurel32.net/T/#u


-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net



Re: Ability to further support 32bit architectures

2024-01-11 Thread Aurelien Jarno
On 2024-01-11 13:24, Adrian Bunk wrote:
> On Thu, Jan 11, 2024 at 11:28:19AM +0100, Bastian Blank wrote:
> >...
> > On Thu, Jan 11, 2024 at 09:48:34AM +, Dimitri John Ledkov wrote:
> > > Disabling debug symbols, enabling debug symbol zstd compression, using
> > > split debug symbols (disabled BTF usage) should help here.
> > 
> > Okay, maybe more workarounds exist.  But none of them look really
> > promising.
> >...
> 
> gcc being a memory hog on for C++ code is a hard problem,
> and debug symbols for C++ code can be a problem since
> they might be > 1 GB for some binaries.
> 
> But gcc needing more than 4 GB for a small C kernel driver is not
> a problem for the "Ability to further support 32bit architectures",
> that's a gcc bug that should be reported upstream just like you wouldn't
> suggest dropping amd64 if gcc would ICE on one kernel driver on that
> architecture.

Or maybe just blame the kernel instead:
https://lore.kernel.org/lkml/CAHk-=whkGHOmpM_1kNgzX1UDAs10+UuALcpeEWN29EE0m-my=w...@mail.gmail.com/

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net



Re: [PATCH] schroot: created merged-/usr chroots for trixie and beyond

2023-10-08 Thread Aurelien Jarno
Hi Helmut,

On 2023-10-07 12:47, Helmut Grohne wrote:
> The CTTE has ruled that from trixie onward, maintainers may rely on
> systems being merged-/usr. This includes the build environment.
> ---
>  modules/schroot/files/setup-dchroot | 12 +++-
>  1 file changed, 11 insertions(+), 1 deletion(-)
> 
> Hi DSA,
> 
> would you consider applying the patch to dsa-puppet.git? It is meant to
> convert trixie and newer chroots to merged-/usr. We also meant to
> implement this change by updating debootstrap in bullseye and bookworm
> via -pu, but the presence of --no-merged-usr spoiled this plan. As such
> I propose moving forward with this.
> 
> d-devel Cced to let people know what's happening and to keep a public
> record of this patch.

I have just applied your patch. The chroots are going to get
automatically regenerated tonight at 22:13 UTC.

Regards
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net



Re: /usr-merge and filesystem bootstrap

2023-09-17 Thread Aurelien Jarno
Hi,

On 2023-09-17 13:31, Helmut Grohne wrote:
> Hi Aurelien,
> 
> On Fri, Sep 15, 2023 at 12:02:35AM +0200, Aurelien Jarno wrote:
> > Answering for the glibc package.
> 
> Thanks.
> 
> > On 2023-09-12 20:15, Helmut Grohne wrote:
> > > Once the Priority:required set only has that exception set left
> > > unconverted, I will prepare patches for the entire exception set and
> > > upload it coherently in one dinstall window.
> > > 
> > > That exception set is:
> > >  * base-files
> > >  * bash
> > >  * coreutils maybe
> > >  * dash
> > >  * libc6
> > >  * util-linux
> > 
> > Do you mean you plan to upload source+binaries for all the above
> > packages and for all architectures? How do you plan to handle ports
> > architectures? 
> 
> My initial idea was doing source-only uploads and letting buildds
> perform all of the builds. Of course that leaves the possibility of
> buildds producing their packages "late" for the next dinstall. If that
> happens, the relevant architecture will fail debootstrap unstable. That
> is unfortunate, but it does happen occasionally and I think it is a
> reasonable risk to accept here. Once all relevant builds are done,
> debootstrap will work again. There are a number of things I can do to
> minimize the risk. For one thing, I can ask DSA when the cronjob for
> updating buildd chroots happens and align the uploads closely after such
> a cronjob. For another, I can coordinate with the buildd people and ask
> for help (e.g. prioritizing builds) on their side. Then I can mail
> d-devel and announce a concrete point in time asking developers to not
> upload packages on that particular day (e.g. using the delayed queue) to
> temporarily reduce the buildd load. Quite probably, debootstrap will
> temporarily break on some architectures. I hope that this is acceptable
> and that minimizing the downsides is good enough.
> 
> Does that answer your question?

Yes, it does. So while it is important to minimize as much as possible
the time where all those packages are not in sync, it can be slightly
more than a single dinstall, maybe it's something to mention.

Another alternative might be to ask the ftpmasters to skip a dinstall.
Even skipping the push to the mirrors without skipping the dinstall
might be enough.

To answer your questions:
- It's indeed possible to prioritize builds to minimize the out-of-sync
  time as much as possible, but it might not be guaranteed on all
  architectures to be within a single dinstall.
- For buildd administrated by DSA, the cronjob to generate chroots is
  setup to run at 22:13 UTC every Wednesdays and Sundays.

> > >  * Do you readily see any flaw in the proposed transition already?
> > 
> > I haven't looked at the details besides the changes you described above.
> 
> Thank you. We'll get into details once there are patches.
> 
> Unfortunately, testing patches right now is difficult, because this work
> depends on all other (required) packages having been converted, which in
> turn is blocked in buildds being merged. Hoping that this is less work
> if done later, I've prioritized other matters for now and reach out to
> you now as a means of informing and gathering consent.

Thanks for doing that.

Regards
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net


signature.asc
Description: PGP signature


Re: /usr-merge and filesystem bootstrap

2023-09-14 Thread Aurelien Jarno
Hi,

Answering for the glibc package.

On 2023-09-12 20:15, Helmut Grohne wrote:
> Once the Priority:required set only has that exception set left
> unconverted, I will prepare patches for the entire exception set and
> upload it coherently in one dinstall window.
> 
> That exception set is:
>  * base-files
>  * bash
>  * coreutils maybe
>  * dash
>  * libc6
>  * util-linux

Do you mean you plan to upload source+binaries for all the above
packages and for all architectures? How do you plan to handle ports
architectures? 

> I request that affected maintainers reply to this mail:
>  * Are you ok with the proposed changes in principle?
>+ Moving all files from / to /usr leaving no files in aliased
>  locations

Yes.

>+ Installing aliasing symbolic links in base-files and libc6

Yes.

>  * Are you fine in principle with me NMUing your package after having
>reviewed the promised patch?

Yes, with the condition that help is provided to fix the bugs resulting
from moving files from / to /usr in the glibc packages.

>  * Do you readily see any flaw in the proposed transition already?

I haven't looked at the details besides the changes you described above.

Regards
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net


signature.asc
Description: PGP signature


Re: The future of mipsel port

2023-08-07 Thread Aurelien Jarno
Hi,

On 2023-08-06 13:54, Florian Lohoff wrote:
> 
> Hi,
> 
> On Tue, Jul 18, 2023 at 12:45:51PM +0800, YunQiang Su wrote:
> > Hi, folks,
> > 
> > Welcome to era of Trixie, and let's talk about the future of mipsel.
> 
> > So I consider to suggest drop mipsel support from the list of official 
> > ports.
> > (And let's keep mips64el port).
> 
> I am late to the party but as i mentioned a couple times on debian-mips
> already i'd like to keep mipsel as a debian-port - and i'd like to

From what I have understood from  YunQiang plans, it is currently not
planned to import mipsel on debian-ports. Are you volunteering for
maintaining such a port?

> revert away from mips32r2 back to mips2/mips3 - That change (with
> stretch) basically dropped all of the supported platforms formerly
> supported without a good reason - mips32r2 cpus would have been 

The reason is that many upstream code do not support mips2 anymore,
especially for JIT languages or languages with their own code generator.
Be prepared for a lot of upstream work.

Regards
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net


signature.asc
Description: PGP signature


Re: The future of mipsel port

2023-07-26 Thread Aurelien Jarno
Hi,

On 2023-07-24 23:07, Adrian Bunk wrote:
> On Sun, Jul 23, 2023 at 08:36:53PM +0100, Mark Hymers wrote:
> > On Sun, 23, Jul, 2023 at 08:36:15PM +0200, Paul Gevers spoke thus..
> > > Speaking as a member of the Release Team, but without having consulted 
> > > with
> > > the others, I think we're OK with the removal.
> > > 
> > > I have not been involved in removal of an architecture before, I think 
> > > it's
> > > the Release Team configuration of britney2 that needs to change as the 
> > > first
> > > step or at least at the same time as the actual removal from the archive,
> > > correct?
> > 
> > I don't want to get ahead of ourselves until we're sure that there's
> > consensus, but the procedure would normally be:
> > 
> >  1. Release team: reconfigure britney2 to remove mipsel from testing
> >  2. ftp-team remove architecture from testing and associated queues and
> >  perform any needed cleanup
> >  3. ftp-team remove architecture from unstable and experimental and
> >  associated queues + cleanup
> 
> It might be a good idea to have a 3 year gap between 2. and 3.
> 
> mipsel/bookworm is (security) supported by Debian until mid-2026.
> 
> Currently all MIPS buildds are shared between mips64el and mipsel.
> 
> Separate build infrastructures with differently configured buildds 
> running on different types of hardware between unstable/experimental
> and oldstable/stable for the same architecture is something that
> might not be a good idea.

Sorry but I don't see your point. The hardware currently building
mips64el will continue building mipsel for (old)stable(-security). This
is not an issue.

DSA will probably just have to reinstall the hosts running mipsel as
mips64el so that it can continue to be used for mips64el even when
bookworm is not supported anymore (or just get rid of it because is
likely going to be quite old at that time).

Regards
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net



Re: The future of mipsel port

2023-07-19 Thread Aurelien Jarno
On 2023-07-19 11:23, Paul Wise wrote:
> On Tue, 2023-07-18 at 12:45 +0800, YunQiang Su wrote:
> 
> > As CIP United, we do maintain an unofficial port of mipsel.
> > So I wish that Debian can still accept our patch to support mipsel
> > port (source only).
> > https://repo.oss.cipunited.com/debian/
> 
> The closest Debian has to source-only ports are the ones that are
> supported in rebootstrap but not on debian-ports. You could also
> migrate mipsel to debian-ports instead of dropping it entirely.

Please note that maintaining a port in debian-ports in good state
requires more work than an official port. Therefore this should only be
done if there are people actually going to do the work, otherwise it's
just a waste of time and resources.

> https://wiki.debian.org/HelmutGrohne/rebootstrap
> https://wiki.debian.org/PortsDocs/New
> 
> > (And let's keep mips64el port).
> 
> DSA would appreciate it if you could publicly document your plans for
> trixie mips64el hardware qualification on the wiki, as riscv64 did:

Yes. Please also clarify how do you plan to handle the NaN2008 issue for
mips64el. Some of the newer buildds have NaN2008 FPU, while the port and
the toolchain are configured for the old MIPS NaN. This causes some
issues in some packages, a lot of headaches to packages maintainers and
upstream that have to debug the issues, and eventually testsuites being
fully or partially disabled.

Regards
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net


signature.asc
Description: PGP signature


Re: Future of GNU/kFreeBSD in the debian-ports archive

2023-07-14 Thread Aurelien Jarno
Dear all,

On 2023-05-29 18:11, Aurelien Jarno wrote:
> Dear GNU/kFreeBSD porters,
> 
> Over the past year, GNU/kFreeBSD hasn't seen any significant
> development. After reaching out to various individuals involved, it
> seems unlikely that the situation will change in the foreseeable future.
> Here are some statistics that support this observation:
> 
> - The last buildd upload for kfreebsd-amd64 and kfreebsd-i386 was over a
>   year ago.
> - There have been no porter uploads for kfreebsd-i386 in the past year.
> - In the last year, only 11 porter uploads for kfreebsd-amd64 have been
>   recorded, with the most recent one occurring over two months ago.
> - Only approximately 30% of the packages on these architectures are
>   up-to-date.
> 
> With my ports-master hat, I think it is time to consider the removal of
> both the kfreebsd-amd64 and kfreebsd-i386 architectures from the
> debian-ports archive. I would like to emphasize that packages will still
> be available on snapshot.d.o for anyone interested in reviving the port.
> 
> In any case, I am waiting for feedback, and I will wait for at least a
> month before taking any action.

This has now happened, the kfreebsd-amd64 and kfreebsd-i386 ports have
been removed from the debian-ports archive. Technically only the indexes
are gone for now, but the packages will gradually disappear over the
next days to avoid triggering the maximum deletion protection on the
mirrors.

The packages will still be available on snapshot.debian.org for instance
on: http://snapshot.debian.org/archive/debian-ports/20230705/

Regards,
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net


signature.asc
Description: PGP signature


Re: 64-bit time_t transition for 32-bit archs: a proposal

2023-06-26 Thread Aurelien Jarno
On 2023-06-09 16:39, Thorsten Glaser wrote:
> In particular I would, at the same time, like the baseline lowered
> to i586 again. It was raised mostly for multimedia stuff, and it’s
> now justifyable to ask people to use amd64 or armhf or something for
> that.

This is plainly wrong. The current baseline of the i386 architecture
does NOT include any multimedia extension, and certainly not MMX nor
SSE.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net


signature.asc
Description: PGP signature


Future of GNU/kFreeBSD in the debian-ports archive

2023-05-29 Thread Aurelien Jarno
Dear GNU/kFreeBSD porters,

Over the past year, GNU/kFreeBSD hasn't seen any significant
development. After reaching out to various individuals involved, it
seems unlikely that the situation will change in the foreseeable future.
Here are some statistics that support this observation:

- The last buildd upload for kfreebsd-amd64 and kfreebsd-i386 was over a
  year ago.
- There have been no porter uploads for kfreebsd-i386 in the past year.
- In the last year, only 11 porter uploads for kfreebsd-amd64 have been
  recorded, with the most recent one occurring over two months ago.
- Only approximately 30% of the packages on these architectures are
  up-to-date.

With my ports-master hat, I think it is time to consider the removal of
both the kfreebsd-amd64 and kfreebsd-i386 architectures from the
debian-ports archive. I would like to emphasize that packages will still
be available on snapshot.d.o for anyone interested in reviving the port.

In any case, I am waiting for feedback, and I will wait for at least a
month before taking any action.

Regards
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net


signature.asc
Description: PGP signature


Re: /usr/bin/ld.so as a symbolic link for the dynamic loader

2021-12-04 Thread Aurelien Jarno
Hi,

On 2021-12-02 19:51, Florian Weimer wrote:
> I'd like to provide an ld.so command as part of glibc.  Today, ld.so can
> be used to activate preloading, for example.  Compared to LD_PRELOAD,
> the difference is that it's specific to one process, and won't be
> inherited by subprocesses—something is that exactly what is needed.
> There is also some useful diagnostic output in --help,
> --list-diagnostics.

This sounds a good idea, I guess for instance that in the future the ldd
feature could be implemented as an option.

However before exposing directly to user, there might be some work need
to improve error reporting. For instance running the dynamic linker
against a static library like ldconfig just causes a segmentation fault
(at least in 2.34, I haven't tried in HEAD). I haven't tried either
binaries from other libc, but we should make sure that an error is
correctly reported if users try that. At least a binary from a different
architecture correctly reports the error.

> Having ld.so as a real command makes the name architecture-agnostic.
> This discourages from hard-coding non-portable paths such as
> /lib64/ld-linux-x86-64.so.2 or even (the non-ABI-compliant)
> /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 in scripts that require
> specific functionality offered by such an explicit loader invocation.

Do you actually have example of usage of the non-ABI-compliant dynamic
loader in Debian? Independently of the current discussion, this should
probably be fixed.

> I thought that commands with file extensions might be Policy violation.
> Policy actually talks about file extensions for programs installed in
> /usr/bin—but only for scripts.  So it's technically okay.  And today,
> there's already an ld.so manual page, although it's in section 8 and 1.
> (I think /usr/bin is still appropriate because running ld.so does not
> require special privileges.)
> 
> The initial implementation will be just a symbolic link.  This means
> that multi-arch support will be missing: the amd64 loader will not be
> able to redirect execution to the s390x loader.  In principle, it should
> be possible to find PT_INTERP with a generic ELF parser and redirect to
> that, but that's vaporware at present.  I don't know yet if it will be
> possible to implement this without some knowledge of Debian's multi-arch
> support in the loader.  Upstream doesn't have those features (we only
> support /usr/lib vs /usr/lib64 and some minor variants of that), so
> integration might be lacking.

A simple symlink would work as a start, however it means creating a
new non-multiarch package. If we want that feature to be available to
all system, we need a way to ensure this package is automatically
installed.

What is the plan about supporting /usr/lib vs /usr/lib64? If upstream go
the wrapper way, there might not be a lot of differences with what is
needed to support multiarch. From what I understand a wrapper would need
to have a basic understanding of the arguments passed to ld.so to find
the binary that needs to be loaded. Looking at PT_INTERP is one way to
go, however we should define what would be the behaviour for non GNU
libc dynamic loader.

> If someone wants to upstream the multi-arch patches, that would be
> great.  glibc now accepts submissions under DCO, so copyright assignment
> should no longer be an obstacle.

I don't think copyright assignment is really the issue there. We have
two patches left that haven't been merged upstream, one from Steve
Langasek and one from me. The problem is more that there is work to add
proper upstream support for multiarch, I guess the idea would be to use
a configure option. On the Debian side multiarch support is basically
done by defining libdir, slibdir and rtlldir in the configparms file,
plus two patches:
- 
https://salsa.debian.org/glibc-team/glibc/-/blob/sid/debian/patches/any/local-ldconfig-multiarch.diff
  This patch basically changes the way ldconfig gets its standard search
  paths. I guess this is something that could be upstream, probably with
  some changes but I haven't recently look at it in details.
- 
https://salsa.debian.org/glibc-team/glibc/-/blob/sid/debian/patches/any/local-ld-multiarch.diff
  This patch does actually two things. The first part makes sure that
  ld.so still looks in the non-multiarch paths. This doesn't look
  upstreamable in the way its done. The second patch just change the way
  the initial '/' is dropped from $(slibdir) so that it works for two
  level paths. This part looks upstreamable.

> Anyway, do you see any problems with providing /usr/bin/ld.so for use by
> skilled end users?

As said above it might require a bit more work to make that possible,
but, but I do not see it as an issue as principle.

Regards,
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Re: merged /usr vs. symlink farms

2021-08-25 Thread Aurelien Jarno
On 2021-08-20 23:15, Simon Richter wrote:
> I think that one of the release goals should be that any freshly installed
> or upgraded system should have a dpkg database that is consistent with
> reality, and I'd prioritize that higher than actually finishing the
> transition, because as long as we can have files vanish from under us, we
> can't expect that the transition will be reliable for bullseye->bookworm
> updates.
> 
> Basically, we've been lucky so far.

I am not sure we have been so lucky. Problems have been found during the
release cycles, some of them got fixed (#953562), some other are still
there (#926699).

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: PGP signature


Re: Debian Policy 4.6.0.0 released

2021-08-18 Thread Aurelien Jarno
Hi,

On 2021-08-17 20:35, Sean Whitton wrote:
> Hello everyone,
> 
> I just pushed version 4.6.0.0 of the Debian Policy Manual and related
> documents to sid.  Below you will find the significant normative changes
> from the previously announced release of Policy (4.5.1).

[snip]

> 9.1.1
> No package is allowed to install files in ``/usr/lib64/``. Previously,
> this prohibition only applied to packages for 64-bit architectures.

This path is used by the multilib 64-bit toolchain on 32-bit
architectures, for instance libc6-amd64:i386, or a few essential
libraries like ncurses.

What kind of fix do you expect on the packages? Is it finally the time
to get rid of multilib and use pure multiarch instead?

Regards,
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: PGP signature


Bug#971990: ITP: rpcsvc-proto -- RPC protocol compiler and definitions

2020-10-11 Thread Aurelien Jarno
Package: wnpp
Severity: wishlist
Owner: Aurelien Jarno 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-gl...@lists.debian.org

* Package name: rpcsvc-proto
  Version : 1.4.2
  Upstream Author : Thorsten Kukuk 
* URL : https://github.com/thkukuk/rpcsvc-proto
* License : BSD-3-clause
  Programming Lang: C
  Description : RPC protocol compiler and definitions

rpcgen is a tool that generates C code to implement an RPC protocol. The input
to rpcgen is a language similar to C known as RPC Language (Remote Procedure
Call Language).

This package also includes several rpcsvc header files and RPC protocol
definitions from SunRPC sources that were previously shipped by glibc.


The glibc SunRPC implementation has been removed in glibc version 2.32.
It is replaced by rpcsvc-proto and libtirpc, which also brings new
features (IPv6, Kerberos support, etc.). This package will be maintained
within the glibc team.



Bug#968632: ITP: libnss-nisplus -- NSS module for using NIS+ as a naming service

2020-08-18 Thread Aurelien Jarno
Package: wnpp
Severity: wishlist
Owner: Aurelien Jarno 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-gl...@lists.debian.org

* Package name: libnss-nisplus
  Version : 1.3
  Upstream Author : Thorsten Kukuk  
* URL : https://github.com/thkukuk/libnss_nisplus
* License : LGPL-2.1+
  Programming Lang: C
  Description : NSS module for using NIS+ as a naming service

This package provides a Name Service Switch that allows your NIS+ server
act as a name service. This means providing user account information,
group id's, host information, aliases, netgroups, and basically anything
else that you would normally get from /etc flat files.

This module was formerly part of glibc, but is now standalone to be able
to link against TI-RPC for IPv6 support.

glibc 2.32 removed support for NIS+, and with it the libnss_nisplus.so.2
NSS module. This package will provide this feature instead.



Bug#968619: ITP: libnss-nis -- NSS module for using NIS as a naming service

2020-08-18 Thread Aurelien Jarno
Package: wnpp
Severity: wishlist
Owner: Aurelien Jarno 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-gl...@lists.debian.org

* Package name: libnss-nis
  Version : 3.1
  Upstream Author : Thorsten Kukuk  
* URL : https://github.com/thkukuk/libnss_nis
* License : LGPL-2.1+
  Programming Lang: C
  Description : NSS module for using NIS as a naming service

This package provides a Name Service Switch that allows your NIS server
act as a name service. This means providing user account information,
group id's, host information, aliases, netgroups, and basically anything
else that you would normally get from /etc flat files.

This module was formerly part of glibc, but is now standalone to be able
to link against TI-RPC for IPv6 support.

glibc 2.32 removed support for NIS, and with it the libnss_nis.so.2 NSS
module. This package will provide this feature instead.



Bug#968523: ITP: libnsl -- Public client interface for NIS(YP) and NIS+

2020-08-16 Thread Aurelien Jarno
Package: wnpp
Severity: wishlist
Owner: Aurelien Jarno 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-gl...@lists.debian.org

* Package name: libnsl
  Version : 1.3.0
  Upstream Author : Thorsten Kukuk 
* URL : https://github.com/thkukuk/libnsl
* License : LGPL-2.1, LGPL-2.1+, BSD-3-clause
  Programming Lang: C 
  Description : Public client interface for NIS(YP) and NIS+

This package contains the libnsl library, which contains the public
client interface for NIS(YP) and NIS+. This code was formerly part of
glibc, but is now standalone to be able to link against TI-RPC for IPv6
support.

glibc 2.32 removed support for linking against the libnsl.so.1 library,
although the library is still shipped. The libnsl library, providing
libnsl.so.2 (so that it is co-installable), now replaces it.

This package will be maintained within the glibc team.



Accepted usb.ids 2020.01.09-1 (source) into unstable

2020-01-10 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 Jan 2020 23:28:01 +0100
Source: usb.ids
Architecture: source
Version: 2020.01.09-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Changes:
 usb.ids (2020.01.09-1) unstable; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 39109ac579f3d188f46e437e6f4d96ccf5ba78dd 1745 usb.ids_2020.01.09-1.dsc
 8b9d3c31e772cf85306fd7ccc47ccb096244d8a8 172476 usb.ids_2020.01.09.orig.tar.xz
 aa0da4505fa7088b2412ffebe7a08cdc88dfa7b6 2372 
usb.ids_2020.01.09-1.debian.tar.xz
 6faa0e2b9d732b6cbb808a0f9c75aec3adcebe8b 5376 
usb.ids_2020.01.09-1_source.buildinfo
Checksums-Sha256:
 d1fc7a11c453356f636e4206f9cec7c92c1f277613936fae12c36aaaf496538b 1745 
usb.ids_2020.01.09-1.dsc
 dfe7f96e59bec7cb0a7098c7d8803b8e035deac967db0f2208edbcd8852d7219 172476 
usb.ids_2020.01.09.orig.tar.xz
 45609b963f6f7372effd59fa2b91a4b8d2ff9f5acec0e9793d5eb6cc997db7db 2372 
usb.ids_2020.01.09-1.debian.tar.xz
 28786c8f3b227ad7deda2a27d9a9b630c9e02622ad5616fb44e3bcf1fa45b036 5376 
usb.ids_2020.01.09-1_source.buildinfo
Files:
 dc7bd49bda3ba48e07aca31c87c976ba 1745 admin optional usb.ids_2020.01.09-1.dsc
 4f8b9bc9f8b50761e721294317d97935 172476 admin optional 
usb.ids_2020.01.09.orig.tar.xz
 d444ab4ee8fe525d5b03b18743d8deda 2372 admin optional 
usb.ids_2020.01.09-1.debian.tar.xz
 139515660fe84ec2acd43260e375724e 5376 admin optional 
usb.ids_2020.01.09-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl4Y+nYACgkQE4jA+Jno
M2s7sQ/9GYHHUVpMUPFnlhhEKyvGwP2aKHomf3KKw+QmncPel9tOqKDx5Mwj0c0A
HqMddygrJGRBreJsxlDH1JfFGyQvVfJAZkiyaUFr6et7zVSrHkQzfe+g+o0BvZ6D
xHALm+0S0XnafQyQVOUOxaziq2H13Lcq7VdsXZvUapShcmsifZOQesj+tZRepPbZ
DU2sXanj0n6nPGSGxUgFDAJgQoynuOhBE5QdFAJHQfsXqJuVgl5nlrhqd8OBTakn
SPFr3Atm1cyk9jM0skx2wgs+LGOGw7Q1y4Rba2jVifYru0Q7+1EcixGe2ITr8KkM
qoOILnjo8CnYg9NLKnorylVaGg43iGl7zvayJA/h1qgQr7/SXn9+iMDpWKNIIu0P
T5nwBimrpwb5nK/dzz39Vhf25N5teJgq30fWHiQ4QvyzukSZ6f1TC+OfjEmKBso3
QZm68ysi8wlX1iBfXEXhlIk6X2p76lbkZXLIWHdWVqQMVWeu/fMhhoXD9Si1qymf
dZOmuwBmchQj5NRjYHmRJaoX9IAWGgEFwr5pG3KtocVJmgW721nXqfJdUz5pBs7w
3NggiaC136EBltgxx6JS2YPQn3zAlAzXZcPtwohQKu1kCZFrQJd/xQ4MD0LR7Rcc
G2RLzF39vZEoNZEuGGGYLRmfFclGnvHfxFVYH2YxM/hK6rlDaLg=
=InX9
-END PGP SIGNATURE-



Accepted glibc 2.29-9 (source) into unstable

2020-01-10 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 Jan 2020 23:21:25 +0100
Source: glibc
Architecture: source
Version: 2.29-9
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 948396
Changes:
 glibc (2.29-9) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * patches/hurd-i386/local-fix-nss.diff: Refresh.
   * patches/hurd-i386/tg-hurdsig-SA_SIGINFO.diff: Fix setitimer.
 .
   [ Aurelien Jarno ]
   * debian/sysdeps/{amd64,x32}.mk: do not optimize for pentium4.  Closes:
 #948396.
   * debian/patches/any/local-revert-24323.diff: revert upstream change
 preventing dlopening PIE executable, The patch is correct, but breaks
 the autopkgtest for wcc and prevents the migration of glibc to testing.
 Revert it temporarily until wcc is fixed. See #948613.
Checksums-Sha1:
 9242e9316b8dc15e6fcacbc953a572b70d5541e4 8735 glibc_2.29-9.dsc
 18761dd4127666baf1a26f2b1298cd308bb404e8 868392 glibc_2.29-9.debian.tar.xz
 d1ac998bc4965890f1d240bfd342c9d81ed56861 7575 glibc_2.29-9_source.buildinfo
Checksums-Sha256:
 8fecfded06e93b182184b87a9f195fd5d42b4a706f08cd99c747656fa57a1e01 8735 
glibc_2.29-9.dsc
 39fea8eabae86eadf191469a0315cfebae031b3140cb40c710c25ddc20a2bd06 868392 
glibc_2.29-9.debian.tar.xz
 733b838afb4f8e3c836badb3c5791b542a0559a04bf9a22ebf550c73cab6ea19 7575 
glibc_2.29-9_source.buildinfo
Files:
 f52d82bde8bd18dc8b7b6ed903cc 8735 libs required glibc_2.29-9.dsc
 235fe1191fa646c3ae4e53f79f86d46e 868392 libs required 
glibc_2.29-9.debian.tar.xz
 9624017955d62c8b00b74cbd8c2b8909 7575 libs required 
glibc_2.29-9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl4Y+kMACgkQE4jA+Jno
M2v0ohAAivAIbA9D8e0fRewvovC7WOGgJwHfb5R73/WM2eG7cQluiXXh6CuwV26c
p42m1paGhOl8zjHfFVKPs0roldZKSK3CrHWB/Mepjaxy2My3urlMxq9F2VfG6MiJ
pCizaTYI0BAnWc/AsOpIl/e5hCmQHQx2YvMJOkZRVc2WkPh6RTWbq/9tZ+f1SZ8t
Ag0aEcz4jej1jPZ/c8K81Q1BotiSAbb/cKl0fQ+T5lGPmSenq+RJO1mtDpJa2Zoc
9B9987rI0qk4SPLVXc2LHVnx8DlganfdyzrhI0VgVk6KUiBpEpzwXPkO5XLu5vlX
K5hZvb8Vx3zs5fnQaX22Szjiw0Kyecwqr83lXvvT4jVuYw4248hzu/H7yeUD7drq
/YW+7RNrAwvcqC3jfpDHIQZ+DzacYqXFnpj8HL7Kfbs3dOZLxd/YHWnLTlzcKKjj
lipMGuBQsRe8QIAphM7YaRncBInSBZZlwi4mdzsjlbss+IuKdoiq7TSnfUybBwHL
gwalJgslVJLQxqtYo5Vh6hdPm0L8f9KknMAQ79ap6Dq0ykxFa/RapCzEtVfDICTZ
eTOA1IDIQlEPxfhL4mCyGrdGalxk4ae3nd1jgeQS2+RsUV01Wwwsjc9KqEZuL8ML
+nG9ElhGnQcqxRm/pVu5auB3OwR+G8ovbk2JSSkNr1W1ohLAk3c=
=FTbV
-END PGP SIGNATURE-



Accepted glibc 2.29-8 (source) into unstable

2020-01-05 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Jan 2020 13:03:42 +0100
Source: glibc
Architecture: source
Version: 2.29-8
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 945250
Changes:
 glibc (2.29-8) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * patches/hurd-i386/posix_openpt.diff: Add posix_openpt support.
   * patches/hurd-i386/git-errno_location.diff: Fix pthread link of protobuf.
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fixes ASLR bypass for setuid programs (CVE-2019-19126).  Closes: #945250.
 - debian/patches/any/git-socket-constants.diff: upstreamed.
Checksums-Sha1:
 3f9b60ae1c228735164969d1c81f225f09105383 8735 glibc_2.29-8.dsc
 b929625d79179486964f6d120ca2103215807dbe 868036 glibc_2.29-8.debian.tar.xz
 95f5213729012843de23763ba186f50b006bf2aa 7463 glibc_2.29-8_source.buildinfo
Checksums-Sha256:
 ef791b97a655153470a2326cf4746bf24ba885d055e66f5b148c7f974e3b412b 8735 
glibc_2.29-8.dsc
 74a9536b0e06d18771b2203caeff9501209ad0e4d8fd1b40a9350aa54b57621e 868036 
glibc_2.29-8.debian.tar.xz
 97c5b02516f1baf128df4cda4bd347227a83b5f4031588994bc048de43a120b5 7463 
glibc_2.29-8_source.buildinfo
Files:
 f3e97fa43c8b01a9936de4ce210d0d9f 8735 libs required glibc_2.29-8.dsc
 30b84e883fb26aca0860ec334b9216b2 868036 libs required 
glibc_2.29-8.debian.tar.xz
 004370dff6f7a22546b3b438f58075bb 7463 libs required 
glibc_2.29-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl4R0okACgkQE4jA+Jno
M2sCXBAAihEvy/r0Nb4f+9F87Lysr1GA1znad8Eb6HtSMmjvdrJuxJJatzHHKL1U
j9l4MfXEvKaxYbnsSWnlHTCVyleTJm9wlcACnLrXDvhS6vwUeiT6klhp4si42Urx
SpBAATSMstnZk7tYHbnwzhuN57v1HtwZtCIYHrq23Pu1N4y2NQBppaw/ihQB1idA
2mzM1t1mVRD1jKnOYnwJtbn5JX6B0UA5FSNLGldAH3zz8b9nn9swBcpwmtLg/rYd
iDyX/vGBySxeoJuo5KxdkEhR7FvKEAOlcUmZ8E3muukjLvYrKuZ81u6GNZ7hLv3r
XuOa3hlDD5Se4RuTwDJQKtgkOwGQsX474DiiKmGYKn7sLXKcUGP9+j4Y70aEZiNl
bMwtPwl6Gnb4RzSZuoeW/M5QRMfgMKAkoJ/bsus7x4SCLLTqQyS1UlRuwI++w31w
cChXoPNqg3ux6kEHdNT2UDBcVPofeU2h+ZYZNSCYxaX8fX8piNwmkTehp1YpHStb
tkrgjk/JUe82ngGyN3rIj2TNKAHnAymV0+ritRHWyWluW2BerE/g1V/oXB6V8VMA
bu4cmeLIm+BXwFrKqyOCdGIZCIK3aoKnqdU5jRJ7VsCfbXRLvx/Ab9+KK6f43DVe
k7gKhv0jNvwuHS8BwNd8WnhhXUMZyBgy/m9cJ+PN7uE0sCzmHS4=
=7ylT
-END PGP SIGNATURE-



Accepted glibc 2.30-0experimental1 (source) into experimental

2020-01-02 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 02 Jan 2020 12:16:20 +0100
Source: glibc
Architecture: source
Version: 2.30-0experimental1
Distribution: experimental
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Changes:
 glibc (2.30-0experimental1) experimental; urgency=medium
 .
   [ Samuel Thibault ]
   * patches/hurd-i386/tg-sendmsg-SCM_RIGHTS.diff: Rename to
 git-sendmsg-SCM_RIGHTS.diff.
   * patches/hurd-i386/tg-context_functions.diff: Rename to
 git-context_functions.diff.
   * patches/hurd-i386/tg-hurdsig-fixes.diff: Rename to git-hurdsig-fixes.diff.
   * patches/hurd-i386/tg-hurdsig-global-dispositions.diff: Rename to
 git-hurdsig-global-dispositions.diff, refresh.
   * patches/hurd-i386/local-hurdsig-globaldisp-version.diff: Rename to
 git-hurdsig-globaldisp-version.diff.
   * patches/hurd-i386/tg-hurdsig-fixes-2.diff: Rename to
 git-hurdsig-fixes-2.diff.
   * patches/hurd-i386/tg-hurdsig-boot-fix.diff: Rename to
 git-hurdsig-boot-fix.diff.
   * patches/hurd-i386/libpthread_sigs.diff: Rename to libpthread_sigs.diff.
   * patches/hurd-i386/local-hurd_sigstate-PLT.diff: Rename to
 git-hurd_sigstate-PLT.diff.
   * patches/hurd-i386/tg-hurdsig-SA_SIGINFO.diff: Refresh.
Checksums-Sha1:
 03c676a616ba7285d4779e3422ed632a325a2a20 8787 glibc_2.30-0experimental1.dsc
 1fd8501860689fdd4067b07140e4537a45534d6d 819652 
glibc_2.30-0experimental1.debian.tar.xz
 3d0b437ceb2bd265e5af6c4d54fccc5ae98fd28e 7505 
glibc_2.30-0experimental1_source.buildinfo
Checksums-Sha256:
 a486552490de2a755bdec723cf42eee170016cda57b44b83b32e4b983a7b67e5 8787 
glibc_2.30-0experimental1.dsc
 5b92210b2bfcdea153d8f642eb1a37cb4dc8df2a8993a86a139a80a7c9ed31aa 819652 
glibc_2.30-0experimental1.debian.tar.xz
 217a2d95af3c213cc8435406523ffdf53bd8a97cda1fd44013ef098713e86d4c 7505 
glibc_2.30-0experimental1_source.buildinfo
Files:
 aa1e68bea745b866cf2661f9b73ad2d4 8787 libs required 
glibc_2.30-0experimental1.dsc
 3f4dea07e8e1bba7dc64270fb396d601 819652 libs required 
glibc_2.30-0experimental1.debian.tar.xz
 5494915022b40ebdf4802e1056b24b26 7505 libs required 
glibc_2.30-0experimental1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl4N1i4ACgkQE4jA+Jno
M2s1sg/+JtpUjjmkDveS8D7gziSVWCt3+nUO9ZTh7ET3+Zgm+dNsvPJbnwGJBSvX
iYr3HrVBA4gxDz0MQEOOA+jCZGLBfdG2gvVMlyvKuS+Y1430GuG27EjJIOofaM30
X5i4CYuKrnuhJrgxV0W9jbltP7RQdEiVbBnTyPPKPoNQKE6kUw2/rGdJraeCFzT8
2/p3iPP35keS1aFNvsCXvb7ZDccFpMATpGqXY5GwK1uwE8EuK2KinYbtyfdcQHpR
ziecUBNgzO50CGesFElIXLa4RP59jjfpZGgm6G2hGwDfqPWCDRoIvSRSjh0HD5kL
ZdLq0BhYtN4n+VBp/RXMRMaOORQlHuq+av9iQXByWXyVaor6QVCEMTzN8Q85h9Uu
B/T7HWfQdG/xyX/LWv8T3KyRSuzI0QeoeOHsnExYL2oP+9MWAG/VTIUO8IW5cZIe
Zk4oHURDBNfKPSQAhMDgUSncZy1Wf8yMWrcmC/+hvkeIFefQ0YhCs5GKWqDPw5KV
y4Alv666GAnoWcWqPZ8Gqbw00AmKPjeaBVDbDdueUezm3etjD5qZ21Qe46UR9fHO
POiJKxItWxEhC9RtkKYfHScwF+hOk0d70x/1tMAbNkYKQv8J9Zvm0aZZtpa2N9CV
pNqJCAo4k/vGxGx8qe0rbDkm8+A1UFNwmr+2kcjzfEvhA0xMCtk=
=t62n
-END PGP SIGNATURE-



Accepted libusb-1.0 2:1.0.23-2 (source) into unstable

2019-12-30 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Dec 2019 22:55:13 +0100
Source: libusb-1.0
Architecture: source
Version: 2:1.0.23-2
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Closes: 947619
Changes:
 libusb-1.0 (2:1.0.23-2) unstable; urgency=medium
 .
   * Bump Standards-Version to 4.4.1 (no changes).
   * Drop patches/gnu-hurd-stub.diff and replace it by two upstream patch
 adding the Null POSIX backend (closes: #947619).
Checksums-Sha1:
 558762d1caaf7e575c1924877f0a2776c8ee1889 2140 libusb-1.0_1.0.23-2.dsc
 9b157fbaf7f0b89dce6ed5570042fb550e33011b 13632 
libusb-1.0_1.0.23-2.debian.tar.xz
 f6722c73e76454f0eee6afb9116281efe2fbc401 5615 
libusb-1.0_1.0.23-2_source.buildinfo
Checksums-Sha256:
 15e681a440c7bb7ddbd4714a3bdec2816eb1aaff02114695d23203c982e05559 2140 
libusb-1.0_1.0.23-2.dsc
 f03436b7b36fec20cfd8e893224db3af34df83eb2111bded847bf25f47498cb7 13632 
libusb-1.0_1.0.23-2.debian.tar.xz
 db846f854292cb0564b3cf68906f05e362d6faf4e4a406b5313214b05ccda087 5615 
libusb-1.0_1.0.23-2_source.buildinfo
Files:
 2c5c703dff62aa3ec24fb97c0f8074e0 2140 libs optional libusb-1.0_1.0.23-2.dsc
 6f174524e57522290d6f52133d60e99c 13632 libs optional 
libusb-1.0_1.0.23-2.debian.tar.xz
 329ce226ded390b9b25d47ce7a08352e 5615 libs optional 
libusb-1.0_1.0.23-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl4KctgACgkQE4jA+Jno
M2u3Ew//fT/sUKL+H0Kr4Klv3oluYKKP4RuXDUb/sNpUD180miixCM1kDt9PMlw3
Djaaf9WO3b1F0pwnLpE49LhVt27r6+4aJtumHdgDzaZFcv2CCHYuJ+/3gO3oAOkI
CU/0/ko4U/kTJZsGeYhdJRAVMFobBQgtcGCdHgEgdCZzGshXEZQmjhBYgDlXMrDt
MfbDrA8thd9MWISM2fPTWwtA0XnThn75f+3yH/OaeYHuqA500JF6v13u2R//C9tH
xQjETta2zbZ7+k9vccv2lhvXvWM+Fq87axPaySoe0JYclN8nWNm/NUNeczpByX+s
H5Cjvt27/DoE3/rKvO7d+Qya/FF3Xq9MPt+lWqt/TLQ1MNL81tczGGx+YSLBY+m7
r1EZ1ghP0l8pc9CIr3sgjIDqMZeRrZIF+kRier37zaqQVkS57cCiDZXVzjqlqIPI
oCPVX4Hgoxf0B4N6RkOtiqvezTR9zWKNCoRan9Una/3hDRgyf/Y7K9mV7aUkojY5
K1e0OA+3QHWrPL45KAMfDy6RJGquItAVcYRKPy0OQ5d1yZ7sjMVMcjF2qIIrY/Qu
G3pWDP5KeLULud5YTbuAzxQWYTtBH+rIOolAmU5zGPzNwzj0A/UTWrJ1bCh91dP4
DCvIarGxDhIYgCG+RA8PwnyCqBbhN30DOdrC9mqaadMb0X91+Ds=
=sknC
-END PGP SIGNATURE-



Accepted glibc 2.29-7 (source) into unstable

2019-12-30 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Dec 2019 19:12:42 +0100
Source: glibc
Architecture: source
Version: 2.29-7
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 947778
Changes:
 glibc (2.29-7) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * patches/hurd-i386/git-altstack-RPC.diff: Fix restoring from altstack while
 blocked in an RPC.
   * patches/hurd-i386/git-getrandom.diff: Add support for getrandom &
 getentropy.
 .
   [ Aurelien Jarno ]
   * debian/rules.d/debhelper.mk: change dependency from libcrypt1-dev to
 libcrypt-dev.  Closes: #947778.
Checksums-Sha1:
 1ff10ce6cdb37a6d16459293ae079122564a0628 8735 glibc_2.29-7.dsc
 26a6a8d4f4793829843babcb603c9c6501fc9e23 856872 glibc_2.29-7.debian.tar.xz
 6cc1aa37bc070351108c2b5336dc1079a85d2ee8 7453 glibc_2.29-7_source.buildinfo
Checksums-Sha256:
 e35286c7493fb3d01551220ecbc20a2632f9ee2f148ddc5d4f5f91c296c3199b 8735 
glibc_2.29-7.dsc
 97181fd1c6f574edda864e10105fed69a1e1296a446cfff9b06ae8687f332a16 856872 
glibc_2.29-7.debian.tar.xz
 fbf088a2cde3166cd30de04a4d1f00325eeaf4e771e2cb96bd30fcac86a66a53 7453 
glibc_2.29-7_source.buildinfo
Files:
 dfdda565ebec98f8c4e8d01903934666 8735 libs required glibc_2.29-7.dsc
 135adb907169342a1c2b6f593e1bf0f2 856872 libs required 
glibc_2.29-7.debian.tar.xz
 c0045f8fe9ca3198d6fd75c71f5f284c 7453 libs required 
glibc_2.29-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl4KPtYACgkQE4jA+Jno
M2tw8xAAj54sJKEe6sImu6OjsPkj91cbYrZZVueq+iytPX8dDq78+D59WLFikDH8
wJvve2TaG2Scp1rusfhEE2134hdwX9w8ne7NSTMWoBUxdFT2cMJO6KxY5BbSOcWX
WrcgGnw46+g3+yS3RuBkLbsbdMvwSSneeAsj2PwQL6amHDSf2gi8jPkQKbvVg5m8
BOpM3fQe4MQ9vI2eXU6avjuP7zbyZKD8LzY2IXUO+6nCBWRYO1rfK3Kmy5DFAg27
hELod5NcKG98Rxu5McG0UQTkZSfnUSY9jF7bjkUyOb9Fln248TiiKQjS6e7eQBe5
dFgLgQfRioXjTCeH41OX8P+o9HH+ffGHmdGEGsR1k46zphNvuQC9gLB90Vey4xwY
YKTcHNf8veonbQN1nRyExJJFl6AfBKoKcaelw7tltu2uA8hYycLHO8qzikujjDH1
CCM8duTIx9QEwWHn138dXrlQPUZXba31H+QJs9eUqbz9C9b0u1DgMRAlwa1wW1wK
67qkhZ4slmjd1txgTkAXS1tmi6RbJB85FQpxt4pZi/5jcP3HAcCPH/VTnDgHL6gJ
NtlWX+/tOAny+AhvXvaaMfAJ2WBrr5rOCscM1VZXjTElLsCvF064c92+YozxKHbZ
4oGG/y3fLncaqKv2+V/2Eo+8aRmHHqF38J0Oh3093Bo+pv/D9i4=
=jaPa
-END PGP SIGNATURE-



Accepted glibc 2.29-6 (source) into unstable

2019-12-09 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Dec 2019 00:06:38 +0100
Source: glibc
Architecture: source
Version: 2.29-6
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 946396
Changes:
 glibc (2.29-6) unstable; urgency=medium
 .
   * debian/shlibs-add-udebs: drop libcrypt.
   * Fix rebootstrap and cross-toolchain-base (Closes: #946396):
 - debian/control.in/libc: replace libcrypt1 by ${libcrypt:Depends} and
   libcrypt1-dev by ${libcrypt-dev:Depends}.
 - debian/rules.d/debhelper.mk: add libcrypt:Depends=libcrypt1 and
   libcrypt-dev:Depends=libcrypt1-dev to substvars unless build with stage1
   or stage2 profiles.
Checksums-Sha1:
 4aa42ac5584987db3b727431965c89777037924e 8735 glibc_2.29-6.dsc
 75326bfdcf2f7ca4856a10535a2d57bd17bd1068 854388 glibc_2.29-6.debian.tar.xz
 57f22c1c56f1fb21421f1013a2be1f720099f813 7465 glibc_2.29-6_source.buildinfo
Checksums-Sha256:
 e80a6b41e4ee7fb105bf7df8c4f149bfe7301e66300b60f6b3e0f7e50baf745b 8735 
glibc_2.29-6.dsc
 c888fc710170410897d5d843fb0496c91cf5acd8236b67dd693e99f930b9a8e9 854388 
glibc_2.29-6.debian.tar.xz
 d6f7be30e31b4be28282fece0d6fff0a2ba71fd54985e543c23ab41b866a0494 7465 
glibc_2.29-6_source.buildinfo
Files:
 59b0f6ef82b536880e3b25f87ecb64d7 8735 libs required glibc_2.29-6.dsc
 88265b7b5ec15e0ede5197a274d9a1e4 854388 libs required 
glibc_2.29-6.debian.tar.xz
 4212b81b9d32e6a9c463e8fb1d1039f2 7465 libs required 
glibc_2.29-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl3u1B4ACgkQE4jA+Jno
M2v2GQ/+LHeVLATqk1ZirNPi0zfgn+Zglf8uqVtsG/gvOI6/N7lg4mnK/6CaJI1u
iknzU/khqXuNkd8AN3Fr8B4dDcInQlmfQAgwbZ9OOp1w2FUEHikMPyuFGLAaVucb
1rxWK+t0vThz98ZaQzkZuwjVBAEl1EpyFdh7YN8UINRA4rUcJMzUt6K9n/f+RnZp
xavF25vQK1Wlk16dSYFSX7wHHXWbceCipXa7fVCRSixShvlXXbxKcRRTJAcHhwxP
lZHykcMxn7aFZGh4IxldFPylJcv5QtDG1yIbspbEQ49PxpPLyl4kkiExrWVJk5o3
mqBakhd5GSNja66Wq6LOamc3eDo5xsqmwjTHfqFNQOWAj7YjAam4wmVg3DQoxnIQ
O2+n4iLbZCtBiza/9BjZkmnF4lyMP38DgwazAQqZMnh3tvHWM6HA7ZwQk6gpmcLp
MQiylmiVq7KW+eZZRhrBAsTMjbTXYfMx6TGwdRpagAQ3qIx1iiZZY2T7rs4GeFUN
ufMjdKnGcMxD+XLNFk8RBRMQxK9wHu5k3vMmc698srplUZdzoBRgtMnHOVxHJEbM
1grAs5LYP4KOpTBbCcZ7SFPUUgRHVYym6+TqkEghwi+75d7Rlw6GOIkscweVTYp9
akXirV1GmAl7Y9H8pv+4KYpUpstO62Fqw+hV4i8OCVOR7mfWFSs=
=05i4
-END PGP SIGNATURE-



Accepted glibc 2.30-0experimental0 (source) into experimental

2019-12-06 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Dec 2019 23:18:04 +0100
Source: glibc
Architecture: source
Version: 2.30-0experimental0
Distribution: experimental
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Changes:
 glibc (2.30-0experimental0) experimental; urgency=medium
 .
   [ Adam Conrad ]
   * New upstream release 2.30, with git updates up to 2019-09-08:
 - debian/symbols.wildcard: Add 2.30, and debian/control: Regenerate.
 - debian/patches/any/git-libio-stdout-putc.diff: Upstreamed.
 - debian/patches/any/git-pexpect-pretty-printers.diff: Upstreamed.
 - debian/patches/any/git-socket-constants.diff: Upstreamed.
 - debian/patches/any/local-tst-eintr1-eagain.diff: Obsolete.
 - debian/patches/hurd-i386/git-renameat2.diff: Upstreamed.
 - debian/patches/any/submitted-resolv-unaligned.diff: Rebased.
 - debian/patches/hurd-i386/tg-hurdsig-SA_SIGINFO.diff: Rebased.
 - debian/patches/hurd-i386/tg-hurdsig-fixes-2.diff: Rebased.
 - debian/patches/hurd-i386/tg-hurdsig-fixes.diff: Rebased.
 - debian/patches/hurd-i386/tg-hurdsig-global-dispositions.diff: Rebased.
 - debian/patches/hurd-i386/tg-io_select_timeout.diff: Rebased.
 - debian/patches/hurd-i386/tg-thread-cancel.diff: Rebased.
 - debian/patches/kfreebsd/submitted-auxv.diff: Rebased.
 - debian/patches/locale/locale-print-LANGUAGE.diff: Update for new test.
   * debian/patches/any/local-test-install.diff: Use install_root rather than
 DESTDIR when installing container root, since we override install_root.
 .
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/local-fix-nss.diff: Rebased.
   * debian/patches/hurd-i386/{tg-single-select-timeout.diff,tg-setitimer.diff,
 tg-remap_getcwd.diff,tg-io_select_timeout.diff,tg-poll_errors_fixes.diff,
 submitted-anon-mmap-shared.diff,tg-ONSTACK.diff}: Rename to git-foo,
 committed upstream for 2.31.
   * debian/testsuite-xfail-debian.mk: Update with new failing tests and fixed
 tests.
   * debian/patches/hurd-i386/git-ONSTACK.diff: Move earlier in the queue,
 since was applied upstream.
   * debian/patches/hurd-i386/tg-hurdsig-global-dispositions.diff: Rebase
 accordingly.
   * debian/patches/hurd-i386/libpthread_version.diff: Remove, now useless.
   * debian/patches/hurd-i386/local-hurdsig-globaldisp-version.diff: Remove
 version compatibility symbols, now useless.
   * debian/libc0.3.symbols.hurd-i386: Update accordingly.
   * debian/patches/hurd-i386/tg-sysvshm.diff: Fix warning.
   * debian/patches/hurd-i386/local-versionshack.diff: Remove, now useless.
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch.
Checksums-Sha1:
 3ae5fb97755ff6c82fbcd7f31c813a633d44039b 8787 glibc_2.30-0experimental0.dsc
 138c49db6f0c16fe830a6ec58972c5bc570f 17158704 glibc_2.30.orig.tar.xz
 476bd77efe9230bca336c81ca2e3bd39181a8097 816884 
glibc_2.30-0experimental0.debian.tar.xz
 caed3217623915744083a80969cb990002ec552e 7167 
glibc_2.30-0experimental0_source.buildinfo
Checksums-Sha256:
 86ee6f19256217032aef2613d6fcef6707f2e66c04933c3c1e22edd2a1fe88a9 8787 
glibc_2.30-0experimental0.dsc
 70126104e388f74a1b37c95b9b947c4db5f23af4e7ec84df6de9113d4d57217c 17158704 
glibc_2.30.orig.tar.xz
 0b6097e60112d1e5b9d15f3011c4c0f68c14114a8d43d49ba32d33c39246fce2 816884 
glibc_2.30-0experimental0.debian.tar.xz
 761ab36a52b3e2f2e781cbfe3627cdc2efc5a318fec30d791c49556d15651b73 7167 
glibc_2.30-0experimental0_source.buildinfo
Files:
 6c1c862de044f80d56d374c76ed126d9 8787 libs required 
glibc_2.30-0experimental0.dsc
 34cd861b3f6fc434b7e7c74867b84211 17158704 libs required glibc_2.30.orig.tar.xz
 f84d8e3047f9c451cbe1aa7ca2b409bd 816884 libs required 
glibc_2.30-0experimental0.debian.tar.xz
 821948b9ebb3a4ed9ea7476de2e7e704 7167 libs required 
glibc_2.30-0experimental0_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl3q19EACgkQE4jA+Jno
M2sKug//Tw2hbUj0JfLaIFryHmL7tMg91uDEJeXGxNemeiCwqhD1rWFIHdgSYK02
kXTEcXHKtlRaSZ9F9IKi/WbvGw3PFlPVmMpXnTXrwjgHoT2MqH978vM9zCyQxE16
3LH5IXsibKy5UDRaQTK7SpnHCoCKR58ucPOs1+5FmfWs5r8JlC8biC5buRiIceLu
Euq5RI3xm2ApS+8MV0EgTUruO4p0khwfc2tW1kG/u/BVKmJfmV9EUqhi73Ue5Vmn
YdKUVfXHkFQK0itgKzrbXC+o6YxOjhLX+14750de6mt9A2z4J/h2VZKvsKWVCQD1
EH0XUIhD1vdKgSfv7QOhxLJZNpZxFJ69HptlpNQ773BRjbMJVl2eTKjPouH2E/9m
s1+vbc9axsRVWEzUty5ZYe38fFsvTiDIBGStVL33S9NZiFCnV+dgrpAdYVgKx68D
q7pk2UZF5nTfYflvng2aLKRCbuUjFis1kHnidNQkloI71bx7d1o51JKI06YXwPb9
4KY7BO/lDodIfGWgS3QIY1fnwQnWwFJ+7yrQQyh8sCfQs+/zSxqrMaYQHgdqYQGv
IzdHcRIF42r84r+IOn/b2J/rgMQMjgdemOsaiPaoGXO1TxVV/qkU15qUftZrbSF9
U2vKZHavHQZgqVu2uSuhntFsgBPTu1RqC/B8rOxgAE7JTmBF66k=
=JtWo
-END PGP SIGNATURE-



Accepted glibc 2.29-5 (source) into unstable

2019-12-06 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Dec 2019 21:33:17 +0100
Source: glibc
Architecture: source
Version: 2.29-5
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 941853
Changes:
 glibc (2.29-5) unstable; urgency=medium
 .
   * Upload to unstable.
 .
 glibc (2.29-4) experimental; urgency=medium
 .
   [ Aurelien Jarno ]
   * Upload to experimental.
   * debian/control.in/libc: make libc depends on libcrypt1, libc-dev depends
 on libcrypt1-dev and libc-udeb depends on libcrypt1-udeb.  Closes:
 #941853.
   * debian/rules, debian/rules.d/build.mk, debian/rules.d/debhelper.mk,
 debian/sysdeps/amd64.mk: disable libcrypt by passing --disable-crypt
 except for bi/triarch builds.
Checksums-Sha1:
 cac71800e7e4ea00c45f99c95eaf8e6e2ee6fe9a 8735 glibc_2.29-5.dsc
 5615a774e8c62546550e7ef49830917c7dfd8038 854368 glibc_2.29-5.debian.tar.xz
 2bd413ee16842c91600b6fd3a331df73427ac962 7115 glibc_2.29-5_source.buildinfo
Checksums-Sha256:
 735125a44421e44a046af0022e6f444d753e5f47dcdd25490696a8d59538b3de 8735 
glibc_2.29-5.dsc
 6422b87831e6578bf3ed3bfe3f565fdd9deacdc2660f0e480a4c5229a011 854368 
glibc_2.29-5.debian.tar.xz
 a7eea9f6504963b08cfc3f4f4570e769fd488bcfedbb0c36fc918b4bb2b8ec6c 7115 
glibc_2.29-5_source.buildinfo
Files:
 d623daeac8cd377691d94d5f67bb4a41 8735 libs required glibc_2.29-5.dsc
 ed415e5899a24efa97d596fc04638978 854368 libs required 
glibc_2.29-5.debian.tar.xz
 d1ab6643431d635d076dadae639ec020 7115 libs required 
glibc_2.29-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl3qwsoACgkQE4jA+Jno
M2vFGg/7B84hN+jBPWqagnebW7/EYTTNTuo4kEnM3La8HcFqDw1LLDYvGeT83GTy
hGsRJIju3VajXlcmG0Z1KQP5qDrXXiwLuGWIP4/ya+vGpjoxvhLVYfYp9YQ4XJns
JPZ4utyC8tG92VoDl4DJBJtL/agx4Pqe5WIGnoRe4OzbRNAjx9V1QCVfhyBE1ep7
rxsgoCSlpx55wPAiXhCTrjmum5/KI/c1IAuWt0/mLud3wn9IL3Fe/FK6lljw29jz
Q55Prtxe/ZQzPSqPY3nDX9TFLI9X0oNBavFFIJE5pQTjBlLFam1QZFEP+AdgRfQt
la5t7A+1pbRoXwWTGfWHwdi3JaREaLNPbsCblUzOFuvgW0RTx36BI782P+++ICft
euEhsj/Ft4OWRCtOsJrRvQvsWD6cV2MaVQaVTzbjs8uElGaj3EyzBRIwvsMhx/Tp
jwxv0eMV27Uy6jNFr4aDkd/U8xm+XnVUrjkznv8o2RtCFq5ks5OZQEk/96Szekhu
xXUeToxgMC5nJa8DRLMBMiuIBgE3LTfwf5FWLhjTsow2NQIATlDJO3VgL/J4R4lk
+8Z7dz9Ads0RDCy2fmS0o104qI6bCMXqYXhPup90FCpeknioVi3XwAhbGNCriVSE
R9FITJOCju7YbH+alPHbpXXlbQLwVmraDnM8mHZ4/Jt0bPUxqjA=
=IKzd
-END PGP SIGNATURE-



Accepted glibc 2.29-4 (source) into experimental

2019-11-25 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 25 Nov 2019 22:36:50 +0100
Source: glibc
Architecture: source
Version: 2.29-4
Distribution: experimental
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Changes:
 glibc (2.29-4) experimental; urgency=medium
 .
   [ Aurelien Jarno ]
   * Upload to experimental.
   * debian/control.in/libc: make libc depends on libcrypt1, libc-dev depends
 on libcrypt1-dev and libc-udeb depends on libcrypt1-udeb.
   * debian/rules, debian/rules.d/build.mk, debian/rules.d/debhelper.mk,
 debian/sysdeps/amd64.mk: disable libcrypt by passing --disable-crypt
 except for bi/triarch builds.
Checksums-Sha1:
 d97c69405e299a2164944c0d7e596c7dadbd229c 8735 glibc_2.29-4.dsc
 a403849b7792fb51de6aad8e52f036f758e2beb6 854184 glibc_2.29-4.debian.tar.xz
 e733b21422ad396d1fd155914300694eab03777d 7417 glibc_2.29-4_source.buildinfo
Checksums-Sha256:
 c336de239fd6126a891f53af37099fe769e63ed5d892e8faa7ca41737c69d61d 8735 
glibc_2.29-4.dsc
 4a5f7149da035174c9b6afe38ec702ad77e5b37431bbfc9c1059eaff6548ef14 854184 
glibc_2.29-4.debian.tar.xz
 17998b27a25339a2bad988a4f7f8f974dd7ff68b0b6139018df3d9392dceac8e 7417 
glibc_2.29-4_source.buildinfo
Files:
 aea74c8f553a884cc782d198361986b5 8735 libs required glibc_2.29-4.dsc
 f9729f4974c342f446f2ed46423a467c 854184 libs required 
glibc_2.29-4.debian.tar.xz
 6fead290790a180a140d2f5cc6298a4f 7417 libs required 
glibc_2.29-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl3cSm4ACgkQE4jA+Jno
M2tLXw/9GCTyiPyPoifO5Iqhq8nbzLR1lkjC+a+D1xK4XouPyhkqucp5LK0OsLGf
Z88MShxhqLjrXjxlahoe7J2l1jymm1gBBgNkHKjm7nuazh/fEGkpOPhnR0budGfk
EcLUJdwvtVa+R9fre3MBAKRPrg6BPvtuxo0U0cu1WPQcYSeRBFRVTAqacaAc4p7A
GD7Rf3a2zGQibvZweUZqj+qDORd5iGF0p6tt+mg5sE3HvNTvt12v3ng+uRzg8NBI
g04k7u8iAxfGPAO4vvTCADrQDO6/eYH7phTOQf0O+Tay0jDw3vkbAAaQ7edhn7WR
LxEtYVF73FcljyiNhlmV6BwxWs+jZwRee5PumsLpYReVv6GNvpdT5GXc4UMLZ/XP
L7JcpSFII70PDEh+azHHakMDVy7AhGvat1hfrhnLyDnv9xBdj0vxpztbjrOx5Dij
hIEKqW7UOINxTKyBP4rZ45hXpCM19oq2KgYA23MfI72mydYkW+p/FrO0GmmexhSy
ss/LiLUlx8evM2JCfpsa/oXKop1GqNuDr0XhCD9hdpvtXsG96hRy9Hs6D60Cy59T
qFWTu7YpA0a7e/hIiy2QqBmWGWBFL85mqMYOo5oZj3HTjCpiPt+IpEj+NMBdbmFH
ESqMspjV2iYv/Ydthibv29eqPLqbd+XmgS4Mqgnub7MhAIF7Q14=
=N0m2
-END PGP SIGNATURE-



Accepted debian-ports-archive-keyring 2019.11.05 (source) into unstable

2019-11-05 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Nov 2019 22:26:10 +0100
Source: debian-ports-archive-keyring
Architecture: source
Version: 2019.11.05
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Changes:
 debian-ports-archive-keyring (2019.11.05) unstable; urgency=medium
 .
   * Move the 2018 key (ID: 06AED62430CB581C) to the removed keyring.
   * Increase the expiration date of the 2020 key (84C573CD4E1AFD6C) by one
 year. Thanks to James Clark for the notice it was off by one year.
   * Add "Debian Ports Archive Automatic Signing Key (2021)
 " (ID: 5A88D659DCB811BB).
Checksums-Sha1:
 80a8461350d843cd73b7bb92da8194432691a4f4 1652 
debian-ports-archive-keyring_2019.11.05.dsc
 b53328dd0c4b40f3fe1394c37e51feea127b3a6b 28788 
debian-ports-archive-keyring_2019.11.05.tar.xz
 ca4bb9553860aa71ff0303458ab17b56e80cc5e0 11642 
debian-ports-archive-keyring_2019.11.05_source.buildinfo
Checksums-Sha256:
 5d7da805cb17aff471e7547ba5ad1d9224a265c67660b97a43334c32b137e034 1652 
debian-ports-archive-keyring_2019.11.05.dsc
 5bbda735c2ff3a24e8da52791968a5b6af0a1949f7802a6e2a4a37f0fa08257b 28788 
debian-ports-archive-keyring_2019.11.05.tar.xz
 69630200f410ffda64fde99f6e61d5bc0b90a29816b7cccaaec0fb1f05a2911c 11642 
debian-ports-archive-keyring_2019.11.05_source.buildinfo
Files:
 3badaefbc9fc246e1af3201fc54565cd 1652 misc optional 
debian-ports-archive-keyring_2019.11.05.dsc
 4af8841bcd8b673ab0ce138051970f13 28788 misc optional 
debian-ports-archive-keyring_2019.11.05.tar.xz
 3696e8d9cc811c6482c447d1b7f548d1 11642 misc optional 
debian-ports-archive-keyring_2019.11.05_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl3B6PkACgkQE4jA+Jno
M2t7pQ/+LCw8A8D2/NmXFWF/8bbbElNeiGzJGa1l6GkuhODBzhPyKwNuNJtKL8Fh
n9EsLmG1KXGCMUoL1Hs3ZJWdjf3lwc4Bu0MjiirxT8LkILtE1JNbYq0iTzEK+KAX
VxbvSBPhsNPu/vXNI9DCe6p5SncgqV8ecWRR9hlkHSQ7tFktev4WFUaZnJ6AIzpq
LiX448I0m/dxNXu/KVhe4iCl4vCLaBIFrGKFlBO1WoEHOIjambDjzFhNzS8nyW2o
1YWh1jOLGTW07NAJUv1/UhO40jo1JKQQG4AMD7PHW2vyF6qdlRE9qgrUe+mmJcAn
iTWWfVgOfd1IIIo8LbzmY6+p5oEmT/XmTiS4+k2/UIggzW9HYe429FQpWtng/PCZ
8CY53w2EYZ3nUWQyIhAGKftv3cN63v5upp2MzFJ57SqHTX0iSfC+BexMZ6IYUvyW
mfeqZG+9R+FaLr/aT7ittxF/cw3MsP5cOxu9vnwcSWrQd8JjhON9KQ4CKVdY/DDp
zwurjkW0kyo0xpZldoVvfNCfpBJ7vny0BOuAqtSsG4Fg+P+eSHsD+1NCccOrfYNQ
bby+iB7423NPgRwm7OOB4Tm6yU3wJGO6kNXsKNdgyIVbxd/NAumvqS6cuAPnsqzW
h6IPI5IWfb5Bynem4RxhOcE6TQOo6BYHrzbphs+BohqBYFCBx0g=
=cV07
-END PGP SIGNATURE-



Accepted lm-sensors 1:3.6.0-2 (source) into unstable

2019-11-05 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Nov 2019 20:57:53 +0100
Source: lm-sensors
Architecture: source
Version: 1:3.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Closes: 944195
Changes:
 lm-sensors (1:3.6.0-2) unstable; urgency=medium
 .
   * Replace MACHINE by ARCH in debian/rules. Thanks to Lucas Kanashiro for the
 notice.  Closes: #944195.
Checksums-Sha1:
 4bf885f1206377c89afb011c85ebc4d25268139f 2004 lm-sensors_3.6.0-2.dsc
 c54ca023f9143803ca6d908c9cda2ac04cbd7270 25764 lm-sensors_3.6.0-2.debian.tar.xz
 340b8f6c675baf281d0d755bcf6da3dac871ab8b 5301 
lm-sensors_3.6.0-2_source.buildinfo
Checksums-Sha256:
 32abbae8ba6f10b6fad94860aad3f1bee4a83ef5703a75c19465b40f548ab554 2004 
lm-sensors_3.6.0-2.dsc
 e31dc24ac8cd36d9375431046a2b5a77c560eaec918992c531c05f296c16f1cf 25764 
lm-sensors_3.6.0-2.debian.tar.xz
 7d9be2d8ca351e444a27e60e258c4f263ef6f2eae68d776ce26d8e39a97e67d2 5301 
lm-sensors_3.6.0-2_source.buildinfo
Files:
 26642abf243d6bd0680863f7a3ba5b7a 2004 utils optional lm-sensors_3.6.0-2.dsc
 99373c27b1c57ccb890b1bd5f847bd1b 25764 utils optional 
lm-sensors_3.6.0-2.debian.tar.xz
 57ad68929d91c38d0a7d609cf49f46c1 5301 utils optional 
lm-sensors_3.6.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl3B1icACgkQE4jA+Jno
M2v5jA/+LIKNiPKdn4nTJjPxOREq0GaUbZjX5N7L0SnXsuWObzfeNIHkhfdq9t2t
EZvhE5ufkGwMnDayq698tA+d6C0elf1RogfyscH3go1j7mGVEJ6a97yblw3EcVru
Hr7Ut0d0RKmbbWZeunFzmsKA9LmcMyOhqUKU/vC9IlDithoD6ZvBzSvZw1VwYsGp
VmnbYvo3QiSHazmYvGMlN48+yglZHJLikhb0mNKkLQTqaXv8mTdVChQvJnqX6OQU
SkH5Cq1/6mj63+yipnwL1VohyHxrq6qLmfvkLLlxGdeg6O+AW+LSZXgbMrpJverF
R+e3xF6SgX8owIHdPZp3YNUZJ90mATbQ7sNwIDlc3IzXNdGfzKgJxh0T2usjmBHl
6yErg0Vl7LZABxdCBU/MhMJLVliiayvhpYxSIqTlH17rx9H9+U+pbuJcQan9gQs0
XJp6GtMwho6RGVRs15+dBWpnGWUo7mWQMdyrkPgusFRFrmZjzbE65LbrOeIqpqIn
NPid2gJZ8BEms33MKgYqR1YBfDiXUW7QwrNzVJV7zRLaKyPevkwUVZ7YNEuxdb9w
DyrF14V517AQTwgScktRvuhYmtYs+zGYsCVM+IFTCn2fqf92sGxb9H166aKiX3ge
f9cDUyoUH3TCJg9lCvG9oDpuvFwcHiNKPBFpwA6GwrF3IiQK0OY=
=R+kk
-END PGP SIGNATURE-



Accepted usb.ids 2019.10.25-1 (source) into unstable

2019-10-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Oct 2019 13:55:49 +0100
Source: usb.ids
Architecture: source
Version: 2019.10.25-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Changes:
 usb.ids (2019.10.25-1) unstable; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 f493f25d4b7856508e19f10f6d4219626283e4d4 1745 usb.ids_2019.10.25-1.dsc
 caec3f70b69d9c45a685a9f538cb207cb0e34f3f 172400 usb.ids_2019.10.25.orig.tar.xz
 612f772dc6a6858281695138d297dc52a4e8ed7b 2344 
usb.ids_2019.10.25-1.debian.tar.xz
 f5ef1d99032d9a8642e7a12c9b6e77e49243fa14 5199 
usb.ids_2019.10.25-1_source.buildinfo
Checksums-Sha256:
 bfbcadad6cfd7d9dfcd0916afec089728ea69922b8eb4bc2ff4a69f1480fb01a 1745 
usb.ids_2019.10.25-1.dsc
 3bd6a8e7660a75f3c155abc7ff7496bd93a556265b14173812fdb7bfd22e4012 172400 
usb.ids_2019.10.25.orig.tar.xz
 c3aa4580c7d782bcdfb77af20afe4a7c964e52309dc77b8b32ec17195f335c58 2344 
usb.ids_2019.10.25-1.debian.tar.xz
 e14e4f9918285f8f68e78c7e542c01d3fb787c66ed955145f54995e167286e7c 5199 
usb.ids_2019.10.25-1_source.buildinfo
Files:
 2d0c4ff09ba6b2b9236273f1ebe1589a 1745 admin optional usb.ids_2019.10.25-1.dsc
 a63a3159efe5c9386f930002e717288c 172400 admin optional 
usb.ids_2019.10.25.orig.tar.xz
 afdd13615aa26365cb32550f4f9ab0bb 2344 admin optional 
usb.ids_2019.10.25-1.debian.tar.xz
 3779abca097fe8bfcb0dbc552a6d6de6 5199 admin optional 
usb.ids_2019.10.25-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl21lA4ACgkQE4jA+Jno
M2tqVRAAnAV6VIMCchnjpFm/bRhHXDanz2aTvVU7zPtHQA5tuYrAgbklw5kRE+WP
yMrPj4Sq83yTCb0ikrVZBwFEZlSX+vvc+EMJOSfJaAs2ZeVmkw0Ln532ccVNBgOd
uYZEEJZHWGxk2kjt44rJxdolce/GV/9lnl/JkOGdm8m3WkIVddWqUqrd76nzMkhG
TrqnmgW/B0wGQSpTE8bRT6VUVnjtmAF435eS1a0fyhgYyim5xEp7pr/csLuCTCKi
55YonXbJEdNzvG3xqXXOshbMjR3O89HpOsyze1PPxXaAWyNesK0KSHNRVHw+1jz+
ct4ZEn4obom8fpGoucFLDJfZq2De+JkQUz3PxaSg/zuonKj4NUzd/9b2Qppc6sXT
qJpF378GEij/HduZ3BBBVJ8oELReYxWhInEAySkLg678KgGSH+pshbbjKenfG8qE
Snvo+I/SLb6xr0X8Q2jGxgoLfnv+rJxyF2eEzhhWN/H/cWg0zawNyvpX0dspuPGs
bR2eRSWG6fezbJYCv0KASSMKMmui/ruO9LlX4eYv8poKoW9mX3Npu4NQjZ6E8CV5
6WE2i31H34omuXD/EQJ6QkW1SjE2mgv4NvO9acYxtuygdj2Om+KDVyU+3gIZLxEZ
yDgLojiGYBS/R5SDCduukagELi+Ag+zNB/fHeAuYtD/ofcrKNeM=
=6a+0
-END PGP SIGNATURE-



Accepted lm-sensors 1:3.6.0-1 (source) into unstable

2019-10-19 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 Oct 2019 10:16:05 +0200
Source: lm-sensors
Architecture: source
Version: 1:3.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Changes:
 lm-sensors (1:3.6.0-1) unstable; urgency=medium
 .
   * New upstream version.
   * Bump debhelper compatibility to 12.
   * Bump Standards-Version to 4.4.1 (no changes).
   * Fix debian/copyright to not refer to the versionless symlink GPL and
 LGPL licenses.
Checksums-Sha1:
 845a67611e4f2c4e89c8425cb3e8db94b7ffae32 2004 lm-sensors_3.6.0-1.dsc
 2ef03242b62d70523919d06859503f12feb9f7d4 273209 lm-sensors_3.6.0.orig.tar.gz
 d12f72868d822d9bfb818ef62e83877845ec3029 25708 lm-sensors_3.6.0-1.debian.tar.xz
 f6751febee474185ec0e651306cb7ec4190b811d 5294 
lm-sensors_3.6.0-1_source.buildinfo
Checksums-Sha256:
 21d8936c01a069e0edc2b99486dbb2192de4b69ec0a4fe2177df636864004be2 2004 
lm-sensors_3.6.0-1.dsc
 0591f9fa0339f0d15e75326d0365871c2d4e2ed8aa1ff759b3a55d3734b7d197 273209 
lm-sensors_3.6.0.orig.tar.gz
 cca10a38b493e5d4abcbb211505e41082fd01d61a40807ceb8805739278cd2f9 25708 
lm-sensors_3.6.0-1.debian.tar.xz
 ccf5b3e2340dfcd05df061f76b86efa444604858a4793d02a9dfb40d2ee9104d 5294 
lm-sensors_3.6.0-1_source.buildinfo
Files:
 ceb426ba10b25ea96ba32ca092e3f45f 2004 utils optional lm-sensors_3.6.0-1.dsc
 f60e47b5eb50bbeed48a9f43bb08dd5e 273209 utils optional 
lm-sensors_3.6.0.orig.tar.gz
 d1c545b81fce7f6cebe04f64d523eb4d 25708 utils optional 
lm-sensors_3.6.0-1.debian.tar.xz
 7d8909d55981987095c7a541f5b221d7 5294 utils optional 
lm-sensors_3.6.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl2qxt4ACgkQE4jA+Jno
M2s1gQ/+MlSrq9R6LlNR5FAtMIeRE6JVCju41j0XnE4qKj6nh/4pWPmiw98qZyES
pheZdWwnKMwoOTY30vx6TIUVETGhkAwqwxHmf+a9xwdjb25sk4YcF70vm1zwCPzK
5d7UU8m4bZpVz3uEMCPjGFGCIF21eWmqF/N8qPYB9tMI3mMPCvMfMY+xozwELfjh
lqyKVpDP66/t50QZx06HL0dGk6C+zVEM0XHIX+Bs3k0ETzRhKUTw60B8+g0ZLVfO
2tsx9+BceO6WB0LnfAZMeqn5ms/SIyhEhn3vh1NKCMcPLx298IE2WRw8wONZjVo1
8xO1Pamh4AMyHIOKf+SW1iTUep9Cp9ImBwP39/CgsUqT6sB2s9E+pnSMGDO+PGwg
SPy7ze5pAwCI/ozi2YRp0R+o+sdePYDFvD1WoSf6SIn3Cbeu3NaTGMiGHnU7qcAD
W4boxz4H0JJUWRRZP5SawAnbY/ybZxwLZFwWLvQHAIj0hhwFW3D6u24FwsnlSaYo
L0LMsVB2XMifuYyGvWD2OTYWGQVrRxikG+bloBRijtJENIGS+tUmAlp5zPE0ir1O
KyUsAg4gn6qqNdYW1ami9CEZx4nIa2OdpFAcrchzebBwWMNNa0/5LU00jh7Hk5BK
4ORHoTcbSA94TC3jCC/fw69yERQ+rK86DbGOakqr3GNvswJC8Ls=
=CFyq
-END PGP SIGNATURE-



Accepted usb.ids 2019.10.05-1 (source) into unstable

2019-10-06 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 06 Oct 2019 22:00:38 +0200
Source: usb.ids
Architecture: source
Version: 2019.10.05-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Closes: 941840
Changes:
 usb.ids (2019.10.05-1) unstable; urgency=medium
 .
   * New upstream version.  Closes: #941840.
   * Bump Standards-Version to 4.4.1 (no changes).
   * Bump debhelper compatibility to 12.
   * Add a watch file.
Checksums-Sha1:
 6d36f18e31c1ba5c4fee52406a7094b5cc7b73e8 1745 usb.ids_2019.10.05-1.dsc
 ed8fbedeb7eb13b3510dd699f2b653e4ba14f123 172220 usb.ids_2019.10.05.orig.tar.xz
 a6317d5f2741fafcea74a768fbf26278ab019f0c 2324 
usb.ids_2019.10.05-1.debian.tar.xz
 f593fbbe2df6dbb5a32cf2f312647083d02cd0e1 5552 
usb.ids_2019.10.05-1_source.buildinfo
Checksums-Sha256:
 7b360745076e90c0b0e939ec66e9140156c8dac1b1169c3c54d0b24c39b00903 1745 
usb.ids_2019.10.05-1.dsc
 613894261d3dd0d5cc7be59890a30041b102b0d927b90f2dc0f9f473160f6f99 172220 
usb.ids_2019.10.05.orig.tar.xz
 e3e73dca4b4c774896a9a737abc2200a891ebce35bf1b346ea64ac036f6eb463 2324 
usb.ids_2019.10.05-1.debian.tar.xz
 bcdf863dbbe4d03f8604ddfc1befbc4c694d28ef092eb128a2121745ed48f1c9 5552 
usb.ids_2019.10.05-1_source.buildinfo
Files:
 d49f40b5e2ded983f47a0f4de2bf81ad 1745 admin optional usb.ids_2019.10.05-1.dsc
 0d1ea88cf63a635e783833e70ec00714 172220 admin optional 
usb.ids_2019.10.05.orig.tar.xz
 9ca278a01e14046b42fc71c23f4a0203 2324 admin optional 
usb.ids_2019.10.05-1.debian.tar.xz
 73753499d484119444cf0a63cb3c8630 5552 admin optional 
usb.ids_2019.10.05-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl2aT3MACgkQE4jA+Jno
M2sL2g//cG6OBmVOJwufZAc2Idn/WxjjvSBW8EGkHULmad52WBlcwoWoe8VPclkN
8O6N3H7oKYCg11bYwiQeNtftKkXo5otfJJXtkMEAKkLFM+2emnSs0hDApXER+Nbh
uEgUq4pJZI6qjYg76lfKh6+xPdU4YiESYGMrEiAStjBWoIRKkgswS4ETVZVKWEB2
54n4xXo1NWlqt8L2/bdTkcahIJu7X3d9+8rUDWkDWJkm/xCtffaf0qL3dJW12q/D
FHSnh2tfWWcQizveYVfkXxJ45FxHEx9u3G+/mhpix3CoRXzo/slwQfri/pZtQZlD
jAtJElL5lq0b1dDYlumguapwtU8K2E+kk1Jd4XSxK0cNJQeT+2uG+XlbPrN7BttE
JVHSaR4cqf8qrgODoXSwC+tLvMZHsuAOZdcJcNZFbj29LtfpGfkr0Gc68eK4EJat
gwH1dgGwsYxYUfCuBGHHeFS6sYzpF1vNQqR7qSNcdpithaTggX9X2O3Adm1EcwBp
mp5HnE0UH2MUGA+sZFStUeAVtO/WH/IkwQfke/yKZyQt3ULrQocDU10LJTltTH0s
6JFsN/vHZwdYGuC2FuBQgRKGtjU8isW6wSGkc1vi8lN8Fu7hWLznD7+uDSg1/0VK
8gfMZ663zYoRFre7RwpxpjC4nilt6TdNNb0tPzKn9qL/vAvxElE=
=AkQ9
-END PGP SIGNATURE-



Accepted tzdata 2019c-3 (source) into unstable

2019-10-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Oct 2019 22:53:04 +0200
Source: tzdata
Architecture: source
Version: 2019c-3
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Changes:
 tzdata (2019c-3) unstable; urgency=medium
 .
   * Build the timezone data from tzdata.zi.
   * Install leapseconds file /usr/share/zoneinfo.
   * Bump Standards-Version to 4.4.1 (no changes).
Checksums-Sha1:
 005c11e0728bd2810a53199a4f3e76dbdca34e11 2237 tzdata_2019c-3.dsc
 b87cd2b7fb8a7a00ff48475e0d1f4da6d873ab21 105024 tzdata_2019c-3.debian.tar.xz
 bb34417a0c9a20eb1c7656e8fef44a9a230190fa 5207 tzdata_2019c-3_source.buildinfo
Checksums-Sha256:
 a8386447081f524b10fd3dc4070a8de25d511613b7a127430485af00a45012f1 2237 
tzdata_2019c-3.dsc
 50020c99a5babd90c73829cb47225f69669eb0e95c5fae272a06226837c7dd3d 105024 
tzdata_2019c-3.debian.tar.xz
 3cd0cc461bb6b3f0e9103edf18e6669be11ac3eae0b6b714f19a2140ccbbc660 5207 
tzdata_2019c-3_source.buildinfo
Files:
 0e872d527255e3e56c3ab1b7d92041e9 2237 localization required tzdata_2019c-3.dsc
 84ca8c1c740ba92877121a4133c97b41 105024 localization required 
tzdata_2019c-3.debian.tar.xz
 07fe00f284e26c7551fda179e687683b 5207 localization required 
tzdata_2019c-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl2TvRAACgkQE4jA+Jno
M2tGYBAAgKxSGrbJSZ4gcz2LigfYSuI/LFPQO8f/MG51dUqrzBvjQ+xssRGn9Xtz
vRNEiX5efUS+7Nti+FwxE3wXRKtpb4dZ8xH0RqvOrYho2QnIkbkPzXnNDq/+JGX6
sHdKuiB2XFAVtUd3YCPr1dDuMBGsPeW5oCvUjHg9Qs/DOOlwutEMZndQly4077Ji
dFoQhXmbmjGu9bsE3o79WUQttBAk3aEke8i+LXqPQbQBK4Kisz5aRrNlTWA9tUz8
SC91utwcdZzVxJ9stqR0XhecwpwZ26wVxsadQYsIawS5S3963KsI/q41DxJ0f8Tp
isiWZM0F2WZFmKXuo/5z0QbsGNs6EiSblgbVlFED1XyJfvVkzkIw60lerMVk9Xbm
982CgG849oHtNfuOE9utDdVY0BXxn0tVh/sVbE105300W3yHb/RTwvAOwoHu0ily
S94m2HG1q7rTTG6hO04FGOh4qulY7b04SiMaVeKf4FZhrXQONvXdshRbGYwVdL3T
qHZgzxuZfyCQPJwADrcsMzQS38nzv7+FqML4ExH4Dssi4G2aCzUcGaXkendkEO0U
1NIR8IiUbqRnIUlQEZbDYpPJKx1Kuq0PuSV860m6CBc4KFXi7O1zpfmgV3BQodIw
32twr62lbZ9y/1h6JrY/dVN7533SKiNNhpGENfX7PkQaE+MwVZ4=
=MTqu
-END PGP SIGNATURE-



Accepted usbutils 1:012-2 (source) into unstable

2019-10-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Oct 2019 23:03:11 +0200
Source: usbutils
Architecture: source
Version: 1:012-2
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Closes: 941421 941477
Changes:
 usbutils (1:012-2) unstable; urgency=medium
 .
   * Add debian/patches/01-lsusb.8.in-do-not-mention-usb.ids.patch to drop
 mention of usb.ids in lsusb(8).  Closes: #941421.
   * debian/copyright: fix download location.  Closes: #941477.
   * Bumped Standards-Version to 4.4.1 (no changes).
Checksums-Sha1:
 c3707f896cb50285f3f8123a7a48cb64cbc69772 1750 usbutils_012-2.dsc
 2a2d6c79de41f04f01dbce448cbcfaad85678fdb 8028 usbutils_012-2.debian.tar.xz
 b0d0720909886ee10374536446eb6e98c68d5840 5642 usbutils_012-2_source.buildinfo
Checksums-Sha256:
 c5a20e572d5f13af0f3ecc6cae77da73c978a0163563a2f0fbf3e556a9b57af4 1750 
usbutils_012-2.dsc
 f0be459f5ad00deea57668525659635d6f29c703027f5d593edc6e9673508704 8028 
usbutils_012-2.debian.tar.xz
 7f50d9df8411a1dd44b9b6c755e232a4b493e435dda1387e914ed878273017c9 5642 
usbutils_012-2_source.buildinfo
Files:
 7620df1eed8c1249a16e0dac93e1be9a 1750 utils optional usbutils_012-2.dsc
 d9f9133caa9841ef6e6ef97ed9184397 8028 utils optional 
usbutils_012-2.debian.tar.xz
 6e20444f896a6a52b601a30cf77d849d 5642 utils optional 
usbutils_012-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl2TvxYACgkQE4jA+Jno
M2vDUg/9H5yXpX8IpjfP4pbE6LRxPKk8lj2yzmISEyxMqY8VYWymxJFsR4PY4+XA
fLZkGeRhP0RXTWfTsL36DktkuJLyxHDLSO3MMSQ5mA7XbBNlCwREY/GTQwGR2LK3
1adr2l0oddfMZZULBOJzcSR0hn6bveC4bFj5PD3MyYQrYL5rc6Br27P8qBZd2BBJ
DNQRQvZhTw+rZowde5Do1muuedCc3oVAiza3jgZGuB27P3H+KgeMp/K0gCw1Wh3p
7h3jxmkpuE7dbLKOZm3xK8OMv5ElHVi5mp/rxF4YM+ncT7OdL5Fatjp6leUiehAi
fWC4sswfqp2zj24LApZZAeMxgfoG2mYUoAxTJGBTW8HZ1eVLteJyI9/36Sk3PFBN
OQoMh9CvFlmI3Nu/BETClAJ9rCXyYBiZiNUMlWeueh5rbh+JqF1Raik4wZMU9Nxb
+fLTgj4B3S1J0bkY5fQZ2ztBhO3bEwRq6UljG8ezszTgiOMDKsMmtUK+mF1jHKXW
VGKa3XzHn3z+pfxcA4SEFkpamqpxD3gOVvTlub01+fUDdbOoDPM8lP1v4TurYNjA
nha7iny3eHf66fGLW/l1I5agMAwkmKs4WW+vLkFJL18Py1EI1hEP53/53gKHZQ/T
ZhAbPoL+e67snDlRw9dqSbRxuZxzpfdvx5pOqCbBFWnsfGQyf5M=
=1RzI
-END PGP SIGNATURE-



Accepted tzdata 2019c-2 (source) into unstable

2019-09-28 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Sep 2019 00:56:50 +0200
Source: tzdata
Architecture: source
Version: 2019c-2
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 940852
Changes:
 tzdata (2019c-2) unstable; urgency=medium
 .
   [ Paul Eggert ]
   * Install tzdata.zi file in /usr/share/zoneinfo.  Closes: #940852.
 .
   [ Aurelien Jarno ]
   * Use tzdata.zi to change hardlinks into symlinks.
   * Bump debhelper compatibility to 12.
   * Bump Standards-Version to 4.4.0 (no changes).
   * Drop Replaces on libc6, it is not needed anymore since Lenny.
   * Depends on gawk and use it instead of mawk which crashes with a memory
 corruption.
Checksums-Sha1:
 4a947ba08f193167cd6f1ce8d1e99aaed691709e 2237 tzdata_2019c-2.dsc
 512b97c2e86d258142cbb00c0b93b9361768f5a2 105048 tzdata_2019c-2.debian.tar.xz
 3ef3b9df462d6f7c20b34be78c8fb292824cdd55 5207 tzdata_2019c-2_source.buildinfo
Checksums-Sha256:
 ce1f585933eab45d1eedb964220519127fa0170406f633e08bd12120d164ef0d 2237 
tzdata_2019c-2.dsc
 d400e81ab0b91ccd28d5ad020a9283e8c75d76b995f1c5d7af3227946425bd26 105048 
tzdata_2019c-2.debian.tar.xz
 b0ab0c7569f5d9c89a8ad2a84d75b3ef6d2377a581612ee4b0e6e8dba79ed512 5207 
tzdata_2019c-2_source.buildinfo
Files:
 7effb0bcc0e161ceb6f3e80d70c0de5f 2237 localization required tzdata_2019c-2.dsc
 e16f7905066eb58da0ccfafb87cb6281 105048 localization required 
tzdata_2019c-2.debian.tar.xz
 fb2e7848de687305d13b60a7fcafd863 5207 localization required 
tzdata_2019c-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl2P5WAACgkQE4jA+Jno
M2tEcQ/8CNPq51YjLBpU9hBFeiszJ32S3Y5IshCJI91hU/L4E1r4/pwess3WAvwn
sPbJl70uJq9nEy6QFf9Ac1yZAKM0HSiV+g/VNmgm7iS65RZ/3cOF4c1/8GbJhO4D
v3u5nj7+MKEkmqXtsH4WNIAeaf3rANxR52tFxqOHVGqQIy3K4O8MNbUGE8FxbYq6
6Xt1Ly71XGFdSipl7YHHbW73Ulft3LyhQg6n1fo3/EaVAe8sMa9SVIvg3W3T+ECi
EuMx9zaqRti/uIAeNVZTe65gOlt7KWW0cPSFQ2qXChSBHAv6vy9SGZOECFGc7+Hd
nVkpMm2LzSRGl2Lqsuu1OYBHtvlnvrP6BR6a+HmAipH34zZ4Qhxb0nIhZxPf0NiK
ahe7Vc0xhn4cAidKgnpEKSqy/tveF3OhGS0b8M0LBIsRBVwVHsPx2UYkMivsv883
P8wu/VaPG/8X78IYzp+cTLEkXVv+fh8aMDYvvozKZTxXeDPkbQZpA0r0IP051gdD
ZeG9sroZ2NXb/00cJ9ZMYyMItS/OTGreG4VEP1qz98lZrIQf3Ajv5Lm4FBIz6LRd
y4WErhbu97PfnxYw27zExoFB9NIpddtkQe96NBxaZT68fsAeveohGDUz6XN4HkWD
JCk1GHc4slZBZ7bgja5+mr5YFAiz74h/T3Q4ViQxRhATFGevQvw=
=KDw4
-END PGP SIGNATURE-



Accepted glibc 2.29-2 (source) into unstable

2019-09-21 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 21:39:03 +0200
Source: glibc
Architecture: source
Version: 2.29-2
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 700472 939871 939898
Changes:
 glibc (2.29-2) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/control.in/main: drop the  profile from the
 python3:native build-depends.  Closes: #939871.
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix getegid, geteuid and getppid on alpha with < 5.1 kernels.
   Closes: #939898.
 .
   [ Sven Joachim ]
   * debian/script.in/nsscheck.sh: Do not restart services of different
 architecture than libc.  Closes: #700472.
 .
   [ Samuel Thibault ]
   * patches/hurd-i386/submitted-anon-mmap-shared.diff: Re-disable, actually
 makes some tests fail.
Checksums-Sha1:
 35b34de4e427dc22ba597e5b432fca121db50918 8735 glibc_2.29-2.dsc
 973296e15df00f4adead5d19cf3e5a9d8efad4c3 854928 glibc_2.29-2.debian.tar.xz
 938eb756e710ef792c59ab3e61aee1e20d69fc9b 7457 glibc_2.29-2_source.buildinfo
Checksums-Sha256:
 f510055121cba83afe31fa4ad3d447663ef5081bf4f06f20728ad731ba391168 8735 
glibc_2.29-2.dsc
 886b5638571863452b5861b1ec0b012a3e0c882b46f0094427123ed82d6577d5 854928 
glibc_2.29-2.debian.tar.xz
 e743cceef3988a1595e7b94f1a2393c4d56851d952da3f5359cdb85b9560ea2e 7457 
glibc_2.29-2_source.buildinfo
Files:
 9341cc28bbb9b1c6131097e80ada2442 8735 libs required glibc_2.29-2.dsc
 aa813ad47b772ced0bc18ac5a4cd2d1f 854928 libs required 
glibc_2.29-2.debian.tar.xz
 0dccbf7f2cb2a47684c263672a9aa575 7457 libs required 
glibc_2.29-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl2FLEgACgkQE4jA+Jno
M2tizQ/+L6W3GSSvW293bCjiG7tPwfuvNif9KnUQUr7QzsrKYPmV3gXiEez7G6t9
UccBVJ3c37LU3RxmWlHlqyMx0w3KC5lWLwD3uT47oKPHpKRxDnpKCEMjfDArF7+u
jbDkS02nR+FENSUat0Xc5oUO3yLfvi1uhFIZF34AuL68RhAcHV/l9mgwlPtCByZw
8CL6hTr4u9H63MAX4BOzTiKLjtNA14wvneR3RrCCkW4y7juCZ2WqrhuY6tu3/TNM
I6D7sAXxz8auyZTCZFTmhar7/AeyCCiiI0jLYgP8cjl8BHpllS6yf0LLzlimhrhN
D2ZCqJnt0a4rz5mxWztAt7V3YuRLMXXrfsTRgGalDUuULd1TqAMajcDfRgklX6fi
O6dHln5TDAQuYNEYiy3QG+PJExWo0Hj1moInOGniFbyfCOq8antwzz6q8S53e+Dg
mHaOi3QZvrq9YG/7FjerpUFnHRm4aV8ImdzBym+FwiMEdImof2r2aqog5gIb/04G
Urg/+f/D6Bg3MaBvY2Oy+4ixKv6aZfGaYZ//mKI5VcpQJBgjGI8fKC+pUyKbg/sa
XxyeRKurJYTqmGg0EkK32+zxkV447/6pM/u7Uq9EApm1sbK2ibPDiOm/cxy9ciQe
QVDAx6O3TIQKpmOfKWUQtTML6U/yiThtxR9gg0//lCUYqjqUlxg=
=F1rr
-END PGP SIGNATURE-



Accepted tzdata 2019c-1 (source) into unstable

2019-09-11 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Sep 2019 23:05:32 +0200
Source: tzdata
Architecture: source
Version: 2019c-1
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 935153
Changes:
 tzdata (2019c-1) unstable; urgency=medium
 .
   * New upstream version, affecting the following future timestamps:
 - Fiji's next DST transitions will be 2019-11-10 and 2020-01-12
   instead of 2019-11-03 and 2020-01-19.
 - Norfolk Island will observe Australian-style DST starting in
   spring 2019.  The first transition is on 2019-10-06.
   * Update French debconf translation, by Baptiste Jammet.  Closes:
 #935153.
   * debian/rules: drop obsolete -y zic option.
Checksums-Sha1:
 7070822e26ffe7bf874def336c2f6ed5ea5568d6 2232 tzdata_2019c-1.dsc
 0a95c8fb31b837e1f1e4a2beff7e0c88d72586a3 392087 tzdata_2019c.orig.tar.gz
 6ab5c050dbcd9a4cea9fb9a6644dc0aa239ff176 833 tzdata_2019c.orig.tar.gz.asc
 6e573ba63fc710f76fffe483f54f5fbf9f324cdf 104932 tzdata_2019c-1.debian.tar.xz
 7ceb60721dc880caa81d6cfc9a4744cdee6d5510 5175 tzdata_2019c-1_source.buildinfo
Checksums-Sha256:
 7548ff1bbb23fdf0a3cbbc1809fee3e173a9cfea2da8c1def6e7983406dfafbe 2232 
tzdata_2019c-1.dsc
 79c7806dab09072308da0e3d22c37d3b245015a591891ea147d3b133b60ffc7c 392087 
tzdata_2019c.orig.tar.gz
 cd31deaeee229d45e4f4b973441189e7619ef81679359e9c8b47b2a87aaf6a07 833 
tzdata_2019c.orig.tar.gz.asc
 6ca907607be2af67697af024cb5087213f680c5c88c986aee3b3d4e9c7ba83d5 104932 
tzdata_2019c-1.debian.tar.xz
 034f9cb1687f56381f2c0bb697cb40f3d1b13aa0a7c2febb18f28e7391d12ce3 5175 
tzdata_2019c-1_source.buildinfo
Files:
 79bed2fcd50f33c41c90356bf9937771 2232 localization required tzdata_2019c-1.dsc
 f6987e6dfdb2eb83a1b5076a50b80894 392087 localization required 
tzdata_2019c.orig.tar.gz
 1c9c96b21b378afa8174d87f45095217 833 localization required 
tzdata_2019c.orig.tar.gz.asc
 2ed13e8ffed6cb98528dcbfb8c51bd87 104932 localization required 
tzdata_2019c-1.debian.tar.xz
 927747280fa3d1a675cc5aa60fa9c80e 5175 localization required 
tzdata_2019c-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl15Yb4ACgkQE4jA+Jno
M2tfXxAAmym3rIzX+VUH9H8BTajJ+HlR4aad7OX+/Hg9HCvmJHhdTmB6fbf1MuoH
tIt4BGNxRyoiAdI4pwULAu1OmUn3B1Zmh06nvadYQA8reXJx/GFEIlFMXdnQVkCR
/7gUBKDgDgTcboE1v642bMG1dxkujt5yckyzDbgl9TenchzhR2Y1zCS6CxCQVk6g
1BaDTlCDMkypP/Cjq/DaOUVnVM4bRAF0ExHVxyCcOLirJ1k6zp9Ns8dTBW4Q5DSY
37MYC2/RZTD5blo8DL51tL/2ZuwySdW9FqHZkk9ICV+K35kyuvhYtXEKOHXFkJiS
XbumgjuV7h5jPFE4hXm2jkkbU1qr1Vjg/TZYOGfyhnvGilvOmXlZ35w/OabLJGpL
EiBL+8ulXhl/Rsxc4yWYUBkW+V0w6l35fS+YmarO4ajLcB8j4aiFcKfL1hCNfpuI
DSP9pXVXyC5NltgkLZpH9+NLNfkaPi450Ji1njZMznlNyIfqbFv5vVDqWzPzoZw8
x/63p2txGd3rhQXDjk+7qXkvoFC0AoQtXgLJKQEu+9d0IETYJRvtd/jw9/1Eld42
JKlAf5nKYExnWL/ediRr//tEKsctCwR5eM43x8ugpHtt0Z/GhzwW2XxQDOxNqWvK
sbuI6F7jzRklmvzFd40GLlS3fvvcUMhP377L40wgm2JQIr5fMLI=
=Qqtx
-END PGP SIGNATURE-



Accepted glibc 2.29-1 (source) into unstable

2019-09-08 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Sep 2019 22:34:02 +0200
Source: glibc
Architecture: source
Version: 2.29-1
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Changes:
 glibc (2.29-1) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix math tests on alpha.
   * debian/sysdeps/alpha.mk, debian/control.in/main: do not force build with
 gcc-8.
   * debian/testsuite-xfail-debian.mk: XFAIL narrowing add/sub tests, they
 have always failed since they have been introduced.
   * debian/control.in/libc: add a Breaks: iraf-fitsutil (<< 2018.07.06-4) to
 libc0.1/0.3/6/6.1. See bug#939523.
   * debian/testsuite-xfail-debian.mk: drop XFAILs related to the wrong value
 of (MIN)SIGSTKSZ for 32-bit processes on arm64, now that (old-)stable
 kernels are fixed.
 .
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/submitted-anon-mmap-shared.diff: Enable, now that
 hurd 2017 is behind.
   * control: Break old version of hurd package accordingly.
   * debian/patches/hurd-i386/local-exec_filename.diff: Fix glibc 2.26
 _hurd_exec_paths symbol visibility.
Checksums-Sha1:
 7af67d733d0786272e341e8db9b916cdc8851037 8746 glibc_2.29-1.dsc
 6720d107eb29bc2ac2769cc654bb858ebe54158c 851408 glibc_2.29-1.debian.tar.xz
 d642f60f2782823b20728d581fa4c4a85389d4de 7428 glibc_2.29-1_source.buildinfo
Checksums-Sha256:
 27cec5bec3ba57e887a591b2006537bd42bd6af1a3b46e861a2b5d45412bc5bb 8746 
glibc_2.29-1.dsc
 aa48c1acac05887a295539d20f1733cd42cb77bafc294d3da06e8822f75fc25a 851408 
glibc_2.29-1.debian.tar.xz
 0ea64ae9f3a3b2533832c0b5911a2e4b9dcd84da6dbd73f542f5bdfa22ef50fd 7428 
glibc_2.29-1_source.buildinfo
Files:
 954b31e9fec4c62d48e5372585d097fb 8746 libs required glibc_2.29-1.dsc
 00b52b19d888d15ef0b0a04fc7500cb5 851408 libs required 
glibc_2.29-1.debian.tar.xz
 6511b107faa806c358661475cd6582f2 7428 libs required 
glibc_2.29-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl11Zr8ACgkQE4jA+Jno
M2uJJRAAofzay4CUBje2PeCMG+KlwKVvvTxMEcvbvHWNHFfAZJodbzaRXxVpuDOV
KUggcxIDrVuRmx5RcY/JSRF5iD+zCvUgYiVDPWoRqqejCLExypT20q0mTNZGXtT7
L3OMQ5TeaJ/zPP5ViTJP9F2sayueZc6yJ5ESFCIcHH7WDVsoNxI0pUjQIrYGeEJk
5bGNfsoanvG10ePD2VIIUgfqDy5UpNnpSizmissBsO5f6QonD6IT9H6ZdH9Z7xL1
A7kmYTimhTwSY6HU4hBBVnhxIWI1p5tK53qH95o1wXih4in2F7R26l/lybquQm0c
RE3hBnSn1wfeu3CjN/tUJIsNkybnU5FOCidZMB/VdaIl5SieB0yvZFnFwzp1k4SQ
oMHUpn3WMrET6dm2o8Py/cAVysvSfnL/uqTPaeZNqULQJI4lL5O0i+TYqMblrVVE
5m9Xai9tDrPYWLhu7ZoSs6o0HedsA4mytXGCBhh6L91xG02llrmr23c5vpVnXzLy
5rokL/nCm0IrTdOpw3dSV8u4nBE/iBP1HeoZluHAJrYJhRxPZowlrOKF0H6CPexA
zVBTVJwMDbeXsu366m8QfUYPRG+5r8uT/pNaTqYqDtUumrxDUHElDiYSZdPdMych
N25r64WMivlDFDH9OjZd7bQPbl1nzhcmcFIsj10+0/VuqGzP1Lo=
=iHYF
-END PGP SIGNATURE-



Accepted i2c-tools 4.1-2 (source) into unstable

2019-08-31 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 31 Aug 2019 10:54:44 +0200
Source: i2c-tools
Architecture: source
Version: 4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Closes: 936716
Changes:
 i2c-tools (4.1-2) unstable; urgency=medium
 .
   * Drop python2 package (closes: #936716).
   * Bump Standards-Version to 4.4.0.
   * Add symbols file.
Checksums-Sha1:
 4514a5fa3cd553f385ecb74bc726f53d31516ba0 1943 i2c-tools_4.1-2.dsc
 092a5784c72265736544a1236cc90d3474f2b62c 7592 i2c-tools_4.1-2.debian.tar.xz
 01fa08b5d290575bba5b892d29de33ede15a71e2 5915 i2c-tools_4.1-2_source.buildinfo
Checksums-Sha256:
 25290911908bcad7aa82457665176c3202b8b5ec99da56dd8dadfa559e0643de 1943 
i2c-tools_4.1-2.dsc
 96f2ec890293e80b3cfd854e317a746a7ff7b8b2330649dcb0b5e1a5b0c42716 7592 
i2c-tools_4.1-2.debian.tar.xz
 b7d454f2bc3ebc47d7eb8f68577d6eca2a0a305fd7a0b805743b047abe0bfc54 5915 
i2c-tools_4.1-2_source.buildinfo
Files:
 2e75cfd026413c8993d75ab802f309a4 1943 utils optional i2c-tools_4.1-2.dsc
 50d8ce67c7ffa6ec6380fd89337fbd97 7592 utils optional 
i2c-tools_4.1-2.debian.tar.xz
 40d609a97c8b286c37cd96e677cbbd77 5915 utils optional 
i2c-tools_4.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl1qNd8ACgkQE4jA+Jno
M2u2EQ//VtChyGGngZZ435wTN/zag1NLmW4vP2S5V4DCRm309Q3ZKtdFD7QLd1WK
ZwoCo6W9f+e8iuOCb8mAGCJUj3zUNcBGnz3QSzthIXjbWCDf07qZaxR9l86iw7rn
5WGLhbiCQfGf7FhX0t+3kmkg65DQvHNyl0GdYmkS1vdR6tY6uyAmR9lnDfNxg/5Q
hRa2eo00cCb4FcVC1Nc517w3XOGgDvIrOiew4ACYsVwbN1nAkCJaD0I1pHlmHA7F
HwrYKL4TaNairprti7T7a1wwsnf58LR4Sj8J6qh7FbogtOq+mJ7Y/IesFEp224y5
M3yJK1BOVyO1qdkA+Dqp6gPVGQ2yh5J1kY41ZUjOF2JfBuh3W95uAJG+XA3Ud7rG
DlWVUbbBmZFYGphyqgIATdfRpj9vNQkI/crIPJZeMC7nFaN7DEmhf2NG5zsvljNE
uf4BprZeRcpZCQrjuYW88WWBGNQKN4YkBlpWWtYzhcBrUFTF8WrkW+mub8PnzlqX
VWdx2G/sLHD572ibdFE9L/RtaKq/XiE0RWIEMNMoabnpm9yceBLE4OyCsNN6gwWY
GAwm/b7ze+JXSzT+0lProVlGSXS9lYXttk6eBe3D7LLqIPMSOFtRu8NtAyv+GtEH
ECLXuCwx0QOAAKN6/fWYP7NxV+FVC8U3EU9oyH71ybA9OHEhuNk=
=5PdD
-END PGP SIGNATURE-



Accepted libftdi1 1.4-2 (source) into unstable

2019-08-31 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 31 Aug 2019 10:28:30 +0200
Source: libftdi1
Architecture: source
Version: 1.4-2
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Closes: 936860
Changes:
 libftdi1 (1.4-2) unstable; urgency=medium
 .
   * Drop python2 package (closes: #936860).
   * Drop X-Python3-Version.
   * Set Rules-Requires-Root to no.
   * Push debhelper level to 12.
   * Drop build-depends on ancient g++ version.
   * Move documentation to /usr/share/doc/libftdi1-dev for compliance with
 debian policy and compatibility with debhelper compatibility >= 11.
   * Bump Standards-Version to 4.4.0 (no changes).
Checksums-Sha1:
 4375acfa4cfdd71389b0832d1c8afd5a33c642c9 2438 libftdi1_1.4-2.dsc
 378e2d4e2389c2982a397672f0b091cb905fe761 9140 libftdi1_1.4-2.debian.tar.xz
 f247d923fc1f6fecbc5d078e7a5dd6089820c7a0 7432 libftdi1_1.4-2_source.buildinfo
Checksums-Sha256:
 7bcc43aa49a1d1e7232c6cd32c3c27b78bc5da536b13d48d900d7b5538a7bede 2438 
libftdi1_1.4-2.dsc
 f650932544d6a87988da9aadf2b31e4b99a4fd17bc82373576a5f6eb4b8dc10a 9140 
libftdi1_1.4-2.debian.tar.xz
 8f99188db07db8a5a34c6ce8d874ad0259c00ddfb1c36d090acb24b8deaa181e 7432 
libftdi1_1.4-2_source.buildinfo
Files:
 515006778c853e1648b0439039f65ef2 2438 libs optional libftdi1_1.4-2.dsc
 52fe7896c70766888d5d838f6e88c72e 9140 libs optional 
libftdi1_1.4-2.debian.tar.xz
 dab0014711ed7ebbef194281573c3db7 7432 libs optional 
libftdi1_1.4-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl1qMG0ACgkQE4jA+Jno
M2uShQ//Z90D30dJFfPomjWEYTQGQuXnDk+bXKXydtr/fwYhF0lSPIeaP6q1lw5j
CE6ZQXn+fm5gQELJRQSr1dKVlwen3334cuHIQ8Iwr1KQNwfJJIxRi3bignNjg/EG
Xi9lpVF1yb6N+XHESsvsbgEIWbbklLKhtViF94xKX2M5xjSH67mgd5PO3pNMn48s
aY1c1ZUlB1B9dFgMYC7E4sI6c+pPs6MExRNVc6+x4jTTfsZn3+Pom0Lxk0QpnkDY
PbCyt5ZD8EHEE2OIgHsa2EacJ/qFFoMh3qIR5TSm5YK3/lils+Xl5Ev36zniW+CI
0+CuZ4+KgyEWcROQMkAI3xd+KxDm6+Z6Bz9dvaTekhvSB2xlK+TjcVLWDgPxEp9M
zIuDIEdkVYa3723pFK/M4hm4OYGgVMDJACGGAcM7kDveSN9RRul490l46XeEfiJK
H8yhvTaIa2VIX/I0R4qfz9w1k+TPU6eQw5uhWIQzLGxT87x77wLYMrV57VumIMNg
5XZus9ETJapdPsAkwq1aocejdGIugYKbeB4kVlBeFVsjs7SNXM0so+zFxXw7YiEQ
uuD1DY+oY5Q81ILGkRm5xLoOc84pdM5u7u6ZGcrgH6cB4c8nyb8w0aiPiX441nN3
JAxYsHqCms8sJTBWX6+/+jZftKW5eV5mczXrdBzoubxajh6Z6+I=
=ZaSc
-END PGP SIGNATURE-



Accepted libusb-1.0 2:1.0.23-1 (source) into unstable

2019-08-30 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Aug 2019 22:18:57 +0200
Source: libusb-1.0
Architecture: source
Version: 2:1.0.23-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Changes:
 libusb-1.0 (2:1.0.23-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/tests/stress: move $LDFLAGS at the end of the command.
Checksums-Sha1:
 84f3c56362a597fe4e3f04587c51d2226dd31437 2140 libusb-1.0_1.0.23-1.dsc
 0140200398306b5e91c294d4a3c0f63aa0ef07b3 602860 libusb-1.0_1.0.23.orig.tar.bz2
 11426c996e8d26bc7f06ac8b1d03eea1897fb2a8 12676 
libusb-1.0_1.0.23-1.debian.tar.xz
 d037b80472b973e17721575a337e112b08443bcf 5659 
libusb-1.0_1.0.23-1_source.buildinfo
Checksums-Sha256:
 f07fd8f76bd5deeb3188788ff266c6f947858374cd3b1f40c4e37b659a280077 2140 
libusb-1.0_1.0.23-1.dsc
 db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d 602860 
libusb-1.0_1.0.23.orig.tar.bz2
 4ed778b6934b5963731b2e73755c9ee90a70aac4a35888ca7f61ecb1a3910ed5 12676 
libusb-1.0_1.0.23-1.debian.tar.xz
 bca977e70909310555ae4bd5f419aee6c6aca7b4c74a619c0be304e20dcda3cf 5659 
libusb-1.0_1.0.23-1_source.buildinfo
Files:
 9207a8cc700dcc9d06ed9d9b786c2bb4 2140 libs optional libusb-1.0_1.0.23-1.dsc
 1e29700f6a134766d32b36b8d1d61a95 602860 libs optional 
libusb-1.0_1.0.23.orig.tar.bz2
 6171a29970679707d21928ac86b598da 12676 libs optional 
libusb-1.0_1.0.23-1.debian.tar.xz
 ec1ce920f520d8c0ab02136f8a7cdc44 5659 libs optional 
libusb-1.0_1.0.23-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl1phfoACgkQE4jA+Jno
M2vKsw/9H53CkDpGt5ywWBk4woQnEXIjbjRjeeFL56liKIsU7K0nRTgGWmUKVF0R
E8+9PwvXz2aWkOhkWgPF0hpfpGYPJ5tE4QsnvXLcv0SO8eeFT+N3e0CWhRG0TpTO
OIdhJSdkIcKRG9+n1q5iz3okfwfCgla7zGl5UX9WKIP8nQpq8y7zC0peRpLMwckc
7FOanfgnBcpo7ydlkqpBHUjypyXeQ36D97mjb6VDrH+sTOSQszZGNSn7XkiTrX3M
u0RUX1WUgk5YUjW1btpcFk3H5UFarECYmGj4WdCXMddn0i5aDxZP2C+TL4EdeI0B
NqEgZ++5nAFYia7eiyoPjkaBDJn4or1rojqzMjLVJaMclAutIPJCPwfA9bSwDcUL
Ct9BAkY85W7aVe8S2kUWoATDh44OdVMkoBjvVnZ6qMiyxC8Zc0YFbAeYXIJK5/KW
3RzP3/P2YsS8KSlZmblaR4ujF8gki/bC9M9wnZd3NA0si30BNkO0TpOhehpDhFbb
17tbNPLScS1Ud04SNhtRGHWngZ1wemUAbW+vZdRcv/nc7NAk1uJou4GjQEnODLU9
N0HOwx6VxGj1OUPCwdT3lMqLBIAfsE7qR5wDFS1/2AQkLUQRlz/7iCVyPxH4/zFi
XVSdf+gh4cuK7zu9A8B140qWxFg0qhz5LO6aJRCd5EzMYOTNY98=
=bkp0
-END PGP SIGNATURE-



Accepted glibc 2.29-0experimental1 (source) into experimental

2019-08-21 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Aug 2019 11:13:51 +0200
Source: glibc
Architecture: source
Version: 2.29-0experimental1
Distribution: experimental
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Changes:
 glibc (2.29-0experimental1) experimental; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/patches/hurd-i386/submitted-net.diff: rebase.
   * debian/patches/hurd-i386/local-fix-nss.diff: rebase.
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix math tests on hppa.
   * debian/testsuite-xfail-debian.mk: XFAIL two new tests on HPPA that are
 due to a bug in the testsuite, reported upstream.
   * debian/sysdeps/sparc64.mk: disable PIE on sparc64 as it produces broken
 binaries, causing issues in the testsuite.
   * debian/sysdeps/alpha.mk, debian/control.in/main: build with gcc-8 on alpha
 as gcc-9 introduces math errors in the testsuite.
Checksums-Sha1:
 0a4e9df2bb1e50ef217afed0534e284b29dd49c2 8813 glibc_2.29-0experimental1.dsc
 29c884b3d4f7de751d8af20dde6d8bfdad11260b 851356 
glibc_2.29-0experimental1.debian.tar.xz
 292445088006697d201f317097f05ca62bc85388 7458 
glibc_2.29-0experimental1_source.buildinfo
Checksums-Sha256:
 eb399524f20765e94800ff62678f5c1502aaf135c7515a99740591326d385493 8813 
glibc_2.29-0experimental1.dsc
 b05ce2c9dbbbf85ade6b608ace03b351373b61f298e1496c616e0bdb17fe555f 851356 
glibc_2.29-0experimental1.debian.tar.xz
 8012792187ecd5069720acf080997caa7e01a2bfac8b344dee13b530041ce9dc 7458 
glibc_2.29-0experimental1_source.buildinfo
Files:
 2141a32a3f4e71f3f8dd35edca5c9f0a 8813 libs required 
glibc_2.29-0experimental1.dsc
 94b91ea29365c4eff2c0ecc0818ea6df 851356 libs required 
glibc_2.29-0experimental1.debian.tar.xz
 02bb28f81632f175fdec280f45731307 7458 libs required 
glibc_2.29-0experimental1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl1dC9sACgkQE4jA+Jno
M2sQiRAAjJqhFg2Y8DrvLyma1zibz/SMRdtVfSoDQACujmQrDIRPRzrsRc2lW6Vb
KFtvn1aeO8i9sVmO+69hRPjO8dEFWz2+4xrG08I4MXnDAjMc+cN04LiFBRFgzCF1
uxUCS5uyiWLoRrvmVKRFQ7UtskutNG6mC0W51edI6hTRrlas9laSbY21grjY+4Z0
qI6awdk0UhsEik7EP0eAEN+gAt0yUsQsVMBnVWvmCqClIMCifMalt5QaWX20Bs9W
xQPqvw+8yDGt8KGRjJlZoK7Eay6rDCVMEi1PzhVpXTXtFFDRsbtstgx0h6ZbYRJi
ZW1wofpJZje1Yise44Oans6v2R1fgMu6XmSLjsLDNMIegxot1iUXRqRIV4VTKCyr
gvTPNGJsMF1ENXY+F7GHZs36ZJIQMKp2vXFXdC1SZ0ZcU4rxjNmxQRJwy3/TmeNx
E47XMrqRcIZcSJS1ZO6jb5ZighEA5oqkT6TR7N2uLNgmRxv7LbWYLNUVZqcuF1X1
Y2oNiZ5TgawcLRMgwyZTCJMxHVCUzrNTb/0id1VgkAgRKDMe5/6k7u3jFWOslLox
SsB5Vv1pvgPDHcVfnZma13WnGzk0fxDAabBW3kohXH9Y9PqcWP829Ueh2uy6Dcjg
/ZhMhE8I7A4Y2se+2Xigb5o07eU/JqBlrIvmVVSGODEHY5vaDeQ=
=s4Wc
-END PGP SIGNATURE-



Accepted glibc-doc-reference 2.29-1 (source) into unstable

2019-08-16 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 16 Aug 2019 22:25:54 +0200
Source: glibc-doc-reference
Architecture: source
Version: 2.29-1
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Changes:
 glibc-doc-reference (2.29-1) unstable; urgency=medium
 .
   * New upstream version:
 - Add math/gen-libm-test.py to the orig tarball.
 - Add a build-depends on python3.
 - Define python in build/config.make.
   * Update to standards-version 4.4.0 (no changes).
   * Switch to dh with compat 12.
Checksums-Sha1:
 269b9852b79004dc11d098ae73b34ecd546fc752 2128 glibc-doc-reference_2.29-1.dsc
 7bb3725bc77ab8ccb83d9aea9eacda9541e6fa78 729944 
glibc-doc-reference_2.29.orig.tar.xz
 bbc4061a431a819a155631e112d473ad3454965e 5592 
glibc-doc-reference_2.29-1.debian.tar.xz
 e735b2d1b252ad87cc639cd8c12e93fad4960dd2 5216 
glibc-doc-reference_2.29-1_source.buildinfo
Checksums-Sha256:
 15e167e35249aedf1b1710b55062b2a0cfb71565c56a8a7284d0db40f29abe11 2128 
glibc-doc-reference_2.29-1.dsc
 83fede5f97b77684fae230f887f4d1ee908afa271b71e95b1236ba2f29791e16 729944 
glibc-doc-reference_2.29.orig.tar.xz
 6dcd86bac671ff9901b30a9a51ad7f36dcdc7edf31828545addd465bc7981765 5592 
glibc-doc-reference_2.29-1.debian.tar.xz
 df4653aa71842a912d5d3fa8b26c5650bb1c50bed9def6c30608aa2e0f77a7d2 5216 
glibc-doc-reference_2.29-1_source.buildinfo
Files:
 ecfe6290f5722bd5ecd9d49d8ac5009a 2128 non-free/doc optional 
glibc-doc-reference_2.29-1.dsc
 fc62b55920e3d61b27a4234c777a7c76 729944 non-free/doc optional 
glibc-doc-reference_2.29.orig.tar.xz
 eee122e92adbafe42c92431bade34389 5592 non-free/doc optional 
glibc-doc-reference_2.29-1.debian.tar.xz
 60d296c0b5e2514f9d3ac20a2c068bf9 5216 non-free/doc optional 
glibc-doc-reference_2.29-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl1XEWsACgkQE4jA+Jno
M2uyzA//dVIPet2w52uUW1c7ytOFWjGRa4JP5kZReHyXpKjt4eFGkcf3YG0EYJ9j
Llmj98PjZ5NGBOx8cNTuPtsqNVFMk5R7u7GQFYUyTHplk3okVGXu9MdXlipMUIEC
DOAT7xp0Ir+nfopqWCpABe8xD+/4jrv95zTHHDW4V5Y4zM51yAZ2Y1yYKXMt0mQP
43vZKUB2h/0peKcXWnh0Rkula8dZonwgZsGO8T6gNN7sijZlkyzVWGFDFjFgBHbf
gTNNDphy1wWVE61vz7ifweRsPam0k4bbyvo4AyjmAw0acvoDes/qyRMbBYWqCS25
+6YXrb4ZtgkRaaWGliB5/x2XqKrVx/MV0HW9cI3Xrb0mbWnOwVSW74wIpQClddM8
xaH9VlqQavLJ3J0YdNM1aP6YtG1gvlJI9WKLZpXMNBqWNxAQYfjt6RTwEhDcO7pH
Yn6aisDqwp9xBG4A3yVBttSgnjHjR26ZH4P0vDPIXcMHO2yQpzSU+3fL3ejEVloX
2oQ23xuiOTO4nmAis8BCcP31TpBMGtoJWdfaxhagzfcig2dWGSB8yXBaFSS3U+Bg
viRy5xluiD12Xm+r61l6MEGBCy5CXoXDJrOB9HGguv6xMa64idZWu49+QZJoqFtx
Of905yio0aFrS5DwC2QuFr8KGuTVhfU1mzjz53/xvVrdMJnyg1g=
=7567
-END PGP SIGNATURE-



Accepted libusb-1.0 2:1.0.23~rc3-1 (source) into experimental

2019-08-16 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 16 Aug 2019 13:47:13 +0200
Source: libusb-1.0
Architecture: source
Version: 2:1.0.23~rc3-1
Distribution: experimental
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Changes:
 libusb-1.0 (2:1.0.23~rc3-1) experimental; urgency=medium
 .
   * New upstream release candidate.
 - Update symbols file.
   * Build-depends on debhelper (>= 12.4) to get automatic udeb support and
 drop the override_dh_makeshlibs-arch stanza from debian/rules.
   * Set Rules-Requires-Root to no.
   * Push debhelper level to 12.
   * Bump Standards-Version to 4.4.0 (no changes).
Checksums-Sha1:
 d7d0de0b064b07a0d8b1cd5d12617168739a9c89 2168 libusb-1.0_1.0.23~rc3-1.dsc
 f9e63296a32e56b9aa1ae685e4b6f4bf214bac71 602839 
libusb-1.0_1.0.23~rc3.orig.tar.bz2
 8e290f38df434bbfb565c0bd094b179ff2962409 12636 
libusb-1.0_1.0.23~rc3-1.debian.tar.xz
 54819012c127ec6cd91e8cf9f171158eb1c79e1e 5625 
libusb-1.0_1.0.23~rc3-1_source.buildinfo
Checksums-Sha256:
 abecc5b32c63c3b5eb17d6f563783f14d4ec9c6e2c87b68075f6c91539c3ae8d 2168 
libusb-1.0_1.0.23~rc3-1.dsc
 8e0022d76a3aad52b008dedfaf52468b0bbe4813fe35690944552cab77b539d9 602839 
libusb-1.0_1.0.23~rc3.orig.tar.bz2
 1930ec88ccc9cc3dceeb1ad8b1207754d0789ef83e1d55cdd8bb3f57194399ad 12636 
libusb-1.0_1.0.23~rc3-1.debian.tar.xz
 ba91eeb9af7adddead0a72ccc3b427d9f2688be74805450f7405a96f7facc456 5625 
libusb-1.0_1.0.23~rc3-1_source.buildinfo
Files:
 59547c1c1e077bb8e12edb569e5c6d11 2168 libs optional libusb-1.0_1.0.23~rc3-1.dsc
 a34e0cc3ac7a3c265665dcb89541a1b9 602839 libs optional 
libusb-1.0_1.0.23~rc3.orig.tar.bz2
 010d737ec490fcd5cdb6c5801e468d5e 12636 libs optional 
libusb-1.0_1.0.23~rc3-1.debian.tar.xz
 0f58d8bc31683957afd6ceaa5e5c66ed 5625 libs optional 
libusb-1.0_1.0.23~rc3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl1Wl9UACgkQE4jA+Jno
M2tnyxAAjWZ3QtL01D4YjdpEq8xm7Z8TAa2GZfip33q6DTJaQbSugBcD4wd4g1Ef
eRMz3BqwAuRFTCYJLC8mhdHG5i1xc7ysIphxjhInQispTglfROAr6zCBRqJUiXwb
KZIb5Lu/kNyS0TMtTagJTFcQWqCGgG1llGFFt7ztWN/yFlkPRlVXf14h8hXO+koB
HrCxHkkvYyKpgPDTWK/OtQawIvcls5x65r0BgFrKO1BU5oylGR6hqMVUq34YQuvQ
oLSFmltgRl75dcjOQ91Fm0GOfZg4V3LJbKhYc5xrjOJ5U0Fc0Noww0m/Nfm95Jd7
aT4q1tMo6Uc44cSi7e4aptrnfKID8oTNvf+9xsCEcY57H+1VLY2jNpYAq9tmXWfN
YHriDKq4baZXvWghzSBh/vE1SRCs2H0hQWa6KQg4rYy3Y1ObWDzzCvcDR3CcdlPq
u08UnWbfkxHOSNZsG/fBUmHMQxGBdaHpwHC2o5JE2sv3a6ZzufRm4ExqOpLuNcCo
hSrB/4kFaEssg+50w8dvYl2ZDfx90wrDej3DxM3tk0f528fRsap2hkMuUvReUh2M
Re/pQ0g5eDlf4rJS0j6Rsf1wwN3N2mweyvWslX8UYcc/T11lGiTNGtOfwzr5XD6q
N+lWmWlgH0dhxrmj4mmTc4y9ZKX75q+oJVv+0Oe9AqiAbB07/PU=
=nom8
-END PGP SIGNATURE-



Accepted glibc 2.29-0experimental0 (source) into experimental

2019-08-16 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 16 Aug 2019 12:42:42 +0200
Source: glibc
Architecture: source
Version: 2.29-0experimental0
Distribution: experimental
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 908946 910669 933513 933800 934823
Changes:
 glibc (2.29-0experimental0) experimental; urgency=medium
 .
   [ Adam Conrad ]
   * New upstream release 2.29, with git updates up to 2019-02-20:
 - Add PF_XDP, AF_XDP and SOL_XDP to bits/socket.h.  Closes: #933800.
 - debian/symbols.wildcard: Add 2.29, and debian/control: Regenrate.
 - debian/patches/localedata/locales_CH.diff: Applied upstream.
 - debian/patches/localedata/submitted-it_IT-thousands_sep.diff: Upstreamed.
 - debian/patches/localedata/git-en_US-date_fmt.diff: Applied upstream.
 - debian/patches/hurd-i386/git-magic-pid.diff: Applied upstream.
 - debian/patches/hurd-i386/git-interrupt_timeout_EIO.diff: Upstreamed.
 - debian/patches/hurd-i386/git-interrupt_timeout.diff: Applied upstream.
 - debian/patches/hurd-i386/git-intr-msg.diff: Applied upstream.
 - debian/patches/hurd-i386/git-pci.diff: Applied upstream.
 - debian/patches/hurd-i386/git-msync.diff: Applied upstream.
 - debian/patches/hurd-i386/git-spawn-open.diff: Applied upstream.
 - debian/patches/hurd-i386/git-tst-preadvwritev2-common.c.diff: Upstreamed.
 - debian/patches/hurd-i386/git-fcntl64.diff: Applied upstream.
 - debian/patches/hurd-i386/git-lockf-0.diff: Applied upstream.
 - debian/patches/hurd-i386/git-libpthread_setpshared.diff: Upstreamed.
 - debian/patches/hurd-i386/git-AT_EMPTY_PATH.diff: Applied upstream.
 - debian/patches/hurd-i386/git-altstack.diff: Applied upstream.
 - debian/patches/riscv64/git-thread-debugging.diff: Applied upstream.
 - debian/patches/sparc/submitted-sparc64-socketcall.diff: Applied upstream.
 - debian/patches/any/local-tst-mktime2.diff: Applied upstream.
 - debian/patches/all/local-remove-manual.diff: Rebased.
 - debian/patches/alpha/local-string-functions.diff: Rebased.
 - debian/patches/any/git-libio-stdout-putc.diff: Rebased.
 - debian/patches/hurd-i386/local-exec_filename.diff: Rebased.
 - debian/patches/hurd-i386/local-hurdsig-globaldisp-version.diff: Rebased.
 - debian/patches/hurd-i386/submitted-anon-mmap-shared.diff: Rebased.
 - debian/patches/hurd-i386/tg-EGREGIOUS-fr.diff: Rebased.
 - debian/patches/hurd-i386/tg-EIEIO-fr.diff: Rebased.
 - debian/patches/hurd-i386/tg-hurdsig-global-dispositions.diff: Rebased.
 - debian/patches/hurd-i386/tg-io_select_timeout.diff: Rebased.
 - debian/patches/kfreebsd/submitted-auxv.diff: Rebased.
   * debian/rules.d/build.mk: Switch to new localedata/install-locale-files:
 - debian/patches/localedata/local-all-no-archive.diff: Dropped for above.
   * debian/testsuite-xfail-debian.mk: XFAIL tst-thread-exit-clobber, and
 tst-minsigstksz*, and tst-xsigstack on armhf, which fail on aarch64 hosts.
 .
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/submitted-net.diff: Rebased.
   * debian/patches/hurd-i386/tg-bits_atomic.h_multiple_threads.diff: Rebased.
   * debian/patches/hurd-i386/local-fix-nss.diff: Fix tst-nss-test3 test.
   * debian/testsuite-xfail-debian.mk: Clean out test build failures, they are
 now handled upstream. Clean out now-fixed tests.
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix build on alpha with recent kernel headers.  Closes: #934823.
 - debian/patches/any/git-libio-stdout-putc.diff: rebased.
   * debian/control.in/main, debian/rules: drop the multiarch-support package.
 Closes: #910669.
   * debian/glibc-source.filelist, debian/libc6.symbols.powerpcspe,
 debian/rules.d/control.mk, debian/sysdeps/powerpcspe.mk,
 debian/testsuite-xfail-debian.mk: Drop the powerpcspe architecture, it is
 not supported anymore by GCC 9 and will be removed in GLIBC 2.30.
   * debian/rules: do not export SHELL, it is already set through configparms.
   * debian/patches/git-pexpect-pretty-printers.diff: backport pretty printer
 fix to support recent versions of GDB with color output.
   * debian/testsuite-xfail-debian.mk: drop XFAILs that were due to kernel bugs
 which are now fixed in both oldstable and stable kernels.
   * debian/rules: drop -no-pie -fno-PIE options. This is now fully supported
 by the GNU libc.
   * debian/testsuite-xfail-debian.mk: drop XFAILs that have been fixed for
 quite some time.
   * debian/control.in/main, debian/rules: build with GCC 9.
   * debian/sysdeps/mips*.mk: drop -mno-plt, but keep -mno-pie.
   * debian/patches/any/git-socket-constants.diff: backport upstream change to
 use in-tree copy of SO_ constants for !__USE_MISC to fix compatibility
 with recent kernel headers.
   * debian/shlibs-add-udebs: remove the udeb entries automatically added by
 dh_makeshlibs

Re: Bypassing the 2/3/4GB virtual memory space on 32-bit ports

2019-08-14 Thread Aurelien Jarno
On 2019-08-09 16:26, Luke Kenneth Casson Leighton wrote:
> ---
> crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
> 
> On Fri, Aug 9, 2019 at 1:49 PM Ivo De Decker  wrote:
> >
> > Hi Aurelien,
> >
> > On 8/8/19 10:38 PM, Aurelien Jarno wrote:
> >
> > > 32-bit processes are able to address at maximum 4GB of memory (2^32),
> > > and often less (2 or 3GB) due to architectural or kernel limitations.
> >
> > [...]
> >
> > Thanks for bringing this up.
> >
> > > 1) Build a 64-bit compiler targeting the 32-bit corresponding
> > > architecture and install it in the 32-bit chroot with the other
> > > 64-bit dependencies. This is still a kind of cross-compiler, but the
> > > rest of the build is unchanged and the testsuite can be run. I guess
> > > it *might* be something acceptable. release-team, could you please
> > > confirm?
> >
> > As you noted, our current policy doesn't allow that. However, we could
> > certainly consider reevaluating this part of the policy if there is a
> > workable solution.
> 
> it was a long time ago: people who've explained it to me sounded like
> they knew what they were talking about when it comes to insisting that
> builds be native.
> 
> fixing binutils to bring back the linker algorithms that were
> short-sightedly destroyed "because they're so historic and laughably
> archaic why would we ever need them" should be the first and only
> absolute top priority.
> 
> only if that catastrophically fails should other options be considered.
> 
> with the repro ld-torture code-generator that i wrote, and the amount
> of expertise there is within the debian community, it would not
> surprise me at all if binutils-ld could be properly fixed extremely
> rapidly.
> 
> a proper fix would also have the advantage of keeping linkers for
> *other* platforms (even 64 bit ones) out of swap-thrashing, saving
> power consumption for build hardware and costing a lot less on SSD and
> HDD regular replacements.

That would only fix ld, which is only a small part of the issue. Do you
also have ideas about how to fix llvm, gcc or rustc which are also
affected by virtual memory exhaustion on 32-bit architectures?

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Accepted tzdata 2019b-2 (source) into unstable

2019-08-12 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 12 Aug 2019 11:40:33 +0200
Source: tzdata
Architecture: source
Version: 2019b-2
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Changes:
 tzdata (2019b-2) unstable; urgency=medium
 .
   * Change provides to tzdata-bullseye from tzdata-buster.
Checksums-Sha1:
 2adece2defb4ee46440d775050db68086d0cfaad 2232 tzdata_2019b-2.dsc
 bfb2bc5def73d04553383da1043661909605dc1c 384667 tzdata_2019b.orig.tar.gz
 516abb5bd9963d9082d3138f9100a2ce408ae331 833 tzdata_2019b.orig.tar.gz.asc
 052ef4a7a9237f945e94b0f40da0174b9294126b 104816 tzdata_2019b-2.debian.tar.xz
 260cf2800dd07d678df05e44a92950ab710f3d74 5501 tzdata_2019b-2_source.buildinfo
Checksums-Sha256:
 7b5315c670f2a3a12220ec8e8a69e65eca82bb02736945d202e342c6aa0449a9 2232 
tzdata_2019b-2.dsc
 05d9092c90dcf9ec4f3ccfdea80c7dcea5e882b3b105c3422da172aaa9a50c64 384667 
tzdata_2019b.orig.tar.gz
 2e3bd0245d3e63cffe8580551074b07cbdc7dcb37ab92ec7dad5af84331ce3da 833 
tzdata_2019b.orig.tar.gz.asc
 28338da2af08aa4c264155f2298d949c1d7edc6fb9da6a50c20c55979563fbe8 104816 
tzdata_2019b-2.debian.tar.xz
 ff452c7dbb19309ca888bdac47b32e0e3e6532e6bf93ed4baa214eee7b6d1b5b 5501 
tzdata_2019b-2_source.buildinfo
Files:
 9f0d0a400f0f65a82afdf2010b407740 2232 localization required tzdata_2019b-2.dsc
 b26b5d7d844cb96c73ed2fb6d588daaf 384667 localization required 
tzdata_2019b.orig.tar.gz
 1c8c55bf4a3ff46bb640c685aa235987 833 localization required 
tzdata_2019b.orig.tar.gz.asc
 9c18087da71d50667151e9aae381c1e1 104816 localization required 
tzdata_2019b-2.debian.tar.xz
 482a9818c75286d863dd560979702abb 5501 localization required 
tzdata_2019b-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl1Rx5kACgkQE4jA+Jno
M2uqKw/9GExi9CVG/PlijeoZFFnGVjrN1KbHM+5dbxYx1hpYGU3eYgAsLUJR2OeJ
ptRtvfnOdWTIX7jfDbeIy80btLh0tyom5IR75D9+FTkEoryN+XZOdA/+0T6Zskh8
8sVuXpD+P9znKVkSD1jjGb3VEk6/nPR6HW6aYIUrDnRMnBQXgGaOS6wP1PwE/KEh
yCBqwvNsuNbD07+sLwETHbqFATiU+uRXlAwNL0eGShhgBx3twJw5ZupzwdBcFtKC
ZELlTN+g+mlCEKRfkLFgqkFqcj/rf6ZUqF06P+FNuzD1HPZLWlkA0YhfQOW7XF9f
e/E0eHYLq14XwMpcvZZRbX6sQiPeYXQFT1giiftUXUkhSVNnRksy2bajy3wpFLc7
t2bxYozmcA/ye2341ztHRCQxFI6sq6YK9qVF/REcqO52bgEyKj7NPJE6cUx2pNRH
ubly9Wg5p2swTBpL9oDzBd9TeLicDM7pjbrLNE/V51DYRSV2JOJxYxMnU0yz3Sd7
xR6s/esV4efc3xU+2cuOBc6/jH7Z53ef9OR1YEsIaKjSyj+1Apnwg9IizWX0zp76
f9RJp1PeSNi/arvr2iCMeUCMNgyb1WALFQ7p6fxLn5CwFonGU/69tTZ/OLWqQfv9
QXEHYU1J0ktc2B1WaFDU3wrQ4Ce0iFOQsZPLgx0p3bxO1yigkXU=
=C95a
-END PGP SIGNATURE-



Re: Bypassing the 2/3/4GB virtual memory space on 32-bit ports

2019-08-08 Thread Aurelien Jarno
On 2019-08-08 23:57, John Paul Adrian Glaubitz wrote:
> Hi!
> 
> On 8/8/19 10:38 PM, Aurelien Jarno wrote:
> > Any comments, ideas, or help here?
> I'm by no means a GHC nor Haskell expert, but I think it should be generally
> feasible to add native code generation support in GHC for all architectures
> which are supported by LLVM.
> 
> According to a bug report I saw upstream [1], adding native support for GHC
> through LLVM is comparably easy and might be a good options for mips*, riscv*,
> s390x and sparc* which all are officially supported by LLVM but have no NGC
> in GHC (with the exception of SPARC which has a 32-bit NGC that James Clarke 
> is
> currently porting to SPARC64 [2]).

Yes, that's clearly the way to go for the GHC issue. As a bonus it
greatly improves the performances.

That said it doesn't solve the problem in general, ie for rustc or the
future affected packages.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Re: Bypassing the 2/3/4GB virtual memory space on 32-bit ports

2019-08-08 Thread Aurelien Jarno
On 2019-08-08 22:23, Ben Hutchings wrote:
> On Thu, 2019-08-08 at 22:38 +0200, Aurelien Jarno wrote:
> [...]
> > 1) Build a 64-bit compiler targeting the 32-bit corresponding
> >architecture and install it in the 32-bit chroot with the other
> >64-bit dependencies. This is still a kind of cross-compiler, but the
> >rest of the build is unchanged and the testsuite can be run. I guess
> >it *might* be something acceptable. release-team, could you please
> >confirm?
> >
> >In the past it would have been enough to "just" do that for GCC, but
> >nowadays, it will also be needed for rustc, clang and many more. The
> >clang case is interesting as it is already a cross-compiler
> >supporting all the architectures, but it default to the native
> >target. I wonder if we should make mandatory the "-target" option,
> >just like we do not call "gcc" anymore but instead "$(triplet)-gcc".
> >Alternatively instead of creating new packages, we might just want
> >to use the corresponding multiarch 64-bit package and use a wrapper
> >to change the native target, ie passing -m32 to gcc or -target to
> >clang.
> [...]
> > Any comments, ideas, or help here?
> [...]
> 
> 1a. Require 32-bit build environments to be multiarch with the
> related 64-bit architecture also enabled.

Indeed, but that looks like the first step. From there do you think
a) the package is responsible for build-depending on the 64-bit
   toolchain and calling it with the right option to generate 32-bit
   binaries?
or
b) the build environment should be already configured to make the
   64-bit toolchain available transparently

I had option b) in mind, but option a) looks way easier to implement on
the infrastructure side, although a bit less on the packaging side. It
can also be a first step towards b). In that case we should also make
sure that using a 64-bit compiler doesn't switch the package build
system to a cross-compilation mode, where notably the testsuite is
disabled.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: PGP signature


Bypassing the 2/3/4GB virtual memory space on 32-bit ports

2019-08-08 Thread Aurelien Jarno
[ debian-arm is Cced: as armel and armhf might be impacted in the
  future]
[ debian-devel is Cced: as i386 might be impacted in the future]
[ debian-release is Cced: as the release has to agree with the 
  solution]


Hi all,

32-bit processes are able to address at maximum 4GB of memory (2^32),
and often less (2 or 3GB) due to architectural or kernel limitations.
There are many ways to support more than 4GB of memory on a system
(64-bit CPU and kernel, PAE, etc.), but in the end the limit per process
is unchanged.

As Debian builds packages natively, this 4GB limit also applies to
the toolchain, and it's not uncommon anymore to get a "virtual memory
exhausted" error when building big packages. Tricks have been used
to workaround that, like disabling debugging symbols or tweaking the
GCC garbage collector (ggc-min-expand option). This is the case for
example of firefox or many scientific packages. For leaf packages they
are usually left uncompiled on the corresponding architectures.

mips and mipsel are more affected by the issue as the virtual address
space is limited to 2GB. Therefore on those architectures, this issue
recently started to also affect core packages like ghc and rustc, and
the usual tricks are not working anymore. The case of ghc is interesting,
as the problem also now happens on non-official architectures like hppa
and x32. The *i386 architectures are not affected as they use the native
code generator. The armel and armhf architectures are not affected as
they use the LLVM code generator.

We are at a point were we should probably look for a real solution
instead of relying on tricks. Usually upstreams are not really
interested in fixing that issue [1]. The release team has made clear
that packages have to be built natively (NOT cross-built) [2]. Therefore
I currently see only two options:

1) Build a 64-bit compiler targeting the 32-bit corresponding
   architecture and install it in the 32-bit chroot with the other
   64-bit dependencies. This is still a kind of cross-compiler, but the
   rest of the build is unchanged and the testsuite can be run. I guess
   it *might* be something acceptable. release-team, could you please
   confirm?
   
   In the past it would have been enough to "just" do that for GCC, but
   nowadays, it will also be needed for rustc, clang and many more. The
   clang case is interesting as it is already a cross-compiler
   supporting all the architectures, but it default to the native
   target. I wonder if we should make mandatory the "-target" option,
   just like we do not call "gcc" anymore but instead "$(triplet)-gcc".
   Alternatively instead of creating new packages, we might just want
   to use the corresponding multiarch 64-bit package and use a wrapper
   to change the native target, ie passing -m32 to gcc or -target to
   clang.

2) Progressively drop 32-bit architectures when they are not able to
   build core packages natively anymore.

Any comments, ideas, or help here?

Regards,
Aurelien

[1] https://github.com/rust-lang/rust/issues/56888
[2] https://lists.debian.org/debian-release/2019/08/msg00215.html 

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: PGP signature


Accepted cfitsio 3.470-3 (source) into unstable

2019-08-04 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 04 Aug 2019 18:30:40 +0200
Source: cfitsio
Architecture: source
Version: 3.470-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 

Changed-By: Aurelien Jarno 
Changes:
 cfitsio (3.470-3) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1:
 ee21d392cc8c77e4f997c60b5a3181239d7d58cc 2335 cfitsio_3.470-3.dsc
 fa26bfde35075f81c22767d8480f8abc03ef42ae 20784 cfitsio_3.470-3.debian.tar.xz
 cdb24e4e166446c92825217d2d80c0d76748e244 5529 cfitsio_3.470-3_source.buildinfo
Checksums-Sha256:
 f26128af38b8e4360af34bed6268bc57e5edd7d052439c791cda813b8dee2d2a 2335 
cfitsio_3.470-3.dsc
 624400bfb2fbecbf965272b1fa2509838fafe6104b311ac1f21d03f097adfb59 20784 
cfitsio_3.470-3.debian.tar.xz
 602117cda3c5b68da9e0817db7688b2350a966dc068ccd3dcaea1e595c65ea30 5529 
cfitsio_3.470-3_source.buildinfo
Files:
 dccea61c3c4e52619c6546113ed79e42 2335 devel optional cfitsio_3.470-3.dsc
 5f91186a78cd6650f7e96f25b0ba8bb4 20784 devel optional 
cfitsio_3.470-3.debian.tar.xz
 ac82abe00bfb58dc63739296fbc18519 5529 devel optional 
cfitsio_3.470-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl1HCJ0ACgkQE4jA+Jno
M2t23Q//fnR91MOKOJrL5FAf052SDu2+0nbCCOj95z+PDiF8gS/QcovFKpt0ifTM
BFTTUHO3+DSKS0mH7XgAkIcurGbQNInGkFtk3LMHljg1AdnccA8+/LWaxAxP4Od8
Nlmh9TWJWhWZF3Ed7zZfj/HjdpfIgN4a/qIlw18Kv/rYf3mtBM5ypdhPtqv/BDUe
TNATO606XS8hbByAaDYtEBMzWrJ23W2zwQFLrle1BnWIwV3I9dP0AnaImi+95UGa
27JxL4V4Hh0xtsFuKrPtudA3mX5zeV9AmsIc/HtnnnOWI+egOJS3zPcNzbO6bLAE
f+SNf7aMOUJKqiEX1t6kRMP9NN/SQ4kyJLdYqILyFPv0kRZPR/gVW8jHzTJSul5S
7mBmOpV1yBZH8GaOlvL+QOdm1mHTTzALvW1M3Hh4R118dzAjB7Qq6mHQ6+OwY8fD
5C0KgrZ78hoqVc+ZfpFq9sHAkVSvYoacTP+5k3ZNd+1MtgqLRgm9AIRnbyimeuX1
LJiHb72mA/4LpupKsHinOoIxLRuv6v7nnB9d2Wb4eXG15qQCH28WInUPsH2E7eef
jCKMEZYSwCzggXrENJk6TaAXlpbTkdo+eaR6sknAP+ZlG34dGhX24oymckDvoWUL
bOZa1vEtVnnlV6FX0JiMXKB0IJ+q2bSPsKm7UYwQfm9px+H5DHA=
=2jLG
-END PGP SIGNATURE-



Accepted cfitsio 3.470-2 (source) into experimental

2019-08-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2019 13:18:32 +0200
Source: cfitsio
Architecture: source
Version: 3.470-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Astronomy Maintainers 

Changed-By: Aurelien Jarno 
Changes:
 cfitsio (3.470-2) experimental; urgency=medium
 .
   * Upload to experimental.
   * Add 06-riscv.patch to fix riscv64 support.
Checksums-Sha1:
 b11016c3d52bfe04297fe46c7ee441cb80280e35 2335 cfitsio_3.470-2.dsc
 bdb6c4dd8b2beced2ee2666b0f03abc22d599540 20784 cfitsio_3.470-2.debian.tar.xz
 fb8b6583f34fe773863c0a208c2a7fb188d4578d 5529 cfitsio_3.470-2_source.buildinfo
Checksums-Sha256:
 11a31ac8cf9015505e0230ce90502b69e8467fe76d336b7858f5c3d2981f6ebd 2335 
cfitsio_3.470-2.dsc
 f80973258014ce83ce76c414560c1ab23a9533c39ff8972e8de3acade2d5d3b9 20784 
cfitsio_3.470-2.debian.tar.xz
 66e9921f9cfaf1c9aa61ce733c2c364a021e9ad2f91fe2de72f09270751152f6 5529 
cfitsio_3.470-2_source.buildinfo
Files:
 c41ac7e6164d31a08e22fdde442057fc 2335 devel optional cfitsio_3.470-2.dsc
 10fe3516e78d12a8c94f581312668ae3 20784 devel optional 
cfitsio_3.470-2.debian.tar.xz
 4254fac31ce8684f8ca7f6fabb4b1bad 5529 devel optional 
cfitsio_3.470-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl1CyzQACgkQE4jA+Jno
M2t/pg/9FibeD9m1KAewsOLOW63neGoi+cc8ZjpaiKQ5xYRYna0dqAI8IXyTl4A2
4AfeH+URekt99VR39S9Oi/dbowp6bKrTw8xEd1jxLe29fYPNWLfzdJxdCoft3Ck4
bvlE5zSwksAAzv7PEFPAFnq2S+VmMKxEzMk58I4GEVBADltwTpqONANYAAnCxCGa
9D0O7PJOHJ/w7yo7mfae36HbqqLr+Wcga9DngCSenzbGELQXIUa9ED9V7gpZUqFj
6UQOZlyYk+GZWr180FAH/BUSHAGuK8oAc6RzBJxepYrS3sWVs3++eQAIzygMVRq+
/FGnCcbQIDumSZe/lKEOniA0Lsofh2MYEIn0xJi5Md7FnWtioapR2yCeYP7zyzrf
buXcThmEnzQift72nyLFSne7zZQtcIa/e+PGNpaDMQ4HcQWgJWX4Qry1tZAdu1VR
e42c6wkFgtwoaXYxQYuFJk3uIeqYOkQ5Uw3OCtQitc4UXANc8a5eh7qHedSB0/pj
+KRL5EB/Ox2c+1LoAf1XFFWs7P5UNolmiv+EkfSCLzUUU56a+XFw7SxdHm9Tza7q
QawXQcEQeDo7qFWymg2yEgKsWzJ2nV/Swcv3IBUr+SXt7zC4TZWnxzQzp6XYSBsJ
Gvj9mTJ/lCkgDwRWZRXaaXUCXwEwr1FfdbH/djfomXe64Pe579o=
=se5b
-END PGP SIGNATURE-



Accepted cfitsio 3.470-1 (source amd64 all) into unstable, unstable

2019-08-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 May 2019 19:56:57 +0200
Source: cfitsio
Binary: libcfitsio-bin libcfitsio-bin-dbgsym libcfitsio-dev libcfitsio-doc 
libcfitsio8 libcfitsio8-dbgsym
Architecture: source amd64 all
Version: 3.470-1
Distribution: sid
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 libcfitsio-bin - CFITSIO based utilities
 libcfitsio-dev - library for I/O with FITS format data files (development 
files)
 libcfitsio-doc - documentation for CFITSIO
 libcfitsio8 - shared library for I/O with FITS format data files
Changes:
 cfitsio (3.470-1) experimental; urgency=medium
 .
   * Upload to experimental.
   * New upstream version:
 - Rename libcfitsio7 into libcfitsio8.
 - Refresh 04-pkgconfig-private.patch
 - Rebase 05-system-zlib.patch
 - Drop debian/patches/10-riscv.patch
 - Add 09-drvnet-format-security.diff to fix a format string security
   issue.
   * Upgrade Standard-Version to 4.3.0 (no changes).
Checksums-Sha1:
 81ea1b12d966fcce6780bae16ba80f0b9ffda821 2335 cfitsio_3.470-1.dsc
 5a25016dcaf12117d950e4278e10d39c6c7d33a5 4853990 cfitsio_3.470.orig.tar.gz
 596e2f70b947b33db1d657e55c093bfd814c70cf 20512 cfitsio_3.470-1.debian.tar.xz
 9c1becfd135d6bdb9d3a8360e34e1f36f4d9de41 10853 cfitsio_3.470-1_amd64.buildinfo
 405ca56fe07fbf68b24f4517047e57e2513a40d7 94180 
libcfitsio-bin-dbgsym_3.470-1_amd64.deb
 a97dfb2b562a4a88ee5d9390447b51b9bf3c8ecc 112572 
libcfitsio-bin_3.470-1_amd64.deb
 88ebadcbb4667202b72bbd8c44283d2bd4331162 586556 
libcfitsio-dev_3.470-1_amd64.deb
 164d44ae6c107c319e596b237ea653d81e20760f 2089288 libcfitsio-doc_3.470-1_all.deb
 99c0c295226e074ed9c3e584703ae2788466cc8d 1425376 
libcfitsio8-dbgsym_3.470-1_amd64.deb
 4926d25584a1f5d206da79e1c8bb4fb1fb05045a 541940 libcfitsio8_3.470-1_amd64.deb
Checksums-Sha256:
 04d78651eb1e95cdd8a403e44e2555367b75e27d56c9df6525a5653f8a3e3e71 2335 
cfitsio_3.470-1.dsc
 418516f10ee1e0f1b520926eeca6b77ce639bed88804c7c545e74f26b3edf4ef 4853990 
cfitsio_3.470.orig.tar.gz
 488840c71b790c339198b3d96fe4668acbdb02f31f2db447221c5797ba084854 20512 
cfitsio_3.470-1.debian.tar.xz
 6ae10d74bc286a22fd10a203005398045a5693de9f7ee396183212aca57ed30e 10853 
cfitsio_3.470-1_amd64.buildinfo
 f41ee181d7746e52a374db2498931b6bf8413d1131bf467029c01b2b51643635 94180 
libcfitsio-bin-dbgsym_3.470-1_amd64.deb
 31537f2ce1ab79094d9c6519a3cb53e46ea2165a4d4969dab7525034d946998d 112572 
libcfitsio-bin_3.470-1_amd64.deb
 5a6eafe03a6bde6457ef78cf476fd28d39151ac86e1a44f8b0cbf659297ede3e 586556 
libcfitsio-dev_3.470-1_amd64.deb
 8f2e38fd0d79111e9428a4c2ed359e2ab29c2d5c1ac7b8efaa4be9c16026abe8 2089288 
libcfitsio-doc_3.470-1_all.deb
 357cd2e268a514568b45aea93a2eadac6a06f23da0f713d41f8da997da2929e3 1425376 
libcfitsio8-dbgsym_3.470-1_amd64.deb
 64366f6131bbd076caa70194bac6458d95b6bc9c246e81a317fbb7b9c714b8c7 541940 
libcfitsio8_3.470-1_amd64.deb
Files:
 f183b9590524a53a7704a50c6194785b 2335 devel optional cfitsio_3.470-1.dsc
 a2b266abb75ddbf71a29362a599a86ba 4853990 devel optional 
cfitsio_3.470.orig.tar.gz
 e3dc79cc37684e11f8ebe81acd31d56c 20512 devel optional 
cfitsio_3.470-1.debian.tar.xz
 73cdcebec7eb06c7d58cd42f9603a253 10853 devel optional 
cfitsio_3.470-1_amd64.buildinfo
 93e082a2e74e39dfaaf34f8252bf7393 94180 debug optional 
libcfitsio-bin-dbgsym_3.470-1_amd64.deb
 05396aa74d14f81d9d9682f251e2d055 112572 devel optional 
libcfitsio-bin_3.470-1_amd64.deb
 d29b4727f56b2b2970fad9b247058f0e 586556 libdevel optional 
libcfitsio-dev_3.470-1_amd64.deb
 55ae1732fccc1a309b58199f3eaa1c6d 2089288 doc optional 
libcfitsio-doc_3.470-1_all.deb
 bf3af6dbe96f4f50c3a5f84250e5b29d 1425376 debug optional 
libcfitsio8-dbgsym_3.470-1_amd64.deb
 02fa6353c6e05ba2e03e51dd8f69c520 541940 libs optional 
libcfitsio8_3.470-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl06uIIACgkQE4jA+Jno
M2s8bg//THm+o6sjkrhd547QoWWzGeAsImZ8hrpqlMWEtWUuct20GOKpa6wwNiuV
gEwyP7DOLxnIGThWw8pTMgqdKT78BSpyNRQbc9GkULcOWHOPG0PhdMafcD0DYlWr
L5Ckn5NlXQr3Q9u8e4XsQB4w+Lf8KObIwF8J1tIGFm3Jdi2lOOllYq9bi1Gfg1d4
g+fm3b6RzvwYeA+52/cbMNOnya12PUBtLPJoHxqG66MthEwgPA/sqrjFPV+4nc5E
GwynAnBky3vnTJPhDi5JuCl4UMEeWgKzB/d84EEgBYTTYL+4r+q4n+BeSpjAl5vS
oQPaBQMQUllHM391i3SkJrl2Sc6TYyP4OlV8KMiLWzG5dpAqxu96NKfr9vdNaQJl
NPvN0KjMy2VTvq5qq7s68fSiD1jkHAY00w6TEAqaaRjqvYbCPVcs98dYpwrQcm0I
vuaRAenIwPDyeq/xaAZINFXNfeFXDzy+qkJRexIt64Gq+1hFW7u1/rpUyEyMoQ3q
E8G1+CXda3SgDbxC/I6Flwaay2jDB+pvmga30T5jesGuYIn8uAqExQvJYqZrezV0
hggIrszUnA5KeRagk23q+I8SZTWemKLQqFkMCfdnFnSf53MGVdHTbwWHhgfNxhqS
8S5ewOzl4StTth0dfBTfa+B/MM66Hu9ORQaeuI6pvTSZ9sVZQcI=
=TBZP
-END PGP SIGNATURE-



Accepted usb.ids 2019.07.27-1 (source) into unstable

2019-07-28 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 28 Jul 2019 21:05:27 +0200
Source: usb.ids
Architecture: source
Version: 2019.07.27-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Changes:
 usb.ids (2019.07.27-1) unstable; urgency=medium
 .
   * New upstream version.
   * Bump Standards-Version to 4.4.0 (no changes).
Checksums-Sha1:
 a6c49e2af5787484cf2d393a1d9ccd0d7db984d2 1739 usb.ids_2019.07.27-1.dsc
 d397e0885eedd9ac158defbbabe3da9088eff242 171656 usb.ids_2019.07.27.orig.tar.xz
 f86129292de0676e161918345bf101a6de5c53fc 2236 
usb.ids_2019.07.27-1.debian.tar.xz
 1717780ffec5f5e0b61c28a1f93649bef2b5a91d 5430 
usb.ids_2019.07.27-1_source.buildinfo
Checksums-Sha256:
 357114128c02ed2070734b1ed53b9868ec7f40705f4fbb7846df3472c57012f7 1739 
usb.ids_2019.07.27-1.dsc
 ac387b0f4e927ae846e7b0b44dddcb1a8fd7c34c3011e26151e7bddbf31ddbfd 171656 
usb.ids_2019.07.27.orig.tar.xz
 0e456ff59f9385a62f12acdc19e5fa35bacad3113b1d4ebd50b1b9fc7dbbb0d9 2236 
usb.ids_2019.07.27-1.debian.tar.xz
 c5eb772964b2db1094debf4b971828a186a63965aa9f7bfde02c8c366c8e32a7 5430 
usb.ids_2019.07.27-1_source.buildinfo
Files:
 339157105f3c3480b13e5f67b1e92119 1739 admin optional usb.ids_2019.07.27-1.dsc
 cb4c7e5267834c814f7d4f2f90320f77 171656 admin optional 
usb.ids_2019.07.27.orig.tar.xz
 e19848cd0bea189e44366ee504f347c8 2236 admin optional 
usb.ids_2019.07.27-1.debian.tar.xz
 f3a0d26fa6478f375b88021721bbdf7c 5430 admin optional 
usb.ids_2019.07.27-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl098gEACgkQE4jA+Jno
M2uxshAAgwKjOX+YYhXthcOWDih7WYemHKxOvJJVLf5Vxnu7ymLFEDyQgCy4RIEP
yv85Mr0QEsQzMcuxpZ3ku4mXnS8EprfYqe+YuSC2D4/RIEOt90o5NRb/wtvKfGSk
kIejxPvp+3fOz+eKK+OXi6KIMNBRUV1N0/0hhM4bN+iHuEtXrzvEZdHN860p37QW
JXkUPT1xkL5suF2gV5sIvailoEGUdYf47KhRN+d0+s552rXdpFkns3+Noo7gkSx3
Byqwz+XpmTqiukf3CtA7CcpdWgVsUWhv5SBcNnHXSgmOHV9JWdXG2ra0IJfafoRi
UIcSSa/DvQkQQrrdVIDaG+SP2S4QEshRuPOv3/ZsqfTcRA1JLPtehgYcwQ0b8KkS
A//rHnvSC07aAXJMw4M/7rAwiqlh8oYNPIIUWhKa5HTjwnA6nk0jsGZbNyMpZnzb
WNfVD+mkcaN0fNLXUstHNR9PoTKjb363oO2tzGq8359VN7QC4BUNaNPNq3wRUomn
OZwppSRACtFvk8EcWtoMoeGFx2kSGmi49C8OnbGUbRJAybBaWeA6Wn0KvXDJs49f
8Lwu+9VaNurCH290cnlxZls4Yq8GzOx7E3aVA1zdwjJOMjBpIN0tBQbh3WClehKf
UxLtfdeFgdIkdBoVyryDd/fP+17EdwK3+V17aspmJxNCjsODVAw=
=PFWP
-END PGP SIGNATURE-



Re: Options for 64-bit time_t support on 32-bit architectures

2019-07-20 Thread Aurelien Jarno
On 2019-07-19 15:13, Adrian Bunk wrote:
> There are two current release architectures where it is at least 
> imaginable that they will still be around closer to the year 2038:
> i386 and armhf

With the current way packages are built, i.e. natively on the same
architecture, I don't see 32-bit architectures being able to survive
more than 2 more release cycles. Even with LTS and extended LTS, this is
still far from 2038.

The toolchain on 32-bit architectures reaches the 4GB address space
limit more and more often and people have to deploy tricks to workaround
that. We might want to use cross-compilers on those architectures, but
nowadays it's much more than only GCC.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Re: sbuild: do not fail when there are alternatives

2019-07-20 Thread Aurelien Jarno
On 2019-07-20 07:58, Johannes Schauer wrote:
> No it does not block this. The sbuild configuration variable
> $resolve_alternatives or the command line option --resolve-alternatives allows
> one to enable or disable that sbuild only uses the first alternative.
> 
> As Gregor also correctly wrote, the problem is not sbuild but how sbuild is
> configured on the buildds.

This is indeed something configurable at the wanna-build level.

> You might want to re-assign the bug to the buildd admins if you really want to
> propose that the handling of alternatives is changed.

This is done on purpose in order to provide stable features over time.
If a package build-depends on foo | bar and foo is temporarily
uninstallable (for example due to a transition or a version mismatch
between arch:all and arch:any) bar will be used instead, possibly
disabling some features in the package. In the file & libseccomp
example, it means seccomp support might be silently disabled.

Note that for backports, alternatives are considered, as the above is
very unlikely to happen.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: PGP signature


Re: Options for 64-bit time_t support on 32-bit architectures

2019-07-19 Thread Aurelien Jarno
On 2019-07-19 23:19, Adrian Bunk wrote:
> Support for the Intel Quark was dropped when the i386 baseline was 
> raised from 586 to 686 in stretch, so that's already irrelevant for
> the Debian i386 port.

Intel Quark has never been supported by Debian due to errata #71538,
which requires to omit the LOCK prefix in the compiled code.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Accepted usbutils 1:012-1 (source) into unstable

2019-07-07 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jul 2019 00:05:12 +0200
Source: usbutils
Architecture: source
Version: 1:012-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Changes:
 usbutils (1:012-1) unstable; urgency=medium
 .
   * New upstream version.
   * Bump debian/compat to 12.
Checksums-Sha1:
 57c8f1d873c2711f4da60a66bfc0612c51795bd4 1750 usbutils_012-1.dsc
 a36082e0fdc546190778991762bfc3cf26767226 98388 usbutils_012.orig.tar.xz
 cc23642baf9b9d4cd54db34c79809a5a9ace81e3 7616 usbutils_012-1.debian.tar.xz
 0c07d35ba2f4eca77e0bb3160cff3fe7fedc1110 5395 usbutils_012-1_source.buildinfo
Checksums-Sha256:
 89b8982170a833e457f09d53f239ebde44e440adbab1e19f63ba3dad97cb4ad5 1750 
usbutils_012-1.dsc
 88634625f91840bc1993d2731cc081ee8d3b13d56069a95bdd6ac6ef0e063e46 98388 
usbutils_012.orig.tar.xz
 ba484b760cec1484f793ad382b4af22a5eacc82011b8322448f9abeca29cda13 7616 
usbutils_012-1.debian.tar.xz
 e1b939bfbe4026fc61fab7209f30e42e9047d41cbd73e11605d2626d5df77c2a 5395 
usbutils_012-1_source.buildinfo
Files:
 e4f614c05c85834f2463169ca1c0c71e 1750 utils optional usbutils_012-1.dsc
 0da98eb80159071fdbb00905390509d9 98388 utils optional usbutils_012.orig.tar.xz
 b004cd4f17611e1fe3c1c2e69e81961f 7616 utils optional 
usbutils_012-1.debian.tar.xz
 23017b8b11c0376e8fad96e984146542 5395 utils optional 
usbutils_012-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl0ibyAACgkQE4jA+Jno
M2vb7Q//c8ou4e7Ln0Wna4M5x3DAJU/nVCwxN41sgV/qg9A165sgJJD98kjERqxL
nWyeJ+ht1dnjvpORb8G0zWIEPsf77Z85gUHCoSWz6nWhRAUdXIVUxAG4b2hlEH/g
4TkRxpdoNxA2+TXko9tc6Ipl8tNAizINFEd/yYy4JBPVM6Ywq6m4FUz/m+JvfGAs
WtSKcs24SLnwTGn0lwCKKYcBx5S0UxBitVvqHhg193QKSZ1+CqYl54cbexTpimUr
zfMoHSD/N+csU6ws+ltZ0TMWZxAG9QBsEhkzEW3+O2QxjgEzxGf/OahCMl5kZMFy
nFyxFStxirZNamMej7C+Qi91p5nOkC2Vul4AnAstunwD4Qdo9S2BqqMCpaKYUElw
1525IfXSkH+xC/XV3kgFcn9AhvYHsXXEpC1+DgVQtRCkX5BRa+tzZuJAWDYdBCrx
G29F0jfqEeE5ZUOrdj7oiWsrr7SIFUWpzvTqn9rEHUTXfdvTIZcjzCpKGn7gnpJN
n18Ko7QSWC5Sv1CiLDARyk+t2K01sQGTjzjQYycI1dNAMmqdIm1inl9OfiwBmhpb
0RjyJQpRA0GSA5ZackweGQWNVPJbFwJnppH3Hg+n680YnwaRAzgDlkkC1phINGLC
2SecmI1mrHm0wEEz2eUJwgBsSNOtFyEj3g6t1BtCgjEnEhkdV2w=
=hAJA
-END PGP SIGNATURE-



Re: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-05-25 Thread Aurelien Jarno
On 2019-05-25 13:00, Manuel A. Fernandez Montecelo wrote:
> Hi,
> 
> Em sáb, 25 de mai de 2019 às 10:57, Aurelien Jarno
>  escreveu:
> >
> > kfreebsd-amd64 and kfreebsd-i386 have now been moved to debian-ports. As
> > hurd-i386 has been moved earlier, it means that all the 3 architectures
> > have now been moved.
> 
> Nice :-)
> 
> Not sure who's the admin (I couldn't find the admin address in the
> main pages), but they're not registered in the graphs (while
> powerpcpse, recently removed, still is).
> 
> https://buildd.debian.org/stats/graph-ports-week-big.png

There are still available on the on the main graph:
https://buildd.debian.org/stats/graph-week-big.png

I'll move hurd and kbsd-* plots from the main one to the ports one, but
unless we do not keep the history, it's not a trivial task as it
requires migrating the data from one text database to the other
database.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Re: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-05-25 Thread Aurelien Jarno
Hi,

On 2019-04-24 12:34, Joerg Jaspert wrote:
> On 15381 March 1977, Aurelien Jarno wrote:
> 
> > > > It would be nice to have a bit more than 2 weeks to do all of that.
> > > Ok. How much? Is 6 or 8 weeks better? I don't think, given how long this
> > > is on the table already, it doesn't make much difference if its 2 or 8.
> > > Just something thats clear defined and not some random, non-clear
> > > "sometime in the future" point.
> > The hurd-i386 architecture has been moved to to debian-ports yesterday.
> > I hope it shows the willingness to do that. Please give us at least 4
> > more weeks to do the remaining kfreebsd-*. That will provide some margin
> > to account for the non-infinite free time to work on that (especially in
> > the freeze period) and possibly to get more disk space for the
> > debian-ports machine.
> 
> Thats ok, end of May is a nice point to take.
> 
> Thanks for the work and the timeframe for the rest!

kfreebsd-amd64 and kfreebsd-i386 have now been moved to debian-ports. As
hurd-i386 has been moved earlier, it means that all the 3 architectures
have now been moved.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: PGP signature


Accepted glibc 2.28-10 (source) into unstable

2019-05-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 May 2019 19:24:19 +0200
Source: glibc
Architecture: source
Version: 2.28-10
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 913929
Changes:
 glibc (2.28-10) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix infinite loop in pldd.  Closes: #913929.
Checksums-Sha1:
 4ecc84cc80aa1cd22e20981e9923afac9cad3688 8889 glibc_2.28-10.dsc
 d8cfb7b72c3cbf3be8ac244eef5b5605cb12e354 885796 glibc_2.28-10.debian.tar.xz
 81de356068e45d66695c9d4b675afbcb6d5a77ab 7245 glibc_2.28-10_source.buildinfo
Checksums-Sha256:
 9f21ef7002d51a32b46aafb9ca604427cf28c49495ecbf97e44740f53619ce69 8889 
glibc_2.28-10.dsc
 08ca414d8428a252ea357661631885ff72e47afa0663e3811167cc0897dbb042 885796 
glibc_2.28-10.debian.tar.xz
 d76eaf84a3bd4a6bc46c75235d4aac2969d2f64be306ef3196dbcd6164e1f63b 7245 
glibc_2.28-10_source.buildinfo
Files:
 cb7414099fbd76ba8ada9737821cd42a 8889 libs required glibc_2.28-10.dsc
 130cceaa119cd8dd2e3d6824a5ccb21d 885796 libs required 
glibc_2.28-10.debian.tar.xz
 b68d76e4bf1614f19591504c008c3298 7245 libs required 
glibc_2.28-10_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlzJ2UQACgkQE4jA+Jno
M2tw2hAAjIU0xrsY8ItWEOu5vcHgrIx8QOJTTC40HW7geoLgPv5KcowWTHp9Si+H
jDuTi2Vp/gyZ6K95v9xUMUsa/kMiMWNc2E/K55SER6PEPtqX/vHrRV3a5xA0bhWN
ces12fyseD6o+sYp2+v+PPrHtpzTE4/7gOcRN1t1v6sj72hHtn6KCu4ofIcSWrcT
P3Mzwtf1/qHAyuiVv5pbTVFw2OfxZ7xjRQPnhCX9nBxMl2rKImJ6VgFAum4DuhdH
MHNFe6+X3rYIc4XfP5tT7ls4guv8CX6Hb2a1CDDBNbVyWu9SPgMY+bP3FHTzKPR8
5rF7ushUCMsJaK43gHaY62OkxWaTc8cZAbwx0ZYjA0yF5xNUCzcHRq96K4tumlmp
RdTDABAi45Nv/KhHGilWl1XrudlMHd5EwFyCbKbU5M5CvBrCLtj8lvT/x73xX4Ld
rLlfSMuZ/RdRDahs4nrSMjZ5+nzdjDuQLd0b6d93/TGSE1uWUj6wJZLLgP+a5KC/
0t+LRtTugXLXuqwkWrh7S2gVsYRoXsJfeDzwX0DZNf+C28ZyMaqz++g3iY7pXEPj
CWQeTzU73ot/qss0ThuDi9t41y6KlswcJltT+nT2crbXmx/GjiXcxT7miD88xs93
4NnUYIijm1LuUhHewqH+FzzKizftERRS6LNZoBEeujxOAFiaZRM=
=57oi
-END PGP SIGNATURE-



Accepted usb.ids 2019.04.23-1 (source) into unstable

2019-04-28 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 28 Apr 2019 21:16:01 +0200
Source: usb.ids
Architecture: source
Version: 2019.04.23-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Changes:
 usb.ids (2019.04.23-1) unstable; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 b09c625d53d87abe6695494dec8502c6489b6f43 1739 usb.ids_2019.04.23-1.dsc
 55f9ff04128f814ef86a2820bc92abe5a6866d73 171344 usb.ids_2019.04.23.orig.tar.xz
 302f2f607395767ab9cd9fd5bb6bf9aad8a355b8 2204 
usb.ids_2019.04.23-1.debian.tar.xz
 0d9645de98a88e68d10dfbcbb48e1a9d53579d35 4979 
usb.ids_2019.04.23-1_source.buildinfo
Checksums-Sha256:
 0c04aed73893339a37d4f8b02b43321f4cd83c7983d51d5bc4c86e56d67d712c 1739 
usb.ids_2019.04.23-1.dsc
 91b0c0e3e315986396d994680d4ce9be8d878bf332ca49cb509f2833f40d6fb0 171344 
usb.ids_2019.04.23.orig.tar.xz
 383e457c9d75d30bf9a376643aeaeb06b5e06f9a5bc5977ccf18c0302654aae1 2204 
usb.ids_2019.04.23-1.debian.tar.xz
 1115909449c76b732734e57bc87d6adba1de70aefbd84414c2c78752a717d521 4979 
usb.ids_2019.04.23-1_source.buildinfo
Files:
 82350d4357499d1eb607b3f00eaf43a1 1739 admin optional usb.ids_2019.04.23-1.dsc
 9077d130937aeb6e4f00e614e2a9fb71 171344 admin optional 
usb.ids_2019.04.23.orig.tar.xz
 7022636e15e1c2347aafbbfa804d894a 2204 admin optional 
usb.ids_2019.04.23-1.debian.tar.xz
 c0baa97d86bdba2734be5ad92031b604 4979 admin optional 
usb.ids_2019.04.23-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlzF+/8ACgkQE4jA+Jno
M2s7tQ/+O46lvkB5paYnuzdH4zZPx/jM+dMSXd9jQI4AeqTcX6e/+WIW5dEyBzaZ
TAptKDQyOlfPRUn7ABp7cFlGErWCCpIweXsIBF9zyX/OwTM93d+2nPiCvpFgFZdO
au+HT2NTMg+Dw1vyJXczJL9qHyo/z6RlqcgAtTMU2R9FJYUORJKddlrxISSNx7Xi
YQsXxeYTaSqJ16hmGqln+225G+mIrVIPie3CiDWLN5A0QmPhMf+TG9N9T3F1eWqq
gvHGXA7Qeufaj+IazQ6FgaXFH8M7OEN9lIv38elbe4XkPeg6Q9RZpELpRtQ5P7zU
4gGaQLsrZARPioEycGpTLtlCXQHaMGl/my01cMNZIdNfhwsJHjkx/2AgwCL1Mho6
g6WLS3KXoghlFgCuBsfnivY3rFfef/sJ2i2Qo21AGqzDrkNuihLWYXFzCnH0R+xB
+pXrUSFdnXJ+FVHsuLcbzad/m2wbpVY8ns14olDsJpsJ3+WecofM6D/2BPu8eG1n
7ztgXX28W51OVYdYSCm5rQN6NSPk/8r7DLboYTf6KR8IpUxszueMXndRI4AdHC/B
084ZKeM9zwunOR6Xgckd36dq8nQtZvaXgl7gXOu34w84CTj6yv6y6z3wdMn3czik
j41CHKFHO6sxvLK+CyU4ObM1fpTVOXfY9e3jLcTowNrplrg+7Q0=
=4Exr
-END PGP SIGNATURE-



Accepted glibc 2.28-9 (source) into unstable

2019-04-25 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 25 Apr 2019 21:12:03 +0200
Source: glibc
Architecture: source
Version: 2.28-9
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 924612 927914
Changes:
 glibc (2.28-9) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix heap-based buffer over-read in regular-expression matching
   (CVE-2019-9169).  Closes: #924612.
 - Add entry for the new Japanese era to the ja_JP locale.  Closes:
   #927914.
 .
   [ Adam Conrad ]
   * debian/patches/arm/unsubmitted-ldso-abi-check.diff: Fix rtld segv in
 dl_open() introduced via merge with upstream at 2.28 (LP: #1821677)
Checksums-Sha1:
 7833db1fb71e76fca664ab85378d3782ecdfb5a1 8885 glibc_2.28-9.dsc
 a79f40a76ee667d33d972884341b90ca75b8116e 882956 glibc_2.28-9.debian.tar.xz
 475f4fd5058d96c297e2ead57c9d42acd20f30ba 7241 glibc_2.28-9_source.buildinfo
Checksums-Sha256:
 e8abfd8e99890e93324c6c0ec1b4a093b0bde628151848bf5d26114eb1f11376 8885 
glibc_2.28-9.dsc
 59908f806fe0eddd6929705d3a493e6b96aa5dcb2f0e6e824aae57040adafbd8 882956 
glibc_2.28-9.debian.tar.xz
 bc2668920175c17ccc0daf7039a06c2e44942f5fd2fc4eaf97a741e7140b5829 7241 
glibc_2.28-9_source.buildinfo
Files:
 b6a4f9e6e8a061fc45c63dae4ff296f2 8885 libs required glibc_2.28-9.dsc
 ab58421e5d02853af6901659a921d808 882956 libs required 
glibc_2.28-9.debian.tar.xz
 af3dd21b0d7110f77ed3501f89d92c5f 7241 libs required 
glibc_2.28-9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlzCMggACgkQE4jA+Jno
M2su0g//eQz8QjgERLm0617Q06rvoTTtQz03UKdCw8ebhSIXoliW7TOe+OFGwn9/
Kq6cm/rZXETDApIDQs0eegBT5CrlmvWPPLjgTwscJks8azddY6EL5qr/jo9G155Y
7nuv90WRUbbIrcPx9aTpzk2vBhUKYfxDKug5ORdRg18d6NIg+Dp4/bpUPhewB5in
WDaQ8pEWK8vK1wZiHnijAlAsX8erJCcVFyb1hUpBfTeE7B9L/7CSrR3fxwXMq/Xx
14F6kiGBohwmhgGIOviiMfapFq94K9c57MtTK67uRIsiZ5FGPddgW5f9j4pBujFK
TZEFjk9J8bg0C3vm8FDnoFCSIbf8BX40FYPaT5PZznErHq2X7U+CFFSZk9jqcFCC
AeSMCWBbydhGzh1UKTGnw/L0Zd82GDYr/1JvFEJ6u4g3lFBo0bFDZ18UZGz4jGk5
HYv3WgCAZMwWXN4XV95T/QA+g9pl1rQb05ORTQ3w5QHp9cDrESu87vx2ycDdg9Ar
xfdeepw+vDIcIZFULUGCoLkx465idJHPT3ccEpXqagC5qtqvJYc13C/XB4OqdROD
a7ErW/x5ZOvFyY+ngG5eCyL0Ts62IJzBqBSe+ze32ZooML0LS7nGFTBaLv3Luoyi
axSyZYu7JyMjpWPdmRlWO2+xJ1aejNeAs8X5GOENfeBeWaKXAOU=
=vSUV
-END PGP SIGNATURE-



Re: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-04-23 Thread Aurelien Jarno
On 2019-04-13 17:01, Joerg Jaspert wrote:
> On 15371 March 1977, Aurelien Jarno wrote:
> 
> > > How is the move to debian-ports supposed to happen? I won't have the
> > > time to do anything about it within the 2 weeks.
> 
> > The process to inject all packages to debian-ports is to get all the
> > deb, udeb and buildinfo files from the archives (main and debug) and
> > associate them with the .changes files that are hosted on coccia. We'll
> > also need to fetch all the associated GPG keys used to sign the changes
> > files. Then we can inject that in the debian-ports archive.
> 
> > It would be nice to have a bit more than 2 weeks to do all of that.
> 
> Ok. How much? Is 6 or 8 weeks better? I don't think, given how long this
> is on the table already, it doesn't make much difference if its 2 or 8.
> Just something thats clear defined and not some random, non-clear
> "sometime in the future" point.

The hurd-i386 architecture has been moved to to debian-ports yesterday.
I hope it shows the willingness to do that. Please give us at least 4
more weeks to do the remaining kfreebsd-*. That will provide some margin
to account for the non-infinite free time to work on that (especially in
the freeze period) and possibly to get more disk space for the
debian-ports machine.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: PGP signature


Re: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-04-14 Thread Aurelien Jarno
On 2019-04-12 23:01, Samuel Thibault wrote:
> Hello,
> 
> How is the move to debian-ports supposed to happen? I won't have the
> time to do anything about it within the 2 weeks.

Note that there is no need for the removed architectures to be hosted on
debian-ports, especially if you are not satisfied by the way it works.
Feel free to get them hosted somewhere else.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: PGP signature


Re: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-04-13 Thread Aurelien Jarno
On 2019-04-13 13:07, Philipp Kern wrote:
> On 4/13/2019 12:49 PM, Aurelien Jarno wrote:
> > The process to inject all packages to debian-ports is to get all the
> > deb, udeb and buildinfo files from the archives (main and debug) and
> > associate them with the .changes files that are hosted on coccia. We'll
> > also need to fetch all the associated GPG keys used to sign the changes
> > files. Then we can inject that in the debian-ports archive.
> I'm curious how the GPG bit works given that there is no guarantee that
> the signature can be validated at any other point in time than ingestion
> on ftp-master - especially considering the rotation/expiry of subkeys
> and buildd keys.

All the old buildd keys can be fetch from fasolo and can be used to
validate the signatures.

> In this case the files already come from a trusted
> source and should be ingested as-is, I guess? (Not that I particularly
> like the fact that it's only a point in time validation.)

Yes in that case, it's possible to resign the changes files, or let the
buildds to rebuild the corresponding packages.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Re: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-04-13 Thread Aurelien Jarno
On 2019-04-12 23:01, Samuel Thibault wrote:
> Hello,
> 
> Joerg Jaspert, le ven. 12 avril 2019 22:48:42 +0200, a ecrit:
> > back in August 2018 we discussed architecture inclusion into
> > unstable/experimental.
> > 
> > Today we had our regular FTPMaster meeting and discussed hurd and both
> > kfreebsd architecture and decided to remove them from unstable and
> > experimental 2 weeks from now.
> 
> Just before the Buster release? That's far from the easiest timing.
> 
> I was hoping to do a non-official relase of Debian Hurd along Buster as
> usual, but a change of archive, which means uploading packages, fixing
> scripts, etc. will take a lot of time, which I simply just will not have
> within the coming two-three months (I am already struggling to find time
> to do what I engaged to). Basically, it means no non-official release of
> Debian Hurd along Buster. Or at best I could just make that non-official
> release now, with all the still pending RC bugs.
> 
> How is the move to debian-ports supposed to happen? I won't have the
> time to do anything about it within the 2 weeks.

The process to inject all packages to debian-ports is to get all the
deb, udeb and buildinfo files from the archives (main and debug) and
associate them with the .changes files that are hosted on coccia. We'll
also need to fetch all the associated GPG keys used to sign the changes
files. Then we can inject that in the debian-ports archive.

It would be nice to have a bit more than 2 weeks to do all of that.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Accepted tzdata 2019a-1 (source) into unstable

2019-03-26 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 26 Mar 2019 23:05:57 +0100
Source: tzdata
Architecture: source
Version: 2019a-1
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Changes:
 tzdata (2019a-1) unstable; urgency=medium
 .
   * New upstream version, affecting the following past and future
 timestamps:
 - Palestine will not start DST until 2019-03-30, instead of 2019-03-23
   as previously predicted.
 - Metlakatla ended its observance of Pacific standard time, rejoining
   Alaska Time, on 2019-01-20 at 02:00.
Checksums-Sha1:
 50d057a9c1c61534fa037ca1552d2ebf4fa9d179 2232 tzdata_2019a-1.dsc
 29cdb003e84a597a0253433401601e67865faa08 378961 tzdata_2019a.orig.tar.gz
 d9f9c0ca88841b9813c1c86e129fe1be2cd8a4ad 833 tzdata_2019a.orig.tar.gz.asc
 0daac6b2d167508980cef248f9fd074956c5efb8 104736 tzdata_2019a-1.debian.tar.xz
 ed00c6c584a6d15664b368b1d08c44437d0ea538 4954 tzdata_2019a-1_source.buildinfo
Checksums-Sha256:
 f30cc9acf2b10799080de376677213397bc0d051dc24635e630d449efc3fd4a5 2232 
tzdata_2019a-1.dsc
 90366ddf4aa03e37a16cd49255af77f801822310b213f195e2206ead48c59772 378961 
tzdata_2019a.orig.tar.gz
 e0fd1f9ddea31b8976d77c67680e9b016e98b970ae227dca52e58633c2e04303 833 
tzdata_2019a.orig.tar.gz.asc
 7e7a5781f47609e7aced03588f205d7cf4e7d674d8d2d3925c5cce6b8ae12a7b 104736 
tzdata_2019a-1.debian.tar.xz
 56835c2dbf4edbcf11d5c79697fe6022f6442674f75923db86087d12dc7cfb74 4954 
tzdata_2019a-1_source.buildinfo
Files:
 50692fcc5223ef0852f32a61fee0de58 2232 localization required tzdata_2019a-1.dsc
 288f7b1e43018c633da108f13b27cf91 378961 localization required 
tzdata_2019a.orig.tar.gz
 30865e9e102ee436788b94bbe5cf2428 833 localization required 
tzdata_2019a.orig.tar.gz.asc
 703d3b5e0a35198bba47b445855252a9 104736 localization required 
tzdata_2019a-1.debian.tar.xz
 d57281b9a09b86b926bad8167a7a3c9c 4954 localization required 
tzdata_2019a-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlyaoxIACgkQE4jA+Jno
M2tzqw//RJT9RTX5Fm4w54EXvtW68GApNPL1R/lBvreM2IwxN7QZgKrSerJE/CC/
BsPeiMXk/6NQlAk5thcESF0EEEvMcBsonc70XqMyBrdiGePMxxNMEi4NOZx2+VuY
dFRr3XFioiOfGnZLmSUGVLnZB6yTDl4lp9JRoZy0L7o1R2lxLhzhLsu2nwY1vs+j
ByfbOIIEq6wHBMeugosXwACeorkwcaaKfnLSdsOHD795Hv+R4EyvYJSbUabnXOhd
C2JT9tCdHcZ0u51OFp31ezomGSVPXgENDfA4p3Ig9aWW60LjYhurOXTcXwwDLxYq
IJoHyoiRRss3wm0hFY3Ovzl6GYwaQ0B8Njtlv3EIhhIp/s7l1q3RnYM5tzrZa18U
//kyPNXa2F2LkyatMBSdA1R2hQGBhvRyVtGwYoMZMly6IJU40JGt2PnpCAY6vry4
1JhNklNfLFioVYMJGdI5VkYmdUlE0TjqVAbNMab+nXrekuksLP1bxBcidHBVTOJR
05SPNTuMXOLqSD0IU4YW5nXZM31KcqI5kLHT+YYwwjk1MU27MzkiIdKa5H/ehEoI
aPNWYlOcdrKKGpXKGTKwuQrYgxZ4UMI+Se1NSxKpC/z8KWxf/gPE8BCvshn13BF7
nzWdgXhapT66P/taWkqXtpEmIIfgIeQmki9dOXYwk5EjdSSL/oo=
=jhUj
-END PGP SIGNATURE-



Accepted tzdata 2018i-2 (source) into unstable

2019-02-28 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 28 Feb 2019 22:56:09 +0100
Source: tzdata
Binary: tzdata
Architecture: source
Version: 2018i-2
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 tzdata - time zone and daylight-saving time data
Closes: 918455 920427 920598 923061
Changes:
 tzdata (2018i-2) unstable; urgency=medium
 .
   * Update German debconf translation, by Holger Wansing.  Closes:
 #918455.
   * Update Dutch debconf translation, by Frans Spiesschaert.  Closes:
 #920427.
   * Update Russian debconf translation, by Lev Lamberov.  Closes:
 #920598.
   * Update Danish debconf translation, by Joe Hansen.  Closes:
 #923061.
Checksums-Sha1:
 137e51a6011a6ecd3fd91451ce2bba51a3b58557 2232 tzdata_2018i-2.dsc
 b1daf6e97e7c28618c59dd6e059756ebaa2ddb1b 104648 tzdata_2018i-2.debian.tar.xz
 8f58ce9f30446d610a6707de9818dab52904 5292 tzdata_2018i-2_source.buildinfo
Checksums-Sha256:
 79bda2830db31bd1668c623f468112006a76f2b3d99738982f9a592dcffb0aaa 2232 
tzdata_2018i-2.dsc
 f98af5cdf2b8cc54323d8d88a6cff071dde66a02bbb00dd0cff3c7a091d89fa0 104648 
tzdata_2018i-2.debian.tar.xz
 a2ab77a7155eb89e7ad68f60fc6bd7de2c7f08c09641f2887782a45561c966ad 5292 
tzdata_2018i-2_source.buildinfo
Files:
 00081c47f8380b849a274633f840c81b 2232 localization required tzdata_2018i-2.dsc
 d12ad1a5f3eafcc5c889807d097de02e 104648 localization required 
tzdata_2018i-2.debian.tar.xz
 c45c033ae261a04fd7c83bff44eae8c6 5292 localization required 
tzdata_2018i-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlx4WT0ACgkQE4jA+Jno
M2vJqw/9GnB+rnU7qk73vN0wDmgPJhPqAYiZ1Mizjl0w3Uzj7Aayr4KN7+92BfxI
SAwNvvIAVnLf+zdy+kcMTjxR1ssABjNmUVBxNjnTbVWGsHoF86XXkIykuUFbS2Wf
+2JrcrK7Bh36pcmK39dKsSr4keg4timLXgHae/zU7bRfbnnIGTngnvElU4Sj0N8o
6zQn7CJ5kQPQezNgxdgkU2KSNmNMiE5ONrSv4bzw+u/hp9dsGeuDXdHQk2qlWYYY
PlbdNpoghGAJFZAYYA8khgR0+tdHlK/dyPQZNZGh88Y/wRQv7lKuoqh8rKS5Snja
sx5gMB3R+tQEh9l71oAPZykj9RhriKcSFXL5O2Cb8Y4UmZN7KQGtxxdOrh2mOMLv
eSiYs/umECvPdgx8SajonJtD+oedVc+gNHZ6MvcVMGQxuXNi1a2NGkCYdEXTCwx+
KE5qK1XK34TwUXWxzz21cyUgBK6BEYSlgzgGesgDM5sxIkYIarlBJZS/HbaRUuVI
pQoTUPr9QWow0CyNC8cbznT3gAuI/fnabD7hxmNp7BM8g7+caTGMMwiBtOW7c9Qm
ABBMp25ycJ3OXtQ65g5fhSVe/QZIh+7pqo3b1RGADf3Bqqq7Bhx3vp1LlWpWaJ3h
zwx0N5q8QVbRNZJ0J2EMtrjcytv4K8zySFl3hpT/qW+NP84neM8=
=f2ZP
-END PGP SIGNATURE-



Accepted usbutils 1:010-3 (source) into unstable

2019-02-24 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Feb 2019 13:55:34 +0100
Source: usbutils
Binary: usbutils
Architecture: source
Version: 1:010-3
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 usbutils   - Linux USB utilities
Closes: 922816
Changes:
 usbutils (1:010-3) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Seed compiler for usbreset from buildtools.mk. Closes:
 #922816.
 .
   [ Aurelien Jarno ]
   * Build usbreset with LDFLAGS.
Checksums-Sha1:
 0747084194e57ca766cb1b514c3b5fc177225441 1753 usbutils_010-3.dsc
 b1eb16566b75485bf08976af96bf97837362b584 7604 usbutils_010-3.debian.tar.xz
 befed7d768bdcc2d529c358f0cacab8dc44d16af 5406 usbutils_010-3_source.buildinfo
Checksums-Sha256:
 917e44d5f8b38d1b8629d1274a7a3420346de343a5cd838f2e1c1a2682fd21a4 1753 
usbutils_010-3.dsc
 5c3f5dc04406a628f4b69ced78639604655d254e9417c369293deeef3de6e063 7604 
usbutils_010-3.debian.tar.xz
 bfc679101b911845ce34bafece26cb7f2161ae60215d10dbb7c6d2ebf0065a21 5406 
usbutils_010-3_source.buildinfo
Files:
 f580f4b48e4da73973d1733cff59073d 1753 utils optional usbutils_010-3.dsc
 157678370ee662f7296ede4619e69dcd 7604 utils optional 
usbutils_010-3.debian.tar.xz
 27ed8c48a0017cff9a9d6929bdd4d7b0 5406 utils optional 
usbutils_010-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlxylGIACgkQE4jA+Jno
M2tyyBAAhyXOQ5JOjhlcoxnCEB58GCe1NtXcfnz7WK/E+J+vmC3Mh5GitsI409bN
LUTJ6+HY+0gu3hxRzmoXrc9bJYaqhVFHXNyO55pX9ehUsfqZHBnOwVU+KeiIlmXc
l1AHmxhMYlPAaYrhhNeC5g066q6T7thxd/fyrewoxqncb3pJGBnxYboBUlhoVSf6
MwVQtWIcmEJHmrs8nDoT+GPUO31GJ2EGjY2CMkfUsVk437Ll6jWw6QjVlFaymd9T
hzqzDYGoUd1BX8LzN13OpaU6xtDEZy2Ac6fXUpHwZhy7nuRW8tUs4u28E1UYW18G
RZTqYQS34XvtMkcDMfKv+LvuRC+EyvVXxkJhIBWpSUwc9MKTOORfqnudTs3C0p6o
JfOHimZ0dEgR6z5ocVjAF9TrG1skHMiCYGwjw/X0NEgUTKhh0ybRYiWxk4y6yyl8
3TTu3AAaCrs07qxlxlBKW7IVg4DAf9C0GsVMx1SaDs5fi+jMKDZYR5CzF4QoZ6oE
n1iWzMT6/XVydmSKNNamDySW9i2Rem3y3Qw2VMghd5xLToYh3tnJxU29GV8OOsHg
ANLxEm6V03fAwa1kPaBalotDhFimOkC7bMOte3AenUv+a1VYRdmsJ394d89qm+0c
qXSa2qreLKGGWZBF9adXMfXFzTXnh1W+zQc3FU8j/SwoCjeO3cE=
=gmUn
-END PGP SIGNATURE-



Accepted usb.ids 2019.02.23-1 (source) into unstable

2019-02-24 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Feb 2019 13:30:38 +0100
Source: usb.ids
Binary: usb.ids
Architecture: source
Version: 2019.02.23-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 usb.ids- USB ID Repository
Closes: 923030
Changes:
 usb.ids (2019.02.23-1) unstable; urgency=medium
 .
   * New upstream version.
   * Mark the package as Multi-Arch: foreign.  Closes: #923030.
Checksums-Sha1:
 1d79bbf021453ed00308d10e6cecfab8c78df110 1739 usb.ids_2019.02.23-1.dsc
 8961e4b7fe240de2128eb4e2d52aa3cd82dd22f1 170760 usb.ids_2019.02.23.orig.tar.xz
 bc3bba35c98b7203054ee4692629169c259fb90d 2188 
usb.ids_2019.02.23-1.debian.tar.xz
 fac114cdb33e0f0321bb75a590e1144d1406bc04 5315 
usb.ids_2019.02.23-1_source.buildinfo
Checksums-Sha256:
 f7db2767bac4e44ba45adcbed286d1b09e7bdbb958b1b1fa97d6d0a260c891c0 1739 
usb.ids_2019.02.23-1.dsc
 b06d1a56a7d42edfeba7159a7d60ba2c9d5f0b39ce58d4967240b9d979547437 170760 
usb.ids_2019.02.23.orig.tar.xz
 8991e9128aa6ca74d31b12365c0921f0444205f6637c8fd169c61a4cf3c31499 2188 
usb.ids_2019.02.23-1.debian.tar.xz
 5a25bfb61d1de7ac1c542e5c2848c2b3d7087c155ddd7487d10aec48e0cf6f93 5315 
usb.ids_2019.02.23-1_source.buildinfo
Files:
 4548e66102a08eddc573b603afc30963 1739 admin optional usb.ids_2019.02.23-1.dsc
 014541e137e86cfcfb89395336cde541 170760 admin optional 
usb.ids_2019.02.23.orig.tar.xz
 53eb40ac2d132b5c0c5f5e3e463d20a6 2188 admin optional 
usb.ids_2019.02.23-1.debian.tar.xz
 857c2fe9e971bdb5f6cbe846c931003c 5315 admin optional 
usb.ids_2019.02.23-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlxyj/wACgkQE4jA+Jno
M2sUZQ//ZsJbWJ9LprmQwRUeyUP2/uC0nmMg0YuUptsZcRpvchbhQRMQVebUqnLU
EXrigSvH0xYBzioZntt7Gt2msL8bUE0evFDavNOQ4+lp3ilJmRLaO7pskC2gidpv
+SZg5PYOi4P0ztKQ0/PqtEP/tVx4t+Vb+MxT4eqsvut45YVH5h/jxCIy6iIv4YcR
tJVY+oRuibvAP38IglTjMXQjsDFtx60sBNoQTw3uyzMziwtkHpWfSjyjTQETHFz4
BYsSbmkZxy3CHRiDyHvfPvcFyP7S11tHW5nuzY18DM3e5vAdcygwuVlhE7BrOhrR
/gciO+f3/iJD0lkE58EoW0aKza1SQUMNU3J9kL4J05Now1xZluTvE4uBW5ZfBin5
OEDBqaG6ccDiCB41BG8LMnn3TrQwuUfIeT3X0MDTq4TUFIFJB1gpxQigR/CiObpZ
0Tvjuo5BvIytiygSPDFYOlVAsDUwBfksRQvQHY1htfpA0Vr1nR/KcaCUdKHzfRjG
pyqV8lO3zhF1BOjtH6Krw+/L1leMlWg6GqwksSC1b9zF0zLS72cz59n3HCu/tMAq
KQywH9e7G/GyeennXM5bXL3+Ndiuao9G3EevgM1pvVXyaoRx5UPhD4YEtCc26LJh
kyjwfrUslmN7nQA95UmpGCi/bYH555rU6FXhD7z0/iBPyyr/kWs=
=sXNs
-END PGP SIGNATURE-



Accepted usbutils 1:010-2 (source) into unstable

2019-02-06 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Feb 2019 23:35:25 +0100
Source: usbutils
Binary: usbutils
Architecture: source
Version: 1:010-2
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 usbutils   - Linux USB utilities
Changes:
 usbutils (1:010-2) unstable; urgency=medium
 .
   * Upload to unstable.
   * Drop debian/patches/04-libusb_get_string_descriptor.diff, useless now
 that this package is linux-only.
   * Bumped Standards-Version to 4.3.0 (no changes).
   * Set Rules-Requires-Root to no.
   * Temporarily depend on usb.ids even if not used by lsusb, as some packages
 depends on usbutils to get access to this file.
Checksums-Sha1:
 4dc00d6d3fc1770b8d20f38ab75ad5cf5b7b1716 1753 usbutils_010-2.dsc
 00aa52113ff346c9fd0ede082de42e07f81ca3b6 7512 usbutils_010-2.debian.tar.xz
 03f9826414bb824373c0c999ec648468cf9d9911 5427 usbutils_010-2_source.buildinfo
Checksums-Sha256:
 44512fa33cda71fd8ac546dd4c2c52cae5180e421d9de42f20eab3120b8f1c60 1753 
usbutils_010-2.dsc
 c7f020f1d3fb3eba6ed0889e4970818c52624048992d4b1f0c142fdfa3dccb46 7512 
usbutils_010-2.debian.tar.xz
 d2772fdda9b33522eeb32d55278a95f70f5d1d4601127251e1e8ff344af89bdd 5427 
usbutils_010-2_source.buildinfo
Files:
 dda90ec6faf8a125de2205f0bd74d715 1753 utils optional usbutils_010-2.dsc
 1f73fcdd405fdc4b05956037de72dcf0 7512 utils optional 
usbutils_010-2.debian.tar.xz
 2453f7fb14cfb4c2207ab03b9c9e6256 5427 utils optional 
usbutils_010-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlxbYTQACgkQE4jA+Jno
M2sUow//XdH0X+6s2Ng8OsTGzu8rSy5OUlWYNweTr1u5pDX4KjaFuw23W25oL7WW
0ixbDhy6rYdstEL/CM/0db8TcPCfaDTbqC/0dc8xBqHAnIglKMkCwpMBZhrFbVJ2
ILaxX1kDkyQblJ0dOH4xc+dQLiKaH8gxTWd1c8yIQ3eHJWbx3nuIwSQnFD4+dg5l
vSkpWmFf9gGvS6jihwpAsaWSvrdJ/ON3Lk+1M2bUJMrL/166sTF+CENvvk7NXyU/
MsVjWWQ+ODg79PgIl+QpZ4nou0XFQvj5PVosPpomIgnfgKtVHdjSXnPZ+bsku8Vs
bLpn5uHWmZ92OmyMMept3sHpuU2LtmnxDavcxfhcQi+RfuiD1bVIqRB3nXzqlYWL
DXnAm3r+ti4UsmHOM+F9UjQRzltY7e2oDPd4l66/jh10Njhke+wAfk2cdZU2lF1a
ImPH+geJ1RyAXtb5gNkYV7p07ZWjlSYvC8vYiLvynMdxQNEhMDwIkfg0ioKXuXmO
YgAMdAEd5+WTev8TWCaMhpYXn6Mf+Vqk0YxPDEoBd1Lfgt3vEMmz9wmnW2n2CFYO
MerxI0X3LdnXsBX2oP4WwDBu/zvtX77v1gtYGNIThlOeReML6sB6mA0gKCnVjOK6
s7alrEzJfceXtBoWYWxSDvUJtkN8UpYLQz4BsT2wJvAr8N71SxI=
=z9T4
-END PGP SIGNATURE-



Accepted usb.ids 2019.01.17-1 (source all) into unstable, unstable

2019-02-06 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Feb 2019 00:11:36 +0100
Source: usb.ids
Binary: usb.ids
Architecture: source all
Version: 2019.01.17-1
Distribution: sid
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 usb.ids- USB ID Repository
Changes:
 usb.ids (2019.01.17-1) experimental; urgency=medium
 .
   * New package split from usbutils as newer versions use the udev
 hardware database and do not provide this file anymore.
Checksums-Sha1:
 cccbc54968c15a9631f98b674332a1f0f1369bf4 1739 usb.ids_2019.01.17-1.dsc
 22473e8e543dc848ed20be8540d4299453416b38 170752 usb.ids_2019.01.17.orig.tar.xz
 f4f937a22d61dc62d7ca7614c2286e26e85b281c 2108 
usb.ids_2019.01.17-1.debian.tar.xz
 e322d0f647e4ed41ddf75a3a23fc09ed6e714ad8 173032 usb.ids_2019.01.17-1_all.deb
 9ccbfc54f462528df08983e465f2027832b7c76f 5264 
usb.ids_2019.01.17-1_amd64.buildinfo
Checksums-Sha256:
 f31d92f344605ebe2183eb29214660f619325215fb6c720f8c12d878ad2e410e 1739 
usb.ids_2019.01.17-1.dsc
 25710e8d1248476d16c4724b08183fdea3ec4ae132cd6db09834a4d48ece 170752 
usb.ids_2019.01.17.orig.tar.xz
 8de381f01f1c9d045d36f8deb3064d4dd50143ef29d71677d13189c5d573360b 2108 
usb.ids_2019.01.17-1.debian.tar.xz
 751b716f444a308de8558ee3eed25a4fe3d75fce5b6e6b03af10e8457abc9db3 173032 
usb.ids_2019.01.17-1_all.deb
 d45ce2febd62e8bd3157628c010d604b9ab97690d21fe205605a3c3f57f5bb39 5264 
usb.ids_2019.01.17-1_amd64.buildinfo
Files:
 c1d611a4cd161fb7d370d72a7f1f5a28 1739 admin optional usb.ids_2019.01.17-1.dsc
 1dd728ed8749897baf59245d78bf467a 170752 admin optional 
usb.ids_2019.01.17.orig.tar.xz
 af2cc6a9aa57138444910e4b2e23dc79 2108 admin optional 
usb.ids_2019.01.17-1.debian.tar.xz
 f0e623df591408d3c4b2765b30bcdd81 173032 admin optional 
usb.ids_2019.01.17-1_all.deb
 1facae4f9332f5fb5639e36cd1a2cd7f 5264 admin optional 
usb.ids_2019.01.17-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlxYyQAACgkQE4jA+Jno
M2vqyA//dP7a0kdS32+zKW9m4JZpcxRNqP2uzE0pIFcuSbDr4JgMzHG8tOirh1ku
zXCGWRuRVFHKMCAyRUy8IkjFJ+wm80V7B6kl912OiowXhPgAQMbBhu7yANeAyT20
Zl3G+DHcdF/ikiP9AM2pGVPAfPVZ+8GCG8TRaXkeJD7C2vn5l0W6eRSzwBm/NEAd
x0WZegtvR31uMtGuh0f0U8dMGKWLsVVFOc1tikuFCLCQXqeO/AdcWZJx/tdc3naM
N7fSDjfHzE4Ow56R4nq5VmTX0N1acSQjVkAw/IGfs45p4iGS6uJWVKgZor1Ji/nx
0L/0qOP6tAU927SYNWGmxznWjNPgSfwbGAcVU7Ya29xF80Zhgu+7Am+IMsTn2LOz
MF6ICavq8OINp/6yh0WmL/vJ1MUDkcktquozVeMeTw08RO7/uVpuYa5HY4jqVqC1
Y3kufPywOXW8MWeZHnXpcKMADbylKaXYPe7RPwCRVZtsy7M8jAD8ZL4hluJ5YCm3
1289A0W5VJaJ6qVFwiWL5kYvRD6ZVc0YFHs7blZmR9FAqWsXrdxqK70h3j5VX0bI
hIuNLNHO2YpErwtR2a4Pr6CD++D9hI7MSYc3QtQv+VMk01TPucIeMTL93XcqeeO2
+RyGHZ5dg+MAeZKqmNue/imJP7EBDHdI+AOEko5YtS1Mh5aLrOE=
=xIj/
-END PGP SIGNATURE-



Accepted glibc 2.28-6 (source) into unstable

2019-02-05 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Feb 2019 19:55:42 +0100
Source: glibc
Architecture: source
Version: 2.28-6
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Closes: 761300 908928 920047 921165
Changes:
 glibc (2.28-6) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/git-AT_EMPTY_PATH.diff: New patch, fixes qt's
 file size query.
   * debian/patches/hurd-i386/git-altstack.diff: New patch, fixes altstack
 initial state.
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix a buffer overflow in string/memory functions on x32 (CVE-2019-6488).
 - Reject IP addresses with trailing characters (CVE-2016-10739).  Closes:
   #920047.
 - Fix wrong return value for memcmp on amd64 and x32 due to mishandling
   of most significant bit (CVE-2019-7309).
   * Update Russian debconf translation, by Lev Lamberov.  Closes:
 #921165.
   * debian/patches/any/local-ldso-disable-hwcap.diff: only check for
 /etc/ld.so.nohwcap on alpha, hurd-i386 and i386. Based on a patch from
 Josh Triplett.  Closes: #908928.
   * debian/patches/any/git-libio-stdout-putc.diff: fix puts and putchar output
 with change stdout pointer.  Closes: #761300.
   * debhelper.in/locales.bug-presubj: drop obsolete file, the dependency
 mechanism for locales has been changes a lot of time ago.
Checksums-Sha1:
 c09451059d222a7b4615af2f5547437d570f9025 8885 glibc_2.28-6.dsc
 e32156b4d0791ec0af883685e726f618160c1284 873424 glibc_2.28-6.debian.tar.xz
 455f82ecf3fe6c42c28048462e3ee74da2b2ed5c 7303 glibc_2.28-6_source.buildinfo
Checksums-Sha256:
 469d2e7c196f3be89ec55f8cf28a5d8d0ef276ac227be063f782d1b9f85a65a8 8885 
glibc_2.28-6.dsc
 e94e20f890cd3e1b3bcb9e5dc3cc4725b91e9101a8a93c2588b506f73b688924 873424 
glibc_2.28-6.debian.tar.xz
 a1dacf4de9985443c1e80d9332e2e8bea963abbfcffa1b30e33cf637c8b05bf3 7303 
glibc_2.28-6_source.buildinfo
Files:
 9ef64b9ffb224bb9f67441398348154b 8885 libs required glibc_2.28-6.dsc
 fea4aa332e15e9acbe37484470e9e47f 873424 libs required 
glibc_2.28-6.debian.tar.xz
 f219b499b86ca6b5dc46f30347b7f828 7303 libs required 
glibc_2.28-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlxZ3MMACgkQE4jA+Jno
M2sE7A//T/b1hPRFPGVg3a2kC9WQjpiFjlh0mk2uqYLrNtQ1HVvwHNwl3kMxns28
GWI5TDZNhxulkTAn5xR6PDlRzC1MDcKVq94WTTHvFvLmJWoWb6awr9vnkZ9wo6wh
hS916WJYqZ3Wy27j5uJyz9LWT9q6IBPstnuNmOyame6Koj21R2iCiAD9qvhFUbVL
d7Iug017+P9zKAoriThy2dICGGrRZkpxmIaz5MNmW9jOrtSoZ6gDh1haNY5WMFrU
hbajwiTdoEXeolx69baDwtsl+Wh4vySGxhBz245QHJTyNUaxblOwT1ECAWAtQ3u9
QBcLsR+WFH+h1DJYbbZezkGa1/pXuq6NPv35FP4p831HO3oYOX6LmaVvC7rgwWcf
FgYyy6TpqwkZb3FUJ27gpmRvarw00GWH7pqtvzK3V4VUQa55hC8agLM/eCFgYLJv
oG0WEgI6y/Qfac0dL3J2FYk9IITneLg2qpxcMaPUOEzcCnhmW8+4xKcI+M7LbOsD
XlNzad1ZB91aiwWLc+ruLKdhp/HU0NSJhiThCybHn7bJRrGi3qjY3Mi0LxY8VqcT
wdSMCqu71FEqooa2Qryl0Z42PhjThf41lLFh2ADAjXhvhKz+fC3Zqmghd2epW2LV
OcjyzefmwMkk4IVPKDP2zSSdJMvpxH6pqwjx+LUFK20bmRQN1q0=
=0o+S
-END PGP SIGNATURE-



Accepted glibc 2.28-5 (source) into unstable

2019-01-12 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Jan 2019 18:50:25 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.28-5
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 877900 909047 918583
Changes:
 glibc (2.28-5) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/script.in/nsscheck.sh: fix a typo s/samaba/samba/. Closes:
 #909047.
   * debian/debhelper.in/libc.postrm: suidmanager is long gone, remove support
 for it.
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - debian/patches/arm/submitted-gcc-8-kernel-assisted-atomics.diff:
   upstreamed.
 - any/submitted-workaround-math-errno-gcc-bug.diff: upstreamed.
   * debian/control.in

Accepted procmeter3 3.6-1.2 (source) into unstable

2019-01-03 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jan 2019 16:06:56 +0100
Source: procmeter3
Binary: procmeter3
Architecture: source
Version: 3.6-1.2
Distribution: unstable
Urgency: medium
Maintainer: Wences Arana 
Changed-By: Aurelien Jarno 
Description:
 procmeter3 - graphical system status monitor
Closes: 917446 918078
Changes:
 procmeter3 (3.6-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches/libsensors5.patch
+ Update checks for libsensors5 Closes: #918078.
   * debian/control
+ Replace libsensors4-dev build-depends by libsensors-dev Closes:
  #917446.
Checksums-Sha1:
 255b52763fec8195ed09ab6faf6634e685e6ba5a 1991 procmeter3_3.6-1.2.dsc
 674e343a32ddd0a3158055d7fd3a45e86f8b5ca0 9984 procmeter3_3.6-1.2.debian.tar.xz
 45e22906109726ee8273d34a0a081cc9adebea00 13403 
procmeter3_3.6-1.2_source.buildinfo
Checksums-Sha256:
 7063975492651e13aacd5f36798fe3cec7874acac0714d860ef09d62fcdf52be 1991 
procmeter3_3.6-1.2.dsc
 3ea8874ec3a41efd3db7f3360feca9ba791548b4191e312fc4c54a8032b3d875 9984 
procmeter3_3.6-1.2.debian.tar.xz
 927edf08b55fd4ebc0e8dcd7e12599920d80b5ef63334cda48a06937842f6564 13403 
procmeter3_3.6-1.2_source.buildinfo
Files:
 8be69fe0c876bd1a55382a8497cb34b5 1991 utils optional procmeter3_3.6-1.2.dsc
 6c94d4186db598e6fae59eacbf607ac0 9984 utils optional 
procmeter3_3.6-1.2.debian.tar.xz
 1c28474675ef298df994c59b714f00d0 13403 utils optional 
procmeter3_3.6-1.2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwuJXUACgkQE4jA+Jno
M2v0dRAAkfdcToWCObxQ3bx8iZ9Fs3NX855QtmV9VRMx1mE4m7e1LocrksgiGErO
74QpkdP4aFUaCYzg4jM6B+J31mNbvXYKt2vUfaSUL0zWVVFKB9+TmSBJD3KgSOyB
zAQp3d44NcXKrYUarVulwtBeVJVsEfiM0tO4rKKSnDWGX+W9Bg/8hE+jFrLYAyj0
QP/Py76XmHKziH6sdTwYgzaFXFOrBeoyWKiYCSSqUze2mpFsN6v9EdIJXfNmy3Aw
oSWWRINHB5Up5hPXpabkV4yYlVAp9VpKi94gaqNf/JrhrmbZzT7d2JBNy9gvyzR4
APRY0i1Ro9rvqmkt2ileayO2qL7Panr/O4K1C37DP14BApFDSBVdXkyXMOlIb4il
XBfieemKHeJAEDI2E3rmdfGBAFGZ/f/ETEfVa/qEdBaL0kySCdcf5FcfGKrcdZtD
BUM+HFvbcWebojOEAlivvRISLoAagbMUER0wWIMrECl9c+ZXRA17uKq3wQA2MJH4
ZoI59Uy2kipfVG+z0F5sLjlXGhKFEdx+quMmd1A//MLMenafGOpUQsZ3rhkAIj48
JDaJ9IjBYwpVAwqNw/OMK+ztbUSlHAtxS2qDtKdo5hagfF3XFsTrtrlkp3Z3IpNB
ftCm5w8IuihtWZahlRngrH3f7BxJmLWVNWiz/gcSO+HOIjeXlpI=
=7Yj0
-END PGP SIGNATURE-



Accepted tzdata 2018h-1 (source) into unstable

2018-12-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 30 Dec 2018 00:14:21 +0100
Source: tzdata
Binary: tzdata
Architecture: source
Version: 2018h-1
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 tzdata - time zone and daylight-saving time data
Changes:
 tzdata (2018h-1) unstable; urgency=medium
 .
   * New upstream version, affecting the following past and future
 timestamps:
 - Qyzylorda, Kazakhstan moved from +06 to +05 on 2018-12-21. A new
   zone Asia/Qostanay has been added, because Qostanay, Kazakhstan
   didn't move.
 - Metlakatla, Alaska observes PST this winter only.
Checksums-Sha1:
 fbc2e18a620df7c2f81729ace1975e0e61a755d1 2232 tzdata_2018h-1.dsc
 b4019421361351451ca7b7f8670ae6b475ecf240 376711 tzdata_2018h.orig.tar.gz
 4ee559f3c61f54651f0652860d3f0c0d29506b11 833 tzdata_2018h.orig.tar.gz.asc
 96619e7e90d449432afab218b1824f6a15ef1797 104436 tzdata_2018h-1.debian.tar.xz
 600903828c7cf110b505ccabe228281308b81725 4977 tzdata_2018h-1_source.buildinfo
Checksums-Sha256:
 4e2d15306882d7980b206b694aab0e6168ae04e6d4bb66d821c9ea5ef4250211 2232 
tzdata_2018h-1.dsc
 b8cbcf3e46aed30ad27c40d5bed68c16cf759384d14cc6411b84460c88bdd91f 376711 
tzdata_2018h.orig.tar.gz
 47a17076d39a632412196ee3fe73567832d17d03937f030afe43de5c3f5a8d5e 833 
tzdata_2018h.orig.tar.gz.asc
 6862bb148661871c128191be883eabaaa77e795065a806b71a1ea3a3e28e7d1c 104436 
tzdata_2018h-1.debian.tar.xz
 5cce498fa479185fb4f4fe18f0e0cc37a418bded9aa7e07f2281de8cbbddbad8 4977 
tzdata_2018h-1_source.buildinfo
Files:
 9cd291c455383f81220689f82c9d311b 2232 localization required tzdata_2018h-1.dsc
 7ad1b70c53f0629728ae90565360c2fd 376711 localization required 
tzdata_2018h.orig.tar.gz
 db3fbea5745f3ad92df05c6e9f0bfacb 833 localization required 
tzdata_2018h.orig.tar.gz.asc
 7868e766074ca0084d6bd96f62a03eb7 104436 localization required 
tzdata_2018h-1.debian.tar.xz
 8ca006e69620ed7772229d626b45efa0 4977 localization required 
tzdata_2018h-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwoAAYACgkQE4jA+Jno
M2v8eA//VUUwAf2vepPlMEw+9hiZnltxrTd5cYgIzpJ1HPBzL4yzpqJA6gpd6Mx6
Aj6xaikpEewuI4J/PikJoYF7rhrXMMLHrEmqtF/YzBdxmFJpvT1aQ4PsctqrFlCB
R/jmP18tBu+vRdmKHNYK9F+ZozLSxxvIj3NyhiIYTMS22bMRNdNyceaNk1UK8cND
r4xXfylotFrlN7KEDDXdRV0c5WXbr0xoXctgbZhMkEz6vyiCZw/acx2EpCCHNMi0
w6JixiuBMRQuQmCWT/1RH7U+boc97ZB81CcfBFysKVlZQ3h2EuUc8O7OLLQAnuno
Qti1eCLmUXkSbn3T6WLaH3AILEVzVA06lxfXsWwI9BjomEkJxq98jw1HqTLTDsK1
moegAt4d1Xlx8rWbiBM2mBJVNg1ghU7c3a1aBgkRottjmEds9EUtq9dWuTD0soPW
NBaWu3LpsqkzwOQ+gphO5iYLlwc9NVjWi7hep24g0uzoBInEh/FNBWtw2xU5whmG
zBZ/rnJDYMj9pGrkRq8i2eeCg4uRCoHw3PuZoUjFbHlAq3Uc2mPSw+aKj3WSzmwp
UnZ5sVvKxCUXhZhobLdl+OoxQ/DDuNoUuC98nEVfBVTi4BI/udg+d9O+w/8nTh/z
2s0Yt+1TwAAliJeTtonWZX0aGcIjsd2oBJCdqZ2ONGmuZig48u4=
=lBGa
-END PGP SIGNATURE-



Accepted glibc 2.28-4 (source) into unstable

2018-12-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Dec 2018 11:04:27 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.28-4
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 877434 916779
Changes:
 glibc (2.28-4) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/testsuite-xfail-debian.mk: whitelist math/test-fenv on riscv64.
 This failure is also due to a kernel bug.
   * debian/sysdeps/riscv64.mk: increase TIMEOUTFACTOR to 100 on riscv64.
   * debian/local/manpages/*: remove manpages that are not installed in the
 binary packages.
   * debian/local/manpages/po/de.po: update German manpages translations, by
 Helge Kreutzmann. Closes: #877434.
   * debian/patches/git

Accepted slof 20180702+dfsg-1 (source) into unstable

2018-12-28 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Dec 2018 14:55:34 +0100
Source: slof
Binary: qemu-slof
Architecture: source
Version: 20180702+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QEMU Team 
Changed-By: Aurelien Jarno 
Description:
 qemu-slof  - Slimline Open Firmware -- QEMU PowerPC version
Changes:
 slof (20180702+dfsg-1) unstable; urgency=medium
 .
   * New upstream snapshot for the QEMU 3.x.x releases.
   * Switch Vcs-* fields to salsa.
   * Drop debian/source/options, xz is now the default.
   * Build verbosely.
   * Bump debhelper compat 10. This requires to undefine CFLAGS and LDFLAGS
 as the default flags are not usable to build a firmware.
Checksums-Sha1:
 c378f3e0b493af6f8e0642c3105c4cde74074447 1941 slof_20180702+dfsg-1.dsc
 4c06addb7db764a46109a631f88bcdbad3d1402e 408892 slof_20180702+dfsg.orig.tar.xz
 ffc6fd48131b137166a075e9f48633606053bd8c 3884 
slof_20180702+dfsg-1.debian.tar.xz
 cf67785e752f765673ac00c8525bc7b248c61ae9 5763 
slof_20180702+dfsg-1_source.buildinfo
Checksums-Sha256:
 045e3bdcd53d5d5d0281b166077c42c5fd79b1d569f43ced3773804309a7104e 1941 
slof_20180702+dfsg-1.dsc
 d64f9c3b2511610f9135de768dd0d4f654ac3f2ca86cc1f441d8b680be5fc199 408892 
slof_20180702+dfsg.orig.tar.xz
 6a13390099fd4a9d6b97efb42dd35cfe025576ac7141589a8fd9222a3c62a142 3884 
slof_20180702+dfsg-1.debian.tar.xz
 a397b4754195cdc29794e7369b9729c487c8a24468292edc99870162b722930c 5763 
slof_20180702+dfsg-1_source.buildinfo
Files:
 c63ac6a71412dac71ab91649e8e440b8 1941 misc optional slof_20180702+dfsg-1.dsc
 590b8ca713a37a950335a5bdfb2b4830 408892 misc optional 
slof_20180702+dfsg.orig.tar.xz
 4d3a30148106b94ce1b7ad3649e60c9e 3884 misc optional 
slof_20180702+dfsg-1.debian.tar.xz
 6891ad889323c72866f88b6cad159981 5763 misc optional 
slof_20180702+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwmK5kACgkQE4jA+Jno
M2tEtxAAjOrB5JAOQTxmkbc+R3bX+++d7wPbFqgOkonLJbD1/Z02DheSfpXA4Qk1
chx9nbo6EYddxtd4JS5i0b8plZeoKHzuhjmPNrMa9Y/zHD1eFa9LdLJgNgAPLZK/
eMGrSco4dW4IiqW9B6xE5Zqv7KaiMWSnMJUQ1boemBggXMWKOxY5/1w5540RvXth
EPxOxCuK27I1hBOCtGMEoDsjYvF1CSGKwrNh4+iL5mgtSTnhx/AFz671hOeqLRPB
7vCyFKVaju99BeqkatWmw7OqKZZlhK+7JsiApjTR/PZdeQgtwV+xp3SY42/oolJ6
yWD8XZa9yf9towQKmDtHLXs5oIs4I61VDGL+w49oz+UjGrPFsMLIgedJer9ppBWu
BjQ5NQycXPaT9qRqcAs/HZoJbffc0EOfVniLHuvNA7sd+Y/OEPY4/yyFxKBdLDKv
jpbUGjwDtDsUQPr/7ffkjeXrxG2AjiLTddx4QZoYjCqeFpSH2ms5j91hAv70h7Rj
0TkdvovQMMwuRYb0o96wFiR4a89Yti+JOAWq5rBeB6RAD3aeVxmG11quYWg9JlhD
gbWfIiywZPUbD5yQ6UrjRjRh5ejeGwL99PqRvWTRY/coH8SfkR/JEo3HGra9hTI7
wORvCwS27bGE5KbvtKE+qALA81hVCCG+1dGtskLwc0IcoaFf8VE=
=F66g
-END PGP SIGNATURE-



Accepted procmeter3 3.6-1.1 (source) into unstable

2018-12-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 26 Dec 2018 00:22:40 +0100
Source: procmeter3
Binary: procmeter3
Architecture: source
Version: 3.6-1.1
Distribution: unstable
Urgency: medium
Maintainer: Wences Arana 
Changed-By: Aurelien Jarno 
Description:
 procmeter3 - graphical system status monitor
Closes: 916054
Changes:
 procmeter3 (3.6-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches/loff_t.patch
+ Fix build with glibc 2.28 Closes: #916054.
Checksums-Sha1:
 7188988cc1d4c625bbb8d66fdf2bb81526ca197b 1992 procmeter3_3.6-1.1.dsc
 3ad78b6d2bf1ed0fd409afadd19967dd220a2bde 9628 procmeter3_3.6-1.1.debian.tar.xz
 8cebe8ce4a880f5e9d667311f397ec46511ec115 13371 
procmeter3_3.6-1.1_source.buildinfo
Checksums-Sha256:
 fac54697903bcca33b8e6adda655734627b4748fa2668a6bb151aa62426967b5 1992 
procmeter3_3.6-1.1.dsc
 1496284bcc2028e7f486575bce7f97436a2dc0c0dd865a3c4c873d2ecbe03030 9628 
procmeter3_3.6-1.1.debian.tar.xz
 e388aac385981cc6dba489db06d4d4466baa6f08943c6cde42d1473da66c4d09 13371 
procmeter3_3.6-1.1_source.buildinfo
Files:
 625780b26d16eb68f2f9371aeb099bc1 1992 utils optional procmeter3_3.6-1.1.dsc
 db99e2d6a2bca8798537e1dabbe48e07 9628 utils optional 
procmeter3_3.6-1.1.debian.tar.xz
 a58d985d6fdf6e5a753b2ba3fb118970 13371 utils optional 
procmeter3_3.6-1.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwiu/cACgkQE4jA+Jno
M2thThAAjYL1kjrL3lEBTTylC+E9Fr661GLtVx0H8b6j8gbPeNBopO8RWeDuChkF
slSEcTT7S0S3A49VCbx282oLe/E2ng+b6gPFh7iMVznKCELfLlZ3gAFSbHEeKL4e
puXPJwIuUUFbkoa3o0V7deMLlgJr6JZOOnmaW5dlIh/WP8si+xnDRmwH/L52ef0X
9XgLPdzrYxCAKjyFFSsccg6mdJpYLsEHOvfxqZJU+GbfFHWI7GvVPpk2rt1EWoBs
KB0tAAAF+UVlGYiv+mCjFxwswAyfrCMfrQpWiWAyDVs7SAoH6SK0DiVORizNGoKW
KhH0RwJt1s4uk/MYU/a3Gup1BIQCkJ+W+E8ugdK111OR1/Rrl95uzWqanyERZt7k
CGcrNZ3oJuJCYc2kt/OTiYZFI0oIfTzYcQtKex4UjDwXVIoTbWgdH71IBSoTnFSF
uD+VypYGlYIc7gW27cJ8vSAYR8g/Jz0U3IYyT3AgIJWXe1Y4t6lUt05kKj78de0c
H4mzFgPcOFDHM92pANVOa7Wj0n+mtTsrOHaROQq6eADkGl64ZojQ5lOcH6AV+dLx
sAmdao/GX1eVROihKZIJLbZuHWm4pVXuH+KMnrmIkV7VfuYUNLJBBbS5Laf5+vQB
Vvx3Y8zyCGyb0NixpxGYtLde37ovl9j7b6VGoOR0LygIBqycku4=
=iJ6K
-END PGP SIGNATURE-



Accepted openbios 1.1.git20181001-1 (source) into unstable

2018-12-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 27 Dec 2018 19:33:36 +0100
Source: openbios
Binary: openbios-ppc openbios-sparc
Architecture: source
Version: 1.1.git20181001-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QEMU Team 
Changed-By: Aurelien Jarno 
Description:
 openbios-ppc - PowerPC Open Firmware
 openbios-sparc - SPARC Open Firmware
Changes:
 openbios (1.1.git20181001-1) unstable; urgency=medium
 .
   * New upstream snapshot, compatible with qemu 3.1.x.
   * Switch Vcs-* fields to salsa.
Checksums-Sha1:
 1eea594bc9c78a1c426784a16dd46c8445837640 2187 openbios_1.1.git20181001-1.dsc
 7c2bfb8bb174c3ca9b84da91963cd1b950887a72 612288 
openbios_1.1.git20181001.orig.tar.xz
 2c0b83df63f86ae62e96e5d76b3413d7e69173dc 5516 
openbios_1.1.git20181001-1.debian.tar.xz
 230fb7a7bb9bb19b1355dc8255254703ee800e87 6444 
openbios_1.1.git20181001-1_source.buildinfo
Checksums-Sha256:
 fe17efaea43a76c19903e37f6ad96fbd649446989aef26f7fb2474370c2a2c0d 2187 
openbios_1.1.git20181001-1.dsc
 a70c4d39bbbfc21c6b9a697003617dc39e398b975aa3dfd79e8cdf4aa979f6c1 612288 
openbios_1.1.git20181001.orig.tar.xz
 89e4967acc54298b6456abd23c0978a833443fb188ce3490763c2876f9ced916 5516 
openbios_1.1.git20181001-1.debian.tar.xz
 dbad8bea9bde7a111e569ff6ec0e376b61cdad61fa9ee7a5ac6d7865d1f78917 6444 
openbios_1.1.git20181001-1_source.buildinfo
Files:
 57addb6be687c5d81fd445eb57ba9c11 2187 misc optional 
openbios_1.1.git20181001-1.dsc
 1520830cb7552c15071b9baebb761cb4 612288 misc optional 
openbios_1.1.git20181001.orig.tar.xz
 564652798423194611e780de14b0e99a 5516 misc optional 
openbios_1.1.git20181001-1.debian.tar.xz
 324686f2df3b28bf63a8e2a4339c2b03 6444 misc optional 
openbios_1.1.git20181001-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwlG8kACgkQE4jA+Jno
M2vTLQ/6AliA9Bef5mo5/Ly0GBEGJiY5oRE1WWb6FMPHfgUfRqJ18gvzulPRdrV0
CQ+YkJKhGihouY2+pdzjfTMRbCABq6K7yy2jVSpUC4l0DBErFajGFktlCK1EWxbL
/bkqLX8kmQmSBPg80d5CHPjuotzmwKG2f3IMTP9V9ce2sie+bgrh0HIgS+5akeOV
Lju4Mf7W/gzPdnpVnp8oCNi2LKXkkAZe8+BRq78h9g/M5WEGUZkPLbxTG3p/H6M5
3+VVBy+wRw4bbs+UOkXoTdGPs4ZbJYSixWDAoKsL2jsc6nu2zUAOtI/npc6mK5YM
To7qx+v8GhnB+H/xxN2cvbYlHJSm+W54w48t12w/nGYRW4hGDmuq9iJhoHCUwL4F
2JQ7tcog19N83gcAx+LQpiy3EzQifzCE0HrNEVuXcpi+QbU+Cd4C8TV2qWJh6fXy
KE2L3/++PfsaRZ1ie3DYC59Ps33e2WqBndmPPKPDYg+FK/bh7U1QX28Eo1ulhxew
EBmV+NYG2/lPdidt/gqb+YuLqJVRhX5Sayq/oEcwbuG5bqLfyKi/2pwHxZowBqzs
zbMKLUZionobA2Pupb4rN0eAj9uiY0wJ83x6qHb0SlaAtfm1/THr5c1eCvRTbJqZ
m5VnYyYdcksPw8qVYXY5aBpiRG0oCuYTT2vtXPmEEf/GVwjYOnk=
=J5+8
-END PGP SIGNATURE-



Accepted debian-ports-archive-keyring 2018.12.27 (source) into unstable

2018-12-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 27 Dec 2018 18:23:10 +0100
Source: debian-ports-archive-keyring
Binary: debian-ports-archive-keyring debian-ports-archive-keyring-udeb
Architecture: source
Version: 2018.12.27
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 debian-ports-archive-keyring - GnuPG archive keys of the debian-ports archive
 debian-ports-archive-keyring-udeb - GnuPG keys of the debian-ports archive 
(udeb)
Changes:
 debian-ports-archive-keyring (2018.12.27) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * Move the 2017 key (ID: 8BC3A7D46F930576) to the removed keyring.
   * Add "Debian Ports Archive Automatic Signing Key (2020)
 " (ID: 84C573CD4E1AFD6C).
 .
   [ James Clarke ]
   * Fix debian/rules to work with gnupg2 and depend on gnupg rather than
 gnupg1.
   * Drop dependencies on apt and gpgv, and stop recommending gnupg, matching
 debian-archive-keyring.  See: #672598, #801381.
   * Remove obsolete versioned Breaks on apt, matching debian-archive-keyring.
   * Don't inadvertently ignore errors.
Checksums-Sha1:
 2cbae004aafd83e491bedcfb86bbd5733128eecc 1652 
debian-ports-archive-keyring_2018.12.27.dsc
 56091979e9230fcfb8a8a3844c58f8cab498b25a 27532 
debian-ports-archive-keyring_2018.12.27.tar.xz
 8d0744ee7249eb106b5bace2fb843106fbdb9559 11392 
debian-ports-archive-keyring_2018.12.27_source.buildinfo
Checksums-Sha256:
 c92f885b4bf37b667b0fcfba2b8200127fcd72cc9b62d386ee93dcf3e240 1652 
debian-ports-archive-keyring_2018.12.27.dsc
 af935026f098fd51edcff12ebb32f57ee92d218cf17a875e4de8482f207c5283 27532 
debian-ports-archive-keyring_2018.12.27.tar.xz
 b4043f47ab08d5843ce39a638d465a13c33a35cb570e551e33eae2d2cf4d30d2 11392 
debian-ports-archive-keyring_2018.12.27_source.buildinfo
Files:
 45d46fb40241adfd218e6b0ae3204e13 1652 misc optional 
debian-ports-archive-keyring_2018.12.27.dsc
 95fe05d627f74446bc4f452ef3337e06 27532 misc optional 
debian-ports-archive-keyring_2018.12.27.tar.xz
 0ef7932ed20742d71070f246b3a0337c 11392 misc optional 
debian-ports-archive-keyring_2018.12.27_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwlCoQACgkQE4jA+Jno
M2sKeQ//ShbhDXPW+Wuh+baWCiUghk1KhX/Q3vG6IkMPT+S5HPqqSPl8VIOfmjq6
RIIO6Qg9SDY+NoIo0MMH7eSYq3AqXXMCYCHMue7LXP0p0Ra/r3B0KVunocpLRamB
ld+kGhsod83T+TbSX89zuin1M2mxM/wRO+OnIDXnaij5gZarKDDCAtC+xeKjTdYN
vTIRFPT0POXa93v9/RDZdA+naIRLTE4wDnvnuB00AoJ90/wcLAFAsZqZvZQB1JpF
klZbpPEMVNm2KqOv7w44hfol98Hw9KmyrP1HS1A8usGE4tioSIUgJqgakZhW3gvU
oMk7LWe3qV1As8Rw7XlibbObXI+mXxHdFu49rfqFVVul95goOf3/OR8jto1Qcd2m
zQat2CegRKudyMeSQlXS2oA9ZMNJuPBVALD7KMVeSnApNOOlobdbw+xV9MPGNNeJ
TK12lw3YyMqgftcAvTuP+5v6ex3IIpGHo+AfJDRDzgXE8sGZe3RmhPxgZNXIwz4v
TYRDNjKerd+L4j0k7tvkKo6WsCZ9avsTdjcmIVGL0nS/xoCwMSQ0dHQzeksAdXgk
oU/JZGLKcPHh91Xpkckhqt3OK/w8sSaFvwh4SBGjFZkrQCwKUqMCZlp72lLIw68J
72mY9aF3OA3zB4xJpdKIR3FasHgI+oDXOp/s4dZqUbnwXXZdv4M=
=Axv9
-END PGP SIGNATURE-



Accepted lm-sensors 1:3.5.0-3 (source) into unstable

2018-12-19 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 19 Dec 2018 16:58:53 +0100
Source: lm-sensors
Binary: lm-sensors libsensors-config libsensors5 libsensors4-dev fancontrol
Architecture: source
Version: 1:3.5.0-3
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 fancontrol - utility to control the fan speed
 libsensors-config - lm-sensors configuration files
 libsensors4-dev - lm-sensors development kit
 libsensors5 - library to read temperature/voltage/fan sensors
 lm-sensors - utilities to read temperature/voltage/fan sensors
Changes:
 lm-sensors (1:3.5.0-3) unstable; urgency=medium
 .
   * Upload to unstable.
Checksums-Sha1:
 ad27064315a0c8f31800da2f5c22606e687ab17d 1998 lm-sensors_3.5.0-3.dsc
 d05277a864199f724c73f709a5defa726387c53e 26348 lm-sensors_3.5.0-3.debian.tar.xz
 a81aac331b7e8581c3c7b6c051f711c646e1f0ba 5429 
lm-sensors_3.5.0-3_source.buildinfo
Checksums-Sha256:
 5f4ff4b1d99df17f0fc422a94915965b9c38222a89cccf5cb1736096516c84b8 1998 
lm-sensors_3.5.0-3.dsc
 d09e3f9c5d83499cc7bb924c66061cec58b9f256f67cfb40022fd2f24faab486 26348 
lm-sensors_3.5.0-3.debian.tar.xz
 c2e66235c46f81729f212afacd1c8e997175709e62315f6b039d2127de24 5429 
lm-sensors_3.5.0-3_source.buildinfo
Files:
 86e28662fa00bec000f22257d212873d 1998 utils optional lm-sensors_3.5.0-3.dsc
 c2a4cd6b79350378ca9a337b45b732c5 26348 utils optional 
lm-sensors_3.5.0-3.debian.tar.xz
 f8fe5e696803f5ccab6e933a3c55d7f8 5429 utils optional 
lm-sensors_3.5.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwaaswACgkQE4jA+Jno
M2uevA//c0OFgJegF0bKpBPdnt9QmfjkHLm/1ZMa4WRqEPyKj5gPe8ATB0Vc20CW
6qVEMvXwzCIRcrdGSiOYEW3h4mh0RAJsz5884YRpfEDVduaZbo4eTnSPnH3IY3b8
fobi726Q7LjLHC4VZj1rNOxNHb+KaGL+l2R8wm/H5a4LJDNRXlDaMrSYbW2HPqzt
/aqnpsKa79Ckr/4euTlXKtC3cQ5PT+gxBfsv00O2NWpHtZSoKz3aN1yoGIPhPnro
zZrfWGZLpfVERy6znltX84Hged/EV9M1YFIJ6V6Irc2KZAvDmivBWYCXDmNLyP2S
GzghmxjrmjDYx9EoKqyyUFGrgKoGuX5b0eCurfMIGmQf5T+B1XRdjNUhPa+yWOIO
WFHNiG8KYg2iUhVbuOtvKvxd+lodbfuohzjQG2HTUUcP+yTsliF1QEZQkLLJB7NL
o81XWU5Z8uCci+dObs1ME/kRSPCwtjJrE/MFYWhKmONM3ZJLBRuKKSDdedbGo7D2
Z1q6HLW6Ug1I/63/hgoRprTy1UjDH9lbqW5HaTxtQUmHvYvPcfUa6+w/ghvpxHKs
RpKfHcrJkbphgAEyq7IiPCauKbggXcmas962s2ytg2xCUuxiGXrsm/H5bJ9ucpTW
zf2vCm6EXLtHH0iZsWZYbmBSDcCxATCS0Liz0oKVhItq5KlolNc=
=z93n
-END PGP SIGNATURE-



Accepted glibc 2.28-3 (source) into unstable

2018-12-16 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 16 Dec 2018 18:25:59 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.28-3
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 915676 915958 916124 916588
Changes:
 glibc (2.28-3) unstable; urgency=medium
 .
   [ John David Anglin ]
   * debian/testsuite-xfail-debian.mk: whitelist misc/tst-preadvwritev2,
 misc/tst-preadvwritev64v2 and test-xfail-tst-setcontext7 on hppa.  Closes:
 #915676.
 .
   [ Aurelien Jarno ]
   * debian/testsuite-xfail-debian.mk: whitelist math/test-float64x-float128-mul
 on sparc64.  Closes: #916124.
   * debian/control.in/libc: add a Breaks: nocache (<< 1.0-1 ) to
 @libc@ as it doesn't work with glib

Accepted lm-sensors 1:3.5.0-2 (source) into experimental

2018-12-07 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Dec 2018 19:51:55 +0100
Source: lm-sensors
Binary: lm-sensors libsensors-config libsensors5 libsensors4-dev fancontrol
Architecture: source
Version: 1:3.5.0-2
Distribution: experimental
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 fancontrol - utility to control the fan speed
 libsensors-config - lm-sensors configuration files
 libsensors4-dev - lm-sensors development kit
 libsensors5 - library to read temperature/voltage/fan sensors
 lm-sensors - utilities to read temperature/voltage/fan sensors
Closes: 915810 915819 915873
Changes:
 lm-sensors (1:3.5.0-2) experimental; urgency=medium
 .
   * libsensors-config: add a Breaks: libsensors4. This will make the
 transition more painful but is needed to move the configuration file from
 one package to another (closes: #915873).
   * debian/rules: fix FTCBFS by passing MACHINE to make. Thanks to Helmut
 Grohne for the patch (closes: #915819).
   * debian/rules: force the installation of /etc/sensors3.conf in the
 architecture independent target (closes: #915810).
Checksums-Sha1:
 2d7179b4ffc1772acadb9e43fe67fd07d9c87e17 1998 lm-sensors_3.5.0-2.dsc
 626c72bf24f8a8adb8c5c091a1084c6549de1029 26348 lm-sensors_3.5.0-2.debian.tar.xz
 51da524faee26c49dbd46465ad26ef04ec492c2f 5420 
lm-sensors_3.5.0-2_source.buildinfo
Checksums-Sha256:
 ce476639db8ba123e078f61b71eb9a0af44607a09a43ac0df8dd1d0e026d20b4 1998 
lm-sensors_3.5.0-2.dsc
 c2454fadfbb0ea779cc02b02ce59400ab0d3a3714f6dcf5b5cba4c1cf836d440 26348 
lm-sensors_3.5.0-2.debian.tar.xz
 2bc5d200a78e4bf550e9dc8c6ea6050dc13b687f9181fed6aa36ec168f4afb71 5420 
lm-sensors_3.5.0-2_source.buildinfo
Files:
 a2d9355dd27ebaff6110edadbb58a836 1998 utils optional lm-sensors_3.5.0-2.dsc
 26e97d0d51b872bca1b6d082b674c1bc 26348 utils optional 
lm-sensors_3.5.0-2.debian.tar.xz
 1a0b4b6fd95faa3c76e5c8b25dff5698 5420 utils optional 
lm-sensors_3.5.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwKwawACgkQE4jA+Jno
M2sJlw//Tj28pmTqHUsEM21ZTEFS8PDeCozu1Lv01G3Eu8r4MeBJ3l/7sq2u3E41
wr/t7+lFaDOFkAmZjXOcBcMNzqXs/TKwct+2D4NmJrFp11u3u25T21svyz0UI9DE
J2tKJLJo645Sq1ggIM3oQcw1ibwLBBudfnE16US7kBWybnYYJcRYtX8WzVM5KmJP
FFtS5FOjXUqRk6tp4EI54G7xAGNX6louPVMOP9h1mL87ohiFgG9GS99wHw4FOhS9
rpdCVWMiGGFqZZ54chhtAjrbfT7m7J2Fk1P6xL0M4J97Qm/XXBxNwchxLA+HwPUf
MgJUmft21YmJJgDOa9BAKzBfwZSvfWVNjeSWG8ZNXmONsUG5K0QuYusQ17mEoxQJ
QrlQls9rkmC0p1/W02dv/21nEGJKDI5ScVl8jGpX/FFUyOGyVC33AJtQvVcpHdTY
7xkVFLuqjKLmbZ2qIcbxQwpKoB8ncTsDL3mNXESq51EIOnehRP7CCAnK7uOU9QhI
ekxZOtJm9+xu4yaU5zUzLzm7ZIZwtLs/+lDaq0Eq3RNJn1jutTqrcTw0H/ezSpKO
R7wcJZTv6vJgLaBNlotosHVd34hPmtxUegsOfxJ0qVEuz/0ipLERF2Ca73ZiIGdF
1SFUksnwrAto4Mhom7Y88xXDuTmISGZbVOW0773LigRo3u+6COY=
=nWkl
-END PGP SIGNATURE-



Accepted glibc 2.28-2 (source) into unstable

2018-12-05 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Dec 2018 19:50:21 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.28-2
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 903964 914997 915339 915621
Changes:
 glibc (2.28-2) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * patches/hurd-i386/git-fcntl64.diff: Fix returning value returned by
 __f_setlk.
 .
   [ Aurelien Jarno ]
   * debian/control.in/libc: breaks r-cran-later (<< 0.7.5+dfsg-2), ie
 versions built with tinycthread.  Closes: #915339.
   * debian/patches/git-updates.diff: update from upstream stable branch.
   * debian/testsuite-xfail-debian.mk: allow tst-pkey to fail on ppc64el, ppc64
 powerpc and powe

Accepted lm-sensors 1:3.5.0-1 (source all amd64) into experimental, experimental

2018-12-05 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 Dec 2018 21:14:55 +0100
Source: lm-sensors
Binary: lm-sensors libsensors-config libsensors5 libsensors4-dev fancontrol
Architecture: source all amd64
Version: 1:3.5.0-1
Distribution: experimental
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 fancontrol - utility to control the fan speed
 libsensors-config - lm-sensors configuration files
 libsensors4-dev - lm-sensors development kit
 libsensors5 - library to read temperature/voltage/fan sensors
 lm-sensors - utilities to read temperature/voltage/fan sensors
Closes: 813137 882770 912409
Changes:
 lm-sensors (1:3.5.0-1) experimental; urgency=medium
 .
   * New upstream version:
 - sensors-detect now point to an existing web page (closes: #813137).
 - Refresh 01-sensors-detect-udevadm.patch.
 - Refresh 06-sensors-detect-debian.patch.
 - Drop 07-sensors3.conf-local-changes.patch (obsolete).
 - Drop 12-sensors-detect-superio-x86.patch upstreamed).
 - Drop 13-sensors-manpage.patch (upstreamed).
 - Rename libsensors4 package into libsensors5.
   * Add a libsensors-config package and move the configuration files there.
   * Update debian/control, debian/copyright and debian/watch to reflect
 the new home page (closes: #882770).
   * Update debian/copyright to reflect that the library is now released under
 LGPL version 2.1 or later (closes: #912409).
   * Bump debhelper compat version to 10.
   * Downgrade priority from extra to optional.
   * Drop ancient conflicts/replaces.
   * Set Rules-Requires-Root: no.
   * Add "Provides: libsensors-dev" to libsensors4-dev to be able to
 transition to a version-less -dev package.
   * Bumped Standards-version to 4.2.1.
Checksums-Sha1:
 0649f2e7d2f7066abb758c3ff46e835a25a58726 1998 lm-sensors_3.5.0-1.dsc
 3d1b3b82d62daeec1f151eaf993c61dc3cf21a6b 267133 lm-sensors_3.5.0.orig.tar.gz
 03a8ebd0c94f72b83ab8f9b664465ed86d66c7a7 26176 lm-sensors_3.5.0-1.debian.tar.xz
 ed587de08d15de0270946101f3ae835e043c57a0 47064 fancontrol_3.5.0-1_all.deb
 d4fee2ce8f867cf692df9473271f37d9a066ee52 31416 
libsensors-config_3.5.0-1_all.deb
 9333419352062b6f7615a45262fa6d639798f691 62876 
libsensors4-dev_3.5.0-1_amd64.deb
 7c66fee059fca5065aabd629a70983ba0561d1f5 61980 
libsensors5-dbgsym_3.5.0-1_amd64.deb
 d60098df3b0431f440215a078c91d52d86945229 52428 libsensors5_3.5.0-1_amd64.deb
 e4e3fca72cfc656a5c4b7afbf1f90021c5790e41 46432 
lm-sensors-dbgsym_3.5.0-1_amd64.deb
 3271b9b73019f27e548e53c9422af8737dfd4386 6950 
lm-sensors_3.5.0-1_amd64.buildinfo
 2fa87fb6fd52914d06fe62501304ca58d644c567 114104 lm-sensors_3.5.0-1_amd64.deb
Checksums-Sha256:
 eaf43b33d71d260e00d32d8341f8388df30cc144fe206830d4eb71aa0323b8ef 1998 
lm-sensors_3.5.0-1.dsc
 f671c1d63a4cd8581b3a4a775fd7864a740b15ad046fe92038bcff5c5134d7e0 267133 
lm-sensors_3.5.0.orig.tar.gz
 633a9cea36c944cb378724ecbbfb1106c1caf4bd01e0b29ea27d37a0d6611451 26176 
lm-sensors_3.5.0-1.debian.tar.xz
 cb6e43b64172177fc3d1c7bad94cbe59208e8defbea7de1781fd4022a0e37124 47064 
fancontrol_3.5.0-1_all.deb
 98baea4a8a7eae3cd622ce83a64978d7edc7bf5e6510c974ab9c55b7aaf3b4f8 31416 
libsensors-config_3.5.0-1_all.deb
 3607d48b0a7bb9c7dfa8042d88b35c1d17e0a2d00b0fbea8e26997f19193b83e 62876 
libsensors4-dev_3.5.0-1_amd64.deb
 1728bdb81d78128260ebc189b04b2826fdee830a3a2caaf280d957f868484b17 61980 
libsensors5-dbgsym_3.5.0-1_amd64.deb
 456afdd1014bd38d145c1edaa654b21c2a71f4822010bb75ceb553bc540ced4f 52428 
libsensors5_3.5.0-1_amd64.deb
 734f3034136f87448012622f92918c87fb18bdede6710d8c52ec5120b5b74756 46432 
lm-sensors-dbgsym_3.5.0-1_amd64.deb
 97e1c15fc67cc704ac4779b45029ed5bbe18661fecacbd2e3c8d75649cb19e31 6950 
lm-sensors_3.5.0-1_amd64.buildinfo
 dbce73c41090cdfd3ee49e2c917ebd9cd46f2d1d59d1153da9ea0527cd703bb5 114104 
lm-sensors_3.5.0-1_amd64.deb
Files:
 851d066e7c8b29e861c60433cb56d9ba 1998 utils optional lm-sensors_3.5.0-1.dsc
 37981f5d3a0f649381529cb41c0f1ff3 267133 utils optional 
lm-sensors_3.5.0.orig.tar.gz
 c6f8b7c883401eeb9c10da64a2ae857e 26176 utils optional 
lm-sensors_3.5.0-1.debian.tar.xz
 8877a328a57dcba0019b079b151747b0 47064 utils optional 
fancontrol_3.5.0-1_all.deb
 4426d3b090af737968a637be831247d6 31416 utils optional 
libsensors-config_3.5.0-1_all.deb
 109049e55399fa97153a46d81c2f2045 62876 libdevel optional 
libsensors4-dev_3.5.0-1_amd64.deb
 d5fd897f3952278d416c9f7ffc1b9f73 61980 debug optional 
libsensors5-dbgsym_3.5.0-1_amd64.deb
 336539f18800efa4338e3c4afebe9422 52428 libs optional 
libsensors5_3.5.0-1_amd64.deb
 ac81e1a53bd6d1eba73ccb867c27242f 46432 debug optional 
lm-sensors-dbgsym_3.5.0-1_amd64.deb
 d02527a3e7a3309d2213ea7e0bcbb24f 6950 utils optional 
lm-sensors_3.5.0-1_amd64.buildinfo
 f01672e01744fbcb9af6149b257db26a 114104 utils optional 
lm-sensors_3.5.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwG4W0ACgkQE4jA+Jno
M2uSlg/+IF+sgH3K72MlyHf4xZiMOECjXfw/xuxCGGKSpVoxjJ6l14

Accepted i2c-tools 4.1-1 (source) into unstable

2018-12-04 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 Dec 2018 19:37:48 +
Source: i2c-tools
Binary: i2c-tools libi2c0 libi2c-dev python-smbus python3-smbus
Architecture: source
Version: 4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 i2c-tools  - heterogeneous set of I2C tools for Linux
 libi2c-dev - userspace I2C programming library development files
 libi2c0- userspace I2C programming library
 python-smbus - Python bindings for Linux SMBus access through i2c-dev
 python3-smbus - Python 3 bindings for Linux SMBus access through i2c-dev
Changes:
 i2c-tools (4.1-1) unstable; urgency=medium
 .
   * New upstream version:
 - Drop debian/patches/03-sysfs-buffer-overflow.diff (upstreamed).
 - Update debian/copyright to reflect that the library is now released
   under LGPL version 2.1 or later.
   * Drop X-Python-Version and X-Python3-Version fields.
   * Bump Standards-Version to 4.2.1.
   * Set Rules-Requires-Root: no.
Checksums-Sha1:
 6b790fe420f4d40df0388668cafa6ad86a23238d 2016 i2c-tools_4.1-1.dsc
 d383d1ae86bd695b505dd1251ac399e3cdc1b05f 83576 i2c-tools_4.1.orig.tar.xz
 4c8382e022cb48e8b11d60bc44891106de36e9ae 7524 i2c-tools_4.1-1.debian.tar.xz
 88d62179aa1f07589cf6ecbe9105fdf11546a511 6510 i2c-tools_4.1-1_source.buildinfo
Checksums-Sha256:
 ad98f4e716ee5725b3fdcb73023ffc7a27a06df3de92968de3e3bb5b2f7f39d3 2016 
i2c-tools_4.1-1.dsc
 57b219efd183795bd545dd5a60d9eabbe9dcb6f8fb92bc7ba2122b87f98527d5 83576 
i2c-tools_4.1.orig.tar.xz
 8e3156a3267fdbc3c9de2fe255b93e5ef368e436cf93c527356022f683f5c892 7524 
i2c-tools_4.1-1.debian.tar.xz
 a5b1f67d0de452d8e8f39c42453ec02764a39f5aa9f73e394547456b9d074879 6510 
i2c-tools_4.1-1_source.buildinfo
Files:
 cf540ceb497b9d9e1ea986879dc2d558 2016 utils optional i2c-tools_4.1-1.dsc
 e2981debb4a822a279be7e45a0ede988 83576 utils optional i2c-tools_4.1.orig.tar.xz
 0d66cd7310bc4b2273c799c2ebcda3fa 7524 utils optional 
i2c-tools_4.1-1.debian.tar.xz
 089bd9fc8d74ed9c91a25a23fc3071c6 6510 utils optional 
i2c-tools_4.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwG2GcACgkQE4jA+Jno
M2srUBAAgSKluUmIx3Ky3kILdfraQYo/3+zwdbAb5cyv6vh12Vbby3MLVQaqwVRb
8iK3m8dT7/YoDJ8+LmDRjqrjRTC2CxnKlfInUlQ0B8Nf0TodIrRgXx64NQI8xP5F
0EedRVNDxMhrSf0e/V1ucVck+pkOPc+Ka3VZ3OzEeJd1O8r9AKA00/S5T3cgkBCL
Dcb+78dnKbVAm415eZgdz3bqVenseb4CHQnjzoQKO7dhpUitK6JA1n4AW7SWRa/v
gtyuMXNC7DZC4GXjrK6RIcGPMbWf11Ngdvi8N8+Rdd7iwVkXN6NImnfWxXHuZ3Pr
5X2r0nt+KV7VxMIg0yAoLgBaMWqGHono3G1wc9oo+sbk5pHwnYuLmOZubOxoNlLj
KRr5stYSHRhMDFHahwKX+3bgBHeckSxuT4ZnwoQb4Q9KTYURCDfH8SolI2Vq/CPp
Qw1CNPFlSqBZes1QKfOfG0FzVKernn4cWYYyr5yRoBwVNnNq4Mr7TNQv8eKgtMpe
o1o26VpcrR3uqcEnXAkLHWWwjQOiu2lDSWWrqaLXLGJ83Lc05Lh9pN/6dsNbzZ4b
QCu6FYjZbcHZR/vJg/By860HF6jpiqGywIY/yLE0rsuAuqNyySvCwDbZkj8CslfJ
/sdKGDi/o1nfRPLO+U8KYnZPEuB2DV3aHl+N2JwO3XF1SysbTwg=
=bIEz
-END PGP SIGNATURE-



Accepted glibc-doc-reference 2.28-1 (source) into unstable

2018-12-04 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 Dec 2018 20:43:41 +0100
Source: glibc-doc-reference
Binary: glibc-doc-reference
Architecture: source
Version: 2.28-1
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc-reference - GNU C Library: Documentation
Changes:
 glibc-doc-reference (2.28-1) unstable; urgency=medium
 .
   * New upstream version.
   * Set Rules-Requires-Root: no.
   * Update to standards-version 4.2.1.
Checksums-Sha1:
 bc3d3c3b3e36823bfe0c3f2abfa7144a4d60e352 2119 glibc-doc-reference_2.28-1.dsc
 09e0b4f1a2e05850db254760ade8a6d207f4924c 721976 
glibc-doc-reference_2.28.orig.tar.xz
 11efe5587d5f69bc9a921601bcf7bec59fb1553c 5496 
glibc-doc-reference_2.28-1.debian.tar.xz
 5dce49f8d1dfeb3633c898fe85d2c7ba0e1f3625 5036 
glibc-doc-reference_2.28-1_source.buildinfo
Checksums-Sha256:
 0bb2c49efcdf7318368ea5188268fb40097b8b555115539dc52115950ba9fea4 2119 
glibc-doc-reference_2.28-1.dsc
 dbd802744892732943a665a38ac026ccbd67fa63217d0f527c8129570318a507 721976 
glibc-doc-reference_2.28.orig.tar.xz
 0aedfd9f2a715df5eaa2bcfc4c61f1f69de6dbcaac95c08cc91af57ad17f84e9 5496 
glibc-doc-reference_2.28-1.debian.tar.xz
 ff5a13edc2af956bdcb779553f346298fb862ba62458031ad76c9f5fb30a2988 5036 
glibc-doc-reference_2.28-1_source.buildinfo
Files:
 f50afc5a392649b91ba147e347b94ec9 2119 non-free/doc optional 
glibc-doc-reference_2.28-1.dsc
 6a64f5ad4686220ef4fe4c8971c43179 721976 non-free/doc optional 
glibc-doc-reference_2.28.orig.tar.xz
 0d56c3a6524a2d920fa67b449bf102b5 5496 non-free/doc optional 
glibc-doc-reference_2.28-1.debian.tar.xz
 49c6a70f31e17a2030bc0f306bff10ba 5036 non-free/doc optional 
glibc-doc-reference_2.28-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwG2TAACgkQE4jA+Jno
M2uBhQ//RCs1tvuPohbh97pZ9AXuMOceVk1PSuPvJQrOOV7IwKPSG12zs33v6K8P
F1z/SaAVwhhrQgP6kxvAGXi8zLB3tIk/lnoH1eqqKMNMZ2K0pvGHADSoBADXL8j+
4vWtDcSYmNQ8Uhacc61G0qmghQjHzEavxEjZlGMEsPM+IguamoYwSN56Afq9m/m5
flZ2LxhJeWLHGrkE10Paf7qBw4lyIcsCPGs404nwnsqhqU1CD8GoZ9VSjHEb/MsX
ZdbDI6tlguJIz0UQzig4cSXaubPjKyKgVO9Gpl0taQz/odWtUprMBAJWIsOvhXht
HUJcVAPRM79k+C/hYJtN6XMbNXMbky9q5oSEiJ5qTRJfpYs/yH5/ZEo8VxtzNTf2
reOUogbgSxLjs1hw4cOmqAbJL0KMwoNuOim8H2QoqfxF9KD0jlxuox6T124ezyoT
tdMhmeGLws9cdEVBlT5syiG16VFB2QafSAMF+dB6b+VQbTsuhwUJvNBc/LwyA4PI
IRIBw7QnrHR69QzYtaFM8ONGTFmrtQIj6lX0gp3QNml+Hb+SEbdd4quznsFZ2/vQ
Y95SAA/AM/zwLzc+TwD9WjV5aN0q46Esd1dgrRHHD4Q74zPWqYDc4JYZ0y10QEmz
LJKhKxUnWxhF0vGK8WWWmhqtTkvFCS0t5kxWRQBvE3ISSgAh4oE=
=HaT3
-END PGP SIGNATURE-



Accepted glibc 2.28-1 (source) into unstable

2018-11-28 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 28 Nov 2018 23:42:08 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.28-1
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 914837
Changes:
 glibc (2.28-1) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * patches/hurd-i386/git-fcntl64.diff: Fix tst-utmp* tests.
   * debian/patches/hurd-i386/tg-WRLCK-upgrade.diff: Refresh.
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
 - Fix a file descriptor leak in if_nametoindex() (CVE-2018-19591).
   Closes: #914837.
   * debian/control.in/main: Update Vcs-Git to point to the default branch.
Checksums-Sha1

Accepted cfitsio 3.450-3 (source) into unstable

2018-11-20 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Nov 2018 00:04:08 +0100
Source: cfitsio
Binary: libcfitsio7 libcfitsio-dev libcfitsio-bin libcfitsio-doc
Architecture: source
Version: 3.450-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 

Changed-By: Aurelien Jarno 
Description:
 libcfitsio-bin - CFITSIO based utilities
 libcfitsio-dev - library for I/O with FITS format data files (development 
files)
 libcfitsio-doc - documentation for CFITSIO
 libcfitsio7 - shared library for I/O with FITS format data files
Closes: 914176
Changes:
 cfitsio (3.450-3) unstable; urgency=medium
 .
   * debian/rules: call hevea with relative paths to avoid capturing the
 build path in the generated documentation. Thanks to Chris Lamb for
 the hint (Closes: #914176).
Checksums-Sha1:
 70de2d6583beb9b36cccaab869d656b1b73db583 2335 cfitsio_3.450-3.dsc
 1e85fbd997bbe401bccbc2ee7acbf2f8d758cc6e 20220 cfitsio_3.450-3.debian.tar.xz
 61ee04609cf95d15a24c4571e276ceff6f6b 5134 cfitsio_3.450-3_source.buildinfo
Checksums-Sha256:
 1933028413e55a2af7937ed06252c8e3d725dc13fe628cc88da535c979f416c4 2335 
cfitsio_3.450-3.dsc
 fb6d9a98a65705932afbdb922ea5940b0bd9c5af7508e47e1ede07ac5101bc85 20220 
cfitsio_3.450-3.debian.tar.xz
 b278b0c96402a7a56b2699919ccaf9d9bce511cd14dc0dc73ce2918e632d7f35 5134 
cfitsio_3.450-3_source.buildinfo
Files:
 847d5155ab48e41c317e1cb6f7752f7c 2335 devel optional cfitsio_3.450-3.dsc
 ec473838fb4e519b4d265ee13ae7ef78 20220 devel optional 
cfitsio_3.450-3.debian.tar.xz
 f44910a1a9f314328697ebaffc7bcc5b 5134 devel optional 
cfitsio_3.450-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlv0kwMACgkQE4jA+Jno
M2so/A/+MVX63Z+jGvzE2Eav8xhg0tCn3xaN38FpL6kTSFwKRQd2Q8wAeTpG8UZi
0uExbT7qu+azi7XuVrE7Yg2ChhaVbAIxH4mGebk0Xioxaa+TLIqfJEVD5mnx4UJR
qVLF6TgHep8XD19GwV2bPjg9PIWJSc4kS0K6j+U1bRWivikLbqFcXZHyhfpRc6Dj
WpQ++zVNe5Kh4YZBFjwktbshkZHJWIGay23A7j0AoiT2awHOEh2dYvr27GjiMqJ2
Z4OfHclKg7HNRwkZI35ygpMA1JYROsGxkEwvYGMvdv5WshxJe2LOdYaI9V6mNc4i
NgJeL8kdANL/CEK4ZmzVANAdwqfJdSg4fIsZGXFz7dabG/vOn8hYqfumNsg2b7xe
JGeWxmFgzDYiJ6ah9QeDNPzA58ApWO5EJ2y2k6SIcw6pGY2Ihqefv8wueKRu8k50
hUb7SFrIJvcmu0QPEt9ywtEHAj5J4vPDEtC2aWEXCnSh5XcdNE3tPscacy9SZEUS
P3IneCIPnvqSQgKIv7lXsFK7Bg+l6OfbAI0k41VLGjRtgy7cFDd4/EVvYfYZz6O0
Z6snFMBJZtnQVO0o0GfADzqEAQnULEAnfhS7A6akRanTcp4xirZ4SdcdV93qkFm8
1eRUPj+PH4AfwJT7dIa6LT12qloV9UIEy63yVs1QA3L5vg3cnS0=
=Plrp
-END PGP SIGNATURE-



Accepted glibc 2.28-0experimental1 (source) into experimental

2018-11-12 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 12 Nov 2018 21:54:56 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.28-0experimental1
Distribution: experimental
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Changes:
 glibc (2.28-0experimental1) experimental; urgency=medium
 .
   [ Aurelien Jarno ]
   * debian/control.in/main: Update Vcs-Git to point to the 2.28 branch.
   * debian/testsuite-xfail-debian.mk: Allow nptl/tst-signal6 to fail on armhf.
 The failure is due to a kernel bug when building armhf on an ARM64
 machine.
   * debian/testsuite-xfail-debian.mk: Allow math/test-ildouble-fma and
 math/test-ldouble-fma to fail on powerpc, ppc64, ppc64el. This is a known
 bug and not a regression

Accepted glibc 2.28-0experimental0 (source) into experimental

2018-10-29 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Oct 2018 00:11:37 +0100
Source: glibc
Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales 
locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic 
libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc 
libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 
libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 
libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67
Architecture: source
Version: 2.28-0experimental0
Distribution: experimental
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc-bin   - GNU C Library: Binaries
 libc-dev-bin - GNU C Library: Development binaries
 libc-l10n  - GNU C Library: localization files
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: detached debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: detached debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - GNU C Library: Shared libraries [Xen version]
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: detached debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries
 libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64
 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64
 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries
 libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-x32  - GNU C Library: X32 ABI Shared libraries for AMD64
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: detached debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 multiarch-support - Transitional package to ensure multiarch compatibility
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 292550
Changes:
 glibc (2.28-0experimental0) experimental; urgency=medium
 .
   [ Aurelien Jarno ]
   * New upstream release:
 - Fix undefined behaviour in regexec.  Closes: #292550.
 - debian/control: regenerate.
 - debian/symbols.wildcard: update for 2.28.
 - debian/debhelper.in/libc-dev{,-alt}.install: do not install
   libpthread_nonshared.a.
 - debian/patches/git-updates.diff: update from upstream stable branch.
 - debian/patches/localedata/locale-ku_TR.diff: rebased

Accepted tzdata 2018g-1 (source) into unstable

2018-10-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Oct 2018 15:14:23 +0200
Source: tzdata
Binary: tzdata
Architecture: source
Version: 2018g-1
Distribution: unstable
Urgency: high
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 tzdata - time zone and daylight-saving time data
Changes:
 tzdata (2018g-1) unstable; urgency=high
 .
   * New upstream version, affecting the following future timestamp:
 - Morocco switches to permanent +01 on 2018-10-27.
   * Urgency set to high as the change will happen the next hours.
Checksums-Sha1:
 40e0847a48330c86092660312a8bcd141aed47a6 2232 tzdata_2018g-1.dsc
 05824697e0ef77ce28f84c76e79c21984916bbe8 366408 tzdata_2018g.orig.tar.gz
 c4fa8c55314a4e4dcfca2401bb4d3c3631ee 833 tzdata_2018g.orig.tar.gz.asc
 9195bd6bd1f1aa2a70cd68a95befc33c3e837fcc 104244 tzdata_2018g-1.debian.tar.xz
 f7f011a6c59a6c2e50268382a66195cb55bd72a0 5447 tzdata_2018g-1_source.buildinfo
Checksums-Sha256:
 e1e3229f7a2778c6df59ebb55f3a4cb0685ac0d22b26a53c949d30ba5ddeba82 2232 
tzdata_2018g-1.dsc
 02dfde534872f6513ae4553a3388fdae579441e31b862ea99170dfc447f46a16 366408 
tzdata_2018g.orig.tar.gz
 217e2e114b68ae54a14b23280a50922b3983d7e8819eb62dfe29cd7136a1c848 833 
tzdata_2018g.orig.tar.gz.asc
 0e7f27a3533c21864e91da4c70c20ca6a4d4755c51ffd077cdfeae71bc60d181 104244 
tzdata_2018g-1.debian.tar.xz
 2daf84dc43d05736c4b73021fee337d2ff0f2dcdea571f30659c40f676bb344a 5447 
tzdata_2018g-1_source.buildinfo
Files:
 11d877164a2cb6eb9424fa2810d0f919 2232 localization required tzdata_2018g-1.dsc
 e71cb1f9d8d53c43904d79d7aeeedc1b 366408 localization required 
tzdata_2018g.orig.tar.gz
 9c81190f5b4ebb4c4c21218d0f9d6257 833 localization required 
tzdata_2018g.orig.tar.gz.asc
 2682574c71b8c158841090fbbda5c1b9 104244 localization required 
tzdata_2018g-1.debian.tar.xz
 2045bf9d74301f37a461cbd1e7fac2c4 5447 localization required 
tzdata_2018g-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlvUZagACgkQE4jA+Jno
M2ubhg//bcbcyPbxHIoTxWhA0vnD9gF/+zmehBJfCCU1N3nGk2RzLKwS6z78h8Cf
ldwMt5RYW84QpVwG3W8dqkAb1nQrVVUEGkK7GL/lK2/b+lUapQpIVUULSpUW5ex3
blY8ExdRdnVe7w2geJE+5NWKglUfD74gDTBcZiWo1SnQCO1wZhRoSDD9HdPwFdK3
DJCd85Zhg/sjvqhpRNsGHkxsnvnJCEpG8wvD+wnlTJivtkXAdEAMV34gexS92KJ0
YpuWRlf8H7Ju6L6PcJ+Q3/7jDkRivEFWx2eMrU1cQt6X5noO3X1hSV0Ggzzvuk9B
Lah8KPYqWytgNBTXGIzb+2lEcXK7hzveBJWs3gqCNCyZwpt0ibe+I581xMiT2NcP
J31Wpz+TgctjrEvt82phZP7zYBW3rXS4lKeqaZ5F84eL0CDCoEnI6EMLDEHzPoJR
bSz8GMYnfCPED0oB7sd2pB/MUohm/WBNXlzuJUTxP1tKeGRNwCM78WTQw4aoZweV
IVAxwC5KISDDLj/O0r7hTl4AJEi7Tx+5bcJ6fvXCtKPkPTOJo2D2FgfB/89NJWh2
Rid0b/jc9ZT/neWsnkL8s/qz73SAhifvPxuglHjYdahpzysa38/AIiUH9duNPiGr
7JTjVtsLnxuq3+uTywVWGl+lOP2SOQsrPgxvxEUh10VGjDLkwQI=
=qd4V
-END PGP SIGNATURE-



Accepted tzdata 2018f-1 (source) into unstable

2018-10-18 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 18 Oct 2018 20:22:56 +0200
Source: tzdata
Binary: tzdata
Architecture: source
Version: 2018f-1
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno 
Description:
 tzdata - time zone and daylight-saving time data
Closes: 903425
Changes:
 tzdata (2018f-1) unstable; urgency=medium
 .
   * New upstream version, affecting the following future timestamp:
 - Volgograd moves from +03 to +04 on 2018-10-28.
 - Fiji ends DST 2019-01-13, not 2019-01-20.
 - Most of Chile changes DST dates, effective 2019-04-06.
   * Update French debconf translation, by Baptiste Jammet.  Closes:
 #903425.
   * Drop debian/source/options.
   * Set Rules-Requires-Root: no.
   * debian/control: Update Standards-Version to 4.2.1.
Checksums-Sha1:
 0d7bf02cbc5460646a4bf6f949e80526af002e71 2232 tzdata_2018f-1.dsc
 8b30b7fe40d348db9b5acc4ed2245f96265039ee 366046 tzdata_2018f.orig.tar.gz
 728de63c939719eea942532bd2b48082cf6c7cd5 833 tzdata_2018f.orig.tar.gz.asc
 7308dd415df1e688d1eb86f13e468bc2bb7d28c4 104272 tzdata_2018f-1.debian.tar.xz
 fb024d102963dd0b0848bc0b7aabc2924c1c1f2d 5084 tzdata_2018f-1_source.buildinfo
Checksums-Sha256:
 419bd69de494c1623a28dc08f19f5522e4b9ad438011b19db44663fdfa409ec7 2232 
tzdata_2018f-1.dsc
 0af6a85fc4ea95832f76524f35696a61abb3992fd3f8db33e5a1f95653e043f2 366046 
tzdata_2018f.orig.tar.gz
 900df09726a179086af29ecaa996158cc8df9cf0f616868ac12fad6028ba1a2d 833 
tzdata_2018f.orig.tar.gz.asc
 bb2afe68d1d4eaac15c06f19ba9ee05e3625c88caee358814e31ab54bdd96983 104272 
tzdata_2018f-1.debian.tar.xz
 0986021b2500b224fc7ac21013b865ccf6390f0ad5f5d9856f458dd78619434e 5084 
tzdata_2018f-1_source.buildinfo
Files:
 6c4ee9cf034bee8549c57e18436d9e59 2232 localization required tzdata_2018f-1.dsc
 e5e84f00f9d18bd6ebc8b1affec91b15 366046 localization required 
tzdata_2018f.orig.tar.gz
 3092b7538aaa9cff474cf93f18646d4e 833 localization required 
tzdata_2018f.orig.tar.gz.asc
 51dce086fe0d4b270fb77b23a83575e9 104272 localization required 
tzdata_2018f-1.debian.tar.xz
 88f808503dc67946e4b0323d1c4be34a 5084 localization required 
tzdata_2018f-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlvIz9UACgkQE4jA+Jno
M2uPBg/+OgjBUSTf+9GBmkTtAxEtbHcb07DusSFxJyhXJk+USd6xdPxe1KPBd2zE
5WXrFYQJU9Ol1tuL+42bVC3bZVRcP51Cf0N4Fz+SvTdOOVAkNahRM8Cr2BfQSk8k
Fo8XUZNfqMureopW9X4HWdCQ7CEwniT/JYQLu4VtvGZr9NJS8gsMaki660Hlow7b
odw7rZOCL5kWv//EFbpbqdM3CH4JCCSPne2pMnpmhGKHbWmJw/69nC4q1JrMxmPt
/+fP+4iVlDeCrk6QxO3FAeKE4c0duptSpHHUScWmBkrzpaTFT5VyHlqOTPczrSi8
wouhc+IiaKaBKWxQXRTx/p7V85hdLyDY4L4XUCXkTI+tPZZhURfcy8pW0Xfe9x/E
4ybCkuE6QrYUyo4kWnFteL7HM5dhm+c3T7CCda5dngZlKgfWrf9j9X/ANWEi/Jz5
U7nJANK0tXzKQT3oBPU/Dla8cYNJ3O2NE/BAtxeTS+CtW/qhzXVyE7wdBzAmf4k4
0CjP/h3tVVtmkCymQc6VLu+AH3ZRKeVasYscjV5B2QPsLMBPmDONlTUMyCfevV6l
UGD2SdUM6yg3lkJP4Y9DAkDsb/xIt2XYbbvBz+jGWRHFzA9c6zGYVtZevKcxtqcE
yuSBGEhtxm/0LyUnIiI1dNpWJ8svmsFZWOvGpwIvB8vK5G5f+/k=
=yrv9
-END PGP SIGNATURE-



Accepted cfitsio 3.450-2 (source) into unstable

2018-10-06 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 06 Oct 2018 12:17:19 +0200
Source: cfitsio
Binary: libcfitsio7 libcfitsio-dev libcfitsio-bin libcfitsio-doc
Architecture: source
Version: 3.450-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 

Changed-By: Aurelien Jarno 
Description:
 libcfitsio-bin - CFITSIO based utilities
 libcfitsio-dev - library for I/O with FITS format data files (development 
files)
 libcfitsio-doc - documentation for CFITSIO
 libcfitsio7 - shared library for I/O with FITS format data files
Changes:
 cfitsio (3.450-2) unstable; urgency=medium
 .
   * Upload to unstable.
   * Upgrade Standard-Version to 4.2.1 (no changes).
Checksums-Sha1:
 c56477ef59138f162eb3648ec8f08556c23b64a2 2335 cfitsio_3.450-2.dsc
 cad4b5c996aaf652af749a8aa3483372f6025b15 20132 cfitsio_3.450-2.debian.tar.xz
 cfccfdc9412b640f8d3651b2cf42e7207294927a 5136 cfitsio_3.450-2_source.buildinfo
Checksums-Sha256:
 32b485940b7cd8601abc0371e89b3e9fea9b23ad4da96cf5b01c6829149a9092 2335 
cfitsio_3.450-2.dsc
 79bb9e57bec15880ee44cf4d3e638c69689ff0cb88cc277b67fc6d5f5a377cf4 20132 
cfitsio_3.450-2.debian.tar.xz
 cf9834e3f1394934bfe16b5d60718faad35758b213cc459565cd5322cabb8da6 5136 
cfitsio_3.450-2_source.buildinfo
Files:
 1d7c7964077ad12a59ee87cb1d23c2ec 2335 devel optional cfitsio_3.450-2.dsc
 5fb79901760cc2b7809043da18ea0630 20132 devel optional 
cfitsio_3.450-2.debian.tar.xz
 a8c5cceffe86538ba3f86102b669af2b 5136 devel optional 
cfitsio_3.450-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlu4jBQACgkQE4jA+Jno
M2u20w/+JuccQ7bgEyCPxo+XyFP7RcCyTqB9S1AXsd1/WeLLKLTawSm5V7Eioxn4
/jqLhAkNwIsCOkGXaIcRlM3itAaCE+xbOifixGrLt6NE8Epdj1vafg4NvZ24CnrG
3mGX6aG7rFg0S+a40Zq8SaUDwm8zheDkYddj+pwUirF27ZPdlhQ6MhxtnarvViwT
i4Dz2JHkDL4JTA/6pfIzb8+f2ki/azxtk/mxc73vx4mlfScgfpxuDr8IjcavFDm6
sYgQj6Kfgil7BAyk8oPo32c1OmJySEnCjZesDnq5huQtY6LgiHfJtNzNgHuQlPdA
15w7P1xOzLzXi5ZxZVoIL7Fw01G7XI99e/6AW50cvjxKUjC175UvOyV14WJPo2Bf
WhKWPXouy807x0wQzPyMjo3VJ+n4oki7UjkVk05bax0TG6LHE/VIU0Sx9SCDfiBg
yn/14yPG5FKPS81+g/LGHjzkIgetAmmCLDQRSLKveRNci7arnbvv6/9YUMH8gerV
Ka4TWaIG+Mb4F7M/4DQdbw8baBmaR3w03EivfFR0RsxxfPBv6x4aE4XVzC/PjNAj
O+bBfsqvF/UD5T1xOjpM7avcODj4NXufaz6ZnMl3cNpKWkl8nao92krfgXQ77IwN
iKsVpTGLhPavyGgVfXDp0x+bCx82yjHVVTNpYV5sX91O2wm56Tk=
=wy1u
-END PGP SIGNATURE-



Re: Re-evaluating architecture inclusion in unstable/experimental

2018-09-04 Thread Aurelien Jarno
Hi,

With my debian-ports hat on, let me answer the parts related to that.

First of all as a reminder, debian-ports was originally just there to
help bootstrapping an architecture and prove it meets the ftpmasters
criteria to become an official architecture. It has been used that way
for example for armel, armhf, arm64, kfreebsd-amd64, kfreebsd-i386 and
s390x.

On 2018-09-02 15:21, Samuel Thibault wrote:
> Hello,
> 
> Luke W Faraone, le lun. 27 août 2018 00:33:58 -0700, a ecrit:
> > So, in the first instance, would you like to continue being part of
> > unstable/experimental?
> 
> Well, I can simply point at what we said last time (IIRC) the question
> was raised, here are the importants point we see in being on debian
> instead of debian-ports:
> 
> https://lists.debian.org/debian-devel/2015/05/msg00070.html
> 
> 
> Samuel Thibault wrote for the debian-hurd team:
> > * Appearing on packages' and maintainers' PTS
> > pages like http://buildd.debian.org/bash and
> > https://buildd.debian.org/sthiba...@debian.org
> 
> This has been changed since then: debian-ports architectures show up
> there.

Yes both instances have been merged during Debconf 15.
 
> > * Getting binNMUs from d-release transitions
> 
> I believe this is also now done for debian-ports architectures? This
> really saves a lot of duplicate work for porters.

For what I understand the release team schedule binNMUs on all
architectures that have the necessary packages built. As long as the
architecture is not lagging that should therefore be the case.

> > * Appearing on http://release.debian.org/transitions/ and
> > https://qa.debian.org/dose/debcheck/unstable_main/index.html
> > We're fine with d-release not looking at the hurd column. But *we*
> > however do look at it, and would be sad to completely lose that. It
> > could be in a completely separate page or column, that would not pose
> > problem.
> 
> I don't know if we have this for debian-ports?

debian-ports is only about hosting the archive, so we do not have that.
I guess that would need to be added the same way as for the buildd.d.o
merge.

[...]

> > Whilst you may be happy to continue the work of maintaining the port
> > regardless, don't forget that excess or otherwise unnecessary
> > architectures involve a shared maintenance burden as well as incurring
> > non-trivial requirements on mirror/Debian resources.
> 
> Concerning mirroring, it is indeed useless to mirror hurd-i386
> worldwide. Considering maintenance burden, I'm a bit afraid of here
> simply moving the load from the ftpmaster team to the debian-ports
> ftpmaster team. I don't know the details, so can't say, I'm just Cc-ing
> both teams.

I agree for the mirroring part, that's why there are very few
debian-ports mirrors (the original plan was even to have none of them)
and that it is served through the deb.debian.org CDN.

Besides that mirroring aspect, I agree moving an architecture from
the official to the debian-ports archive is just moving the load to a
different set of Debian person and different set of Debian hardware.

Regards,
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Accepted confuse 3.2.2+dfsg-1 (source) into unstable

2018-08-19 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Aug 2018 20:02:04 +0200
Source: confuse
Binary: libconfuse2 libconfuse-common libconfuse-dev libconfuse-doc
Architecture: source
Version: 3.2.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 libconfuse-common - Common files for libConfuse
 libconfuse-dev - Development files for libConfuse
 libconfuse-doc - Documentation for libConfuse
 libconfuse2 - Library for parsing configuration files
Changes:
 confuse (3.2.2+dfsg-1) unstable; urgency=medium
 .
   * New upstream version:
 - Drop debian/patches/CVE-2018-14447.patch.
   * Set Rules-Requires-Root: no.
   * Add autopkgtests.
Checksums-Sha1:
 f17d571741b317a44e979978064f51f994832a5b 2074 confuse_3.2.2+dfsg-1.dsc
 5643426f8566fc0c6c392448c924772338eafc46 367956 confuse_3.2.2+dfsg.orig.tar.xz
 1c7d91d2aa423d03b2ebc1cb8a59ad96e6e7523d 5200 
confuse_3.2.2+dfsg-1.debian.tar.xz
 8db999ea2435803050ee756d773bd2f168ba7edd 5193 
confuse_3.2.2+dfsg-1_source.buildinfo
Checksums-Sha256:
 34f1f891d45e3e8041d057a9ce35254fb8fc9226786ebca0c34c5929d653b909 2074 
confuse_3.2.2+dfsg-1.dsc
 a48e4dbecba8a1391934f00ffa8e89d8afb3c76537fef53ad973e09dde40405e 367956 
confuse_3.2.2+dfsg.orig.tar.xz
 0d9b5018be919edb15d84c6f17134f58e8e95da2cb73422807362072ceda2fd8 5200 
confuse_3.2.2+dfsg-1.debian.tar.xz
 e555a5137fda351819bd7ae1aa02297b7d3cb0e7a7c8eee5616114e9539f36b0 5193 
confuse_3.2.2+dfsg-1_source.buildinfo
Files:
 e63958f2bb1c170cd1c0fc916c1b9d67 2074 libs optional confuse_3.2.2+dfsg-1.dsc
 d802351d46ecf7fcd933fac8cdac3e7e 367956 libs optional 
confuse_3.2.2+dfsg.orig.tar.xz
 bccfad1baad6f1fa6bf6acbda227476f 5200 libs optional 
confuse_3.2.2+dfsg-1.debian.tar.xz
 7f7b0485d7405f86643f72005854bb46 5193 libs optional 
confuse_3.2.2+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlt5sKkACgkQE4jA+Jno
M2tmUg//e9Oxr0MQxx3dDZNALiSrLnfQqUrrxz7v6UW2ceG1bxPlxKtjoUMahH5h
9RJHsJGuDsiFPas8JJtKQzO6mfMeqtOIqbLGFKBbyzMKjuRsZ8/QbM5qs8YtxWha
lz1IaIu0AroQwJQRIYtrNAI/Xc/uG06gMfxBzmmC6H9YaEvY+pzRxa50UQ0dcB1L
EilGbuX0mnn18kQ9sD7EW5JT/HVUP735uonsP6hrtNkCCKq9PvEWeEqKJMyGI7X9
6/oeG14/qKKVrm5Nt4n6iqwiRvbhsPf9f7oHjEkzj3RmEoVkKkCHtVpI/iENPsDl
KZceZucHtmwmGx+88JX7R3FB4I1QeTRScmiZbmzxa4P0S6WRoo4j1d+T0mGq/5f+
U1E/ZdEiVgFC3FI7r23tmN5Ws7rhrW7ySJ5+6G0LzmqcMAErKQv7XXpooCWCQz9H
NurQjNgTU7Mlnx8wgsJ7OoJWhZogkjlaWTvX3qLoM8CtXPJ8ZgHaL5mDAK/HMWx7
oZ5J2kKiCc0oErL6mNuFqDsogIehdTksL38cqfULssh189qa+LBfR2XXKw3ZBGWa
OChOgFcR+RZHuICxrvb9KY7rQ9YxfTEN1og5utS/xyAurw2qKHyTlrOtEhDpZR0H
ALP6NyBk7v05U1KHbVfaOqEB4MIJ42esb4FbqJYoUT478tnzLBc=
=Qo9o
-END PGP SIGNATURE-



Accepted confuse 3.2.1+dfsg-5 (source) into unstable

2018-08-12 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 12 Aug 2018 11:51:32 +0200
Source: confuse
Binary: libconfuse2 libconfuse-common libconfuse-dev libconfuse-doc
Architecture: source
Version: 3.2.1+dfsg-5
Distribution: unstable
Urgency: high
Maintainer: Aurelien Jarno 
Changed-By: Aurelien Jarno 
Description:
 libconfuse-common - Common files for libConfuse
 libconfuse-dev - Development files for libConfuse
 libconfuse-doc - Documentation for libConfuse
 libconfuse2 - Library for parsing configuration files
Closes: 904159
Changes:
 confuse (3.2.1+dfsg-5) unstable; urgency=high
 .
   * Add debian/patches/CVE-2018-14447.patch from upstream to fix
 an out of bound read in trim_whitespace (CVE-2018-14447).  Closes:
 #904159.
   * Set the urgency to high due to the security issue.
   * Bumped Standards-Version to 4.2.0 (no changes).
Checksums-Sha1:
 a1eceecd7b32861da6831748814f9e33f0716af9 2003 confuse_3.2.1+dfsg-5.dsc
 68666ec3426821fed5d82c443136bee84b2b8b80 4896 
confuse_3.2.1+dfsg-5.debian.tar.xz
 ca8c949f88beddbb1f4c3f3f6b90b16b644d8b77 5193 
confuse_3.2.1+dfsg-5_source.buildinfo
Checksums-Sha256:
 197019c3a7cd53fcb914be92fe4caffb128eb2ccab3b3150abc4b99eaf4fb3dd 2003 
confuse_3.2.1+dfsg-5.dsc
 8b5b0192bbbe775f5e92bc618ad455674c519102d7ad6135f3a0e1ef7a796f1b 4896 
confuse_3.2.1+dfsg-5.debian.tar.xz
 4d64d33a73136f9b64992bd9cbb14b2c92801aa8004bb5ebcf5cc870ba0f5ffb 5193 
confuse_3.2.1+dfsg-5_source.buildinfo
Files:
 b37541dbc262b5315c47f469cc98f323 2003 libs optional confuse_3.2.1+dfsg-5.dsc
 deee6474346c2c7cbe2b2449f32138ae 4896 libs optional 
confuse_3.2.1+dfsg-5.debian.tar.xz
 d62a08da21a221e3defda58cd5df9bf7 5193 libs optional 
confuse_3.2.1+dfsg-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAltwAzwACgkQE4jA+Jno
M2vgBw/+KJqSPUxrPcMMbYc1tq/snbQ72NwM4Y0G7ZeqzRAkiUfxhX4k0CWA1ZVp
FYk/ytDm46JanyTCb4c8mx7hsrArIOPl9PkuFj/LJfQds6lwmSNXH5YsB9xtd+pk
i5Zup2l8Lb8Tofk5NjKtR42KXda2bpB/yIte5RI1AvxNxPyx4w2daztabLjLYuqI
78Zv3vzqkgh+RAodPFWDEnwUE8e0zFAM+x9l3PICAkafL8t+Fd0eJG0y/rISR6+k
ijLvOVvLwyjugAZrJ0iU3RO2l7juMawQt6J+v0YY8oOgcy28E48cLmrL9Oz+6/aA
EB6C3j2KrLgW7rrkCnDWzsbadS0QZSseTeiNdiP0Q0Jn0R8ggsKpw3Was98qvCAp
/hGOtcWMfwJrBcij5xJXBRSI7BCp4T/0t5DDAEBKkS2lrg3dQQMk5E2JuBm+MMYz
ZOBjC5l7TCp/VDmEczZlcsSKmfGfPOUOju2BdcOgSRYJzjVHktiOE3GFd1uHAUmp
l6lnVmzGu3uI87YDKs9VAyFGWdBiYqZG5BmHf/0vTpu++V7tlBPpCmVC21v4O8uN
qEsW5Wt334TZicVaJ06BvJ80DY2TietHNeKBcuCrg9QWOBsG2GhssetBxEUPdexf
396lOyOCZnadQDhZ3MrE/fopCO4n9SXrWTQkbb71F4AwjLHf4PM=
=8yYG
-END PGP SIGNATURE-



  1   2   3   4   5   6   7   8   9   10   >