Re: About i386 support

2024-05-21 Thread Samuel Thibault
Hello,

Tomas Pospisek, le mar. 21 mai 2024 17:22:47 +0200, a ecrit:
> > > Quoting Victor Gamper (2024-05-17 21:58:58)
> > > For i386 there is a severe lack of person-power. Do you want to start
> > > contributing your free-time for several years to come to d-i and
> > > other areas
> > > which are needed to keep i386 more alive for longer?
> 
> > On 18.05.24 03:15, r...@neoquasar.org wrote:
> >> That depends. What would be required of such a person? I also have
> >> several i386-class machines that run Debian (though only one that can
> >> run Debian 12).
> 
> On 18.05.24 15:16, Maite Gamper wrote:
> 
> > Whilst I can't for sure say how much free time I'll have, I'd like
> > to try and contribute. How would you get started with that?
> 
> There's somewhere a page that is showing how much of the archive is built by
> architecture. A search engine should help you finding that page. Pick the
> package that is furthest down the stack of package dependencies that is not
> building on i386.

It's probably not that easy to find.

The page I know about that would suit best would be the Build-Attempted
and Failed sections of:

https://buildd.debian.org/status/architecture.php?a=i386=sid

> Find out why. Fix the bug. Check if there's a bug report
> about the problem. Send a patch. If the maintainer doesn't have time then
> become a Debian Maintainer [or] Developer yourself, consult with the
> package's maintainers and upload fixed packages.

Yup

Samuel



Re: Re: Make /tmp/ a tmpfs and cleanup /var/tmp/ on a timer by default [was: Re: systemd: tmpfiles.d not cleaning /var/tmp by default]

2024-05-06 Thread Samuel Thibault
Barak A. Pearlmutter, le lun. 06 mai 2024 11:15:35 +0100, a ecrit:
> To me, the purpose of /var/tmp/ when I have my "user" hat on is: a
> place to put files I don't want backed up, particularly large ones,
> and which if I run out of disk space is a place to look for stuff to
> delete. it's not "a place to put files that the system might
> capriciously delete just because."

Definite +1 on this.

My /var/tmp has various "I want to get rid of this at some point"
temporary stuff, and I would be quite annoyed if it would disappear
unexpectedly.

> One compromise would be to enable the /var/tmp/ reaper by default only
> on new installations.

At the very least, yes.

Samuel



Re: time_t progress report

2024-03-24 Thread Samuel Thibault
Simon McVittie, le dim. 24 mars 2024 16:45:02 +, a ecrit:
> On Sun, 24 Mar 2024 at 13:09:02 +0100, Samuel Thibault wrote:
> > Simon McVittie, le dim. 24 mars 2024 11:59:50 +, a ecrit:
> > > For the specific example of pipewire, I've suggested temporarily
> > > dropping that feature from pipewire on the affected architectures
> > > <https://bugs.debian.org/1067558> which would get the rebuilds further
> > > along (particularly if it unblocks weston, which lots of packages use
> > > in their tests). There are various places where targeted changes like
> > > this can unblock a whole tree of dependencies.
> > 
> > Could we use build profiles for this? That'd avoid full uploads, and
> > document for architecture bootstrapping.
> 
> Only if a porter is willing to do a binary build with the relevant
> build profile on each of the affected architectures, and upload it as
> binary-only, after making a note to get it binNMU'd later. The official
> buildds for release architectures always build with no build profiles,
> and do not have any way (that I'm aware of) to vary this.
> 
> The porter-binary-upload approach is necessary for the actual bootstrap
> phase of the dependency stack, but doesn't seem to be scaling well in
> higher layers, because the number of porters is limited. I'd prefer
> to give porters the opportunity to work on more difficult issues where
> their architecture-specific knowledge is actually relevant, so I'm doing
> my best to unblock some of the dependency chains without having to block
> on porter uploads.

I understand these, but

- making sure that the Debian release eventually only contains
  non-profile builds should be relatively easy thanks to the buildinfo
  files (they currently only contain them in the DEB_BUILD_PROFILES
  environment variable, they could be added as proper field). We already
  track against packages built on non-buildd, we could track packages
  built with profiles.

- it's indeed better to avoid loading porters with this, notably because
  it'll be most often the same for a set of architectures. The buildd
  infrastructure could have an additional build-profile parameter that
  can be set on a binNMU, so that such temporary-profile binNMUs can be
  requested easily.

I'm not saying that this is trivial now, of course, but it seems to
me that it's not so far, and thus something we'd want to aim for
longterm-wise?

Samuel



Re: Re: time_t progress report

2024-03-24 Thread Samuel Thibault
Simon McVittie, le dim. 24 mars 2024 11:59:50 +, a ecrit:
> On Sun, 24 Mar 2024 at 12:56:52 +0500, Andrey Rakhmatullin wrote:
> > 2. FTBFSing packages (those that block further work, anyway)
> ...
> > An example of a currently existing obstacle of this kind is snapd-glib
> > (mainly because it blocks pipewire).
> 
> For the specific example of pipewire, I've suggested temporarily
> dropping that feature from pipewire on the affected architectures
>  which would get the rebuilds further
> along (particularly if it unblocks weston, which lots of packages use
> in their tests). There are various places where targeted changes like
> this can unblock a whole tree of dependencies.

Could we use build profiles for this? That'd avoid full uploads, and
document for architecture bootstrapping.

Samuel



Re: 64-bit time_t transition: cargo needs manual intervention

2024-03-13 Thread Samuel Thibault
Andrea Bolognani, le mer. 13 mars 2024 18:03:40 +0100, a ecrit:
> On Wed, Mar 13, 2024 at 12:34:55PM +0100, Samuel Thibault wrote:
> > Simon McVittie, le mer. 13 mars 2024 10:52:35 +, a ecrit:
> > > 2. i386 is 32-bit but has been excluded from the 64-bit time_t transition
> > >because its major purpose this decade is running legacy 32-bit 
> > > binaries,
> > >a purpose that would no longer be possible if it broke ABI
> > >- non-release architectures in the same category: hurd-i386 (I think)
> > 
> > We asked hurd-i386 to be there indeed, because we plan to have
> > hurd-amd64 replace hurd-i386 way before 2038 :)
> 
> Wouldn't it make sense to migrate hurd-i386 to 64-bit time_t
> regardless of the plans for hurd-amd64?

When seeing the pain that arm* suffer, I believe we made the right
choice.

> Contrary to linux-i386, it's not like there is a wealth of (possibly
> proprietary/binary-only) hurd-i386 software out there that we would
> benefit from remaining compatible with.

Sure, but the migration itself takes manpower, for no real benefit.

Samuel



Re: 64-bit time_t transition: cargo needs manual intervention

2024-03-13 Thread Samuel Thibault
Simon McVittie, le mer. 13 mars 2024 10:52:35 +, a ecrit:
> 2. i386 is 32-bit but has been excluded from the 64-bit time_t transition
>because its major purpose this decade is running legacy 32-bit binaries,
>a purpose that would no longer be possible if it broke ABI
>- non-release architectures in the same category: hurd-i386 (I think)

We asked hurd-i386 to be there indeed, because we plan to have
hurd-amd64 replace hurd-i386 way before 2038 :)

Samuel



Re: Q: uscan with GitHub

2022-09-19 Thread Samuel Thibault
julien.pu...@gmail.com, le lun. 19 sept. 2022 18:00:37 +0200, a ecrit:
> Le lundi 19 septembre 2022 à 20:50 +0900, Hideki Yamane a écrit :
> > 
> >  Recent changes in GitHub releases pages, I cannot check upstream
> > version with uscan. How do you deal with it?
> 
> It's not that recent ; here is a working example:
> 
> version=4
> opts="\
> dversionmangle=s/\+dfsg.*$//,\
> filenamemangle=s/.+\/[vV]?(\d\S+)\.tar\.gz/coq-$1\.tar\.gz/,\
> repack,repacksuffix=+dfsg,\
> " \
> https://github.com/coq/coq/tags .*/[vV]?(\d[^\s+]+)\.tar\.gz

That works for the tags page, but not for the releases page... The
problem is that the tags page only contains snapshots of the repository,
and not an autoconf-ed tarball. For instance since recently uscan cannot
get the correct tarballs from

https://github.com/brailcom/speechd/releases

Samuel



Re: packages expected to fail on some archs

2022-09-14 Thread Samuel Thibault
Guillem Jover, le mer. 14 sept. 2022 13:38:01 +0200, a ecrit:
> Something else to consider is that, for packages that make sense
> porting, deny-listing them from building means we do not have build
> failure logs, so deciding what to port or trying to check for patterns
> becomes more costly for humans,

Yes!

> of course at the cost of potentially throwing at it buildd resources.

Ports buildd maintainers can blacklist packages easily if they are seen
to hog buildd resources. That's easier for them to maintain than having
to get a package uploaded.

> we already had something similar with the Packages-arch-specific file,
> but my understanding is that we are moving away from it?

Yes we are because it's tedious to update.

Samuel



Re: packages expected to fail on some archs

2022-09-12 Thread Samuel Thibault
Tobias Frost, le lun. 12 sept. 2022 18:36:09 +0200, a ecrit:
> On Mon, Sep 12, 2022 at 05:11:46PM +0200, Samuel Thibault wrote:
> > Tobias Frost, le lun. 12 sept. 2022 16:08:08 +0200, a ecrit:
> > > The problem is that if you want to exclude an arch explicitly, you have to
> > > list all archs you want to build it on. IOW,  I'm missing an easy way to 
> > > say
> > > "not on THIS architecture", somthing like "[!armel]"
> > 
> > Yes, but see below.
> > 
> > > There are a few packages I take care of which make trouble on some archs 
> > > or
> > > simply do not make much sense to run on those low-end archs.
> > 
> > If they make trouble, I would say just let the package FTBFS there.
> 
> Well, it compiles there… Of course I could fail it artifically, but that
> isn't something I would say it would be appropiate.

That may still be more informative than hardcoding an Architecture list?
I happen to be doing that in sphinxbase actually:

https://salsa.debian.org/a11y-team/sphinxbase/-/blob/master/debian/rules#L30

> > > I was spending siginifant time in the past weeks on such a package, to fix
> > > autopkgtests issues specific to that arch -- unsuccessfully, I disabled 
> > > the
> > > tests in the end --,
> > 
> > Is it possible to get the same test be performed during package build
> > time? That way, it will be just not built, not shipped, and the state
> > will be clear on the buildd status page, and you can move on to more
> > useful work. For instance in my pocketsphinx package case:
> 
> Would do that if it would be possible; The tests won't run properly without 
> the
> data installed properly.

Ok, so it's a corner case we were discussing on debian-ports indeed.

Samuel



Re: packages expected to fail on some archs

2022-09-12 Thread Samuel Thibault
Hello,

Tobias Frost, le lun. 12 sept. 2022 16:08:08 +0200, a ecrit:
> The problem is that if you want to exclude an arch explicitly, you have to
> list all archs you want to build it on. IOW,  I'm missing an easy way to say
> "not on THIS architecture", somthing like "[!armel]"

Yes, but see below.

> There are a few packages I take care of which make trouble on some archs or
> simply do not make much sense to run on those low-end archs.

If they make trouble, I would say just let the package FTBFS there.

> I was spending siginifant time in the past weeks on such a package, to fix
> autopkgtests issues specific to that arch -- unsuccessfully, I disabled the
> tests in the end --,

Is it possible to get the same test be performed during package build
time? That way, it will be just not built, not shipped, and the state
will be clear on the buildd status page, and you can move on to more
useful work. For instance in my pocketsphinx package case:

https://buildd.debian.org/status/package.php?p=pocketsphinx

the mips tests fail, I just let it fail. If anybody feels interested
enough to take the time to fix the bug, then great. In the meanwhile it
will just not be available since it is broken. The only work I have done
for that problem is reporting the issue upstream:

https://github.com/cmusphinx/pocketsphinx/issues/252

What was proposed in the thread was to make the buildd page show the
failure in orange, so that people know that it's a known failure, and
not a new bug.

Samuel



Re: packages expected to fail on some archs

2022-09-11 Thread Samuel Thibault
Paul Gevers, le dim. 11 sept. 2022 21:16:08 +0200, a ecrit:
> On 11-09-2022 17:08, Samuel Thibault wrote:
> > We could for instance:
> > - Add an Architecture-FTBFS field to debian/control
> > - Add an environment variable to debian/rules so that on these archs dh
> >fails with a different exit code that buildds would notice.
> > - Add a Architecture-FTBFS field in the wb database that DDs can set
> 
> - color packages that "never" had a successful built on an architecture
> different. That information is already available because that's what marks
> the package as "uncompiled" vs "out-of-date".

Oh, right, that information is already available in wb.  Mehdi, do you
think you can implement that easily for a start?

That doesn't cover the case when a package stopped building on an arch,
though.

Samuel



packages expected to fail on some archs

2022-09-11 Thread Samuel Thibault
Hello,

We have been discussing a bit on #debian-ports about packages that fail
to build on less-mainstream architectures.

The issue we see is that some DDs end up setting a hardcoded list in
the "Architecture" field, rather than just letting builds keep failing
on these archs (and then possibly succeeding after some time whenever
somebody contributes a fix upstream that gets propagated to Debian).

First, perhaps it's worth reminding to DDs is that it's fine for a
package to show up as FTBFS on the buildd status for some archs: that's
not RC if the binary packages for that arch are not in testing (and
even then, an RM request can fix that, to just express the unfortunate
regression)

That said, I guess DDs would still set a manual Arch list so as to get
the red flags away from their sight on the buildd page status, e.g. from
https://buildd.debian.org/status/package.php?p=sthibault%40debian.org=yes=compact
so that they can easily notice which build failures are actually not
expected, to be able to efficiently work on those.

So perhaps what is missing is a way to express that an FTBFS is
expected, so that the buildd page status represents it differently, e.g.
in orange rather than red?  The idea would be that it should be really
easy to set (as easy as setting an Architecture list) so that we can
easily recommend it.

We could for instance:
- Add an Architecture-FTBFS field to debian/control
- Add an environment variable to debian/rules so that on these archs dh
  fails with a different exit code that buildds would notice.
- Add a Architecture-FTBFS field in the wb database that DDs can set

The tricky part I see is that AIUI the buildd status page doesn't
have direct access to debian/control, only to the wb database, so the
first solution is not immediate to implement. The third option would
be the most obvious from the buildd point of view, but that's not very
convenient for DDs. Possibly such field could be automatically set
according to the Packages entry when a newer upload is done?

Samuel



Bug#1019276: ITP: nvda2speechd -- A bridge between Windows applications and Speech dispatcher

2022-09-06 Thread Samuel Thibault
Package: wnpp
Severity: wishlist
Owner: Samuel Thibault 
X-Debbugs-Cc: debian-devel@lists.debian.org, 
debian-accessibil...@lists.debian.org

* Package name: nvda2speechd
  Version : 0.1
  Upstream Author : Rastislav Kish
* URL : https://github.com/RastislavKish/nvda2speechd
* License : GPL
  Programming Lang: Rust
  Description : A bridge between Windows applications and Speech dispatcher

It is already possible to use SAPI in Wine for quite a some time,
however, the default Microsoft voices are not particularly responsive
or diverse in terms of supported languages, and installing others and
configuring them can be challenging without sighted assistance.

nvda2speechd is a bridge, which can link applications capable of
speaking through NVDA right into Speech dispatcher installed on the
user's computer.


I plan to maintain it within the a11y team. The compilation involves
building windows binaries from rust source, which is not supported
in Debian, so I'll build using upstream rust resources and upload to
contrib.



Bug#1017478: ITP: otf2 -- Open Trace Format support library

2022-08-16 Thread Samuel Thibault
Package: wnpp
Severity: wishlist
Owner: Samuel Thibault 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: otf2
  Version : 2.3.0
  Upstream Author : TU dresden
* URL : https://www.vi-hps.org/projects/score-p/
* License : BSD
  Programming Lang: C
  Description : Open Trace Format support library

OTF is a standard trace format used by several high-performance tools,
using an ASCII encoding, which supports multiple streams. The libotf2
provides support for reading/writing them.

This is a revamped version of the existing otf package.

Samuel



Re: Help needed with a dh_shlibs failure on non amd64 platforms

2022-07-04 Thread Samuel Thibault
Hello,

Martin Quinson, le lun. 04 juil. 2022 09:29:54 +0200, a ecrit:
>   dpkg-shlibdeps -Tdebian/libns3.36.substvars 
> debian/libns3.36/usr/lib/x86_64-linux-gnu/libns3-wimax.so.36.1

x86_64-linux-gnu is only valid for amd64.

In

./debian/rules: -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DCMAKE_INSTALL_PREFIX=/usr

you want to use $(DEB_HOST_MULTIARCH) instead of hardcoding x86_64-linux-gnu

Samuel



Re: Lintian breaks existing lintian-overrides due to added []

2022-06-29 Thread Samuel Thibault
Hello,

Axel Beckert, le mer. 29 juin 2022 15:49:11 +0200, a ecrit:
> > I consider these [] not helpful […] no visible advantage.
> 
> The advantage is to clearly mark what is a file with potentially a
> line number in the output of lintian so that further processors like
> the lintian website can do deep links to the proper code position on
> e.g. sources.debian.org or salsa.debian.org. Felix called it "pointed
> hints".
> 
> From my point of view, that's quite an advantage.

Yes, I fully agree.  The format migration poses problem (I had to patch
quite a few lintian files), but it solves a lot other current-and-future
problems: we can now just ignore whole sets of warnings for a given file
(typically one that is generated by some tool such as doxygen)

Samuel



Re: Keep both images but stop pretending no-free is unofficial

2022-04-20 Thread Samuel Thibault
Pirate Praveen, le mer. 20 avril 2022 19:47:31 +0530, a ecrit:
> 2022, ഏപ്രിൽ 20 1:52:45 PM IST, Ansgar ൽ എഴുതി
> >On Wed, 2022-04-20 at 12:55 +0530, Pirate Praveen wrote:
> >> liberated.computer it is refurbished and some components like wifi
> >> cards replaced so it works with 100% free software.
> >
> >No, it doesn't. It just *hides* the fact that you use non-free
> >software. If you are happy with that, fine, but please don't claim it
> >uses 100% free software.
> 
> So are our official images not 100% free?

They are.

What is not is your computer, that already embeds non-free firmware when
you buy it. Loading newer versions of them or not doesn't change that.

Samuel



Re: Firmware - what are we going to do about it?

2022-04-20 Thread Samuel Thibault
Polyna-Maude Racicot-Summerside, le mer. 20 avril 2022 09:07:47 -0400, a ecrit:
> On 2022-04-20 08:39, Samuel Thibault wrote:
> > Polyna-Maude Racicot-Summerside, le mer. 20 avril 2022 08:32:13 -0400, a 
> > ecrit:
> >> Answer bellow this awful piece of text from someone who doesn't know how
> >> to make a space between line.
> > 
> > For information, reading mails with a speech synthesis doesn't
> > necessarily render spaces between lines.
> > 
> > So yes, people using them don't actually "see" the need for such
> > spacing.
> 
> When you talk or read a text out loud, you make pauses ?
> Why wouldn't they apply then you write a text ?

Because it's difficult for software to divine whether line breaks are
really meant to be flow break or not.

Help on this really welcome.  Bullshit words are not welcome.

Samuel



Re: Firmware - what are we going to do about it?

2022-04-20 Thread Samuel Thibault
Hello,

Polyna-Maude Racicot-Summerside, le mer. 20 avril 2022 08:32:13 -0400, a ecrit:
> Answer bellow this awful piece of text from someone who doesn't know how
> to make a space between line.

For information, reading mails with a speech synthesis doesn't
necessarily render spaces between lines.

So yes, people using them don't actually "see" the need for such
spacing.

Samuel



Re: debian-faq in NEW - or: remove documentation from the archive at all

2022-04-04 Thread Samuel Thibault
Hello,

Bo YU, le lun. 04 avril 2022 09:09:53 +0800, a ecrit:
> On Sun, Apr 03, 2022 at 01:18:37PM +0200, Holger Wansing wrote:
> > debian-faq is waiting in NEW queue for more than 4 months now (upload is
> > from 23.11.2021), with no visible activity from ftp-masters (and even with 
> > no
> > message at all!).
> > I pinged ftp-masters at the end of January, but got no reaction at all.
> If the mail list does not reply you, I think you can try it in IRC #debian-ftp
> from oftc.

Just as a reminder: the byhand queue is quite different from the new
queue, possibly there are very few ftpmaster who actually know how to
process it.

Samuel



Re: releasing major library change to unstable without coordination

2021-12-22 Thread Samuel Thibault
Jonas Smedegaard, le jeu. 23 déc. 2021 00:45:23 +0100, a ecrit:
> Is it normal and ok to upload a new major release of a library to 
> unstable, without either a) testing that reverse dependencies do not 
> break, or b) coordinating with maintainers of reverse dpendencies 
> _before_ such upload?

Usually I'd upload to experimental first, for people to easily check
their rdeps package, and notify them with an "important" bug. Then after
some time raise to "severe" and upload to unstable.

Samuel



Bug#995989: ITP: libbraille-input -- Braille input engine for IBus-Braille and Sharada-Braille-Writer.

2021-10-09 Thread Samuel Thibault
Package: wnpp
Severity: wishlist
Owner: Samuel Thibault 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: libbraille-input
  Version : 0.7.3
  Upstream Author : Nalin 
* URL : https://github.com/zendalona/libbraille-input
* License : GPL
  Programming Lang: Python
  Description : Braille input engine for IBus-Braille and 
Sharada-Braille-Writer.

 This engine can convert braille input events to text and call asociated
 callback functions. Here braille input means inputing text in Perkins-like
 way, i.e. braille patterns.

 It supports several braille tables, contracted braille and abbreviations.



Bug#995988: ITP: sbw -- Simple text editor with braille input

2021-10-09 Thread Samuel Thibault
Package: wnpp
Severity: wishlist
Owner: Samuel Thibault 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: sbw
  Version : 3.6
  Upstream Author : Nalin 
* URL : 
https://github.com/zendalona/sbwhttps://github.com/zendalona/sbw
* License : GPL
  Programming Lang: Python
  Description : Simple text editor with braille input

Sharada-Braille-Writer allows one to use the PC keyboard to type text in
graphical desktops in a Perkins-like way, i.e. braille patterns.

It supports several braille tables, contracted braille and abbreviations.



Re: dpkg taking a bit too long ...

2021-10-05 Thread Samuel Thibault
Norbert Preining, le mar. 05 oct. 2021 21:24:36 +0900, a ecrit:
> $ time eatmydata dpkg -i 
> /var/cache/apt/archives/papirus-icon-theme_20211001-1_all.deb 
> (Reading database ... 1215786 files and directories currently installed.)
> Preparing to unpack .../papirus-icon-theme_20211001-1_all.deb ...
> Unpacking papirus-icon-theme (20211001-1) over (20210901-1) ...
> Setting up papirus-icon-theme (20211001-1) ...
> 
> real15m28.611s

$ dpkg -L papirus-icon-theme| wc -l
106800

I'm not completely surprised that writing a hundred thousand files takes
some time in whatever information system.

Samuel



Re: Looking for Estonian DD-s

2021-08-25 Thread Samuel Thibault
Wouter Verhelst, le mer. 25 août 2021 17:06:39 +0200, a ecrit:
> On Mon, Aug 23, 2021 at 04:12:43AM +, Paul Wise wrote:
> > On Sun, Aug 22, 2021 at 2:31 PM Aivar Annamaa wrote:
> > 
> > > Is here someone, who can meet me in Tartu, Estonia or is willing to
> > > arrange this over the internet? Perhaps I could sign a statement about
> > > my identity with Estonian ID card?
> > 
> > I checked the list of lists of Debian locations and there are no
> > Debian members that list their location as Estonia. It generally isn't
> > accepted to sign keys over the internet or other electronic means.
> 
> Disagree. Why would that be the case?
> 
> By signing an OpenPGP key you certify that you are sufficiently
> convinced that the key's holder is who they say they are, and that they
> control their key. The easiest way to do that is to meet someone in
> person, but that doesn't mean it's the *only* possible way.
> 
> Am I missing something?

You need to make sure to avoid man-in-the-middle concerns.

Samuel



Re: Proposal to create unstable-proposed-updates suite for use during freeze

2021-08-18 Thread Samuel Thibault
Nilesh Patra wrote:
> Using experimental directly is risky as it can have changes not ready for 
> unstable also.

No. Enabling experimental in your sources.list doesn't actually change
anything. You have to explicitly request installing a given package from
experimental to pull it from experimental, and only that will be getting
updated from experimental, you won't inadvertently pull other packages
from experimental.

Samuel



Bug#987171: ITP: libdumbtts -- Helper library for dumb speech synthesizers

2021-04-18 Thread Samuel Thibault
Package: wnpp
Severity: wishlist
Owner: Samuel Thibault 
X-Debbugs-Cc: debian-devel@lists.debian.org, 
debian-accessibil...@lists.debian.org

* Package name: libdumbtts
  Version : 0.3.2
  Upstream Author : Bohdan R. Rau 
* URL : http://www.polip.com/files/
* License : LGPL v2.1+
  Programming Lang: C
  Description : Helper library for dumb speech synthesizers

This library is used between the Ivona synthesizer and
speech-dispatcher. On the other side, it should be as flexible as it can
be to generate output texts for every other synthesizer.



Re: Fixed release dates are hurting quality

2021-02-07 Thread Samuel Thibault
Andrey Rahmatullin, le dim. 07 févr. 2021 19:41:01 +0500, a ecrit:
> On Sun, Feb 07, 2021 at 02:20:28PM +0100, Samuel Thibault wrote:
> > > the packages being untouched for a long time in some cases meaning there 
> > > is
> > > no guarantee for quality.
> > 
> > Sure, but if there is no serious issue left with the package, we can as
> > well ship it.
> Strictly speaking, there is a big logical error here.
> If a package doesn't have RC bugs that doesn't mean it's fit for a
> stable release, doesn't have serious issues, or even is usable.

If a package has serious issues or is unusable, that makes it an RC bug,
and then the package will get removed, as it shall.

Of course, if nobody filed such an RC bug, the package gets shipped in a
broken state.  But it's perhaps better to just ship the package and let
people report in the case it is broken, rather than not ship it (despite
it is usable and has no serious issue ; no upload in a decade does *not*
necessarily mean that it has bitrotted), and then people not even notice
that the package isn't shipped any more.  I do have some packages on my
system which I do use, and which I just happened to notice that they are
not installable any more, because they got removed at some point.

Samuel



Re: Fixed release dates are hurting quality

2021-02-07 Thread Samuel Thibault
Hello,

Just answering the subject.

John Paul Adrian Glaubitz, le dim. 07 févr. 2021 13:40:39 +0100, a ecrit:
> I just noticed how maintainers are NMU'ing packages in large quantities to
> get them somehow in a usable state for the release.

I don't think this is related to fixing the release date?

We want to manage to release at some point.

> the packages being untouched for a long time in some cases meaning there is
> no guarantee for quality.

Sure, but if there is no serious issue left with the package, we can as
well ship it.

Samuel



Re: Updating dpkg-buildflags to enable reproducible=+fixfilepath by default

2021-01-09 Thread Samuel Thibault
Lisandro Damián Nicanor Pérez Meyer, le sam. 09 janv. 2021 15:53:41 -0300, a 
ecrit:
> # __FILE__ is a public, well defined API

? My copy of C11 says

“
__FILE__ The presumed name of the current source file (a character string 
literal)
”

that's not so well-defined.  I would not expect it to necessarily
contain the path to it.

> ## New macro and warning (if they do not exist already)
> 
> This would be the first step.

That would not work long-term-wise.

One of the issues with __FILE__ is that it's used by assert(), and thus
references to __FILE__ are popping up in various software (that is the
largest __FILE__usage I have seen in my packages). And that's written
explicitly in C11 about assert:

“
the latter are respectively the values of the preprocessing macros __FILE__
”

so we can't make assert() use something else than __FILE__, so something
else than __FILE__ cannot provide large reproducibility.

Samuel



Re: On doing 540 no-source-change source-only uploads in two weeks

2020-12-31 Thread Samuel Thibault
Holger Levsen, le jeu. 31 déc. 2020 12:45:09 +, a ecrit:
> I'll post the list of packages (sorted by ddlist) to debian-devel@lists.d.o
> shortly and will then amend this blog post to link to that mail.

I was about to ask for such a list :D

I'll gladly upload my long-no-upload packages, probably they actually
have changes in the git tree that deserve uploading anyway.

Thanks for your care!
Samuel



Re: apt ignoring check-valid-until flag

2020-12-16 Thread Samuel Thibault
Hello,

Paul Wise, le mer. 16 déc. 2020 22:53:45 +, a ecrit:
> On Wed, Dec 16, 2020 at 6:06 PM John Paul Adrian Glaubitz wrote:
> > Does anyone have any idea what I'm missing?
> 
> It seems to be saying that the 2019 ports archive signing key used for
> signing the snapshot URLs is expired, I don't think check-valid-until
> ignores key expiry.

Indeed, but one can use trusted=yes

Samuel



Re: Allowed to build-depend a pkg in main on a pkg in non-free?

2020-09-30 Thread Samuel Thibault
Roland Fehrenbacher, le mer. 30 sept. 2020 20:47:58 +0200, a ecrit:
>Is the only solution here then really to have two source packages
> with exactly the same upstream source and only a difference in
> the way the binaries are built and what they depend upon?

That's what I do with starpu and hwloc. In starpu the packaging
difference is really minimal so I use some sed scripts to switch between
the "main" version and the "contrib" version. In hwloc the difference
is more involved so I use two branches, and just pull from master to
contrib. In the end it's not really much additional work.

Samuel



Re: Trying to get in touch with Sam Hocevar [MIA]

2020-08-24 Thread Samuel Thibault
Alexis Murzeau, le lun. 24 août 2020 15:41:36 +0200, a ecrit:
> While 7 days in summer is rather small (some may have a month in
> vacation),
> you can have something in your TODO list for 9 years, but
> still reply to anyone asking a mail just saying something like:

Sure, but not everybody will do this, so one shouldn't necessarily
assume MIA from a lack of answer. I have seen quite a few of my bug
reports in our BTS being answered a couple of years later.

Samuel



Re: Trying to get in touch with Sam Hocevar [MIA]

2020-08-24 Thread Samuel Thibault
Sudip Mukherjee, le lun. 24 août 2020 14:09:21 +0100, a ecrit:
> On Mon, Aug 24, 2020 at 1:50 PM Holger Levsen  wrote:
> >
> > On Mon, Aug 24, 2020 at 12:21:25PM +0100, Sudip Mukherjee wrote:
> > > If the maintainer is truly unavailable [...]
> >
> > well, yes, but here someone hasn't replied to an email within 7 days...
> 
> Thats why the "if" in my reply. :)
> 
> And besides, looking at
> https://github.com/troglobit/editline/issues/42#issuecomment-674494039
> it seems its more than 7 days.

I have mails in my mbox that are 9 years old.

Yes, I still indend to address them some day, it does happen from times
to times that I dig back that long in the past.

Samuel



Re: Overinterpretation of DFSG? QR code for receiving donation is non-free???

2020-03-30 Thread Samuel Thibault
Russ Allbery, le lun. 30 mars 2020 13:32:05 -0700, a ecrit:
> Samuel Thibault  writes:
> 
> > Concerning base64-encoded text files, it's quite borderline. Possibly
> > some editor do support opening base64-encoded files, then it's fine to
> > have this as source code. Otherwise I don't see it as the preferred
> > format for modifications.
> 
> This is not what preferred form of modification means, as I think is
> apparent from the fact that we distribute tarballs that cannot be opened
> directly by most editors.

No but you can double-click on the tarball and an unpacker will happily
show you the content.

> I do understand the desire to have the URL in a form that's easily
> searchable, but I don't think people are thinking through the implications
> of saying we're not allowed to distribute sources even in formats that are
> round-trip convertable to editable formats, but have to ensure every
> artifact is in a form that can be *directly* edited.  The implications for
> the archive would be massive busywork that would have no significant
> impact on software freedom.

That, however, I do buy as an argument :)

Samuel



Re: Overinterpretation of DFSG? QR code for receiving donation is non-free???

2020-03-30 Thread Samuel Thibault
Russ Allbery, le lun. 30 mars 2020 12:08:18 -0700, a ecrit:
> Surely the QR code is an encoding of a string?

Yes, but can you easily modify the URL in that form?

Do you have an editor that can open it as such and let you check and
modify the URL?

> In other words, to me this feels like claiming that ISO 8859-1 text files
> are not in the preferred form of modification because they're not Unicode.

That's different: most editors are able to open both ISO-8859-1 and
Unicode files.

Concerning base64-encoded text files, it's quite borderline. Possibly
some editor do support opening base64-encoded files, then it's fine to
have this as source code. Otherwise I don't see it as the preferred
format for modifications.

Samuel



Re: Overinterpretation of DFSG? QR code for receiving donation is non-free???

2020-03-30 Thread Samuel Thibault
Raphael Hertzog, le lun. 30 mars 2020 10:14:13 +0200, a ecrit:
> And on the opposite, if upstream changes the link, the you break it
> without noticing

Agreed, indeed.

> (unless you put even more code to first extract the link from the
> picture and then re-encode it).

Actually that would argue in favor of doing it, precisely to make sure
that it is still the donation URL, and not a faked one that would go
unnoticed if the URL only shows up as QR code.

I would agree to keep the upstram picture it was really the preferred
form of modification, but it really is not here: I can't check/fix the
URL by just looking at the picture.

Samuel



Re: Overinterpretation of DFSG? QR code for receiving donation is non-free???

2020-03-30 Thread Samuel Thibault
Shengjing Zhu, le lun. 30 mars 2020 15:53:18 +0800, a ecrit:
> IMO, the QR picture is preferred form of modification as well as the
> origin text.

Is there a program which takes a QR code, allows to modify the URL and
the picture in the middle, and write the new QR code with the picture?

> And, I consider this situation just like I use an MS word to produce a
> .docx file and place it in my source tree.

It's not the same situation: the .docx file is the preferred form of
modification, you can trivially open it with libreoffice and update
it. One can't say the same of the QR code (and also the question of the
legal status of the picture in the middle of the QR code)

Samuel



Re: trimming changelogs

2020-03-20 Thread Samuel Thibault
Hello,

Boyuan Yang, le jeu. 19 mars 2020 20:58:57 -0400, a ecrit:
> Maybe we can keep changelog of up to 10 entries or till the time of 5 years
> ago

As a user, I would like to see changelog until at least the previous
Debian release, to be able to grep through it for changes when I happend
to find that some package has changed some behavior since the upgrade
from one release to another, and want to know more about it.

Samuel



Re: Debian With Alternate Init Systems

2020-02-10 Thread Samuel Thibault
Hello,

Svante Signell, le lun. 10 févr. 2020 12:18:37 +0100, a ecrit:
> On Sat, 2020-02-08 at 16:40 +0100, Samuel Thibault wrote:
> > > Nice, the first thing I'll do is to shut down the Debian/GNU Hurd
> > > buildd mahler.
> 
> > Can't you see you are here exactly very precisely here *again* putting
> > pressure to get something through?
> 
> It is not about pressure, definitely not!

That is however how, I believe, everybody understood it.

> It's frustration on you trying to punish me for having an opinion.

I am not trying to "punish" (I don't even see how that would happen). I
am telling Sam that we have never managed to make you change the *way*
you are expressing your opinions through pressure.

> What do you think would be obtained with the above words?

That you perhaps at least understand that what you were writing above
*is* pressure, even if you don't realize it when writing it.

> BTW: How many euros do you think having a buildd running 24/7 cost me 
> personally
> every month? I'm spending a large amount of my time supporting free software,
> including hosting several buildds (without a single (euro)cent in funding).

I really appreciate the effort you spend here, I am grateful for that.

> > Really, please grow up. You have already worded such a threat in the
> > past. That's at best childish.
> 
> I'm asking you to apologize for what you just wrote. The above is an outright
> insult to me.

Right. I apologize for this sentence, I didn't mean to make it an
insult.

The thing is: at some point I don't know how to explain that the way
you are engaging discussions is most often immediately with big words
and everything, and that it's not Okay. On the d-i init question,
there hasn't even been any discussion on debian-boot (and thus no
worded opposition), and then you already said that some developers
"out to leave the project". That's really not a good way to start
a discussion... And this is a recurrent scheme I have seen on IRC
etc., your starting topics is most often already "isn't it about time
to do [...]?". Honestly, when I see such a start, I have no other
will than working on something else than what you are talking about,
and thus your way of suggesting improvements is actually completely
anti-productive. If you simply worded it "could we perhaps do [...]?"
things would flow way better.  And similarly on d-i init, discussion can
lead to compromises.  I guess you'll again find this coward, like you
already said previously, but really, long-term wise, I have seen it work
way better than immediate battles that rather antagonize people.

Samuel



Re: Debian With Alternate Init Systems

2020-02-10 Thread Samuel Thibault
(leaving the other parts of threads to later, when I'll get time to
think what useful answer I can give, beyond just apologizing)

Svante Signell, le lun. 10 févr. 2020 18:27:55 +0100, a ecrit:
> Regarding your opinion about the GR becomes very clear by reading 
> https://hartmans.livejournal.com/99395.html again.
> Not much more to comment about that. This part is especially interesting:
> "Proposal B is a systemd focused proposal. It's very similar to Proposal F. 
> The
> text is different, but the implications of both proposals are similar."
> 
> Not much space for other init systems than systemd within Debian.

Please also quote:

«
My experience is that key maintainers and teams maintaining central
infrastructure or packages often need to work with people who are trying
to integrate new features. The difference between Proposal B and F is
that under Proposal B, we commit to making that happen for technologies
that are important in exploring alternatives to systemd.
»

That *does* leave space for other init systems. Much more than F would
have.

Samuel



Re: Debian With Alternate Init Systems

2020-02-08 Thread Samuel Thibault
Hello,

Alf Gaida, le sam. 08 févr. 2020 17:18:09 +0100, a ecrit:
> Am 08.02.20 um 16:15 schrieb Svante Signell:
> > Anything else? 
> >
> Yes, you forget something - as long the discussion culture in Debian
> stays this way i'm not motivated to start my NM process again.

Please really do not take Svante as a representative for Debian. He is
not a Debian Developer. His way of discussing is *not* representative of
the general discussion levels in Debian. Really not.

Samuel



Re: Debian With Alternate Init Systems

2020-02-08 Thread Samuel Thibault
Svante Signell, le sam. 08 févr. 2020 16:15:13 +0100, a ecrit:
> On Sat, 2020-02-08 at 14:51 +0100, Samuel Thibault wrote:
> > Sam Hartman, le sam. 08 févr. 2020 08:27:24 -0500, a ecrit:
> > > Svante> Perhaps all [...] ought to leave the project, including
> > > Svante> those having package not being dependent on systemd.
> > > 
> > > I am frustrated reading this.
> > > It sounds like you were suggesting that people should leave as a way of
> > > pressuring or punishing the project.
> 
> Why not, if the project is heading in the wrong way according to their
> conviction. Some people have already left Debian, as a result of the GR.

Re-read what he wrote. He wrote about pressure and punishment. Not about
people just leaving the boat that is not heading the direction that they
would like.

> > That's the way Svante is always behaving, through diverse forms of
> > pressure. 
> 
> It is not pressure, it is free speech.

No, it really is about pressure. It really seems you do not even realize
it. I guess you have spent your whole life doing things this way, and
thus don't even realize the mechanism.

> > He doesn't seem to know or even be able to learn another way
> > of having his goals received.
> 
> Ok, you teach me how to achieve my goals. Doing like you, keep silent and 
> suffer
> from not voicing your opinion?

No. By actually explaining what the goals are, and discuss about ways
to do it. Yes, that takes time, but that's the only way that will be
not hurtful for everybody. That also explains why I'm not doing it for
everything I'd like to do (which is fine), and even less for everything
*you* would like me to do.

Can't you even realize that the very sentence above "keep silent and
suffer from not voicing your opinion" is again your putting pressure by
trying to make me think I'd be suffering and that I'd have an opinion
worth taking the time to express?

> > I'd say do not try to fix it, we've been trying unsuccessfully within the 
> > Hurd
> > community.
> 
> Samuel, so you want me to stop working on Hurd?

I never wrote anything like that.

And I don't mean it either.

> Nice, the first thing I'll do is to shut down the Debian/GNU Hurd
> buildd mahler.

Can't you see you are here exactly very precisely here *again* putting
pressure to get something through?

Really, please grow up. You have already worded such a threat in the
past. That's at best childish.

Samuel



Bug#950940: ITP: pocketsphinx-python -- Speech recognition tool - Python3 bindings

2020-02-08 Thread Samuel Thibault
Package: wnpp
Severity: wishlist
Owner: Samuel Thibault 

* Package name: pocketsphinx-python
  Version : 0.1.15
  Upstream Author : Dmitry Prazdnichnov 
* URL : https://github.com/bambocher/pocketsphinx-python/
* License : BSD
  Programming Lang: Python
  Description : Speech recognition tool - Python3 bindings

 CMU Sphinx is a large vocabulary, speaker-independent continuous speech
 recognition engine.
 .
 This package contains Python3 bindings for libpocketsphinx.


This is related to the request in bug 943646: the python bindings from
the pocketsphinx package are not evolving as much as people seem to
want, so Dmitry reworked it, and e.g. pypi is now tracking it.  Nickolay
himself said it should be fine to package these Python bindings instead
of those from pocketsphinx, thus proposing doing so.

Samuel



Re: Debian With Alternate Init Systems

2020-02-08 Thread Samuel Thibault
Hello Sam,

Sam Hartman, le sam. 08 févr. 2020 08:27:24 -0500, a ecrit:
> Svante> Perhaps all [...] ought to leave the project, including
> Svante> those having package not being dependent on systemd.
> 
> I am frustrated reading this.
> It sounds like you were suggesting that people should leave as a way of
> pressuring or punishing the project.

That's the way Svante is always behaving, through diverse forms of
pressure. He doesn't seem to know or even be able to learn another way
of having his goals received. I'd say do not try to fix it, we've been
trying unsuccessfully within the Hurd community.

Samuel



Re: Debian With Alternate Init Systems

2020-02-08 Thread Samuel Thibault
Svante Signell, le sam. 08 févr. 2020 13:03:20 +0100, a ecrit:
> On Thu, 2020-02-06 at 21:12 +, Sam Hartman wrote:
> > Unfortunately, I think that Debian has decided that's not directly our
> > focus.
> 
> Just to make sure: If I submit patches for the Debian installer for support of
> more than one init system, they would be outright rejected.

Nope. Nothing said so. Probably debian-boot wouldn't like to make it a
question asked by default, but in expert mode, probably yes.

It's not a question for debian-devel or the DPL anyway, please bring it
to debian-boot.

> Perhaps [...] ought to leave the project,

Please stop bringing in negativity like this: it is useless, whatever
the actual intention was.

Bringing fight into discussion is *never* the best way to move forward,
whatever your goals.

Samuel



Re: Y2038 - best way forward in Debian?

2020-02-07 Thread Samuel Thibault
Wouter Verhelst, le ven. 07 févr. 2020 14:46:19 +0200, a ecrit:
> On Fri, Feb 07, 2020 at 10:31:16AM +, Simon McVittie wrote:
> > On Fri, 07 Feb 2020 at 09:28:24 +0200, Wouter Verhelst wrote:
> > > Why not? This seems like the type of problem that SONAMEs are made for.
> > > What am I missing?
> > 
> > SONAMEs are set by the upstream developer in their build system
> 
> Yes, I am aware of that, thank you. I meant to say that this feels like
> something upstream could do a SONAME bump for.
> 
> I'm wondering why they chose not to.

Because the ABI change is voluntary on the application build side. The
existing libc.so is ABI-compatible with previously-built applications.

Samuel



Accepted edbrowse 3.7.6-1 (source) into unstable

2020-01-19 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 19:51:39 +0100
Source: edbrowse
Binary: edbrowse edbrowse-dbgsym
Architecture: source
Version: 3.7.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 edbrowse   - /bin/ed-alike webbrowser written in C
Changes:
 edbrowse (3.7.6-1) unstable; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 2656c6aeb2162f2b68c7758d349f38aeebc8be5d 2050 edbrowse_3.7.6-1.dsc
 4db3718d4873dbb65c9bd248934d8006d5e0dec1 810783 edbrowse_3.7.6.orig.tar.gz
 c15c28a98fa8954110062ca635d9a66d7465509d 8128 edbrowse_3.7.6-1.debian.tar.xz
Checksums-Sha256:
 2a7e90c894681172f26ba0b6a495920d92459fef5e5e61821f7f8d4da5b5d647 2050 
edbrowse_3.7.6-1.dsc
 a47a7ba363a72d310b08edee9847fbcfe0b7d1bf53c7b5cf4da10aae237b0abb 810783 
edbrowse_3.7.6.orig.tar.gz
 9114b092e67744a8bd9324c85e6e86bd89b2e5a9756fe8b30a58810c398e879e 8128 
edbrowse_3.7.6-1.debian.tar.xz
Files:
 3b6e77314a9b2231a29e5630949a7322 2050 net optional edbrowse_3.7.6-1.dsc
 3254894fd4aa50c13e7495e5267ee2a6 810783 net optional edbrowse_3.7.6.orig.tar.gz
 2f9b451b219ce87b3758f7d66ddd6065 8128 net optional 
edbrowse_3.7.6-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4kpX0ACgkQjTXDVXIL
uv3xSxAApZCBRWRsOZ7WHZzPNzBE2i4yIoPb2K7TD9FVbZ5OVmPaNmCotp1cPjIS
sF2eKyoP688Ij4QSLsC4cR8KXC8JhLe3DvL85d3Bf/MxlwDaM7E/qa5fw7xOjWEO
2Y2D6TKms1903tvItiVjOB888hn3Q/Qx0cLD2FT5Ddy5RZnlDvb6RzVZAwCmzel2
c3sPRhrL8SAIP4d5sqXEmSEk7spy/c24WpAO7eGgUvc+Oyc6mAPobfHJxgeR5Wim
kc5klGdgJMoUQZG4yDvee/1Ovca5PB9WH0jc4+56wec1re8mSMxVqfRYddJ3AL38
Xakxq+2XBt4d+4eP+7DENi0v120qT+PnX/Eg26YaQy7IxvYGQvN68GV/6P88R3VI
a4PbnCBsG96WXjn1uJzdHUx4aP/0XjbySuGBuAmccbEQnzzG1deAj4Jx5MxQiLV2
OOsi4MAustU+BUEMldLP2oQGblQMKMkta4dn9ZDZmTthc/B0QqDz9mmpsz2XfUkv
Oy54ydoW9CQ4T5La+oAIGKE7AGoPmRfRTxZcTfcYWXtsbMTW0B06I/LaiOgV++zx
ENKy2PK6J1RqxvnYRDGHSB68cWA7BKVsNiqJkM6bwvgf7RYsfwBDpyTTZrmGdeYO
9byngh9ZLl934N9wXd+3xHBWC5H8qcIqVe/cNtEiSfzftDx9668=
=QCGw
-END PGP SIGNATURE-



Accepted speech-tools 1:2.5.0-8 (source) into unstable

2020-01-19 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 19:27:48 +0100
Source: speech-tools
Binary: libestools-dev libestools2.5 libestools2.5-dbgsym speech-tools 
speech-tools-dbgsym speech-tools-doc
Architecture: source
Version: 1:2.5.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 libestools-dev - Edinburgh Speech Tools Library - developer's libraries
 libestools2.5 - Edinburgh Speech Tools Library
 speech-tools - Edinburgh Speech Tools - user binaries
 speech-tools-doc - Documentation for the Edinburgh Speech Tools
Changes:
 speech-tools (1:2.5.0-8) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Bump debhelper from old 11 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Fix day-of-week for changelog entries 1:1.2.96~beta-1, 1:1.2.3-5,
 1:1.2.3-4, 1:1.2.3-3, 1:1.2.3-2, 1:1.2.3-1, 1:1.2.3-0.1, 1:1.2.2-
 2.2.
   * Update standards version to 4.4.1, no changes needed.
 .
   [ Samuel Thibault ]
   * patches/datadir_fhs.diff: Fix path to /usr/share and /usr/lib.
Checksums-Sha1:
 705fb105bdcff31c19c1e53796faad93072fdcfd 2454 speech-tools_2.5.0-8.dsc
 5e0ac133e60170e13b4f89727f162f39e415dffe 41096 
speech-tools_2.5.0-8.debian.tar.xz
Checksums-Sha256:
 3524ef1eba5208297954a06be7a652f798e0e39ce4fa373cd59f0fc543a21d1a 2454 
speech-tools_2.5.0-8.dsc
 3e5af0b8e4b6d4f19cbb264d2aab8c2d08454fafb645c42094621f0549991402 41096 
speech-tools_2.5.0-8.debian.tar.xz
Files:
 e75bc49928689ffcc4278fd2ced95572 2454 sound optional speech-tools_2.5.0-8.dsc
 2b0fccbe1de4bf683504b0b0950d3add 41096 sound optional 
speech-tools_2.5.0-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4koYcACgkQjTXDVXIL
uv1ixQ//Uvk3zz31WOb2RbfLmfg72VjGYTXsaNUIePczTnCqD5cojG7T8Vh/d2QK
1HQedJaLRYFBR7X7yzn8kOYnu5Yke7QBiU4aCm6KNNApZ+ShwfuGHPk6lTGr6Tim
WBAsz4rKCLG31UL7vT2WTwU7UHbV59afRcjEWlMpBl8Sw8T4nrdPUG+czQTXi1kW
cCK9IGwTrx1vJF2sWsI0nfWxeH2uuUr469wSvlwOUghDz/kl9o2Pf+6LU+xjxh9x
11qbIR+ptPufwbeWvX9K4MUn2SKDNM5i7/JS6XqawKphu009I6wrOdaWghNSl+E0
CMM0aml/uNDDOdBcaWiRdlJCCbsoDR6ocsApS+qyyP/JABgCnRxVQuJIdHdeB8Tr
TJykHKC5vYY6Yev95hzoGwDl9D8Z3sVdCzJBthS7r5MRx9+CZ7kjAtzRF7ZaF0wj
GZn2gQLNIhYwoY0AAcEHYLCGD1iS81ZOQZnCUFw1t+gZtYUR6YbvWeWn4JF64BNr
0IqQWxacXsHuLBeI3UN7auC6LezJa6cCohQlwVb60382Nq2GMMhGZr5W6szeJYyF
+0/2s0q2KHsXXLAbNPtzggvKVl/S5NX4XMgzF+q2YhibFFlwR7o7UBlReobFF0r9
hpGN9b5HXCExljdNQuwZpLcfuxXpcn8y2YETqEvgsqrxxN+8nlI=
=1wGS
-END PGP SIGNATURE-



Accepted opari2 2.0.4-2 (source) into unstable

2020-01-19 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 19:31:29 +0100
Source: opari2
Binary: libpomp2-dev libpomp2-dev-dbgsym libpomp2-doc opari2 opari2-dbgsym
Architecture: source
Version: 2.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 libpomp2-dev - OpenMP Pragma And Region Instrumentor - development files
 libpomp2-doc - OpenMP Pragma And Region Instrumentor - documentation
 opari2 - OpenMP Pragma And Region Instrumentor - translation tool
Changes:
 opari2 (2.0.4-2) unstable; urgency=medium
 .
   * watch: Fix URL.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
   * rules: Wire down path to grep so opari2-config does not depend on usrmerge
 or not.
Checksums-Sha1:
 0b2e661b7b0282011a947be90c5d26c36fba45de 1993 opari2_2.0.4-2.dsc
 d59d103ff2b02a0ecc6f6e71c75c06d9615b6111 5364 opari2_2.0.4-2.debian.tar.xz
Checksums-Sha256:
 fa7cb9cc4666c79477a2391b523328bad61fedec1a6c710d78525ffbcf53ce25 1993 
opari2_2.0.4-2.dsc
 0a190df68ee197e6bc75b4f2f9390cf0dbbcc1fb3206700bc3a7dc86a3065bda 5364 
opari2_2.0.4-2.debian.tar.xz
Files:
 6c2975d4f7861fbf44e926e2feb22309 1993 libs optional opari2_2.0.4-2.dsc
 35ecc8fcb81c55e956d6636bb3cdd286 5364 libs optional 
opari2_2.0.4-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4koVoACgkQjTXDVXIL
uv1myg//TzilCBh/1BngXcVddW1igne4u59BsfB/8kzW7TTDnNEuUd1bGSk+gnZN
FLsAyfmCXWh+2ReFyDSFhymv88gDeXFtyYCtanao7m0njHRDB/xQ9CoaMCEk+n28
LjvByFqapBosiBAu6x7d4cl0RVJtZZ+6DhIVzSZdWjaWZn9wMxNb6Rnuq05WqgvM
85QqHz1UiUqmDbht117cTRtlZij5CyrhWCMrzlq6XkC0CWRtcB09e/VTKXQLdPmp
PWNgsjEbodWIp/OUKjX0MQx3zm94Zg8BZ2auz2ND2otrFCWST2FVpSuqmSMDp45d
XmamIA0VJpedwwBX5F/seVr38a0WYPuHTr5Y4c838FMk3e1RGg7UHftDKfc9zVhS
R9UHiVxt4YMFF5RqGhEWUwOevIc829xbMayz/lyB5fqUcXx2eJx/lvwJJD4J7BlY
aE3DQW7y3z8rT/qNaGOU4V6YgozelmFZSay55Mh6pKUPBaC+9y/32QkxgTBvckXe
+rRA1PdTqY/yAPQ9jicLIqum6kTOxW7/c5U8PN8+Vwr7nwBciJrcrKE86Fkk9DJN
b2rtEmPHxoPQlabGf/RDIw/gEX+B94T3c1Wl6UlepFrjvV05Am3gPDcYU3PFhbV2
yOWCynk45MYi6mlRxYQeJLczmnJqfrAtOyyJ2F9lNs3DTHtto00=
=NULd
-END PGP SIGNATURE-



Accepted speech-dispatcher 0.9.1-4 (source) into unstable

2020-01-19 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 19:26:24 +0100
Source: speech-dispatcher
Binary: cl-speech-dispatcher libspeechd-dev libspeechd2 libspeechd2-dbgsym 
python3-speechd speech-dispatcher speech-dispatcher-audio-plugins 
speech-dispatcher-audio-plugins-dbgsym speech-dispatcher-cicero 
speech-dispatcher-cicero-dbgsym speech-dispatcher-dbgsym 
speech-dispatcher-doc-cs speech-dispatcher-espeak 
speech-dispatcher-espeak-dbgsym speech-dispatcher-espeak-ng 
speech-dispatcher-espeak-ng-dbgsym speech-dispatcher-festival 
speech-dispatcher-festival-dbgsym speech-dispatcher-flite 
speech-dispatcher-flite-dbgsym
Architecture: source
Version: 0.9.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 cl-speech-dispatcher - Common Lisp interface to Speech Dispatcher
 libspeechd-dev - Speech Dispatcher: Development libraries and header files
 libspeechd2 - Speech Dispatcher: Shared libraries
 python3-speechd - Python interface to Speech Dispatcher
 speech-dispatcher - Common interface to speech synthesizers
 speech-dispatcher-audio-plugins - Speech Dispatcher: Audio output plugins
 speech-dispatcher-cicero - Speech Dispatcher: Cicero output module
 speech-dispatcher-doc-cs - Speech Dispatcher documentation in Czech
 speech-dispatcher-espeak - Speech Dispatcher: Espeak output module
 speech-dispatcher-espeak-ng - Speech Dispatcher: Espeak-ng output module
 speech-dispatcher-festival - Festival support for Speech Dispatcher
 speech-dispatcher-flite - Speech Dispatcher: Flite output module
Closes: 912749 946554 948679
Changes:
 speech-dispatcher (0.9.1-4) unstable; urgency=medium
 .
   [ Christian Göttsche ]
   * README.Debian, patches/systemd-debian, rules, speech-dispatcher.init,
 debian/speech-dispatcher.postinst, speech-dispatcher.postrm,
 speech-dispatcher.tmpfile: Use /run instead of /var/run (Closes: #912749).
 .
   [ Steve Langasek ]
   * rules: Omit speech-dispatcher-festival on Ubuntu/i386 (Closes: #946554).
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * debian/copyright: use spaces rather than tabs to start continuation
 lines.
   * Set upstream metadata fields: Bug-Submit (from ./configure),
 Repository, Repository-Browse.
   * Set upstream metadata fields: Bug-Database.
 .
   [ Samuel Thibault ]
   * speech-dispatcher.init: Create cache dir as well (Closes: #948679).
   * patches/no-generic: Prevent generic module from being loaded without a
 specific config file.
Checksums-Sha1:
 314a30bcd1545a27803ed234e3155b42d29607cd 3224 speech-dispatcher_0.9.1-4.dsc
 8e04b6d6c10d8823fb077e629711ca48a32ef0f9 25340 
speech-dispatcher_0.9.1-4.debian.tar.xz
Checksums-Sha256:
 0e039150f7f0ef910f474f98b71e5c989826b8f670eb7fe38f1e2fa734eaae75 3224 
speech-dispatcher_0.9.1-4.dsc
 7bb09202e9f6921e0e4b55484a7ab418c8ac4a65a6bc128c0fdc96b59fb1b793 25340 
speech-dispatcher_0.9.1-4.debian.tar.xz
Files:
 6cf45f3761ff7a8f7762696619c105b1 3224 sound optional 
speech-dispatcher_0.9.1-4.dsc
 765f5c0de1ef832bee44d3fa174b3ef6 25340 sound optional 
speech-dispatcher_0.9.1-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4koEQACgkQjTXDVXIL
uv1eSQ//UC3mC++8jxgdmmFSpEtn/EODuZ7b9/wyXty44C1ME4eq0lOKcmVMbuUt
0djTaVGmpvQDAQ0CAn9MstUGAe/zAif3qSmVpa1ii1CyCYyEJIWm/6XhXvCU+N0d
ZpPeoaav3LieU67EebLfSOV1P68auc8rYkA0WKSmmApzFCxm8XTHFnj8/6X6k3k9
6Gpw4B10N2Ts9GEB23sKn+g9Vuxv/t2fL2ID5cBBBJZ6tyvnGUqN6spykAOQ8JU3
gZex8mUm5lelKlhNPJUnsKeJAVvxJ5Hy7Urd6wckNu11LLoTBOXMuf0k36KlGT4p
yhnn9q4NkWKlasusSN7llWJQE2GkkZwkiUSV+g95pkG76jwFk+KrWxYAGxXnD+IP
dKGehRf1YHdc0BuV/z5pzCHjupLDSKhAJLcpxqz9Ra5pfPkJTI7eWlM2PEGjuLgj
Y1LACnAXELx/Vyj0RW83/DplQnUACu1+UCCCyQBy32uI5YoCfP/Cxxzj5H06Day7
9nkwD1WL9NbQ8jAsa8lOiCwfX5X4in8qCJiJPjtLQqy1a+KunZNXGRWJKNBr3U/i
YhH0FIle/Tp5ovvtz28PiBaAioEl6NI/DG9n0LhOyrtqmnXTOS+9kzDpsNS2NLAP
fkIJ9UlB4RU4WW2jcdx0b6RtgS6vrPnFnLKQnFe/7ytDSsYwXh0=
=leM6
-END PGP SIGNATURE-



Accepted liblouis 3.12.0-3 (source) into unstable

2020-01-19 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 19:21:53 +0100
Source: liblouis
Binary: liblouis-bin liblouis-bin-dbgsym liblouis-data liblouis-dev liblouis20 
liblouis20-dbgsym python3-louis
Architecture: source
Version: 3.12.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 liblouis-bin - Braille translation library - utilities
 liblouis-data - Braille translation library - data
 liblouis-dev - Braille translation library - static libs and headers
 liblouis20 - Braille translation library - shared libs
 python3-louis - Python bindings for liblouis
Changes:
 liblouis (3.12.0-3) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Strip unusual field spacing from debian/control.
   * Bump debhelper from old 9 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Name (from ./configure).
   * Drop unnecessary dependency on dh-autoreconf.
   * Remove unnecessary get-orig-source-target.
   * Update standards version to 4.4.1, no changes needed.
 .
   [ Samuel Thibault ]
   * rules: Use dh_auto_build and dh_auto_install instead of hardcoding them.
   * patches/sparc_sigbus: Fix unaligned accesses on sparc64.
Checksums-Sha1:
 40036148ea0c9fe47c2d444cae61198371f9920f 2390 liblouis_3.12.0-3.dsc
 6a68bf8d441ed4d032d1e51df97487b5a7681561 9588 liblouis_3.12.0-3.debian.tar.xz
Checksums-Sha256:
 dd87375b5c7be73940a1a54c8e4c1eda437e59d66a2452b528d34f02f49ab41c 2390 
liblouis_3.12.0-3.dsc
 a43866e2f8190419d6fcd0def72a1337d461eb930d08966782a76fcd92efba4d 9588 
liblouis_3.12.0-3.debian.tar.xz
Files:
 8ac267e7cb68cc8ff8591a83a358b51f 2390 libs optional liblouis_3.12.0-3.dsc
 95eb6010c53a66ab6e65b41fa95af008 9588 libs optional 
liblouis_3.12.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4knxoACgkQjTXDVXIL
uv0POA//er7yJpBW1D3qTArXdEqbc+xch2KLwrqs8bYM7gmfSkY77qgDA9AASo6a
pyipjBPUwC/K7RaTrjQ8Oy/T3y1DvnEsPhcs8uKlMFUUYJSOV3A/+mujDZrVvy/c
NANgyX/IzldFZIvTxmvbikqhpOeftRbrF5GOVKuivnkR//XMpBtFOkLZgJfFzAhq
tD7MDXu0pjN6g7t9CGdax85TIp+V5cnVi3CyWhqtnlU4f6bRsVBJzoQFcbW08wtj
ggF6JDBo6VcFWXvDu2jLfq8B2qQXQPSFMunCT/SCtH+cOnK/jt9kxqy+sCEX7AHd
DnFbhru51QYjirss64bw4sTl0U+UyBiDi7lprkUYzREfairH3vo5m3+BsVzRGAsh
uzT/Z4viSwKvwtE38+F1c44n4xEFnXtl1Qzv1VI3tWMLmqtzm9FmF5HyiuHAXaxi
gtDJfbiilatQNOmn5MWCwGg2y8AGKco9vkjZAts8XtEIGXlidte/UqDcdpkomQCa
cJJt8w3lLwMCD+s7bGzUEKFfyQFNSJ0gNetAXrBB+k8Si+qbII+EPcuMxIOyAzSb
4T3kqqQk+cEwi5VxGJ7IYaAkqu4TX9lCg9Bx6jC+gVpPTmRRj/G+cCcR9O0wIjEt
C7uosypuQIlxnMOmS4/CZW32vfr6qOKAptlppeKWeM4G7KBPG7I=
=6B6l
-END PGP SIGNATURE-



Accepted compizconfig-python 2:0.8.16-5 (source) into unstable

2020-01-19 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 09:08:18 +0100
Source: compizconfig-python
Binary: python3-compizconfig python3-compizconfig-dbgsym
Architecture: source
Version: 2:0.8.16-5
Distribution: unstable
Urgency: medium
Maintainer: Hypra Team 
Changed-By: Samuel Thibault 
Description:
 python3-compizconfig - Compizconfig bindings for python3
Closes: 936322
Changes:
 compizconfig-python (2:0.8.16-5) unstable; urgency=medium
 .
   * watch: Generalize pattern.
   * control: Remove Cyril from uploaders.
   * rules: Drop building python2 bindings, use cython3.
   * control: Remove python-all-dev and cython build-deps (Closes: Bug#936322).
Checksums-Sha1:
 b650270c214681a8a07e849773d490b01be047cb 2187 compizconfig-python_0.8.16-5.dsc
 5c1fcfa5b882ee139d56d2117323fe16f9872cad 3416 
compizconfig-python_0.8.16-5.debian.tar.xz
Checksums-Sha256:
 58cc66e06ed22feef293dfc9f2e00da5e67de66ce296d4b4dc01ae390de76542 2187 
compizconfig-python_0.8.16-5.dsc
 c3ada023b4dcf0bede3ded8cd91fa6a277bbc872bda818e6f172817aa26d1d74 3416 
compizconfig-python_0.8.16-5.debian.tar.xz
Files:
 2121b0d13fecbc4b4d623996f551bda4 2187 x11 optional 
compizconfig-python_0.8.16-5.dsc
 5591eafe93014e10b5f86090a6ba5796 3416 x11 optional 
compizconfig-python_0.8.16-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4kDvgACgkQjTXDVXIL
uv2NsQ//d9TGjH37p9JxB9Kukrsbhse9+uBtZFGjGYAJdodCkmZxW0LPVd+x4A7H
xqRDph10K0bM1ehYZSaivnObKC0QoO9FQh5752X9LCCne6sshlZqHdLIS/e/BzIg
DJUPzIynV3/ENaonV9am2p8gixhfqv3Vu4SGBbyj5KXgPkAZBuN8eFlxzh5lCAaZ
nnz7c3W4/UVKtj2ZnONcJ8P4LHclyAtVAFLcrr0Ogm+leqI3WXMGj8RsVGBodGDu
nXWWq96NgYsJS4S0/COBdYTJIvIuIVxtD4x4vDmmAhLTmTDfeKF70mWk6tjJi+0j
jhxdBMQZWESQXvgVtwYYEt/p5vFdfO7Y6fAPrbXl4dbYCIKY3SZvWac3wz3yIlAf
H9qi9K3MXWupL4Bju0XLEEqadr1PPAwaRN66Y3d//JYtrlkrB1Dn6Va/0SY82gDv
mZ5yXTHvloBvjWtlpqFcWFCvbePs6Kxv3s0O06AoWteYGiCLs7BZl9RGai0cwu6D
1FeShjdbgM6cXJCNlOe/ugrvmW/d0X9ereonz5SXjd5gmVtMKSDqJb3QM6Z8H2g4
cty4ukLMZJlYUeNNwnMrMw2FOpAkskqazbMjDsrgPrxxBhGcwOMxEF2JSinmnmQ5
XjGBUZkic71mgIxCD0L2E55tTu8fNe+bn8QXj28VJoPHBz8KRoU=
=hl0V
-END PGP SIGNATURE-



Accepted pyatspi 2.35.1-1 (source) into experimental

2020-01-18 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 01:05:03 +0100
Source: pyatspi
Binary: python3-pyatspi
Architecture: source
Version: 2.35.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 python3-pyatspi - Assistive Technology Service Provider Interface - Python3 
binding
Changes:
 pyatspi (2.35.1-1) experimental; urgency=medium
 .
   * New upstream release
 - patches/python3.8: upstreamed.
Checksums-Sha1:
 59afda8c4b192da9ef4f4e9f455febc0cc7ba209 2463 pyatspi_2.35.1-1.dsc
 810a3f36637cf9287824cf354048b61eefe05ea7 315160 pyatspi_2.35.1.orig.tar.xz
 3b479e95aa537dc8b291cf88b3eba20a83accd18 7504 pyatspi_2.35.1-1.debian.tar.xz
Checksums-Sha256:
 43f2caa391227ae6fb954fe82492287bfd3eab64ce7ec760eb6f435f776b8671 2463 
pyatspi_2.35.1-1.dsc
 86e608f7a8a2f9877084ed3848700757acea660a55a219214ba0ce9f8764311a 315160 
pyatspi_2.35.1.orig.tar.xz
 d271eb9ce8ae71de9fd3de8b5cb72e0ce8799c8cb1ae661f6e36719f5e5157e4 7504 
pyatspi_2.35.1-1.debian.tar.xz
Files:
 b1a8db484877474c38e7a70ba1470a53 2463 python optional pyatspi_2.35.1-1.dsc
 a5225e8b7e063a075a0a5441a660dacb 315160 python optional 
pyatspi_2.35.1.orig.tar.xz
 c86218219bf19dcafc94ff3bc63966ae 7504 python optional 
pyatspi_2.35.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4jn1MACgkQjTXDVXIL
uv0voA/8CPQK5tOd2d2XisFlo/gsuAqoXAVf1G3t2yq7q+7ucoLFm+8U7h/8BKb1
OJ1qEUawMfcKfH1xBw0F5OSvODKZY5D+mhFEZJ0V10kw/i7ooPGOOMI4i93mXLvJ
cUXAL+SZv8qXpDwLgkAMHLu/3TQqrHDfwdRDs+Ij3V1dXYxryQF7zTkq4xrSJcdH
NcxAIRy3S4ozbrMFfMipcLa+ZzdR5CTuIYEpIUL/iCPCNlqV0rCBuhY1yqo8/f1o
RYZW1rMUNxrOm+CsIxd9Rz7qV+RvYjfNqkQSmRUyirTEOFXcSNkZXpJrKMZ4L1RS
qrMqDS3LOB0ih0Ey+UAxTuNv9YQAWb5jzSkcXBNuyCzSBdXdewidAfv4W7zrpgPn
DTwKZ/K7X199GWRd4uqynIYy+0+0stc7TSNtKuagU780j4bJTp5WRq3igC29XB/D
HcVkgVjgmmdi3AIGUDYP3rsXQGqZVUb4v1uzJ95bJ+jyA6ohvF4xe3f8YBoJGbmg
hvrrG3YGlflMTfj7bSb4iNgKTHBvrBbeWivHNAcy40Avs7EvN5nET1nbc9mTOfZd
AUpKkAz1v6TS8LMdASQyDZF0JjUS5apRo9mVZ8whEj2Nd8VzCbgiRkuBc6VVX9dB
j2LLF1zfOZBZVUnDH+rb4ecUlEJVQdhPUv5aKeLm+FHxETTpyKs=
=joKr
-END PGP SIGNATURE-



Accepted at-spi2-core 2.35.1-1 (source) into experimental

2020-01-18 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 01:02:55 +0100
Source: at-spi2-core
Binary: at-spi2-core at-spi2-core-dbgsym at-spi2-core-udeb at-spi2-doc 
gir1.2-atspi-2.0 libatspi0-udeb libatspi2.0-0 libatspi2.0-0-dbgsym 
libatspi2.0-dev
Architecture: source
Version: 2.35.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 at-spi2-core - Assistive Technology Service Provider Interface (dbus core)
 at-spi2-core-udeb - Assistive Technology Service Provider Interface (dbus core 
for d- (udeb)
 at-spi2-doc - Assistive Technology Service Provider Interface (Documentation)
 gir1.2-atspi-2.0 - Assistive Technology Service Provider (GObject 
introspection)
 libatspi0-udeb - Assistive Technology Service Provider Interface - module for 
d-i (udeb)
 libatspi2.0-0 - Assistive Technology Service Provider Interface - shared 
library
 libatspi2.0-dev - Development files for the assistive technology service 
provider
Changes:
 at-spi2-core (2.35.1-1) experimental; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 7804a31cdbe3312b9153feba61e5cf05dbbe018f 2673 at-spi2-core_2.35.1-1.dsc
 016c6d7a9338b27ac8c683e18aeffc792f48d3eb 186732 at-spi2-core_2.35.1.orig.tar.xz
 efe5feddab2e6e6df062846434536a6c526ad5fc 10984 
at-spi2-core_2.35.1-1.debian.tar.xz
Checksums-Sha256:
 93373b91fe8cecb63c5c91ae43376a1572598a13c20713db44c5eccb26958fe8 2673 
at-spi2-core_2.35.1-1.dsc
 ad97c7b6071c21ed59aeb092f3bdc592cf9edbca2710ff428d7829d65675a185 186732 
at-spi2-core_2.35.1.orig.tar.xz
 8169ad0e97512714b9e4fbc1a05f5e8c81e307865fe418beea4c4a9f2863a9c4 10984 
at-spi2-core_2.35.1-1.debian.tar.xz
Files:
 ff4f7e5e453b8ed4fad07533ebe8 2673 misc optional at-spi2-core_2.35.1-1.dsc
 7a98eaa4aef0d36536cdc2ce035a1048 186732 misc optional 
at-spi2-core_2.35.1.orig.tar.xz
 25c381708e70530207fa0aa3d3c3104f 10984 misc optional 
at-spi2-core_2.35.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4jn1MACgkQjTXDVXIL
uv2rNw//SIWaMzU+GDh98imClnPx8zB3gg8eEtYXRgZEVSVbKpNPVeMXitGFhGHc
f+1F600WDYlq/6ziXAFPb93lFtRz8pvT3fdJwi4yE5j7MGBVwdbxjSLv+XoM+5Gv
U1cx0VgBPCR7//xvSJFStmPdEKhttEuGkXhp1nixQKUTo/kh3p1ku4R4JAVCnp+h
y8AD5yD5qNlPyFW9XOHwLRSNz3LJz2sKs7cU/bHmpnpbIwxOocO+SR3RyAluaXDl
K+MRs/NQwWvaFO7iRplqE+Tt2zxycQQ40UIpbujOGnUpEhXJKniVsb9vQylVB/Gq
CAdXRyV45Bsa8jMVNk3nbfFwirpLGVRLdz7aXjbxZfDNpfIDVH78tvh0CHLN/irT
uVZOJk9ye9WCEZaxMrYP1nJJF6tlb2ENNtpLXhQeGcTxJYAKUm4TCh5eNbDhYRqi
VmcnhLLvZk3VDwGRSFchUAgggigCKQL+83bwW6hgqE7qbFPFzbSTqy60m2YJ6w8J
NkMb13Mgbkav5esDpPIleVNXW4kJeFHqdv49s9lxZ2X7EkXxOKVV43Zdx/7qC17v
4LYmID6BGp1/S9Ly3VBzHPaj2lZjqnE2aMWq2zU717l0xW2Xkz4cLyWueg0Gbhf2
HV1KiDjDwrFRZQLWtjtb1kL4GXPGR51qwSM89g/1+T94acjD/Ak=
=dzKF
-END PGP SIGNATURE-



Accepted orca 3.35.3-1 (source) into experimental

2020-01-18 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 18 Jan 2020 12:45:05 +0100
Source: orca
Binary: gnome-orca orca
Architecture: source
Version: 3.35.3-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 gnome-orca - Scriptable screen reader - transitional package
 orca   - Scriptable screen reader
Changes:
 orca (3.35.3-1) experimental; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 de926dfd0c6fd65f34fe1bb566cbd966940e19c6 2432 orca_3.35.3-1.dsc
 3546a8978548d89698b7848db309b0bf0135e96b 3488560 orca_3.35.3.orig.tar.xz
 01de30746d8d670f377ea504db206c391945958c 9524 orca_3.35.3-1.debian.tar.xz
Checksums-Sha256:
 b1e477f596be8bf21bf5714ac0a5f375e2f1b2c1d53f167df39231952abdbd53 2432 
orca_3.35.3-1.dsc
 d234d66d2b0bfe69730e8d0f5605bdd31564b7c22b07890041bf0175d03596fc 3488560 
orca_3.35.3.orig.tar.xz
 a7b28b38dd4d1ed55b2331d528def90b23bc495c7baecbd5b6b7a4af617d4941 9524 
orca_3.35.3-1.debian.tar.xz
Files:
 12cebdfed3b48193182f9a8758201b43 2432 gnome optional orca_3.35.3-1.dsc
 cb3af20a969baeb00b3438cdef8bcd67 3488560 gnome optional orca_3.35.3.orig.tar.xz
 35029eb7f841cd39e375e7cd07f8ff3e 9524 gnome optional 
orca_3.35.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4i8CUACgkQjTXDVXIL
uv2g9A/9H0YWhO88sfujDQ9cqU/vo70hJPnQ2npT0GJMLlOp8uao+v+ITNNvtCjS
vayWO6j41+QGWrYEnp7NDpDeb6xk2P2fQYWABJdlVezHlsOIP+bLI4CdyIPyzTFd
f6NbZR539sFFBvdOBqP72M4Zfpo3uk2ozj22XpnIa35IXs1aNRJg32gMAce5JOrF
lFHDNh76ot6/u3s9z//t9SnmLgvJnU5H/5heGdWEz2oknPcFvjcILtWMWg9cRFSV
/1k82e3WxyqqDdBnBwSS95LN2Mm+kSJPtWBJq3aOy1TR566R0hQm4HxEwnu1lGpc
v9ghIjLKY+RxHKrDX1OmfWb3d9+5v1hSZys6Ps3G69+VWNlAP+LQfwS4Bdhx4hQY
qIFGFBsljEpMZQCkwowNxTfsOQ8+hnEw+qPfxI+qehxJq/7BZpwu8K/glF8QmNsG
fCe4R/qaMhzdy1fTbE6O8gdoBWoL6hMB4Gdaug96yx5S7mSK1iAMDM9Az2qjX5bM
ZHTLfj3ZzFOF9jsGefeh9gyRPdiBCjDUhowJPdYbb170wOgSJe8dQAYMOyVr8J/W
uLHqRMEDwoyFBazeMRwgOceDC17bLNs2L6Wbo86JAt+ui44Z3ubkxm/ApB1P0uYM
BYVNBCArHKdv+Cnm5XOinVHb5mIuCeXjeyPmH3/V/GjE7frFhWM=
=4S/q
-END PGP SIGNATURE-



Accepted espeak-ng 1.50+dfsg-5 (source) into unstable

2020-01-04 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Jan 2020 15:30:24 +0100
Source: espeak-ng
Binary: espeak-ng espeak-ng-data espeak-ng-data-udeb espeak-ng-dbgsym 
espeak-ng-espeak libespeak-ng-dev libespeak-ng-libespeak-dev 
libespeak-ng-libespeak1 libespeak-ng1 libespeak-ng1-dbgsym
Architecture: source
Version: 1.50+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 espeak-ng  - Multi-lingual software speech synthesizer
 espeak-ng-data - Multi-lingual software speech synthesizer: speech data files
 espeak-ng-data-udeb - Multi-lingual software speech synthesizer: data for d-i 
(udeb)
 espeak-ng-espeak - Multi-lingual software speech synthesizer
 libespeak-ng-dev - Multi-lingual software speech synthesizer: development files
 libespeak-ng-libespeak-dev - Multi-lingual software speech synthesizer: 
development files
 libespeak-ng-libespeak1 - Multi-lingual software speech synthesizer: shared 
library
 libespeak-ng1 - Multi-lingual software speech synthesizer: shared library
Changes:
 espeak-ng (1.50+dfsg-5) unstable; urgency=medium
 .
   * patches/fix-tests-bash: Fix running tests with /bin/sh being bash.
Checksums-Sha1:
 ec1887449f70148222c91e70e0da54aa05a37329 2561 espeak-ng_1.50+dfsg-5.dsc
 c931e160b9fb566dfa93721121f752a1b1bc230e 60984 
espeak-ng_1.50+dfsg-5.debian.tar.xz
Checksums-Sha256:
 64bae2f2ad9ee22da39bcd21695264f20593a9dd0ee6df7b9f9bd311ee4299f0 2561 
espeak-ng_1.50+dfsg-5.dsc
 3331c01af999b976c92c606ff5c0b07ff42de6ae836732af85f9c7ea26bca86c 60984 
espeak-ng_1.50+dfsg-5.debian.tar.xz
Files:
 70d4b00b9ca4af1ff855fffb13291461 2561 sound optional espeak-ng_1.50+dfsg-5.dsc
 d84b2a436d574c48019281c21c1702c9 60984 sound optional 
espeak-ng_1.50+dfsg-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl4Qof0ACgkQjTXDVXIL
uv3l4A//Y5EAQxp0rRDETk7Zmwuwu8QUqPOv+sEf+JUeLkZUh75jsyYpbl6DXJpO
btJ+OKtV1SUnjbImFvggQ8DWPonQo55zSSCnODa68tTJsZWacSN2Qm/LmqNnu+GE
VS8o08Zoz6KlcmO3rfRH2j1i41lup/UpSNlPAKWOwn0KlYgWwCId2VHVETTIsr2a
0blBu5oTPBVfEDM/yvXGYjHgO13LUhRm/ynijdq5g3AeT8H/gENsB0/GHFVU/j3G
GZzNd7knbtFrZeL1Vp2o+3bB6hwPxM9L5bl7hw0lxvucDykhFprFFx6ZshB20Cil
K4RV5rrkRWLyvKDdaYXZfZEbAAw/38YXHBtWnHMnLl6Wyrwa6igrlcWCqRo8g8iX
qQVOyD5MNHcRl7l6Gavgvq1UJufVK4lI7UqsGQB3vnQmp5kVCUyvBoD0j0aIFJIf
oWvkkP3Ypbsz8j/vNUgQcaVYlhu1wXkC1PN5oKaKZyQbk/qyRloXysnwPeMD/CHz
4bSSOvHeDOMDPeh2KDoXiNRLzKj1RyQR21Shi2mPY3DWp2dBdqR2ZuyiRfhhMCiW
q0WchN7qzs24OPel5EvtBl1tTqDk0BCDSGt3tN0b+S6IGdem9nttP1XS1SAXN+Ec
QPwu0kfcxz3BJNyEWX8gC9F5cK5bBJes2v6T7sqlN77OzZLWniQ=
=WmTb
-END PGP SIGNATURE-



Bug#947955: general: Windows on second (external) screen are blurry after notebook sleep

2020-01-03 Thread Samuel Thibault
Control: reassign -1 gnome-shell

Matthias Brennwald, le ven. 03 janv. 2020 14:14:28 +0100, a ecrit:
> On Thu, 2 Jan 2020 20:15:29 +0100 Samuel Thibault  
> wrote:
> > Hello,
> >
> > Matthias Brennwald, le jeu. 02 janv. 2020 20:06:27 +0100, a ecrit:
> > > the windows that have been opened before activating sleep mode are
> > > blurry. Newly opened windows are not affected.
> > > The issue happens with windows from all programs, not just a specific
> program.
> > > Moving or resizing the windows does not change the blurry appearance.
> >
> > Oh, that's very odd. Are you running X or wayland? Better reassign
> > to either xorg-server or weston. Perhaps also try different desktop
> > environments to determine in which cases that happens.
> 
> I just tried it with logging in to my account using Wayland or X. The blurry
> issue does not happen with X, only with Wayland.

Ok, so this bug can probably be reassigned to the specific wayland
pieces, doing so.

> If you still need me to test with different desktop environments: which o ne
> would you suggest? I'd prefer one that is easy to install AND remove after the
> test.

I don't know other wayland-based desktops than gnome, so I leave this
question to others :)

Samuel



Bug#947955: general: Windows on second (external) screen are blurry after notebook sleep

2020-01-02 Thread Samuel Thibault
Hello,

Matthias Brennwald, le jeu. 02 janv. 2020 20:06:27 +0100, a ecrit:
> the windows that have been opened before activating sleep mode are
> blurry. Newly opened windows are not affected.
> The issue happens with windows from all programs, not just a specific program.
> Moving or resizing the windows does not change the blurry appearance.

Oh, that's very odd. Are you running X or wayland? Better reassign
to either xorg-server or weston. Perhaps also try different desktop
environments to determine in which cases that happens.

Samuel



Accepted hwloc-contrib 2.1.0+dfsg-3 (source amd64) into unstable

2020-01-01 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Jan 2020 15:01:22 +0100
Source: hwloc-contrib
Binary: libhwloc-contrib-plugins libhwloc-contrib-plugins-dbgsym
Architecture: source amd64
Version: 2.1.0+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 libhwloc-contrib-plugins - Hierarchical view of the machine - contrib plugins
Closes: 946482
Changes:
 hwloc-contrib (2.1.0+dfsg-3) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Use secure URI in Homepage field.
   * Update standards version to 4.4.1, no changes needed.
   * Move source package lintian overrides to debian/source.
   * Bump debhelper from old 9 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Submit (from ./configure), Name
 (from ./configure).
   * Drop unnecessary dependency on dh-autoreconf.
   * Drop unnecessary dh arguments: --parallel
   * Rely on pre-initialized dpkg-architecture variables.
 .
   [ Andreas Beckmann ]
   * control: hwloc-contrib can be built on ppc64el, too (Closes: #946482).
   * control: Drop libcuda1 build-dep.
 .
   [ Samuel Thibault ]
   * control: Reduce build-dep divergence from main.
   * libhwloc-contrib-plugins.install: Drop opengl plugin, now in
 libhwloc-plugins package.
   * patches/hurd-mem: Add memsize support for hurd-i386.
Checksums-Sha1:
 6c8cf0c88e79dbbed97ab35427f1db057fb27716 2533 hwloc-contrib_2.1.0+dfsg-3.dsc
 94947df5a0487e86f9807135c19c5ec150a01973 12216 
hwloc-contrib_2.1.0+dfsg-3.debian.tar.xz
 194e40423efcf3aad42b72598e2ecfa35631da2d 13714 
hwloc-contrib_2.1.0+dfsg-3_amd64.buildinfo
 cb6b95ba156fdee75ab50b2feaf8b1d03f93cf09 13684 
libhwloc-contrib-plugins-dbgsym_2.1.0+dfsg-3_amd64.deb
 e72b16278ec87a4bbd434d498cdab859b43990fa 11584 
libhwloc-contrib-plugins_2.1.0+dfsg-3_amd64.deb
Checksums-Sha256:
 a127d4214ca40dc0a58b2214bc013c7d09ea938f584a299f1d62a326ff6de807 2533 
hwloc-contrib_2.1.0+dfsg-3.dsc
 79bcff82880187a2402152593e220375fe0d0194b59a9f477c7041cb218b9662 12216 
hwloc-contrib_2.1.0+dfsg-3.debian.tar.xz
 84a4a1f7bc7e1e159690fdd2476258d5850952d7688cb55b16c5592bb0a9c0f6 13714 
hwloc-contrib_2.1.0+dfsg-3_amd64.buildinfo
 b0ed1a440387989f49a59f90652e8f908c6dd519b5f84df5d4378890edb9a0ee 13684 
libhwloc-contrib-plugins-dbgsym_2.1.0+dfsg-3_amd64.deb
 51947f6f2ae1797cf3a6c35d7ddc9874a05ccde89fe948488e205bbaf362dab7 11584 
libhwloc-contrib-plugins_2.1.0+dfsg-3_amd64.deb
Files:
 28c139d7ae96c1ad1981332decffdc0a 2533 contrib/libs optional 
hwloc-contrib_2.1.0+dfsg-3.dsc
 6d80295eecebeb0cc9effe7de7145453 12216 contrib/libs optional 
hwloc-contrib_2.1.0+dfsg-3.debian.tar.xz
 d48ab75c584575e36b5b789803183b8b 13714 contrib/libs optional 
hwloc-contrib_2.1.0+dfsg-3_amd64.buildinfo
 d6eb3283608594c457ff5ecfaedd73ec 13684 contrib/debug optional 
libhwloc-contrib-plugins-dbgsym_2.1.0+dfsg-3_amd64.deb
 83144b63591e23450f92905aeae7f717 11584 contrib/libs optional 
libhwloc-contrib-plugins_2.1.0+dfsg-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl4MqHwACgkQ21UOifD6
VPODPQ//WrcSucBBs1YAEP+Ep1FrmmMVkbkxWga2328lc0B/6+Nt/PrpGLx0VdIe
zkMIJF8PL76RateSmKU+BHcdQc2Dh/uv6KW/D1/PwJJKwd2BAZ1gYwrOfJYlkecY
sV7mNx/uW0hbQJXJ7ylKktYttgnL5JJq5uXDA86EzH0qCVcD3WIqePc45UBdJik+
o35QzzDIzO211rrfF0kbUHiiWvFzCyS+VVzrwaMTbStcL9lyZNN6vcO00o6w+MQQ
2ME/W4sv6iSuiQ3xDnI7k9VGsG4U3q1mYY2f1xGE/V5ABxP2gV4getQ+9dxvbHkC
TfH71DU1uGfbaXLbfIHEwKGdXGyNLij40xFvl0OWuamqiYaN2tig6lx05vWPsLlW
gBf7Z6A40dvc4Bczv8+us+xAHhFqaptdjkPRZnpGlr9TKFwfKgUtVrnpngL1FLNI
EcEztZkgFRFYXlvFwyqYbhFGP1iZNskUXNWEdafwCK+5BSQoZ51wWR2SXdN+u9H3
zG8jGsF//xDyM6MxCATokV6glmGCEpX7aqh2MfaSUZ77YnawIDGylyY5j95XyE+2
3q5uvwcxAHD6/g57LTvFD13zcn1PJaX81ZiYCzriFFWfZGVC3kgh0DRsifx+z2fe
BUdYM9/HZ7JKc57qnsLpC4A9zEtZWFy8I4AvusxHXkHfosLHkuU=
=OHMF
-END PGP SIGNATURE-



Accepted hwloc 2.1.0+dfsg-3 (source) into unstable

2020-01-01 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Jan 2020 15:01:22 +0100
Source: hwloc
Binary: hwloc hwloc-dbgsym hwloc-nox hwloc-nox-dbgsym libhwloc-common 
libhwloc-dev libhwloc-doc libhwloc-plugins libhwloc-plugins-dbgsym libhwloc15 
libhwloc15-dbgsym
Architecture: source
Version: 2.1.0+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 hwloc  - Hierarchical view of the machine - utilities
 hwloc-nox  - Hierarchical view of the machine - non-X version of utilities
 libhwloc-common - Hierarchical view of the machine - common files
 libhwloc-dev - Hierarchical view of the machine - static libs and headers
 libhwloc-doc - Hierarchical view of the machine - documentation
 libhwloc-plugins - Hierarchical view of the machine - plugins
 libhwloc15 - Hierarchical view of the machine - shared libs
Changes:
 hwloc (2.1.0+dfsg-3) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Use secure URI in Homepage field.
   * Update standards version to 4.4.1, no changes needed.
   * Move source package lintian overrides to debian/source.
   * Bump debhelper from old 9 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Submit (from ./configure), Name
 (from ./configure).
   * Drop unnecessary dependency on dh-autoreconf.
   * Drop unnecessary dh arguments: --parallel
   * Rely on pre-initialized dpkg-architecture variables.
 .
   [ Samuel Thibault ]
   * control: Add libxnvctrl-dev build-dep to ship the opengl plugin.
   * control: Make libhwloc-plugins package break+replace
 libhwloc-contrib-plugins which used to ship the opengl plugin.
   * patches/hurd-mem: Add memsize support for hurd-i386.
Checksums-Sha1:
 7151d5b39368d08148b50e2fc80e4d71a48bd86d 2786 hwloc_2.1.0+dfsg-3.dsc
 88d6d4f1203d4290e9ee3428431814918e37f14a 12812 hwloc_2.1.0+dfsg-3.debian.tar.xz
Checksums-Sha256:
 3b435ec7bb2170938fde513f939940f616586bdaf3fee40b0cbfb896c7294832 2786 
hwloc_2.1.0+dfsg-3.dsc
 38b1c6afa40228d7735fd8c0c55c69254158538c8b3a86f58b06ce7528b0c681 12812 
hwloc_2.1.0+dfsg-3.debian.tar.xz
Files:
 c7d5caadeb931e6a0fdbb1676969fdc9 2786 libs optional hwloc_2.1.0+dfsg-3.dsc
 7603ef08661be1892152081d23fc12dd 12812 libs optional 
hwloc_2.1.0+dfsg-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl4MqHoACgkQ21UOifD6
VPPlJhAAiseh6WtPJMXDGy4KchlWq0hyQIT3MatmUlcyuITrmpHf9OLsrMlCw3b5
bSfa6X9QH1SVKWkUfWhj/O7bwmfo6yPQCTla1+7pAg88XfikqhJX5DVvKYoJWpTD
fRcGRTp31DjCpWE+Bo7EASe+90qTcQJqyN/6bHnCmdl1LTGf81VclGUtwmoKPcZr
4rsJftgEmJXrq+OshEf9q+mMEiBatgcW2+90jWHuUTR7e8niSgq8siD7nuruFykr
u9YzsxU5aWb45NDxSwA6Ncb1sdMbpBxYRNJbTn7+XRYTWUq08LWqXFViIkBL+bON
xL08+IJlALl3yCIqbnvfXA+WtnRVWuqRSCMTXblBjkEWojQ+Z8J8k8wXdfvbLQzi
GtH+TVFbN/5CszjqYZAjHNTlQCBUGV0sruL4cNQtPpYsR2YF9PEHtymg1QrUNDCJ
XWhYBe9SS4Gvqp35puBrxvk0Sjc7e66TBfL3Xb23/3zAauCSV3uRoQZjGaeh22+Q
Guq1YLRfLZEa8T2lqizM3WdbArMgnggGIpG+Rub2A5Qso65C5NKJuqK8KUwOr5aa
HUm1p2h+UrN2odBk6X35k+4cRR9yT61a2m2IQG6bs+YtOwdX4NWzDeAM0HFI8NYb
FOuLDOSXwKS1a728lBkWZtc5LPn7XqW6QOWlfNUAMKrstrv1jG4=
=A/5R
-END PGP SIGNATURE-



Accepted installation-guide 20191229 (source all) into unstable

2019-12-29 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Dec 2019 22:14:34 +0100
Source: installation-guide
Binary: installation-guide-amd64 installation-guide-arm64 
installation-guide-armel installation-guide-armhf installation-guide-i386 
installation-guide-mips installation-guide-mips64el installation-guide-mipsel 
installation-guide-ppc64el installation-guide-s390x
Architecture: source all
Version: 20191229
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Samuel Thibault 
Description:
 installation-guide-amd64 - Debian installation guide for amd64
 installation-guide-arm64 - Debian installation guide for arm64
 installation-guide-armel - Debian installation guide for armel
 installation-guide-armhf - Debian installation guide for armhf
 installation-guide-i386 - Debian installation guide for i386
 installation-guide-mips - Debian installation guide for mips
 installation-guide-mips64el - Debian installation guide for mips64el
 installation-guide-mipsel - Debian installation guide for mipsel
 installation-guide-ppc64el - Debian installation guide for powerpc
 installation-guide-s390x - Debian installation guide for s390x
Closes: 414194 794936 913389 927165 927987 929752 930476 932284 935069
Changes:
 installation-guide (20191229) unstable; urgency=medium
 .
   [ Guilhem Moulin ]
   * Add link to a guide/document for encrypted /boot. Closes: #927165
 .
   [ Holger Wansing ]
   * Remove 'outdated translation' warning for Greek, is now fully translated.
   * Convert Czech translation from xml to po format.
   * Use   tags for quotes. Closes: #929752
   * Updating chapter for choosing a network mirror. Closes: #913389
   * Updating chapter about setting up the e-mail system (exim4 is no longer
 installed by default). Closes: #930476
   * Update for 'Recommended partitioning scheme' chapter. Closes: #927987
   * Rename mdcfg into partman-md and lvmcfg into partman-lvm. Closes: #414194
   * Remove mentions of floppy. Thanks to Miguel Figueiredo for the patch.
 Closes: #935069
   * Change CD/DVD etc. into 'installation media' or 'installation image' as
 cover-term, where applicable. Closes: #794936
   * Bump release name to bullseye.
   * Remove trailing whitespaces from changelog file, to fix lintian tag.
   * Update sources.list lines for security updates according to new notation.
 .
   [ Moritz Muehlenhoff ]
   * Update doc for apt-setup/localX/key preseeding config. Closes: #932284
 .
   [ Samuel Thibault ]
   * Fix shortcut for high-contrast boot menu entry.
   * Bump minimum memory values: graphical installation needs 1GiB, and only
 the non-graphical installer can meet the no-desktop values.
   * rules: Use dh_prep instead of dh_clean -k.
 .
   [ Updated translations ]
   * French by Baptiste Jammet
   * German by Holger Wansing
   * Greek by Emmanuel Galatoulas
   * Italian by Luca Monducci
   * Korean by Changwoo Ryu
   * Norwegian Bokmål by Allan Nordhøy
   * Portuguese by Miguel Figueiredo
   * Swedish by Mattias Münster
   * Spanish by Javier Fernandez-Sanguino Peña and Robert Schneider
   * Dutch by Frans Spiesschaert
Checksums-Sha1:
 0e799e1f9399f834ff93c6635207701ac3331a99 2907 installation-guide_20191229.dsc
 c627dead540595fbc0f3cf8af314c26adc84a81a 3739376 
installation-guide_20191229.tar.xz
 abe5a11e83e245744c69a15da563d907a44fea33 17013612 
installation-guide-amd64_20191229_all.deb
 cfd65ecb3fa356f8f93a041769472bae9db7769c 15550876 
installation-guide-arm64_20191229_all.deb
 348c0431b3b0edb903a0814a47c9ff65841d3e46 15227096 
installation-guide-armel_20191229_all.deb
 f28b92bd86a6cd2c67a847b65b38a6e525b90511 15647580 
installation-guide-armhf_20191229_all.deb
 b7400eab6534e40d927e9f70781ad8a2daec73b9 17061224 
installation-guide-i386_20191229_all.deb
 f2ac663c09f107ad160e53bc0e398323c1ba166e 14694076 
installation-guide-mips64el_20191229_all.deb
 cf851a94647504aeafa09b5cb3db49730fe9ea97 14676124 
installation-guide-mips_20191229_all.deb
 7535cddb3922be626c769a471ea8ad6fc56d1f43 14696632 
installation-guide-mipsel_20191229_all.deb
 715fd111986a8b32ca8d3b8d17e635149d185201 14984796 
installation-guide-ppc64el_20191229_all.deb
 1d69692632681adecb687c8e24e34cd255a9d006 13528916 
installation-guide-s390x_20191229_all.deb
 60c0e9a73d2205b9dfe0c07f61025eaeffbb00b7 15247 
installation-guide_20191229_amd64.buildinfo
Checksums-Sha256:
 000f9377ae74631d508792d98c0e4a9045f3487df08821bf10afc62d5ecb9ad7 2907 
installation-guide_20191229.dsc
 d21a29d771edc789a9cae90cc1e8a3383cb69f172628872b8d4288deaf788370 3739376 
installation-guide_20191229.tar.xz
 12273d879fdb3954914142a0e48a8497a248f89ef75c8945d9b4e4ef3bb28d56 17013612 
installation-guide-amd64_20191229_all.deb
 ed0f663360ba6ca6998353ae21a4c8d784214f7e2a76263ed59ed8af3de4ece7 15550876 
installation-guide-arm64_20191229_all.deb
 d03380a9da527e946f82a84033ee13a02c4b58ca34f5778cb8b4d47843941b17 15227096 
installation-guide-armel_20191229_all.deb

Accepted libcompizconfig 2:0.8.16-3 (source) into unstable

2019-12-29 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Dec 2019 15:16:06 +0100
Source: libcompizconfig
Binary: libcompizconfig0 libcompizconfig0-dbgsym libcompizconfig0-dev
Architecture: source
Version: 2:0.8.16-3
Distribution: unstable
Urgency: medium
Maintainer: Hypra Team 
Changed-By: Samuel Thibault 
Description:
 libcompizconfig0 - Configuration settings library for compiz
 libcompizconfig0-dev - Configuration settings library for compiz - development 
files
Changes:
 libcompizconfig (2:0.8.16-3) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * control: make libcompizconfig0-dev multi-arch: same.
   * watch: Generalize pattern.
   * control: Remove Cyril from uploaders.
   * control: Re-build-depend on libprotobuf-dev protobuf-compiler on linux-any.
   * rules: Do not disable protobuf any more.
 .
   [ Colomban Wendling ]
   * control, rules: Properly depend on the Compiz ABI we built against.
Checksums-Sha1:
 70c7754ebf2b75fab3f6993a6c0fd5a93deafff8 2200 libcompizconfig_0.8.16-3.dsc
 e1c63152170975d816786a9738dfeed0c1dcd949 4160 
libcompizconfig_0.8.16-3.debian.tar.xz
Checksums-Sha256:
 cc97984a06cee61e9215e2c7d7dd8fc9c3d786109752b8426b52055ce73deb40 2200 
libcompizconfig_0.8.16-3.dsc
 83820f7520adff2821860528ab8dd001339dcef5992e2667f9ef41fc44ae8505 4160 
libcompizconfig_0.8.16-3.debian.tar.xz
Files:
 4298371c727112e6f580af865bea24d7 2200 libs optional 
libcompizconfig_0.8.16-3.dsc
 099f7517c2c73b1ebf6844119abddb66 4160 libs optional 
libcompizconfig_0.8.16-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl4ItX0ACgkQ21UOifD6
VPN7WxAAw3QHJbZbhhXb0+S1R+phRZgf68uMd0SEpA4+NfiUsvI3xQh+QqV4odB0
y+rkitxUW2/tzLlQzmPC2sE/jAMoDRZzRSY7IvRrDDPjjTtGkF00jEDfdI6dpSB3
nPZyafDg/0ur9l05edrxS6284XfHSFUlkQu96bHlHftW39dnJU9kH1sm/noTWSw8
IPsWdwqRvHKyk5Ku9P/z2aBxVpU7kzqeLxlmltcrZBnPuNyZg2O8MhnJJKBh/u9W
oN2M7Dcvg21A5c1L6fJW7BtWILibezj9OQzoSHEEx7D3GC6qmx2XLmNQdKVMWhmc
msEGOvtc8w9MzTEUuKlODCOr8jws18jb7HXVcqDTrZYnD6p1g/ytdKTRyWdt03UK
n/gaKK2QUT9jAxzQc4ZFmKeMn6/wLWDJnD9bb9+KjrsZYjkHbwn4EzZLmq1o4VIG
WNJrPrvOVCMn05n7ARstAReAkKCUvttE1GmMuKAuySSayvGEiIK+o09G+LM6qk1P
5UBdv7PKHOqBRXVgPCZNhzPF4vI0UFNStMBq6+zQIlaZigDihTcggTAT7Q/jnD/R
UbAuaFIJt07ttKJ/cIEls55kFYHcvWZ5MXEQATrWgeYnWk5pHYiha5/GSMS3EchK
iz16TlLTkmxuhkyulWfN6ZcNf+Uyd+RtNyuBYc1sfKCqjWD0tus=
=s+l6
-END PGP SIGNATURE-



Accepted hurd 1:0.9.git20191228-1 (source all) into unstable

2019-12-28 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 28 Dec 2019 22:49:43 +
Source: hurd
Binary: hurd hurd-dbgsym hurd-dev hurd-dev-dbgsym hurd-doc hurd-libs0.3 
hurd-libs0.3-dbgsym
Built-For-Profiles: noudeb noprof
Architecture: source all
Version: 1:0.9.git20191228-1
Distribution: unstable
Urgency: medium
Maintainer: GNU Hurd Maintainers 
Changed-By: Samuel Thibault 
Description:
 hurd   - GNU Hurd
 hurd-dev   - GNU Hurd (development files)
 hurd-doc   - GNU Hurd manual
 hurd-libs0.3 - GNU Hurd (libraries)
Changes:
 hurd (1:0.9.git20191228-1) unstable; urgency=medium
 .
   * New upstream snapshot
 - patches/git-rlock-len-0.patch: Merged.
 - patches/memleak: Merged.
 - patches/external.patch: Refresh.
   * local/setup-translators: Fix setting permissions on default-pager.
Checksums-Sha1:
 ddf018f35d8b340c12af0e8ff677b869e71a9709 4611 hurd_0.9.git20191228-1.dsc
 407b521edd71f1858fbeb824ffc84322b9aa5914 18079 
hurd_0.9.git20191228.orig-eth-filter.tar.bz2
 b384d5e9e76596a53dff40706462831095b31159 3346203 
hurd_0.9.git20191228.orig-libdde-linux26.tar.bz2
 c971d3c5a1fca31d9a8f6606469a0b3901800997 19452 
hurd_0.9.git20191228.orig-libddekit.tar.bz2
 c99cdfa01a0338d6ada82b91eb676567d673e7bc 22206 
hurd_0.9.git20191228.orig-libmachdev.tar.bz2
 4504ce4c1406f6d8d835ee40e61e3fc33aa046b2 2119464 
hurd_0.9.git20191228.orig.tar.bz2
 b95f36a63a045a834a5fd709aa3f3d601962e507 69176 
hurd_0.9.git20191228-1.debian.tar.xz
 2faabf26c7637575ce058265f9bc3e6facf26547 172848 
hurd-doc_0.9.git20191228-1_all.deb
Checksums-Sha256:
 6c1e4d698a35f5bc29e3529303b8afb97fb8d80563b702ec3395bb326b727601 4611 
hurd_0.9.git20191228-1.dsc
 0d8b7cbe0d36facc847fa1b3caec00a908ae45d91fa6a46fe44bc836d835d0bf 18079 
hurd_0.9.git20191228.orig-eth-filter.tar.bz2
 51323533a0b3c7baed7a9a1edd1e41ec8839deb222c722c2b3f2a30777e8600e 3346203 
hurd_0.9.git20191228.orig-libdde-linux26.tar.bz2
 a64b7f77aee914cd45d4aa7706849eeed9c1d6aec1eba13eef804a20813a336f 19452 
hurd_0.9.git20191228.orig-libddekit.tar.bz2
 cc6f85aa229367206e4a6a28e4ba89b41d3da35ba578f278e0e1704136038b0e 22206 
hurd_0.9.git20191228.orig-libmachdev.tar.bz2
 f0ba212fb203bc5df3c989307f9c86c47b39be6d458c3831b095d7c16a2450c7 2119464 
hurd_0.9.git20191228.orig.tar.bz2
 79f5d9d9c4fb3f7b7618119f9abf10d41f45069fe272a6b5a5eae4f3c4abd874 69176 
hurd_0.9.git20191228-1.debian.tar.xz
 1666f3a71957ca99f660d7003737f8f31d5bff6d607ef5510cfc64219dcd4627 172848 
hurd-doc_0.9.git20191228-1_all.deb
Files:
 9ca0d160a03cf5162bed50ccce783c98 4611 admin required hurd_0.9.git20191228-1.dsc
 106fb126b6ebbfae2487ed077c3d2c49 18079 admin required 
hurd_0.9.git20191228.orig-eth-filter.tar.bz2
 ae4ba04a724df92236ec4fe9e8a531f8 3346203 admin required 
hurd_0.9.git20191228.orig-libdde-linux26.tar.bz2
 ab114d7635aeeccfc0e03be42e510789 19452 admin required 
hurd_0.9.git20191228.orig-libddekit.tar.bz2
 b56e403c14352c9f0bcb02663c8a 22206 admin required 
hurd_0.9.git20191228.orig-libmachdev.tar.bz2
 f6af592409e3b6c9b574d8207b315de7 2119464 admin required 
hurd_0.9.git20191228.orig.tar.bz2
 c757d7053753251deb977d0eb71ec06d 69176 admin required 
hurd_0.9.git20191228-1.debian.tar.xz
 6f86dfcc2812544c0a40298f6e355468 172848 doc optional 
hurd-doc_0.9.git20191228-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl4H4lYACgkQ21UOifD6
VPN1Uw/8DN73J80T/uQ3O6T1Z7srRKpahSZkCf0JBuSA1K2V/8ORf11E+7mTsnej
8zqSFTFDEfEExtk41SIbkj3avJIRtl8zs+E79v/v3NnladO/4XiWVGbQwymHoMaV
DSW0qTwaBqFZo19FluKPTzSL87j1yarLtIeV6MVf314i8HmyrUlUW4ZTqR90DDdf
O7cDpeGojqYppyKQf6t6fZj6/LdtfqPw0WDuVfXk+WKDTIL9hAxosk829A4C/lZx
qfIAwHnLyBAFqQV7XwWQ2UXtBVVHjH0kcARuzk4WKDN/yoT42U5qRF6jsgyuRRo3
+PHU8dBRpElDJ2WLqDan6zcBxhklD39vozwWv2jmYlXE13/+NVPLvsr7LSwCe+Il
zMtFVT/HNRQ80PFeCKb+/yUsRfeXY5MQR8gWEgh8XeVztdWPa3gmoVGXnh21nG2u
r4PfYq5rE2j/zMzl93ve4IlgqPGveqR2IzGOI+zEE1T+rsr7DeY2hGN/r0Dycb2u
WBjcGd5m2oHco9TQz/pW9O/oJtoRq+jrgHh8no8aviQOPy7gCIEHafii6F8mYnVH
5FaJfRezFYjTIq66dJ9CUE1YDmMrNM0apdnkiG7Hzh6MtF7k3B31MB09PvwESag4
wHx6rlS+pz8N2Et8RllKVWDISw+iR9MoKXfqioAynJ+CGTZ8u2g=
=WGa8
-END PGP SIGNATURE-



Accepted dasher 5.0.0~beta~repack2-1 (source) into unstable

2019-12-28 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 28 Dec 2019 18:01:41 +0100
Source: dasher
Binary: dasher dasher-data dasher-dbgsym
Architecture: source
Version: 5.0.0~beta~repack2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 dasher - graphical predictive text input system
 dasher-data - Data files for dasher
Closes: 947519
Changes:
 dasher (5.0.0~beta~repack2-1) unstable; urgency=medium
 .
   * Repack to remove Win32 binary.
   * control: Make dasher-data multi-arch: foreign.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * control: Add myself as uploader.
   * watch: Generalize pattern.
   * patches/yelp: Migrate to yelp-tools.
   * control: Build-Depend on yelp-tools instead of gnome-doc-utils
 (Closes: Bug#947519).
   * dasher-data.install: Install /usr/share/help instead of
 /usr/share/gnome.
Checksums-Sha1:
 5ecbc42fe60d2d08e8b0460a5eb7ecdb5fad9b3d 2225 dasher_5.0.0~beta~repack2-1.dsc
 3b1d065d6f73656037bdce9c882c5686318c8b60 8283996 
dasher_5.0.0~beta~repack2.orig.tar.xz
 52f00e552185ffe4397db29f543563b5a0eace13 2088992 
dasher_5.0.0~beta~repack2-1.debian.tar.xz
Checksums-Sha256:
 1d50263b88075e852da7f047f639ea121a59b829c71125d2da14295d3c57a752 2225 
dasher_5.0.0~beta~repack2-1.dsc
 2633a0a5c8eed295ca2f52d6d02c594391884f4e9c7ee5c69b80b131bce33963 8283996 
dasher_5.0.0~beta~repack2.orig.tar.xz
 8defb43ef33f69a5f6e89c6407a410be6c71c4bb4795cc7173ea49d95399f811 2088992 
dasher_5.0.0~beta~repack2-1.debian.tar.xz
Files:
 e55daf659fc97884c8f382a00bc2a877 2225 x11 optional 
dasher_5.0.0~beta~repack2-1.dsc
 ca75afa3d2a3c35f27d1fe9f9bac4260 8283996 x11 optional 
dasher_5.0.0~beta~repack2.orig.tar.xz
 87ff44add35007e5a9b00fa294d54f6c 2088992 x11 optional 
dasher_5.0.0~beta~repack2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl4HjAsACgkQ21UOifD6
VPPygw//bYOpl14vaIqaEPtKFS4BTGH3iunLndTGyqd/DRsWOQpWmMFj2l1R047Z
gImFRVuQDoGtZXzUyIU2Qe7dokUoFYmVAmuxZcQIYN8lnr+3J6dpAKL5TP7/DJtD
DcYfESS3YIYIi+l/TrDcdZoWs8ZFCtC1oWVmX2V0V5wJFxO1QM2nGmPqjRsDiK5y
gm9MmYZxO8c7htFV8jpZ58eno0wi5mP6iFLJ1TxLKxWjBJrnvx5K4g3xxjxR5es4
oLjmquXvGNhBc5kTAi+x7CTz/JMvNUzocOJiPFEJTCvNVMf6ZM8GAJeUdvkCBuvQ
y0LdKrHmyOMcIkIJUC2b8ECrrQM9Qb8sW6Leg681LR/kzo77PO7C9tlU3VIK8FAL
fCDNhg3t5GpFVZ8NZDJaYSHOYmMn35XwZ5LjC2ZLxFKXtd1WDGS4skUdiYhOQipm
+a+edwznr+F3YuTYbYPOnwa0M7sVZopUE219gJjU4IfCAxI5xn/Lk/Kuer0dUWvx
1Lk9tEoTXCKzHOCane/FD6JczVHhJhNdWTPT1xeoqfOkrTZ9sref5M4aseukS6ZT
hY6Nswe25N2C8qGf1fT7uOpqcOmkNHF6QUM7n8pVum1J1WO5J/Ljhn5zYa20ncs3
06O/cH8qCbPrRfYxpBjRTnHsHjM/i0grtsdDMeAC+TOA0i8vFFc=
=uaIU
-END PGP SIGNATURE-



Accepted gla11y 0.4-1 (source) into unstable

2019-12-14 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Dec 2019 00:19:10 +0100
Source: gla11y
Binary: gla11y
Architecture: source
Version: 0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 gla11y - Automatic check of accessibility of .ui files
Changes:
 gla11y (0.4-1) unstable; urgency=medium
 .
   * New upstream release.
 - patches/python3: Merged upstream.
   * control: Make python dependency :any.
   * watch: Generalize pattern.
   * control: Typo.
Checksums-Sha1:
 71cc0b8c5815bb4e813873225e2b7edc5f44e113 1952 gla11y_0.4-1.dsc
 fde761df2552284e63c88846ee214d3b6ca93d02 20776 gla11y_0.4.orig.tar.xz
 4696c08700d6fed441e41c2d4d87047c068b2260 2284 gla11y_0.4-1.debian.tar.xz
Checksums-Sha256:
 4f019f85c2e7d8563f726b07f2a84d0a25c994127397d666ea200997dff36208 1952 
gla11y_0.4-1.dsc
 42187a26bd2e618f7073c4e5239ac01ed64e8a36ba8efb9772aad0ab3f3a77c8 20776 
gla11y_0.4.orig.tar.xz
 0ce2f43a1c6f3ce6ae8b1bad47e2e03b067504f3aae1af7827c845d7c189e2f5 2284 
gla11y_0.4-1.debian.tar.xz
Files:
 a3af93160067eb455a8ce8c794a65f3d 1952 devel optional gla11y_0.4-1.dsc
 f2c2cafd34842b51300ea96a94dccbe5 20776 devel optional gla11y_0.4.orig.tar.xz
 e44678ee1ff1a68cbc72e5f164f74e70 2284 devel optional gla11y_0.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl31bkkACgkQ21UOifD6
VPNxGw/+LM/nihG8A66csJGrrk71Syrwg0pSBd6NnQlM6vVBwwn9J9Wk3C7/qa30
PNcyLvveEdbjQmYb1/m3wV8asi9USBrD4Ws6FL8oGw8/LeYoupbZ7TnKrI+0b7mY
tR44LHnnxmkh3yuqUifhDh4qmOttfHnEd2SEQ+005BI3V2eElswUqBcnc4hQ2PNm
vNX8M1XK0oWWa27bo7kLf14EFbezuPSaEyTkn8F/rRY5EZa0NgwvkyulngXH1xEp
CxSq+mhyP35zmqsmRTanAA739s09hFOkrZmv03pM3qXcy0LEdcAidiaj4oKdpTXY
q3IIH2BBEcAwQwrHyQzdXq3RXl+0NxXA7E+xps8Sh74FHcuL/8OEHQG3zEdabLJG
StT2wjwtxWcSYqZ0zzKoAXCgg0ESvqT2zGggD5iZiadGHS3cHEonoY8pW+TRG+pL
t+fdsDD+e/HpR7LjJMKw9xgWn+mowv6/lf+8MHhdnyXPB4AEH6O5D1N6WpxUg88L
7UzfiQaX/8PsrPcIzI0MlfksrCAqufC91bTJpF3EPE1aSXmQkas/Xq0fpLgpMKP1
/zfEtLgPgfkT/+dUYPgfoaeHsw7SkeQZDUf8iFgpk9D/q72dP1J8Bo7m8iG8yzx9
jz4bq0zqoJiLMF36tVzlvsxHiHWDJOD0DWuKpe1H48vXViPtgyY=
=YW3Z
-END PGP SIGNATURE-



Accepted fxt 0.3.9-3 (source) into unstable

2019-12-14 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Dec 2019 19:08:58 +0100
Source: fxt
Binary: fxt-tools fxt-tools-dbgsym libfxt-dev libfxt1 libfxt1-dbgsym
Architecture: source
Version: 0.3.9-3
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 fxt-tools  - Multithreaded tracing library
 libfxt-dev - Multithreaded tracing library
 libfxt1- Multithreaded tracing library
Changes:
 fxt (0.3.9-3) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
   * control: Build-depend on help2man.
   * patches/help2man: Generate manpage from help.
   * fxt-tools.manpages: Install generated manpage.
Checksums-Sha1:
 52bd3309b3ff960d82826b72be32683ab7bd43c6 2100 fxt_0.3.9-3.dsc
 f159bde13b50fa1c2b45cd8d147dbe73cc36ed96 4004 fxt_0.3.9-3.debian.tar.xz
Checksums-Sha256:
 8f2a5b7331f1f55c077fb6e798024dcfdb087b6c7486097eec62c7de2b63c4b8 2100 
fxt_0.3.9-3.dsc
 9cd6a3b532b4b90b3f6ef6ee92ccc9cdc2d561435a86042cd6b75a3d9fc85166 4004 
fxt_0.3.9-3.debian.tar.xz
Files:
 34e20b6d69b918ce947e9467baa5359d 2100 libs optional fxt_0.3.9-3.dsc
 b733ebddce029bedcd029e2953abce04 4004 libs optional fxt_0.3.9-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl31J0kACgkQ21UOifD6
VPPAOA/+MQFdpFmZLKSarZ6ZIWHYRw2TdyHpr6wFrOa+RIVagfxQ7McI0omOdM1R
yOiTX+E+ZCpvbEJnnMOT5gBGuM0zkQtukR3z/lwGTISdpBHeSYsTif6lQ4H7AaWw
cULQ7ZWaDIWROiPy+nk4oKzHQBgIVzDKuXeNprkIK9yI0Iiwdz0yFFGz3iFsXkdH
nHql3pJefanTUoxOgwqbJFEKzSlz5Dm0c5au2fuh8KsvUORj+kJm+rv/4d8tlxiy
3r+kVrzjQP3eZrC4jQ1AfEwVtd9Qbm4tjNJUFvRYqGayPgo7CCvPX7TD+nVGjC0G
Piz5qD8vEplzYMWLoWzc4qTMSYdPodsbrd4XJ+TmDqLIB6aUK/87I6FwU1B+Mb/r
crJzZQQew2uNgWzgTkH1yzlRcl7Q8/6NFzAdLCHacFDfVctwvUPpkU5H2Srwpmgh
4ExKNNacO4AorailEVJd9AmRDULKQ4v/Ck/JHozczPaGcephtMTRN0n3xsboEdFx
xYW6GLAEiYgwYAKZ4TgikyVOhH5Ki9P3VblQu+dOpeoPfs2KtUkCBguvOOaye9nv
TZE0VMUU6jcDKyggrTGc6ILjQaDId6e0ySx010jBVaPUz/p+2v4NRLUUWT2U6tOy
YQuatoq70sDWzHA1C6G/8AB+bzqHsSYnwrCtPzXXopX5+GejvAo=
=nJB7
-END PGP SIGNATURE-



Accepted speechd-up 0.5~20110719-8 (source) into unstable

2019-12-14 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Dec 2019 18:38:25 +0100
Source: speechd-up
Binary: speechd-up speechd-up-dbgsym
Architecture: source
Version: 0.5~20110719-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 speechd-up - Interface between Speech Dispatcher and SpeakUp
Changes:
 speechd-up (0.5~20110719-8) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * copyright: Fix FSF address.
   * control: Build-Depend on help2man.
   * patches/help2man: Generate manpage from help.
   * manpages: Install manpage.
Checksums-Sha1:
 95f1b6f3bf47929759f2cc7de7eb93d7bd39ecbe 2115 speechd-up_0.5~20110719-8.dsc
 0ec574f798c9c8b8f052ff8ba45868794c6d4905 7736 
speechd-up_0.5~20110719-8.debian.tar.xz
Checksums-Sha256:
 062259dda7f8977d76cceea6d014fd9be49bd8d946e340d7739fcc2e67dbb930 2115 
speechd-up_0.5~20110719-8.dsc
 77f3568ccc5d51a20f79f501679605666bd82257384d5add42737d1211c5697b 7736 
speechd-up_0.5~20110719-8.debian.tar.xz
Files:
 4725699148fb70c819080d8b718aebd7 2115 admin optional 
speechd-up_0.5~20110719-8.dsc
 5147a1af7f3b9a5970bd1f627ab56213 7736 admin optional 
speechd-up_0.5~20110719-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl31HmUACgkQ21UOifD6
VPMVAxAAn/91YMiC0RTsO3kSHmwlBjs83LLNbItBJ7b3Peh4Thr3TZxvm+u29dmE
fdIDolEXHVHL/P33NQvF+Lf4qBqKr3JVbZtsbW7Zu+vxiYfk6dzr6AeblSr3r+an
d/KRQ2JfTM1NzDNVeg0pHLlswB0jox87GdGvosby3QG4h6OXaVcwQettThetKJu1
vX1zuz5Mj6nQMCIle2bxtxSIUmfW22EjkvGMSwfnQYORTdeEdNbZzla0CpZUmk/U
nTXdJsph+8p2Tee+QCTcGRuCw+5VFtOfvV+jdSTfdRM2kAwBn/LpFTg3oQbzU/Dv
7tFSpplhBbwvGSN25TXleuJI8P/HuHrfc0RBsuTABz3/tGmKPRTnjHEfleEqFUYG
FEz7RaQR4sIAiosAWJE773xpLXB61mntch/3COWsZ3Nuk8z1rsJuL0Vr4hP3veBk
K6S/gUu+VQb5rV4yYb0g25nrtQ0GqZ3U3XIhDlfp88uY1xead7xjf0pBlKceYIP7
NkZiV3PiJmvlsvH7DLnP/oEXyuaPIMOLn0IWpJ6iV3K3gb8LW1zXznq7gE/D5Q26
hlbdoXFAXHnWJusc1rhHRsG2Rsz+SoHOX19J2WZOD4SHtYHxh4esMkzGB/OMuTrT
0Zm7rbPWBHHq34kmxv0/xHsdFONKlMW8NhloqibY5F7nC6Nsdp4=
=koCT
-END PGP SIGNATURE-



Accepted espeakedit 1.48.03-7 (source) into unstable

2019-12-14 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Dec 2019 17:48:18 +0100
Source: espeakedit
Binary: espeakedit espeakedit-dbgsym
Architecture: source
Version: 1.48.03-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 espeakedit - Multi-lingual software speech synthesizer - editor
Changes:
 espeakedit (1.48.03-7) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * watch: Generalize pattern.
 .
   [ Debian Janitor ]
   * Use secure URI in debian/watch.
   * Bump debhelper from old 9 to 12.
   * Set upstream metadata fields: Archive.
   * copyright: Fix FSF address.
Checksums-Sha1:
 9621a77189069b77c6dc800b932e1c7e5e4c2ea0 2021 espeakedit_1.48.03-7.dsc
 218dc895e4801f23ea102d53dc09e305992a9ef6 6212 
espeakedit_1.48.03-7.debian.tar.xz
Checksums-Sha256:
 3550bb2fa5746539da3cfd5f9c9a2a9396134892404b7673f1b31d54a7461686 2021 
espeakedit_1.48.03-7.dsc
 b541e80e844c6ffa80860495bcbeb62f30e7c14d0d4a50a654e38814f2e4a3cc 6212 
espeakedit_1.48.03-7.debian.tar.xz
Files:
 2ea367e44288aa997d5f10addea3b717 2021 sound optional espeakedit_1.48.03-7.dsc
 616a3729a7d950771b1f0ac212f5a07f 6212 sound optional 
espeakedit_1.48.03-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl31FOAACgkQ21UOifD6
VPNkABAAxn4CVLsie1pyhbFKNXPi5liY1vRCCbDWW3GCxCKhh2ZwhFDPYp9SSpPX
JO0vFNeHPLtzFH6Bb7FyLiXS7WZ6BZr8Pp1CDXavkbY8gQNgPybMKEPc3B6/qQYV
n8ZQdy7iP1UoonQnz33mMJhp6/Ezv1GquljailIks/sCSWbpiD4VZaKNpv3sAwnX
CNrCCWMT7SLh0NvS69u/UYekFVek+/EgRkGuDH2Ty3RGmsVX02e4UA6PXbb6NTBg
k/YzNN3IEzGKrxFZAyfi66hNFrzKk2Fn0lugqkodnXqU1+g7BOuqCgkJWMY1hKuS
ztiA8Lb4EIADBMR7b1s3ygd19n+yJGKd4AKRsoqARU6OC3gMvHyL2SpCFD+AGgsZ
leLi+ZMINK94hwQZKb1IsljhjlK6suNx2flpX+Q2eKboCOVUsl7azRY/sCgfeMV8
MqMQyP3N8KdVI0ikZRmJ8Bu2i2Jz5Ib6slAvSZQXo5g6lLNSRJiqkFiM+fA12nBD
KFbhmCDIhYpUz7XDHTs9OZHMdcWZVqMI9KTP7cu2ZZqwdsi1nnNo9ySNKdJHczcf
y/kCrUc0pnllbjBhjCvsccBfONptUVA7waorcJGyMmZX0Y//B8gBRqxVxOfBH4+/
SVhyr4pLqETolkXdMg6+bJj84SC4pV+IMz82Lfm7TSh6cvaoyNI=
=0Gg2
-END PGP SIGNATURE-



Accepted espeak 1.48.04+dfsg-8 (source) into unstable

2019-12-14 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Dec 2019 17:44:10 +0100
Source: espeak
Binary: espeak espeak-data espeak-data-udeb espeak-dbgsym libespeak-dev 
libespeak1 libespeak1-dbgsym
Architecture: source
Version: 1.48.04+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 espeak - Multi-lingual software speech synthesizer
 espeak-data - Multi-lingual software speech synthesizer: speech data files
 espeak-data-udeb - Multi-lingual software speech synthesizer: data for d-i 
(udeb)
 libespeak-dev - Multi-lingual software speech synthesizer: development files
 libespeak1 - Multi-lingual software speech synthesizer: shared library
Changes:
 espeak (1.48.04+dfsg-8) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
   * espeak.doc-base: Typo.
   * copyright: fix FSF address.
Checksums-Sha1:
 33a1c31b175c6fbf178f26e28dff06c4dc7c4210 2252 espeak_1.48.04+dfsg-8.dsc
 c2b96484f37d25b153e342b5425587b599c4cffa 40216 
espeak_1.48.04+dfsg-8.debian.tar.xz
Checksums-Sha256:
 863f40b0da34d1275d2abfc829fcdfbd5a5e6c0726601f63eaeb69979d24cbdd 2252 
espeak_1.48.04+dfsg-8.dsc
 3147cf76f7ab1cb6d75250b98a83faa8942dd1dff68422c96e8f002ed73b20c4 40216 
espeak_1.48.04+dfsg-8.debian.tar.xz
Files:
 4763b8b1eb069a5ea0fbd56496aba25d 2252 sound optional espeak_1.48.04+dfsg-8.dsc
 69136e8442e2964d7d0e08973015cd59 40216 sound optional 
espeak_1.48.04+dfsg-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl31EvMACgkQ21UOifD6
VPPEnw/7B0dYBWiMXQEx4PwHqlGUic06OLi33tsySyC0J14Z1YwJeC+27JEvRNvB
Fxv1URlGhKzI1OHy0fYTlWJMGKnc8kGKbEHiRh5kSig/m0+TFhFJ3reJFHXaqHUz
kIikivzFLQISjlsa1xTIvX6VKtw1PNTi8pwjjlX8sjrGbOs+bXe3b+/3cuely889
oJfFnHBmyvmSsaXW6GDr3ePQmO97xJ1VdlhvUD/a37no78gQV9QUgZZMDAnoDvtj
RfwAFjScx9Ep8bAGYeVZyx22+vofzTyUy2n8YAqcr/hWNteN20yo7tDZJ0D7jH3B
33pZSXB7tNgB8dGH0zxLh7JluDE2UkXR55seAM7HFEPFInMlIpySmZvWck8XieW8
qKIJtrmCONdSmANQQfxAEP6XIV3GZLYHU/dQhZK7BTh/cAskrPDJRFVLnUmheRWF
t+8riT91FvnBi14DkzLnMbMpHfwdjTe+KueBO6QBLPbHfuXKWR9dB7+RA6r8vaXM
40gUwJsKLhfv6hFj744exV/uuv6USlMWgvPruoConLfR6tRzAAy4phOiZuW8oY/9
kX/Dx32Ez2HPBEWbU1XlZFdvG2vKSI8iIvZA6OJ4m8nIpn74rGNLSM/KWS5NiPVb
6zZvdKi19JAJdIR2nWHHinPMc0BIuUjuHqyGQWSr+q6VD5d2vxA=
=sQLQ
-END PGP SIGNATURE-



Accepted starpu 1.3.3+dfsg-2 (source) into unstable

2019-12-09 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 16:20:10 +0100
Source: starpu
Architecture: source
Version: 1.3.3+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Changes:
 starpu (1.3.3+dfsg-2) unstable; urgency=medium
 .
   * Re-upload for building arch:all on a buildd.
Checksums-Sha1:
 b59b43379ac7b8ee3713124f33807c898c5384b2 2811 starpu_1.3.3+dfsg-2.dsc
 776ae0a8b8aa282b3b4a76d7a283b11103f6f8af 13080 
starpu_1.3.3+dfsg-2.debian.tar.xz
 7087e871261aaef7e2d22e8bc8d46c6412e8eebd 16428 
starpu_1.3.3+dfsg-2_source.buildinfo
Checksums-Sha256:
 9f7e900fbdec20c957fdf6db5f99ed0f6eb661c6d99508c4be5d9d04734abab5 2811 
starpu_1.3.3+dfsg-2.dsc
 2162e01aef494e34f7dbd3e7cc9bbae66fe876f34669cc63e9fedb9703aaf8c4 13080 
starpu_1.3.3+dfsg-2.debian.tar.xz
 ab405f38a3df083c305e35fb96318d933c12f3d1b402bf7c7cb2fd5db8eb285d 16428 
starpu_1.3.3+dfsg-2_source.buildinfo
Files:
 a6d6dcb6db9541ded9f7727f850f5f2d 2811 libs optional starpu_1.3.3+dfsg-2.dsc
 0e2ba69d3cb1489691cb032da84d23be 13080 libs optional 
starpu_1.3.3+dfsg-2.debian.tar.xz
 35d5fe6d3fc35ddf679478102f91a817 16428 libs optional 
starpu_1.3.3+dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl3uZmwVHHN0aGliYXVs
dEBkZWJpYW4ub3JnAAoJEI01w1VyC7r9tGwP/RHD7vVyRANt4gS21Sn0n8YoSu7A
xGdrkGdFOSGz/Xvu4Id+cSawOKGXnSzlk4CV+e9HDPSbh9y3XDsQY6lGR24P+pC9
OdBmZYLHg50c8aThZGz/DWZFukj+/r8KESXneMzuc8F/R0Evwi4fJKKn3UtBUwCl
hbS6BvQBxUri0TdwGqd5ZG6i7HvanYRzQKbvR/h0EXIp+UsjGsb+9mQCkxI5T0TE
7kNBMeroCcwreuwjSqHPJlpPZCtoa60yqO9TvmHtd+HYndU6cnMXy47PtSBNJyjl
3o+wDsQE7XyrH3Hg5HuUdImKeOcm9Krio5a7m5YJSOKdfM9hzrKRpMH5DoFgTnIn
2imOEaDWXXv7vM5nqhas3Cwz1KrWJhOLKMdK1I/jQkuInT+5d3on9DipscxJ00fC
ackrI7iehVwTiDoRtq6dONUw4lqC9h/PjqHqQB/tbsP6n5i+aqFjSlBDpJ/FkVaJ
eJj4OzQ1fb/D7NNh3Jq8VuNyRCJejgPe1vp/9xBk9ajOQ88TwlP0VzRydw1Kwg9B
6ophdM/6n/vbMJrnEMrPhgWnAQD/sZADiE0Srf4jDlIk9IpRmJEWr1SqaqpPPE/T
hQ5i0DA2/P7/Qa/wvB0CDfJ0muTPMR08lvyyZ9l4lD5A6oB54uf0qw9DzPHwwehI
iOea0SkFQUfrK6Yv
=cMir
-END PGP SIGNATURE-



Accepted starpu-contrib 1.3.3+dfsg-1 (source amd64) into unstable, unstable

2019-12-09 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 14:52:39 +0100
Source: starpu-contrib
Binary: libsocl-contrib-1.3-0 libsocl-contrib-1.3-0-dbgsym 
libstarpu-contrib-1.3-2 libstarpu-contrib-1.3-2-dbgsym libstarpu-contrib-dev 
libstarpu-contribfft-1.3-1 libstarpu-contribfft-1.3-1-dbgsym 
libstarpu-contribmpi-1.3-1 libstarpu-contribmpi-1.3-1-dbgsym 
starpu-contrib-examples starpu-contrib-examples-dbgsym starpu-contrib-tools 
starpu-contrib-tools-dbgsym
Architecture: source amd64
Version: 1.3.3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 libsocl-contrib-1.3-0 - Task scheduler for heterogeneous multicore machines
 libstarpu-contrib-1.3-2 - Task scheduler for heterogeneous multicore machines
 libstarpu-contrib-dev - Task scheduler for heterogeneous multicore machines - 
dev
 libstarpu-contribfft-1.3-1 - Task scheduler for heterogeneous multicore 
machines
 libstarpu-contribmpi-1.3-1 - Task scheduler for heterogeneous multicore 
machines
 starpu-contrib-examples - Task scheduler for heterogeneous multicore machines 
- exs
 starpu-contrib-tools - Task scheduler for heterogeneous multicore machines - 
tools
Changes:
 starpu-contrib (1.3.3+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
 - Rename libstarpu-1.3-1 to libstarpu-1.3-2 according to soname bump.
 - Rename libstarpufft-1.3-0 to libstarpufft-1.3-1 according to soname bump.
 - Rename libstarpumpi-1.3-0 to libstarpumpi-1.3-1 according to soname bump.
 - patches/man: Upstreamed.
 - patches/flops-nan: Upstreamed.
 - patches/flops-incoherent: Upstreamed.
 - patches/git-fxt: New patch, fix big traces.
   * watch: Generalize pattern.
   * rules: Do not make showcheck in nocheck profile.
Checksums-Sha1:
 6119aaeffe990bbdb76c891e2c24da3b6e99ea35 3073 starpu-contrib_1.3.3+dfsg-1.dsc
 e5b95e94a13d1e00cf9fe0c6145e4b4d7042f8ea 5560790 
starpu-contrib_1.3.3+dfsg.orig.tar.gz
 28cdd725ed735a4b2cccf454ccd3ca8a349d2de9 13052 
starpu-contrib_1.3.3+dfsg-1.debian.tar.xz
 649b4bd4dfdbb7b79b2bb65d7b8a515ed8034fb4 344240 
libsocl-contrib-1.3-0-dbgsym_1.3.3+dfsg-1_amd64.deb
 35bfac8da020340e40d57b3d3aa372d2e7be3e4c 53024 
libsocl-contrib-1.3-0_1.3.3+dfsg-1_amd64.deb
 2e2e3a3296ca6a9cc855548d4a5f9cd89c6c9c4e 3591824 
libstarpu-contrib-1.3-2-dbgsym_1.3.3+dfsg-1_amd64.deb
 99162849d17fd2a0068732122bf87301b4e742cb 510244 
libstarpu-contrib-1.3-2_1.3.3+dfsg-1_amd64.deb
 729b62ce6eaa5cf3ed12afbc8f426ffc13663dd1 1881392 
libstarpu-contrib-dev_1.3.3+dfsg-1_amd64.deb
 710eb00c1fa11f65fcb84440e3e7907cc4f5ab3f 110812 
libstarpu-contribfft-1.3-1-dbgsym_1.3.3+dfsg-1_amd64.deb
 a360ea092875d592412dec9960b37e9c94267901 44760 
libstarpu-contribfft-1.3-1_1.3.3+dfsg-1_amd64.deb
 eb274e53278272e5513a53d723e655dc1374acc3 533412 
libstarpu-contribmpi-1.3-1-dbgsym_1.3.3+dfsg-1_amd64.deb
 571a98c4a5bb87f54308d5d3fe593919289c38c6 91608 
libstarpu-contribmpi-1.3-1_1.3.3+dfsg-1_amd64.deb
 f4e51a8867433ec581674cc8b69e84e063104d53 7345288 
starpu-contrib-examples-dbgsym_1.3.3+dfsg-1_amd64.deb
 35d021aaf2123d7a0f89875ba40cb8a558868527 307704 
starpu-contrib-examples_1.3.3+dfsg-1_amd64.deb
 203b118b8a2a2691d5cb385273a2e58d8267ea8c 474072 
starpu-contrib-tools-dbgsym_1.3.3+dfsg-1_amd64.deb
 201b6684c22c5fdfe48410e80e18a44f13ede0c8 71084 
starpu-contrib-tools_1.3.3+dfsg-1_amd64.deb
 aa28166f7423152d7226e3bb840164f2981d8c71 19711 
starpu-contrib_1.3.3+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 e0b1bbafdb3d2f13a2617c9b1ad2ca36c35fdcd680271a0206edca442cfa6f90 3073 
starpu-contrib_1.3.3+dfsg-1.dsc
 2281da24ee18a4613397b9bdab026a4c6d5bdd3687100e6722ec54e78dbb786a 5560790 
starpu-contrib_1.3.3+dfsg.orig.tar.gz
 0de965fc348d6411bc9c2c92e1e72b7e4e8118b2e8946b81a48bb936b65f4153 13052 
starpu-contrib_1.3.3+dfsg-1.debian.tar.xz
 daa1dd237458ecf3d6c1e69d4c3fc291e9487e87f5b58ad53c472d0ab5210b92 344240 
libsocl-contrib-1.3-0-dbgsym_1.3.3+dfsg-1_amd64.deb
 030081025c19183f915f94a2c24eb6667bfa923b138dab6c99b3cf086efbe863 53024 
libsocl-contrib-1.3-0_1.3.3+dfsg-1_amd64.deb
 2965641f44dfd1caccee62b354822b3d9ed8d4f680671818a1a4ff52275c092e 3591824 
libstarpu-contrib-1.3-2-dbgsym_1.3.3+dfsg-1_amd64.deb
 1b4cd4a050a799dfeaec9c60f98277e0bd43503c04564c14d4311951febc8faa 510244 
libstarpu-contrib-1.3-2_1.3.3+dfsg-1_amd64.deb
 341166b1490b07d912b13ac648267b2057154fda94450a2a91363f7e936f8e76 1881392 
libstarpu-contrib-dev_1.3.3+dfsg-1_amd64.deb
 8704c7e12e88905ae3d1eb4fb6cacd8f338fdf94e399a7ace04918b288de276a 110812 
libstarpu-contribfft-1.3-1-dbgsym_1.3.3+dfsg-1_amd64.deb
 49ac1486a2c58d643802839c9b0f5e08007fe7a4ab0ae32b710c251bfd064ff6 44760 
libstarpu-contribfft-1.3-1_1.3.3+dfsg-1_amd64.deb
 9955fea74473664690ae3a7fc1e0ae927d7f110c77759c49e53608e23c435692 533412 
libstarpu-contribmpi-1.3-1-dbgsym_1.3.3+dfsg-1_amd64.deb
 5f286d311788436cd750d244953a1a7adc63fb310fac27c92d054cfe84b11715 91608 
libstarpu-contribmpi-1.3-1_1.3.3+dfsg-1_amd64.deb

Accepted starpu 1.3.3+dfsg-1 (source amd64) into unstable, unstable

2019-12-09 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 14:52:39 +0100
Source: starpu
Binary: libsocl-1.3-0 libsocl-1.3-0-dbgsym libstarpu-1.3-2 
libstarpu-1.3-2-dbgsym libstarpu-dev libstarpufft-1.3-1 
libstarpufft-1.3-1-dbgsym libstarpumpi-1.3-1 libstarpumpi-1.3-1-dbgsym 
starpu-examples starpu-examples-dbgsym starpu-tools starpu-tools-dbgsym
Architecture: source amd64
Version: 1.3.3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 libsocl-1.3-0 - Task scheduler for heterogeneous multicore machines
 libstarpu-1.3-2 - Task scheduler for heterogeneous multicore machines
 libstarpu-dev - Task scheduler for heterogeneous multicore machines - dev
 libstarpufft-1.3-1 - Task scheduler for heterogeneous multicore machines
 libstarpumpi-1.3-1 - Task scheduler for heterogeneous multicore machines
 starpu-examples - Task scheduler for heterogeneous multicore machines - exs
 starpu-tools - Task scheduler for heterogeneous multicore machines - tools
Changes:
 starpu (1.3.3+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
 - Rename libstarpu-1.3-1 to libstarpu-1.3-2 according to soname bump.
 - Rename libstarpufft-1.3-0 to libstarpufft-1.3-1 according to soname bump.
 - Rename libstarpumpi-1.3-0 to libstarpumpi-1.3-1 according to soname bump.
 - patches/man: Upstreamed.
 - patches/flops-nan: Upstreamed.
 - patches/flops-incoherent: Upstreamed.
 - patches/git-fxt: New patch, fix big traces.
   * watch: Generalize pattern.
   * rules: Do not make showcheck in nocheck profile.
Checksums-Sha1:
 748d31c7d4b142d1f8e60bd95264266269c562fa 2782 starpu_1.3.3+dfsg-1.dsc
 e5b95e94a13d1e00cf9fe0c6145e4b4d7042f8ea 5560790 starpu_1.3.3+dfsg.orig.tar.gz
 aca7718b1f524b52e213cc2ca27c28a9af971cd3 13048 
starpu_1.3.3+dfsg-1.debian.tar.xz
 6534529b1a58581d65c40b375a4a0bc89ec6d7e1 353792 
libsocl-1.3-0-dbgsym_1.3.3+dfsg-1_amd64.deb
 51b95511d5db9f985d51b0b0fa09fe4493ae4532 52920 
libsocl-1.3-0_1.3.3+dfsg-1_amd64.deb
 8cf0d3b50f3cf4c006387c698ca137a31775b186 3351384 
libstarpu-1.3-2-dbgsym_1.3.3+dfsg-1_amd64.deb
 edea5a1066ebc108e918293f7351cd4e83d8145b 486508 
libstarpu-1.3-2_1.3.3+dfsg-1_amd64.deb
 a99b28f59900d5985cae9b3eee237190c93b8f0a 1858404 
libstarpu-dev_1.3.3+dfsg-1_amd64.deb
 3c373c972f7ca714dc5a53cada4bec5181b45fb8 92956 
libstarpufft-1.3-1-dbgsym_1.3.3+dfsg-1_amd64.deb
 2e411b7c02669c080ee582a70549161f6e317b4e 35328 
libstarpufft-1.3-1_1.3.3+dfsg-1_amd64.deb
 0f74683d15b5c200a1527c7acbc039e557f3099e 541496 
libstarpumpi-1.3-1-dbgsym_1.3.3+dfsg-1_amd64.deb
 29990d23ac3a05973b4616a3ee085362b7a38959 96088 
libstarpumpi-1.3-1_1.3.3+dfsg-1_amd64.deb
 99ddc6c552df7c7518b4eb55a479a67af4b573fc 6451600 
starpu-examples-dbgsym_1.3.3+dfsg-1_amd64.deb
 747207e106cd7d9ea49f6993d7784c5fd423b2cd 274668 
starpu-examples_1.3.3+dfsg-1_amd64.deb
 2269b8c56782e9a860ae69c1b7a5f5440ad266ad 422752 
starpu-tools-dbgsym_1.3.3+dfsg-1_amd64.deb
 c730834b56696174e700af8f25f8650930496306 71048 
starpu-tools_1.3.3+dfsg-1_amd64.deb
 98aff7285f1210d2665c6be3fcc8940f51d33ee8 17794 
starpu_1.3.3+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 74a4116b92350eae6d696034aba9f627bcb97f675b6db914d60f1b0058a74abd 2782 
starpu_1.3.3+dfsg-1.dsc
 2281da24ee18a4613397b9bdab026a4c6d5bdd3687100e6722ec54e78dbb786a 5560790 
starpu_1.3.3+dfsg.orig.tar.gz
 0dca0984ece875090632807d66c3a6c6336cb6a996df399c22ad5e4ccb25d87e 13048 
starpu_1.3.3+dfsg-1.debian.tar.xz
 f0ae781a5908514835aae079f5a39f8681fd80af10046ae62a8d1b312d09ca64 353792 
libsocl-1.3-0-dbgsym_1.3.3+dfsg-1_amd64.deb
 935c796d822824b3fe0711717061e71058fcde8ca59b584fc43d5f1d4a26946d 52920 
libsocl-1.3-0_1.3.3+dfsg-1_amd64.deb
 a322f0931f11f2346c469c95cb6775ece5a44677961dfde640be2b340fa824a9 3351384 
libstarpu-1.3-2-dbgsym_1.3.3+dfsg-1_amd64.deb
 698adf502c767530e1238d1c7303581295503f273c8acdffe1e585b6463fbdc8 486508 
libstarpu-1.3-2_1.3.3+dfsg-1_amd64.deb
 33920041a822d3fd3b24848928bfaf88d3ea405ca2fda4ffa6153dc46099ea06 1858404 
libstarpu-dev_1.3.3+dfsg-1_amd64.deb
 ca72ef9478288bf6f3eb647aec82d3a8ae93b271d3156c8fd6130f6f63d326fa 92956 
libstarpufft-1.3-1-dbgsym_1.3.3+dfsg-1_amd64.deb
 df81a39771c13dc2405c71975a203ea8d2d27d8a42a8dd616a93d3f5e0e6798a 35328 
libstarpufft-1.3-1_1.3.3+dfsg-1_amd64.deb
 0ebddfb9d443c51735c287450988f482871600a04fd3e700bf21e9a5e8a35e60 541496 
libstarpumpi-1.3-1-dbgsym_1.3.3+dfsg-1_amd64.deb
 0eeb9871e65d73041b4319c1f0c31270995a016a31a89a1391a7666b5efae1f4 96088 
libstarpumpi-1.3-1_1.3.3+dfsg-1_amd64.deb
 98c5e8731959fcf9721b23b109a616b0efbebaed03824b4b5a61e63d8199966a 6451600 
starpu-examples-dbgsym_1.3.3+dfsg-1_amd64.deb
 88c0d17518629bc41bcbb90f907c841650cb399954f803c51de4d88e75a081dc 274668 
starpu-examples_1.3.3+dfsg-1_amd64.deb
 ab61e70d9d1c2bbdeb9aa05c8a4b65bede249731677a626ed23cbb71c22d7be2 422752 
starpu-tools-dbgsym_1.3.3+dfsg-1_amd64.deb
 398b9d719267e9ef6830cfd8e0e0cfa88346bfd2e4ee8ca4ff42a27767c9a8f1 71048 
starpu-tools_1.3.3+dfsg-1_amd64.deb

Accepted festvox-us-slt-hts 0.2010.10.25-3 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:34:24 +0100
Source: festvox-us-slt-hts
Binary: festvox-us-slt-hts
Architecture: source
Version: 0.2010.10.25-3
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 festvox-us-slt-hts - : US English voice for Festival. 32kHz sample rate, HTS
Changes:
 festvox-us-slt-hts (0.2010.10.25-3) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 4.1.1.
   * control: Set Vcs-* to salsa.debian.org.
   * control: Add myself as uploader.
   * patches/festival24_compat.diff: Typo.
   * copyright: Add licence information for
 lib/voices/us/cmu_us_slt_arctic_hts/README.
Checksums-Sha1:
 1e48e2cab752638c33fc3e510af3c720e6b2e8fb 2082 
festvox-us-slt-hts_0.2010.10.25-3.dsc
 f833a71864542327c44740746fddc926c437c3e6 6904 
festvox-us-slt-hts_0.2010.10.25-3.debian.tar.xz
Checksums-Sha256:
 6795857bfb455d8a149ce891bf990e902fb5c3a92a9a2ad432e88bc54789e4ae 2082 
festvox-us-slt-hts_0.2010.10.25-3.dsc
 03e46c94832401ff3869037d59e13046cf777f239209e9e2333658be1f66aade 6904 
festvox-us-slt-hts_0.2010.10.25-3.debian.tar.xz
Files:
 aea0ae6bcee79decbfa0a1ca1029684a 2082 sound optional 
festvox-us-slt-hts_0.2010.10.25-3.dsc
 33b25ed80618de0d5447116a1f64 6904 sound optional 
festvox-us-slt-hts_0.2010.10.25-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tl34ACgkQ21UOifD6
VPO8VQ//U01Uv9mNcViCy+RMq4CR4Ojj4zFll68aywzq9Cx2lqi9qYHrZ+EhUEX+
CGbt8+DyWJJ88a1ulf/eF8SnzxDZh1OvJr+BapBRmkXaAaYU5YDJCd3apbAD6W6k
AQIXqkgJWkcwBgX75FYyFA8ggAeT7Q9soglQYDQ8TxgScK0xfxYlFd7EGKZox9Fx
rZNZpQybu6qtK4xznCtnN01CsNTw6DjPXDRV6ivDdbG8NnGa0hW3Q7Fhc2udr8gX
c2ITGkDJNGJVDkdNiLEPSGarUStA+FOKwueOvsbLyS+cSAMgbVpecBoEmY4gt5Ym
BGercNc7+otGjAzRyO6qXmE1qkxYUYpw2i5z5iUI3HKaSpQlyEb/8SzIuWORvS9f
R7W5zH550fZIyQwxmgi/7sqbPxoeuH20md6LDmxeZspZ9cRUl3PF65valCy8oDDL
FpaLVeryo3jrurt6B1o0d0bl1Oid/G+VrBP3QtsYuQsFfoFSAPIJK5AcfTPpkcny
YFoFgQT6jUarEvD0BLNtmo8rr0Su3/wRh6DlcexO4VYptPh5hYsulC0IB/S2H8rb
Bmru1aBg8nrgd2QQuTnscI7KfJ/jTyZgCh5Q9UimwerpnFqaZluOYvEAhJTTKmGd
oBKCSGDRbt5fWRufeYGGTp7wh+YEKypN7TXE4JKdlHJKE+GyfJI=
=41vF
-END PGP SIGNATURE-



Accepted festvox-ca-ona-hts 1.3-3 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:29:12 +0100
Source: festvox-ca-ona-hts
Binary: festvox-ca-ona-hts
Architecture: source
Version: 1.3-3
Distribution: unstable
Urgency: medium
Maintainer: Sergio Oller 
Changed-By: Samuel Thibault 
Description:
 festvox-ca-ona-hts - Catalan female speaker for festival, 16kHz HTS
Changes:
 festvox-ca-ona-hts (1.3-3) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
Checksums-Sha1:
 7d22b3ce12d7121710fff82b7e63280903249aee 1910 festvox-ca-ona-hts_1.3-3.dsc
 bdd76b0c91c5e7c91cbd0c378c8094982d9d467e 4160 
festvox-ca-ona-hts_1.3-3.debian.tar.xz
Checksums-Sha256:
 c72d601b8ccafbb357be474f42f7aadad101887663784dee9bae982099868d21 1910 
festvox-ca-ona-hts_1.3-3.dsc
 2f73c69b68b933fd79a0462386fef5c726ab4f729f11aac92066246a4280febf 4160 
festvox-ca-ona-hts_1.3-3.debian.tar.xz
Files:
 66001db30a6907b1a70e041cb1598524 1910 sound optional 
festvox-ca-ona-hts_1.3-3.dsc
 951f898507099c3e319fe04b94d11712 4160 sound optional 
festvox-ca-ona-hts_1.3-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tlawACgkQ21UOifD6
VPM0lhAAuTtexf7Z0sBwtNLwztVaqWAzRNkflXd5KwBrPBJYUB8Aqkqu8JLs+oXH
8nqNnkFYug6RkZr/KXFOckCw8EZjRL9GtWjWlOFcSReI79wpTCcJEYswJ5dc4LR3
n7f1oAlzfmtVk13+nx+z/N2cSaxkHGfPMzxgfbyiaAI5t8uO4O9w8bzHeaK8dZnV
aSolK1SldFZ2CJ8nUkTg1ki+X+VA663pEDmpz/P8hWQxChokTmLozL436AjeCp69
6m2qWr+t5D+BHKRORbuovXZwJzm7ZcmyETpmv9t44G4ZWq4JkK+ZyDmi+x4H+Vvp
g61cwBvJ/QwP7K0B4ZWJGNSgOeP8hsUSbgjfyiNEoNQY1HMPux66gKdY++G2jl96
8RHMH3j4nVzKiQNFmjeyy9LOkSTM4x3UbXBKLqQJDQ0fs8z13BG2RzUrLrPBK6L7
seVib2ZOamq+wJcIWreJJWOLd0TpnQZ2EhSuKguBgAU2D+/ucYAwUwm8lMATRgl5
K9qcimRD6JcWJNOGDzpJAyd0BMkmPrVg+X64PYHaH+OOvSWR72td65U+Jo0dEBAT
YV/8yDta5H30zDDt8IBTC3oIkb4Y6wWL+x6ClTPaWQH31iJrnsyGhu7yM5yS1ST6
lAGPpAcnFaP378p38GmOTk0ceWqxICibukjiNoBRRvHgTJ+VPhk=
=CRVU
-END PGP SIGNATURE-



Accepted festvox-czech-ph 0.1-6 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:16:25 +0100
Source: festvox-czech-ph
Binary: festvox-czech-ph
Architecture: source
Version: 0.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 festvox-czech-ph - Czech male speaker for Festival
Changes:
 festvox-czech-ph (0.1-6) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
Checksums-Sha1:
 3653585a7a37d2183a6600ac1ecde86fddcc 2038 festvox-czech-ph_0.1-6.dsc
 3422b3b7b8793b1890b14ec566d5b60df954fa4b 2120 
festvox-czech-ph_0.1-6.debian.tar.xz
Checksums-Sha256:
 bd761104eb32c4e8d9e540d4998a1f609e8282f6394894c3bf4723fae2544921 2038 
festvox-czech-ph_0.1-6.dsc
 ba6a97be7b6638f012e89e2383289b5c6e6a62c85cdf51d07ca41b351d079b1f 2120 
festvox-czech-ph_0.1-6.debian.tar.xz
Files:
 0124878fb17b8cb6c4e9fda00e1ec5ec 2038 sound optional festvox-czech-ph_0.1-6.dsc
 1d4b5767755784c1a501c9dd7d1919a2 2120 sound optional 
festvox-czech-ph_0.1-6.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tk3AACgkQ21UOifD6
VPNRew/+MsMXfsW8Ev5oxMR0DNwXx/WaCaNNpvWF07hPktBVLKLk/UswR6wgWfXt
FYx5PyGLSClDxw3dcBtvR35LYsjWCTyQj24J6jUAO/Nl5JOsX7+nvzUuIkPrGNPX
ScB7iUGjEY7unIn98DIeJTJWZ8OwGOn7veAR3zEXSocXXR4mvNUZeRJ05K5/nHoI
WJfnl09TrrQSRmhcCb9fUbiNrI92OjK9UHRZ2ylw10+/G2LcmJxEgQMYQbtSlw3M
n9qFR4/tnsIX8ZHOOrqKHu9UoAWFKvOmiZ0z6qNSqmQwjW33850wHqxJm8SCw3fc
sTz5XWd4v+r1B9Lc2UzFIbLGOYXsQC7jbJ0or0tBph/+ZAX8VBgNOo+qIm+7vCCC
IARTY+ngdEB+C0qy+5zrQXEL0eoPKtA/bIXKxTFhBddqTtLujupbk8/ZET6mrsyJ
mgf0ISNCeiesGlskRWrfYwA27UxLklgIfdCX1aKM5TMTREDNXdaMGBDc5cQYOwTm
ZOg+BGQQ2PkLFaU18NGAhn/lgWPI01mH67yE2i5XyC6RjyaKxpFE4US/SB697JlC
Owguz/AMAFWwPDr3sjleXtu1FTzBXNHYLAmPYgx/WlGcH7JXspN7Ntz83mFjXsMr
0bQmnC8tU1PKKS0M3v02xRgza/yylKA34WO+P24ypQr+XripLRE=
=0LPb
-END PGP SIGNATURE-



Accepted sound-icons 0.1-7 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:13:41 +0100
Source: sound-icons
Binary: sound-icons
Architecture: source
Version: 0.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 sound-icons - Sounds for speech enabled applications
Changes:
 sound-icons (0.1-7) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * control: Set Vcs-* to salsa.debian.org.
   * watch: Generalize pattern.
Checksums-Sha1:
 6815c54c9037f19118160ba0891c01ab240248bf 1922 sound-icons_0.1-7.dsc
 65b4dd9f3a8b223261169bdc417812561e393512 2696 sound-icons_0.1-7.debian.tar.xz
Checksums-Sha256:
 78011023fb03dc618fe87cb80ffa456defd4857f797eccb610a547dc8ca6ed23 1922 
sound-icons_0.1-7.dsc
 69b3193007f248edc5affbbce3ee3322471cdba6109e59def2fbba8b547b7492 2696 
sound-icons_0.1-7.debian.tar.xz
Files:
 9864f2cd2293f3fa49d4967a623b0250 1922 sound optional sound-icons_0.1-7.dsc
 3c88a8475340d379d84f00cefc559722 2696 sound optional 
sound-icons_0.1-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tkhwACgkQ21UOifD6
VPOiEw//asFxXIUYgibL1jhlFbyyfi3qk79UsZbJxgxQbV7Gc0lfiM9Y68Js5BeO
2bzIi2+MANOr1ZDYWHu7pyRrkJCyJqYSCQjt4L7RQGEW15s2cBByaO8Dgg8SXAx+
OCjQYNN0wuhbzSweJSPepb7B4F801m2lYdCIRU0jZxy8mARIi1IJoCYOPU8n4SVv
wcNEO9Ecr3J4ayTMHHAQug9r6uYZuAV1kwxqRASxyCpRRm5KmBBIbSf2gmYAYDcA
CsP52XGzB0t4OMY3SDsC5r4PmJmlNI6SJ/RL0taTS3bLDqCt+sfuSgQA6pR76aCa
/RdNA+EH93eZA4lA7jNGD9L7c8OH/SQ/c4WwDJd5sLZ0X10p0si8iwV3PCaYAM6d
uXQfE3ZW2bBSAimnIexAOixgyd8gQj3kbtNJucHiV1WNPHvQKKWhHIEJ0iXhXkLV
ZXQCQOQSlFb2iNgdOD2Ji9Zj4XmQ1mVk97yDWunQHz9NvoMyVdn/uxG80ppSz9GN
rEJc0Y4Ofaw0yYIK0zABxeLqZMDfvuYWco1dkXjTj1QS9eIrWTT6j3YucoE55xfk
tFG0/xIasHLYanbmwpukrMsVGz2FOlAmpk455wD0X25H+5ZZ2Sui7SMwkGWfdgdx
rLJP08rzx4oTlzvo7uGFArbx7el9IcT3qKRH/ITvyTfdBGeQ1zY=
=10OB
-END PGP SIGNATURE-



Accepted festvox-czech-machac 1.0.0-5 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:17:46 +0100
Source: festvox-czech-machac
Binary: festvox-czech-machac
Architecture: source
Version: 1.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 festvox-czech-machac - Czech adult male speaker "machac" for Festival
Changes:
 festvox-czech-machac (1.0.0-5) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
Checksums-Sha1:
 c3fde9b4e87c304731545bd141223b9b1b5e948a 2099 festvox-czech-machac_1.0.0-5.dsc
 6b013dff0a5fe7016e51b3a394a1ff7f9f4bf1de 2884 
festvox-czech-machac_1.0.0-5.debian.tar.xz
Checksums-Sha256:
 5721b2c1327506b3f540d7724aebf001cbc40716be5b031d7655b816fa6ab0c0 2099 
festvox-czech-machac_1.0.0-5.dsc
 cff5e2881425c86c5407e03cb50d47fe4a33acab8721c4a57a538d5eac12596d 2884 
festvox-czech-machac_1.0.0-5.debian.tar.xz
Files:
 ae92e88c3a8208878b3c14891414c513 2099 sound optional 
festvox-czech-machac_1.0.0-5.dsc
 ea7511242339b98079a9b442a5365cbd 2884 sound optional 
festvox-czech-machac_1.0.0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tk9AACgkQ21UOifD6
VPPydQ/8DKe4raAJYBUbTS1Hnh87ZdoxH6Z1idZwTgg6Adq1PWNzLYIN0yEGbet0
zp4wphrCcciRim/vcwwId3XHng5+wCrCLev2ItNF4Z5HB93XSLyiGsY3l9HLQBNl
egeENeKHqnSyzOj8XJiTJTQeJvahUNsFz+Tf7oeWQLvZ7ZbCzGtkyypur2UDTz5J
jDOsi35426vHVASlgO7rrAa2cw2WbwlZULmm/tIcqfZYOAz9oz6k/AaEd3Tv4PZ0
uD2tKaRCcsgMi1HKnzBnkkGrAkjnxTh8vVEHXByMqb13ihLD1VYIZTj6e9H9OcQA
0DUTCywCHnhOwNNHOdHaEuWMl0Mt4i21T0qo0YiO48Y4JsRFcQKBtFzl5a3hkwOR
pGxIMQtoxq9aCXa54ZbviO8M/KFbvpoFRaOtaQCEKnXXH1H4pU0GEh81joMqWzwu
MO+V2xqtUxvySHGYrB/q+4kxG3QgyyBB2w1LaOsjJZM5l8qzIzFTF5EqgMjk1JtO
V/D9Bx0kQGsOHGLCbeT9YdL1jW4aRXyBHfF9cihWP22YNiIWjGThZVAqfwU/+buG
z8grHLHeX8EfYZYTDc32Knqlz36v0Y+DbXP5ah0ctaJ6hNZhGdZNgpAzJdxkJUX7
aeNL1PCMD6qDDDRryh3AJUmyww0nBc/fABU2jo/2GpIOY8aQLSM=
=jbOf
-END PGP SIGNATURE-



Accepted festvox-czech-krb 1.0.0-5 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:18:08 +0100
Source: festvox-czech-krb
Binary: festvox-czech-krb
Architecture: source
Version: 1.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 festvox-czech-krb - Czech child male speaker "krb" for Festival
Changes:
 festvox-czech-krb (1.0.0-5) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
Checksums-Sha1:
 cef0cb6d4386acb3d55b82d9f04064790c756bd1 2066 festvox-czech-krb_1.0.0-5.dsc
 73c4e90d429063844111488d51a6e86c71631f00 2880 
festvox-czech-krb_1.0.0-5.debian.tar.xz
Checksums-Sha256:
 4190aad64f84e110a2678be1860e3b04c836e100d33c0021472aeb4fff846160 2066 
festvox-czech-krb_1.0.0-5.dsc
 f60bdf1e74693e418afe9d9d21d448a0f06b023ca0735304939b72090842b165 2880 
festvox-czech-krb_1.0.0-5.debian.tar.xz
Files:
 50b73b39a35e5bc8931a0e7d824df388 2066 sound optional 
festvox-czech-krb_1.0.0-5.dsc
 e6aecc1616cc220f995c68018ccafda5 2880 sound optional 
festvox-czech-krb_1.0.0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tk7cACgkQ21UOifD6
VPPIjg//cFlRStbFvZTuDLja/i09w35nvUGB6h9+n69abyei2cGcVvlO5y+K2Xje
kKneqqbTvC1QxFFnKJaIGSZJ1z3opbIJIdzBsXO5c6bY0LPuqcGvX907qs+9/d5T
cSojFmP12eeafaKWJ0lTd/Gxmv08dgodld0jklR5PO8yOccQ+L8geIahFuri4NN3
TjV0sRjX9DL1EzZrPS0SFrwFQSQRXW/g5HQmRv+n1p4U9yKv5UNACgeUUan/20GC
OMJxLKO4i4Qxl0iPM6hUG7cRTQCZxfjYEuIHv3H4mZ61VYNuCDUq3gzmaBc2F07o
w5AWw4MmFzGXxbbdc3NdMMOIlBOfirgud0Zh6zbPEndmcuIsMJC5+qD0BHnOOugZ
nuCYJ96fUEdSmiBOO0igIz2SvsHLw4DuJ7suE74QJ8MXK27cqTECJ8+LscVkGdy4
y+FPYMGQkGSNzLTGdO0DheaGfGuuoZDMn0fdrHcX1o1SbP+UOTT63tg3DXE0doW3
Dk2OrOFRHCUaIHJ6h/T9pYDP+hpSFdZoOWBugZK4kD6Zn6P6r8zQ3AnvEXsccdhy
EipwppF0SLa0C7H0JAqa1K4UD0eUh65mqEZPH7iLIineWelC2MY/k4FA+x1FpfCj
wH8khSV1hrov1uZu7Ed6oq1W4wz7p8twFzzbRh/xJTPnNyWYQnM=
=xUJ/
-END PGP SIGNATURE-



Accepted festival-czech 0.3-5 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:27:05 +0100
Source: festival-czech
Binary: festival-czech
Architecture: source
Version: 0.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 festival-czech - Czech support for Festival speech synthesis system
Changes:
 festival-czech (0.3-5) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
Checksums-Sha1:
 3586bf4b2e30c270e581d4df2d9d35a5580cf79d 1976 festival-czech_0.3-5.dsc
 a13521643add8141df8778c86a2a7ca7ccb71958 2436 
festival-czech_0.3-5.debian.tar.xz
Checksums-Sha256:
 8dcc385485fe206add389155e31969d3be50e4671733ac6e8813364400596bf9 1976 
festival-czech_0.3-5.dsc
 4b42717b0c025533db3d6b3dbf961eb50b7cb1c36e63656d0d1985628131dbe9 2436 
festival-czech_0.3-5.debian.tar.xz
Files:
 ee2e5577aef6f2e157de520c103f1b41 1976 sound optional festival-czech_0.3-5.dsc
 1277eddfbd4624de0d7b6aadd0f95f95 2436 sound optional 
festival-czech_0.3-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tlSMACgkQ21UOifD6
VPM4oxAAlXwwbYRY93l817Bhfq0KXy/ic9hgGxiBouuSncaOUyXcT2WQi6AjKBSD
m41SiB7bHTP3sBbr+E1lKHy583vNzmIup+Nb1fT8X6hDF6c/+Z5b+uYA/pyn2bLH
WerKDluXOlAyP9gMhyE8wqjPeIjfn3GYgc8zDpR/z8xp/JMm0GL0mIzZw4CnkveZ
IrBlcxE9SKWQ/qb9CxJkUQ46vil1cWQD2tSg8VpH1krqW13qu1MBz8+1mdl/cVsA
LLhFEoTwuZRdhhdoAIDP2cXq7enhHW/yClvDsZwax8WNe+W/F5jAEAHaWMAH7VH4
L49IXyxfVdbFaair1yS/YpAI6/w5kyRgkqFqAvyf512wBWgpxo/65optD81LH4S3
StaySp+aLZ1cVnCj4Tg5bSSK0EX2Pm+Qw3TF/qHn5DSFj5bj60hNVQwrCQMKi4rW
sZc0xjfiqRm1REjDSHQ5I2i3mAtLHqTfeD0g+Nvm5RJw3ZTq9vfgPApFnG/1X0KM
jbrwmruLMy8XUNwwI6h3/j2LWBby5X7CkKOT+jhR9lDCzvBtgSo4q6lYvH8MFhi2
JlMx6jzgUNAXLOX8zwrHMfyS5a74DpxIi7nONlEOh3vYeNRs+NKuvINi8SrwPqma
TOeb9xsAvUMuKeScX1DJDLJjE+hVoxG+TO2W+ZoX53fuaF02Yik=
=SH2A
-END PGP SIGNATURE-



Accepted festival-freebsoft-utils 0.10-8 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:19:18 +0100
Source: festival-freebsoft-utils
Binary: festival-freebsoft-utils
Architecture: source
Version: 0.10-8
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 festival-freebsoft-utils - Festival extensions and utilities
Changes:
 festival-freebsoft-utils (0.10-8) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Add myself as uploader.
   * watch: Generalize pattern.
Checksums-Sha1:
 9489c3254c0479d661588c87843f4430d6613393 2150 
festival-freebsoft-utils_0.10-8.dsc
 2da858b3e890a7e4f07f35404ce6fc112560c062 3768 
festival-freebsoft-utils_0.10-8.debian.tar.xz
Checksums-Sha256:
 0c3a67f359b54346e66a210dc4b045d56960eaef5e8b410453a15cb63865ea7b 2150 
festival-freebsoft-utils_0.10-8.dsc
 e3c9dd6dd6a51c23d416d90766a96783d69e47bf8825a9c37f87ff726718bd4b 3768 
festival-freebsoft-utils_0.10-8.debian.tar.xz
Files:
 00de0a58912956c39a8726eb7a6af2bc 2150 sound optional 
festival-freebsoft-utils_0.10-8.dsc
 e570fe0a79e13a7c66a177310c66fd95 3768 sound optional 
festival-freebsoft-utils_0.10-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tk/EACgkQ21UOifD6
VPPkAQ/9H0/bEQYE0ZskpU7c1pIDi8Z3i1TvcDjChcfmYDvxTm1AcPfVc/obHj5r
U44gOOx44JGxTr/9rBloXaVYe+YHGh2UqMd8qPVYoNcBukRNo1rdWiUsq5f/temi
fXhUQAWz3JuQnCMos2RQhQdYLaN/comG/hUJo8B8AveKH6bwrBAtydmAL9EiopEE
sgcVSYCTqVlebMNHV6x3zbdaCW9F9NYkOX7fJjKVCDrje6Z/EXwM5u38mP7q87+Q
5T1xswUhsWUYByrCSEipVnTk4Vv1XgEAZt3FsAADGL6vmFDjWsbDQaPBq8+MIc2A
yqr4rDjNLbBgJkq/1pSmtSWuby2poe1P7GSfzA0DKLc0OiQYk3KKKVkXQbkSEgVS
EoXP28GUPpUcuwOw5Qn1zU9KI16UY8MlX8jrKuwIR+YCbfZIgDlNT+ZvNSj4bc4a
7S2BqQaQKVtZ+/pM2DPaYTdq4wpQ3ovHdqEwBItsO64+B18wab6Jf+hCiqR0euUd
iHE4R9qujIBU4JQrlOhGZTF+nw5UhjrHtnbscKuOHn7DgJT+UNEEar2p8s1lFPS0
5PIus9DYLY3Dspal1MwbU6zHrNKPQdclmdQkwDLvQvy+8KRz2K1fjlbOgfGuwCGo
nFZ5MpMDHQuXLOkR1cDiUVi/aeo6/ob/3EHRxxgU54s26drDJck=
=mBs+
-END PGP SIGNATURE-



Accepted festvox-czech-dita 1.0.0-5 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:18:28 +0100
Source: festvox-czech-dita
Binary: festvox-czech-dita
Architecture: source
Version: 1.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 festvox-czech-dita - Czech adult female speaker "dita" for Festival
Changes:
 festvox-czech-dita (1.0.0-5) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
Checksums-Sha1:
 7f28ed908232e331568ae1462147febbfc56fbd9 2077 festvox-czech-dita_1.0.0-5.dsc
 78047e4be12d3675e8c80514c94ad4cc776efa81 2892 
festvox-czech-dita_1.0.0-5.debian.tar.xz
Checksums-Sha256:
 96bcd918c93a98b4cc180b079b29ec7211a86c1d47fb2360ca7aa55447a671d5 2077 
festvox-czech-dita_1.0.0-5.dsc
 9fc72dd296c04b35453b4a60e7f9a6e9d665abd223e6dd5c1f7d255fdaa7ccbc 2892 
festvox-czech-dita_1.0.0-5.debian.tar.xz
Files:
 beae590b63952fb078f19970a5705176 2077 sound optional 
festvox-czech-dita_1.0.0-5.dsc
 d854cad840120173ea4baef6d11ae407 2892 sound optional 
festvox-czech-dita_1.0.0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tlF0ACgkQ21UOifD6
VPNYpA//aYkCV1f+/YxP/upIoakIauRRLTnd35Zqd4b6WijVfvYcMpE9a8axEfbY
LZTfSdG4nONHG8l4dwvC/fCQAi502YTerADIyHz1ppY3NxQKQZQ/d/DNAER7kVA7
d+Qj1O3dj48OaF/NPeQbhfBvXn5r6HYkTnPGJbVNAXeuJFbImbco07ULscsZwQI0
GKkC9/9qBdLLGOLvdFFpkINlg2kwP98NCRAvMJo/aJWoqjEcM5NWJjxcszVnXH/7
nu+VLwAVTn7SvQBan3p53Rg1KOSDfkatS+sVBqzy7ecZllo2WTpRthyAo3dFKGXP
9JoB2Y8q2atfQ5dTD73GAQKwe8kEVhLJ651ph+GRIT9RyrUfyykad+nwCybsCSXR
PWrDNg9ybpSua0DxNt9F5aUsOZgbafFVkKZIuHpOnNElUhH62bbh5BEcVyLEFNEK
9j1gOjQrij9kOlZn8o/oKI5CvNYPyOqtlbnt/6b7/p7ssZ8swB4jbyU9LgldPnce
Td7QLaduE0EOMWtv8V76UG9RoWEbVk+vS9j+imSbWi3YunCsgCPLdQ0QuTevJ9Qf
vpM9C96BgUbndiPkwp8E5p1HSTt8LMvY5Gn2KsaQm6pUekFL+52Zsn0nwtuQ9pmL
53JKdHmFKCn9IdFw5gC2TUguwlcxvRJ25M8O0XMaxjnNC5uLltQ=
=l7l3
-END PGP SIGNATURE-



Accepted festival-it 2.0+debian0-5 (source) into unstable

2019-12-08 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 01:24:41 +0100
Source: festival-it
Binary: festlex-ifd festvox-italp16k festvox-itapc16k
Architecture: source
Version: 2.0+debian0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS team 
Changed-By: Samuel Thibault 
Description:
 festlex-ifd - Italian support for Festival
 festvox-italp16k - Italian female speaker for Festival
 festvox-itapc16k - Italian male speaker for Festival
Changes:
 festival-it (2.0+debian0-5) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * control: Set Vcs-* to salsa.debian.org.
   * watch: Generalize pattern.
   * festlex-ifd.lintian-overrides: Drop spurious warning.
Checksums-Sha1:
 8d85ec026ba50428bb5708c82d6dc65df1f1e4e0 2049 festival-it_2.0+debian0-5.dsc
 26f4b6a70c2d327e138fd41d5bbe6faecdacbe02 5072 
festival-it_2.0+debian0-5.debian.tar.xz
Checksums-Sha256:
 874fab917af8faaee2e8eb11a9621938ccf2d56ad334fa35872d59a70c6181cf 2049 
festival-it_2.0+debian0-5.dsc
 e0a071ccd2f0157c2142dc93e14467d008f53731e7b23eee5ba6667e572bb1da 5072 
festival-it_2.0+debian0-5.debian.tar.xz
Files:
 36dc731d467e6fc9379b88ba76f76050 2049 sound optional 
festival-it_2.0+debian0-5.dsc
 8dedf1876af89c40712f68922db12a63 5072 sound optional 
festival-it_2.0+debian0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3tlJQACgkQ21UOifD6
VPNPWg/8C+gbB2/F5SmCrPRB9mCBfbESvl0QYk+gvmGe3UGu/UAWRnJPCzE9tDEi
DDi5lqz8OdesPu/Fdn3l1Kfd3m7ClFOhEukycAwVHampC7Wk510o87+F4otYRdDu
mnZJs2igpln++KHoe8PpQ27QHueW4POnCImvbzFSio3VeTK0IZga7N5I81v1W3DR
ntXSLMRuxkABVICaQa0FbycOQJ0/XUvzIUVh7tf9ivct3TOSqL2sY080Jj52n+qs
d9/n3R6YFmillen9BTDABS/DTbDm3hMSO99PP0Bq2ZiDaMqOX2SU0hSZjSb2r7Z+
FKeUJEBKYA96W/vXIt9dWhTc99Jrzi2Hh+N09L8DZP3KWkHWVwghz4fKjRPD4XMA
erBXghxBBYBC+LUmWeLzbUNXqOYuVCbojJ6sbUDvARUjotjReZuXLgyhXdrYX1l4
aJvDQVVgLWOVyGZGj81Tz8bMGKwOUQvc1OjLESmugHBsJZszvph/mM4sBnB9Oy9h
/c23Sd1DUAsdl5+Skq3g8i5dPhnBdmsx2UmU4KjAEKh0Jxut9X5OHk87KcWXIDqF
t6oglmtDBcqOKn8roG3kpGgXRNDByobyhVKXjO7rsfQJPxbvFHzQ4cCZJ51richO
h3EXpEHl9AllmEOiG1196EIpbS0ky8s7tRUSCQtdcPv2wnxst6k=
=lvCx
-END PGP SIGNATURE-



Accepted fonts-opendyslexic 20160623-3 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 15:17:11 +0100
Source: fonts-opendyslexic
Binary: fonts-opendyslexic
Architecture: source
Version: 20160623-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 fonts-opendyslexic - font designed to increase readability for readers with 
dyslexia
Changes:
 fonts-opendyslexic (20160623-3) unstable; urgency=medium
 .
   * Team upload.
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
Checksums-Sha1:
 f59884062f018cd45a10220d0d6f7e1bc3c8b345 2021 fonts-opendyslexic_20160623-3.dsc
 0ff4415f4f5ef88b00365522374ec7048c32c8bf 10964 
fonts-opendyslexic_20160623-3.debian.tar.xz
Checksums-Sha256:
 8d55df93ba779e66c1ac2b6bf6bca8de2891be59916aa037f68a0898ffd7e396 2021 
fonts-opendyslexic_20160623-3.dsc
 7477f4f1a94c1b45047da86821a5978680b3589c948330c38947aee040613cdc 10964 
fonts-opendyslexic_20160623-3.debian.tar.xz
Files:
 8a068f04233a864bf21d564ea75c3084 2021 fonts optional 
fonts-opendyslexic_20160623-3.dsc
 4edbb60a228e85c021265880a147f8d6 10964 fonts optional 
fonts-opendyslexic_20160623-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rtMYACgkQ21UOifD6
VPNdrw/+KeREJiwLBi9kuabaYTm1q96Shrps++3+Ttrasjxl5yLMgP2dugeyqaZJ
5/C/jraYEcuYzijER4fhCSmPCYPcUpJ4M8uujyueTJ/nT68W1XdFyJNfcxnL0KrT
N++t+dU0Sa70atwvBy96h+umB+MJtrzCh1WAb2F8g4Sokkiv0eOCdYofLWf/5lr3
8ZL+s3LpOBn7kerfbwAtY9dC5OgRZG7Ngiv4lSeSDnwbvoqlKjiKma63DcUe8fpd
0D3V/WfuReaTgdb5s7cZ9cLwF/n/yKwzxESh1a2/+S3C7LZalX6sIVAfMdEiBvUL
7L2oWoXWOhaC2Fg7rVdpZBF/O35492k67GX1n5Z4QrGz/j/ru2yNWXnoemtLsTz5
SMn/Jky0M83v2olvHK3cmf+aCb3DYST2KXcS+a62jIUG5yIMQzY0o0Xf/IGLwjG6
NEs7tj3mN0z1Bl3y++FXMHo2mFKdJU0VOKesKvP1iHbI2sC4Ap0HEeGMi0V9qVAY
vTeh01Px8vltlRZTbbrIxbHEiq3YKUjQR0gP1vCCCnXRGZVBCtsqJShVikAUfv6h
d1eTY34CWkThall7ivOLpjTLXy6cq/ROc8x/7nbMqskT7IaNoS/N6lwC+3UfkKxD
36o1DGrUsNF3Wo6pDID8syYMrZGR+8/q9CiWH+B2f2SYvcN18s0=
=GNCC
-END PGP SIGNATURE-



Accepted svox 1.0+git20130326-10 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 14:23:07 +0100
Source: svox
Binary: libttspico-data libttspico-dev libttspico-utils libttspico-utils-dbgsym 
libttspico0 libttspico0-dbgsym
Architecture: source
Version: 1.0+git20130326-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 libttspico-data - Small Footprint TTS (lingware)
 libttspico-dev - Small Footprint TTS (development files)
 libttspico-utils - Small Footprint TTS (binaries)
 libttspico0 - Small Footprint TTS (library)
Changes:
 svox (1.0+git20130326-10) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * control: Set Vcs-* to salsa.debian.org.
   * tests/control: Set test as superficial.
   * source/lintian-overrides: Silence warning.
   * rules: Rely on pre-initialized dpkg-architecture variables.
   * {libttspico-data,libttspico-dev,libttspico0}.docs: Add apache NOTICE file.
   * copyright: Update URL about distributability.
Checksums-Sha1:
 7ecec12722b157441645b74b3c2fb80498fe274f 2265 svox_1.0+git20130326-10.dsc
 2fe852f4ce7034f7a3b9c8e790b325f21797a9f1 20660 
svox_1.0+git20130326-10.debian.tar.xz
Checksums-Sha256:
 589917b2465906342fc8cb4f3ce97e78d870c04cb0506079f88fc690c11b92a1 2265 
svox_1.0+git20130326-10.dsc
 45ef0d0d2dbc1d0f4c6c90fcdb908a746e2bb786d943ba3dd34cee8a0704c257 20660 
svox_1.0+git20130326-10.debian.tar.xz
Files:
 d6d6a0603a12f805a9da056b71e57fc1 2265 non-free/sound optional 
svox_1.0+git20130326-10.dsc
 13484cfb25013942252fc3a243012cea 20660 non-free/sound optional 
svox_1.0+git20130326-10.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rqBAACgkQ21UOifD6
VPON3BAAu2eIvoyS+MZO+Z20DRKyUjRuOMnldzGkGj55tomVn4ihDqsWWyuLop//
oreZdcrWQhS7o24ZvuqhHHZV0/Z8MaC9FUGt6XgMCjw18A1RfM7cbcnS7WYx7Cfj
rWFYa2tKLVX6RsOY7AmrZp6YJoFEIHHbnDym4P9hS1/sFwVB9bTP0kos/ypYV6jZ
fp0AZ72RcBOQ2m8WwnEMF8ZRQMagj/nkuhjIjw0yd7m2Ep2+Isr0iYnMuekOZJDs
TF4m3x6UjRBMJq8wXSxu/5sY27Y5iPky7LTeH8MLcvqv2JineBVjQgadQc8i87ey
IVQskUcShYm5WlqYx8R6d8lSEtDAr/PqyASu0iAVoWCCNLhdeh+2iPn3oMslZ6nm
gFnUDTlMKQHn5Ly2RGGqnq4IJIFw89cqH//jhFTSBpDmi9sk6UqdG3egbVs44wp6
GpMiZ7q86MXbiu1nRfS89RSSPaoYMALf25oy0by58qeT6zrzsEVvXLi83SgB9mbA
axnQpiunaX2Q8dAFXOgYBwywQTpbhmXneg+JyLoW89+36nvdTdWwEvNaZoRPbB2L
lCsd+3fHzjIc5z+5pv7OqzqiJKgGfMKHHZZtqqdsiCsiah8Qiwdu8e+9Rd/e8bdm
eoltU8zJZ0qoDEY+9WYx942FDhcBAxPg61P/tD1HIreLOcH+JDg=
=tX3g
-END PGP SIGNATURE-



Accepted speech-dispatcher 0.9.1-3 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:58:59 +0100
Source: speech-dispatcher
Binary: cl-speech-dispatcher libspeechd-dev libspeechd2 libspeechd2-dbgsym 
python3-speechd speech-dispatcher speech-dispatcher-audio-plugins 
speech-dispatcher-audio-plugins-dbgsym speech-dispatcher-cicero 
speech-dispatcher-cicero-dbgsym speech-dispatcher-dbgsym 
speech-dispatcher-doc-cs speech-dispatcher-espeak 
speech-dispatcher-espeak-dbgsym speech-dispatcher-espeak-ng 
speech-dispatcher-espeak-ng-dbgsym speech-dispatcher-festival 
speech-dispatcher-festival-dbgsym speech-dispatcher-flite 
speech-dispatcher-flite-dbgsym
Architecture: source
Version: 0.9.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 cl-speech-dispatcher - Common Lisp interface to Speech Dispatcher
 libspeechd-dev - Speech Dispatcher: Development libraries and header files
 libspeechd2 - Speech Dispatcher: Shared libraries
 python3-speechd - Python interface to Speech Dispatcher
 speech-dispatcher - Common interface to speech synthesizers
 speech-dispatcher-audio-plugins - Speech Dispatcher: Audio output plugins
 speech-dispatcher-cicero - Speech Dispatcher: Cicero output module
 speech-dispatcher-doc-cs - Speech Dispatcher documentation in Czech
 speech-dispatcher-espeak - Speech Dispatcher: Espeak output module
 speech-dispatcher-espeak-ng - Speech Dispatcher: Espeak-ng output module
 speech-dispatcher-festival - Festival support for Speech Dispatcher
 speech-dispatcher-flite - Speech Dispatcher: Flite output module
Changes:
 speech-dispatcher (0.9.1-3) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * patches/man: Add descriptions to NAME sections of manpages.
   * watch: Generalize pattern.
   * control: Make libspeechd-dev depend on libglib2.0-dev.
   * source/lintian-overrides: Ignore warnings about substvar between main and
 contrib packages.
   * speech-dispatcher.{postinst,preinst,postrm}: Move rm_conffile call to
 speech-dispatcher.maintscript.
Checksums-Sha1:
 84172e2eaf15aaf3f3e6fd0445a1b16596d04d47 3224 speech-dispatcher_0.9.1-3.dsc
 f5d9c8ded5730c532ca11010b521a8bf0e9bca8b 24052 
speech-dispatcher_0.9.1-3.debian.tar.xz
Checksums-Sha256:
 73b7040f1ceac04cdad678487144d8cf8f54a361fe5d71244000525a8bf99e46 3224 
speech-dispatcher_0.9.1-3.dsc
 8b594de8eac7a1d8928e6cbb5f18ae0a6c94d4ab988800a9c27a0380bcd935b0 24052 
speech-dispatcher_0.9.1-3.debian.tar.xz
Files:
 4d516d108fb4455dd16d7dc19659b909 3224 sound optional 
speech-dispatcher_0.9.1-3.dsc
 9eb8b997bdbf7e8939910f0a1f03834a 24052 sound optional 
speech-dispatcher_0.9.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rouUACgkQ21UOifD6
VPMmpRAAy/hlN0rqdXF3NYciKprchGNacjpG+1Het84uyV34E93zYNrWlyrbW48r
wXy6L9EONBkDokOGFeA+o5mCnvaLrmqInB+ubjA5LfSZHqvWbdbEzu8u2TPC0teo
xAbPAFZLwO4RHXUIhZ8qhx0qxmmb8sfIeVCU0z1tetPtRVtY0jNbaB68kNkLNSJ2
FCSwfeYsDpjDjTxbmndHKl9xGNbm34S9KykLHmfBQS2Cy04DIocNLPnzdLv2xVSz
QQgTWMbAaJv39i1f6othZMvRFMlKFGBLXihmB6GtZF/b5xcjgM/dsNl4UfPAAC+o
qphn5zai6Xn/WQUR2q0Q9cHa0LkDFLM5VSNXTUEuzPI+DkYFhCKTZ5yQWvKUBlU2
UFH4GrihtX2pps6U14VsvXdI1JSTAny67W+B1doQnnhqCn0BvLNGe1J/EvLg4OxO
hyTX0AMQ62iraFsowwj4KZ3nCwthssmLSLCoSxYyemLoDwz96S7s1C8NRhU5INxE
VjcBgQxw3O8jKTcaHUzkIuYJjmsLnrOnKdSGyPQxPloEdJMmkUiRfky78pLmZrWT
pucjJ8B/GrKrTgtK79gIvo59Zgt+5Xumc1Hl+54JJG5HaD7XEijo5ybfEeaEmt9O
KEZ9iYM5IrYv86NfYzcQpAdcGbcFY4ryGB16BfkNsJ82l12KwCg=
=wYG0
-END PGP SIGNATURE-



Accepted speech-dispatcher-contrib 0.9.1-3 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:58:59 +0100
Source: speech-dispatcher-contrib
Binary: speech-dispatcher-baratinoo speech-dispatcher-baratinoo-dbgsym 
speech-dispatcher-kali speech-dispatcher-kali-dbgsym speech-dispatcher-pico 
speech-dispatcher-pico-dbgsym
Architecture: source
Version: 0.9.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 speech-dispatcher-baratinoo - Speech Dispatcher: Baratinoo (VoxyGen) output 
module
 speech-dispatcher-kali - Speech Dispatcher: Kali output module
 speech-dispatcher-pico - Speech Dispatcher: Pico output module
Changes:
 speech-dispatcher-contrib (0.9.1-3) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * patches/man: Add descriptions to NAME sections of manpages.
   * watch: Generalize pattern.
   * control: Make libspeechd-dev depend on libglib2.0-dev.
   * source/lintian-overrides: Ignore warnings about substvar between main and
 contrib packages.
   * speech-dispatcher.{postinst,preinst,postrm}: Move rm_conffile call to
 speech-dispatcher.maintscript.
Checksums-Sha1:
 19d01029d43fb9e95d2591ea41ca0607475b13aa 2747 
speech-dispatcher-contrib_0.9.1-3.dsc
 7b31730c46d2c16f66d08fc585fcd0c14b1626e2 24088 
speech-dispatcher-contrib_0.9.1-3.debian.tar.xz
Checksums-Sha256:
 5bf30c9b6c36390a448e6ee599e6746a93500db90d8263fba7fbc38b7db76c7a 2747 
speech-dispatcher-contrib_0.9.1-3.dsc
 6300101ead77a30d5baefd95adbb937bd2709bae2eba1db3d7ec35ba31027449 24088 
speech-dispatcher-contrib_0.9.1-3.debian.tar.xz
Files:
 819d91639f97a696f8db140400490869 2747 contrib/sound optional 
speech-dispatcher-contrib_0.9.1-3.dsc
 3d9809f112b86c2bc379433a2a5c9b4e 24088 contrib/sound optional 
speech-dispatcher-contrib_0.9.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rouYACgkQ21UOifD6
VPMJ6BAAjBu1zay0z343en7a7OhPjHC259AD4DO6m1lfPEJI5UkqlFXDo+Si+vLR
+nLJ2ivE3b3gUYM/FQlWLXhDCV/BqKh0+jjKpDQeKWpMadKhtTrXLMP8GXNEgyV9
exarrgPrT66pAtwQjc/ngDleR2U/LuFMliDzmoLt70oFk7YbY31r09cH/vIhEJNe
lp7r5PxqYdfSluW7Mlj3X+PvIZCbY0k3TaWPHSPJ5R311g1DRZm+xzfsQnk+VdAE
0+SDvYjLEuVEWYitH2gP+tj5WKfS641mnkBJLOjdhA79KyKlVLi/rEv/KctyiZao
81P6rf6lPyFVvnnBlthFVf1654re8VUlWb/Md9pVJyrvBD5wKQCho9iyBaxQTY/r
v1hTkQgEdOtm+W0/7ccbtVap5UQsa83xWkNtYLZrkGehvhdYAH+/X0rS7PwyFrpg
1/dQejnDmPFxiPJFa0l+x+Ph/F6ha/gFkhwLghCuIhhKDWDKfJdPieiaGRKF21rU
LQOGpTxFcOjLJr1I/hkcFXNagYzOUOwczDzxu4DrNAkTTRCuGisflY51e/iLkhLs
yz4slUOAbhWg695Zt4Rnt960VFatpvstT49QtMEHmuKlFZ/u30KF3SU+7tziEAJs
PbZSWA2dAoDarbhceG+3G5ky8SVSkn+Ld8t+N1HO4zD4F932mck=
=AmOc
-END PGP SIGNATURE-



Accepted pcaudiolib 1.1-4 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:37:42 +0100
Source: pcaudiolib
Binary: libpcaudio-dev libpcaudio0 libpcaudio0-dbgsym
Architecture: source
Version: 1.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 libpcaudio-dev - C API to different audio devices - development files
 libpcaudio0 - C API to different audio devices - shared library
Changes:
 pcaudiolib (1.1-4) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
Checksums-Sha1:
 a38aa07c920d32ae9442d6eae63c9696fbbc4065 2023 pcaudiolib_1.1-4.dsc
 1584a1f72f72e4191cce0dd281b15e9b45b39d1c 3352 pcaudiolib_1.1-4.debian.tar.xz
Checksums-Sha256:
 2d61353e2697cf29315322e2f3872a8ba538e96e2bd9301d87b5dde1e8ae8b9b 2023 
pcaudiolib_1.1-4.dsc
 32dd703d296650c303c28954570024ac2d4da653a6239b4af5d40c97ab5cf4e2 3352 
pcaudiolib_1.1-4.debian.tar.xz
Files:
 38ee9aaa6c7e1e92b67eaaf446d95218 2023 libs optional pcaudiolib_1.1-4.dsc
 7c03439d29aa63714d1ce286370fcf07 3352 libs optional 
pcaudiolib_1.1-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rnWQACgkQ21UOifD6
VPNZhw//VbwXjo0/VSNwh67xGckTWAnGxd2j6b+8gMQ4CP5E4GjKo4S31nt3Y91k
e+cyHm+WO4WpbwlEYgbUk3P6I/fiZFR+XCHyNX/PJKJ7TvoW9l8WVbefpRPL2ijV
v/6yU7SBeRJ4dq13s1jWEmhweP3PjNto1IxGfTlwJhJ9EP96pF1Bai96JtG6zDWl
GzhZWFeoktC0iRTi5kW33oySwRWau+8lWb/8G2g1pUdoRKywbLqT964zKnqd+UKg
u+/PlV32Ka0DOutnLqpaRuXOoiBsIl+9t6b3X6Q3HTqpubvTcaIEI3jrxYQeKRmT
lcViE8buQgaT+6WoxEALjdzkMFk3PlIxmMdDoUDB/PpwTv3DVJBc6YYc30mH90NZ
uJ05XYpRfrBLp1vxO4sNTOGojm3RgV+ssWGKFz1yAda343snQjyDXd719TP85r6+
oBsfCZkAAOdQmbqgzlh5g1Dh/496jAK4VZOuFuigqFwykuHPHI86PnvoTwUqVTsp
QKbZbsphuG0iS3LRjVIXK8tR2wfUGDnevmrvUDGi1XVbu3SDGIW2GnZQho6MvyDi
7ZNO9nCHcySmGDer7L7cNpNAMQ6BLRhLH7o9VSOPKlrBK/Uv+0/6HbaNAmtbFB+0
YtDcntqZcRBOTTdItoqGvCTvPiul9voFD38MWsQ9ddR3aHmkEKM=
=I4mD
-END PGP SIGNATURE-



Accepted loadlin 1.6f-7 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:32:24 +0100
Source: loadlin
Binary: loadlin loadlin-dbgsym
Architecture: source
Version: 1.6f-7
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 loadlin- loader (running under DOS) for LINUX kernel images
Changes:
 loadlin (1.6f-7) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * source/lintian-overrides: Silence warning.
Checksums-Sha1:
 6c64fbe20dc62ac78e927bc563c30182ddb5caa4 1830 loadlin_1.6f-7.dsc
 722af6dd3be387a22fd9819c34fe5e97b7261341 18568 loadlin_1.6f-7.debian.tar.xz
Checksums-Sha256:
 aa06f2bfaff2d6a3206ae2f85eba8cc22cb4199669adf51950ca120986f814cb 1830 
loadlin_1.6f-7.dsc
 9b0d7600f1b4cabdbc5874deb5aa6b54243d573154d7303483ef0d3ec0842452 18568 
loadlin_1.6f-7.debian.tar.xz
Files:
 fda820d504bdfd25e7cb28f37986346a 1830 admin optional loadlin_1.6f-7.dsc
 25a6260581801f1c6d16eb0fbdfefcb1 18568 admin optional 
loadlin_1.6f-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rnD0ACgkQ21UOifD6
VPNSaw/8CUZjCyt934sli9qH8bLY/VxpTFbYQw1VdPkwpPWRWLfAFs3t6bxizknr
BUxii9Bg7OgnclWWfhFIMSZgu83eGd75fIZqrcBiKBrkpmpd4GqiC85ujmUgIfcq
9611qV1ig3HBuNZtVeR48CpRT9VuWQe7GpXV+2x9JNi6JulKGazkB+ZBKT3BLFJm
feYzM4/kyXMz5H3n2XoX5djG8gOgM5NExGu1weh80tPLkvf4Mp4R+NQ7pIT+N6bY
YKkZDXtv6eDcuGQdQd1hAG/wbG0BjBhGaz31Th5+M+oav2R6oRnu4kjvT0u4WhHt
TTg63NJzE2KBlrd20IL0eCL1QPUqvlfop9bW5zR/PTaFh8D0gvS7iaFWcRlIyoSa
nZDYBLZpw9LDiqILfw43Zr7rrKUBB43Z0vSLHSmlf7cqquTK4Rqu1t8fo1E2QVdH
faDGBH/pu7gudicgKdsl68o4uuTMA8ndbzQ20SxhgIayOyU0bZGmc2l1Gbbq/gtx
Fg/NH2RchkdgI9r3e/sILt4TelJPu598J1qfRCICC4c6PxjuEaAvNTQdug7SvMlu
1/SyEDxJOhx9VwTyQXDEbfJV59RvIHWRdlESvw+EYFjlYzV7TH6jIkHoPk1PNcOZ
Ph0M/HTCK2GZn58x0t+/pQLYP+u8XdiBD1nBDPnT+KRqOyzvS1A=
=O6UE
-END PGP SIGNATURE-



Accepted joptsimple 5.0.4-4 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:31:44 +0100
Source: joptsimple
Binary: libjoptsimple-java libjoptsimple-java-doc
Architecture: source
Version: 5.0.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Samuel Thibault 
Description:
 libjoptsimple-java - Command line parsing java library
 libjoptsimple-java-doc - Command line parsing java library - Documentation
Changes:
 joptsimple (5.0.4-4) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * rules: Remove non-working jquery files.
   * watch: Generalize pattern.
Checksums-Sha1:
 533ed00b99d1132b2cea58d9e307691dc4b4842c 2292 joptsimple_5.0.4-4.dsc
 dc0636c3d588a1e4e0d4691e8ee9e446dcab5c08 4740 joptsimple_5.0.4-4.debian.tar.xz
Checksums-Sha256:
 5c8f351b4d65d39c534255503f20a30c9409274b8f32c6b1123e6210a634dbc4 2292 
joptsimple_5.0.4-4.dsc
 6f31a8c5a44a909533e9c7e6c442a9e335ab5f5b6afc378bb77db6f45f174e33 4740 
joptsimple_5.0.4-4.debian.tar.xz
Files:
 67af5a6a07325e8fdee60f77e82ee969 2292 java optional joptsimple_5.0.4-4.dsc
 74a1ca06b4f2adb1239c9e660ecb2735 4740 java optional 
joptsimple_5.0.4-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rnBwACgkQ21UOifD6
VPOJdRAAjM/xP+9egiz4C+cQqf8fRL/B2H/nkgcUr2AF7LwdcgFyaOek8FIXpisn
+kdlHHfS7J7tO4X2YGStUuAoasY+KN6c9G+5CF2bcbG2wlUPRiDgqRrD/V43qUwi
QtC0mslLasFr0in/BfkWNcAugPJAc0bhVkbq+sCyz0VvNo1VbUG3CiIEIyz4tSLe
zUzdNgUOn8i9aojzAzgf27kW61esoGg+NJrmQ+Cde9qBQy/8YVVBY1HPm4cQPp0X
bMc14jGvN3WY9IX0dSJWdORDEeNF136BKwgh6lE996wZgci7VkPjqhXs2ff7tHlI
+sIpilz0sg/gZdbHcXkRf4BF5Se5FGPC77rAv3MdY6yiPFOwADxp8cOwmSP3U1zm
gIApe8a7zvLrnv4HypAiAjkFfYkRz2cqo2wr+nOSigKpRxkellcgzXo+gXJ7tvTw
TAf1aUR2wg2wdfpxhRH5VyI9C5CzVxaQ9+GAvog6+sfs87eBPuz03D9nZdWOUfg1
GN1H2sIsBm9tHIaOFvnaaW+iARWiHyZJjSh4PnGfFvOyVZyGS+KFNvYu5BI7O8f5
yxkPFnYG5CPD4vWlHpZNt6BVgddwayp/fWKz+0iNar6pnP+axbVOgFArxCLrc/iV
tcOS5bhcrUA3dJ+QLhY9kaLIzWuiFrey0mj2Ms7kr3jVVZ6tozg=
=t4/B
-END PGP SIGNATURE-



Accepted otf 1.12.5+dfsg-6 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:40:15 +0100
Source: otf
Binary: libopen-trace-format-dev libopen-trace-format-dev-dbgsym 
libopen-trace-format1 libopen-trace-format1-dbgsym libotf-trace-dev libotfaux0 
libotfaux0-dbgsym otf-trace otf-trace-dbgsym
Architecture: source
Version: 1.12.5+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 libopen-trace-format-dev - Open Trace Format support library - development 
files
 libopen-trace-format1 - Open Trace Format support library - shared library
 libotf-trace-dev - Open Trace format support library - compatibility symlink
 libotfaux0 - Open Trace Format support library - shared library
 otf-trace  - Open Trace Format support library - development files
Changes:
 otf (1.12.5+dfsg-6) unstable; urgency=medium
 .
   * tests/control: Use @builddeps@ instead of copying them.
   * control, rules: Replace autotools-dev with debhelper (>= 9.20160114).
   * rules: Add descriptions to NAME sections of manpages.
   * watch: Generalize pattern.
   * rules: Do not run tests on nocheck profile.
   * rules: Rely on pre-initialized dpkg-architecture variables.
   * copyright: Add missing licence name.
   * control: Do not mark libotf-trace-dev Multi-Arch: same, it depends on
 libopen-trace-format-dev which can not be made Multi-Arch: same.
Checksums-Sha1:
 6dc8121665023860cc465c2c06ec40f209646278 2248 otf_1.12.5+dfsg-6.dsc
 1aac99167a7b6b551d9af9d50bc182515440660b 5212 otf_1.12.5+dfsg-6.debian.tar.xz
Checksums-Sha256:
 91e5080e3eb6df3934786d173026710caa7ad866d7b43f3fe39fa496b29860a4 2248 
otf_1.12.5+dfsg-6.dsc
 ecf534b32ed3f778dccf27e97d71e89603035f03501df171d0905e4512232360 5212 
otf_1.12.5+dfsg-6.debian.tar.xz
Files:
 48e445c7775efaa026d5f627c0885359 2248 libs optional otf_1.12.5+dfsg-6.dsc
 bdb3637eda5a794deef21ca480e90bd1 5212 libs optional 
otf_1.12.5+dfsg-6.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rnjwACgkQ21UOifD6
VPPsFQ/9EVYtJW+Cq9RuG0fIV3DT0/phf/5HP9OIZdDeb1PrNRwjG2fubohNh32N
AG2nOLjaPeTHHOV6geejYKrAJVG8zyf0cMXtNM52OX5t11LymcMcy+0tH4BYl60T
Io1gc1oS0o5Y/AsnZ9VLHYaQ8LrmlB8TtQyAZ6WUvyuph3bibpeClz1+AwyMYNCF
HulMfRdidvG/aTJFGxBqJ6TP+Mmta12u2o+ppVStsL1u1YHVeHI5RFmhSGP4pnmK
dWVVjnseqEzPDeeTr71NQK44Yw7WdwyMRvXUfrowIZl4Mxu+5TaKCrzUD9teH4Ac
8HjygUQysdAcAdljv0w5r/XbnfFrG01ZnrwdYDL0uL1kVpK+eysreJ3i+Sws53ud
Oel1NuZVJyr9NOK868KA2jrVxQUwnSLTwkKrFOl4RKyjCgF50x1xjkX+LEQUrto4
+0Cu6ALmGp1ZgYTu/YhXwB9g37+88MPrmnjHXhiegedUELVu3eIrU1C0GQ/c261X
tsAyHBziibcdGdaGwEuAnbD/3tLrXgM2bl9UaU5j8SY2HR+SKeJwOdD5EP7TpH8v
uQ+ibv66rpd2mZLQ8OPKawtuYhUd/YWRhfaglr1ZQ9+WZkSKqO79GjkhTrtOw5VX
ZTtSLy/iI2Q4YiFmzEA47auS49D5Ipi4lYqVXbi86MwBfJ6++lQ=
=tM5l
-END PGP SIGNATURE-



Accepted opari 1.1+dfsg-8 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:35:18 +0100
Source: opari
Binary: libpomp-dev libpomp0 libpomp0-dbgsym opari opari-dbgsym
Architecture: source
Version: 1.1+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 libpomp-dev - OpenMP Pragma And Region Instrumentor - development files
 libpomp0   - OpenMP Pragma And Region Instrumentor - shared library
 opari  - OpenMP Pragma And Region Instrumentor - translation tool
Changes:
 opari (1.1+dfsg-8) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Change Format URL to correct one
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Samuel Thibault ]
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * source/options: Remove compression option.
   * watch: Generalize pattern.
Checksums-Sha1:
 d078a290716c006bb07c10059a1ad0c8a589fac7 1955 opari_1.1+dfsg-8.dsc
 50a964a264bc540837f500ec012de34a195be855 5552 opari_1.1+dfsg-8.debian.tar.xz
Checksums-Sha256:
 3a6e35cf4f8fe235fc103f6a459a078527a5dd0d0d342a2e999a9d531684d5f1 1955 
opari_1.1+dfsg-8.dsc
 3b8fd317a5fdccce6c46ee8d38cf11e4d3c45028eeb80021bcaaedd4ab5e6a10 5552 
opari_1.1+dfsg-8.debian.tar.xz
Files:
 8487460280cd733224fc640be2548f9c 1955 libs optional opari_1.1+dfsg-8.dsc
 127333a1d87ae58cab97bcfcb60c0522 5552 libs optional 
opari_1.1+dfsg-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rnM4ACgkQ21UOifD6
VPP5nRAAhvWxaEw4773Ng3Rse4b4DfaolSqXaizAvI5xRRjv0EZwNRKi+v2sLB0g
tLKfdBjVe8unRtly9YYFktOKBXbpokzXg+z5YBvmR87nNVq5GVcrFTVZXMlE34D9
jMW1w88i4gAZ4dY2djwsltf1z9/YWV8J6IMwzLOdR9csV11/0b7SoNqpsW3ZaHt7
pnhsfnG3EIbN720+CfP6D+tuT6lv78U1H57p+XwKHwj1SecoYqhCHvdBHKDa3osB
3QZx9s+/4uoz7R36PGYDHWciXxFxIozBCuoMABAw0CLWvRn/uRqehEPLKfrZMgxO
1fz7GbufD4vKOT7OJSZ88BFdW6NXlOMzjwD3k3fJyvBOLj9+aZHjJue/LHuowVpf
DUC39743sDHeG4yZBlnWQnj1iFrHb7cmyQyJIjCbn8LCtt1H8V1K/EUBRa6mEh2Z
yvamFbf3EUClDAPNiQExQDmtE7Z/5w/i9kj0LeVT092idfGvKvuuaCyJ9SzEsZk3
tMUOk1xb/pc/D/Fs8rCTHFSnETBXgN9AjOX7sInnE6UxeJpDUc3F5wUrCf86TwUx
DDysqe/LQ9ZMvqwocfVsMrx2OB+zaZtsMT5BYj6UCqVLYD252YTCqoz3XycUtfbc
t9/xz6ZrmSP6bzZKQTiV8v5FmfSsaryUZIypMUIVv64i+jdJkGI=
=sl0s
-END PGP SIGNATURE-



Accepted yasr 0.6.9-9 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:19:21 +0100
Source: yasr
Binary: yasr yasr-dbgsym
Architecture: source
Version: 0.6.9-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 yasr   - General-purpose console screen reader
Changes:
 yasr (0.6.9-9) unstable; urgency=medium
 .
   * control: Set Vcs-* to salsa.debian.org.
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * patches/50_whatis: Fix manpage-has-bad-whatis-entry.
   * watch: Generalize pattern.
Checksums-Sha1:
 35e457f563327f613ef53d433e558c846417f0fa 1923 yasr_0.6.9-9.dsc
 fa8375d060e7baeaa8601bea5661f58d1e10782f 4456 yasr_0.6.9-9.debian.tar.xz
Checksums-Sha256:
 cc1396499f2efe28c026df2bda4aa53b0cc145e7a6607013f47a03d9ba041caf 1923 
yasr_0.6.9-9.dsc
 6feca5f79e73a2ba86e13c8db0b88458480d82138ffc948a42445ccaba5c34df 4456 
yasr_0.6.9-9.debian.tar.xz
Files:
 296931c26b1fd15763a5086502bc9d1c 1923 admin optional yasr_0.6.9-9.dsc
 eee50f5b1c4218b5ec7481239c7edbc4 4456 admin optional yasr_0.6.9-9.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rmQAACgkQ21UOifD6
VPN/ZQ/8DiF4wqgr3eIa0m2xkOap52aIqnkNP8zwxcCTF7c87Lcch++QQTipWgck
HIkabBR1u4qznaAZjSix4LwOkW7zNsAcaZvxCjoma+Ntfg55wUja37qo/UFcQsQu
V4p0GVsk8wQMB1HBAu0KtxoMJaOzRQmcrjPbJ9G6aQshWAyzyZN1VtBC+0TJ0pN3
eFDeJFYdzNL+CQzZqtX8IxzjGhb+F5PwnADZIJNmtk/ZRgu/Cu4QU8QKpMkfupTn
DW/0IKGmURcBtXgNueMpPsDFWzmuc1lSvGoRmCO9rst7UaaTvqVNhxNMjATQ8Xf3
MFJWelJxZEglWYE7yYfzdluPIPR0A/OIBq1G3t/SaVbsq/MpZrSw1i6gs4EzY0rY
TPU8WhdrL983a/Oa6nz+AwXW8zu6OWyEqu4UgTa1eXmpQMU9eqdmfranD2HTicuo
kT+Kpo+t6uukj1YX0miWPir1W5u4ToJhKSNcylE3hFClWFnKBOfyGWXQfizGT3mC
277o3x0aDxZbRMQ7D5dyrCw5anCRHHUyv9eqQ+bcDb2cbfMjQ4WMYx+rBFbF80Dz
QWreJSh24m7uvzbCRU1CjCVxB0ot/gUaXjLZQbO0bdnsoaV53H/yfpExnQeJMtmC
sk6bSpMRFm3ErpMsv4uL1veC1Chne47GiQ208h+SGetf46nReAQ=
=ypOS
-END PGP SIGNATURE-



Accepted ttf-tagbanwa 1.009 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:20:35 +0100
Source: ttf-tagbanwa
Binary: ttf-tagbanwa
Architecture: source
Version: 1.009
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 ttf-tagbanwa - font for the Tagbanwa script
Changes:
 ttf-tagbanwa (1.009) unstable; urgency=medium
 .
   * source/format: Set format to native.
   * {post,pre}{inst,rm}: Remove old upgrade fixes.
Checksums-Sha1:
 ddea91be9c5615128a3c23eb0abc76266cc38a0f 1615 ttf-tagbanwa_1.009.dsc
 41b20a597213690f88daa3fd34e5197ebee60e9d 14836 ttf-tagbanwa_1.009.tar.xz
Checksums-Sha256:
 96803e8f090a25bc08c30c0b3ad8a8f0ed83791582e6e91fac8d77e80e6448d7 1615 
ttf-tagbanwa_1.009.dsc
 1e2dc999720aba1bb84842b2377d56371f40c9110d7408199c301bac7cdc980a 14836 
ttf-tagbanwa_1.009.tar.xz
Files:
 1717eb51c8a3b50eb41184b654eb9ac3 1615 fonts optional ttf-tagbanwa_1.009.dsc
 524c21f7a20e5e1dd03d430257f72102 14836 fonts optional ttf-tagbanwa_1.009.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rmX8ACgkQ21UOifD6
VPMcrA/+OqGbRlCjKG15gHkq8Z8RvZkFmCpUsSIuDn3tXevzlbOxp35tbCeqZpw8
fTSMU7qacqLriG3FKYCU45drldN23Fq6BFiOqWVAcp18pla/dkRZy/LEPI+TLgbq
2cwi337cZZ+KHqVEbl9DmbPIBtbm6qufd392Pp51YX+KEaZk74RnTTWFWOmW51kB
pLXp7nLdAdbNt/ZGssPdX2C4cERK5i5zC0ilBJZFDKThoA2MmbfyaFmfzTHfDID7
2+xxgQS4iOyKVdblLsjdLZ00xCAvxuXN1PmPK9+7xBw3Fifh5GqBPdNihnjlKbTS
dPrQgUBBvfqtIu5NJzo+Fy+w7+CKeD56FA6F9VVGW6ha+ojBYNewuXOmjnn+gmta
hqZuySGsUtneGhAjpOyIMme+Vdv5gv6BTZqXltK+JBckFvAMl9NnRs1WWqF5+73l
MvgS6EE3PmgZNEa5fS1aQZCgMFZpeebUZ0g3EXTa9vvPNoZMhTtB8Ma34VUcKukH
H9HMVAszOAQMsUMBzEBsrAk7BL9DXDFhSIuc0JFKp3U6wHPU6IwsXbXj41td8eTT
WgxUcGhYVE7C6t1dTbOczAZkAWfn/0eo+iHUzPMeFlb86na/u49mI26VMYFwFfPf
J6oZLoZFn4zKlN4GzwUHooL5TX25rUNrrBJXpYo/6RI/do6lEQE=
=yEmD
-END PGP SIGNATURE-



Accepted gtg-trace 0.2-2+dfsg-6 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:27:48 +0100
Source: gtg-trace
Binary: libgtg-dev libgtg0 libgtg0-dbgsym
Architecture: source
Version: 0.2-2+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 libgtg-dev - Generic Trace Generator (GTG) - development files
 libgtg0- Generic Trace Generator (GTG) - shared library
Changes:
 gtg-trace (0.2-2+dfsg-6) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * control: Replace autotools-dev dep with debhelper (>= 9.20160114) dep.
   * rules: Drop --with autotools_dev.
   * watch: Generalize pattern.
   * copyright: Add missing licence name.
Checksums-Sha1:
 cd348f7be0a36a1fb1b20a98b205939d5297db21 2011 gtg-trace_0.2-2+dfsg-6.dsc
 01db5913ce35caf02fe7cfc612d4a841888aae92 9676 
gtg-trace_0.2-2+dfsg-6.debian.tar.xz
Checksums-Sha256:
 a1b43da6b20c8d587575c8adf00396953b4ee985521786cabf7fb3a34817f6d2 2011 
gtg-trace_0.2-2+dfsg-6.dsc
 05d4e984278b1653b2c58e7407ee9d39f517afb3a0c8caa49e6d01160f8f53c5 9676 
gtg-trace_0.2-2+dfsg-6.debian.tar.xz
Files:
 0377b36944b908406d8853b5048e9e2c 2011 libs optional gtg-trace_0.2-2+dfsg-6.dsc
 48175332910138ce9e7d2beb4c3d489c 9676 libs optional 
gtg-trace_0.2-2+dfsg-6.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rmywACgkQ21UOifD6
VPNhBg/+O9zhf3jXOJP43/N5T7qeabttIavIf3c4pjrbiXgWVUqncBG+o+MxStml
ycale0S9mxh904u6I9jqEO3+XCFoH97eTUx2J62yMvkGu5cJP3BT2DX0hSkScugh
jM5nd6JpDVIvpMVhHtBGdCyGcfgN62lr/arfiLacumEk7VzXu0WHNYk9LoOu+2hd
3uQpSlH4VyshvdZBK9ni4XHy+JNS4jItb9JB6R6FsmNMgmmr+ttxvWLnHKoqaDcF
wYj5X5ykZ9sciHOl92sh0+dMutLX9C3lgrzx9fsykhEVMPtVnPGV7iEUrEqgvIZi
g4cSZYIl+44u6nGU0anHTfqrhWBA3cRmltYPmWBScp5XEzJLfmkzkZueKNF1FXrh
ZCh1EON78taUs2lU8JjJpE48y1FSgB41+LrXlm0s1+SO/i41wsq02pVFpWMbSOj5
mx7Mmnm3cuk3/pSCtFw5la63bg8IwOcnRQWBqFvqQYn6vcgpP7XxkvN0hvHSo3Wi
wd3OZV3T2mjc+iUfaKPLPjM6PvgF5fNugPfpkBuz2U7GMocj/qKXz4PvEaQRxNxL
ExjaLMomvlTyO/OyAPx6yACr/wgjdmvkqS/RhKEqkh6C0+udPRH66tq8VwW/rLOw
EI3GxDtz+m1INFugwhW95/QI+05er5GE//0p2lVW+GoBn2aAPys=
=+/ci
-END PGP SIGNATURE-



Accepted jodconverter 2.2.2-11 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:28:30 +0100
Source: jodconverter
Binary: libjodconverter-java libjodconverter-java-doc
Architecture: source
Version: 2.2.2-11
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 libjodconverter-java - Office formats converter - Library
 libjodconverter-java-doc - Office formats converter - Library documentation
Changes:
 jodconverter (2.2.2-11) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * rules: Remove non-working jquery files.
   * watch: Generalize pattern.
Checksums-Sha1:
 cdbf062b142b43ec4da149fe91a11cc5fc3cfe3f 2115 jodconverter_2.2.2-11.dsc
 a9dcfc5153fcff221378d41a3e784db4cbe32c40 3780 
jodconverter_2.2.2-11.debian.tar.xz
Checksums-Sha256:
 f5cf5b554bc5110a5e5777fc72188f46c208eebfac8abbad5ca4c1eadd386fd9 2115 
jodconverter_2.2.2-11.dsc
 471e16a7d628b43a988817ddf084dbebfbcb9975e3a6a504fb44f76b1ee45651 3780 
jodconverter_2.2.2-11.debian.tar.xz
Files:
 513ab38f5d8c3510ea383ef25126fe6d 2115 java optional jodconverter_2.2.2-11.dsc
 f3461556448e786337df22fa11428a73 3780 java optional 
jodconverter_2.2.2-11.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rm18ACgkQ21UOifD6
VPPyshAAt2Xp1KN7ejLU5IB5uE1xvAumdg1tJwReqnEvhal2Cmk0JPbLtiH1fFHz
4KaQvmb4S4NYApnOeHyUPEQK1kV19pNwFtEeZjTzPLr1JeMt9MTJX2KnuAQ6x2r9
z6CEMtR1YdNjt/PF0wI1W4u6ClS3ekPdmh2DtbXpc4/ZiPag2bsgAftFymha4PdB
YDyxdr0M1pBtc4HVF79e4v76LsWTj/ydjRshEl8MjHKr57hGKyGwWTANpArhS7E7
52azzdTw9h+YtMzr4ajsZgicYPHr9i3lRaPVJjtiOexN8oU+CbAn4/CH3+PvmYAo
ZmgXiW79Z8AzqVh87ycz7RI6ZLcFrB0M88J+ZtfEfzHthg9nwdK4u3Mv2lb8tkCs
gELN5KoNv2+C/IVCoCzL2YDUElUl2ApE4GfXhZwFPufzg63C+BuGvdM+6KtuormA
LjKeKEfNxR0R9shkBGfJM4eR0h+GqwOMJb4XIdWPnS6xvt9xVkEHaXI69JyAwMcQ
kuHkB+IItFUDM15JUYGU2ngDdgSp0kgcPOxIyVGISEypXRPPH/KNnmtG9wuTQAng
gNWQbCbF2gqlud/ED1DnDXSd3D5MFzz18HskOVTYBLHob2hT4btEga/TPeaD025H
Gty8I26zhB5frzT1sH7nPJLPBPZr+/sgfFY5eUBGftECSbioPY8=
=iOg1
-END PGP SIGNATURE-



Accepted jodconverter-cli 2.2.2-11 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:28:59 +0100
Source: jodconverter-cli
Binary: jodconverter
Architecture: source
Version: 2.2.2-11
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault 
Changed-By: Samuel Thibault 
Description:
 jodconverter - Office formats converter
Changes:
 jodconverter-cli (2.2.2-11) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces
   * d/control: Set Vcs-* to salsa.debian.org
   * d/watch: Use https protocol
 .
   [ Samuel Thibault ]
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
Checksums-Sha1:
 10592abb64b211287e2d4ebe7e51c87c37e44b54 2011 jodconverter-cli_2.2.2-11.dsc
 8a0400042e7d56afcd37099f00f7ee1c510a8fb9 3912 
jodconverter-cli_2.2.2-11.debian.tar.xz
Checksums-Sha256:
 d1c43a61d3744edbfec37d8e92936273eea146c8520612ebd7d20f13fc3a5293 2011 
jodconverter-cli_2.2.2-11.dsc
 e6541d025b536d3d7f605f7a5b7e8ab370c3e79cb19f03d68cdd36268cf8f600 3912 
jodconverter-cli_2.2.2-11.debian.tar.xz
Files:
 bf212c4b5e132bf4ecf234dbeac63b42 2011 utils optional 
jodconverter-cli_2.2.2-11.dsc
 59f5c44092ad186cc713099f44c09cd6 3912 utils optional 
jodconverter-cli_2.2.2-11.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rm5oACgkQ21UOifD6
VPM16w/9EnyldWpOlQbbki38WVQpsx/Wj1vdbv8IfNMIqjbaYMz4x8sCgPOUSMQN
yILY4WxJ4kJZ4y0sfxMKSNw6+W0D/G/05IYr7iGKmt1x0AMbtE06cxP91NUYSEiz
owRV5MJslQHYnmknROpDg+Ohk97VnhVH/1ezIBvGVeY/RyZ7SXBUuHFaI8SoCpo0
scVKw23M/oIHiQ4/24iFEggraKegpIluAXJlLje4xBV2Ur7K+iE0FF21DWO1Sn2V
R9Ld++8HpPaJyen93CPf6wVJOsQe4OQO2EHyhtlZhjHuE1+WqNp86Wkcp2AP91OV
+feQSbnq5jk47XcqKdVLul6B6D46d4hbc391Z4yr1BJrXs1VorJS4h1TE0zXSQn1
YKyuLxQ9DcCx028kKdGR8K+1Uy/Mxnb9CgDsNz1Xd9v6uR4eOdqXUpSSE19ZETMN
bTTVI+NiRp/sIvp0Y9EkED3qav4FVl8Obc30Tx9MmfV24nEbjijQ7i58+zFvbsMR
NE6w6aRb9Z+yEGemK6HtHj9Bv0uT87d1VbubRvpcFZMuYPQCslgxL++9do9uQzEW
h7FyXGgPajCvhr3rbjHTLKRE6CZX1VvwWRrX0NA2oEkwLBkzG1YDvBo1ruDVUWJh
8BgjjUPLz9YdpyONXQ9N1VZf48eCX/1KnLvghDVXaLxTr7O9piI=
=orAy
-END PGP SIGNATURE-



Accepted compiz 2:0.8.16.1-12 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 13:10:56 +0100
Source: compiz
Binary: compiz compiz-core compiz-core-dbgsym compiz-dev compiz-gnome 
compiz-gnome-dbgsym compiz-mate compiz-mate-dbgsym compiz-plugins 
compiz-plugins-dbgsym compiz-plugins-default libdecoration0 
libdecoration0-dbgsym libdecoration0-dev
Architecture: source
Version: 2:0.8.16.1-12
Distribution: unstable
Urgency: medium
Maintainer: Hypra Team 
Changed-By: Samuel Thibault 
Description:
 compiz - OpenGL window and compositing manager
 compiz-core - OpenGL window and compositing manager
 compiz-dev - OpenGL window and compositing manager - development files
 compiz-gnome - OpenGL window and compositing manager - Gtk window decorator
 compiz-mate - OpenGL window and compositing manager - MATE window decorator
 compiz-plugins - OpenGL window and compositing manager - plugins
 compiz-plugins-default - transitional dummy package
 libdecoration0 - Compiz window decoration library
 libdecoration0-dev - Compiz window decoration library - development files
Changes:
 compiz (2:0.8.16.1-12) unstable; urgency=medium
 .
   * control: Make -dev packages multi-arch: same.
   * patches/pc: Drop spurious libX11 and libXrender links.
   * watch: Generalize pattern.
Checksums-Sha1:
 0d4292793b84e9b03694d257a866d1d2f0fbbfb7 3097 compiz_0.8.16.1-12.dsc
 66d9683723a4e49aa12bf3c706d107cc49df21f2 26508 compiz_0.8.16.1-12.debian.tar.xz
Checksums-Sha256:
 848158dfaab65a41d0b786a2cf1be4784373b0e948c45da1050d83bced979430 3097 
compiz_0.8.16.1-12.dsc
 72b5d17e80986a7749c12e0d93275562e21383db2e9144628b09c4ba047b7c01 26508 
compiz_0.8.16.1-12.debian.tar.xz
Files:
 26a5a30189c7590129309a725e5a9520 3097 x11 optional compiz_0.8.16.1-12.dsc
 7e346878b93b8524f490f33d06e59560 26508 x11 optional 
compiz_0.8.16.1-12.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rl3AACgkQ21UOifD6
VPMxVA//aiPX6LbiOETzzukZadj0ATLf0thkVBrDFUFXiw+gxB3iQ4aeXdskrOEZ
n8AavCPEOuk3z8Mn3Pmofy7Jo6Zvgj2xBZjOc09w60m4+GBkGamZPxQN7/MCQtS+
3p/mJ0hvt7BEWKtP4yDLJMpdyjuND+o2AVyX9kiTJ7k03jSYXUUgoqk6fXuAklIT
8dy7U5LOLRAGgJZGsVr2AUvUCiWjkH+4UxNysTJDnOXFm/5CnuHqEi6pkkkU8dXz
xtyoEOeK5Y1wx7nXBFbyMvSGA1QCecjAx7zEh26ZltSVny4+jJfzAz+qy98BsWXp
6Sn3lPVtCn3XkJ5I4EE8OD6NhYpZvDpcxMhag5btjvO+hctUyxtldKHYCLEtYHu1
gmLl80BzdR5sXrBkJTbEXOpoeY5Um2W3ljworDu4MFeVW6m1oQe3WMPmfgf303PV
T224qtwAQL9pr81KuLK1lrwPGO1+ZAfL8mbFQhL4FfyH9a4nuoPdUi4F9qNMb9Zj
yjqvjhLNOjO6gAl3+LNcBLt4MLOImlkhNpb81tqlKI4Gw5BdLiP6rfp7QflDs5Ln
+RBeOxJIudhjtiI+wmX20SYiAEGacwiv34qrWxzYxgGcJu7l2tGjQxO4GY/itOtG
Rcehppo39C1Wm7XTGXzNU5bBE8+6/rXyNzS0RF3rysvCtg5M6KI=
=Z1rN
-END PGP SIGNATURE-



Accepted liblouisutdml 2.8.0-3 (source) into unstable

2019-12-07 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 12:25:49 +0100
Source: liblouisutdml
Binary: liblouisutdml-bin liblouisutdml-bin-dbgsym liblouisutdml-data 
liblouisutdml-dev liblouisutdml-java liblouisutdml-java-doc liblouisutdml9 
liblouisutdml9-dbgsym
Architecture: source
Version: 2.8.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team 
Changed-By: Samuel Thibault 
Description:
 liblouisutdml-bin - Braille UTDML translation utilities
 liblouisutdml-data - Braille UTDML translation library - data
 liblouisutdml-dev - Braille UTDML translation library - static libs and headers
 liblouisutdml-java - Braille UTDML translation library - java bindings
 liblouisutdml-java-doc - Braille UTDML translation library - java bindings 
documentation
 liblouisutdml9 - Braille UTDML translation library - shared libs
Changes:
 liblouisutdml (2.8.0-3) unstable; urgency=medium
 .
   * control: Make liblouisutdml-dev depend on liblouis-dev.
   * patches/overflow: Fix buffer overflow.
   * patches/tests-fail: Remove patch, tests now fixed.
Checksums-Sha1:
 22db81f7f5edbf128aa0ac17b5fe0fc6a8869e7d 2616 liblouisutdml_2.8.0-3.dsc
 ce717d21ac3aea45dfad6f72fdb21c4a22a9c8eb 6560 
liblouisutdml_2.8.0-3.debian.tar.xz
Checksums-Sha256:
 7f20f0c1737f011f5f05338d3a650b9d909a96357ef819b2973077a803dc9872 2616 
liblouisutdml_2.8.0-3.dsc
 10b84fe1b76d5021674fd7a1ea6f4f5aa944a672ebfcca0ae54868fa45d84038 6560 
liblouisutdml_2.8.0-3.debian.tar.xz
Files:
 c817a2955a5cc75fa11576b2d0bd1a1d 2616 libs optional liblouisutdml_2.8.0-3.dsc
 c64c5b9905da2114424d25d3f4d5e6e9 6560 libs optional 
liblouisutdml_2.8.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE5h27FdQXK97JfpLZ21UOifD6VPMFAl3rjx0ACgkQ21UOifD6
VPPqSg//adD1s3dekeUzmqWdxMH1QbcLVi71/feyQUUJrCDpb5WWwUlcB69AFQ4Y
4txbiZw0voO+IZjRdIDbwT9vc25tE+MtIEsHG2qTSnSbaGC7ld6ZmK9+/46MKt2z
W0XC6eVa6pI7RFcscndVQNWF58HRFh/DYVh9E82AyNzB0rqjdgoEETVXiHNas6Kz
KQRWq9Y8d2+JlJKfHnukPq4sOb5c3adbvVULJQVQ0kwpiKASYznNnRWyMnvU9cYK
vslJXYTC2FGjU7aBsW4yWj3BU7VGdWLFYSE+Ph3kigY2GjwJ/ACbwNzLe+IhpO5g
mno/0dBwn0PxPP3T1eXUPIkTa8mLRdmlBkoYf0gAqk+w/BEC02mPSlPk7WZU9qxS
elvYH7bEnnBPrPewVsiZzP3aKfypTKfwtPCAknZGM+e9+MOl5wgoEOrcnvNx1iGl
KZjHc8VmMWHkF/EWxuk0VQdxj51G5NO7i7SG7Sw7YEl3o0/F175eHyqWkyCXn0nj
13jf4GsXkczM7pe2H1pkNoDR2bHWPhDgjhgHQprKbnStxU4ov3mkNLRRn8dB1cJ8
8ib/odURPBn3Srk9X6OUrU9opcJaPi+JhJOZYSX6hyoe74m0X9LmWBKt31r33jKs
dmSnRcv1U+LJChHyCYGaz4vjJhS8mRNIlivWPNwQubAofYRnJok=
=51cq
-END PGP SIGNATURE-



  1   2   3   4   5   6   7   8   9   10   >