Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Russ Allbery
Paul Wise  writes:
> On Sat, Jun 8, 2019 at 10:09 AM Russ Allbery wrote:

>> Please let us have internal conversations without using them to
>> prematurely pick fights with external maintainers.

> It definitely wasn't my intention to pick a fight.

Yeah, I didn't think that part was intentional since it seemed contrary to
everything I know about you, but that is the effect of pulling them into a
discussion that's negative about their work.

> I strongly disagree with hiding upstream problems from upstream
> developers. I wonder why our first reaction should be to have internal
> discussions instead of upstream discussions. To me that also seems rude,
> especially as we promised to communicate with upstream as part of the
> Social Contract.

It's a human psychology thing, I think, and it's specifically about the
critical or negative threads.

While it's a common maxim that you should only say positive things about
people and you should never say something that you wouldn't say to
someone's face, it's pretty unrealistic with real people in real
situations that we're going to achieve this 100% of the time.  Asking
everything anyone says in debian-devel be phrased in such a way that it
would be a productive thing to relay directly to an upstream project is
asking a lot.  It might be a lovely utopia if we all lived up to that
ideal, but, well, we won't.

I think it's helpful to give people a bit of space to acknowledge that the
first thing we say out of frustration or surprise or dismay may not be the
thoughtful and constructive thing we *want* to say.  There's a lot of
initial noise in reactions.

This isn't just for us; it's also for the upstreams involved.  It can be
demoralizing and frustrating to be pulled into negative discussions about
something you care about, and people have limited capacity to react
gracefully to such things.  Part of the goal is to be respectful of that
energy.  They will pick and choose what they read and what they choose to
react to in order to manage their energy, and in turn we, when reaching
out with constructive criticisms, will (or at least should) put more
effort into phrasing than we might when complaining about something to our
fellow project members.

I completely agree with you that if we have some piece of concrete
feedback for upstream, we should send that to upstream, particularly
before we act our beliefs or understandings.  It all may be a
misunderstanding, or we may be able to convince them to do something
differently, and this should be a collaboration and partnership.  I'm just
saying let's not do that as a raw feed of discussions that weren't written
with them as the intended audience.  The effort we put into reframing our
consensus or discussion into something more readily consumable by upstream
than a complaint thread is important and increases the chances that
discussion will go well.

We're not hiding anything -- the archives are public and if they really
want to read it all, they can.  We're creating social space for
politeness, which is, in part, maintaining the mutual grace of not
immediately telling other people everything negative that we think about
their work, only the things that are important and that survive some
further reflection.

-- 
Russ Allbery (r...@debian.org)   



Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Paul Wise
On Sat, Jun 8, 2019 at 10:09 AM Russ Allbery wrote:

> Please let us have internal conversations without using them to
> prematurely pick fights with external maintainers.

It definitely wasn't my intention to pick a fight.

I strongly disagree with hiding upstream problems from upstream
developers. I wonder why our first reaction should be to have internal
discussions instead of upstream discussions. To me that also seems
rude, especially as we promised to communicate with upstream as part
of the Social Contract.

Thanks for your advice on this.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Russ Allbery
Paul Wise  writes:

> That was me. I apologise for the confusion I generated. I get annoyed at
> people who don't CC the right people when sending mail. In this case I
> probably should have sent you Federico direct mail pointing at the
> archives instead.

This is called snitch-tagging in other forums like Twitter, and there's a
reason why it's considered extremely rude.

Please let us have internal conversations without using them to
prematurely pick fights with external maintainers.  If those maintainers
really want to see every Debian discussion about their work, they can
search or read the archives; they're all open.  But, quite wisely, they
generally don't.  That's because any group says all sorts of things in the
heat of the moment that the whole project may or may not agree with, or
that may change over time as we discuss them in more depth, or that, even
if we would stand by the sentiment, aren't phrased in a constructive or
productive way because it was an internal discussion (which can include
some blowing off of steam).

Dragging external developers into every Debian discussion concerning their
work doesn't lead to higher-quality and more inclusive discussion.  It
leads to people not talking on public lists at all and taking the same
conversation private, which is a loss for everyone.

-- 
Russ Allbery (r...@debian.org)   



Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Paul Wise
On Sat, Jun 8, 2019 at 4:48 AM Julian Andres Klode wrote:
> On Fri, Jun 07, 2019 at 03:36:08PM -0500, Federico Mena Quintero wrote:
> > On Fri, 2019-06-07 at 11:48 +0800, Julian Andres Klode wrote:
> >
> > Why am I getting BCCed on this?  Is this low-key unsolicited
> > complaining like in https://mastodon.social/@juliank/102226793499538013
>
> I did not BCC you, someone must have bounced it to you. You might
> want to look at your mail headers to see how it got to you. I don't
> even know your email address (well now I do...). I hope whoever did
> it will step forward.

That was me. I apologise for the confusion I generated. I get annoyed
at people who don't CC the right people when sending mail. In this
case I probably should have sent you Federico direct mail pointing at
the archives instead.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: Question about Debian build infrastructure

2019-06-07 Thread Matthias Klumpp
Am Do., 6. Juni 2019 um 20:33 Uhr schrieb Kyle Edwards
:
>
> Hello all,
>
> I have been preparing Ubuntu releases for CMake on our own APT
> repository for several months now. We did this by preparing our own
> repository infrastructure - we have a machine that builds packages, and
> a machine that hosts an Aptly instance and pushes the repository to our
> web server. However, all of these things had a lot of manual steps to
> set up and use, and I'm wondering how Debian handles this problem. Here
> are some of my questions:

Hello! :-)
I am not involved with either the ftpmasters team or the wanna-build
admins, but I did set up infrastructure like this a few times already.
For the last time for the PureOS derivative and for the first time for
the Tanglu derivative where the goal was to explicitly "use what
Debian uses", so I gained quite a bit of insight into the process.
Some information I have may be dated by now though, so please correct
me in these cases.

> 1. What software do the official Debian repositories use? Do they use
> Aptly or reprepro or something else?

The main Debian repositories use dak, the Debian Archive Kit.
You can find more information on it at [1] and get its code on Salsa at [2].
Dak was written specifically for Debian's needs and was in the past
quite Debian-specific with lots of hardcoding of Debianisms (like
suite names) and expectations on the host environment. This has
changed quite a bit in the past few years, and while there are still a
bunch of Debian-hardcoded parts, dak is generally useful for
non-Debian repositories as well.
Its setup is still orders of magnitudes more complex than using
reprepro or Aptly (you will need to write some dedicated scripts for
your distribution), but for huge package repositories it is from my
experience one of the most performant and painless options. You also
gain all the features the Debian archive has instantly.
If your repository is small though, using dak may be overkill - it
really shines if you have thousands of packages, with just a few
reprepro could get the job done easier with less manual work.

> Is there a downloadable OS image which comes with this pre-set up?

No, unfortunately not.

> Does it run on a cron job or does it
> have some sort of continuous monitoring? (We have ours run on a cron
> job every 10 minutes.)

Dak actions are triggered by multiple cronjobs which run different
actions. There is one to process incoming uploads which runs roughly
every 15min, hourly, daily, weekly and monthly cleanup and
statistics-generating actions as well as the "dinstall" task which
will run about 4 times a day and publish new packages in the archive
so users can access them. The dinstall task is actually comprised of
many individual actions, which deal with different aspects of the
archive (e.g. translations and AppStream metadata), so summarizing it
is not that easy.
In order to not have the autobuilder network wait on publication, dak
can maintain special queues for the builders to fetch packages from
prior to them being published officially.

> 2. According to https://wiki.debian.org/BuilddSetup, there seems to be
> a distinction between the build broker (wanna-build) and the build
> workers (buildd). Do either of these roles have their own OS images one
> can download?

AFAIK there are no OS images, but I would bet that the buildd machines
have an Ansible recipe or something similar somewhere, as those are
continuously updated and refreshed. I would strongly advise against
using wanna-build for anything - when I tried to use it in the past
that attempt turned out to be virtually impossible because there was
no documentation on it and it heavily relied on grown structures
within Debian itself. If you dig into it, you will also find some
interesting historical trivia, e.g. apparently in the past an
autobuilder was building a package and then sending the build log to a
developer, which then looked over it, signed it and submitted it back
to get the build actually accepted in the archive.
So, IMHO wanna-build is really not something that should be used in
new projects...

> 3. I understand that source packages are signed by developers before
> being sent to the build farm, but what about the binary packages built
> by the build farm and uploaded to the repository? Do the build farm
> servers have their own GPG keys?

Indeed they have - they sign the package with their own key which is
valid for binary uploads of the builder's respective architecture.

> Does the repository server recognize
> these keys?

Yes, they do - builders are registered with dak as well.

> Thanks in advance, all this info would be helpful for me as I expand
> our Ubuntu build infrastructure.

I don't know how about the scale of your build farm, but if it is a
small-ish amount of packages, using Jenkins+reprepro may be all you
need. For bigger things, I had some success with Debile[3] in the past
which was building all of Tanglu for a while and was used 

Accepted apng2gif 1.8-1 (source) into experimental

2019-06-07 Thread Marcos Vinicius Scherer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 19:15:49 -0300
Source: apng2gif
Architecture: source
Version: 1.8-1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Vinicius Scherer 
Changes:
 apng2gif (1.8-1) experimental; urgency=medium
 .
   * QA upload.
   * Set Debian QA Group as maintainer. (see #920071)
   * Using new DH level format. Consequently:
   - debian/compat: removed.
   - debian/control: changed from 'debhelper' to 'debhelper-compat' in
 Build-Depends field and bumped level to 12.
   * debian/control: bumped Standards-Version to 4.3.0.
   * debian/copyright: using a secure URI in Format field.
Checksums-Sha1:
 6750333b61e98e40d8a1cfcb6c2d27835e03f6ae 1892 apng2gif_1.8-1.dsc
 1f0f52e184a0772c256fbf5e67c6256b490ce21a 6920 apng2gif_1.8-1.debian.tar.xz
 7edde5b59e3de509835106863d8c73af51374bdc 4989 apng2gif_1.8-1_source.buildinfo
Checksums-Sha256:
 4d5141592bdd2d6ba3cf9ee313975f415f9b132e2dec9cee2c5a3c5fa6bb0c38 1892 
apng2gif_1.8-1.dsc
 4d49790686cbadab4255ed61c0d5036e3dde807b9812f594ddb09629d0e3f12e 6920 
apng2gif_1.8-1.debian.tar.xz
 e170a56a219a029272d1f9ebbf92a4bf645f1f1afdd89242dd22a390c3c51e2f 4989 
apng2gif_1.8-1_source.buildinfo
Files:
 0e617f405e931202a6d56e71d4ca3163 1892 graphics optional apng2gif_1.8-1.dsc
 7abf929378f1cae692c675375affce60 6920 graphics optional 
apng2gif_1.8-1.debian.tar.xz
 8163d3f9654a054102b10c5dfa2e49af 4989 graphics optional 
apng2gif_1.8-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAlz674sACgkQ3mO5xwTr
6e9SxA/+NOUJ7dmnX3DY2DaLtXLPPGpkp8sFAGvOgH7tDssGHgwY8PwgKSFvfEE7
4+SowVY+dv5vgoaF60hFB/Nz+a36jCCB++GzLbw96nv8kBcjPB45C68+ImikVF9T
XYzGQrlrv7yEBv3qcYU633mmbfB/tgaOFV9lySfF3mjah6ooj7JgDNRSyp74BaAg
obL1AoVX7SlGZEn2DovuXa0oQYN4NP/AZU7Btc/iO7tVqPdPDRXfQM2PaBb/gj3I
Ddl96HD5qMm7EQ+AKtB6BMR3zU5yNsjgcIDuTs67tP4SHw8CFT/Q1n0phCROK2tF
QEHKtKk4nOkU4CC3ZRhgUNDsMGS3eXefeOH4ClDJDBquowC5Yv5BxBpj36pRizfx
G/LUsu9qx/Vl5MyEtKRq4N+SF2vXeOPTsxj/ygoKAvpJ/qc7Bkqn1GMQIb/8bIDJ
WctyIqvL1L/MU+aJAPRheRlnkHI9G83byXdCcHACC9/X9hPAwpeqgQFea+3jC5xK
8B9RDwKcZYDEyB6qo1KmM5gW8tpmW01zbfN2ncaaiFHdHjLaqFDk/e1L3eyx9CHX
BT4ZjhRK82js13P92Xb3I+A4I163N0Paz7pomuJjXJqAqCIJnwABkOuBy1tz6hOa
6/gw0fyx6kU3omZwu8AbVbmjzvD8zIt4wJqfhTsXacVS8jEyAWA=
=MgXO
-END PGP SIGNATURE-



Accepted cfget 0.19-2 (source) into experimental

2019-06-07 Thread Joao Eriberto Mota Filho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 19:15:48 -0300
Source: cfget
Architecture: source
Version: 0.19-2
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Joao Eriberto Mota Filho 
Changes:
 cfget (0.19-2) experimental; urgency=medium
 .
   * QA upload.
   * Set Debian QA Group as maintainer.
   * Using new DH level format. Consequently:
   - debian/compat: removed.
   - debian/control: changed from 'debhelper' to 'debhelper-compat' in
 Build-Depends field and bumped level to 12.
   * debian/control: bumped Standards-Version to 4.3.0.
   * debian/copyright: using a secure URI in Format field.
   * debian/patches/10_fix-manpage-spelling.patch: added to fix a spelling
 error in manpage.
Checksums-Sha1:
 1ba0102e3124b82420cdbcd0bf6a77bdfd0b3e82 1835 cfget_0.19-2.dsc
 b0b9644d4728d3c0e22bf7038cbf92fceee22d1f 4012 cfget_0.19-2.debian.tar.xz
 e59d5b8110e32436b1e997435a0fdc94e6c72352 5694 cfget_0.19-2_source.buildinfo
Checksums-Sha256:
 e854f7cbd388e1196f4cef3d3a7e450e0818b4089af172d96fd2f7f408512879 1835 
cfget_0.19-2.dsc
 cd58bb0b3127df0eddf8658b1ff296de8f9a8fb03731e1cb44f8218623459f68 4012 
cfget_0.19-2.debian.tar.xz
 e04445b78c83600ebf38d6f7c0fa6c46141e9b650dd2d2f0605c28849067b995 5694 
cfget_0.19-2_source.buildinfo
Files:
 e50e5175a4d1b7547884b86a83fca72e 1835 admin optional cfget_0.19-2.dsc
 16ce984634d11010178a8d2b1125d6a0 4012 admin optional cfget_0.19-2.debian.tar.xz
 00187e38e95e73391059213d623a52c9 5694 admin optional 
cfget_0.19-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAlz66EcACgkQ3mO5xwTr
6e8W8xAAp8/ac7ZcJN/g8s2s9KV/cBIF/9yIiyBcGmMhu9UlJMUS7needtj6FKVl
LxhFyS8QbWtewsE+HOtdtT2fh6HoLHyIkD/HfQTUPQvzabhlniWWHVf5frqsfu18
ODNqRa0gFKO+AyW6O4TDZwoqjkrZRIpmAkBRPJM9auUBlRb2lIU02ZKKmSc5YffF
HmqJgOxvZObNU/JwvOWCMR0Z6jg+K+4BNZvy0QASYklz7nshz/95ASdqpSIZRcXl
EB7Jrck4i38RVRa3H+8mejjnDXQNTzYTO/xrKNDW8IR6y393hSiRlOTxjkaiznO4
pHopob0ckuuCW4ldRmyheUD9IfVqxxpOYy7T70aJ1+SYZRZrZkY1mMdJLHzhomEt
/kjwfeymeusjRi9BPulCAmALaAZC/4qACb9W2ioc7UIm1RsP1MpSBYnqfTQFqNI5
DhzdDJovYy9Gutu2TNvvbO8swLRiweV+LHuxdcCHhAuVX6UEGn75WZNYhOWnl0ID
LUUDWMfpcvL/IAEz6xFy5KlkvVlOJYktPqCJt7pfXwHBwjeaGY3+54dAlTgyUy1Q
+PYDibNK5lhwDP+H1jK52IHviqwdW1T320vkh0q79v4KI7rSe4qUS1/6o5Aktvzq
ly0fGr6U+4j3DdigDU8PhpDgvo17TmMEU+rm0cAoD3+6WH++AKk=
=BDOy
-END PGP SIGNATURE-



Re: Suspending Offer to Reimburse Expenses for Attending Future Bug Squashing Parties

2019-06-07 Thread Holger Levsen
btw,

i'd also be in favor of raising this to 100 Euro or British Pounds or
Swiss Francs, or whatever the currency is, where 90-110 $something has
the most value.

contributions are our highest value.


-- 
tschau,
Holger

---
   holger@(debian|reproducible-builds|layer-acht).org
   PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C


signature.asc
Description: PGP signature


Re: Suspending Offer to Reimburse Expenses for Attending Future Bug Squashing Parties

2019-06-07 Thread Holger Levsen
On Wed, Jun 05, 2019 at 09:19:03AM -0400, Sam Hartman wrote:
> Handling reimbursements for BSPs has significantly crossed my threshhold
> for not being fun with our current procedures.  We absolutely should
> reimburse developers attending BSPs

yes! why don't you just say 'yes' to all requests written with somewhat
proper grammar^w^w^w^wfrom people with a bit of searchable debian
activity?! that would cost, what 10k a year, and would just be yay.

i'd be very surprised if it would raise to more than 20k even if we
announced this *everywhere allthetime*. and if/when that happens, more
yay, we increased contributors and contributions!

i'd be in favor. go BSPs!


-- 
tschau,
Holger

---
   holger@(debian|reproducible-builds|layer-acht).org
   PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C


signature.asc
Description: PGP signature


Accepted waffle 1.6.0-1 (source) into experimental

2019-06-07 Thread Jordan Justen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Jun 2019 14:43:49 -0700
Source: waffle
Architecture: source
Version: 1.6.0-1
Distribution: experimental
Urgency: medium
Maintainer: Jordan Justen 
Changed-By: Jordan Justen 
Changes:
 waffle (1.6.0-1) experimental; urgency=medium
 .
   * New upstream release.
 - wflinfo can output JSON [Dylan Baker]
 - EGL/GBM: Add support for modifiers [Jason Ekstrand]
   * d/control: Move Vcs-* to salsa.debian.org/xorg-team
   * d/watch: Update watch file for upstream freedesktop.org move
   * d/control: Update Standards-Version to 4.3.0
   * d/copyright: Use debian doc https url
   * d/compat: Update from 9 to 11
   * d/compat: Update debhelper from 9 to 11
   * debian: Add pgp verification with Chad Versace's key
   * debian: Add Dylan Baker's gpg key for 1.6.0 release
   * d/watch: Update version to 4
Checksums-Sha1:
 df57b861ce0f924333dc3bb46eb7d288536a83a8 2446 waffle_1.6.0-1.dsc
 feb803364d6cf2fdc409a607fff25e112c80a8d7 224400 waffle_1.6.0.orig.tar.xz
 d7203b1f0c021a514246a5ffa679dd581bc1dc3c 228 waffle_1.6.0.orig.tar.xz.asc
 680d5966eb2226ffe58ba89c26d1e8122f0652d4 12040 waffle_1.6.0-1.debian.tar.xz
 b51667262ab7bbad21c4b41cca5e895135a80d44 9741 waffle_1.6.0-1_source.buildinfo
Checksums-Sha256:
 22b856aa8c0d2afc7a5b971866b261748938c0b7e708423a8f140fc9f48d9745 2446 
waffle_1.6.0-1.dsc
 d9c899f710c50cfdd00f5f4cdfeaef0687d8497362239bdde93bed6c909c81d7 224400 
waffle_1.6.0.orig.tar.xz
 5f1eb92fe9cd4b89890bbbcd8fe1a7f7a9c2dc4edc11781f061f8b5c65faecfe 228 
waffle_1.6.0.orig.tar.xz.asc
 4d8e938f95df2bbe24e747cc7731afb2e92fa1472c3a844909664081a4cac0af 12040 
waffle_1.6.0-1.debian.tar.xz
 ec2b945add2ef972d83161dd5d9ecbf1d8e59c5e58d95243ef37bdddb0990f18 9741 
waffle_1.6.0-1_source.buildinfo
Files:
 b771496b6e0b90dff634a60489285632 2446 libs optional waffle_1.6.0-1.dsc
 61bfc1a478e840825f33ddb4057115e7 224400 libs optional waffle_1.6.0.orig.tar.xz
 246077db822a86440b76717e9881bfef 228 libs optional waffle_1.6.0.orig.tar.xz.asc
 15bcc0fc5282a7807277aa08eac816b3 12040 libs optional 
waffle_1.6.0-1.debian.tar.xz
 14d29370b7d491a6fc995484c1158c54 9741 libs optional 
waffle_1.6.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEwnSFIXQUyd8CMWwuN/mfaMr5kusFAlz63PEACgkQN/mfaMr5
kutbWw/+LCCuzc8DauW2B/CHAiLf6STYTbuUm0tHuCxcxVuYZSxydkfzO5LbS7p7
VbTnuA65ZXgLINDII/A8rOIsnNZMpo55wXnpwNmKvTCzJBgVHf6nhg4F/AGwQMY2
zFBTeGnPDvfnyf0RFYi8bZ3CT7tNLXKjlCznc1iU5yLdPZNjzTn6v9SL3AdYO2ax
DrDMvxnx1t6CJYEqpey48Cewd0Xadxz2+AoL+kHOZz6dOeuI8GLQullgZGk5d+zb
3TJiOOOizDVvuj/3/D/48TT9mqbSUTpBwxqDwl7GgoXtQ4UMUjz6+OARrevT9ZPQ
TnC/TjkvuF6YouKc2fr8AU1OkA4DEkddPgf3uq42qoLgVg7yNb+yCxlH+XnmzTaM
DHVYUYcXCDUGMCa6LMjlI2Ef9qX9C2PxMhPH7c9XyiwQcj4iahSR1Kixq/0dshfE
0c2aGB0wWU1Rg7ov9RiRZub4O+NLGMnbDmQYqef/AQHyitS1W9RKVi2N52Efcoqp
3HJ2tmL5pcYAng8VswAUonzjpE8RiHbr0D6TQgeJL6w83XvAqDuufz5dcnXxITRm
kXTivtMj6WZKH3CLQjZ34joa/55b7izf3StxDPaB87nWCqPPBHTHsxIVup+ZuKa8
z5HaQ4CFsiigTE7oY24RvzufzKC/QHrmwqxGoTWuIh4v7ahmzZU=
=qlg7
-END PGP SIGNATURE-



Accepted xbill 2.1-9 (source) into unstable

2019-06-07 Thread Reiner Herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 22:38:09 +0200
Source: xbill
Architecture: source
Version: 2.1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Reiner Herrmann 
Closes: 632528 900866 925861
Changes:
 xbill (2.1-9) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Export CC for ./configure. (Closes: #900866)
 .
   [ Reiner Herrmann ]
   * Apply patch by Julian Taylor to support building with --as-needed.
 This also fixes the FTBFS with gcc9.
 (Closes: #632528, #925861)
   * Bump Standards-Version to 4.3.0.
 - Drop obsolete menu file.
 - Change priority from extra to optional.
   * Depend on debhelper-compat 12.
 - Drop compat file.
 - --parallel is now default.
   * Declare that d/rules requires root (because of chown).
   * Remove trailing whitespace in d/changelog.
   * Enable all hardening options.
   * Add keywords to desktop file.
   * Convert d/copyright to copyright format 1.0.
 .
   [ Markus Koschany ]
   * Move the package to salsa.debian.org.
Checksums-Sha1:
 f458dde927f0863b063f81e81ed182688e8f14f9 2006 xbill_2.1-9.dsc
 abfdd10a530769652dd34cbd893fc050235b47f1 7824 xbill_2.1-9.debian.tar.xz
 47cff5d4163299d41bd7ade265401aeea1d55810 6613 xbill_2.1-9_amd64.buildinfo
Checksums-Sha256:
 424a17f5d2738d133d8b1371c1caa2af54ea1960a9b221af91ff6c2b234c06ad 2006 
xbill_2.1-9.dsc
 df4b1e170d1ddd5d5917764fc39d7662b05f4643f91d00cd15ecf26edc21b90b 7824 
xbill_2.1-9.debian.tar.xz
 5abb4088013d4982da75b20ed115cd2eca03f5f364deee6935beba48f7e93a51 6613 
xbill_2.1-9_amd64.buildinfo
Files:
 9ea8b6ce2200a554d4c3d48145780a55 2006 games optional xbill_2.1-9.dsc
 9b1827d3ff674cd46d3738a4a5cbb618 7824 games optional xbill_2.1-9.debian.tar.xz
 da148f3440eb5df42f86166acea1881c 6613 games optional 
xbill_2.1-9_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlz625RfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkZm4QANAFg/opJE4+rsmUyhFOfFr6MwJ2Ie35IupG
BpE6JEg14AHAxva/VZPzygvU/KV7YqYO5dq6rj5ozY3MdgQk1LUSZkY25BQAoy79
i2wSOT8JqQLnSdjZKW0OgaofNpVUoRd7jgIuO73+t7Bh3a4iX9kLaE0BSOA/MOk7
aZ/rvA0mcZziWY6u+SIBRKPKfCBW5wE7WqTeYzwxrGHsj/xKnNe2qwwSsJbXT7nM
2BBiyTDCL1anOkS1PpQVF9wLhXZuEPHJinCz+/r0e4BEinzeCU2TL3Iy8EWOeOzY
+S9UqqeI0dqWtw95KtAsQUXBc5jN8ppDtUoTQvxvhqqIbzE8SaTxIAoRBtfbBbmj
mvWQsHe3t2lbIh7Y0SiUN9DDG9piK+X567A8hKIBTqymqDxKRAj6kagj7s+/GBrF
xP5et8W91bQ0tD0gkx1p81vw7LYe/QfBX1iUT9fl2sfc12uuUEE36JNyw8/UAu8j
JWeKJgzR27h9G04SI29WeJLBaNCk3h8mX0Lm+oDz5Fq9HDZLVeuQWstxyIofDHzv
iF4rR+r9FpLCvhf5rCJuH+AI+02cuDNkYbex4CvS65LLI7GQuMY/cl4SL7ThNSby
0NXWFn9qqnVphmPsFBDwzh0lEPAUiFYGrVZlDXui3y1wyRXOWrypt5XCIDOdO3dA
UOxkCVVz
=hMDo
-END PGP SIGNATURE-



Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Federico Mena Quintero
On Fri, 2019-06-07 at 22:48 +0200, Julian Andres Klode wrote:
> I did not BCC you, someone must have bounced it to you. You might
> want to look at your mail headers to see how it got to you. I don't
> even know your email address (well now I do...). I hope whoever did
> it will step forward.

You are correct.  I apologize for assuming it was you who BCCed me and
for making that accusation.

  Federico



Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Adam Borowski
On Fri, Jun 07, 2019 at 12:32:54PM -0700, James Lu wrote:
> >> +1 for Materia (materia-gtk-theme), especially the dark variant. It's a
> >> simple, flat dark theme that preserves contrast without being having a
> >> pitch black background, more so than Arc-Dark and even Adwaita-Dark. The
> >> widget effects might be a bit much for some but I don't mind them.
> > 
> > Flat!  Die, heretic!  :)
> 
> I don't think I prefer *flat* as much as I prefer *simple*. Vertex[2][3]
> is my favourite non-flat dark theme, if you're looking for something
> like that.
> 
> [2]: https://github.com/horst3180/vertex-theme
> [3]: https://www.gnome-look.org/p/1013757/

It has that narrow scroller thingy, which I hate.

But it's also something a fellow d-devel poster likes that is NOT PACKAGED,
which I hate even more.  :)

So I wonder if we should fix the second thing.

> > Yeah, but with the emergence of dark themes on Windows and Mac, such web
> > pages have mostly been fixed.
> 
> This is actually a Firefox bug,
> https://bugzilla.mozilla.org/show_bug.cgi?id=1283086
> 
> Most web page elements are fine - it's just forms and buttons that are
> broken since Firefox renders them using the system theme instead.

There's a CSS fix-up which I have on my primary desktop (and the old box I
copies it from), but that's not something set up by default.

Fixes that are not applied, live on a single computer for a single person,
thus as the distribution is concerned _don't exist_.  That fixup is a hack
that doesnt't detect theme so it's not universal thus can't be upstreamed.

> >> I use Noto Sans, which supports a lot of languages out of the box and is
> >> the default in at least Cinnamon AFAIK.
> > 
> > Noto has one technical problem: it registers hundreds of font family ones,
> > making font selection dialogs useless if you have Noto installed.
> > 
> > It'd be better if we had just "Noto Sans", "Noto Serif" and "Noto Mono"
> > instead of "Noto Southwestern Reformed Klingon" as a separate family.
> 
> Fair enough; I'm not familiar with the technical decisions behind this.
> For example it seems my GTK apps can display Chinese text fine using
> "Noto Sans", while KDE/Qt needs "Noto Sans CJK" for it to not show as a
> square?

Could someone with some fontconfig skills chime in?

> > Sub-pixel is awesome, but doesn't work right if your monitors have different
> > orientations (and with both code and almost all webpages being better in
> > portrait, you want one monitor in lanscape and 1 or 2 in portrait).
> > 
> > Not an issue with laptops, of course.
> > 
> 
> Or you have a tiny desk like me and can only fit one monitor :(
> No one-size-fits-all solution here, I guess.

Only the monitor's leg must fit, thus on any real desk you can fit at least
two big ones.  Then there are VESA stands.

I see no excuse to not have at least two big screens.  Your eyes are worth
more than a bit of money and effort.

Just a note: 1920x1200 is the biggest resolution handled by common non-new
cables, GPUs and screens.  When breaching that limit, you need dual-link,
which requires a special more expensive DVI cable which HDMI doesn't
support.  So only a sufficiently new version of HDMI (which is surprisingly
ill spread -- and you need all three components to support it) or
DisplayPort can work correctly.  Upon seeing juicy dirt-cheap 30" 2560x1600s
for sale I rushed and bought two without testing -- bad move.

> >> One of the issues with hardcoding QT_QPA_PLATFORMTHEME=gtk across
> >> sessions is that it conflicts with user settings if they prefer
> >> something else.[2]
> > 
> > Yeah, I have it set up on my old desktop, and just copied ~ over when
> > installing another, but that'd be inappropriate for this tiny Pinebook.  So
> > I ended up with no integration between GTK and QT, and this is one of
> > complaints that pushed me to start this thread.
> > 
> > This should be done by default.
> 
> ¯\_(ツ)_/¯ I'm not super familiar with how sessions work, but qt5ct in
> Debian is packaged in a way that only enables it if no
> QT_QPA_PLATFORMTHEME was set previously. Perhaps a smart DE would use a
> similar strategy if it wants to set QT_QPA_PLATFORMTHEME=gtk2. I don't
> recall how newest Cinnamon does this.

A safe assumption is that a GTK-based DE (xfce, mate, ...) would want QT
programs to comply, while a QT-based one wants a native theme.  People don't
tend to flip DEs on a single machine much.

> > Meh, I'd say it's not an issue on any screen-attached machine.  This
> > Pinebook is at the very bottom, yet has gobs of space for any system files. 
> > I'd need to start piling up _data_ to possibly exhaust it.
> 
> I'm in agreement here because I use Qt apps frequently (VLC, KeePassXC)
> even on a GTK based desktop.

When the web browser takes 2-4GB of RAM, the cost of an extra GUI toolkit
becomes infinitessimally small.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ What Would Jesus Do, MUD/MMORPG edition:
⣾⠁⢰⠒⠀⣿⡁ • multiplay with an admin char to benefit your mortal
⢿⡄⠘⠷⠚⠋⠀ • abuse 

Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Federico Mena Quintero
On Fri, 2019-06-07 at 11:48 +0800, Julian Andres Klode wrote:

Why am I getting BCCed on this?  Is this low-key unsolicited
complaining like in https://mastodon.social/@juliank/102226793499538013
 ?

> seeing that Federico Mena Quintero has taken over bzip2 development
> and is in the process of porting it to Rust[1], we should consider
> removing bzip2 support from apt, dpkg, etc. following the release
> of buster.

What Debian decides to do is up to them.  Please keep me out of this
discussion.

Also, may I suggest that you monitor 
https://gitlab.com/federicomenaquintero/bzip2/issues/6 and especially
read my replies to that issue.

Julian, do not contact me again regarding bzip2 and Rust.  A compatible
C version is going to be available by default.

  Federico



Accepted bbtime 0.1.5-14 (source) into experimental

2019-06-07 Thread Reiner Herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 16:10:51 +0200
Source: bbtime
Architecture: source
Version: 0.1.5-14
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Reiner Herrmann 
Closes: 631747 925636
Changes:
 bbtime (0.1.5-14) experimental; urgency=medium
 .
   * QA upload.
   * Convert packaging to source format 3.0 (quilt).
   * Convert to dh-style build.
   * Depend on debhelper-compat 12.
 - drop dependency on autotools-dev.
   * Bump Standards-Version to 4.3.0.
   * Fix build with GCC9, by moving the linked X11 library
 to the correct place. (Closes: #925636)
 This also fixes building with --as-needed. (Closes: #631747)
   * Drop d/bbtime.files.
   * Enable all hardening options.
   * Convert d/copyright to copyright format 1.0.
   * Don't install README.bbtime to /etc.
Checksums-Sha1:
 7eebb7a68ec3c429f01246a5139101841b4da4fa 1745 bbtime_0.1.5-14.dsc
 826f51faa4be95a2ecd728689757a3de51fe82f7 6360 bbtime_0.1.5-14.debian.tar.xz
 d43d1bfbaa608d0c2e0e9ffd44f2a8a5141d699c 6148 bbtime_0.1.5-14_amd64.buildinfo
Checksums-Sha256:
 8f892c9dda86972def767ba6364717ad27d2298a7ecb59fd6295eae1f09ed908 1745 
bbtime_0.1.5-14.dsc
 b030c46bd569bae75601a019036a4d3b1318e1bbc5f17d80449033343e76ba29 6360 
bbtime_0.1.5-14.debian.tar.xz
 54c251a39018ddeb8478bad336e0b4aece302234aa47d1b1daf248767f48237f 6148 
bbtime_0.1.5-14_amd64.buildinfo
Files:
 adc13d0b1432f565ca6d5ec9a15571d1 1745 x11 optional bbtime_0.1.5-14.dsc
 2d26f7cadcde41d06ce7f5200963f156 6360 x11 optional 
bbtime_0.1.5-14.debian.tar.xz
 e62d643462293577e562a203d0d8edfe 6148 x11 optional 
bbtime_0.1.5-14_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlz6zmQACgkQCBa54Yx2
K620oA//Qr3+bRB5jtKfiLLlN1rJc4Rk6ej+fDUWYzFbAF1AvX8WeHHXB1JAm7us
UICkiuI4/DMtLriDwWjhZWAzQCCMm8wddHHZkg6/s9PEcS786Wl1X5jrL0UF9xSw
RmTq9YzcDag1pXZlr32LVMmBgukYExVVwfxEaDIiAU/EvjOdQKGqIkfA6LnS+VID
7131hL22L8CecRyAlVhlgymkH3D2PNnJx1zwwbR2gmTnsJvQvTQgP0Fd4SDXtna1
wookAZhH34epVuY/kaYNUK7hCnlYy35/ElvPmRLQqOLULSGYLN/MCvSQQU1bNkvZ
f6TU/etzEXe4rQmjEAosGNl/XL9iBnsvy/wYFD8Tw6A5kPCNEOLuVkknql7cnqQo
GBgh3oMl+fm5982AwviE/t8rH5982OK8q5fKwnaTIh7GRVxTzmm4n2/5C2GdQn0J
1JysqT3tOjQfeNICjT7jXwb+X8Tp9j5dNiwMdk8hmL6U8VLEZUEWBmKn5ZjoM09D
ZxeXDzVQ5aXge4YOMBXBhiD03kZ2X6wLSh7X23+lpncr5la/MZgXkBYDMNYR/jvj
Filp/PL7/jZK070mEPrv5qzQLBy1HeXHO7xhFGCx++MNpVryWzSxePdyS/J1/jGN
mKImUCqLgGsNpZXTP+hBLXXuRHi2erhGZDSK/JhuqN3UsKIPumE=
=+8To
-END PGP SIGNATURE-



Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Michael Banck
Hi,

On Fri, Jun 07, 2019 at 09:54:01AM +0200, Xavier wrote:
> Le 07/06/2019 à 09:48, Mo Zhou a écrit :
> > On 2019-06-06 21:44, Boyuan Yang wrote:
> >> I do remember there's still some source packages / binary packages in 
> >> Debian
> >> using the bzip2 format. If we are going to do that (which looks reasonable,
> >> BTW), a serious archive-wide scan should be made in advance to see how 
> >> great
> >> the impact is and we need to deal with each occurrence.
> > 
> > Correction: s/some packages/massive amount of packages/
> > 
> > I quickly scanned my local Sid (amd64+source) mirror:
> > 
> > /l/M/debian ❯❯❯ find . -type f -name '*.orig.tar.bz2' | wc -l
> > 1338
> > /l/M/debian ❯❯❯ find . -type f -name '*.debian.tar.bz2' | wc -l
> > 57
> 
> Hello,
> 
> uscan can be modified to repackage all tar.bz2 upstream archives to
> tar.xz ones (as for .zip files). If we decide to remove bz2, please open
> a BTS against devscripts and I'll do the work.

If upstream ships a .bz2 I wouldn't want uscan to unilaterally repackage
it to something else, so -1 from to do that automatically.


Michael



Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Adam Borowski
On Fri, Jun 07, 2019 at 10:57:17PM +0200, Martin Steigerwald wrote:
> Adam Borowski - 07.06.19, 21:09:
> > On Fri, Jun 07, 2019 at 11:24:03AM -0700, James Lu wrote:
> > > I use Noto Sans, which supports a lot of languages out of the box
> > > and is the default in at least Cinnamon AFAIK.
> > 
> > Noto has one technical problem: it registers hundreds of font family
> > ones, making font selection dialogs useless if you have Noto
> > installed.
> > 
> > It'd be better if we had just "Noto Sans", "Noto Serif" and "Noto
> > Mono" instead of "Noto Southwestern Reformed Klingon" as a separate
> > family.
> 
> Also if you remove packages
> 
> - fonts-noto-extra
> - fonts-noto-ui-extra
> - fonts-noto-cjk
> - fonts-noto-cjk-extra#
> 
> ?
> 
> I just did so here and font selection requester is much more palatable 
> than before.

It's not nice to drop language support.

I guess it'be nice to contact upstream and/or patch it in our packages.

I don't think there's a reason for the user to manually select a particular
writing script, fontconfig is supposed to do the work automatically.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Sometimes you benefit from delegating stuff.  For example,
⢿⡄⠘⠷⠚⠋⠀ this way I get to be a vegetarian.
⠈⠳⣄



Accepted pencil2d 0.6.4-1 (source) into experimental

2019-06-07 Thread Mattia Rizzolo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 22:37:04 +0200
Source: pencil2d
Architecture: source
Version: 0.6.4-1
Distribution: experimental
Urgency: medium
Maintainer: Mattia Rizzolo 
Changed-By: Mattia Rizzolo 
Changes:
 pencil2d (0.6.4-1) experimental; urgency=medium
 .
   * New upstream version 0.6.4.
   * Drop the post-release-doc-update patch, now that upstream updates the
 relevant doc before the release.
Checksums-Sha1:
 785d09fc223bdb03c1ddd0c180e107ae26f2ea3f 1903 pencil2d_0.6.4-1.dsc
 c44830265a071f96562e297cee9826b0af2a5975 3397891 pencil2d_0.6.4.orig.tar.gz
 ee7c0d3063c95a8e1fa79508d7eb33749820b35f 8212 pencil2d_0.6.4-1.debian.tar.xz
 e734bc8abe9dbec1a904e70c81390cbb47e4657d 11844 pencil2d_0.6.4-1_amd64.buildinfo
Checksums-Sha256:
 9cec016b8178874a9c86f386ba36ca1f0b85850164e3a46cb2fee437f80e0697 1903 
pencil2d_0.6.4-1.dsc
 9be6d699cb5a960af89a10ee77dce33ddfe050eb3f0327a055e13f395d92afe6 3397891 
pencil2d_0.6.4.orig.tar.gz
 c104dcb2ee87d1c427986ad48405601b4f8175a83949397bea0fbbf586efb804 8212 
pencil2d_0.6.4-1.debian.tar.xz
 c87db12dac39d70dbd18e5ea035acaf5842faf37961b6ec9267503a7ce690a44 11844 
pencil2d_0.6.4-1_amd64.buildinfo
Files:
 30df1af75d13013db9ad33aa43822fa8 1903 graphics optional pencil2d_0.6.4-1.dsc
 d97e003088f8ff26760aac2bee412e1a 3397891 graphics optional 
pencil2d_0.6.4.orig.tar.gz
 4241f65947408b18a66e79e1dfa781e5 8212 graphics optional 
pencil2d_0.6.4-1.debian.tar.xz
 0315902a6a9670c9a1203eb1cfa0a300 11844 graphics optional 
pencil2d_0.6.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlz6y6UACgkQCBa54Yx2
K61XgxAAj6MxRLVy7MvagxFgGm9jBU9XQkEhqWA4T92RXtBdt7qhH2024tK1ccs6
zWd2vCv2RpG5wJ/UiEKI6zVFauEMuou3Wz6IbbA3xTqd2a+k4+IJKywq6XyFQadl
OMt8ZzoRi1KfQA5XarMs3TqRbh+wL7aOn0b9OahOejBzcNCSSvbILV6MkUdnOWN9
+HDnK6ogR/lgg3TJVmndlfKpuXvquthvyBxj3qoRkFRlDoF8+i4YlodGJfQ+P1nB
Zpea7tD9N3IrWZ5YaaR8CW92sYhozjy+kNahzfDkGOFPmZt74pUQ7ibbP5Xn9QbP
8RM7tDcBWvNaCltREusFokxFK54V7bvjw7aNM2vJ6iATdryqCGvxPnDospWGUAlH
djCVlv/VzTJ+ZW6EGRdK6ksFXEYl0NS9XwCBWU54oQHGL03R4GAFbwF2qIpzTnCL
c1LY3ZDbHPXwgrDkSzQ7oP7D2BnTW10tZiMpVaTiKsb00woKtW4s2py4jY0DqJ1i
tw2OkD8GkdtG4Q3pqV6JuZHUtQ8OF1lWpAr775IlfeEgr1WgEODzcSVgIVr+a2iM
jQJS1v2MF63ZEzsoagAGN5ctVkNBuAsDXH1Yp5yiFcbhjuJ80rQWdosCB08ZCUiS
J8MZ5OvysUihzfK6hbkA2AREUFeoRLLF2/cJw38lBU2RKOx+x4E=
=cYAR
-END PGP SIGNATURE-



Accepted systemd 242-2 (source) into experimental

2019-06-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Jun 2019 22:41:50 +0200
Source: systemd
Architecture: source
Version: 242-2
Distribution: experimental
Urgency: medium
Maintainer: Debian systemd Maintainers 

Changed-By: Michael Biebl 
Closes: 918606
Changes:
 systemd (242-2) experimental; urgency=medium
 .
   [ Michael Biebl ]
   * Drop dependency on lsb-base.
 It is only needed when booting with sysvinit and initscripts, but
 initscripts already Depends on lsb-base (see #864999).
   * Stop removing enablement symlinks in /etc/systemd/system.
 With v242 this is no longer necessary as `ninja install` will no longer
 create those symlinks.
   * Replace manual removal of halt-local.service with upstream patch
 .
   [ Dimitri John Ledkov ]
   * Build manpages in .deb variant.
 Upstream snapshots are switching to building manpages off by default.
 .
   [ Luca Boccassi ]
   * Enable portabled and install related files in systemd-container.
 Keep disabled for the udeb profile. (Closes: #918606)
Checksums-Sha1:
 b88f7eece7b9df38d5e211d34780bde49390 4937 systemd_242-2.dsc
 2ac513fdcf64989bf0bd12a0910d7b97f498564b 143244 systemd_242-2.debian.tar.xz
 50f5007d4fa6602f22279afe0e1471d60f0fe3ff 9139 systemd_242-2_source.buildinfo
Checksums-Sha256:
 6e501d28e6349feb6246f03243a0ec57a967d461436fac78df4ab9069b1a56a5 4937 
systemd_242-2.dsc
 7ddec548ea2481fed31e61395f0bcd0031cee4694ca6c0a14f2d61de83d358fa 143244 
systemd_242-2.debian.tar.xz
 62f869acc8a180e520c5f64135be4f188421c9f7aec292c8707768ea1bdd0ade 9139 
systemd_242-2_source.buildinfo
Files:
 2eadb1276d1b8821233ae0ac502e770b 4937 admin optional systemd_242-2.dsc
 48759632cd8aeca9b5696e8182d1eb8c 143244 admin optional 
systemd_242-2.debian.tar.xz
 9857568d81b105dd7703d4531e4f5c31 9139 admin optional 
systemd_242-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAlz6zPQACgkQauHfDWCP
ItzE8w//QCmmjg7Mey4Wl7tJizNX5JA8kg9OGW/XkRVpGXfNonqKA/0xD866kQVi
dOhJ3x5anazivFTHMP9vWfIOD0hNhup6jrNukUfw79p8xtGOlJGBNCKXyh0ngQ4I
y4J2DoYh87iK332R/CT3QYLe6JcYXg95YqVySoseAUUjernyUGb/DRJLOOzgV98/
gaFhyLB8yZnxb2gYjDExlZNAUXjBpjCGCy6M4s40QL20Ju8dW6edKECEmlAP6KKe
qrWqUUZ5I5wX2Y5zqRaW7ej7JyAVzS88F9W1XJipu1qzTLY1oCa5mTCqWVGlCHyJ
Zr8njZPZkgG2nGQj0lOR18lL9y1rTsDmgBjyHzzMLRH5I2faN6Fy2Xr+B0fFjdgu
Gq1MiAsQ+ALU28wcpNX5TVis2mhSV2AOfwaOD3OXqABGRe0wfqf5OEncaoEtNC66
5siL8p/0uuQDRmQf0m/sZ4avohyrejhZP2/R9x9Z2B/QX90A+LL0mX1VByH0Y93H
3IzJpA25a9eM8MHfYkJXz6Ciayip2z/sSEVGZzqJk2AJmFRByglB9sMEJZ5AbkVF
U8R1++i5BB+xQYPubKThIwDfiOaiI9qw9H/ncu1VR3cxGSys2pLffraZXveclcex
X6WaXoPCzmkSw4d/gZSWyilBXmoue3ildpyad4fYfDYwF0RrYZE=
=V+R3
-END PGP SIGNATURE-



Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Martin Steigerwald
Adam Borowski - 07.06.19, 21:09:
> On Fri, Jun 07, 2019 at 11:24:03AM -0700, James Lu wrote:
[…]
> > > * default font is ugly and poorly hinted -- the latter is
> > > especially jarring> > 
> > >   on a low-resolution screen I'm at right now, the former still
> > >   applies to one's proper battlestation at home/work.  Tarzeau
> > >   recently had some interesting rants, but even Quicksand that
> > >   recently got added (during hard freeze...) to desktop-base is
> > >   pretty nice.  Or, if you want something more conventional,
> > >   Clear Sans (Intel Clear).  Or, Inter.  Or...
> > >   
> > >   => Actually configure a good font by default.  Quicksand looks
> > >   fine.
> > 
> > I use Noto Sans, which supports a lot of languages out of the box
> > and is the default in at least Cinnamon AFAIK.
> 
> Noto has one technical problem: it registers hundreds of font family
> ones, making font selection dialogs useless if you have Noto
> installed.
> 
> It'd be better if we had just "Noto Sans", "Noto Serif" and "Noto
> Mono" instead of "Noto Southwestern Reformed Klingon" as a separate
> family.

Also if you remove packages

- fonts-noto-extra
- fonts-noto-ui-extra
- fonts-noto-cjk
- fonts-noto-cjk-extra#

?

I just did so here and font selection requester is much more palatable 
than before.

Still installed are:

- fonts-noto
- fonts-noto-color-emoji
- fonts-noto-core
- fonts-noto-hinted
- fonts-noto-mono
- fonts-noto-ui-core
- fonts-noto-unhinted

For certain locale selections during installation it might be necessary 
to install more than that.

Ciao,
-- 
Martin




Accepted dcmtk 3.6.4-2.1 (source) into unstable

2019-06-07 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 May 2019 21:39:19 +0200
Source: dcmtk
Binary: dcmtk libdcmtk14 libdcmtk-dev dcmtk-doc
Architecture: source
Version: 3.6.4-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Mathieu Malaterre 
Description:
 dcmtk  - OFFIS DICOM toolkit command line utilities
 dcmtk-doc  - OFFIS DICOM toolkit documentation
 libdcmtk-dev - OFFIS DICOM toolkit development libraries and headers
 libdcmtk14 - OFFIS DICOM toolkit runtime libraries
Closes: 923433
Changes:
 dcmtk (3.6.4-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Revert to convenient charls copy for now. Closes: #923433
Checksums-Sha1:
 b4e841c28d221faa4dc08351bfae87755ac5e935 2269 dcmtk_3.6.4-2.1.dsc
 e29bc18693e696f4665a469541154b7dd2262566 29728 dcmtk_3.6.4-2.1.debian.tar.xz
 74979b740f9833e1a31721ab81bdced1346ed6a4 7727 dcmtk_3.6.4-2.1_source.buildinfo
Checksums-Sha256:
 ab7d7d977c84e0dd196475561f28216f0b8114d6a10b1a32d988781006857fd1 2269 
dcmtk_3.6.4-2.1.dsc
 2d6672e2fe5872c18e61dc899b9a94e632cbbe339100a256972a6ab43219d520 29728 
dcmtk_3.6.4-2.1.debian.tar.xz
 647de43a5c7da67fe7e44b555dcc5add44f93f6239783d44e7bfc697275c1aae 7727 
dcmtk_3.6.4-2.1_source.buildinfo
Files:
 112ded561f12551fc6897971f3a5678f 2269 science optional dcmtk_3.6.4-2.1.dsc
 ed38e8be99f5ac64b40ecb271df3656a 29728 science optional 
dcmtk_3.6.4-2.1.debian.tar.xz
 fe0a58e991eb65f3a216cc594d1a8836 7727 science optional 
dcmtk_3.6.4-2.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEaTNn/67NjqrNHwY7AXHhgorgk0UFAlztjnsRHG1hbGF0QGRl
Ymlhbi5vcmcACgkQAXHhgorgk0XFig/9Fi3JjV5zpuBdW9QSrxvNi+ZM89ITdx3V
icYpY2fsyHEpTlMC0ew30eeipLvnzOMh/EqWyPHFsILoujRdERQsuy00tc908nI/
+j5gF+tMp0LIzySPrZtnk+f4/m8nwNSY8iN+guQVkuB1orVmZ3zDlDfEfqOO0i5l
nUabCj96xOH2hr9TqUjvbtsupWzzyhUvBuDRXXFJrCZGT8vGm4GFJEbGxR/R9Uf3
cF+SZ3qsEtR5ksojpT1N2DoUki1ulfv/VL/OXBqvBgd1KxmI3afxQBCdFMGfDaOG
viaOvEA15B99uPOsRTz/Gz4HkMc47h4MwBGRxm0W1SET+7hzCGcb+ofDIkJUqXvO
JuB0ve1trTQXifgXO9pXyDITbf+Rv7+7RMx3tPmL6b95LRmGWbUTpIGnFvLzShfi
hbM08YTepA4YOnCCJtixYDy6whoJrNM2lchAYglu2sWRMbJoTrZBChBXzLJB/weg
gYTDUqUX4SkBE+3xI8hiEPntB8e8E+9we5svCNnUz2peh184wyBoXnqDABEf1hln
mc8ZruoiGyKpCCfLPt6PbCt4KUh9s9sDqsr0ZhXPzfYYf6Pp/VZMwJVyXKtHwBMG
kMf/ffMqn8I+S20CaflZ3dLb2lDKzeS8J+TYqLk8f84lovW6UDOqEjdFrAO5+v03
73yge1NV+ck=
=hlBG
-END PGP SIGNATURE-



Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Julian Andres Klode
On Fri, Jun 07, 2019 at 03:36:08PM -0500, Federico Mena Quintero wrote:
> On Fri, 2019-06-07 at 11:48 +0800, Julian Andres Klode wrote:
> 
> Why am I getting BCCed on this?  Is this low-key unsolicited
> complaining like in https://mastodon.social/@juliank/102226793499538013

I did not BCC you, someone must have bounced it to you. You might
want to look at your mail headers to see how it got to you. I don't
even know your email address (well now I do...). I hope whoever did
it will step forward.

The mastodon post was an odd thing of sorts, as it reads like it
was addressed to you, but was more a general post, missing the
introductory "With". The highlighting there was supposed to allow
people to see more context, not to direct the message at you.

Sorry about that.

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer  i speak de, en



Accepted fmit 1.2.6-0.1~exp1 (source) into experimental

2019-06-07 Thread Boyuan Yang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 02 Jun 2019 14:27:36 -0400
Source: fmit
Architecture: source
Version: 1.2.6-0.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: John Wright 
Changed-By: Boyuan Yang 
Closes: 802924 874884 899420
Changes:
 fmit (1.2.6-0.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release 1.2.6. (Closes: #899420)
 + Do not translate "default" as device name.
   (Closes: #802924)
   * debian/control:
 + Bump debhelper compat to v12.
 + Use Rules-Requires-Root: no.
 + Update build-dependency and use qmake toolchain.
 + Update build-dependency and use Qt5 toolchain.
   (Closes: #874884)
   * debian/rules:
 + Enable full hardening.
   * debian/menu: Dropped.
   * debian/dirs: Dropped.
   * debian/copyright: Refresh information.
   * debian/source/local-options: Removed, no longer necessary.
Checksums-Sha1:
 48c1fc055d1992122ef9e8ce527e6d55ccf51950 1997 fmit_1.2.6-0.1~exp1.dsc
 796a87fac8bddf5377fe650de3fac3e4c86f9dbf 289649 fmit_1.2.6.orig.tar.gz
 e25e151749622588b7a80fef4f66394eb59e6ce8 4904 fmit_1.2.6-0.1~exp1.debian.tar.xz
 032d12aeb4c398b628a08b332fd8c5855fbafb92 13309 
fmit_1.2.6-0.1~exp1_amd64.buildinfo
Checksums-Sha256:
 16be2331046fff445d47e3dbfb4d5418d2fa7bff6f6e6168b2d8c595cc75947e 1997 
fmit_1.2.6-0.1~exp1.dsc
 73dd21b478498694fd10b2dac24160783c5956754e9db05d62611b041eec0f76 289649 
fmit_1.2.6.orig.tar.gz
 e30eeab4db0eb202859b07815aebc289e37bacd15e9be324fc73552d1f465ee8 4904 
fmit_1.2.6-0.1~exp1.debian.tar.xz
 11a0444896ada9b55b5231e7f35c58660a2b71bf59bb28db2795a60d0aa9a39f 13309 
fmit_1.2.6-0.1~exp1_amd64.buildinfo
Files:
 a127ff137c23b26db6798e363b23ed80 1997 sound optional fmit_1.2.6-0.1~exp1.dsc
 a607dc982a7e8b83f21cb4c18fe7ead2 289649 sound optional fmit_1.2.6.orig.tar.gz
 2b34edea4762658979cfcbcf0c488d0e 4904 sound optional 
fmit_1.2.6-0.1~exp1.debian.tar.xz
 7ec703d3c4621db9c8522be7185564a9 13309 sound optional 
fmit_1.2.6-0.1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAlz0GGwACgkQwpPntGGC
Ws4Uwg//SxeBrd4ndMXVCo7VXvhNmj1ITvKY1unWcIqSP+LZlvzvShRpi44y4Qtq
VCRFmSSPuayhIj4azLE7aUpdMKlZudy+vZjH/+49JUEPhdVSiI39lT48JOJZ4Usy
aNPhS7TykxEf6gmOVU8is8jK+JJ4X0Cu1GeFf3uQtSwbMC7ggIeMz6dlN4aMxJvv
ueLqzmfN0pZvFDNvEm073HmSL99bTwddZz+cnoFeAcLOVF9U8KDjNcPX+Fqw4DCE
DRacV9Oi2420FCU4ZmWlsI4JppimiAnL2J8deAqfvuDswZuECAXekWXZGPrlNPvt
TjA1dnA0oLHPo/VOXyJ1mXPykZQP9YO+p4VJit6IqpMIfoBxtcnDBUo0wdqHLv0c
vQoSMg5qNcQ5YmDABVHH0qejUzXfxcLm38fY0i+P+S/c0xs953vCHhfgMnGUg2iO
EwNKbRJAe/1UzpDyXxUJdf8mM7pueIIrRZpZaqwma1P0uepGgMABNY0IeqbxDw/1
HObwOnMSDHuZXHhRgkvSOBuJkEV5a6sxdEXl5/px95KGGRWnzWZUeKuLsZJjNIx5
4/y3nhMiKcemkXee+xYBCiwiLSwHlifLWQnJE0dR/1rHmttQc0rTSrKEAwGFw6O7
vNCC43oNopr2cjCxzSNMYhqXoUiG8m2mGBaMmJARwSCwKvN6D88=
=fzNT
-END PGP SIGNATURE-



Re: Debian, so ugly and unwieldy!

2019-06-07 Thread James Lu


On 2019-06-07 12:09 p.m., Adam Borowski wrote:
> On Fri, Jun 07, 2019 at 11:24:03AM -0700, James Lu wrote:
>> As far as I know, Debian mostly uses default upstream desktop defaults,
>> so these concerns apply there too. Evidently some DEs (Plasma, Cinnamon)
>> focus on looks out of the box more than others.
> 
> Yeah, and when upstream defaults are not good enough, it's the
> distribution's task to improve them, just like with any other package.  It's
> not a bugfix but integration issue, thus distribution is a _better_ place to
> do so.
> 

Agreed here.

>>> I also hate with a passion so-called "UX designers".  Those are folks who
>>> created Windows 8's Metro tiles, lightgray-on-white "Material Design" flat
>>> unmarked controls, and so on.  They work from a Mac while not having to
>>> actually use what they produce.
>>
>> I respectfully disagree in the case of actual Android devices, but
>> everyone has different preferences.
> 
>>From your further comments, I see you prefer flat stuff, which I disdain.
> And here's a case where both preferences can easily be made installable,
> preferably even in default install.  It's the maintainers' job to curate a
> good set that satisfies every major side without being bloated.
> 
> And which one should be the overall default, is a matter for a flamewar. 
> One that'd I greatly welcome over our usual incendiary fare.

+1 GTK themes are very lightweight, much more so than icon themes. My
personal collection[1] includes a bundle of both.

[1]: https://deb.utopia-repository.org/sid_list.html#utopia-themes_all

>>
>> +1 for Materia (materia-gtk-theme), especially the dark variant. It's a
>> simple, flat dark theme that preserves contrast without being having a
>> pitch black background, more so than Arc-Dark and even Adwaita-Dark. The
>> widget effects might be a bit much for some but I don't mind them.
> 
> Flat!  Die, heretic!  :)

I don't think I prefer *flat* as much as I prefer *simple*. Vertex[2][3]
is my favourite non-flat dark theme, if you're looking for something
like that.

[2]: https://github.com/horst3180/vertex-theme
[3]: https://www.gnome-look.org/p/1013757/

>  
>> Like most well-maintained themes it supports GTK2/3 and a plethora of
>> desktops, as well as Qt5 natively via a 3rd party Kvantum theme
>> (materia-kde).
> 
> I have bad memories wrt trying to make QT use GTK3 themes -- unless that has
> improved, GTK2 support is a nice thing so QT can use that.
> 
>> My only gripe with this setup is that some apps like Firefox don't
>> behave nicely using dark themed GTK themes only; things like buttons and
>> input fields end up having black on black text, so I end up overriding
>> it to start with GTK_THEME=Materia (the standard/mixed light and dark
>> version)
> 
> Yeah, but with the emergence of dark themes on Windows and Mac, such web
> pages have mostly been fixed.

This is actually a Firefox bug,
https://bugzilla.mozilla.org/show_bug.cgi?id=1283086

Most web page elements are fine - it's just forms and buttons that are
broken since Firefox renders them using the system theme instead.

> 
>>> * the default icon theme is fugly
>>>
>>>   => Default to eg. faenza?
>>
>> I like Numix-Circle but I'm a bit biased there ☺. Faenza, Moka, and
>> Papirus are all beautiful icon themes that the desktop's unify look and
>> feel. But this unification makes some people upset[1], though I very
>> much disagree with their opinion personally.
>>
>> [1]:
>> https://www.omgubuntu.co.uk/2019/05/open-letter-stop-gtk-theming-distros
> 
> I hate hate hate this approach.  Especially, I hate "apps".  I want
> programs.  The latter can integrate with the desktop, and don't have feeding
> the developer's ego as the primary purpose.
>

I'm not much of a GNOME fan either!

>> I use Noto Sans, which supports a lot of languages out of the box and is
>> the default in at least Cinnamon AFAIK.
> 
> Noto has one technical problem: it registers hundreds of font family ones,
> making font selection dialogs useless if you have Noto installed.
> 
> It'd be better if we had just "Noto Sans", "Noto Serif" and "Noto Mono"
> instead of "Noto Southwestern Reformed Klingon" as a separate family.

Fair enough; I'm not familiar with the technical decisions behind this.
For example it seems my GTK apps can display Chinese text fine using
"Noto Sans", while KDE/Qt needs "Noto Sans CJK" for it to not show as a
square?

> 
> Sub-pixel is awesome, but doesn't work right if your monitors have different
> orientations (and with both code and almost all webpages being better in
> portrait, you want one monitor in lanscape and 1 or 2 in portrait).
> 
> Not an issue with laptops, of course.
> 

Or you have a tiny desk like me and can only fit one monitor :(
No one-size-fits-all solution here, I guess.

>>> * CSD is still a thing.  No, your special program shouldn't get to ignore
>>>   system theme, put controls in wrong order, miss some controls, not respond
>>>   to minimize/etc if it's currently busy, 

Re: DebConf19: Join our local crowdfunding campaign until June 15th

2019-06-07 Thread Paulo Henrique de Lima Santana

On 07/06/2019 18:46, Pranav Jain wrote:
> Probably this one: https://www.catarse.me/debconf19

Ops, thanks :-)

I had forgotten it.

Best regards,

-- 
Paulo Henrique de Lima Santana (phls)
Curitiba - Brasil
Debian Developer
Diretor do Instituto para Conservação de Tecnologias Livres
Membro da Comunidade Curitiba Livre
Site: http://www.phls.com.br
GNU/Linux user: 228719  GPG ID: 0443C450

Organizador da DebConf19 - Conferência Mundial de Desenvolvedores(as) Debian
Curitiba - 21 a 28 de julho de 2019
http://debconf19.debconf.org



signature.asc
Description: OpenPGP digital signature


Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Adam Borowski
On Fri, Jun 07, 2019 at 11:24:03AM -0700, James Lu wrote:
> As far as I know, Debian mostly uses default upstream desktop defaults,
> so these concerns apply there too. Evidently some DEs (Plasma, Cinnamon)
> focus on looks out of the box more than others.

Yeah, and when upstream defaults are not good enough, it's the
distribution's task to improve them, just like with any other package.  It's
not a bugfix but integration issue, thus distribution is a _better_ place to
do so.

> > I also hate with a passion so-called "UX designers".  Those are folks who
> > created Windows 8's Metro tiles, lightgray-on-white "Material Design" flat
> > unmarked controls, and so on.  They work from a Mac while not having to
> > actually use what they produce.
> 
> I respectfully disagree in the case of actual Android devices, but
> everyone has different preferences.

>From your further comments, I see you prefer flat stuff, which I disdain.
And here's a case where both preferences can easily be made installable,
preferably even in default install.  It's the maintainers' job to curate a
good set that satisfies every major side without being bloated.

And which one should be the overall default, is a matter for a flamewar. 
One that'd I greatly welcome over our usual incendiary fare.
 
> > For example:
> > * our XFCE's layout has a thinnish bar with actually useful controls (menu
> >   button, window list, desktop list, clock, systray, logout) at the top...
> >   plus a tall redundant "OSX dock" that takes a lot of screen real estate.
> >   It's too much even on 4:3 aspect ratio, and on currently prevailing 16:9
> >   any loss to vertical space is bad.  Most code, web pages, human images,
> >   etc, benefit from a portrait rather than landscape layout...
> 
> I've pushed defaults on my systems for quite a while that change the
> Xfce panel setup to look more like Windows (or the default Plasma 5 /
> Cinnamon look). Whisker-menu also provides speedy search and app
> pinning, a feature I can't live without migrating fresh from Windows 7.
> (It also takes up less space than the default menus!)

For space, I'd get rid of the "Applications" label (we all know what a Start
menu is -- and kids will learn before they even walk properly).
 
> > * the default theme has a thin disappearing poorly marked scroller.  This is
> >   nasty with a bad touchpad (laptops), high-resolution small screen (PDAs).
> > 
> > 
> > * people tend to use computers with only limited lighting.  The hacklab I'm
> >   in right now has mostly covered windows (and even some artificial light
> >   from the above!); at work opening window blinds too much can result in you
> >   getting murdered; I for one prefer to hack after midnight rather than at
> >   insane times like morning, etc.  And this is not just hackers like us --
> >   even Windows and Mac brag about "night mode", random websites have this as
> >   well, etc.  On the other hand, if we install some themes by default they
> >   have at most lightish grey background.  I packaged
> >   dark{cold,mint}-gtk-theme with real black, perhaps there are better ones?
> > 
> >   => Let's install by default a black theme, perhaps even enable it by 
> > default?
> 
> +1 for Materia (materia-gtk-theme), especially the dark variant. It's a
> simple, flat dark theme that preserves contrast without being having a
> pitch black background, more so than Arc-Dark and even Adwaita-Dark. The
> widget effects might be a bit much for some but I don't mind them.

Flat!  Die, heretic!  :)
 
> Like most well-maintained themes it supports GTK2/3 and a plethora of
> desktops, as well as Qt5 natively via a 3rd party Kvantum theme
> (materia-kde).

I have bad memories wrt trying to make QT use GTK3 themes -- unless that has
improved, GTK2 support is a nice thing so QT can use that.

> My only gripe with this setup is that some apps like Firefox don't
> behave nicely using dark themed GTK themes only; things like buttons and
> input fields end up having black on black text, so I end up overriding
> it to start with GTK_THEME=Materia (the standard/mixed light and dark
> version)

Yeah, but with the emergence of dark themes on Windows and Mac, such web
pages have mostly been fixed.

> > * the default icon theme is fugly
> > 
> >   => Default to eg. faenza?
> 
> I like Numix-Circle but I'm a bit biased there ☺. Faenza, Moka, and
> Papirus are all beautiful icon themes that the desktop's unify look and
> feel. But this unification makes some people upset[1], though I very
> much disagree with their opinion personally.
> 
> [1]:
> https://www.omgubuntu.co.uk/2019/05/open-letter-stop-gtk-theming-distros

I hate hate hate this approach.  Especially, I hate "apps".  I want
programs.  The latter can integrate with the desktop, and don't have feeding
the developer's ego as the primary purpose.

> > * default font is ugly and poorly hinted -- the latter is especially jarring
> >   on a low-resolution screen I'm at right now, the former still 

Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Martin Steigerwald
Adam Borowski - 07.06.19, 17:24:
> This is about GUI appearance and ergonomy.
> 
> I'll concentrate at XFCE, as I consider GNOME3's UI a lost cause, thus
> I'd find it hard to bring constructive arguments there.

Similar to you I do not "get" GNOME 3. I have no idea why I would like 
to use it. But others may see this quite differently.

> I also hate with a passion so-called "UX designers".  Those are folks
> who created Windows 8's Metro tiles, lightgray-on-white "Material
> Design" flat unmarked controls, and so on.  They work from a Mac
> while not having to actually use what they produce.

So far I see KDE's visual design team does a lot of good work, but there 
are also things I do not like, like the Androidization of scrollbars: 
They are much thinner in Plasma than they were.

Up to Android 7 I still think it is in general a very bad idea to take 
GUI ideas from Android.

> For example:
> * our XFCE's layout has a thinnish bar with actually useful controls
> (menu button, window list, desktop list, clock, systray, logout) at
> the top... plus a tall redundant "OSX dock" that takes a lot of
> screen real estate. It's too much even on 4:3 aspect ratio, and on
> currently prevailing 16:9 any loss to vertical space is bad.  Most
> code, web pages, human images, etc, benefit from a portrait rather
> than landscape layout...
> 
>   => Can't we move two useful pieces from the dock to the top bar?

That is why I move the main bar to one of the sides of the screen. On my 
laptop on the left. However on my laptop I use the full screen estate 
anyway as the side bar and I also have a top bar for activities only 
side out when I move near the screen border. That would definitely not 
suitable as a default however.

General reply to your idea:

I am not using XFCE, but Plasma… however what you outline spurs a lot of 
questions.

Adapt all desktop environments Debian delivers? Or just the Debian 
default DE – that is still GNOME 3, isn't it? If it is, do you argue to 
change the default DE again? I do not use GNOME 3 on any of my machines 
and one can argue whether it is the right default, but uh oh… that could 
lead to an epic thread in debian-devel :)

I am a bit reluctant about adapting upstream defaults too much. Why? It 
is more of a general feeling, but one reason would be that when the 
differences are huge it could make it more difficult for Debian users to 
interact with upstream regarding bug reports and so.

And then… reach an agreement on what would be the best adaptions. 
Especially as different desktop environments in Debian are maintained by 
different, in part already quite under-staffed teams. 

Also… large adaptions of all, or at least all major desktop environments 
Debian delivers would require a lot of effort. Debian Qt/KDE team is just 
a few people for a huge lot of packages. I pretty much bet the interest 
in implementing huger changes to upstream default would be quite 
limited.

However… first impressions count and sure if Debian by defaults looks bad 
and has usability issues… then that is also a first impression. Last I 
checked Plasma was quite okay.

-- 
Martin

Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Jonathan Carter
Hey Adam

On 2019/06/07 17:24, Adam Borowski wrote:> I'll concentrate at XFCE


I proposed most of what you said in this email (and some more) in the
#debian-xfce channel a few months ago. They were actually surprisingly
open to having such config changes and suggested I prepare a proposal, I
was going to put something together but ran out of time before buster
freeze happened, but they're certainly more open to this than the gnome
team was in the past (and I'm hoping that has changed too over the years).

> * the default icon theme is fugly
> 
>   => Default to eg. faenza?

They specifically disliked faenza and obsidian, although I think
obsidian is a bit nicer. Our default Xfce icon theme is broken (it
doesn't have a run menu icon that is missing by default that sticks out
like a big eye-sore) so I don't think it would take *too* much
convincing to switch to even those because at this point nearly anything
is better than what we have already.

> In general: could we please do something to appearance beyond choosing a
> wallpaper once a release?  I'm a code hacker not a theme maker, so I see
> this only once it gets in my way -- but text readability does matter.

I meant to create a session for exactly this at DebConf but I'm
leading/co-leading a handful of sessions already and don't want to overload.

I do think we need a proper discussion around:
 * theming
 * our process for selecting wallpapers (particularly the timing, it
really doesn't have to be in a latter part of the release cycle)
 * choosing defaults that is appealing and has sane defaults, there are
limits to how far we can push this, gtk3 has horrible (and technically
non-existant) theming support with defaults that kind of suck for most
people so there's some technical limits on what's possible there but
improvements are certainly possible

I'll be happy to take that forward kicking it off in a #debian-meeting
meeting post-debconf if no one else is interested.

-Jonathan
-- 
  ⢀⣴⠾⠻⢶⣦⠀  Jonathan Carter (highvoltage) 
  ⣾⠁⢠⠒⠀⣿⡁  Debian Developer - https://wiki.debian.org/highvoltage
  ⢿⡄⠘⠷⠚⠋   https://debian.org | https://jonathancarter.org
  ⠈⠳⣄  Be Bold. Be brave. Debian has got your back.



Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Alexander Wirt
On Fri, 07 Jun 2019, Wookey wrote:

> On 2019-06-07 17:24 +0200, Adam Borowski wrote:
> > * CSD is still a thing.  No, your special program shouldn't get to ignore
> >   system theme, put controls in wrong order, miss some controls, not respond
> >   to minimize/etc if it's currently busy, etc.  Consistency not one-off
> >   designs.
> 
> What is CSD?
client side decoration: 
https://en.wikipedia.org/wiki/Client-Side_Decoration

Alex


signature.asc
Description: PGP signature


Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Martin Steigerwald
Bjørn Mork - 07.06.19, 19:22:
> Adam Borowski  writes:
> >   => Install gtk3-nocsd by default in all desktop tasks but Gnome. 
> >   It's not>   
> >  perfect but it helps.
> 
> That's nice.  Thanks for the tip.  I enjoy nice tools like eog and
> evince, but have always been annoyed by the missing window title and
> associated window manager context menu.

That is one of the reasons I use Plasma. The former KDE window manager 
(kwin) maintainer refused to add client side decorations to it.

-- 
Martin




Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Wookey
On 2019-06-07 17:24 +0200, Adam Borowski wrote:
> * CSD is still a thing.  No, your special program shouldn't get to ignore
>   system theme, put controls in wrong order, miss some controls, not respond
>   to minimize/etc if it's currently busy, etc.  Consistency not one-off
>   designs.

What is CSD?

> re: panels

I too have used XFCE for many years on many machines and always get
rid of the bottom panel or at least make it hidden almost
immediately. Hidden panels are not much use as a default (not
discoverable), but just having one narrower panel would be sensible
for modern screens.

Most of the rest of what said sounded fairly sensible to me too,
although I'm not familiar with all the details (and have never noticed a
need for a dark theme). Nicer defaults for screenspace and fonts
definitely sounds like a good idea. You probably need to persuade the
maintainer.

Wookey
-- 
Principal hats:  Linaro, Debian, Wookware, ARM
http://wookware.org/


signature.asc
Description: PGP signature


Accepted faad2 2.8.8-3 (source) into unstable

2019-06-07 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 20:07:34 +0200
Source: faad2
Architecture: source
Version: 2.8.8-3
Distribution: unstable
Urgency: high
Maintainer: Debian Multimedia Maintainers 
Changed-By: Sebastian Ramacher 
Changes:
 faad2 (2.8.8-3) unstable; urgency=high
 .
   * Team upload.
   * debian/patches: Cherry-pick patch to fix buffer overflows from VLC.
Checksums-Sha1:
 f5b7eb7ebc41b3a1e890aca94554ee984b6f1bf1 2067 faad2_2.8.8-3.dsc
 4dab94ca1f0081d3a6e271f462b979598325cb6e 9748 faad2_2.8.8-3.debian.tar.xz
Checksums-Sha256:
 eda724893d1f63d3ecc99471f7ef6e33bcb236a9f01f20348bfeef561fb7bab1 2067 
faad2_2.8.8-3.dsc
 ac8bae6cc28f7c01d2299cd83d4fff772a11b8eeea04361f2fb0da5823b93117 9748 
faad2_2.8.8-3.debian.tar.xz
Files:
 1d17963cfc0a4515e5b5401bde4b098d 2067 libs optional faad2_2.8.8-3.dsc
 52ead9cb1c84eb138b0414f8b2883a18 9748 libs optional faad2_2.8.8-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAlz6qEsACgkQafL8UW6n
GZMSfBAAxO5QIdh08TXvrulcw9hNMRUtmMEnoDmRCb2rec6GObKscM/EdK9lXlQi
6MDqur2WL/3sIE1rRXPONAXDiMgnaabEuxqCrO1XzMnaRzJAlyAgVt95wz95I90l
Dzq9S3VFHtuzIO+oA+K9J5W8B+aBYAT41NH+6yjsNr27pHFwffr0vIOGbsmyk42z
ZB+k7g6DoeOpbZGklGzcoHtiG5HB4aTw9wZAwWlkQczcm5MrkjsYjLarz3Op3tvj
dXHYJTQSI+fzb2TXtpMfZe17BwqZI3z8G9E3Wvdi21x5UQZ9GueOmpTD7uA2FRCC
Z+U7YUTLzcdRD3vloBHF5yIGC5+3dOxBP3N0dWrJ9mRDvQLe2CMCrnvMRQZojsS5
I9Nu5JaOYrp9mFV+wQXCCfqctvvWFEN3BBSjkzAG8aAxUqelzCRB0V4YBCPQM84F
2RFy3RpmGuRkhu7F53OlNmuE9q2MouB9HeXmdXU1Y1GXSpiDlddRdQynf+CqO92A
/8Wf94KNO7mi8BD3kxAx3px3q97SMT+21+orfUzthpWGesGcEwCHUg7NdGTscVh2
S8+wmyvHp1L1gSVlH9BWZcXpGpM4lL5+da6FcO7Oh9bFzb9vYZlxrJIm8KedcKW3
PUbKq3SKpgGamRNDhU6xvow35eGBlffhjN/h9sJ4V9Rmqg9SeZw=
=RyCL
-END PGP SIGNATURE-



Re: Debian, so ugly and unwieldy!

2019-06-07 Thread James Lu
(I *love* customization, so I can't help but chime in here...)

As far as I know, Debian mostly uses default upstream desktop defaults,
so these concerns apply there too. Evidently some DEs (Plasma, Cinnamon)
focus on looks out of the box more than others.

On 2019-06-07 8:24 a.m., Adam Borowski wrote:
> This is about GUI appearance and ergonomy.
> 
> I'll concentrate at XFCE, as I consider GNOME3's UI a lost cause, thus I'd
> find it hard to bring constructive arguments there.
> 
> I also hate with a passion so-called "UX designers".  Those are folks who
> created Windows 8's Metro tiles, lightgray-on-white "Material Design" flat
> unmarked controls, and so on.  They work from a Mac while not having to
> actually use what they produce.

I respectfully disagree in the case of actual Android devices, but
everyone has different preferences.

> 
> For example:
> * our XFCE's layout has a thinnish bar with actually useful controls (menu
>   button, window list, desktop list, clock, systray, logout) at the top...
>   plus a tall redundant "OSX dock" that takes a lot of screen real estate.
>   It's too much even on 4:3 aspect ratio, and on currently prevailing 16:9
>   any loss to vertical space is bad.  Most code, web pages, human images,
>   etc, benefit from a portrait rather than landscape layout...

I've pushed defaults on my systems for quite a while that change the
Xfce panel setup to look more like Windows (or the default Plasma 5 /
Cinnamon look). Whisker-menu also provides speedy search and app
pinning, a feature I can't live without migrating fresh from Windows 7.
(It also takes up less space than the default menus!)

>   => Can't we move two useful pieces from the dock to the top bar?
> 
> 
> * the default theme has a thin disappearing poorly marked scroller.  This is
>   nasty with a bad touchpad (laptops), high-resolution small screen (PDAs).
> 
> 
> * people tend to use computers with only limited lighting.  The hacklab I'm
>   in right now has mostly covered windows (and even some artificial light
>   from the above!); at work opening window blinds too much can result in you
>   getting murdered; I for one prefer to hack after midnight rather than at
>   insane times like morning, etc.  And this is not just hackers like us --
>   even Windows and Mac brag about "night mode", random websites have this as
>   well, etc.  On the other hand, if we install some themes by default they
>   have at most lightish grey background.  I packaged
>   dark{cold,mint}-gtk-theme with real black, perhaps there are better ones?
> 
>   => Let's install by default a black theme, perhaps even enable it by 
> default?

+1 for Materia (materia-gtk-theme), especially the dark variant. It's a
simple, flat dark theme that preserves contrast without being having a
pitch black background, more so than Arc-Dark and even Adwaita-Dark. The
widget effects might be a bit much for some but I don't mind them.

Like most well-maintained themes it supports GTK2/3 and a plethora of
desktops, as well as Qt5 natively via a 3rd party Kvantum theme
(materia-kde).

My only gripe with this setup is that some apps like Firefox don't
behave nicely using dark themed GTK themes only; things like buttons and
input fields end up having black on black text, so I end up overriding
it to start with GTK_THEME=Materia (the standard/mixed light and dark
version)

> 
> * the default icon theme is fugly
> 
>   => Default to eg. faenza?

I like Numix-Circle but I'm a bit biased there ☺. Faenza, Moka, and
Papirus are all beautiful icon themes that the desktop's unify look and
feel. But this unification makes some people upset[1], though I very
much disagree with their opinion personally.

[1]:
https://www.omgubuntu.co.uk/2019/05/open-letter-stop-gtk-theming-distros

> 
> * default font is ugly and poorly hinted -- the latter is especially jarring
>   on a low-resolution screen I'm at right now, the former still applies to
>   one's proper battlestation at home/work.  Tarzeau recently had some
>   interesting rants, but even Quicksand that recently got added (during hard
>   freeze...) to desktop-base is pretty nice.  Or, if you want something more
>   conventional, Clear Sans (Intel Clear).  Or, Inter.  Or...
> 
>   => Actually configure a good font by default.  Quicksand looks fine.
> 

I use Noto Sans, which supports a lot of languages out of the box and is
the default in at least Cinnamon AFAIK.

Also, anti-aliasing + Slight hinting + RGB Sub-pixel order on my Xfce
setup. This is what I've gotten used to, though font hinting changes
seem so subtle I don't know how much I'd notice a change.

> * likewise, default monospace font.  My personal preference (Mononoki)
>   hasn't been made to build from source yet (b-deps are available now, but
>   it's still in contrib), my other preference is not packageable; there's a
>   bunch of good monospace fonts available for choice but _programming_ font
>   is an especially contentious issue.
> 
>   => Default to 

Accepted mailman-suite 0+20180916-8 (source) into unstable

2019-06-07 Thread Jonas Meurer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 20:03:29 +0200
Source: mailman-suite
Architecture: source
Version: 0+20180916-8
Distribution: unstable
Urgency: critical
Maintainer: Debian Mailman Team 
Changed-By: Jonas Meurer 
Closes: 924629 930133
Changes:
 mailman-suite (0+20180916-8) unstable; urgency=critical
 .
   * d/mailman3-web.postinst:
 - Run 'systemctl daemon-reload' just if systemd is installed.
   (Closes: #930133)
   * d/control, d/patches/0001_settings_py.patch:
 - Switch back from ruby-sass to sassc. Ruby-sass became unmaintained
   and abandoned recently. Thanks to Christian Ehrhardt for bugreport
   and patch. (Closes: #924629)
Checksums-Sha1:
 e35a47b95d518d1a8b24b0400bf4981ea74dc656 2053 mailman-suite_0+20180916-8.dsc
 d77de4adce68e81cadc0f8639d5bb62a3d182849 25396 
mailman-suite_0+20180916-8.debian.tar.xz
 f62ba4a549d08c130c5ec4185af9e0d88e146678 5674 
mailman-suite_0+20180916-8_amd64.buildinfo
Checksums-Sha256:
 8f8abc9f2e5dc14a7d1d0878b34e2c34e4d9ba0fcf5f56b889c35070ca9535ec 2053 
mailman-suite_0+20180916-8.dsc
 99f771dbac0716dd8585808147e777a982cc091bcff8a88081182e0df6429f22 25396 
mailman-suite_0+20180916-8.debian.tar.xz
 9c85ccd4fd96a14ca2650c2383fc5d20b01ec15b8e7391b169c833c8a4dcc68d 5674 
mailman-suite_0+20180916-8_amd64.buildinfo
Files:
 ade13535389c7a91b577e0e4ff6ac841 2053 web optional 
mailman-suite_0+20180916-8.dsc
 06478af66409e0569a3cd5fdc2a8210e 25396 web optional 
mailman-suite_0+20180916-8.debian.tar.xz
 88eb95d45d3dcf8747e0478e2568c739 5674 web optional 
mailman-suite_0+20180916-8_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEELIzSg9Pv30M4kOeDUmLn/0kQSf4FAlz6qSEACgkQUmLn/0kQ
Sf65cg/8Dd2VhSNK+1FpZccwddMbW83hBVym6h5wwp/tRIxhacoGme5uKegBy1xE
T0ocrlzlmkM3u/6OWsTA/BIhyJpA9k9N2cmC8m8f102g52dOlJVwAgt+9j+iq2py
tuYLbmv94jvNYB+ucrfADXl92bY6pXWWAY6TalMTism4eG/OsP3jNE4v6trAkhkj
uleTH4Hje1lPbfgN6fhfIQEMGPpIrwsgcWoUfI+rcf6zp1JuD/KioeJ5bi1prkSO
i/B2y0QQTKdKS5NWY2tojnXllUwrw9PqmNNg/JXvXCpFxsNvADIL9EnBuXfPKTpp
X7ThAYRy9LXOIz0GrfJKbQcf5Zsi01iQsrdljptDHtbpGrn4efEIyRGoqI30CCiM
aFdRUtSiRfgkzxJfcFpAlf22SoRInvDlitJZuEFpSW1qo/Q29/KT4xg03sPjCjVF
I6wz2nCB8VGXmlzRNhgE6rU42YeQIAWnkklvMTTnIJhZIiINGfLLeWqMHQ8OrMCg
Ik6JhfbDpSyshXAIm20K0nVcCpF6f1bzw7fxfREblXWTjWKniO22gNJnPejLkIpF
G8lZBIlkZpZtIFEL49wP/UwxYmCMzeBqQOFTqdmkmMrqbCuCZtirbChLlecpde2J
KMoZsqgrji9lHOQ/s0nk5Umx+8Lp80XhvCN1zI1csbR/gMqLGdk=
=B8+M
-END PGP SIGNATURE-



Re: speeding up installs

2019-06-07 Thread Adam Borowski
On Fri, Jun 07, 2019 at 10:52:43AM -0700, Russ Allbery wrote:
> Adam Borowski  writes:
> 
> > There are two massive recent improvements:
> > * eatmydata helps a lot, and eating a power-lossed install is not a loss
> 
> We did an experiment at work about four years ago with using eatmydata
> inside a D-I run, and had to revert because we ran into no end of problems
> with zero-length files after the first system reboot, even though we did
> an explicit sync before reboot.
> 
> This is potentially obsolete data (this was with Ubuntu 12.04, IIRC), but
> it's made me fairly cautious of eatmydata ever since.
> 
> Also, I think your proposal is not to use LD_PRELOAD and other hacks but
> to instead have a native package installation mode that understands when
> to sync, and perhaps that wouldn't have the same behavior.

Yeah, I use archive_write_disk (going to drop it probably, though), and
ordinary write().  Not even a single mmap() to write or anything fancy --
libarchive doesn't write into user-provided buffers so dax shenanigans or
such won't get us anything; can just let the kernel write() without
bothering to optimize.

If a filesystem can screw sync() after a bunch of plain open() write()
close()s, there's nothing you can sanely do.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Sometimes you benefit from delegating stuff.  For example,
⢿⡄⠘⠷⠚⠋⠀ this way I get to be a vegetarian.
⠈⠳⣄



Re: speeding up installs

2019-06-07 Thread Russ Allbery
Adam Borowski  writes:

> There are two massive recent improvements:
> * eatmydata helps a lot, and eating a power-lossed install is not a loss

We did an experiment at work about four years ago with using eatmydata
inside a D-I run, and had to revert because we ran into no end of problems
with zero-length files after the first system reboot, even though we did
an explicit sync before reboot.

This is potentially obsolete data (this was with Ubuntu 12.04, IIRC), but
it's made me fairly cautious of eatmydata ever since.

Also, I think your proposal is not to use LD_PRELOAD and other hacks but
to instead have a native package installation mode that understands when
to sync, and perhaps that wouldn't have the same behavior.

-- 
Russ Allbery (r...@debian.org)   



speeding up installs

2019-06-07 Thread Adam Borowski
Hi!
Package install times are quite nasty.  For example, a full GUI install can
take[1] 1.5 hours on spinning rust, and several minutes even on raid0 of Optane
disks -- you can't get much faster without operating entirely in memory[2].

There are two massive recent improvements:
* eatmydata helps a lot, and eating a power-lossed install is not a loss
* mmdebstrap can speed up the debootstrap stage by a factor of 3-6

But d-i doesn't use either, debootstrap is small compared to installing
actual tasks/b-deps afterwards, and there's at least a couple of orders of
magnitude of speedup possible.

But you'd say: I have a fast NVMe disk, slow network, and don't install more
often than once in a few years.  Then yeah, you don't need a d-i speedup.  I
care about two use cases:
* boxes with HDDs or SD cards
* datacenter VMs, buildds

It seems that the hard minimum is around 1 second on modern hardware.  You
can't unpack the full set of .xz debs faster than 0.75s assuming full
parallelism -- which is impossible as firefox.deb itself takes 3s (with
other CPU cores loaded).  We can cheat here by splitting or repacking such
big .debs with zstd.  But that's not all -- the .debs have to get fetched
from the network (750MB in a second calls for 10Gb network at minimum). 
Then configured.

Writeout is not a problem: the full test install is 2.5GB unpacked, and you
don't need to persist that immediately.  A desktop install can writeout
while the user answers installer questions, a buildd doesn't care about
durability, a VM can do usable stuff while the disk is writing.

You don't need that big a CPU: while I benchmarked the preliminary code on a
-j64 2990WX, the actual utilization was less than 1/4 despite the task being
highly parallel.  This CPU chokes on its limited memory bandwidth (64MB of
L3 cache hardly counts for big xz decompression), you want something with
fewer, faster cores.

And it's slowest machines like 4-core boards that actually benefit the most
in absolute terms.  No, there's no such thing as a 1-way machine that can
install a modern distro anymore[3]: oldest machine I own, a non-NX Pentium4,
is already -j2; when 3 years ago I needed the cheapest possible box with
• USB, • local storage, • ethernet; it had 4 cores and 512MB RAM.   Non-SMP
is dead and buried, forget about ever optimizing for that.

Test set: buster's task-xfce-desktop.  That's 750MB of .debs, 2.5GB result.


So let's see if we can approach this theoretical limit.

So far I came up with the following:

* let's not care about power loss during install.  So no fsyncs, and no
  writing a single byte that's going to be overwritten later.  Do a global
  sync() only when entering grub-install.
* almost all Pre-Depends and preinsts care only about upgrades; on a
  clean-slate install you can ignore them and at most fix-up later
* dpkg-diverts can be a problem but going yolo seems to work for me so far
  (not sure if all cases can be fixed-up after the fact -- dash can)
* being able to unpack in parallel also means you don't need to care about
  order: install can go before apt-download has finished.  This is awesome
  when your mirror has a slower link than that 10Gb...  We can install
  package X the moment apt has fetched it even though it's still downloading
  packages Y and Z.
  (Nb: what's a good way to know apt is done?  I screen-scrape
  -oDebug::pkgAcquire looking for "Dequeuing" which is a nasty hack.)

The above is all nice and dandy, but I don't know how to do configure right. 
It seems that at least some triggers can be parallelized.  man-db is by a
large margin the biggest offender -- seems it has no dependencies so it's a
great low-hanging fruit.  Somehow it worked for me even before ldconfig --
that's probably insane though, so ldconfig should go first.  Both of
ldconfig and man-db are ordered after all unpacks of unrelated packages have
finished -- is it possible to do them piecewise?

I hardly looked at other postinsts yet, I wonder how they can be elided or
fast-tracked.

My dependency graph so far:

apt-update
 |
 +>--
 |   \
apt -s installapt-cache dumpavail
 |   /
 +<--
 |
stat(if .debs are here)
 |\
 | +--+...
 | |  |
 | unpack 1   unpack 2 (.debs that were already on disk)
 | \--+
 | \-\
apt download |
 Finished 3 -> unpack 3 -+
 Finished 4 -> unpack 4 -+
 Finished 5 -> unpack 5 -+
 |
   (unpack complete)
 |
 ldconfig
/  \
   man-db write dpkg's status
  | |
  |   dpkg --configure -a (fully serial...)
  |/
  +---/
  |
Done!

One other issue is that the whole plan needs to be known before starting.  So
no running in-target tasksel, asking whether you want 

Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Bjørn Mork
Adam Borowski  writes:

>   => Install gtk3-nocsd by default in all desktop tasks but Gnome.  It's not
>  perfect but it helps.

That's nice.  Thanks for the tip.  I enjoy nice tools like eog and
evince, but have always been annoyed by the missing window title and
associated window manager context menu.


Bjørn



Accepted speech-dispatcher-contrib 0.9.0-8 (source) into unstable

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

Format: 1.8
Date: Fri, 07 Jun 2019 18:59:02 +0200
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.0-8
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
Closes: 930132
Changes:
 speech-dispatcher-contrib (0.9.0-8) unstable; urgency=medium
 .
   * patches/git-baratinoo-char: cherry-pick upstream fix for spelling
 characters with the baratinoo synthesis (Closes: Bug#930132).
Checksums-Sha1:
 0b65c1107e3fd737107f2c6f1be17b857b4dc003 2753 
speech-dispatcher-contrib_0.9.0-8.dsc
 16ebe766be2fd5c14a92c2796b01cdd322cf4c86 28104 
speech-dispatcher-contrib_0.9.0-8.debian.tar.xz
Checksums-Sha256:
 8b56fcf395f32def98c504caa38850c32eb01078ec8daee650ad4016fafe0118 2753 
speech-dispatcher-contrib_0.9.0-8.dsc
 3278cba5b19eccc551352a44158b75a10eb21ebb6e78f66b99bd65c7f5f22395 28104 
speech-dispatcher-contrib_0.9.0-8.debian.tar.xz
Files:
 2730fba47fb2e63fff11607da7d6e734 2753 contrib/sound optional 
speech-dispatcher-contrib_0.9.0-8.dsc
 be14a8f58dc1d1026adb3701366744f1 28104 contrib/sound optional 
speech-dispatcher-contrib_0.9.0-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEM/p7ZGGVAfjOnI+X4/ZanpVg20wFAlz6mC4ACgkQ4/ZanpVg
20yl+w/9Gd5fDAv1hybvoqIWtE2Wwe7IISEs11MzlM8ImCQDedhkhuGIqzk4Jijk
UYqUUiYjHec29ktfJ/WiBbQA+Pv8f4UZiohFHHRsbZVbMhRZGxLam2OO8DqHlRcc
47qq0dUzz2ntjmshZyB0ikIHmvYVSFPpZUGesmfk0WQdRJi13vi40RFB/XXbmg5D
TYR9s3JcOHct/xeYvraqO2xxLPPl9j4uEzEOg2cnyOw2vNpz4OHrnIauSwr0POxV
FCSJdgxI2t5vj4i1UiQ78cHZRnblT/Kq1RleKIYm7RFLmMiIKwaQfUpMk3XBW3oL
2YWN10jOy/CQEAd2XU3xulYLozzhHreOSCff4CNjTyn3uvC1MgTug2lEJWhWco8r
8OH8+bTBZRkDxx5TrcCc/7lGBXPAvP6w5eCSmemB8TnrgrFCh6lXLM1Tm3gOwUsg
nHHM3oGxx581pf0EZsbmWSF8J4z7BUj+N66aiz603haXIt0phkLj6Eefs/Mfqgn7
5QkPamQiZYLR06BnyoAr1Yf+QCr1zQfRIYh6U44YQhTdNRdz/zo7PT7ottu+KUts
iEKTnLWK04W/iEAr1zXHV+KuHoccitXI/rdwQL2FztSPhB/w1a5PhsyDsrI5Gg0D
5V+84CQuuco5OkOTbg91SAL5yrKuJ+L24DP9NWFWn7BZx2Mv2FM=
=J1bs
-END PGP SIGNATURE-



Accepted llvm-toolchain-8 1:8.0.1~+rc1-1~exp2 (source) into experimental

2019-06-07 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 19 May 2019 13:31:37 +0200
Source: llvm-toolchain-8
Architecture: source
Version: 1:8.0.1~+rc1-1~exp2
Distribution: experimental
Urgency: medium
Maintainer: LLVM Packaging Team 
Changed-By: Sylvestre Ledru 
Closes: 930008
Changes:
 llvm-toolchain-8 (1:8.0.1~+rc1-1~exp2) experimental; urgency=medium
 .
   * Build using thinlto on non stretch, xenial and trusty
 (fails with some undef symbols)
 Option -DLLVM_ENABLE_LTO="Thin" added
   * WebAssembly is now build by default, remove it from the
 experimental list
   * check-polly was executed twice
   * Move the default ARM arch from arm1176jzf-s (armv6) to cortex-a7
 (Closes: #930008)
 .
   [ John Paul Adrian Glaubitz ]
   * Use dh-exec to exclude lib/LLVM*.so on powerpc and
 powerpcspe from llvm-X.Y-dev.install.in
Checksums-Sha1:
 3a60e49dd4e9e52b33ae044adeaa610a26205556 8511 
llvm-toolchain-8_8.0.1~+rc1-1~exp2.dsc
 8c527e5fd1955d40a1199fd0ef72623fae00c815 111568 
llvm-toolchain-8_8.0.1~+rc1-1~exp2.debian.tar.xz
 df889d9a18d72cc999c3e79781763512ba482b5c 11346 
llvm-toolchain-8_8.0.1~+rc1-1~exp2_source.buildinfo
Checksums-Sha256:
 a16884160f42934a5833e3c2e12df49d6541c18a7e200a8dc0b46bbb705cb0a8 8511 
llvm-toolchain-8_8.0.1~+rc1-1~exp2.dsc
 c10a96626f1d25651af4ad126f780264611fea46930906ddd4691382ce87f553 111568 
llvm-toolchain-8_8.0.1~+rc1-1~exp2.debian.tar.xz
 39e763329c78d3f302edc4cf69822fee3b85013566898a1a161ef840f04720ed 11346 
llvm-toolchain-8_8.0.1~+rc1-1~exp2_source.buildinfo
Files:
 e049b38f29a0fe084827380a784f658e 8511 devel optional 
llvm-toolchain-8_8.0.1~+rc1-1~exp2.dsc
 9e865b9459c02c7785910140b40b131f 111568 devel optional 
llvm-toolchain-8_8.0.1~+rc1-1~exp2.debian.tar.xz
 600c7bf42b9ad371229942303744faf6 11346 devel optional 
llvm-toolchain-8_8.0.1~+rc1-1~exp2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAlz6kH0VHHN5bHZlc3Ry
ZUBkZWJpYW4ub3JnAAoJEH5lKNp1LxvhATgP/1Lcp0sS45D1hRnVzkNaLUnABaA6
XljcurGbcaknJghnLC3GOUxTw62KLXj5xWqLwTrvlJtC/iIbrhDQ1uEQRCH8Buh3
aIGa3Byxl3wcTtZo4J05ZJao/hHU/dP/YIBitQhLe4e46xYriABHCdC50ldkwBEh
Ig5dR7hOCYJrXKwX16r/qqLuhuBSQLZawyNADMPY1/S2Bbn0uJWJkvRCl9CEO5wk
60m22mWNjBiVv4BexcoRzwzVzblXYmfIA1OthT18AV3LEW3TrgtZpLw1NNP2KW8z
gr5br59dJSZa56pzgVloBQlml/y+ND18FN1un69SSNP3KoSAPfrkqAXLmW+0POVK
zBgiDutt4DsC78yBHySzsMqufWicJa4hR5xGaJOlTUvQMiCMloedoCeP2eRMaCdk
lwIQIAVVBdmdOuC5v+gaS9Gs+/Dm4je/N2Gom536WyOgP+bNIKSPaYg78mh7/fO+
fzurTGvHWn10GrQBgoluz74QqkzvJchhqiqVa0sOT1/ZgiAw/TBV99JV8tVywemr
v5FNWTC3GX91lW/OqSIgAcr6jhKObYFLH9N9mlZJ3tIxV92Oe94dnudQzlm2wxbI
npI0rZV7rd7hlE4ttW4qC4pJvwf9Qec9Zg8WXIgszmNefzvAeNC3Snz/nKp6
vVUlagCZXTZGoVd4
=p1T9
-END PGP SIGNATURE-



Accepted molly-guard 0.7.1+exp1 (source) into experimental

2019-06-07 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Jun 2019 18:39:34 +0200
Source: molly-guard
Architecture: source
Version: 0.7.1+exp1
Distribution: experimental
Urgency: medium
Maintainer: Simó Albert i Beltran 
Changed-By: Marc Haber 
Closes: 914716
Changes:
 molly-guard (0.7.1+exp1) experimental; urgency=medium
 .
   [ Simó Albert i Beltran ]
   * Update Vcs-Git and Vcs-Browser fields from alioth to salsa
 .
   [ Marc Haber ]
   * add myself as Uploader
   * 812545 is fixed now, re-enable diversion of pm-utils files (Closes: 
#914716)
Checksums-Sha1:
 481fcf119cd7c96f80fb7bf64c87575e79a2cf93 1751 molly-guard_0.7.1+exp1.dsc
 2edeb2c1da46256094fd9b56654092f865d674cd 12964 molly-guard_0.7.1+exp1.tar.xz
 8209aa1acf289c724e59a94e41f020d72bb99cb2 5270 
molly-guard_0.7.1+exp1_source.buildinfo
Checksums-Sha256:
 93ca65722deaa55fe2c307ca36e77110da0ea11bf3b3df967516462f5e4bbcab 1751 
molly-guard_0.7.1+exp1.dsc
 5abe21016a4738a7232bc9c9083a2ec7158d30f3f093c70abf8ad6194dca02c0 12964 
molly-guard_0.7.1+exp1.tar.xz
 8d038d49e2be393fe04e6feb0222571df5c0a08dcd456022ddb7d53fd7f1067f 5270 
molly-guard_0.7.1+exp1_source.buildinfo
Files:
 0716bf1ba58207cb86824560f09dd141 1751 admin optional molly-guard_0.7.1+exp1.dsc
 c57fafc7406d1eb0e80f2d88ec0a7953 12964 admin optional 
molly-guard_0.7.1+exp1.tar.xz
 c2ffeec5b6f92730c21d70f96c44fd53 5270 admin optional 
molly-guard_0.7.1+exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE6QL5UJ/L0pcuNEbjj3cgEwEyBEIFAlz6lOsACgkQj3cgEwEy
BEKs8g//TuFS76TiopuJ9/PiSID3X/xTf6DOwAUGzkOXzoRRZmkxwgQ/7g7NZ1Sm
kzmKhDQqi2mGsV5EsPXgbib+V/uCvJfdb6m6IxSRt7IBYCZjbzBc6m2j9VGGLRiJ
ae6tk0kfGYF7JcmlA7PmWMeD3ite9KTu4v6YzjJHbrItjoohm9naK92gD5ySCohT
Wg4sDnAlCQHR8hmixA10Y1G+4vstPVz5vCX0awY90/mnFdOLDkH99oapezpzGOul
jCzc271Prnlv9vzp8brioC+pT+aNJPxMwPzYZSJFRNqQadIYf4iyhdEKwqCT5uP4
HCNenJ05BUDr7lV03IGQsed9QXllgMIzk2IJkdHPZ5cLx6Mjt0xBQMA+hGisZQxk
TQ8Nbkmb2Anh54vGV8GpP0WweEF+QjfVo3FQOfKsGAk0KeuVJ1ukCYMmmX7kIDUT
D7TCaTMbeOh65MwiK//iBmkUHdn0pAMmkjZBKNOlPm3thAV/C1ykUqcp1fGlbhUs
WZbyjfU2oGu3wIBGYDAPlNBXctpv94HHlgeZPKQSZZyjLo2bv/O/lHRqa08cL56Z
OO3AGtvTh9/g6e+Btrzd2ln2dNK27glS1jENBlb1dIIAz8ZwtNYPqtjHPVHU6CHx
PkvyWeDDn7PyfqRqVsAIpW01/1d25PNKpNQb2929URVWUiQcIhI=
=OyMh
-END PGP SIGNATURE-



Re: Salsa migration from foo-guest to foo [was: Bits from the DPL (May 2019)]

2019-06-07 Thread Alexander Wirt
On Fri, 07 Jun 2019, Thomas Goirand wrote:

> On 6/5/19 4:08 PM, Norbert Preining wrote:
> > This should be
> > completely independent from what one can do on salsa.
> > So I propose that whatever one's level within Debian is, it should not 
> > change the status on salsa.
> 
> I also find it surprising that the "feature" from Alioth that one has to
> completely recreate everything from an account foo-guest to just foo.
> Can't this be addressed in another way? It's *very* annoying on both
> directions (ie: non-dd -> dd or dd -> non-dd).
We will probably start doing that when we have a proper usermanagement tool
for guests in place. 

Alex
 



Re: DebConf19: Join our local crowdfunding campaign until June 15th

2019-06-07 Thread Samuel Henrique
And here's the URL for the crowdfunding:

https://www.catarse.me/debconf19


DebConf19: Join our local crowdfunding campaign until June 15th

2019-06-07 Thread Paulo Henrique de Lima Santana
Hi all,

Since March we are running a local crowdfunding campaign to encourage
brazilians to help DebConf19 because donating to DebConf19, they feel
part of the Conference. We had a good experience doing this on the last
two minidebconfs. Now we translated it because maybe you would like to
join it (sorry for delay).

The Debian Brasil Community created a crowdfunding campaign for anyone
can make a donation above R$ 10,00 (~ U$ 2.60) for the DebConf19 -
Debian Project's Developers Conference realization.

This will be the 20th edition of the Conference and only the second time
it will happen in Brazil!

We want to show how the Brazilian Debian community is strong, engaged
and could be one of the official sponsors of DebConf19. If we hit the
goals, the Debian Brasil logo will be placed in the sponsorship category
equivalent to what is fundraised.

In the sponsorship plan of DebConf19 there are several ties that your
company can acquire one of them if you prefer. Our initial fundraising
goal in this campaign is R$ 9.195,00 (~ U$ 2,384.00). If we disconsider
Catharse's fee and the cost of production to make the t-shirt, we end up
with R$ 7.000,00 (~ U$ 1.815,00), which is equivalent to a bronze quota
(in Reais) in the sponsorship plan.

If we do not reach the initial goal, we will only be listed as supporters.

Remarks about the rewards:
* We will send the stickers for everyone in Brazil without additional cost.
* We can send the t-shirt anywhere, as long as the donor pays the
shipping cost.

# Extended Goals

If we exceed our initial goal, the next step will be to try to reach R$
21.265,00 (~ U$ 5,514.00) and thus acquire the silver quota (R$
17.500,00 discounting the fee).

If we exceed the value of the silver quota, then the objective will be
to reach the value of R$ 41.380,00 (~ U$ 10,731.00), which will put us
in the gold quota (R$ 35,000.00 discounting the fee).

And if we exceed this amount, we will try the maximum amount of
sponsorship, R$ 81.610,00 (~ U$ 21,163.00), which will put us in the
platinum quota (R$ 70,000.00 discounting the fee).

We believe this is a dream that is possible to achieve, and we count on
you to be part of it!

## Budget

Acquisition of the bronze quota of DebConf19: R$ 7.000,00. This amount
will be used to pay expenses in the event.

## Rewards

Production: R$ 1.000,00 (~ U$ 259.00).

## Catarse's fee

13% of the total: R$ 1,195.00 (~ U$ 309.00).

# Values and what you get

1) R$ 10,00 (~ U$ 2.59) or more: no rewards.

2) R$ 20,00 (~ U$ 5.19) or more: you name listed in an "thank you" page
on the website.

3) R$ 30,00 (~ U$ 7.78) or more: you name listed in an "thank you" page
on the website and 2 DebConf19 stickers.

4) R$ 50,00 (~ U$ 12.97) or more: you name listed in an "thank you" page
on the website, 2 DebConf19 stickers and 2 Debian stickers.

5) R$ 100,00 (~ U$ 25.93) or more: you name listed in an "thank you"
page on the website, 2 DebConf19 stickers, 2 Debian stickers, and 1
exclusive t-shirt like this:
https://s3-sa-east-1.amazonaws.com/cdn.br.catarse/uploads/reward/uploaded_image/169646/thumb_reward_banner-catarse-camisa-2.jpg

If you donate R$ 20,00 or more, we will add your name on the Debian
spiral printed in the t-shirt.

# Deadline

Crowdfunding campaign will finish 2019-06-15 23:59 (UTC -3). Run!

Best regards,
-- 
Paulo Henrique de Lima Santana (phls)
Curitiba - Brasil
Debian Developer
Diretor do Instituto para Conservação de Tecnologias Livres
Membro da Comunidade Curitiba Livre
Site: http://www.phls.com.br
GNU/Linux user: 228719  GPG ID: 0443C450

Organizador da DebConf19 - Conferência Mundial de Desenvolvedores(as) Debian
Curitiba - 21 a 28 de julho de 2019
http://debconf19.debconf.org



signature.asc
Description: OpenPGP digital signature


Re: Debian, so ugly and unwieldy!

2019-06-07 Thread Jim Popovitch
On Fri, 2019-06-07 at 17:24 +0200, Adam Borowski wrote:
> This is about GUI appearance and ergonomy.
> 
> I'll concentrate at XFCE, as I consider GNOME3's UI a lost cause

Have you tried Cinnamon, it's quite nice and not ugly nor unwieldy.

> * people tend to use computers with only limited lighting.  

Is there any data on that?  My experience is different, and I expect it
mirrors the experience of a vast number of office workers and students.

I do think a healthy discussion is good for Debian UI efforts.

-Jim P.



Debian, so ugly and unwieldy!

2019-06-07 Thread Adam Borowski
This is about GUI appearance and ergonomy.

I'll concentrate at XFCE, as I consider GNOME3's UI a lost cause, thus I'd
find it hard to bring constructive arguments there.

I also hate with a passion so-called "UX designers".  Those are folks who
created Windows 8's Metro tiles, lightgray-on-white "Material Design" flat
unmarked controls, and so on.  They work from a Mac while not having to
actually use what they produce.


For example:
* our XFCE's layout has a thinnish bar with actually useful controls (menu
  button, window list, desktop list, clock, systray, logout) at the top...
  plus a tall redundant "OSX dock" that takes a lot of screen real estate.
  It's too much even on 4:3 aspect ratio, and on currently prevailing 16:9
  any loss to vertical space is bad.  Most code, web pages, human images,
  etc, benefit from a portrait rather than landscape layout...

  => Can't we move two useful pieces from the dock to the top bar?


* the default theme has a thin disappearing poorly marked scroller.  This is
  nasty with a bad touchpad (laptops), high-resolution small screen (PDAs).


* people tend to use computers with only limited lighting.  The hacklab I'm
  in right now has mostly covered windows (and even some artificial light
  from the above!); at work opening window blinds too much can result in you
  getting murdered; I for one prefer to hack after midnight rather than at
  insane times like morning, etc.  And this is not just hackers like us --
  even Windows and Mac brag about "night mode", random websites have this as
  well, etc.  On the other hand, if we install some themes by default they
  have at most lightish grey background.  I packaged
  dark{cold,mint}-gtk-theme with real black, perhaps there are better ones?

  => Let's install by default a black theme, perhaps even enable it by default?


* the default icon theme is fugly

  => Default to eg. faenza?


* default font is ugly and poorly hinted -- the latter is especially jarring
  on a low-resolution screen I'm at right now, the former still applies to
  one's proper battlestation at home/work.  Tarzeau recently had some
  interesting rants, but even Quicksand that recently got added (during hard
  freeze...) to desktop-base is pretty nice.  Or, if you want something more
  conventional, Clear Sans (Intel Clear).  Or, Inter.  Or...

  => Actually configure a good font by default.  Quicksand looks fine.


* likewise, default monospace font.  My personal preference (Mononoki)
  hasn't been made to build from source yet (b-deps are available now, but
  it's still in contrib), my other preference is not packageable; there's a
  bunch of good monospace fonts available for choice but _programming_ font
  is an especially contentious issue.

  => Default to anything reasonable -- ie, not Dejavu.  Even Comic Shanns is
 better...


* CSD is still a thing.  No, your special program shouldn't get to ignore
  system theme, put controls in wrong order, miss some controls, not respond
  to minimize/etc if it's currently busy, etc.  Consistency not one-off
  designs.

  => Install gtk3-nocsd by default in all desktop tasks but Gnome.  It's not
 perfect but it helps.


* Likewise, GTK vs QT themes.

  => If default desktop at install time was not KDE, make QT obey GTK theme?


In general: could we please do something to appearance beyond choosing a
wallpaper once a release?  I'm a code hacker not a theme maker, so I see
this only once it gets in my way -- but text readability does matter.

(Discussing before filing bugs.)


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢰⠒⠀⣿⡁ Imagine there are bandits in your house, your kid is bleeding out,
⢿⡄⠘⠷⠚⠋⠀ the house is on fire, and seven big-ass trumpets are playing in the
⠈⠳⣄ sky.  Your cat demands food.  The priority should be obvious...



Re: Salsa migration from foo-guest to foo [was: Bits from the DPL (May 2019)]

2019-06-07 Thread Thomas Goirand
On 6/5/19 4:08 PM, Norbert Preining wrote:
> This should be
> completely independent from what one can do on salsa.
> So I propose that whatever one's level within Debian is, it should not 
> change the status on salsa.

I also find it surprising that the "feature" from Alioth that one has to
completely recreate everything from an account foo-guest to just foo.
Can't this be addressed in another way? It's *very* annoying on both
directions (ie: non-dd -> dd or dd -> non-dd).

Cheers,

Thomas Goirand (zigo)



Accepted qttools-opensource-src 5.12.3-2 (source amd64) into experimental, experimental

2019-06-07 Thread Dmitry Shachnev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 May 2019 13:04:35 +0300
Source: qttools-opensource-src
Binary: libqt5designer5 libqt5designer5-dbgsym libqt5designercomponents5 
libqt5designercomponents5-dbgsym libqt5help5 libqt5help5-dbgsym qdbus-qt5 
qdbus-qt5-dbgsym qdoc-qt5 qdoc-qt5-dbgsym qhelpgenerator-qt5 
qhelpgenerator-qt5-dbgsym qt5-assistant qt5-assistant-dbgsym 
qtattributionsscanner-qt5 qtattributionsscanner-qt5-dbgsym qttools5-dev 
qttools5-dev-tools qttools5-dev-tools-dbgsym qttools5-examples 
qttools5-examples-dbgsym qttools5-private-dev
Architecture: source amd64
Version: 5.12.3-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5designer5 - Qt 5 designer module
 libqt5designercomponents5 - Qt 5 Designer components module
 libqt5help5 - Qt 5 help module
 qdbus-qt5  - Qt 5 D-Bus tool
 qdoc-qt5   - Qt 5 qdoc tool
 qhelpgenerator-qt5 - Qt 5 qhelpgenerator tool
 qt5-assistant - Qt 5 Assistant
 qtattributionsscanner-qt5 - Qt 5 qtattributionsscanner tool
 qttools5-dev - Qt 5 tools development files
 qttools5-dev-tools - Qt 5 development tools
 qttools5-examples - Qt 5 tools examples
 qttools5-private-dev - Qt 5 tools private development files
Changes:
 qttools-opensource-src (5.12.3-2) experimental; urgency=medium
 .
   * Split qhelpgenerator and qtattributionsscanner into separate binary
 packages. This will allow us to build-depend only on small qdoc,
 qhelpgenerator and qtattributionsscanner packages for building Qt docs,
 instead of the whole qttools5-dev-tools package.
   * Update debian/libqt5designer5.symbols from arm64 build log.
   * Update debian/copyright.
Checksums-Sha1:
 2a253474209a6a74bfac710f2bb35a5553bed2e1 4068 
qttools-opensource-src_5.12.3-2.dsc
 f63a707d1de3fea68a4796762728ae12e5c97b93 9809196 
qttools-opensource-src_5.12.3.orig.tar.xz
 e602f2464bb1a52b10c14f257f3dee1e019bd12d 45424 
qttools-opensource-src_5.12.3-2.debian.tar.xz
 8457026efe44bacc2a919c91fda3e334eae0e6d1 38907728 
libqt5designer5-dbgsym_5.12.3-2_amd64.deb
 10868e9795f2f08ed44c16381379ded71807e25f 2776180 
libqt5designer5_5.12.3-2_amd64.deb
 c3b8d1123c08eaf44c3735eb43b500ee0ca48633 36754968 
libqt5designercomponents5-dbgsym_5.12.3-2_amd64.deb
 fe00ae49bd79a9420ce675159f75680f4150943d 712416 
libqt5designercomponents5_5.12.3-2_amd64.deb
 89970bc1d220439bbf5fcff05d290739d7aeed1b 6951300 
libqt5help5-dbgsym_5.12.3-2_amd64.deb
 5c7ef201d97857a50b60e8eb695837a07b03acdf 135212 libqt5help5_5.12.3-2_amd64.deb
 233de8a02519137434e4b982e11e846ef9fb6734 406168 
qdbus-qt5-dbgsym_5.12.3-2_amd64.deb
 8ab2fe22b25e8a00577bde1bfbe2940e325702ee 35712 qdbus-qt5_5.12.3-2_amd64.deb
 863052348f4685757f66a7670c38373aa6e7af26 9371076 
qdoc-qt5-dbgsym_5.12.3-2_amd64.deb
 c865b9905a68e219d9d7d1edfbb3e768f6cede3d 495808 qdoc-qt5_5.12.3-2_amd64.deb
 c55fce607ef83171af13f2045a6c10df73ad16eb 1487760 
qhelpgenerator-qt5-dbgsym_5.12.3-2_amd64.deb
 8f033103f7da8003fa9cc2f9d0c33d2d837a3c03 72224 
qhelpgenerator-qt5_5.12.3-2_amd64.deb
 c68e957a53422fb88b5a6d5e929c582b8b3aa71c 9487360 
qt5-assistant-dbgsym_5.12.3-2_amd64.deb
 318960b1d53bbcf8db1142514eaf3d588f0958be 759944 
qt5-assistant_5.12.3-2_amd64.deb
 bc1436b98ef11bc19bac3ab326eec82a05e62bf6 756504 
qtattributionsscanner-qt5-dbgsym_5.12.3-2_amd64.deb
 f0acf0a1c3dc3280980c662387b11d5d0bdefbbd 33612 
qtattributionsscanner-qt5_5.12.3-2_amd64.deb
 86a4d918a3c0b57eb4ef04fcef45ab1219cb65b2 18756 
qttools-opensource-src_5.12.3-2_amd64.buildinfo
 0c4e7661850b6ae64330db648e1df9481996fe6c 35685608 
qttools5-dev-tools-dbgsym_5.12.3-2_amd64.deb
 59d485b12537a5eeab948dfafdff5740343d4790 1022520 
qttools5-dev-tools_5.12.3-2_amd64.deb
 37796b3c4240c7fe7c7762d3c6949bff0fbe096c 187676 qttools5-dev_5.12.3-2_amd64.deb
 ad478594ff5055e7a34991b83293c948512f1009 19993856 
qttools5-examples-dbgsym_5.12.3-2_amd64.deb
 47c04412fa3008b53f47f787c6a33dd0088e80c1 472448 
qttools5-examples_5.12.3-2_amd64.deb
 1ed0a903f5568bf09afca20a15edf9591e02e487 77408 
qttools5-private-dev_5.12.3-2_amd64.deb
Checksums-Sha256:
 6f137e86814c20064c32d20d3c14f5f5524940848e9010be3ca30a448dc199b2 4068 
qttools-opensource-src_5.12.3-2.dsc
 c9e92d2f0d369e44bb1a60e9fa6d970f8d9893d653212305e04be5e6daec2cd8 9809196 
qttools-opensource-src_5.12.3.orig.tar.xz
 cfbcae7ebe6ffc2d557a3ae88574502ea944121d10c1edc0328c7c3018246537 45424 
qttools-opensource-src_5.12.3-2.debian.tar.xz
 cf3be3a2ee74a9ff04ba39127ae9f09be76057812b82229246b1d9c4cc3de4b1 38907728 
libqt5designer5-dbgsym_5.12.3-2_amd64.deb
 b0c9c31b4936a12607ed39f8667bf2787f9b80df3de58a55a84029398ff6abd7 2776180 
libqt5designer5_5.12.3-2_amd64.deb
 87c3869bb63b49c651ba0f361cd8bfa2b8b7a12c77b7839980ba72df84d17286 36754968 
libqt5designercomponents5-dbgsym_5.12.3-2_amd64.deb
 27e273b7da7c72fbd0314638691d9f49f0dd447250dd50de3a667460604c 712416 
libqt5designercomponents5_5.12.3-2_amd64.deb
 fcb82c3f0a4ae757a0f3a47326668e57909d2454d0942b5d23c2b9116ca5268c 6951300 

Bug#930117: ITP: wpebackend-fdo -- WPE backend for FreeDesktop.org

2019-06-07 Thread Alberto Garcia
Package: wnpp
Severity: wishlist
Owner: Alberto Garcia 

* Package name: wpebackend-fdo
  Version : 1.3.0
  Upstream Author : The WPE WebKit Team
* URL : https://wpewebkit.org/
* License : 2-clause BSD and Expat
  Programming Lang: C++
  Description : WPE backend for FreeDesktop.org

WPE WebKit is a port of the WebKit browser engine optimized for
embedded devices. The code itself is hardware-agnostic, and the
platform-specific bits are implemented in backends.

wpebackend-fdo provides a reference WPE backend implementation using
FreeDesktop.org technologies (Wayland protocol and the Wayland EGL
platform) to enable integration into the WPE WebKit process model.



Bug#930116: ITP: libwpe -- Base library for the WPE WebKit port

2019-06-07 Thread Alberto Garcia
Package: wnpp
Severity: wishlist
Owner: Alberto Garcia 

* Package name: libwpe
  Version : 1.3.0
  Upstream Author : The WPE WebKit Team
* URL : https://wpewebkit.org/
* License : 2-clause BSD
  Programming Lang: C
  Description : Base library for the WPE WebKit port

libwpe is a small C library designed for the WPE port of the WebKit
browser engine. This library defines platform-agnostic interfaces
that WPE WebKit uses to nest Web content presentation between the
platform-provided graphics system and the application-specific use
cases.



Accepted vim 2:8.1.0875-4 (source) into unstable

2019-06-07 Thread James McCoy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 06:49:19 -0400
Source: vim
Architecture: source
Version: 2:8.1.0875-4
Distribution: unstable
Urgency: high
Maintainer: Debian Vim Maintainers 
Changed-By: James McCoy 
Closes: 930020
Changes:
 vim (2:8.1.0875-4) unstable; urgency=high
 .
   * Backport 8.1.1046 and 8.1.1365 to fix CVE-2019-12735  (Closes: #930020)
 + 8.1.1365: source command doesn't check for the sandbox
Checksums-Sha1:
 f5d602eb849ab46235c6fb096023aa20c4202ef2 2918 vim_8.1.0875-4.dsc
 45402f4e9507da7923b83e140ef975807f911771 175540 vim_8.1.0875-4.debian.tar.xz
 447debc66f6a48007eec518d4754544529e230c4 21964 vim_8.1.0875-4_amd64.buildinfo
Checksums-Sha256:
 512fb40f4ff0a13113f0c33c76347523b2c3b24b0a56380fe0f1bbfc3f752997 2918 
vim_8.1.0875-4.dsc
 5f6de7c69a6e0cefdf8045dd5f03c8c53dcf822ef2e58736fb318b6663e4bf71 175540 
vim_8.1.0875-4.debian.tar.xz
 43035b529315b1be33c1ca3ebda2afc772be7ec297e66a6c43a7869d309cea99 21964 
vim_8.1.0875-4_amd64.buildinfo
Files:
 508722da2157dde762198e5d6b8b7f67 2918 editors optional vim_8.1.0875-4.dsc
 76390cf1288f41daa9136a74a0ad9301 175540 editors optional 
vim_8.1.0875-4.debian.tar.xz
 54a288bceb71d10a84d59d85a62c0542 21964 editors optional 
vim_8.1.0875-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEEkb+/TWlWvV33ty0j3+aRrjMbo9sFAlz6TtNfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDkx
QkZCRjRENjk1NkJENURGN0I3MkQyM0RGRTY5MUFFMzMxQkEzREIACgkQ3+aRrjMb
o9tXqxAAlkhmbEfyJLmR+Y8KkkVWkZT0x7N+oLtxYFYcPhvwcaMp05LD7p/HTTUo
Uh+I+YQ7VKFrFTrt76+NCeOnyr+G4oE08Fip5bg//kMUyUYFZvDgN3RtjoX4PN4G
uMXHinbu89EHisce0apaXKdiHxNnFTLROv9PvHTnVF1ZZrzoAh+nOPdKCU1iaNAi
qTRgLaMWghVIV7g/3p0+f8Mxsjb6o3zGILC3uYqlRzvzX1c7p0Xmr6dwxhn6+QKs
dR8+KO1UepxUUE5U4gYfawaC43Ds6R5PDkR0nJhrCdMlpiKNgCnTt9p6g2fJyZoA
9YcRwxtrZpf6c3na44lu5pgOyM8zBGcRV2mWMhahvX/AmS159TMftvC4VGExJ64f
tXvE5UB95SYYvPRreRF2KBXIpARCmXvqSfzkYesA5C8mTdvq2luY+N0L/w7PCr6j
IiXNQZkdl04WYeij3ewVjNwuIBVmy/CMs+aXMpqC8FiWWhVZxEYVVJxGS1Pjwqaq
UHMG8y2BLzesicSJXxQAUkdhEBEq9fs8t2rsq7DKQLqsvE4jXCYsOue7uNnYOqMR
xvvCvpdapufpXKT2I1NNIToaJnXp6HW/P4CqMBwPiuXnSw3tR/hlsgWPrkbrl7Qv
847ne6qHw0MDCD6I8fUQC3nXbIkXOotKnnNKMxoy464tJla93hk=
=oJR+
-END PGP SIGNATURE-



Accepted bwbar 1.2.3-4 (source) into unstable

2019-06-07 Thread Reiner Herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 12:01:09 +0200
Source: bwbar
Architecture: source
Version: 1.2.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Reiner Herrmann 
Closes: 900441
Changes:
 bwbar (1.2.3-4) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Tobias Frost ]
   * VCS-*: .git were missing in the URIs.
 .
   [ Reiner Herrmann ]
   * Install missing binary. (Closes: #900441)
   * Depend on debhelper-compat 12.
   * Bump Standards-Version to 4.3.0.
   * Update FSF address in d/copyright.
   * Enable all hardening options.
   * Point Vcs-* fields to salsa.
   * Honour CPPFLAGS during compilations.
   * Add patch headers.
   * Add watch file.
   * Pre-Depend on ${misc:Pre-Depends}.
Checksums-Sha1:
 716723a885f11fc751a90bfceb478fbd34a22085 1758 bwbar_1.2.3-4.dsc
 3d3c6165b07db36f2f729c4cd75418e4fddc42aa 6184 bwbar_1.2.3-4.debian.tar.xz
 6215a33b90bddf696ccd0f79b594308194d06079 5603 bwbar_1.2.3-4_amd64.buildinfo
Checksums-Sha256:
 56ac4fca11b24381c5d880655c6b06c4855b1c4f89153ee31d84c70ac6401cc1 1758 
bwbar_1.2.3-4.dsc
 23fc13b9adc3fa1e76e214a171710b3941630cc69662f6cab14bf9e886630ca7 6184 
bwbar_1.2.3-4.debian.tar.xz
 d6097fa733b4fd9d2e623e713dcabef67d12df28fdde4ce52a3caf80cf225030 5603 
bwbar_1.2.3-4_amd64.buildinfo
Files:
 a134a862c7f0a3e5b67a12f003cfd51e 1758 net optional bwbar_1.2.3-4.dsc
 0c2ea5a4d7ccdd95fbe0f3d78887403a 6184 net optional bwbar_1.2.3-4.debian.tar.xz
 bc8a5bf03d0c77bee0325d42d2c25f23 5603 net optional 
bwbar_1.2.3-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlz6TOsACgkQCBa54Yx2
K60p/hAAuF8BnwTOIkN3fWWblaKOLr32D7Rcd9/u3gvurPzJUKqloBtQaU92DgWk
gyXb3D5isXqakBQZtUUXZm1+4N+gq29Dix2HPhLxFRVrpFhGKiXmYYXKeSt3YrWf
/w8ottsDT5+8WLaXGcVYeN+6iKAd3P8y7xmNbMhHu7UksLwAQ5FfdXeRypmsi9/u
Oz8vNNZiH1vYeD5P0S+yWaSZa40Jy1kN2UyU7Q5pgVlXBDTuTWcww49Jw1Dlayai
K7staLHjD7jdkayjVCOGrj4A/WI2suzwrff05N/rG+W2goGo/at8tiL5f46orRbZ
DhQBCsqSnjMFXhPI32uutjB7MVGPTL0vQrQ3LHMxqi5uw5V2iYB6PEJEvzDadEMp
CyABX75sXHqrXU45b9P0EiexBCQe0Ol/ql72LuBPHMRn34l/tIcdsX5jAhkdWspE
6y7NEvmqeYYAq7AknBEkErQH9fd/Iraqpt9YRCerN15Xy/k8YpSPA/LoSe0QXuBJ
ZY1ZLC0Ktz24yCJvYo254Nsvg2y7HHeRW2zTU4HIO+9Vl7+6C+h0VaeP9c+ERoHH
MfEk4ipnvvDZnoqhYgKFBDBffImuxbb5GrFB08/WyVkWqJ9CDIP9HRe73dTIKLWu
pdlrg9vuA4tJx8UG/PnfGlq5OK7OVlu2Eyqdts5ziXOxwadCuN8=
=oBOM
-END PGP SIGNATURE-



Accepted patroni 1.5.5-2 (source) into unstable

2019-06-07 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Jun 2019 13:11:18 +0200
Source: patroni
Binary: patroni patroni-doc
Architecture: source
Version: 1.5.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 
Changed-By: Michael Banck 
Description:
 patroni- PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kub
 patroni-doc - PostgreSQL High Availability (documentation)
Closes: 930015 930016
Changes:
 patroni (1.5.5-2) unstable; urgency=medium
 .
   * debian/pg_createconfig_patroni: Filter out comments from
 /etc/patroni/dcs.yml when assembling the Patroni configuration file
 (Closes: #930016).
   * debian/pg_createconfig_patroni: Fix determination of host IP/network if `ip
 route get' reports additional output (Closes: #930015).
Checksums-Sha1:
 c04834f179af3ef2eae774ee86be39634897e51d 2838 patroni_1.5.5-2.dsc
 ade63c750f3d4c0096c963378fd65b9bd73759d5 16100 patroni_1.5.5-2.debian.tar.xz
 84659c8f382027901d1aefe93e24b8a246200f8a 6451 patroni_1.5.5-2_source.buildinfo
Checksums-Sha256:
 7a1aa37d7a462449c7e16d0b495f50cb03e055a8a395026b53c4be40fb8afa29 2838 
patroni_1.5.5-2.dsc
 fc1a5b4f7291aef192c393e8f9df919794cdbe527671d26f31928e30d9175e58 16100 
patroni_1.5.5-2.debian.tar.xz
 2550daf370a548d8e7435e2001c92e7b81401829059337d59a0b0eb241b934ef 6451 
patroni_1.5.5-2_source.buildinfo
Files:
 fecd0509a9ba47b96cca8520228a102e 2838 database optional patroni_1.5.5-2.dsc
 844af69c97e9b6fb3a0d093b8f275232 16100 database optional 
patroni_1.5.5-2.debian.tar.xz
 45c1937367b4a36724a0b811087ce3bf 6451 database optional 
patroni_1.5.5-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEnKh3dJ+rLk+paGLs3GhqJ7Q0gbAFAlz6RmYACgkQ3GhqJ7Q0
gbAkgA//RJGtJJ3QmtFrEWrK1+ijbEob6JfC2AB52Q0ACe1371y8+APrwyWcZacR
kgeDOJNRIEJpRmoTGRxOWU3qztz8ytvyDthT9kT+7rA7fiOXJ/RihuzK4Km+TwA9
3X67b6q7yRugEoDuHe8lL/eWucf06Cjxrr1sHnRNlIA1/1UNcQHfintstLe3D+NU
gGH9r32b6zrVG6YLVFFliXQNTtjImJJn6wER6OD/HWq3OzcX6oxkrqOXG8YA19/q
lb1jLhr2MN8tFq3G74ukdcRoWpvaYsLMh1zKaIV+GIqGDsS/H0xXJa0XPINQa5LE
oIUzbzaaSNbyUxxtGx8E0CpTMKROaQU7kXdnkEfFr0Jp+0a+Kb8DwWR6DY9EEEnV
r0YGLpCaNy/4KjVvR0JQBwfk/iayNM3vQvsUuC0jKtk8l3+gDqeX1Ut+pm/Peq2Y
ba3keDOV38qFE9GBinHSUBXgKjew3FTS+0ysbJAsCIKsQ7BgTPQMjcjeH0yObk5W
7eVh6o/j+75ShXtgPZKZFQy0fsm8krCPrBxguxUSPfUn9WfqjZs8C+uTi2EkDRbH
1RXNc5f/ZuNcHADaqKHCjFZD60qquEySsp+Vm1HeBRSg+wEH3VRdTIeBZutjRPkH
KiGrmgCz/E2NeXyKhWh2giWBbp1PG3P38PKpBJ9cR5atSnJDVDU=
=7jfL
-END PGP SIGNATURE-



Accepted boxbackup 0.13~~git20180313.g16a11e86-2 (source) into unstable

2019-06-07 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 05:55:39 -0400
Source: boxbackup
Architecture: source
Version: 0.13~~git20180313.g16a11e86-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Reinhard Tartler 
Closes: 907135
Changes:
 boxbackup (0.13~~git20180313.g16a11e86-2) unstable; urgency=medium
 .
   * QA upload.
   * debian/control: Point Vcs headers to salsa
   * Bugfix compile against openssl1.1 (Closes: #907135).
Checksums-Sha1:
 fece1e5688a14bd7b5253861559ef735e4b2143e 2380 
boxbackup_0.13~~git20180313.g16a11e86-2.dsc
 ef3c231c1aaabefd04c0de4c58e0c6e5cfcc5bab 89432 
boxbackup_0.13~~git20180313.g16a11e86-2.debian.tar.xz
Checksums-Sha256:
 b5031931aebea065e68acaa864d83783f83984ed142f40233566302cc0a80262 2380 
boxbackup_0.13~~git20180313.g16a11e86-2.dsc
 8cbb8f9be962935affdcdac2e5e5976654b2798795a600b204d6224e7b4ea386 89432 
boxbackup_0.13~~git20180313.g16a11e86-2.debian.tar.xz
Files:
 86af9970c5879e7f54810d6c00398c11 2380 utils optional 
boxbackup_0.13~~git20180313.g16a11e86-2.dsc
 8170eb3178950f1b835fafd970c39810 89432 utils optional 
boxbackup_0.13~~git20180313.g16a11e86-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlz6QeYUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsvGjxAAtajXWjw876WM9KdLfi6U1rZLKYwI
FlTO2wHlBM4PdGSZU0BKJ8WRIyCoKtYIQTQzStgTAQ9IJL2JEeMAmnmE/hY06Gne
GelzCXOSDb4zV8Z0hjiekLiLTiYWV3coz48MdnRZXEgLBaQc+HbViqZezrQfVSgG
UmbTQoAiwS5NG6hs2hX9rtW/PJ3CjaFCRNizwi07Z3wezzwuHahHECLN4JUwmkCf
S4u8S2ycTsb1sqWXsUiLNI/ZZoHBEivxJmTMdkt3WJ7owi9G+ei22K56/yLPCMzH
FUu2ka2snc3zr40vPC5XrMVsodJBv/1BmhpUHXWG/rieVK+EidBDaRFUGFYRKQ7F
yQdCKdlVAam/+3hQ8HhWODGW0vcUht7+/u6XvWAOovwlIQCtyR7aDHCZAunXRZCv
Z04K4/9rIZIXi/biD2Q6Avmatv+kJxeHqEjfT4kd8AuJQIH7SmJO9AbaYMizz2gC
RD5l2q6XEnMy038PdEoAbIihQgWER5ZflvqBGoxlaXwhF2HGJN0LEoQHkJVH+bqe
QR9whJjaSVCm8qUE/Z6d9GOmYR4ZtZj3SEzvXPmFSGxE1+USszHUzQdhL+azsTzZ
AGerIVu0WCf5TuDZhw+fp0LE8chKcvsV4BrRY1i1qLS2Sv06H9V7a2y7VOx3M12/
HELxS2bO/CUwjJk=
=Rfjw
-END PGP SIGNATURE-



Accepted openjdk-13 13~24-1 (source) into experimental

2019-06-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Jun 2019 09:58:37 +0200
Source: openjdk-13
Architecture: source
Version: 13~24-1
Distribution: experimental
Urgency: medium
Maintainer: OpenJDK Team 
Changed-By: Matthias Klose 
Changes:
 openjdk-13 (13~24-1) experimental; urgency=medium
 .
   * OpenJDK 13 snapshot, build 24.
Checksums-Sha1:
 fb6b2c0b02ccd625ffe3642ecd71b7df3c03b417 4638 openjdk-13_13~24-1.dsc
 0858150958f83d7c8a2d105a4e8f4547df762d57 68756436 openjdk-13_13~24.orig.tar.xz
 ee47b6a486a3a21e977a3d2a10f7f95ee4d8c322 165160 
openjdk-13_13~24-1.debian.tar.xz
 84a0939534d1f79c3b76f9d635dffc0bca0809bf 17699 
openjdk-13_13~24-1_source.buildinfo
Checksums-Sha256:
 5be5fdae6f3681374cdc493afb6429014c3a303e21cc7c805a207dd36670b231 4638 
openjdk-13_13~24-1.dsc
 475efed86a7cb2a3ea9bd9b5fd7ab6d22cb935d3b26ca3cdb1413f4a6cf651aa 68756436 
openjdk-13_13~24.orig.tar.xz
 76f9e95501f6979172cfd67816de4a78704d04db7a2ae7079c5feece29791cb1 165160 
openjdk-13_13~24-1.debian.tar.xz
 d81722a1ee76aa4fd74dff1dbd3f1a833a2e0132c76ea20f090700c14b25b419 17699 
openjdk-13_13~24-1_source.buildinfo
Files:
 15c1cc1c19cc69a7018db9011125ec52 4638 java optional openjdk-13_13~24-1.dsc
 23978851876abc03d05f7481ccc53e07 68756436 java optional 
openjdk-13_13~24.orig.tar.xz
 33222037417c74ef891b39b6ee7d895b 165160 java optional 
openjdk-13_13~24-1.debian.tar.xz
 4a7d00ce77e5518102be15754e033f7b 17699 java optional 
openjdk-13_13~24-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlz6PpwQHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9SZCEAC1ZyrdO7ovQ8goEZqAww0ig6p11rSWyhzC
+x4QZcIftDJfv4486T7wveUeDj18LjGcTNRNTXvvbKS4+Bkf1QrwaA2+6SGYCDqE
1I9M3ha24tpUT/fLqshLUrq5U0hr5Z2rNuxfXkLQ6sjabSJKB5s1p8ATjSYMGUG/
ZHeubSY/kenGKO+qpTfos4RbZNsRKwTCQ9BoM8qSUJGtJ1ljDhV+7gsJmUAgUX2S
HaHMeYLcDlX4btbldPkekWb0hRMlDJTL/stdIX8LdGtvW/WRyCZ0MHmsyrin9iso
wT3HC/l0uzJHTn8+eHwyeUnIKgCXdlIv09zSj6fpE+aLGtlKrGKlHcWKQjndOnRx
G7Pj9sPh/U2/Se7KeWlZjv+Lo0KvZ1iQFNpyHpdzekYBzP6k6UTyiCQwN/jCg6W+
Rmgvb83lAlpKaOSpsb/3t8VjuiYAJ1vWCAANZo/+E5Cmiz7W2OnSZyDY5KTssTzV
cBy1MWzovps7m53Ct59Dbq+jAZ3U4uJK5MFoZkwBSLzdTSCq0U5NLDFSq23Wmymw
VBya/nZ6Y+gkXDaKSr7MybJ+JB/iRrwixa+V1F9eOd/N0KE18QLi1PRiPoPxixk6
7cHpMlc48gcUBDm/gK6cQI8DJnZrHvDCnIfWL3H9WXwKC5YAU08hUZhmLNRzX15/
GKP7p0fa/g==
=tik4
-END PGP SIGNATURE-



Accepted notmuch 0.29-2 (source) into experimental

2019-06-07 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 06 Jun 2019 21:35:12 -0300
Source: notmuch
Architecture: source
Version: 0.29-2
Distribution: experimental
Urgency: medium
Maintainer: Carl Worth 
Changed-By: David Bremner 
Closes: 688609 918928 918975
Changes:
 notmuch (0.29-2) experimental; urgency=medium
 .
   * New upstream feature release. See /usr/share/doc/notmuch/NEWS.gz for
 details.
   * Bug fix: "notmuch-hello screen should show notmuch logo", thanks to
 Tim Retout (Closes: #918928).
   * Bug fix: "Can't deal with compressed maildir files", thanks to
 Joerg Jaspert (Closes: #688609).
   * Bug fix: "Please ship notmuch-emacs-mua.desktop", thanks to Tim Retout
 (Closes: #918975).
Checksums-Sha1:
 812af792497fbd4f8766ff4b3bf95add4d6ea271 2965 notmuch_0.29-2.dsc
 b64613b58d7a308b291d34154fbbd54e3707867a 660284 notmuch_0.29.orig.tar.xz
 14a2694c075da3dfaa3478d332fa87d55aaeae0b 17412 notmuch_0.29-2.debian.tar.xz
Checksums-Sha256:
 f8e3e6ecf3313183c0e409ad49fa1dc521d6851d8a2c0d67cc7760adfd2997d9 2965 
notmuch_0.29-2.dsc
 08e926aba53c4b0337fe7907d4f44e76ecc5eaa5d5a59ecda90a6acac195e465 660284 
notmuch_0.29.orig.tar.xz
 0b1bf23ee3a8b57cb0b0c3ae4853db9209a31811457863f94ad172c083ce702b 17412 
notmuch_0.29-2.debian.tar.xz
Files:
 4025fb8b0b058a7ee3560849c49aee49 2965 mail optional notmuch_0.29-2.dsc
 46f5719debdbfa22beecbfb377117832 660284 mail optional notmuch_0.29.orig.tar.xz
 6283158b0b4b4a061beb1ac3ee57be57 17412 mail optional 
notmuch_0.29-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQGzBAEBCAAdFiEE3VS2dnyDRXKVCQCp8gKXHaSnniwFAlz6PJ8ACgkQ8gKXHaSn
nixWmgv/SqBEdTLHgKBZ3L0fJSkQurkQ2KW+kET2JLwgqxq+zokPmlZfrTtnfIqe
lmOG7cwe/7iiGSYsxItpJm5bY+YDsTmrcCalhUCX9n8Do/IQi7XR39dB/fHIn8Yt
pI9mK0DXD395zDOQMVO2R00C1hlwxkBjk0yYfxPsigKEW4SUR3o5cXv4O7YesfI1
tKjhmI3mflf4u+jyBZc7vmoYj8WQrZ+rQdbGpZpOhIQBDzZn8SSwpaiTzrpMMtHW
lBOfqe++NSPvQ1gSEf/ED5z5VgurEM713GwesTV5Zqy8Gq9ln17c2V7gKvrTdueP
bjC5UasRBU3fupykhjoADZv11TVlBCpHCoBHCsIlFtaDS8YSOYOG7NB4pElsWb+L
AdPxi7zwPKdQVG8CkhnZ86VdWP9SdpFPLZ8Rz9f77jlS7JkptlhGswy49NIjICV1
RVq0VYib8oBgs7xVZ8uoMtIV9IP0xGmqyirl9apWFK57YJnzW/HHecQrMLkKpqiH
J8OAVtyB
=e2bn
-END PGP SIGNATURE-



Accepted nim 0.20.0-1 (source) into unstable

2019-06-07 Thread Federico Ceratto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 10:37:13 +0100
Source: nim
Architecture: source
Version: 0.20.0-1
Distribution: unstable
Urgency: medium
Maintainer: Federico Ceratto 
Changed-By: Federico Ceratto 
Changes:
 nim (0.20.0-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 434118c65b7257d40caed6fb3c65b83a5d3fb17f 2120 nim_0.20.0-1.dsc
 4196c05ffd1a05ccb2a02572dc8bf94dd35f3796 48724776 nim_0.20.0.orig.tar.xz
 5a470b810164a60cab21134238480f760ac89c17 10360 nim_0.20.0-1.debian.tar.xz
 50a04f7aa81f84aaab5f052fec877f55f20bf26d 5807 nim_0.20.0-1_amd64.buildinfo
Checksums-Sha256:
 b63fd0ccc69a3ba1df29d94844a6ba7ec92d75c7dfeca04cefedf1607bafe0a4 2120 
nim_0.20.0-1.dsc
 59104df5b9fc3fc177884f06c371514390b0b61e112c9891801b946d17939e98 48724776 
nim_0.20.0.orig.tar.xz
 a5f06aa593f371535e6fa4d6aade8f9db40bcf3b7f6d8df881341e355029e35a 10360 
nim_0.20.0-1.debian.tar.xz
 6e4572c290969120e77c565cce2165bbbfd9bbaef43283b059e3eaec0e4be503 5807 
nim_0.20.0-1_amd64.buildinfo
Files:
 b56c16914885e21d34eb958ff5ea6868 2120 devel optional nim_0.20.0-1.dsc
 952bf26dae8d21e2a1a5cc242e8c8245 48724776 devel optional nim_0.20.0.orig.tar.xz
 08138b1369dfb1e236f660397d09b07b 10360 devel optional 
nim_0.20.0-1.debian.tar.xz
 7152df720ea42c852a108adf1d4d4e63 5807 devel optional 
nim_0.20.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfKfd+zM5IUCMbyuWbzG8RPUXfaoFAlz6NQgACgkQbzG8RPUX
fapU3A/9E8+NLph8kV30gX/E9vhfwQUhCuNpxcTvohAOXGzxkfPo3z9Rt/lptHi7
9iMJV4VRR8Q1xq9zqYFuWRv8cJVWzVMpWsOezn55aZ5268+3GeEzZYaLTiXjDOXb
drengwGpNNASTH52eTKK/vL2IDbeW2Zp33ATz4fPaid5vnAB4nsUHMRfJFO94Xck
TF5vNwGmQ41DZd+np/PTKmetJydz8FjBHEAMlOxJlG3ByFvrtl0wmnsR9f0wQblU
Z+yXE/Ya+xqOu+I21PfG8+7pRE1OuVT+YyLeQyF9lQdPhoKkdc34dagIgdMMTopp
P7cadYnLfbf4B80lpJMaM1BEkillcOH9dC2htUJMa1eY0X1nEejtVhfhYIVgNAtl
PmkdxpTRaRLR1W8FlzMuNTaQvzijbzgdjQ210nW1YLxOL1HHog5fatCf2dSp2JDQ
be0x3AiPuUkyIPl2UfWw6pb+QvIof0iMCV3gnuA3P71yzZ9tpUpJnsqhSKx6zNnP
ITruS+xazkPBbw2JFhrM41q73EI44h9xcpCRIAAkqIUv6W1nGomW1VVxH7cq7JH2
kGLzcnYjR3a0wB9feKFW7o+I5flJx4o2kpQv43b5YGzAv0y8iBPp7v+Ju6bTls2u
vEMOpVhvTLex3q4+9PX90AINiRi0MH7BZiSDlGDeGhUt63cnJA0=
=xOG8
-END PGP SIGNATURE-



Accepted mariadb-10.3 1:10.3.15-2 (source) into unstable

2019-06-07 Thread Otto Kekäläinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 09:13:35 +0300
Source: mariadb-10.3
Binary: libmariadb-dev libmariadbclient-dev libmariadb-dev-compat libmariadb3 
libmariadbd19 libmariadbd-dev mariadb-common mariadb-client-core-10.3 
mariadb-client-10.3 mariadb-server-core-10.3 mariadb-server-10.3 mariadb-server 
mariadb-client mariadb-backup mariadb-plugin-connect mariadb-plugin-rocksdb 
mariadb-plugin-oqgraph mariadb-plugin-tokudb mariadb-plugin-mroonga 
mariadb-plugin-spider mariadb-plugin-gssapi-server mariadb-plugin-gssapi-client 
mariadb-plugin-cracklib-password-check mariadb-test mariadb-test-data
Architecture: source
Version: 1:10.3.15-2
Distribution: unstable
Urgency: medium
Maintainer: Debian MySQL Maintainers 
Changed-By: Otto Kekäläinen 
Description:
 libmariadb-dev - MariaDB database development files
 libmariadb-dev-compat - MariaDB Connector/C, compatibility symlinks
 libmariadb3 - MariaDB database client library
 libmariadbclient-dev - MariaDB database development files (transitional 
package)
 libmariadbd-dev - MariaDB embedded database, development files
 libmariadbd19 - MariaDB embedded database, shared library
 mariadb-backup - Backup tool for MariaDB server
 mariadb-client - MariaDB database client (metapackage depending on the latest 
vers
 mariadb-client-10.3 - MariaDB database client binaries
 mariadb-client-core-10.3 - MariaDB database core client binaries
 mariadb-common - MariaDB common metapackage
 mariadb-plugin-connect - Connect storage engine for MariaDB
 mariadb-plugin-cracklib-password-check - CrackLib Password Validation Plugin 
for MariaDB
 mariadb-plugin-gssapi-client - GSSAPI authentication plugin for MariaDB client
 mariadb-plugin-gssapi-server - GSSAPI authentication plugin for MariaDB server
 mariadb-plugin-mroonga - Mroonga storage engine for MariaDB
 mariadb-plugin-oqgraph - OQGraph storage engine for MariaDB
 mariadb-plugin-rocksdb - RocksDB storage engine for MariaDB
 mariadb-plugin-spider - Spider storage engine for MariaDB
 mariadb-plugin-tokudb - TokuDB storage engine for MariaDB
 mariadb-server - MariaDB database server (metapackage depending on the latest 
vers
 mariadb-server-10.3 - MariaDB database server binaries
 mariadb-server-core-10.3 - MariaDB database core server files
 mariadb-test - MariaDB database regression test suite
 mariadb-test-data - MariaDB database regression test suite - data files
Changes:
 mariadb-10.3 (1:10.3.15-2) unstable; urgency=medium
 .
   [ Julien Muchembled ]
   * Fixup RocksDB test on s390x, not available there
 .
   [ Otto Kekäläinen ]
   * Purge deleted translations from debian/po
   * Rename 'mariadbcheck' to 'mariadb-check' as upstream is doing in 10.4
Checksums-Sha1:
 ba1f2f4537cdd72f4a11513857d8b6da1eb5a351 4739 mariadb-10.3_10.3.15-2.dsc
 64166b6605a8797347204804fea9d423fc3fc843 215820 
mariadb-10.3_10.3.15-2.debian.tar.xz
 8a88dfea850bc63efe13865b1cf9d45ce65c9c7b 9118 
mariadb-10.3_10.3.15-2_source.buildinfo
Checksums-Sha256:
 98ee3f72dab84db9569f7773dfdebf9d4508ef886f2b25d2ab592214a0e20920 4739 
mariadb-10.3_10.3.15-2.dsc
 5554085bf886d876a8898942aea430deea7145d02f4c8fcc085dfe8382e74555 215820 
mariadb-10.3_10.3.15-2.debian.tar.xz
 948710ec895597c3c0139f6b9a1baaa327c8abd4f813409b03ad19814ceed7bd 9118 
mariadb-10.3_10.3.15-2_source.buildinfo
Files:
 61c6e436d33d57c82ae344128b1d4c30 4739 database optional 
mariadb-10.3_10.3.15-2.dsc
 456577dfdaa05c6c9ee6db9753f6ee72 215820 database optional 
mariadb-10.3_10.3.15-2.debian.tar.xz
 d8296332f333cb84610818c59386bd15 9118 database optional 
mariadb-10.3_10.3.15-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAlz6AS0ACgkQvthEn87o
2oh9Jw/+IAs0lD8Y/jZYs+Qwe9NwH3EBwl3se6R2VZ/rE4eErN51e7t96NYUZwzy
eiCzG45+76tt7cT89IJ8jlCQES9pDs84f6OCMlrJARIKFlUdpftMZAw0iIAMsJfO
waE1S6o9+flu2nc2PRd5vmzA3XekerO74VdUWiEBxbUGVPMA1M0rOEgoInAlTgY8
XkeLbGz2yUi3j5KW6/E7MZqdODrhvDfXYJ5Bjl7A1Y2APVk3f0PTzQfDTDxNd7yn
LZbLmxUOTPw1GLTLXj2QMX+zkrWyzD2Kw/wKxUOI/H2Aylrvrl8UGhCdSsjD5iVp
JSXCbBAhP6RlIq+Nw8FY0KJcI7EqLDjmKw+Rywr6XMCI+WqJV46I1VwpapIeR6dR
nnFFaj1jSfz2pRkSMWf2CkqQI1iZjSIjSmgbU72VVeg6TKxsbYzc42/8IwIV/rvO
1XX1iVgwtJpiTex9f+DolUta8A+tXLQfsQz2JKFb1SqAmcSB6RG5BLA9WuR1JCtP
Nmm/VcIjKHrSFWkgSIoNUUo90xGrYld9Yh/T8ofLCHPDi0+Ii9AU4q7RsObSEXo9
zKri07GLdW/DCVfcxpddntPDCWsIG6uWaLcw1vsWkaQ2AD2C2aSQ65pVhfKUgpB/
PQ5hah/XY6c+OyBjjpcDiIL/2geJwgRowlbChMzgitarPt/Xd8s=
=lnR2
-END PGP SIGNATURE-



Accepted liblexical-sealrequirehints-perl 0.011-3 (source) into experimental

2019-06-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri,  7 Jun 2019 10:55:24 CEST
Source: liblexical-sealrequirehints-perl
Binary: 
Architecture: source
Version: 0.011-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: gregor herrmann 
Description: 
Closes: 930051
Changes:
 liblexical-sealrequirehints-perl (0.011-3) experimental; urgency=medium
 .
   * Team upload.
   * Remove override_dh_installchangelogs from debian/rules after fix
 for #899248.
   * Drop patch lexical_sealrequirehints_5_27.11.diff.
 This was only needed for perl 5.27.11 and early 5.28 release candidates,
 until a change in 5.28.0 obsoleted it.
 (Closes: #930051)
   * debian/control: make build dependency versioned to exclude the version
 which breaks a test. Cf. #930051
   * Declare compliance with Debian Policy 4.3.0.
   * Bump debhelper-compat to 12.
   * debian/watch: use uscan version 4.
Checksums-Sha256: 
 2e0dd94541875b58b48fa81077841355c8c3273a4145b57f5bfb222a90863153 2488 
liblexical-sealrequirehints-perl_0.011-3.dsc
 ac46e1e5ec6a16f275159f1c5d8c3867b7fec14b43286eee6ebce4f5e1277870 2336 
liblexical-sealrequirehints-perl_0.011-3.debian.tar.xz
 b68c6c1ce79c43498e4ab2c284653a5b02958ed25d0a4168ca4dab2edc1c21b8 6136 
liblexical-sealrequirehints-perl_0.011-3_sourceonly.buildinfo
Checksums-Sha1: 
 1c12ce4ac7d4d85b3fc04368341f4aaf6157af08 2488 
liblexical-sealrequirehints-perl_0.011-3.dsc
 dabaf780a338b6f6bd35d73f3ca348cde7828e5d 2336 
liblexical-sealrequirehints-perl_0.011-3.debian.tar.xz
 e4daa8c30f060142b2835eb5fb268489a5157cea 6136 
liblexical-sealrequirehints-perl_0.011-3_sourceonly.buildinfo
Files: 
 409e62852ee130828b433701234e3cf5 2488 perl optional 
liblexical-sealrequirehints-perl_0.011-3.dsc
 9e222f1925d1519487900f5084839e35 2336 perl optional 
liblexical-sealrequirehints-perl_0.011-3.debian.tar.xz
 489d6b1743dfccfc9f8c11f1bd32db33 6136 - - 
liblexical-sealrequirehints-perl_0.011-3_sourceonly.buildinfo

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlz6Jn1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qga7qw/+K0PzbyDqfsqo4ThZ+LJZvMLYQZJrwgTkOiwOzaEDQcd8c5c9ru6jfeIe
dn72ihRyhg+D+5zXICXiCptPD7cglfCv6l2tdB6TyrNJ3OE9LHrOAtoKQ7pD+DdX
WbqQuudYO9M1FQn6sbbKNI86pTQ4znhC/RxrkFfvFLNxJTx4uSLCVG8yGR1g+1CN
XzmJqIYHUOFFwVAN9qm1a4217wdBsFgUMzeiIjqmLl9BxMAJqYlk9XlG+iN0YC8T
2Hpx73lXvwCg85pStlnmTLpcjYdDGSKTI20FLPejiNkoKPedPIYGmisloQZhpoHG
EiLeaVdJUWDQYAsTrp2JMQXLlOxlFX7aXjp8jsi/vEax2ub8BV6wl3NMa/ckXSiq
DoDUsp4PFhTPY4qSJNFHOE4TpJ7FCE/1eZi3VGXRopmbkRPC9nQplkuOamI2Qgn8
DKdZyNww9VNyijCvyNoLuIYFeUgqTn5Nmu89C6FVf9WdsFnFSt08ElNfadb2S5b6
Z49w1stimHFajA2vZ9nJZRDdeXf74/KJWtuTta/zNpbdZhPbce1Qr2cAgLTjdoRO
5F2JO7DY+4vXrpEQvSecw+7OgSylZ93tUjzGtavxYjcRIIyu3RFzj0Qu2R3DI/H6
0gzmOx1S3rB5o3EZ3O4TPqj6eU5bKV1/Xo/qbRFz1H2GMs5ZV0Y=
=FbSy
-END PGP SIGNATURE-



Accepted galera-3 25.3.26-2~exp1 (source) into experimental

2019-06-07 Thread Otto Kekäläinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 09:49:57 +0300
Source: galera-3
Binary: galera-3 galera-arbitrator-3
Architecture: source
Version: 25.3.26-2~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian MySQL Maintainers 
Changed-By: Otto Kekäläinen 
Description:
 galera-3   - Replication framework for transactional applications
 galera-arbitrator-3 - Galera arbitrator daemon
Closes: 927846
Changes:
 galera-3 (25.3.26-2~exp1) experimental; urgency=medium
 .
   * Apply upstream patch for FTBFS on hppa, hurd and kfreebsd-*
 (Closes: #927846)
Checksums-Sha1:
 b99261109c678b6ab67a5a9db00240b181d02764 2397 galera-3_25.3.26-2~exp1.dsc
 b2dd170764ad3292bde032c79e6097a0e1247023 10540 
galera-3_25.3.26-2~exp1.debian.tar.xz
 1efc965717a0af3e6be802f78f8532a00c495401 6474 
galera-3_25.3.26-2~exp1_source.buildinfo
Checksums-Sha256:
 f01e58cad64e1e383e7bc79164a5b2cb34e05564f05c97e81754f755dbaeab70 2397 
galera-3_25.3.26-2~exp1.dsc
 ffd751f652c50a8543c24bd28ad0d5d8a12df8133eb778a43b1d0271b79c413e 10540 
galera-3_25.3.26-2~exp1.debian.tar.xz
 56523f5dc37228fe2956af29af5391820b91694f4e0a9addb8e8e6e5a24407fb 6474 
galera-3_25.3.26-2~exp1_source.buildinfo
Files:
 9d13c0171924fad7497245b57675d5a6 2397 database optional 
galera-3_25.3.26-2~exp1.dsc
 38e4cd0b68348f117ccf1e724b900470 10540 database optional 
galera-3_25.3.26-2~exp1.debian.tar.xz
 549a64c54f4a57f2381d89852907fbef 6474 database optional 
galera-3_25.3.26-2~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAlz6CcoACgkQvthEn87o
2og7KhAAqaUcEMvi/qBmU+rY7DSRo6QXx3YyPBlbnACliPru9NAhQnZVY5tkiXz9
M6D9/IfjokAHcT5ynt/u5sLxej36PXM7kr3ACutgxnbuAEnRIReYMyk1G1G0HOxR
2y0bY4SydWJWjy5CmrArQJ2b0UuW44Baf99JZoLDpG6PWys6/Sz2NrZHyznh8PsF
tLedWmP2YdaDuhgo3v0HRqDdzSdy63ZLLWcFE2Q+xIHH4NkitYvWObJxq7j5iDud
SuR/8KWYeL15MjFFiAfoP1yqiSKIjvIb7yvsbynNPMWP/H4JKv8FK2WRZIDVm3gn
E28ZlLpHhc6HpdszciN9AkNobzamkiDj2nnbE4Y8T2tL0DafhHCxeU1Q1dVGgMA8
p9p4l/p4ZZhqUTop7TdPUe97mJ4JWS4N5n8lmuw0tzEQ8gA8wJ+16LT6RrWCMT46
EcIqdQoOA1AwAqx9RrcAGQOplRTdQw4rsBeiE3oRquuMqovmmEaMkMjwRrwcDJO+
Kipnp1FjlZ5JdlGavDVRVjRsjj9nmiAK2lKiqKf8RfvulVtOFd6RVNXFxhRBBRS2
SQD+P0s6C1+oKx2UuPm/G/eFcB6TYNBZDzZHebnnQPo1YIqzihhFhAtf3rlc13+H
E9nX8A0hg7zM846soO7h3ZGddr6n4w8+wrzjaE97eHj14cr/M+E=
=+UnP
-END PGP SIGNATURE-



Accepted graphite-web 1.1.4-3 (source all) into unstable

2019-06-07 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Jun 2019 09:39:24 +0200
Source: graphite-web
Binary: graphite-web
Architecture: source all
Version: 1.1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Graphite Group 
Changed-By: Thomas Goirand 
Description:
 graphite-web - Enterprise Scalable Realtime Graphing
Closes: 925240
Changes:
 graphite-web (1.1.4-3) unstable; urgency=medium
 .
   * Fix shebang of /usr/bin/graphite-manage. (Closes: #925240)
Checksums-Sha1:
 8000c3a5e90e9d3a5c9d0f63cf3196c09e6fb55d 2253 graphite-web_1.1.4-3.dsc
 cf08decfaf540bc4ab4977f4cc21079a8cb05a3f 226024 
graphite-web_1.1.4-3.debian.tar.xz
 2f84c9e5ed3698a0513d884692c1731ed0bef4b8 949240 graphite-web_1.1.4-3_all.deb
 3abd87d7b7460e4088e0c67d6359f1cb005d53e7 7024 
graphite-web_1.1.4-3_amd64.buildinfo
Checksums-Sha256:
 4c2cff052f75427abb3df89e9432c431548b491f9273c070163228134e8d4671 2253 
graphite-web_1.1.4-3.dsc
 27c5f4d396f522eff937551bee542af13e5db101cec3a34866f522c4de415a9b 226024 
graphite-web_1.1.4-3.debian.tar.xz
 5347ee97090b4fae8787aa6671fd759e76de4bdaca0ab65c19dfd66b82233849 949240 
graphite-web_1.1.4-3_all.deb
 d5a98cba8ca9c78f5982be1d9bbb84a6b0ec12a525a1f770c9d4dc403903d39c 7024 
graphite-web_1.1.4-3_amd64.buildinfo
Files:
 965a1432d79fb8d0e5258db51428ff1f 2253 web extra graphite-web_1.1.4-3.dsc
 1a02949e45ec26c7e08ec8bfb376f529 226024 web extra 
graphite-web_1.1.4-3.debian.tar.xz
 fdfb92e758d3be5afa1e5baa22835922 949240 web extra graphite-web_1.1.4-3_all.deb
 187995e179fbc9698938a4057e363ff4 7024 web extra 
graphite-web_1.1.4-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAlz6FgMACgkQq1PlA1ho
d6aZgA/+L/6ufNcHnkfCLv8AqN/vl/gejJ8AL35S29ySr8Cf2SBIgRu8G3aURB1B
TjaQ7cswJRwlS3GqLhjIcTWzsV7ZyG4E8NU1eM+p8d2tMorL88fOBMZ5gdgFQ/5Y
ercqSX10A+FLgd0xdcIbg5d1JSn+kSiSqrmBpf+y3jvIhFH6ZqPewqgo+LyPnL1Z
fRaa1LmKmLQFTr3OeYVDDajx2KAWLDNYHssC7fTbxOFbJGdIkVFzzS37yllNfQk9
4jJ6klySMge/zBswHwYOeIjjRPH0/J07t310PYzOAFeJrQ/jPg/z7Qbydn+CPePD
DfNMSIMKVxgBp04BL9fa/60cKQNUmRNyq/UfJ0YsfFD6hU7kTn0sJhG48mmSUgmu
WGzUG47cGnk03luBBKfQza9XPWdbJXPNd8liUvO15Etd0nj+4qUmzX1UZOY+5fKX
JIbFiLy7w94y2LAU6182wyOnhf/wwBT01DlPU8ZTUyikASCL8pgspdKCudFAE1at
URcm8tKqXm7MuckE6nqNiDJiEwoZgW0aW1LDdfCYJcjVUzj40P+Xjb0MFZLMWUrc
yGfV1+dcNQTYyYjt4RgNOKxjyngCBdU53kW2Rq2ZeYrVlY1GhqIDv1Nf5m8jdOCy
v0LQkRF6L/QpCoYhD6caRZrlPHtTlGcwM+tCp7gHLfgRTCda+O8=
=6ygV
-END PGP SIGNATURE-



Re: Bits from the DPL (May 2019)

2019-06-07 Thread Alexander Wirt
On Thu, 06 Jun 2019, Sam Hartman wrote:

> > "Bastian" == Bastian Blank  writes:
> 
> Bastian> Hi Sam
> Bastian> On Thu, Jun 06, 2019 at 11:57:41AM -0400, Sam Hartman wrote:
> >> However, it's a lot easier to get a foo-guest account on salsa
> >> than it is to get a foo guest account in Debian LDAP.
> 
> Bastian> A guest account in Debian LDAP does not get a Salsa
> Bastian> account, at least not an usable one.  Currently only users
> Bastian> in the Debian group are allowed.
> 
> No, but my understanding is that basically anyone on the internet can go
> sign up for foo-guest at salsa.
> 
> >> There are transitions like someone retiring from the project
> >> where we actually would be delighted if they continued to use
> >> salsa in some capacity.
> 
> Bastian> The largest technical problem with that is providing the
> Bastian> user with a valid e-mail address.  Apart from that we need
> Bastian> DSA to properly define states in LDAP.
> 
> OK, that's useful input.
> I do feel we're talking past each other here though.
> 
> Norbert and some other folks said they wanted salsa to behave
> differently.
> 
> Alex jumped in and said "salsa doesn't work that way."
> Sure, we all know that.
> And yet, salsa and really all of Debian can change if we want them to
> and the right we are willing to do the work.
No, I said why salsa works the way it works. If you want a special state for
"not so really disabled accounts" salsa isn't the right place to implement
that. 

Btw. nobody ever came to us and said "Hey, that account is disabled, are
there any options to behave differently". So the steps are: define how those
"not so really disabled" account should behave, implement them in udldap and
then we can adjust the syncer.

Alex



signature.asc
Description: PGP signature


Re: ZFS in Buster

2019-06-07 Thread Philipp Kern
On 6/6/2019 8:09 PM, Aron Xu wrote:
> Key interest in the thread is getting some insights about how to deal
> with the awkward situation that affects ZFS experience dramatically -
> Linux will remove those symbols in LTS kernel release, although
> in-kernel symbols are never promised to be stable. I've been in touch
> with ZoL upstream to listen to their plans and wishes, so that we
> (Debian ZoL people) can take actions that serve best for our users and
> community.

I will note that in terms of prior art Debian has in the past always
prioritized freeness over performance. Whenever there are binary blobs
involved to improve performance, we opted not to ship them unless they
could be reproduced using free software and have their source included.

Of course in that case people were still free to install the binary
blobs from non-free, assuming that the blob was in fact distributable.
This would not be the case here. But crippling the performance would be
indeed an option, even though this would make Debian much less relevant
for ZFS deployments and people would just go and use Ubuntu instead.

Still, crippling performance would still provide a lever and motivation
for upstream to come up with a way to disable the FPU on every supported
architecture one by one (if only on the most important one), even if
it's brittle and hacky. I personally wonder why a kernel which provides
a module interface does not provide a way to save FPU state, but alas,
they made their decision.

In the great scheme of things doing things the slow way has forced
certain progress to happen in the past when it was painful enough. The
question I wonder is if we are relevant enough here to push the needle
or if essentially all other distributions (say Ubuntu) will dare not to
follow upstream here and carry a patch forever.

Kind regards
Philipp Kern



Re: @debian.org mail

2019-06-07 Thread Philipp Kern
On 6/6/2019 12:49 PM, Bjørn Mork wrote:
> Daniel Lange  writes:
> 
>> We have more people registered for DebConf ("the Debian Developers'
>> conference") with @gmail.com than @debian.org addresses.
> 
> You can't fix @gmail.com.  It is deliberately broken for commercial
> reasons, and that won't stop with SPF and DKIM.  Anti-spam is just the
> current selling excuse for moving users to a closed, commercially
> controlled, messaging service.
> 
> Document that @gmail.com doesn't work and ask anyone subscribed with
> such an address to resubscribe using an Internet email service.
> 
> You might want to make a press announcement out of it, to prevent other
> service providers from making the same mistake Google has made.

It does not only affect @gmail.com but all other email hosted by Google,
too. And you cannot see that from just the domain name. Thus I have
already given up on trying to mail to destinations other than
@debian.org with my @debian.org account.

So yes, you can proclaim that, but it still makes the @debian.org email
address increasingly useless. The requirement essentially boils down to
using DKIM if you want your emails delivered. There already have been
some suggestions in this thread.

Kind regards
Philipp Kern



Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Xavier
Le 07/06/2019 à 09:48, Mo Zhou a écrit :
> Hi Boyuan,
> 
> On 2019-06-06 21:44, Boyuan Yang wrote:
>> I do remember there's still some source packages / binary packages in Debian
>> using the bzip2 format. If we are going to do that (which looks reasonable,
>> BTW), a serious archive-wide scan should be made in advance to see how great
>> the impact is and we need to deal with each occurrence.
> 
> Correction: s/some packages/massive amount of packages/
> 
> I quickly scanned my local Sid (amd64+source) mirror:
> 
> /l/M/debian ❯❯❯ find . -type f -name '*.orig.tar.bz2' | wc -l
> 1338
> /l/M/debian ❯❯❯ find . -type f -name '*.debian.tar.bz2' | wc -l
> 57

Hello,

uscan can be modified to repackage all tar.bz2 upstream archives to
tar.xz ones (as for .zip files). If we decide to remove bz2, please open
a BTS against devscripts and I'll do the work.

Cheers,
Xavier



Re: Removing bzip2 support from apt due to rustification

2019-06-07 Thread Mo Zhou
Hi Boyuan,

On 2019-06-06 21:44, Boyuan Yang wrote:
> I do remember there's still some source packages / binary packages in Debian
> using the bzip2 format. If we are going to do that (which looks reasonable,
> BTW), a serious archive-wide scan should be made in advance to see how great
> the impact is and we need to deal with each occurrence.

Correction: s/some packages/massive amount of packages/

I quickly scanned my local Sid (amd64+source) mirror:

/l/M/debian ❯❯❯ find . -type f -name '*.orig.tar.bz2' | wc -l
1338
/l/M/debian ❯❯❯ find . -type f -name '*.debian.tar.bz2' | wc -l
57



Accepted openjdk-8 8u222-b04-3 (source) into experimental

2019-06-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Jun 2019 09:14:38 +0200
Source: openjdk-8
Architecture: source
Version: 8u222-b04-3
Distribution: experimental
Urgency: medium
Maintainer: OpenJDK Team 
Changed-By: Matthias Klose 
Changes:
 openjdk-8 (8u222-b04-3) experimental; urgency=medium
 .
   * Update ARM32 to jdk8u222-b04-aarch32-190603.
   * Regenerate the ppc64el patch.
   * Remove unused patches ppc64le-8036767 and zero-opt.
Checksums-Sha1:
 f54515abe9e46cd9e06c5d305c33b8402eb8bf3d 4600 openjdk-8_8u222-b04-3.dsc
 9530033dbcb3dc15389c46233f5ec8df97a50825 71248694 
openjdk-8_8u222-b04.orig.tar.bz2
 6b18f70c8282e4a2c973e2341bfc665eecaff975 240044 
openjdk-8_8u222-b04-3.debian.tar.xz
 481f0a81d9eb6c4c51c3a919eb769ce22de5097c 17111 
openjdk-8_8u222-b04-3_source.buildinfo
Checksums-Sha256:
 d59f712c89732f75425c1a7a5ecab1f1f5074f704d04de979eeb37cedfa5a13d 4600 
openjdk-8_8u222-b04-3.dsc
 d14c0c63bdd254694c997b430f0fb2707e7b5c9e55c70a694670c9f22b76f8b9 71248694 
openjdk-8_8u222-b04.orig.tar.bz2
 ccc5e920a19d8d04cf4139d8c5f5c88fbf310c25d0fd13100097c3c0e28c1795 240044 
openjdk-8_8u222-b04-3.debian.tar.xz
 2b0f577dd9f12a6103cd920c51e0b56ed8459e5964be0d7f8dc07fd3aaea917a 17111 
openjdk-8_8u222-b04-3_source.buildinfo
Files:
 9e2aecb18f20fd6b2a2605bb72f756d4 4600 java optional openjdk-8_8u222-b04-3.dsc
 32803050eb0da20e10d2fa35b9a1e4ac 71248694 java optional 
openjdk-8_8u222-b04.orig.tar.bz2
 4b7da359782e46c323e5e5556c1033f5 240044 java optional 
openjdk-8_8u222-b04-3.debian.tar.xz
 657906da809ff58a3f519b9bec07c8b5 17111 java optional 
openjdk-8_8u222-b04-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlz6DywQHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9dWTEACy3oEOTMgf/ET1Xfz6o8vdLP5wRjwMGo0e
SwMccLBJSqQAsVk8xk3VjiQ3pqMkkcGluySQMy+XlcBdE1ZT+wSet7kAw2FQ/7nh
79MRwOI0i0lyCByW/Ea8YRP0URcUOlby2e4G1emZBS71WcF1s7f1kwMDDqqNflE6
eNF97XHzlt1wNIM31yoGJdrUiDic8FNPDzGLHbhOPwLLFb2iy9MwMi4eg8H0pIEl
dpOVN+yyZDsGhh2/AVwZA8DJ0a4JBj3Pkiv2fqYWIOGv668BMysmuR4jC5yq5q1d
OTTQ8mGjOuVQrjsg2Wu/AGvh+x5RjbbaJAye2D4odL22UOWdkg9WEQksj2gFAsY2
uZHNtpYwpZFHbLx4/lx4jY+3QYZCK0b39mOFni8rXGJEGweZQk18Dd9p6hMYdzQW
HZUdVxFJXJR7TCWNbh8FrAm2itGNqwHjOnDGvHAn9mifDkw9ZStYC59nKTDlZXK9
dlSF/QQY34y/znPYpL6Dx5SYYm1q8pQonOLx0pdEJ2Inv/NKocrwL9/VDQRcNlnu
R6oiWHxvFaBzB+xHRS42bp1ruimUz9X9NTj9w24J7u9Mj/TiWzapUA7cpsPNHzrx
P8++6BpSek3KbEdtg3cf7irRq50ad7DGNYZGX/j70GXJyb9e1DySizu3aXuWxKc9
pV6Fo+gZ+g==
=6Lbx
-END PGP SIGNATURE-



Accepted normaliz 3.7.1+ds-2 (source) into experimental

2019-06-07 Thread Jerome Benoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 06:47:30 +
Source: normaliz
Architecture: source
Version: 3.7.1+ds-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Jerome Benoit 
Changes:
 normaliz (3.7.1+ds-2) experimental; urgency=medium
 .
   * Debianization:
 - debian/{control,rules}, e-antic support;
 - debian/patches/*:
   - d/p/upstream-fix-spelling_error.patch, introduce;
 - debian/libnormaliz3.lintian-overrides:
   - hardening-no-fortify-functions entry, discard.
Checksums-Sha1:
 104e31193605ab3abb380b138d7c157f25b180dd  normaliz_3.7.1+ds-2.dsc
 7919787976d7c43519f47825596a233567e7bd7e 6648 normaliz_3.7.1+ds-2.debian.tar.xz
 04b71aaf68f6bea732932088fa083d767a156a46 6481 
normaliz_3.7.1+ds-2_source.buildinfo
Checksums-Sha256:
 85606df0a197027a28ec94ad55c80b4ccac05b2bcbcbc973c9673a3e3230ae22  
normaliz_3.7.1+ds-2.dsc
 1f5d7997cafb39466d14cf5bfcc4dc9de3431326e141412f716d07ce83d69ff9 6648 
normaliz_3.7.1+ds-2.debian.tar.xz
 573d3908328f1924b6bdee23ebc3115b1dd085ad67f3dea00f7e57083b88ca5e 6481 
normaliz_3.7.1+ds-2_source.buildinfo
Files:
 e90b0c31b99a8e2409dba38bbe6895e3  math optional normaliz_3.7.1+ds-2.dsc
 51ab969a87e0d4c1c131bb9b905ad174 6648 math optional 
normaliz_3.7.1+ds-2.debian.tar.xz
 9edc4d4e0fb9a73f73b06081ead91016 6481 math optional 
normaliz_3.7.1+ds-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQRJBAEBCgAzFiEEriiuFXEN/x2H5adiP5IZpn82xosFAlz6CYsVHGNhbGN1bHVz
QHJlem96ZXIubmV0AAoJED+SGaZ/NsaLfo8f/jVULRgoUpBBvGuD5Az7gmSv5Q25
9y6Ap7Y8Tw5ehJxyqEOd5UIpg1ULmBCwY+PFwBuXoQg8vF69CLT3COJUaISNK6fT
mr3QrxPXw0ozY2Q/7wfrKWUEXuWwsd9yTne7TMSGvkrviPhPgrLxLNqBxFb/fSIG
+EAGZEJ4gRx2POUT9xnoKESbtk6O58DDMTF8yQO0+bcYsjjgcA1I90vVn1urwayA
O6XL1F67XKi5RK/B/9xKzPEUh1hxWI1XzXOkmKjkWmTrIAWsVyCwvhU+ZVy5bxfG
aa79moztnd+N1fEV1S2clHpyHiz30eKAiC0RUsrqp/7iNcvUb5enZkQ8yHFQjC8K
gtKqM8YyyOUPFW+0OSBiZ0Lk8hYuYf6DOfTSJqrdGGDK/0ps1UKgQ5DYMfh/mxGz
i0w28b926ZHw8XM24AZGU1GmEwyfT6vx8GtLQSz2Qkj7re4bnv5quSp6QuGNg43V
7vwXF3MzmEc097l11znla0LZNGmCTUsVBaRRxpmkv2D1MM7jOqy+68DDlfdmGz3f
nEAtqcNazEowz68zsHsdjNNfGSTiK0TVWAG9QY3cmqA43LfStjoIhx/rV5xAoXxr
I6/W7eFKRH/YS1ULgOpeM4Vui3uS9Ru7u0Kw2M/NunErMkVKW8F55CY3blFBi56X
3/jLAkMAA1u5Qm2gPfVR9YxjOLcGYs0mNRmJ/tl19mit1IPB48Lv5oe4YQuQJtEt
gBfVv8F62lwSzonn73rGnS5/Noz7CEyA+kQAzvMTmWANfoYRSSU/6KZfJdmOu5JJ
+q+etCdhwI7pOVoQymglGAfxjdUEhkG3nOjUtHuJsP1LGXdyF6pwWEFHAzMeAA7m
F4DJNmQhfKNQLgnPGXKKRkOXMtB+yuHANAa++rKhD8rhjcLaVGRSJ7zzIqzpdV8R
LOlMkvCMAVWm6Yqj2htNVbujdi8LUiQmQyMb07As9pDenz2nwf6a+mfcvoyIwo9D
rSTvAof5QFPAohvN11fDMDgDNnj3WwquBsO70mOBHmcwJ9Uw1FRFkMrb410/oSrk
qJE4T0ULhlo7qxBSvmvp4F1xVEje3vFXuLDkZBGrMT3xZzvaJ4sdhuaGPwAhvRgy
gsofmX9uMtS2q0RN8S8iFWOFQaPMEQcOGPfdTBPPOY/F933NFn4Whbceo8Byapq4
XCeGWWYuvwI5OQtq/JMGEk6Rta/8CqaUlwKxPDnXxRk6p1+woVm+npFKaWLwpNzW
2X6yA/zLrgjy1+u93cete80yvkA/WTsfWHowCkLto+SBnvF8kQeKSbZALva7NiDV
+HMs1bRxbNWDTTXaGu/NPcmv6sRLrWN9v2zh9ulRS4zFwL8TLSiE3+vv3Go=
=lKsQ
-END PGP SIGNATURE-



Accepted cyrus-imapd 3.0.8-6 (source all amd64) into unstable

2019-06-07 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2019 06:41:23 +0200
Source: cyrus-imapd
Binary: cyrus-admin cyrus-caldav cyrus-caldav-dbgsym cyrus-clients 
cyrus-clients-dbgsym cyrus-common cyrus-common-dbgsym cyrus-dev cyrus-doc 
cyrus-imapd cyrus-imapd-dbgsym cyrus-murder cyrus-murder-dbgsym cyrus-nntpd 
cyrus-nntpd-dbgsym cyrus-pop3d cyrus-pop3d-dbgsym cyrus-replication 
cyrus-replication-dbgsym libcyrus-imap-perl libcyrus-imap-perl-dbgsym
Architecture: source all amd64
Version: 3.0.8-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Cyrus Team 
Changed-By: Xavier Guimard 
Description:
 cyrus-admin - Cyrus mail system - administration tools
 cyrus-caldav - Cyrus mail system - CalDAV and CardDAV support
 cyrus-clients - Cyrus mail system - test clients
 cyrus-common - Cyrus mail system - common files
 cyrus-dev  - Cyrus mail system - developer files
 cyrus-doc  - Cyrus mail system - documentation files
 cyrus-imapd - Cyrus mail system - IMAP support
 cyrus-murder - Cyrus mail system - proxies and aggregator
 cyrus-nntpd - Cyrus mail system - NNTP support
 cyrus-pop3d - Cyrus mail system - POP3 support
 cyrus-replication - Cyrus mail system - replication
 libcyrus-imap-perl - Interface to Cyrus imap client imclient library
Closes: 872238
Changes:
 cyrus-imapd (3.0.8-6) unstable; urgency=medium
 .
   [ Anthony Prades ]
   * Add cyrus-clients dependency on cyrus-murder (Closes: #872238)
 .
   [ Xavier Guimard ]
   * Add patch to fix arbitrary code execution via CalDAV
 (Closes: CVE-2019-11356)
Checksums-Sha1:
 04ddd5288c80ac12305c163671444fe6184770a1 3150 cyrus-imapd_3.0.8-6.dsc
 553eedb3ee5a0df892333dc804f813501c83d674 92388 
cyrus-imapd_3.0.8-6.debian.tar.xz
 dae10bf4efb231871643de7cb4f71bf462e7b144 85320 cyrus-admin_3.0.8-6_all.deb
 0c5b8e154acc037d820f90200bfe6b10c3fd51a8 579728 
cyrus-caldav-dbgsym_3.0.8-6_amd64.deb
 240a5d54e348a8214942bd1d1f5ee118484fb638 280736 cyrus-caldav_3.0.8-6_amd64.deb
 fe0cf43f40d1d8c55f22f4abe5ad34e571168750 56876 
cyrus-clients-dbgsym_3.0.8-6_amd64.deb
 dd6f3bf7969fbd8232787bc0ee234aee77b9 100092 cyrus-clients_3.0.8-6_amd64.deb
 881f68ae07b7681ff9947d4d834299455b844797 2966760 
cyrus-common-dbgsym_3.0.8-6_amd64.deb
 421788b6020e517de907db93642890de0e590df4 1051844 cyrus-common_3.0.8-6_amd64.deb
 d5a8ac8e35823844c0bf185722b88ab0ea43c89f 97524 cyrus-dev_3.0.8-6_amd64.deb
 eae6e1bf4cc26be2d0a617c8257404d8d445c653 299604 cyrus-doc_3.0.8-6_all.deb
 09fe0745fa085741379b583972d3b2e350de24fd 353764 
cyrus-imapd-dbgsym_3.0.8-6_amd64.deb
 4cbb51c6addc9b75ef2579e12dda00c00d4bec13 14749 
cyrus-imapd_3.0.8-6_amd64.buildinfo
 78dec5913ac933b895e380a93e4b8bd4ad2ede8f 204956 cyrus-imapd_3.0.8-6_amd64.deb
 625a53945fc35e4cfe13d02fbc7227fcb1e08e17 62844 
cyrus-murder-dbgsym_3.0.8-6_amd64.deb
 50151dd6d21e1b90577d9f1a1a0ff4e972ce7d86 86316 cyrus-murder_3.0.8-6_amd64.deb
 2124d8bdf79d409a1e263948355cb66081fc2cfb 108284 
cyrus-nntpd-dbgsym_3.0.8-6_amd64.deb
 3fd93144922c4190ed66fb2192df3c963646d9cf 108380 cyrus-nntpd_3.0.8-6_amd64.deb
 58defedd2e027bd184fa25fa0815f7b278c76a79 75712 
cyrus-pop3d-dbgsym_3.0.8-6_amd64.deb
 c9fc8d0f62f438ca4c4ce05dc797748c1dc61b2a 90756 cyrus-pop3d_3.0.8-6_amd64.deb
 475367b4d4bfb25da247f613e562933aacf68e2b 326408 
cyrus-replication-dbgsym_3.0.8-6_amd64.deb
 4190e1cd67563951848358f8ac1115d8664e8258 138972 
cyrus-replication_3.0.8-6_amd64.deb
 31b7634a9e6c0329ff45a846e949c0c35101ebd3 421932 
libcyrus-imap-perl-dbgsym_3.0.8-6_amd64.deb
 3e1f5a624f3ef3e1c2e06592c4bd4d5e8986a058 284088 
libcyrus-imap-perl_3.0.8-6_amd64.deb
Checksums-Sha256:
 00bfe12b8741d832da775e1ac5cecd1be73fecaa030d4dae1c1006fc8e3c75b0 3150 
cyrus-imapd_3.0.8-6.dsc
 7f799ea20c26b8d6354da509fee17896d7b7e94eab2350fe57946aa5ff6a904c 92388 
cyrus-imapd_3.0.8-6.debian.tar.xz
 52b79a32cec2ebed1c5f69f652daf7fe4e2e4767a744dde43bd6f100f7f24bb5 85320 
cyrus-admin_3.0.8-6_all.deb
 54cf4a845c1e148f38bc824935ab040a738bc048611bacbe6c9b7d030841c5af 579728 
cyrus-caldav-dbgsym_3.0.8-6_amd64.deb
 f68f1700f7c2593194aa74bc08d1b0904f3396ebef49f7e52978b79d63ea5e52 280736 
cyrus-caldav_3.0.8-6_amd64.deb
 2e123e781a48bf354483ddb1b4c15dd3e40444a581e44125bcd90f931c8baf73 56876 
cyrus-clients-dbgsym_3.0.8-6_amd64.deb
 52b7339910969a9a25830aa3d8d5fb7043bc213ed4f0487f27f08593aef70dac 100092 
cyrus-clients_3.0.8-6_amd64.deb
 1b61ac32a99ecdaffcba2b02340fbd4569daac298f26103cdb7a113c2b3743d6 2966760 
cyrus-common-dbgsym_3.0.8-6_amd64.deb
 bd7804f3f7c998c64a6253f3a24803a11e25785fd7be0cdb48a23ede8ade92b0 1051844 
cyrus-common_3.0.8-6_amd64.deb
 99fd9a6ce23d10bfb74af8a87448cbd380945c551cc88d1da07fd5265c55070c 97524 
cyrus-dev_3.0.8-6_amd64.deb
 1ddb8ece703b3aa4e93db105747496344a7873f47f778662e6078abd3f9a7e5f 299604 
cyrus-doc_3.0.8-6_all.deb
 f60b5958d320180175d0675724245c0e298d1811250a7271f499a85675938075 353764 
cyrus-imapd-dbgsym_3.0.8-6_amd64.deb
 3437075db0ad42d801b28128bb4764de2d01e3fb2c62c0a218efdaed6ea783c9 14749 
cyrus-imapd_3.0.8-6_amd64.buildinfo