Bug#1056784: ITP: bankstown -- barebones, fast LV2 bass enhancement plugin

2023-11-26 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: bankstown
  Version : 1.0.0
  Upstream Contact: https://github.com/chadmed/bankstown/issues
* URL : https://github.com/chadmed/bankstown
* License : MIT
  Programming Lang: Rust
  Description : barebones, fast LV2 bass enhancement plugin

 Description
 ---
 Speakers found in small devices have trouble reproducing bass and sub-bass
 faithfully. This is because they are power and space constrained, and cannot
 move the amount of air required to reproduce such low frequencies at audible
 volumes. Designers of modern devices get around this problem by taking
 advantage of the fact that humans are very easy to fool. We generate harmonics
 of bass and sub-bass frequencies to trick the human brain into thinking there
 is more bass than there really is.
 .
 This package contains a lv2 plugin implementing halfway-decent three-stage
 psychoacoustic bass approximation.

 Team maintenance
 ---
 I've discussed both with Debian rust-team and bananas-team and we've
 concluded that since this package does not yet integrate well with
 existing debcargo-conf tooling, we'll maintain the package under the
 bananas-team umbrella.
 Preliminary packaging is available at:
 https://salsa.debian.org/bananas-team/bankstown

 Naming
 ---
 Upstream name: bankstown
 crates.io name: bankstown-lv2

 My proposition is that we use the upstream name as debian source name
 (bankstown) and then use `lv2-bankstown` binary package name, as
 bankstown is a lv2 plugin and that would fit generic naming conventions
 in Debian about packages fitting into a particular ecosystem.

 For reference, fedora packaging:
 
https://src.fedoraproject.org/rpms/rust-bankstown-lv2/blob/rawhide/f/rust-bankstown-lv2.spec



Re: New Essential package procps-base

2023-11-14 Thread Andreas Henriksson
Hello,

On Tue, Nov 14, 2023 at 05:29:01PM +1100, Craig Small wrote:
> Hello,
>   For quite some time (since 2006!) there has been a discussion at[1] about
> changing from the sysvinit-utils version of pidof to the procps one. A
> quick scan of the various distributions shows that only Debian and Ubuntu
> (and I assume most other downstreams) use the sysvinit-utils version.

I support using procps implementation in Debian, to align us with the
rest of the world.

> 
> So to rehash some old drafts, here's the proposal.
> 
> What:
> Create a new package procps-base. This uses the existing procps source
> package and just enable building of pidof. procps-base will be an Essential
> package and only contain pidof.

I however do not think pidof needs to be part of the Essential set.

Instead I think pidof can just be part of procps package. The
sysvinit-utils package will then pull in procps via a dependency (once
sysvinit-utils stops being Essential), which would smooth the transition
for all sysvinit users until LSB pidofproc has been implemented in all
init scripts.

> 
> Why:
> This would bring the pidof variant in line with other distributions.
> sysvinit-utils would no longer need to be Essential (though that's a
> separate issue) and would only have init-d-script, fstab-decode, and
> killall5.
> 
> The majority of usage of pidof is in init or pre/post scripts, which really
> should be using the LSB pidofproc function. That function in turn
> optionally uses pidof if the pidfile parameter is not given. That's
> probably a way forward for sometime in the future to not need procps-base
> Essential, but it is a way off.

Additionally most uses of pidof is `if pidof [...]; then` which will
expand to false/else when the pidof command is not available (which it
should be on all "normal" systems, as procps is already Priority
important).

A number of years ago I tested booting a regular debootstrapped system
(with all priority important packages, etc) with sysvinit-utils excluded
and that did not show a single warning about missing pidof. Someone
might want to repeat that experiment.

> 
> sysvinit-utils requires only libc6 while procps-base require libproc-2 but
> this is the same library used for the ps,top,w etc tools which are
> installed on most systems.
> 
> 
> 1: https://bugs.debian.org/810018


Regards,
Andreas Henriksson



Bug#1055897: ITP: speakersafetyd -- speaker protection daemon for embedded Linux systems

2023-11-13 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: speakersafetyd
  Version : 0.1.4
  Upstream Contact: https://github.com/AsahiLinux/speakersafetyd/issues
* URL : https://github.com/AsahiLinux/speakersafetyd/
* License : MIT
  Programming Lang: Rust
  Description : speaker protection daemon for embedded Linux systems

Speaker protection for Apple Silicon (and potentially other) laptops
with built-in speakers. The Apple M1, M2, etc laptops do not have
protection for melting speakers in hardware, so need this (unlike
many other laptops). The implementation is generic enough that it
could in the future support other systems as well (eg. many embedded
systems might be in the same situation if they have speakers).

I hope to maintain this package in the rust-team (with the help of the
bananas-team).

Preliminary packaging available at:
https://salsa.debian.org/rust-team/debcargo-conf/-/merge_requests/560

See also:
https://wiki.debian.org/Teams/Bananas

Regards,
Andreas Henriksson



Bug#1055634: ITP: asahi-nvram -- NVRAM utilities for Apple Silicon (arm) machines

2023-11-09 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: asahi-nvram
  Version : 0.2.0-1
  Upstream Contact: 
https://github.com/WhatAmISupposedToPutHere/asahi-nvram/issues
* URL : https://github.com/WhatAmISupposedToPutHere/asahi-nvram/
* License : MIT
  Programming Lang: Rust
  Description : NVRAM utilities for Apple Silicon (arm) machines

I intend to package the asahi-nvram utilities that are useful for Apple
Silicon (arm) machines, eg. m1 and m2 (probably also m3, etc).

The asahi-nvram includes the following tools (which are separate crates
and will thus likely be uploaded as separate source packages):
* asahi-nvram
  - generic utility
* asahi-btsync
  - sync MacOS bluetooth settings to bluez
* asahi-wifisync
  - sync MacOS wifi settings to iwd
* asahi-bless
  - select active boot partition

(These all use a common apple-nvram crate/library for parsing the nvram 
content.)

The intention is that the packages will be maintained within the
rust-team (with support from the bananas-team) and a MR is available for
review at:
https://salsa.debian.org/rust-team/debcargo-conf/-/merge_requests/555


Regards,
Andreas Henriksson



Re: Bug#1055198: ITP: lzfse -- LZFSE Compression library

2023-11-04 Thread Andreas Henriksson
Hello,

On Sat, Nov 04, 2023 at 08:47:11PM +0100, Timo Röhling wrote:
> Hi,
> 
> * Andreas Henriksson  [2023-11-04 18:05]:
> > I've previously suggested that maybe it would be better to set a
> > debian-specific version (0d?), to avoid the theoretical situation that
> > upstream one day ships a different ABI under the 1 so version.
> Normally, I would agree, but in this particular case, Fedora already went
> ahead and used SOVERSION 1 [1], so that version is "burned" and we might
> just as well use it, too.
> 
> [1] https://src.fedoraproject.org/rpms/lzfse/blob/rawhide/f/60.patch

Thanks for pointing this out!

> 
> > I would welcome peoples input here on what you think is best from the
> > debian perspective. Obviously we're going to be incompatible with
> > everyone else.
> I don't think that "incompatible" patch you linked creates much of an issue,
> because very few (if any) other library consumers will do this rather
> unusual dlopen() "soft linking" dance (normal linking with e.g. "gcc
> -llzfse" will automatically use the proper SONAME); besides, it is easy to
> patch in Debian packages and trivial to work around with "apt install
> liblzfse-dev" for everyone else.
> 
> I do have one remark, though: the idea behind SONAME/SOVERSION is that you
> have a common name for all versions which are binary backwards compatible.
> Using the full version liblzfse.so.1.0 instead of libltfse.so.1 (i.e., the
> SONAME) in your patch defeats that purpose: it will only work with the exact
> version 1.0, but not any (hypothetical) future, backwards-compatible
> versions.

I hope I understood you correctly and this now adresses your concerns:
https://salsa.debian.org/bananas-team/asahi-fwextract/-/commit/bfbd6f53c2e8721b9457c3a37421280a8a86dbc8

Regards,
Andreas Henriksson



Re: Bug#1055198: ITP: lzfse -- LZFSE Compression library

2023-11-04 Thread Andreas Henriksson
On Thu, Nov 02, 2023 at 01:04:03AM +0100, Tobias Heider wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Tobias Heider 
> X-Debbugs-Cc: debian-devel@lists.debian.org
> 
> * Package name: lzfse
>   Version : 1.0
>   Upstream Authors:
>   URL : https://github.com/lzfse/lzfse
> * License : BSD-3-Clause
>   Description : LZFSE Compression library
> 
> LZFSE is a Lempel-Ziv style data compression algorithm using Finite
> State Entropy coding. It targets similar compression rates at higher
> compression and decompression speed compared to deflate using zlib.
> 
> I plan to maintain this as part of the bananas team.

Calling all SO versioning experts!

The upstream project does not have any shared object version set.
A downstream patch was introduced to set one:
https://salsa.debian.org/bananas-team/lzfse/-/blob/debian/unstable/debian/patches/0001-debian-set-library-SONAME.patch

Upstream has seen no activity since 2017, so trying to interact is
assumed to not generate much. Also the ABI is unlikely to change (since
no changes are being made).

I've previously suggested that maybe it would be better to set a
debian-specific version (0d?), to avoid the theoretical situation
that upstream one day ships a different ABI under the 1 so version.

I would welcome peoples input here on what you think is best from
the debian perspective. Obviously we're going to be incompatible with
everyone else[1], unless you install/runtime-depend-on the -dev package
for the unversioned so symlink. Please speak now before this is
submitted for NEW.

FWIW lzfse is needed to extract files compressed by Apple and shipped in macOS
containing embedded firmwares. See asahi-fwextract ITP: #1055206

Regards,
Andreas Henriksson


[1]: 
https://salsa.debian.org/bananas-team/asahi-fwextract/-/blob/debian/unstable/debian/patches/0001-Use-versioned-library-name-for-liblzfse.patch



Re: Bug#1055206: ITP: asahi-fwextract -- Asahi Linux firmware extractor

2023-11-04 Thread Andreas Henriksson
Hello,

Filling out some of the missed information below and also providing some
random thoughts of my own on this.

On Thu, Nov 02, 2023 at 09:49:51AM +0100, Tobias Heider wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Tobias Heider 
> X-Debbugs-Cc: debian-devel@lists.debian.org
> 
> * Package name: asahi-fwextract
>   Version : 0.6.12
>   Upstream Authors:
  Asahi Linux Contributors
>   URL :
  
https://github.com/AsahiLinux/asahi-installer/tree/main/asahi_firmware 
> * License : MIT
>   Description : Asahi Linux firmware extractor
> 
> Scripts to extract firmware blobs from an EFI partition set up by the
> Asahi Linux installer.
> 
> I am planning to maintain this as part of the bananas team.
> 

The firmware extractor is part of upstreams (custom) installer-repository.

It also depends on asahi-scripts[1] which contains the asahi-fwupdate
utility, et.al. This also contains initramfs integration to make the
firmwares available during early boot and then provided as a tmpfs
under /lib/firmware/vendor in the running system.

Preliminary packaging is available at:
https://salsa.debian.org/bananas-team/asahi-fwextract
https://salsa.debian.org/bananas-team/asahi-scripts



Some random thoughts:

AIUI currently only initramfs-tools integration is shipped, but
maybe it would be good to also provide dracut integration (as provided
by upstream, if possible to integrate with debians dracut packaging)?!

I don't see any asahi-scripts ITP yet. Since asahi-scripts is a
dependency of asahi-fwextract I would have expected one to be posted
before this. Maybe the multiple-upstream-tarballs feature could be used
to package them together? But it's possibly more problems then benefits.

Maybe the asahi-scripts should have a less generic binary package name? and
split into multiple packages?


Regards,
Andreas Henriksson

[1]: https://github.com/AsahiLinux/asahi-scripts



Re: Policy consensus on transition when removing initscripts.

2023-06-28 Thread Andreas Henriksson
Hello Thomas Goirand,

On Wed, Jun 28, 2023 at 10:01:13AM +0200, Thomas Goirand wrote:
> On 6/27/23 17:45, Andreas Henriksson wrote:
> > Dropping things and letting people pick them up if they
> > think they are still useful seems to be the only practical way forward.
> 
> It's not. As written by Russ in this thread, filling a bug against
> orphan-sysvinit-scripts so it takes over the abandoned script is. I wouldn't
> mind seeing this mandatory, and written in the policy.

You seem to have missed this part of my message:
https://bugs.debian.org/934463

Please note: Date: Sun, 11 Aug 2019 12:46:52 +0200
This soon turns 4 years old!

(And my original message still contains my advice to put this in the
initscripts package because as I understand it the orphan-* is
supposed to be optional, but you do as you please.)

As an absolute minimum here, I request that any kind of mandatory
coordination comes with a specified official timeout (that's way less
than 4 years obviously).

Regards,
Andreas Henriksson



Re: Policy consensus on transition when removing initscripts.

2023-06-27 Thread Andreas Henriksson
Hello all,

On Sun, Jun 25, 2023 at 03:15:24PM +0100, Mark Hindley wrote:
> Hello friends and colleagues,
[...]
> To avoid breakage of existing systems and facilitate ongoing support for
> non-systemd inits, I would like to establish a consensus for
> 
>  - stating that initscripts remain useful.

If you add '... for non-default init systems' I might agree, but for
the default init system I consider init scripts harmful.

> 
>  - requiring a coordinated transition of any initscript a maintainer wishes to
>drop to the orphan-sysvinit-scripts package and providing the relevant
>copyright information.

Consider my vote AGAINST anything that puts the burden on package
maintainers to do any extra work at this point.

"Policy is not a stick to beat people with", etc.

If you want me to take suggestions like coordination seriously then
please consider adressing https://bugs.debian.org/934463 soon or admit
that sysvinit maintenance lacks the resources to do coordinated
transitions. Dropping things and letting people pick them up if they
think they are still useful seems to be the only practical way forward.

Regards,
Andreas Henriksson



Re: Please, minimize your build chroots

2023-01-28 Thread Andreas Henriksson
Hello,

I've previously discussed this topic with Santiago Vila on a bug report
but sharing my opinion here for the wider audience.

On Sat, Jan 28, 2023 at 12:20:16AM +0100, Santiago Vila wrote:
> El 27/1/23 a las 22:37, Adrian Bunk escribió:
[...]
> This is not the right time to change policy.

This is the right time to question your interpretation of policy.

Policy is not a religion. Policy has many bugs. Policy is very outdated.
Doing something just because an outdated document says so is worse than
not doing anything in my opinion. You need to understand if what you're
actually doing is correct and then see if policy agrees with you to
justify the severity.
Or as the saying goes: Policy is not a stick to beat people with!

Here's an example you could follow:
https://lists.debian.org/debian-policy/2022/12/msg00023.html
(I don't agree with the suggestion. It was however suggested on the
correct list and since there was no traction to the suggestion it was
not followed up with mass bug filing. Minimal disruption to the project.
Updating the definition/description of the Priority levels would however
be very useful. The description seem very outdated, to the point of
being irrelevant, by now.)

[...]
> In general, disputing the severity because it does not happen in the buildds
> misses completely the point of what should be the goal, namely, a distribution
> which may be rebuilt by everybody following documented procedures, not
> a distribution which may only be rebuilt in our buildds.
> 
> The end user MUST be able to rebuild the packages. Otherwise our
> free software licenses are meaningless in practice.

Claiming there's no point to free software when the problem is simply
that you are using an *unsupported* setup?!?! All debootstrap variants
include Priority: required packages. As you can see they do so for a
reason!
The --exclude option of debootstrap works equally well even on
Essential: yes packages. Being able to experiment like this is great!
It is however still just an experiment which does not warrant filing
release-critical bugs against various packages.

> > It is not helpful if people try to force the few people who are doing
> > QA work to spend their scarce QA time on fixing bugs that only happen
> > when building on single-core machines or in non-UTF-8 locales or without
> > packages that are in practice installed everywhere, by making such
> > issues that are not a problem on our buildds release critical bugs.
> 
> That's the wrong approach. If the end user wants to make a modification,
> they can't use our buildd network.
[...]

There are alot of packages which does not properly build in an unclean
environment. In practise you need a controlled build environment to
properly build debian archive packages form source (which starts with
deboostrap --variant=buildd ...).
If you think people should be able to build on top of their regular
install with various packages installed and various configurations it
would be much better if you tried to fix the many packages who fails in
this scenario.
If you think every packages should list just about all of the archive in
Build-Conflicts just to not pick up unwanted extra autodetected
dependencies that make the package FTBFS then I think it would be
a good idea to check if there's actually project consensus on that.
If you think that every package must use configure flags to override
autodetection of features, seek project consensus. Discuss it on the
policy list, where they'll probably tell you to first fix the archive
(without filing RC-bugs) and then come back.

If you want to do mass bug filing of release-critical severity you
better make sure there's project consensus on what you're doing and
than you're not just wasting everybodys limited time.
Multiple people have now raised their conserns with your approach.
As I've said before I appreciate the bug reports being filed,
even if it's just for "theoretical correctness", but a proper
severity would be wishlist. If your only motivation for this is
to be allowed to file release-critical bugs, then I think it's
better if you just stop.

Regards,
Andreas Henriksson



Bug#1026275: ITP: mender-connect -- remote shell access add-on

2022-12-17 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: mender-connect
  Version : 2.1.0-1
  Upstream Author : Nothern.Tech
* URL : https://github.com/mendersoftware/mender-connect
* License : Apache-2.0
  Programming Lang: Go
  Description : remote shell access add-on

 Mender: remote shell access add-on
 .
 Mender is an open source over-the-air (OTA) software updater for embedded
 Linux devices. Mender comprises a client running at the embedded device,
 as well as a server that manages deployments across many devices.
 See: https://tracker.debian.org/mender-client
 .
 This repository contains the remote shell access add-on. It enhances the
 Mender client (https://github.com/mendersoftware/mender), allowing to
 log in to the devices remotely and start a shell in a remote terminal
 session.



Bug#1026274: ITP: golang-github-vmihailenco-msgpack.v5 -- MessagePack (msgpack.org) encoding for Golang

2022-12-17 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-vmihailenco-msgpack.v5
  Version : 5.3.5-1
  Upstream Author : Vladimir Mihailenco
* URL : https://github.com/vmihailenco/msgpack
* License : BSD-2-clause
  Programming Lang: Go
  Description : MessagePack (msgpack.org) encoding for Golang

 MessagePack encoding for Golang
 .
 Features
 .
  * Primitives, arrays, maps, structs, time.Time and interface{}.
  * Appengine \*datastore.Key and datastore.Cursor.
  * CustomEncoder/CustomDecoder interfaces for custom encoding.
  * Extensions to encode type information.
  * Renaming fields via msgpack:"my_field_name" and alias via
msgpack:"alias:another_name".
  * Omitting individual empty fields via msgpack:",omitempty" tag or all
empty fields in a struct.
  * Map keys sorting.
  * Encoding/decoding all structs as arrays or individual structs.
  * Encoder.SetCustomStructTag with Decoder.SetCustomStructTag
can turn msgpack into drop-in replacement for any tag.
  * Simple but very fast and efficient queries.

 This is a dependency for upcoming mender-connect packaging.

 Note that .v2 of this package is already available, but this is .v5.



Bug#1026273: ITP: golang-github-vmihailenco-tagparser.v2 -- Opinionated Golang tag parser

2022-12-17 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-vmihailenco-tagparser.v2
  Version : 2.0.0-1
  Upstream Author : Vladimir Mihailenco
* URL : https://github.com/vmihailenco/tagparser
* License : BSD-2-clause
  Programming Lang: Go
  Description : Opinionated Golang tag parser

 Opinionated Golang tag parser

 This is a dependency for the upcoming mender-connect packaging.
 (Actually a dep of golang-github-vmihailenco-msgpack.v5 and not
 mender-connect directly.)

 Note that an non-API-versioned version of this is already available
 in the archive, but this is .v2.



Bug#1026272: ITP: golang-github-go-ozzo-ozzo-validation.v4 -- idiomatic Go (golang) validation package.

2022-12-17 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-go-ozzo-ozzo-validation.v4
  Version : 4.3.0-1
  Upstream Author : Ozzo Framework
* URL : https://github.com/go-ozzo/ozzo-validation
* License : Expat
  Programming Lang: Go
  Description : idiomatic Go (golang) validation package.

 ozzo-validation is a Go package that provides configurable and extensible
 data validation capabilities. It has the following features:
 .
  * use normal programming constructs rather than error-prone struct tags
to specify how data should be validated.
  * can validate data of different types, e.g., structs, strings, byte
slices, slices, maps, arrays.
  * can validate custom data types as long as they implement the
Validatable interface.
  * can validate data types that implement the sql.Valuer interface (e.g.
sql.NullString).
  * customizable and well-formatted validation errors.
  * error code and message translation support.
  * provide a rich set of validation rules right out of box.
  * extremely easy to create and use custom validation rules.

 This package is a dependency for the upcoming mender-connect packaging.



Re: epoch for tss2 package

2022-10-20 Thread Andreas Henriksson
Hello Debora Babb,

On Wed, Oct 19, 2022 at 11:04:35PM -0700, Debora Velarde Babb wrote:
> Greetings,
> 
> The upstream package for tss2 has been renamed ibmtss.  When the name
> was changed upstream, the version number convention also changed. 
> Upstream tss2-1470 was updated to ibmtss-1.3.0.  The current version of
> ibmtss is now 1.6.0.  I believe I need to use an epoch number to handle
> the version change correctly.  

Upstream renaming their project is one of the very few chances you get
to GET RID OF an epoch in a debian package!

> 
> Initially I attempted to create the package with the new name ibmtss. 
> There was some discussion on debian-mentors list and the response was
> that I should NOT change the name to ibmtss and instructed to instead
> use an epoch number.

This seems like very bad advice to me.

IMHO you should:

1. package the new project under the new name.
   (i.e. rename both source and binary packages.)
2. Provide additional empty binary (transitional) packages under the old
   name which depends on the respective new binary packages, so old
   installations gets upgraded to the new package.
3. Use a debian/rules override to alter version number *only* for the
   empty transitional packages, so that they get a higher version number
   than was previously provided. eg. last-tss2-version+really1.3.0-1


eg.

override_dh_gencontrol:
# Make transitional packages have a higher version number
# than the old binary packages built from src:tss2 (1045-1.2)
dh_gencontrol --package=tss2 -- \
-v1045+really1.6.0-1
dh_gencontrol --package=libtss0 -- \
-v1045+really1.6.0-1
dh_gencontrol --package=libtss-dev -- \
-v1045+really1.6.0-1
# Use the correct version number for real binary packages
dh_gencontrol --remaining-packages


Once your transitional packages has shipped in a stable release,
you can then remove them from debian/control and also drop the
debian/rules override of dh_gencontrol in your next upload to unstable.

> 
> I recently posted a packaging question to the debian-mentors list and
> someone kindly explained that use of an epoch number needed to be
> discussed on debian-devel first.

That's correct and the reason is to avoid unneccesarily introducing
epochs since they are so hard to get rid of (and confuse alot of users).

> 
> Thank you,
> Debora Babb

Regards,
Andreas Henriksson



Re: RFC: Additions to dpkg's Pre-Depends

2022-07-06 Thread Andreas Henriksson
On Wed, Jul 06, 2022 at 05:13:05AM +0200, Guillem Jover wrote:
> Hi!
[...]
> * libaudit-dev
>   - Rationale:
> This could allow to add Linux audit support to dpkg on package action
> events. I've got a branch that might need minor polishing, but could
> otherwise be merged.
> 
>   - Essential/Build-Essential:
> On Linux it is already part of the pseudo-essential set.
[...]
> * libcap-dev
>   - Rationale:
> This could allow to add support to start-stop-daemon (already code
> available) to drop POSIX capabilities. And also in the future (either
> later in 1.21.x or 1.22.x) to support fsys POSIX capabilities as part
> of the fyss metadata tracking support that is upcoming.
> 
>   - Essential/Build-Essential:
> On Linux it is already part of the pseudo-essential set.
[...]

IIRC there are several competing capability libraries already part of
pseudo essential. I think it would be good if we could identify one and
work towards having only that in pseudo essential (and in theory maybe
the entire archive use it). Maybe it's out of scope for this discussion
though...

Unless I'm mistaken if dpkg dep on libcap(2) and libaudit, then dpkg
would transitively dep on both libcap(2) and libcap-ng which seems
suboptimal.

https://tracker.debian.org/pkg/libcap2
https://tracker.debian.org/pkg/libcap-ng

Regards,
Andreas Henriksson



Bug#1000284: ITP: golang-github-ant0ine-go-json-rest -- A quick and easy way to setup a RESTful JSON API

2021-11-20 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-ant0ine-go-json-rest
  Version : 3.3.2-1
  Upstream Author : Antoine Imbert
* URL : https://github.com/ant0ine/go-json-rest
* License : Expat
  Programming Lang: Go
  Description : A quick and easy way to setup a RESTful JSON API

 Go-Json-Rest is a thin layer on top of net/http that helps building
 RESTful JSON APIs easily. It provides fast and scalable request
 routing using a Trie based implementation, helpers to deal with
 JSON requests and responses, and middlewares for functionalities
 like CORS, Auth, Gzip, Status ...
 .
 https://godoc.org/github.com/ant0ine/go-json-rest/rest
 .
 This package will be maintained under the go-team umbrella and used as
 a build-dependency for golang-github-mendersoftware-go-lib-micro (once
 packaged, see ITP).



Bug#1000280: ITP: golang-github-mendersoftware-go-lib-micro -- Group of golang packages for developing microservices.

2021-11-20 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-mendersoftware-go-lib-micro
  Version : 0.0~git20211108.4e20429-1
  Upstream Author : Mender
* URL : https://github.com/mendersoftware/go-lib-micro
* License : Apache-2.0
  Programming Lang: Go
  Description : Group of golang packages for developing microservices.

 Mender: go-lib-micro Mender is an open source over-the-air (OTA) software
 updater for embedded Linux devices. Mender comprises a client running
 at the embedded device, as well as a server that manages deployments
 across many devices.
 .
 This repository contains the Mender go-lib-micro library, which is part
 of the Mender server. The Mender server is designed as a microservices
 architecture and comprises several repositories.
 .
 The go-lib-micro library is a collection of utilities and middlewares
 shared among microservices in the Mender ecosystem.
 .
 This package will be used as a build-dependency of mender-cli when
 updating to 1.7.0 (and possibly other mender components).
 The package will be team-maintained under the go-team umbrella.



Bug#992373: ITP: golang-github-mendersoftware-progressbar -- Minimal progressbar used in Mender projects

2021-08-17 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-mendersoftware-progressbar
  Version : 0.0.3-1
  Upstream Author : Mender
* URL : https://github.com/mendersoftware/progressbar
* License : Apache-2.0
  Programming Lang: Go
  Description : Minimal progressbar used in Mender projects

 Progressbar: A simple and minimalistic Golang progressbar
 for Mendersoftware projects.
 .
 This is a dependency for updating the mender-client package to
 new upstream release 3.0.0.



Re: Q: Number of RC bugs

2021-02-22 Thread Andreas Henriksson
Hello,

On Mon, Feb 22, 2021 at 03:49:19PM +0900, Hideki Yamane wrote:
> Hi,
> 
>  Now we're in soft freeze for bullseye, and sometimes I check RC bugs
>  to find the issues that I can tackle with.
> 
>  And, I wonder numbers at https://bugs.debian.org/release-critical/ and
>  http://deb.li/rcbugs are quite different.
>  
>  bugs.d.o says "Number concerning the next release: 262"
>  udd says "59 bugs found (and "119 bugs" without "key package" option)
> 
>  What's the difference between those two? and which number is more accurate?

The answers can be found in the filtering done in the UDD query.

First the "Suites" are set differently (the b.d.o/release-critical/
testing is similar to selecting Bullseye), then the "Filters"
section has several things set to 'exclude'.

(Note that release-team has been busy setting will-remove and can-defer
tags on bug reports for bullseye already.)

The deb.li/rcbugs (UDD) query gives a much better view on remaining work
to be tackled by the general contributor. Things that are already solved
in sid is hopefully just a matter of it migrating to testing for example
(so including those bugs is not very useful for a non-release-team
members point of view). IMHO it would be better if
bugs.debian.org/release-critical/ linked to relevant UDD queries.

Regards,
Andreas Henriksson



Bug#970428: ITP: golang-gopkg-cheggaaa-pb.v3 -- Console progress bar for Golang

2020-09-16 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-gopkg-cheggaaa-pb.v3
  Version : 1.0.29-1
  Upstream Author : Sergey Cherepanov
* URL : https://github.com/cheggaaa/pb
* License : BSD-3-clause
  Programming Lang: Go
  Description : Console progress bar for Golang

 Terminal progress bar for Go. The v1 and v2 is already packaged
 in debian, but now projects are starting to port to v3 so it's
 needed as a dependency for other things I'm thus considering
 packaging it. If someone else wants to take it over, please
 go for it!



Bug#964857: ITP: libeconf -- parse and manage key=value configuration files

2020-07-11 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: libeconf
  Version : 0.3.8
  Upstream Author : Pascal Arlt 
* URL : https://github.com/openSUSE/libeconf
* License : Expat
  Programming Lang: C
  Description : parse and manage key=value configuration files

libeconf is a highly flexible and configureable library to parse and
manage key=value configuration files. It reads configuration file
snippets from different directories and builds the final configuration
file for the application from it.

The first file is the vendor provided configuration file. There are two
methods of overriding this vendor settings: copy the file from
/usr/vendordir to /etc and modify the settings. Alternatively, a
directory named file.suffix.d/ within /etc can be created, with drop-in
files in the form name.suffix. This files contain only the changes of
the specific settings the user is interested in. There can be serveral
such drop-in files, they are processed in lexicographic order of their
filename.

In other words, this implements the configuration file scheme made
popular by systemd unit files. The libeconf project is gaining traction
and is already supported upstream in many of our core components.
Introducing this library now for people to hopefully play around with it
before a potential future discussion if this is something that should be
widely adopted in core components in debian.

(I would be very happy if someone else took over the maintenance of
this package going forward.)

Regards,
Andreas Henriksson



Re: Mass bug filing: dependencies on GTK 2

2020-04-29 Thread Andreas Henriksson
Hi Jeff,

On Wed, Apr 29, 2020 at 11:58:53AM +0200, Jeff wrote:
> Hi Simon,
> 
> I don't understand why gscan2pdf is in the list, as the versions in
> stable, testing and unstable are Perl packages which use libgtk3-perl.
> 
> Can you explain?

reverse-depends -r testing -b src:gtk+2.0 2>&1 | grep gscan2pdf
* gscan2pdf (for libgail-common)
* gscan2pdf (for libgail-common)


Regards,
Andreas Henriksson



Re: Is an init required to obey policy-rc.d during boot ?

2020-04-22 Thread Andreas Henriksson
Hello,

FWIW I do not share Andrej Shaduras view on this. My interpretation is
basically the opposite. The invoke-rc.d, policy-rc.d and
update-rc.d policy mandated abstraction is solely for the use
of maintainer scripts in debian packages (and should not be used
by init systems or elsewhere).

Note also that the 'service' utility abstraction, which is supposed to
be for (interactive) administator usage also does not care about
policy-rc.d (as designed).

Regards,
Andreas Henriksson



Re: Is there still a point in installing libgcrypt to /lib instead of /usr/lib

2020-02-18 Thread Andreas Henriksson
Hello,

On Tue, Feb 18, 2020 at 10:10:05PM +0100, Marco d'Itri wrote:
> On Feb 18, Simon McVittie  wrote:
> 
> > No. Sorry, I phrased that badly. The consensus that I think we have is:
> > we are no longer attempting to support systems booting without /usr
> > mounted, and therefore it is not a bug if programs and libraries on the
> > rootfs have dependencies in /usr. (That's a less strong guarantee than
> > the one you are probably hoping for.)
> We do not just have a consensus, this has also been a fact for a long 
> time now:

.. and is completely unrelated to merged-usr (?!).

> 
> kmod (25-2) unstable; urgency=medium
> 
>   * Moved the libraries to /usr/lib/. (Closes: #894566)
> 
>  -- Marco d'Itri   Sat, 17 Nov 2018 01:56:00 +0100
> 
> > However, it doesn't give us a solution for what should happen to things
> > that are canonically on the root filesystem and *do* have their absolute
> > paths hard-coded somewhere, most critically /lib*/ld*.so.* and /bin/sh.
> This does not matter as long as we have to support un-merged-/usr 
> systems.
> 
> > I think some people (perhaps including Guillem?) might be advocating
> > including executables in the second mechanism described above by
> > moving them, on a per-package basis, to the root filesystem, and
> > creating compatibility symlinks on the root filesystem if it has not
> > undergone the /usr merge, like /bin/plymouth -> /usr/bin/plymouth and
> > /sbin/iptables -> /usr/sbin/iptables. However, so far, this is rare
> > (plymouth and iptables are among only a few examples on my laptop)
> > and if adopted, it seems likely to be a slow transition: most of the
> Slow, and also a lot of work for no significant benefits.

As I see it there are two possible ways forward:

a/ make merged-usr mandatory in one stable release and in the next
   we can just install the files under /usr. No per-package symlinks
   needed.
b/ someone volunteers to write a debhelper addon which runs after
   dh_install, detects files in /lib, /bin and /sbin, moves them
   into /usr and generates the needed postinst code doing the compat
   symlinks for non-merged systems.


The third option that I see as a no-go is that each package maintainer
implements this on their own because:
1. Getting this finished will take way too long.
2. Manually written maintainer scripts is well known source of bugs.
3. Broken maintainer scripts are a horrible user experience.
4. People will keep repeating the mistake of shipping the symlinks
   in the package (once they realize manually written maintainer scripts
   are horrible?!) and thus break their package on merged-usr systems.
5. Doing the work this way will consume too much resources for no gain.
6. People being fine with the current status quo will not like 5/
   further contributing to 1/.


I think it's time we either try to figure out if/how we can actually
get a decision on doing a/ soon, or for those who can't live with
one release making merged-usr mandatory then start working on
that debhelper needed to do b/ now!

(Also when/if doing b/ or the 'no-go' option someone might want to think
about how per-package symlinks generated in postinst is going to play
nice with Essential: yes packages which are supposed to work
unconfigured.)

Regards,
Andreas Henriksson



Accepted golang-github-subosito-gotenv 1.2.0+git20190917.de67a66-2 (source) into unstable

2020-01-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 25 Jan 2020 19:01:01 +0100
Source: golang-github-subosito-gotenv
Architecture: source
Version: 1.2.0+git20190917.de67a66-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 golang-github-subosito-gotenv (1.2.0+git20190917.de67a66-2) unstable; 
urgency=medium
 .
   * No-change source-only upload to unblock testing migration.
Checksums-Sha1:
 25c777c6f1edbcb957d5827207ef0e26bb1c1558 2439 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-2.dsc
 02a81975714c2fef734c3db554c5f026848f4146 2244 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-2.debian.tar.xz
 5f6e13766c709b4a1a708af4cf6c1805170a8b97 6449 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-2_amd64.buildinfo
Checksums-Sha256:
 673b66ea0048ea3dbcbdf92b472885ea35f0673c2ee1179770b8e0c95fd6 2439 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-2.dsc
 e86985e7313eef34cb564fb62fa2b5cc1b4ceb8887e0a1a826956ca6c9b9d8e1 2244 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-2.debian.tar.xz
 1fa664a1ffd30223f9285229074103be38e274c69a2c254f373d67d0665a3e1f 6449 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-2_amd64.buildinfo
Files:
 5fe0f4ce377875ecea2c5b9e7eef3c6a 2439 devel optional 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-2.dsc
 672b64de83ea2933b7308a99bf2eae1b 2244 devel optional 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-2.debian.tar.xz
 2c433ec0773e3c95975292b3ddaf6134 6449 devel optional 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4sgtIRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwar5g/+OZ2AsQvbQh2b0CLUBY1eORpmUQHDK9f8
tLP2v/i+BVgmZiTBpfX3gBRc3tOrgduMVEkuSz/I3KL77WNOY2dVxyxU3NVmlS3+
bEDJdyvL/H0aRYBBXjEeBc1m91oVGQZprJET1puke1vYoW5fs9gGdkNue/tVkafD
qBLvQt8gD7Fwd1c+7t7wn8Ub1mfLQFHJ7jzOblqDoTdYiCYhx5PO5ubOXM5vYp0/
+d/KA9XDrWlkCdLZi3o2qhcigaFGLBsiIDyrhB6pAEvoZyAEbOdu8yyGiRuDa+eL
3RU4/or/bqw0bXFt/vIetAAmrxQD17MFMr5mzZcyIX34hB5AkY54cDZK8M1xCwy1
TqIi27I/vVIPVcOmEBIWF+ZkNpCdsuzEhWh4QrG2eyNTzknsXfT/g7FoCNKVXQNl
wuJB7k1VkJWFpAqKW8y2J9C0GXdbfQCni0G6eFfcHzLd0cXoYrrwRDMV/vbh9IyA
PW5zkHbQJ0JKVXTM0vPqStu4n3jUUhREVgFHUD66Tr8Ajs9CbIF3A+ooZ5iQBp70
aKFQK+5uBn/tv1nYQBnvJRT2sXQXrO94lwDuVh8aHpjmC98l0jsu14fj8bCPhPxk
8wiFf30JcgGZNNr5kOdimE3LkQVuX3xbM5ReuNG8/pOH4KaMAF8uxqiu+tv//82q
H9o6pv60208=
=sE1L
-END PGP SIGNATURE-



Accepted badger 2.0.1-2 (source) into unstable

2020-01-21 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 21 Jan 2020 23:57:31 +0100
Source: badger
Architecture: source
Version: 2.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 badger (2.0.1-2) unstable; urgency=medium
 .
   * Cherry-pick another 32bit build fix patch from upstream
Checksums-Sha1:
 19cc996db44dda1cab44d7f05b89f0a0b3c2a5ee 2491 badger_2.0.1-2.dsc
 b5cc175218328bd323128af0f804efb79a452020 3288 badger_2.0.1-2.debian.tar.xz
 8d42cb4e786da605a92363fcafb3def44d6c83bf 12376 badger_2.0.1-2_amd64.buildinfo
Checksums-Sha256:
 4d85353abb2d7f518ef32dba687814a3b88912dc6fa270294d773063d22f8354 2491 
badger_2.0.1-2.dsc
 57e4f16dfbbdc373a4a7d23a258f916b705e7e662839c58485e17317f1f28e53 3288 
badger_2.0.1-2.debian.tar.xz
 e960eb539e7bba76b323bfec100272428088adc334d7d0d1bec0a3ec313d983d 12376 
badger_2.0.1-2_amd64.buildinfo
Files:
 c58dabbf3e43e35a836f47911f9a4a99 2491 devel optional badger_2.0.1-2.dsc
 40a6eec7669ed1b86225345b409a02be 3288 devel optional 
badger_2.0.1-2.debian.tar.xz
 c58d0545482ca29715c30eba885dbc60 12376 devel optional 
badger_2.0.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4ngm8RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbcig//QXLNM2nDkANvXGtUGtdWR+VOlOCSbVe3
JVRLznuT87OjjpW9lPt8VAf+0pJiEHYXNz68DwGO9X2rGOxHsjv/dwxTRihyTglz
tFdPGxBSfWv9fLcwKc4ZPkPizuHZQRYc0HnOVgTyyEGI8ijMu4EyVlpl2VKcJdAj
JSZlqeMPdUMZIs5ZciHQc/mhCLdP7AcJfNJqIW9S1Xz1swTm9LOlnw03YspLv0i1
7hHWegtY46QHcP2MjieB19+SOHuHZXmIfM7EC9yeoKl7JMLFF3eLObyhgem1R+1F
bq7iopFohLhln71ua7OqP0xq6j3fLY+fbnn/fsK6RXCUDaEdg1utTIxgGiu7UC+X
ZHnd6PijGx2ur1tXuDiL1BqLzLn9siCxh9r0PLQO0IDNd8JKQj+NonjdIaDfMBZM
G6fyxbj0s2mXT91wG39MexZL6+i49fBBKyQ+6YJkMEFuaMES0ZkYFbjRbHt7g6aS
TBmRjLMMFeDO8WtSZ1L0MDrpbZDsJIht/TxbBfWyokqksG6xR3QvVcUKHD3WuMSG
spuChJomwxRPlNWPEZt4AJhEwZW6nsa5a8RiWeLbAqiLj+Fd48u2nOTq/ZS/xlsk
1ajXe2FTVKHOOLhURYLsvQDWQGBGQ0x03FEjh1zTNkbw0SR2L6vL2GnYyy0v8KAE
46X62Lyw1Ak=
=0qks
-END PGP SIGNATURE-



Accepted golang-github-tidwall-btree 0.0~git20191029.400434d-3 (source) into unstable

2020-01-21 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 21 Jan 2020 23:27:32 +0100
Source: golang-github-tidwall-btree
Architecture: source
Version: 0.0~git20191029.400434d-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 golang-github-tidwall-btree (0.0~git20191029.400434d-3) unstable; 
urgency=medium
 .
   * No-change source-only upload to unblock testing migration.
Checksums-Sha1:
 7049c2c1fd3df28ddf5b48eec6f6939a1664b5c9 2366 
golang-github-tidwall-btree_0.0~git20191029.400434d-3.dsc
 deaa7d0eb325978ca413a78905566a266e978070 1956 
golang-github-tidwall-btree_0.0~git20191029.400434d-3.debian.tar.xz
 f2408bb57603b3123c72edb8eaa401a38249438b 5983 
golang-github-tidwall-btree_0.0~git20191029.400434d-3_amd64.buildinfo
Checksums-Sha256:
 f3892dafdbdd797edd1f2abbc22b5d28dc3aee0580eb3971f2b8cc72e547e2ea 2366 
golang-github-tidwall-btree_0.0~git20191029.400434d-3.dsc
 6a0ee02cb7c825b36da78d7150e71b44da35bdff7d10076065442a58f16058d0 1956 
golang-github-tidwall-btree_0.0~git20191029.400434d-3.debian.tar.xz
 54e8ef9614dab39615abcf948e31976177a2153aca29de562c48b7c902ee0f20 5983 
golang-github-tidwall-btree_0.0~git20191029.400434d-3_amd64.buildinfo
Files:
 4f5906bb9ed8951543d100fbd7b0b7af 2366 devel optional 
golang-github-tidwall-btree_0.0~git20191029.400434d-3.dsc
 ad868b8c49adba166b191fdd0a8a4cf1 1956 devel optional 
golang-github-tidwall-btree_0.0~git20191029.400434d-3.debian.tar.xz
 a61de1bc7d4d7f1a313edaede7906a0f 5983 devel optional 
golang-github-tidwall-btree_0.0~git20191029.400434d-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4new0RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwb2BQ//QZCu7uNHWoIQ2Q9DUC3HmuaQrwnL1RM+
Sgwy7HYLgise+nGk4i5jWv8S6MvrG1EvqSxlBd6lGNVGuJt5V1t32RSAogiyxVd7
VIc/Q6P1745AF7+mHozlU1o9qTUgZN1LrfjgiFVJ9LrcRKsX7PF0mLKgYjFnIcSC
EqY4j34oymCeohRqN1XbNR7i6MaGNqDNQiy4Gy8IFkOjuHYKG7z58oxUoFYRtkjJ
GA18+TMb7dcVr4wgn5fV1EgQREGT9OSICGVEH9ehnB4aQZJWK8iqP3k/R0GsMaMN
hsxQdJCd8IWoUQ0knICBks7U8dqM2lLtbAPJVeDKsjitpVh9c3ac8xZB808EyCo9
hBlj6MAPqDQ5Cu9d7fmGbpoZDhPe1pLdtaVlN09bnSaAL0DSC6Zlekt3NULg772X
6w82XDc602Qd9fKMpV3inrVWJ1dB+aaPNDntBDx3X4vgvkLpjMrY7JOP3NlUqGK8
eS6VbzOrx/obYXIPXraUS1QINiF8Ff2glDI1AzDLSlKKuZA5Di2Jy69yWXikfp1Q
qQqVqL5WuktMlcc34ZfMHIbqo0DSrXzBzNn4w9SWRGliwKvaWvF0fmWPC5ALbvj/
JVYyjjri3B37vax0QU8BzLhH1ZXiK8dnLMlFHGI6GVnMa4zlux1KfXi4ZX0lLt3n
nYu5/nse69c=
=Pmhs
-END PGP SIGNATURE-



Accepted golang-github-tidwall-pretty 1.0.0-2 (source) into unstable

2020-01-21 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 21 Jan 2020 23:29:22 +0100
Source: golang-github-tidwall-pretty
Architecture: source
Version: 1.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 golang-github-tidwall-pretty (1.0.0-2) unstable; urgency=medium
 .
   * No-change source-only upload to unblock testing migration.
Checksums-Sha1:
 2ab14b43155efb0624702785130f4d76f1b33033 2286 
golang-github-tidwall-pretty_1.0.0-2.dsc
 0c7ec7e2726a660f08019e3b5d50a1f12e500d4d 2168 
golang-github-tidwall-pretty_1.0.0-2.debian.tar.xz
 a6378cfa4a5ea6c7e2ff8dbb5c92861f86445748 6280 
golang-github-tidwall-pretty_1.0.0-2_amd64.buildinfo
Checksums-Sha256:
 d2627ba5af355a4f56da1450fc3c59059f6709c7c93dd7463a3549baf24135c0 2286 
golang-github-tidwall-pretty_1.0.0-2.dsc
 df786029055faf1fe27e5e795b98828d3ef1efa1118fe4b20f47cb9ebffd6ef4 2168 
golang-github-tidwall-pretty_1.0.0-2.debian.tar.xz
 2686f0acf5864c6b5208d8dac49d663dd9063b90d6c8c2c31df2f4491cd0a3db 6280 
golang-github-tidwall-pretty_1.0.0-2_amd64.buildinfo
Files:
 729243575ab96998bf771c31291bab23 2286 devel optional 
golang-github-tidwall-pretty_1.0.0-2.dsc
 8930a737e74e6253f2c1aa5dd0c215d6 2168 devel optional 
golang-github-tidwall-pretty_1.0.0-2.debian.tar.xz
 4af0196c854053dfb9e811fec9a1a119 6280 devel optional 
golang-github-tidwall-pretty_1.0.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4ne3kRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZwWQ/9EwsW4UC2qRY1i1kh1bHNVhtTOFfn7WT5
qUlF79ZSJPZcynlzSOVrPm++cEVIKw8zWbMe8NiuQHBBSbOphOfjCD4FHrYgjIZC
JA7ghD+PfQlTA+dZdQvmnpteMLxhuWrTRYlyy/homxs/UKN6jwNe6lTJo8eFhQfS
RS9Yg2v1fB0IdD1zh/cBAf8/l+NlR2ejWCtX9qnc+RyUU4e0dQERXqk/T12WQzLs
/rLH+xYq7gIzZUeeCW6DR1ZCSaacd7t2hP9i0jz+nGwUbRcvK6qQz9IvQv/d+OlO
hhjbQGM400SSICE2cEhv/eub+Yt1fH0d0NhElRmfpQHN4UNOBeQMJaAV1x4kDk9F
JzfDKDNZr8/XgZXe7KATrAMp2A1F5VwaZrW1KVKjL3ze857e16FlzjLgZZlwy9jj
FcKscGy37icDFn+HxGv05Lk3DsEqRFAoe57R4pQ54OAmEfLiWXP0bih5FfbWsxTu
3yCnr04sWU+SWqggH2vNnhUJ2inG6kW915oNheScEyp1fznYZ4R/u09svC4HfIP3
KG5c0io1J9l0gFaPT1RFS/+rVOIF3K/2Hhw3T+96s14QMZu706wrek8ej/Hybg+t
BFzWBEQMyYL3g9QMZ+pG7EQ9LTuLnsF67UCahCrMAa+As+O9E0Sj0aDD8sexYONg
D3ETjrMf7sg=
=kODw
-END PGP SIGNATURE-



Accepted golang-github-tidwall-rtree 0.0~git20180113.6cd4270-2 (source) into unstable

2020-01-21 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 21 Jan 2020 23:24:31 +0100
Source: golang-github-tidwall-rtree
Architecture: source
Version: 0.0~git20180113.6cd4270-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 golang-github-tidwall-rtree (0.0~git20180113.6cd4270-2) unstable; 
urgency=medium
 .
   * No-change source-only upload to unblock testing migration.
Checksums-Sha1:
 8be3b9645036fa26d6723ae65ffebdc85b5bbe21 2403 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-2.dsc
 0359fbf6981fc5c2ab022166337572cdb99b20ad 2012 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-2.debian.tar.xz
 7e5d916a162d8cb37870257c91f0d0562108249e 6486 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-2_amd64.buildinfo
Checksums-Sha256:
 cb6f1d1e2f9983689f47d0ab2305e7aeea8ed5872d1d64b385c53270b77165ca 2403 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-2.dsc
 5e93c6efe1031788b2039a2192367267d2f189fc0c6e417627e32f9d87ccb765 2012 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-2.debian.tar.xz
 79f34a60b1d2d6d63827dbffb83953d5d9fdf1929885ef14f5bad6bc7ccc894b 6486 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-2_amd64.buildinfo
Files:
 fa0f08eca7c54f7ef550e4fbd6e089e9 2403 devel optional 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-2.dsc
 b2016742dcb7fb076076f59b6806a8fb 2012 devel optional 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-2.debian.tar.xz
 06760c3cfc24949b094c58103454da42 6486 devel optional 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4nengRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYBnA//R+3gJOOGAN6b2wGdzs17oJ14EdJnSX4v
4cTe/7aeBDYbJtGW0rAXVU/wYIUcvtPI4jOe+G7QU1a2CPeEmzn7xFbPgtaBj73T
s+mtRFPs116eKRW1H4JMLbI2SvTLGBWHv+pDvJ8ET/NZ6so76Wkb1xXQwT+W2Gov
6JkPEpAQHl10bq9ImN6ABBLbmn0TOGwfNB2SlL8dolwRV7VkXoCsla9c0YBnoLCE
9Yr4Un56QNwfGLOeRLokZRKNdfR4aWt9EnFUim1huwKrET7ZjLsl/oK1L+g1zgH8
b4s3EfO70cjtUO03jqqwrUdM5xlgTLn3YBBck3qdH6O3yUklV1aklHIzK6gWwCG1
n5g2s5yPZHwckTr0FcoPngoHSO+mlvFIRK65M+B6SO9Lq/DgEE1JQgRthRGKLwSN
wEYyqId0adxXY85KPcEJlUbEUat9wT7ggx3oU3HAEgDvPup5cXOL5sHoz9dvQ1vm
jOY2bl3h9VaAPZq9Zq5e0tnVjXV1ExRKPPozb5kFl1SICEvsCAsJ8OcKYNGG+0kz
q1E1qt1G7j2/4bY7kek3GDrjBUqviod8+5SPGif6taSyg90AF+pLyMluPrnqRDe8
syg/KjvpCz0x9EyXnYvnqe9VZHNKx38OCY7QRR09twcHaZf7n0/vHT0xCewr+RtJ
LYDVsfGY6Nk=
=/Mkb
-END PGP SIGNATURE-



Accepted badger 2.0.1-1 (source) into unstable

2020-01-20 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 20 Jan 2020 18:29:54 +0100
Source: badger
Architecture: source
Version: 2.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 badger (2.0.1-1) unstable; urgency=medium
 .
   * New upstream version 2.0.1
 - includes fix for build on 32bit archs.
Checksums-Sha1:
 05773995070949df986733b274ab774b6000fe86 2491 badger_2.0.1-1.dsc
 243858ca45350a086a53f3115729c8feddb7d40c 324433 badger_2.0.1.orig.tar.gz
 a54d773079e1ea6f9f0e04ee37f2fb029263e011 2584 badger_2.0.1-1.debian.tar.xz
 ee2e84997734923d14d6d2f377a1d8bcd83f8dcc 12329 badger_2.0.1-1_amd64.buildinfo
Checksums-Sha256:
 cb9ec31b41eae2632249d2dfdc23971f81ccc3d88959a1fc5bfcadc12cf2429b 2491 
badger_2.0.1-1.dsc
 6b01ac27513c74b76529e6e222952ac0aba4ab8d85a830684fb2efa0731b787e 324433 
badger_2.0.1.orig.tar.gz
 c3bcf74bbab2b0faf48b92c8e69a52ae397f606afb805e7094dbf90776425e94 2584 
badger_2.0.1-1.debian.tar.xz
 8becc959eb572c00c08a4f71674a57811309678bded79cb6a02d45c43a158812 12329 
badger_2.0.1-1_amd64.buildinfo
Files:
 078795af8749b5e54b7f7ef69dc9c232 2491 devel optional badger_2.0.1-1.dsc
 01f39089cd9849939f45b5ea84565812 324433 devel optional badger_2.0.1.orig.tar.gz
 bcca04ecb04c2b24213c5799b21e43b1 2584 devel optional 
badger_2.0.1-1.debian.tar.xz
 ba0523c0565627a8d901ddd47e5370bd 12329 devel optional 
badger_2.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4l4/QRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbxZxAAjlWSIM3bYgSUVE2Aa4BpRcC/jXhhBJ4U
GZuk+jRqZ5pqdjb1ZR8xtNMeQUTfy3jOAiLajqwO8DBb9ysVAVz0JbHd8mw/46SE
4eVdxRXuOw7bkVJ0FMJQnxgvHf7t6oPCsBno2RHk8CUPErn6afrzwjWj7Bz5RTrp
NZa8MyDwj6ZvXA1Z8+gfScw9VXHQevMkjMo6m03srtIHNs6bVA49v5EVSOJ6rSIB
P9qbpisMhgWLALwsWTjavaZFZyiJEwjWt3dmt79VAkKpQFL8oVloKYWCRaScRBZ6
+8j6UpWky8hhbGz3IMaHlOGykulrL+7Wlexd+7wYju9QDkgA3xJu08pPj8dG/i+h
0ILPNqET72CYLhcK3KyN/XrmTHpxxSkpwrpkRVSs5+OolNI5JjPq6AeHr2uPnFH1
OhXaRE7A9zX+w4gIols7EN9+t5Hd1PKWd4kimHwf8oPIvtZhyr2KbhoABY5UXykL
P0wCa0gnIrlwfuI9+OX0zABPondZFj0nplmNaYOdoDHYgxHtVbb7oWNWuHV28vJV
DhsDEc0tPFyy5KUXrErxYng5B5lfHyB36s7BsYi0Y9Y16u7b+23fptXVXCdERPDG
gEw0YE19pAigTlO5geQCPgVj4DmIFuf4Zn7lQHiv1cql7zjMLxIQ3dQRF/ixIuLx
9vddCX6CXgU=
=QfGL
-END PGP SIGNATURE-



Accepted badger 2.0.0-3 (source) into unstable

2020-01-20 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 20 Jan 2020 16:32:30 +0100
Source: badger
Architecture: source
Version: 2.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 badger (2.0.0-3) unstable; urgency=medium
 .
   * No-change source-only upload to allow testing migration.
Checksums-Sha1:
 393f9850480a11c55928f602d0fd335b289778cc 2491 badger_2.0.0-3.dsc
 30eb348a262bbbd4803f036bb3f503442d5eb95d 2540 badger_2.0.0-3.debian.tar.xz
 0491a8bfa18bc2186afd19df48a097863a2f072c 12329 badger_2.0.0-3_amd64.buildinfo
Checksums-Sha256:
 4d441ebd4487e2b1f9b46ea7b8a34dd843e6b7a1a5f5e8fdfcbe6d9779cad6f2 2491 
badger_2.0.0-3.dsc
 043f460473d3b580b1a4cbadc953e3b1d5b4ef3d0eb6bbe3b623440d53afdd95 2540 
badger_2.0.0-3.debian.tar.xz
 20c0335faa04ac8abeee23e1fc84136eec2ae493b61d70eaa9fbaeaa49539921 12329 
badger_2.0.0-3_amd64.buildinfo
Files:
 51af792b015abe154302c0f3fb83f09e 2491 devel optional badger_2.0.0-3.dsc
 ef58058f48eb10207ed37459a2b4766b 2540 devel optional 
badger_2.0.0-3.debian.tar.xz
 a82ace3d522ba4a43f9382c9d519a556 12329 devel optional 
badger_2.0.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4lyIURHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbBRg//a3LOW9HLQxSdQJvDL45ylal8MtmrvY5C
HIkWjzjKhdVEuLmVLnL7fuv2T4KFuaxWPHEO+2k3IQEYWgaQXuEDmM3wkCEtkJUV
/XlZlFOT7tJz4ePc7Zyr5ZlV2iMtL8dUF1HojSpXGeqZyXcd6qFKP1O172rQIil5
TeedaqqSf0Y6WiJ2pYy0f59DAy/2kr4cBIiSZQFzh1Lny1nzXqkm5IwjVklWbADH
yTy+LCJFKxCs7JpBOX6GujhwfbKYG2uI+gYo3yilMulB+Eic0w1eYRx5QVyufPB6
YojlY0l0y+mVhcLBavU5MsHXKG6XUNjCCC5gtuv7AsMOWgaYodPAkyUntGDlPULI
u3/T/KT6CUspY+o8tYwfkruNeH+yznXBroBliF0G9jJDmEAdAkN2UjJgKMKcTgQI
j0JIkUJcZT5W+ua8idw4KMD3mgZjyRt5nPtRJ89yCO+CgAuArXKiQ8NnlJ3d8HbG
rC1u7g22FXuEbLznbvpGcvN7V1hcqzg0JHY8yEG8XJjxC+xehm8l8xywwrKy+lTo
zCeWH2bnnyZLxH47+UsCN+DaJ/Q/OryDoMasSYPogKgGcu3uoezp21L1iCh+9RMT
qe6AjomTiUogdkbfngZJCPBs9sMFnwyaKgtvr47TSJXqqXyff9FGfq2fr8mt8w/N
6IcVSOXt+ik=
=34TX
-END PGP SIGNATURE-



Accepted badger 2.0.0-2 (source amd64) into unstable, unstable

2020-01-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Jan 2020 12:56:48 +0100
Source: badger
Binary: badger badger-dbgsym golang-github-dgraph-io-badger-dev
Architecture: source amd64
Version: 2.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Description:
 badger - Fast key-value DB in Go.
 golang-github-dgraph-io-badger-dev - Fast key-value DB in Go - development 
files for embedding.
Changes:
 badger (2.0.0-2) unstable; urgency=medium
 .
   * debian/copyright: Minor improvement to copyright holder
Checksums-Sha1:
 8bda002cde64001eeec50a6ba6af69ac3376a84c 2491 badger_2.0.0-2.dsc
 be14d907ba4ec4b976bc5171aa1cf3e0a19be3e6 264300 badger_2.0.0.orig.tar.xz
 0eeabd24a16927f4921ca01aa062096712eed7c9 2480 badger_2.0.0-2.debian.tar.xz
 1ceafbafff738bfd6997e08b2bd99f9047900596 2722304 
badger-dbgsym_2.0.0-2_amd64.deb
 e712e8b9dc801aa82ae4e2e523cde7150765eebc 12280 badger_2.0.0-2_amd64.buildinfo
 984d563fd4f84ca3bdc3b3de957aa9bb8de18dfa 3138088 badger_2.0.0-2_amd64.deb
 e241e3be3db69b5f1dd157c2369a6b82dc353306 161172 
golang-github-dgraph-io-badger-dev_2.0.0-2_amd64.deb
Checksums-Sha256:
 255950be275a3e3f50581ff7e05e58b2c2c6cf533befca80b7952b08db3c428d 2491 
badger_2.0.0-2.dsc
 cc48344ff32a6b7448b2b441e6eca8f6c3ff11e6da6f9c620a8001db6f714966 264300 
badger_2.0.0.orig.tar.xz
 e8dae023a2fedf97a95347ebd870de5c45686ceac2a96aa3c3a3c660cb01ebe6 2480 
badger_2.0.0-2.debian.tar.xz
 6f0dcf15c3e6c92b4f08983d4b617f0fa986d49c787124d2cd196260b21c5192 2722304 
badger-dbgsym_2.0.0-2_amd64.deb
 f94ccc8461e9af127eec15c356df70a3189b14b2e5bc9cc918b9dfa793834ee3 12280 
badger_2.0.0-2_amd64.buildinfo
 75f08e8e8a50cfc5eedfe8a8f394c97f3e42b2335335aa03ce84516a7d1ac8ca 3138088 
badger_2.0.0-2_amd64.deb
 0ae4ca1d7e7aba1d700442c5ac5599202f7924c5369cc1a9073b808710f438ba 161172 
golang-github-dgraph-io-badger-dev_2.0.0-2_amd64.deb
Files:
 ae92738464006e412dc4bc1f7a3dc605 2491 devel optional badger_2.0.0-2.dsc
 4827a8674229212f956a6bb79157d9ae 264300 devel optional badger_2.0.0.orig.tar.xz
 ba288436a130c78c7837a8cc6c67b59e 2480 devel optional 
badger_2.0.0-2.debian.tar.xz
 31aea36e1a0ca7be71e10c448c1eb840 2722304 debug optional 
badger-dbgsym_2.0.0-2_amd64.deb
 b3813148fd1be95343fdba1fdf78020b 12280 devel optional 
badger_2.0.0-2_amd64.buildinfo
 2f187ecb9f33d9e6c813763bf188b7c5 3138088 devel optional 
badger_2.0.0-2_amd64.deb
 a15e5fcc671ab8a88058ed88dc8c9510 161172 devel optional 
golang-github-dgraph-io-badger-dev_2.0.0-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4MicARHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwboQQ//ZxsNca18db24hVq7Pyn8dPv1YN5zQwZu
oMPgXpryrrxA5gZOK2ip0SI5okpzrOKpJ+s8ZsGGtUjbC+rBX4vbR9wGPmKT8a9h
kLZr2RkFTejQogQ3Kq5rkUrlliQku6zWOQD6e/qMelvUJA7MTnCOrN1RTze8NL7l
45eGZxCkARRHwsdkyyPFUc8NieP779gZeph6dkdE/bjfSkjNtEg7rKlFct2x4FU9
WoZfNbMuhgMKxYskmZihA/fTYFHCjCqqR0RWp0TJRXBy8f8VJB6eeoGumlgMxu4d
Zh4lRO2yiTDPMplMb7btXv6jZM0SPVBXlV5tlxqQdqNGfodL4BtY3EfOxgDn2SPf
uM/magg8oxQOL6GZDuWCrm4gviqxGuYkxEgChs6sN8QJGzSzHfEfZJLtYTGikB7h
6LWIJqCUSIWSyuyaC0Ibi/frHQCwMBAzJNcZQh8dAt3sL5ZcvVjfncYFHr3gbEPx
jXvxtqtbAM6zovFRUzfR/ib34medfFGnpR/mTq9qKdDBOXIajnnRhwxAplsBelIT
wiG12BSVDWUjRquZI+fHQ0nyXAtysI+wn9Yo66fO4CjAikhAZn8DHzd3YJloe5FZ
cErzffTBPDT3ruaAqMaLKCRnTaXqO6P7VcMzsY1xUJTg5cINx6w0pvEM80zhK8hJ
7amXSJI5oL8=
=3/S0
-END PGP SIGNATURE-



Regressions in keeping minbase variant minimal since buster

2020-01-02 Thread Andreas Henriksson
Out of interest I've checked the state of sid vs buster debootstrap
--variant=minbase chroots to see if it's been growing while nobody has been
paying attention. Apparently we have a couple of regressions. Sharing this in
case someone else is interested in the result (or atleast hoping to wake
someones interest so they fix it so I can be lazy ;-P).

First here's a diff between buster-minbase and sid-minbase package list:

$ diff -u buster-minbase-pkg.list sid-minbase-pkg.list  | grep '^[+-]'
--- buster-minbase-pkg.list 2020-01-01 13:53:54.528579149 +0100
+++ sid-minbase-pkg.list2020-01-01 13:51:36.656253717 +0100
-gcc-8-base:amd64   install
+gcc-9-base:amd64   install
+libcrypt1:amd64install
-libhogweed4:amd64  install
+libhogweed5:amd64  install
-libnettle6:amd64   install
+libnettle7:amd64   install
+libpcre2-8-0:amd64 install
+logsaveinstall
+lsb-base   install


My analysis of this follows:

Replacements (diff noise):
gcc-8-base -> gcc-9-base
libhogweed4 -> libhogweed5
libnettle6 -> libnettle7

Package splits (not really regressions):
libcrypt1 -> split from glibc (pulled in by libc6, login, passwd)
logsave -> split from e2fsprogs (pulled in by e2fsprogs - which is,
 since buster, deinstallable!)


New (regressions):

libpcre2-8-0 pulled in by libselinux1
- several core packages have moved to pcre2, so this is basically an
  unfinished libpcre(3) -> libpcre2 replacement.
- grep should also move over so libpcre3 is no longer needed. Already
  reported in #907652
- (outside minbase there are however many other packages that will also
   need porting, eg. glib. Thus it might be hard to avoid having both
   PCRE libraries installed for a long time ahead.)

lsb-base pulled in by sysvinit-utils
- Already reported in #946399
- it might however finally be time to tackle the bigger task of making
  sysvinit-utils non-essential, see #851747. I'm tempted but will post
  details in a separate mail if I get motivated enough. Please reach
  out if you're interested in helping out! I've given this plenty of
  thought over the years so have a pretty good idea about it.

Regards,
Andreas Henriksson






Re: MBF: make fdisk non-essential

2019-12-27 Thread Andreas Henriksson
Hello Helmut,

Thanks for your interest in completing this task.

On Tue, Dec 24, 2019 at 01:03:05AM +0100, Helmut Grohne wrote:
> Hi,
> 
> I want make fdisk removable from an essential base system. The details
> are listed in #947134. Since fdisk currently is pseudo-essential,
> packages do not need to declare a dependency on it. When fdisk becomes
> non-essential, such dependencies become required. A lot of packages that
> use fdisk have since added the relevant dependency (see `apt rdepends
> fdisk`). To fix the remaining packages, I intend to perform a mass bug
> filing.

AIUI ubuntu will need to keep this dependency until they release 20.04
(their next LTS?) for proper upgrades between LTS->LTS which I've been
told they support. I'm not sure about their release procedure, so this
might already be a done deal and there's no chance your changes will be
imported into ubuntu before then anyway. I just thought I'd mention it
and say that you might want to reach out and make sure someone on their
side is aware.

> 
> I intend to use the following text as a mail template.
[...]
> Please find a dd-list of affected packages attached. There are only 33
> binary packages left. In the absence of a discussion, I intend to file
> the bugs in early January. I'll review the list at that time for added
> dependencies.

FYI

ganeti #872131
libguestfs #872101
opensvc #872208
partimage #872107
python-diskimage-builder #872128
qemu #872098
salt #872099
sosreport #872215
vmdebootstrap #872137
waagent #872113
weresync #872103


More reports have been filed and some might have been reassigned
to a different package since, so please also see:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?submitter=andr...@fatal.se=subject%3Afdisk=both

Likely some new packages have appeared since I did my bug filing.

I also skipped filing some bug reports where my analysis concluded it
wasn't needed, but your analysis might have come up different (and might
be better than mine). You might however give the remaining packages an
extra look if they're really affected.

> 
> I do not intend to change the "Priority: important" or "Important: yes"
> attributes of fdisk.

Dropping the (XB-)Important: yes might be nice to do at some point.
I'm not sure how that will affect systems where fdisk got pulled in via
the transitional dependency and I guess the package are there marked as
auto-installed. If we drop 'Important: yes' and the fdisk package ends
up as an 'apt autoremove' target I think that would be bad (but I'm not
sure if that's what actually happens).

> 
> Helmut
[...]

FWIW Given bugs where filed over 2 years ago and AFAIR the progress
on getting the bugs reports closed stopped quite a while ago I think it
would be fair to just go ahead and make fdisk non-pseudo-essential and
then just bumping severity of the remaining bug reports.

Regards,
Andreas Henriksson

PS. Who-ever does the next util-linux upload I'd recommend you also
include the Merge-Request !8 available on salsa util-linux repo while at
it.



Accepted golang-github-tidwall-tinyqueue 0.0~git20180302.1e39f55-3 (source) into unstable

2019-12-26 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Dec 2019 22:08:44 +0100
Source: golang-github-tidwall-tinyqueue
Architecture: source
Version: 0.0~git20180302.1e39f55-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 golang-github-tidwall-tinyqueue (0.0~git20180302.1e39f55-3) unstable; 
urgency=medium
 .
   * No-change rebuild for source-only upload.
Checksums-Sha1:
 7691ad0c3bf63fb294f6055b50564bb166ce674c 2451 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-3.dsc
 9409db4618cdda25eb59ed72d59465b5b9a36ee5 1868 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-3.debian.tar.xz
 6e870c4790804a3edf394f072fbb327f03863a4e 6340 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-3_amd64.buildinfo
Checksums-Sha256:
 48b176aa6abc07952cbcb35602994001d070b5ef515b8cb394d40a48d2a46b2f 2451 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-3.dsc
 323a54967327b8c425ac90a2936caf3c82c53585fe05dd03cb98c5c8dc85897c 1868 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-3.debian.tar.xz
 78b61a60af97b3987a496179e12d7dd87029357bb44220a5d7afd15e5744a10f 6340 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-3_amd64.buildinfo
Files:
 81c8a806a18befaca60aa91d49afa26e 2451 devel optional 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-3.dsc
 e574ae7ebd6309f8c0e568028120910b 1868 devel optional 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-3.debian.tar.xz
 99b8c884fae170937f0a48ac68f1a3eb 6340 devel optional 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4FIb4RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwb9jQ//fATRln2KJP7CGP9jE0kGJOp1i/zpAGvr
j0akC1Ahj/NsOzK4kQiyg7F+j+ENVbhtfTp3ipPmxxN+TeEsSKUqCf2qtPJqLDO+
koMAnx1sIfi2JZ3CH78RzGwL03XikVxKlAGjlJLmD//BOzbKGQ6indTEMgHJAFwd
ZkFXvKUT0zwX6iCu0pyTLIJQYm/HVOvkBgWYdhc78fJCw0S2MVHS6X6/fQf2+JLf
5kubSnZmmhVN6E1YA9pJl6Hx6jjsP011pWzWsNElRndY3tR0BhjYLXE+9tAWxg+R
XMsBfpD6vwCEWN1QwmzlXtWHVTyvS/OiEeqrn+3OhSoR6UA9AFVXCbsldQM5mwtN
DdvfY6w+6RoVvOOrzQFWWVmUpnCrFb8tb0VO2LFagfQhMXAZVWqfN3X2/VFQ6UX2
iTzRkk0kj8NFlkLt2VwVgcQHmCr+GdRF7TlZwm/+mOb+iHCW2tV1zf7pPdQFVk0i
nHT0hAkjrzoSwGZ6HveUV01Sr5GlXJ4gjnSqNiQDjOAFJSiVlP7okEZmc0Pq/oBa
+oAkn/jV7MKQ5CBWHySyr7cbvvyP3sYEqHSSYbsG2JOAEz0qJpyYIDyuahSqqDGG
imdN0DXrB0ct6nWVhiygF/JGER87gVvB1f92395UvhQ5A+YsYC5b4AtsbMCcZKsI
3Xrc1c9Pudk=
=Undf
-END PGP SIGNATURE-



Accepted golang-github-tidwall-buntdb 1.1.2-1 (source) into unstable

2019-12-26 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Dec 2019 21:58:01 +0100
Source: golang-github-tidwall-buntdb
Architecture: source
Version: 1.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 golang-github-tidwall-buntdb (1.1.2-1) unstable; urgency=medium
 .
   * New upstream version 1.1.2
Checksums-Sha1:
 b681d958d7e623a09358a59f7f5239bc31e1c896 2421 
golang-github-tidwall-buntdb_1.1.2-1.dsc
 f0f5170805a246929dbc686ddfd3ab537aeaffc4 130476 
golang-github-tidwall-buntdb_1.1.2.orig.tar.gz
 939ae3aca3ac2ae03da1229fd412c6c5ecb27516 2452 
golang-github-tidwall-buntdb_1.1.2-1.debian.tar.xz
 4ae4a12580ae63104a3ba4edcb9bbf275357ab85 6571 
golang-github-tidwall-buntdb_1.1.2-1_amd64.buildinfo
Checksums-Sha256:
 566e3c320f28d2953224bac90971865eee33dbcae43b43773573a7e3214d27c3 2421 
golang-github-tidwall-buntdb_1.1.2-1.dsc
 7d81c40752780b5081cb348f0c5e40c62c7f46fa59abfd6374328ed89f23a096 130476 
golang-github-tidwall-buntdb_1.1.2.orig.tar.gz
 2f885393209c4aa0d0edb6cb5e6bb98bc7715d04bfa139e4f06d5a3cff2c0cc3 2452 
golang-github-tidwall-buntdb_1.1.2-1.debian.tar.xz
 17dc4b9245c123f6e6dbb952106a4cbc853b38ae1349fe891f939b7300cc8b3e 6571 
golang-github-tidwall-buntdb_1.1.2-1_amd64.buildinfo
Files:
 0b04b6f212d3f90f4a419469f9f6fc64 2421 devel optional 
golang-github-tidwall-buntdb_1.1.2-1.dsc
 6b78e7ba04197dc364956ad26bc62a37 130476 devel optional 
golang-github-tidwall-buntdb_1.1.2.orig.tar.gz
 fc375afea49cd0ae68de7f321220cfa1 2452 devel optional 
golang-github-tidwall-buntdb_1.1.2-1.debian.tar.xz
 c0bd67721c99231b03c14b7caeea1a6a 6571 devel optional 
golang-github-tidwall-buntdb_1.1.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4FH4wRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYD+A//cthJsNx+YZonzbqRodimIyldqs1Vike4
oG0hEvHpYq37ZQnEhK/n4fjOWKIDL2QIkwSVqU4knFOqWcpVy84ohUUI3wgegsn0
Neb6KmDS4W2Ylemej72MiHt4zthTrCgvcJBX8OA/7wfsEXniyBI9nksMpYUiIwZD
hOv1AmqtWWCK5TgTOavxwYJQTpm5KyLkDu2o8V0LgpnS0dWwUsQzKkb2V0qGMtZe
uCXIATmXTf9Jz2O4uuAIOkQtIPF4pE/vWxIHhusQsm6atA7Xnf6g1W2HhMUtTu5S
8WPy3OHIhlfcwMhC+J/cmoYD36AOwwSUZRKgxp7uj30II2cIckl1i1Vrh9HJN4ao
7r6y5xhXmWuKu2VnlA6Ys5EE3HBXp6W9wzIbdq6je5KhujJH7IXlHu8HXK2R0Yq4
zyBfGBhZmbKwCM8nkDM1ZpNwn2e88+/hYUezjEBxiljPzbKGojLyQaYJKEtiS+8M
SHTAAiSJbOb7hpqJDasF+QCo+2FWo/HV5Gm1Ap5Ip4uu9WyaSIV7Ga6YzXGAYcJc
vWGz7YP1r2rZdqON7m8K97pRnAkJDZRU+7mXvGMDjbJQC77WnVvObHpzslcrannC
V28aFGO1m2Kwz5vwUwpiWHBadxkzr89lfBiAkMpk0jDsh51mZdSSPfNXgEeyaUKc
pYTfn5KUzIo=
=rufe
-END PGP SIGNATURE-



Accepted golang-github-dgraph-io-ristretto 0.0.1-1 (source) into unstable

2019-12-26 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Dec 2019 21:42:05 +0100
Source: golang-github-dgraph-io-ristretto
Architecture: source
Version: 0.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 golang-github-dgraph-io-ristretto (0.0.1-1) unstable; urgency=medium
 .
   * New upstream version 0.0.1
   * Add golang-github-cespare-xxhash-dev build-dep
Checksums-Sha1:
 b28d614284f4f8f66f7659a4c9f7cda24b4a336a 2387 
golang-github-dgraph-io-ristretto_0.0.1-1.dsc
 0a4c408940144fb6cf31bd43b31a51b8ed37f246 38290 
golang-github-dgraph-io-ristretto_0.0.1.orig.tar.gz
 28421c800d1f63c8c03274a914900ec016d3d655 2948 
golang-github-dgraph-io-ristretto_0.0.1-1.debian.tar.xz
 6c28403ea43dee97ec111aaee87cf5ce72112905 5900 
golang-github-dgraph-io-ristretto_0.0.1-1_amd64.buildinfo
Checksums-Sha256:
 98ce7cb58af214e5f13e89b3a0d65ab664cc128e59d5ddd2489b4cf15f220d9f 2387 
golang-github-dgraph-io-ristretto_0.0.1-1.dsc
 43d45a57d473bb87b21d2da60e45d4e809647f70f158ed161db4ff346ec20589 38290 
golang-github-dgraph-io-ristretto_0.0.1.orig.tar.gz
 2f8668a240ca827f779402a43365e57b5a4b88ac414db22fc8e1333662dd8d48 2948 
golang-github-dgraph-io-ristretto_0.0.1-1.debian.tar.xz
 5ce74b8850daea36d52b6eef4e0413d0e75d04cf4f2368cc4b7d3aa2265702bf 5900 
golang-github-dgraph-io-ristretto_0.0.1-1_amd64.buildinfo
Files:
 b4417809c3665a3a556952cef5376523 2387 devel optional 
golang-github-dgraph-io-ristretto_0.0.1-1.dsc
 b5f2668f1e4187b836fb0e426b60346f 38290 devel optional 
golang-github-dgraph-io-ristretto_0.0.1.orig.tar.gz
 235a04d53fa707591ef1e2bd07fb7d86 2948 devel optional 
golang-github-dgraph-io-ristretto_0.0.1-1.debian.tar.xz
 fd943fdf369a80ccfbc059bd4399cd9c 5900 devel optional 
golang-github-dgraph-io-ristretto_0.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4FG7URHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwaIQg/9GFj8WoPyZ+axT4k/tUCOif3d86CTkm+R
uckfdoXGmDfHC5C0UziM0SBDl4nwiXO1aFRzzjMdByLPBYyf43irjNC0g7EWOo6Q
ykdW7Z8rwxgMGNBs3ZDdn+RKq4aArwoEiAL3Jrtw1QhMCQH+v9p4pIzdaUtUgPRQ
DCHHpMMyXi9gb1RDvHblgqDzGhZNODrTwa2pyflRohwknCrZZtJANEWFyOKUwwND
1ITZMAK/Pc0h1lGVHavzNm9p7wO3dbn+r3pHNDH15J4M+iV8bCe3KW4o181rTFFW
0IdV2fuNumdCeElUM1j/GVGUjOnU5zUyWCcU9LTHaQP6h9HjUkptMTkqQ8ABnqT9
K5fsNdzqpb+nyaFh4w2Lw3bkSVZ+zOnfO5aMquXQ7xw6U1QwuIIDox4Cy4IeyNNr
j5Btdgr4vguM/gOUI9voRAUYPbDpuLkUaUFJdN091CnpkhSGL+be6qAqwWCYKTgz
tjSSVhdzvrabgJjWkuSJhJJegeGxot1kGTB4jBV4y1OGKB8fOE0EFBFKS7j/MitW
/9uD9GYBXA/xUIUvb9mRLnTYxDU/TQCiP1Q44FMuH1ufEjxYu+GRSAows8ZcIXqS
WIxdXN0FqRG8GAfIzV5otT9EHkGbBb7bc06ky7/tPH3U1qg4By4cahsFblmiH5E6
H/3u0xxhySk=
=XwGD
-END PGP SIGNATURE-



Accepted golang-github-tidwall-grect 0.0~git20161006.ba9a043-2 (source) into unstable

2019-12-26 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Dec 2019 22:04:05 +0100
Source: golang-github-tidwall-grect
Architecture: source
Version: 0.0~git20161006.ba9a043-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 golang-github-tidwall-grect (0.0~git20161006.ba9a043-2) unstable; 
urgency=medium
 .
   * No-change rebuild for source-only upload.
Checksums-Sha1:
 a5e3dd00211bac2d53afe47afafdc2e53493bf74 2430 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-2.dsc
 98ec008248f3adca53b9eb27091f379dbe4bc071 1956 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-2.debian.tar.xz
 983ffed01cce0c9cb2ad399cd08975fd9cc72deb 6443 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-2_amd64.buildinfo
Checksums-Sha256:
 4610381989ac1a1accf89d8c19ef3feb73372afdbe339a173e46ea2c90189a98 2430 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-2.dsc
 28f08033fc91f1bfe5f6defc0a3e2c5430dff585498a3cdd8b31127ad3bdecd8 1956 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-2.debian.tar.xz
 58c5a144e289d64517ad08c0aa16dc35797e2c57e20606407e9a061d0ad1434f 6443 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-2_amd64.buildinfo
Files:
 14f0d24542eb4b7e6bbccef5c012db7f 2430 devel optional 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-2.dsc
 10dfd1f4895b4c5246a6adcd89a7c644 1956 devel optional 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-2.debian.tar.xz
 58c4a5798781e8728919a4ba33d611f8 6443 devel optional 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4FIMMRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwaMcw/+ICAxbxPdl+HDc8CSLnJHAOoEOznA3Wg7
MG3OEBIJXsstk9xkVp1OxmxnapyqY3kOn0gTQmUaPZvzstTlcX5s9g+YUq9JQ2OY
Jdxiq2V7teHZfEyUwgpPaFpsj5kjFNgeIpNLidr0GWRiR3pmr6FPfJhVLmM8cCcB
PejfmLn33ASje8Fm0n4BH191BOkzM085Uip3E2NuoviGlUWV1Go/ZNIStouiq+8Z
5b0vgT/7bbDf7o81XDaEvYOBZo/SY4aEaO7liVGmFx0fYkwgZqccevbdzfJZdVuG
8E22THw65q8wwWZCicwYne0cYs17sigxQpyJVFvmgBXsOJYseFLaZ8pmXeLMs8qR
XcWhDRMELCIGwhTOy4CWuLimV4UNcszfEBWEP/+DnTzqb5i/tywLSCo679LSq/H8
edIJzRplbXD89xBHAlH2bCjFkmtRxpcDVicmqcWdjU3+eI4x/EFL/zefjJ+NKLnS
xpBr9plCm+v9vk3/FE7AXNEPqL08J/2UYWWneXz7jk43CjLqdzwPjdk6Mj0NqvYh
24EquGHB/asxr861KYNU8hsdtgawbKA0SVuSKj84cXDVSPkpTcP9gVYJmCN4roZy
hzcu3PLwytBz96TA+rkaRTBVck5Jjxwo/kJ/Q4iXlu/59yCR7Ww8YNIMSsuGt1IV
BJNrrl45CGA=
=rtqe
-END PGP SIGNATURE-



Accepted golang-github-tidwall-btree 0.0~git20191029.400434d-2 (source all) into unstable, unstable

2019-12-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Dec 2019 21:07:39 +0100
Source: golang-github-tidwall-btree
Binary: golang-github-tidwall-btree-dev
Architecture: source all
Version: 0.0~git20191029.400434d-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Description:
 golang-github-tidwall-btree-dev - B-Tree implementation for Go
Changes:
 golang-github-tidwall-btree (0.0~git20191029.400434d-2) unstable; 
urgency=medium
 .
   * Fix holder in debian/copyright
Checksums-Sha1:
 3a906ce8da658a4276681cdb3f6ae6177ffa8ca9 2366 
golang-github-tidwall-btree_0.0~git20191029.400434d-2.dsc
 cdb3c40040a26df7a0511bd1425c1c9963706db2 14912 
golang-github-tidwall-btree_0.0~git20191029.400434d.orig.tar.xz
 085c1d480d4ad5a20b3e19bd07c3492cac168b90 1900 
golang-github-tidwall-btree_0.0~git20191029.400434d-2.debian.tar.xz
 f70ff8ed623f8f15efee2fb055312ae7a53adb38 12476 
golang-github-tidwall-btree-dev_0.0~git20191029.400434d-2_all.deb
 ba221e4f48f74c50f8f4867c7c3849adc62126f9 5872 
golang-github-tidwall-btree_0.0~git20191029.400434d-2_amd64.buildinfo
Checksums-Sha256:
 a16318d7c629de10fe8bd4eacbac30b13811cc17286c68c31ad71e76fc09aa54 2366 
golang-github-tidwall-btree_0.0~git20191029.400434d-2.dsc
 0cc73f737c184ed2a02d60bb32c73d482b8ff7f1db84e9d63e0242d8af1b20bd 14912 
golang-github-tidwall-btree_0.0~git20191029.400434d.orig.tar.xz
 437f834711cd7ef34638321a396c3b40242eb54be86e5717860661ab763d189a 1900 
golang-github-tidwall-btree_0.0~git20191029.400434d-2.debian.tar.xz
 e23c262f5bdf0a769ca0e79cb816ac1f3eb25a080a98978b0c04258762812569 12476 
golang-github-tidwall-btree-dev_0.0~git20191029.400434d-2_all.deb
 4547c3ee8e22bf278bc426f9d60ddd6e12cb4acfaf90d4d3628ea066c92eccef 5872 
golang-github-tidwall-btree_0.0~git20191029.400434d-2_amd64.buildinfo
Files:
 837c87c15cbcbf60174d187d656107ef 2366 devel optional 
golang-github-tidwall-btree_0.0~git20191029.400434d-2.dsc
 1a80f93809c4e379483f4f71752966e1 14912 devel optional 
golang-github-tidwall-btree_0.0~git20191029.400434d.orig.tar.xz
 7d8655b6a378472b2f0939e7fe061803 1900 devel optional 
golang-github-tidwall-btree_0.0~git20191029.400434d-2.debian.tar.xz
 d85696eddea97210bad031767c42b02e 12476 devel optional 
golang-github-tidwall-btree-dev_0.0~git20191029.400434d-2_all.deb
 f7b6e07cb66dbe8ba5300db8e7bf98d1 5872 devel optional 
golang-github-tidwall-btree_0.0~git20191029.400434d-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4DyUIRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYxMRAAiUNnHDxjwxYjU7tkJ8mOpWdSK/okiduO
sVhz2maSUw7bXythfbJFh6LK02xrbu1nJ87KEqYF1lFVxfcHMzcFDc8Yaun78EmJ
IGyFv5luPRvOa/80pIhn8e7gCAdjjJUov/IS2FcvmvEUgLNQ4NssTDdkSHkeHeSP
UlB8rJGyUEaQ2wJDRAMid0YNLsvGYltAtBnHnU2Ge1qvkLhf+tKsKhvnmEx+077a
Lhkgxfs0DgPZ6B9/vmejDnH3cDqhdCKw9xc4KEq7BYRwgSjydhLcgIrUWv16hDXJ
IKLQHWghU8cCJnr0dxU1GCadsi4syM+UlGSqGghT6W7VndqigjcCwVlk/ceapX1J
VMnx1sJApBhQFeDVGLVwkGcNSikU4W8h+7PQ9bEnf/raZBQGXiK/A1R07/EwYOly
xN2k0UuPOxUl/riZX4o11tWdUQqImcBvq3eLgj3ofJi2gQPGHsd1KVeC7pQHgXuI
u5iVazyELnnUW/iOHY1/WsXcRwWi5YCk6qzCIBHCAuCWp1MnU0CbE4a4qPaO7oKD
5yuQCm2e5Jt/L7ewR0mIOLe/9pMlVVTVfaRzhqb9jo80WUElUJY7ZOHquRrFODS7
7gQTrVnO15E+nljH9CnfqxU9a9FksZIlMoVTrRKKaC/1GZIAFiqHgdRYvvEoR8A1
vzNgP2DrcaU=
=6yuB
-END PGP SIGNATURE-



Accepted golang-github-tidwall-tinyqueue 0.0~git20180302.1e39f55-2 (source all) into unstable, unstable

2019-12-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Dec 2019 21:12:05 +0100
Source: golang-github-tidwall-tinyqueue
Binary: golang-github-tidwall-tinyqueue-dev
Architecture: source all
Version: 0.0~git20180302.1e39f55-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Description:
 golang-github-tidwall-tinyqueue-dev - Binary heap priority queues in Go
Changes:
 golang-github-tidwall-tinyqueue (0.0~git20180302.1e39f55-2) unstable; 
urgency=medium
 .
   * Fix holder in debian/copyright
Checksums-Sha1:
 5de43a84db117215eb75b49c815626c719e014a2 2451 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-2.dsc
 ec6a90bd2e485d9db6abfd46a3a051f91ba24870 1856 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55.orig.tar.xz
 ffbe75afcae77d881b9b55db61daefc3a886aa78 1816 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-2.debian.tar.xz
 1d229810a060756cada6a7ee32799a466d26ca84 3208 
golang-github-tidwall-tinyqueue-dev_0.0~git20180302.1e39f55-2_all.deb
 6d2804467f5eb30c9638ec60b3bbfbbd0eab7b91 6340 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-2_amd64.buildinfo
Checksums-Sha256:
 979227883a5558a33f161f9c25fe1c760a37cf11d50e811e6e0b7aecd3316201 2451 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-2.dsc
 6238d3e5a606d2571392df704bcffc767fb0272de5e8817de785348a6ef5ec11 1856 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55.orig.tar.xz
 9580c53f646d2433c3e3af6fb6df9877fe467d7e9de06072a76ae8a7aa0c973a 1816 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-2.debian.tar.xz
 e0eb17a441b824af68e9a8671b90f9b3af0596fecc96a3a9de3d0d25f5244aae 3208 
golang-github-tidwall-tinyqueue-dev_0.0~git20180302.1e39f55-2_all.deb
 2f2d3cb93978b32e4356db6308479b91615b17b3f74fbdda9f8947c692fe7973 6340 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-2_amd64.buildinfo
Files:
 6e94dba3b47d09a75a9acf843334eac1 2451 devel optional 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-2.dsc
 bb9d62e53ce88bddeccdf70c4bfbefc2 1856 devel optional 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55.orig.tar.xz
 715c5c595b21b6b62b64b3ae4933a4d6 1816 devel optional 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-2.debian.tar.xz
 29bbc8ce24887c7a4deaba738f8dfaf4 3208 devel optional 
golang-github-tidwall-tinyqueue-dev_0.0~git20180302.1e39f55-2_all.deb
 d9ee575a601f92251d6fac9923a99dad 6340 devel optional 
golang-github-tidwall-tinyqueue_0.0~git20180302.1e39f55-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4Dyg0RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYLQA//dlFaUdX45imsgse49hxuXpM56qZhFbxI
6f8x8M2X5sJtGYegOSYHL3GRmGesktRDqfeEV3BY1qq6EqHf3/YUzkS+icBB8O0w
e8r+2E/nQ6eaag/t1KIw7s25gQI8hEOIb3kFdLSU+oCZA8U/Wax2zNA37gA7BSUR
29fJIS50l0JiHp93lMaMbM8Um2RlWeA9M2JUC6rI1zU8jmKF+/9yfcLhGawTScgS
7RM6QHwCr7fnLpWBw8H8vmrVK/mHFJ4kHudpXL0xN19Ptw8/Opw95OPIbD/UXP+Z
JI1qRK8Z0nwokgTPG4krJwDu06Xn2doRQUurirNRkB+1oLFPc4t/CkXkB9rnyV/2
N2PgbIq87OQVlYLkPU1JoUDPCLcROusueoQG+/oHlmwwftyrVMJ/7hSAsTK1BL9E
5g9VOOLaCDcWUKKq8uUS9NW8HDjYhMvkKAWdCZlcvPGMXt3+Kk2aSqbF7NkF+lIp
/vd1MxxPb1Ms3xg3R8+oQreFipY4gh8qzF19jUFZiJFaKQOPhdXBCDHwqGkip72W
Pen8LsOM+AouP44u9KoUz32v7K0naB2CQPiq4UgntPaKSsD3IQEJKV3YJCuevvxM
kKoVH5XMT57mpML2V17iOkkRycv2byLZepNA7Mx5nP3/fn9MfJ7u5G43Y/QFneeG
fRwO4tamzDI=
=NQDY
-END PGP SIGNATURE-



Accepted golang-github-dgraph-io-ristretto 0.0~git20191108.8d6a8a7-2 (source all) into unstable, unstable

2019-12-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 25 Dec 2019 21:22:17 +0100
Source: golang-github-dgraph-io-ristretto
Binary: golang-github-dgraph-io-ristretto-dev
Architecture: source all
Version: 0.0~git20191108.8d6a8a7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Description:
 golang-github-dgraph-io-ristretto-dev - high performance memory-bound Go cache
Changes:
 golang-github-dgraph-io-ristretto (0.0~git20191108.8d6a8a7-2) unstable; 
urgency=medium
 .
   * Multiple fixes to debian/copyright
Checksums-Sha1:
 8475009df7e1711418d327edd01d1fbc437b4817 2479 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7-2.dsc
 478515212000faa5ebba8a7b17ccf47b5d02349a 33840 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7.orig.tar.xz
 fe7df4abc0551f8a16da694de00163bbd68ee120 2884 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7-2.debian.tar.xz
 6799f3d05e9b9eca163ba07ab3e17f189bf19d9d 28336 
golang-github-dgraph-io-ristretto-dev_0.0~git20191108.8d6a8a7-2_all.deb
 440c60b0faf22ad64b53c6f816a5d97c4dcae2cb 5997 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7-2_amd64.buildinfo
Checksums-Sha256:
 478f04af755cdc0aa96b8f1cc8c837d48ab9ef82e41407a65d540c98a631afba 2479 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7-2.dsc
 81c305a9fcd2383310b9483b846c014973bc19eac99d87f0340accf0fd849488 33840 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7.orig.tar.xz
 ebed24673e7f739e4176c82227e2634529a993de9899159ac78bca33e5d3293a 2884 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7-2.debian.tar.xz
 68d0f6510ca227dbb5ad53536e7ceb3cf04400908ee4a00638bf5b4962cfe38f 28336 
golang-github-dgraph-io-ristretto-dev_0.0~git20191108.8d6a8a7-2_all.deb
 08d4d62cee7269cab1c5f0b903d1cf30cf6e16ff89167e25920256dcdc8cf05e 5997 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7-2_amd64.buildinfo
Files:
 cbfd15fbf8fe17096088d5baefb31399 2479 devel optional 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7-2.dsc
 979eaecf1511c02ef8097b17ac2d23cc 33840 devel optional 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7.orig.tar.xz
 34163baf551c2ea91a308655a523ec38 2884 devel optional 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7-2.debian.tar.xz
 6c2b86693a25365d781728a618344a81 28336 devel optional 
golang-github-dgraph-io-ristretto-dev_0.0~git20191108.8d6a8a7-2_all.deb
 6a87fca870425de073e1a04bece99c9b 5997 devel optional 
golang-github-dgraph-io-ristretto_0.0~git20191108.8d6a8a7-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl4DyqgRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwaJ7A/+ILeSgqyF/a++dop9wSM+Zn/AkQES4qnn
JTx00XxNiXTu2XIGkfoG4qTgqXPOFTha9BeXMLUMku1P3hpVEf0TpVmaqKBP8eAj
zGu+xD02bAjpTL8mUi9SpJDxf2PA0zhNmMDFUFn1nrTwSZoQwaOtsnyyUWPvRw5E
zL3o7gvfROCeLv+aAlX1DQ+aq7TOQvKRbQIkleew4+qEM1TVTPWKn1mTx/SOOHUj
1+WTjhL9aVTa9xs+AsLtN1V+hqtulkmifPvcMdCtpsW/KF7bGwbUfcczMfiqxysc
+zdJpqzRGZeaHwwM8eeQtg1YSEt+Qhr8ooUiGnuR1ZDkUZiLdw1IhD42LkBbESjm
sAt3CAMgjhJOiEYQW7TUuri5Dmwuz0Fs4d09/yicubYRA0UANI1lz/1Jm7tlefnU
/6nqmvSbo9CR2ynCWfGH/487edFkOd9U0U4+T55a+pbEIxcStl9nxaAc/bYKjSoL
Lgog+x3PJYGC7D0VdofyHSZTousQDsft2S2wlU/1PQssvqR3XBKYf4OAfcD3mNT8
Iv+DxQR0TM0tpWYNHheZ7bN/JVCYxWU/zPRLsZMrOFMOa5TyYKEv4PEMOXxXnjJT
PqZdVH+14ZH5ZxQF0Y3eIo1kK1TwMo4TP/RPPwCHfY3fEtqTxRLz9yPhcYDqRGzz
9f2kZRQSjdc=
=2njg
-END PGP SIGNATURE-



Accepted golang-github-tidwall-grect 0.0~git20161006.ba9a043-1 (source all) into unstable, unstable

2019-12-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Nov 2019 17:22:08 +0100
Source: golang-github-tidwall-grect
Binary: golang-github-tidwall-grect-dev
Architecture: source all
Version: 0.0~git20161006.ba9a043-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Description:
 golang-github-tidwall-grect-dev - Get the outer rectangle from GeoJSON, WKT, 
WKB
Closes: 945084
Changes:
 golang-github-tidwall-grect (0.0~git20161006.ba9a043-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #945084)
Checksums-Sha1:
 7fea4b8d31ac6240995caf397fce37388ff53e1a 2430 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-1.dsc
 510449f28a948f8932e868db11d9ea6e709366b4 3676 
golang-github-tidwall-grect_0.0~git20161006.ba9a043.orig.tar.xz
 20453eae5b74b49d7daaf24ef362fc0cf89d1f23 1892 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-1.debian.tar.xz
 7c40cc6c9523251599766df6fa75efa82aa792f1 4920 
golang-github-tidwall-grect-dev_0.0~git20161006.ba9a043-1_all.deb
 fd626237b48480b79e273c56619995064b337bbd 6413 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-1_amd64.buildinfo
Checksums-Sha256:
 4e941954f62d79d74d6b2b580380793a6e5ef1d093a5637e217fe3fa0b381e1e 2430 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-1.dsc
 6ab68c398ba10a57c1d404e3b30dbe5cfc307ffbd0840974d52c840d604a2d8e 3676 
golang-github-tidwall-grect_0.0~git20161006.ba9a043.orig.tar.xz
 b5896a5b69e167c9936dfa052ad7fae7fdf790e53d5d9e4326edc5a586ae4a8b 1892 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-1.debian.tar.xz
 7066e9182f0287369358633497bd125c2875fdb9a97a51e40951356fedc6eddb 4920 
golang-github-tidwall-grect-dev_0.0~git20161006.ba9a043-1_all.deb
 6b784da50c5080df51407e60119fc72a872759ce77665ed152576a936abc55d8 6413 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-1_amd64.buildinfo
Files:
 c463842474da31bffa714890adef4549 2430 devel optional 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-1.dsc
 1b726fd17a7af057d5699f7f577c2238 3676 devel optional 
golang-github-tidwall-grect_0.0~git20161006.ba9a043.orig.tar.xz
 3c613953daeb94b1948f0a6d4bd20b07 1892 devel optional 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-1.debian.tar.xz
 0b9f9ada2bf1cbb08721294aa3fcc677 4920 devel optional 
golang-github-tidwall-grect-dev_0.0~git20161006.ba9a043-1_all.deb
 0f9ff4751860550ca178dbd722d17d77 6413 devel optional 
golang-github-tidwall-grect_0.0~git20161006.ba9a043-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3U898RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwY1Gw//Vb5p/xeiEPnItQFPJgT6HhXnh0gTsZuy
W6hKlilGbusfLNzf/4pY6mu9+/pd4HW6Hf7byraCkZkG/dOpUQClyUuHfn9suL7X
WZYEEXyiMjDeAZTXqsDUn8B2oJGUZ1Xoiwt+oyp5YuSCxVcEhlg4sN3Cx/hXc3Jm
RyWQqs5YKVUD20PPhduK/NVNUc8I1ZC0rp3PyrydRYawEdzdy9757w3keNcOUZor
knsjc39mwo0PUoltg0zekg5292CoTZ4hxSi/Eq7zdmZxWM+BXYORLhlerCk2VkWI
AwsaDFOh98YJj1Z4SS4GjMT7I7BEiqn9R+7pnoe/BvmkXaWVYl8glmC1Ei+ELoYp
LzaA7vONrucG1ptyscraYX8e+qEnlLdTrn9t7a7dmSshVbkthUrF0KfBltpCArAG
V/wK961G3bqv/J415i6N6F2M1wG8gR/D0imtAUIzFSscO8HGvHoC8qlKoarbLybo
G5veivkVB1Bx7C9aeE8YvRMOKXWhyunuQZwjsydoYemL+fEeDDGNjm/J22/JI6mn
eXtyAzRn881zlysifRGZwxq9uw8U/CNlISMtir741dMgpsav6Q8mWD3PhhKft2HG
WLWqZehnEdeuifw6AQ7HiEZhWzNypwjcdxF09mFcCj3oA5i1WNXJ8bWLJ67iiO8h
An3sMyueBf8=
=2xR7
-END PGP SIGNATURE-



Accepted golang-github-tidwall-rtree 0.0~git20180113.6cd4270-1 (source all) into unstable, unstable

2019-12-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Nov 2019 17:18:24 +0100
Source: golang-github-tidwall-rtree
Binary: golang-github-tidwall-rtree-dev
Architecture: source all
Version: 0.0~git20180113.6cd4270-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Description:
 golang-github-tidwall-rtree-dev - RTree implementation for Go
Closes: 945086
Changes:
 golang-github-tidwall-rtree (0.0~git20180113.6cd4270-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #945086)
Checksums-Sha1:
 a8a4eee9aa2270cf5da364e1c377d662038d18c0 2403 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-1.dsc
 177c41a3fa3f6097f4bbc2bcccfccee756c1bb23 11396 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270.orig.tar.xz
 7ba81b1b8ace838cdf95a8644ab009d70846d717 1944 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-1.debian.tar.xz
 79e53d9761b89c58a255aaf8b84902998c2f227a 12460 
golang-github-tidwall-rtree-dev_0.0~git20180113.6cd4270-1_all.deb
 25a6119d146e12056d103e0f98d2effab3af88e1 6345 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-1_amd64.buildinfo
Checksums-Sha256:
 b093ec70af727a878a10ff3e0d6d50fe3bad33a2913a43aee62de52c8c155d99 2403 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-1.dsc
 9d882a50a90d52014037601c2e9c88d11b5792ccb26dede14453520689954eb2 11396 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270.orig.tar.xz
 0cf74bd692c9a5cde42acb5e34cf8334131e58e950a07b19de32337bca2da119 1944 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-1.debian.tar.xz
 f601e2e85fe2d7446e834d513d69418c5dba7a4416ee2d46610fe28f8b715f6f 12460 
golang-github-tidwall-rtree-dev_0.0~git20180113.6cd4270-1_all.deb
 42660bae88dc336ae3d0406a34c5a6e5d54b0aea274d58a738a925585cc5e0bc 6345 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-1_amd64.buildinfo
Files:
 f55f813adc4114f21e8f64baaf90ee09 2403 devel optional 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-1.dsc
 b025a673c538eea317fab9dc196b848e 11396 devel optional 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270.orig.tar.xz
 77348012a15ec6af9b7fe940f1305007 1944 devel optional 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-1.debian.tar.xz
 c9d67b4e0c8c0bab5db09fcf70bc839c 12460 devel optional 
golang-github-tidwall-rtree-dev_0.0~git20180113.6cd4270-1_all.deb
 3d18ac911388e4b0322a95bc39dbd035 6345 devel optional 
golang-github-tidwall-rtree_0.0~git20180113.6cd4270-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3U894RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbqEBAAgNZaq2qmU36XTUUj7zlTH9JzPRXKCMx4
KbuFh+WtejDXFPN/VBEawfpsoC3G6/amBSx2zZnO3uUxc0BUqnPuEYlcQIlONyMX
/wDVthWivuaHpsqAZNEPWTvDQwQe8ny8ftR3wzJvYSkgL1VN33QgPg+a+uLgQDmm
sh1alG7WkxaxYwVzj51dx9iMHeU/oet7f6vfS1QQCqx8FEnnPj4zLuuL4xpQBhtN
m9XcX8iZuDRRGJobFDAFC6+YJUaJQRuZzc2jSZSvOtzVC/kzY0O8SXrb780Hn9qC
L46lIXC9Xm5bE/hl04O0qPt6ndCo6xwj3751dd2rVRIS3Jr6eMCuIexcIOifB9vP
vOSYkhWBKWL+XgKidZ5P0+4572lj/0b22nPBJX52rMnd0uZgLPFlORwAxnu3Exi7
UirACzotVl2Tf/PGAsBdSgzIIR+UAXCm1glqzcCw3RIZ5sce+2YL676NwdSo4VVN
e1cjuHTVjTEmRVSq5flrrPDGfSDyAQ93CPXyKE/aXIuUk0UwTXqjzhjvkV5MuBFC
ilIXccXIFxPyKmyZNh08trgBs4gcFCSLrsQpu0805FPn1ViQIP3SwAADPsh0U4Ns
sriAZb32ResSKVWgqzh5vkMwPk4l/JK2LeQ6xuntQHqWsX/fdK1p5YL/IwwZP9Cd
XlTOberWnvk=
=86h8
-END PGP SIGNATURE-



Accepted golang-github-tidwall-pretty 1.0.0-1 (source all) into unstable, unstable

2019-12-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Nov 2019 17:17:45 +0100
Source: golang-github-tidwall-pretty
Binary: golang-github-tidwall-pretty-dev
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Description:
 golang-github-tidwall-pretty-dev - Efficient JSON beautifier and compactor for 
Go
Closes: 945085
Changes:
 golang-github-tidwall-pretty (1.0.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #945085)
Checksums-Sha1:
 0e4abc205e0052e2e7414b043b8a8b9d307b5b80 2286 
golang-github-tidwall-pretty_1.0.0-1.dsc
 d7483867b7f064977ee02fe5257f910f208f748c 8164 
golang-github-tidwall-pretty_1.0.0.orig.tar.xz
 ad84f0344c164c05ed674ffb1047b5b79423c212 2100 
golang-github-tidwall-pretty_1.0.0-1.debian.tar.xz
 16950a29b622445662715285992f31e08d7e8bdf 8752 
golang-github-tidwall-pretty-dev_1.0.0-1_all.deb
 8d5448c2fd6aa2acb5cb1b9d7f07445df5f8c8e0 6139 
golang-github-tidwall-pretty_1.0.0-1_amd64.buildinfo
Checksums-Sha256:
 3a645febdc1426e5893e24a53e0d01a8b91158f6b80957fbbfe376fc4863b971 2286 
golang-github-tidwall-pretty_1.0.0-1.dsc
 3d7d394f622ba9d5ffae25d384684efca9133a7fca74f00b8bb9dab6683bb4da 8164 
golang-github-tidwall-pretty_1.0.0.orig.tar.xz
 04981ad90eaa4395f219a410c22e97288b550a222485b328155eefb636eab5aa 2100 
golang-github-tidwall-pretty_1.0.0-1.debian.tar.xz
 02a8e70f1f29486c02f48e3185e4aa077a0c9ea7bcf1067b94069ece509301e7 8752 
golang-github-tidwall-pretty-dev_1.0.0-1_all.deb
 48d9e6d57c8ef4d0e6d021d435cc02bdbff9d6621c36b7776a35c5590db809a3 6139 
golang-github-tidwall-pretty_1.0.0-1_amd64.buildinfo
Files:
 bd170f4a5fb1093e05ce5bd3ed10c7e3 2286 devel optional 
golang-github-tidwall-pretty_1.0.0-1.dsc
 887b9e733725b95cf034517ec9c105f2 8164 devel optional 
golang-github-tidwall-pretty_1.0.0.orig.tar.xz
 c81cf76aa9af51ccd5b405ef7679c484 2100 devel optional 
golang-github-tidwall-pretty_1.0.0-1.debian.tar.xz
 98505d2165652c5046c8025d1c267c4d 8752 devel optional 
golang-github-tidwall-pretty-dev_1.0.0-1_all.deb
 cdf8bb1e896f287c41995a01cd9376fe 6139 devel optional 
golang-github-tidwall-pretty_1.0.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3U898RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwY8Hw/+LcTmKaEC1Rgda9memXF0M08Eg3Ye2lTb
gZjYjEbUu5GVY0P6FpDhPXYmz6oeqMWuT1KhJmV2Bbj3pQGqhwEBwQ8ty85YWo34
pNMXmXnPi+HLNTk2pa5V2SoGdVu5KxZ0kde1OEaQcWCZ2Kh/R0EYXLQ4ub98itlA
OXBw0DUUfnv/xdHovKmWJIVkYMD3R0ydQQ3ZAlE6OnvuvuVaL+fnT6oiA50x8j5f
5vjho2pN28eci1xu0pjQbB8gQzwEsLkj06j6cBD0K4GAxYxX/zUWgkiD+Z6QnqfV
F83zWQd8sPDkEs1k1qY/KCx7EeZn7bacEn+MR1EODLkmrVfgd/C+wEasUOPx1KEc
dqRPUHDY8eQNEwzR+tnWyaIMy4yjoit+lH2/oviU0s1EACoHNXqnJ3qKnfzJGypT
oMK81gvHnwNyctlRIqgUYwBPy2tQ+Iaxco3oF79XNmsdR3K4SM+MbKnOEFI5QSFc
SqF9QoNtrH58iu/P6OStijmNkIM/uqztiYIxoKap9Wf2eAlXvGUy0nDPlG6lLdtn
ECXKjQI9GHZuSgVsd/L2Ppv838hOk+tPIvH9UwnQf0TuE2IcMp5lbJXW07Cr9ocn
xPz8cGWW1/pGZFJHwV5P/4wgCeV1zQmzSDlR6VRYN8N9SVuVK5Ghw6DT3Nv90dR3
89y6LBr+pjs=
=TlwY
-END PGP SIGNATURE-



Accepted golang-github-tidwall-buntdb 1.1.0-1 (source all) into unstable, unstable

2019-12-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Nov 2019 17:30:11 +0100
Source: golang-github-tidwall-buntdb
Binary: golang-github-tidwall-buntdb-dev
Architecture: source all
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Description:
 golang-github-tidwall-buntdb-dev - embeddable, in-memory key/value database 
for Go
Closes: 945083
Changes:
 golang-github-tidwall-buntdb (1.1.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #945083)
Checksums-Sha1:
 358867b9c13814d1607b89b68d6ad578e912072f 2421 
golang-github-tidwall-buntdb_1.1.0-1.dsc
 43c106b6ad66758221ecb5e578492669cdc71e49 123572 
golang-github-tidwall-buntdb_1.1.0.orig.tar.xz
 2840ca98916c94c23c765eb76551a42cd2a445bf 2408 
golang-github-tidwall-buntdb_1.1.0-1.debian.tar.xz
 f7e5ad17cadbf6e705143b6ce2e611685a635923 25756 
golang-github-tidwall-buntdb-dev_1.1.0-1_all.deb
 af20ed5494de5a2269e0fe87363adeae071246c7 6541 
golang-github-tidwall-buntdb_1.1.0-1_amd64.buildinfo
Checksums-Sha256:
 ef29bfbdc1e9d321a3a933da2897bba3753c90c57abd30be99c692b2285971f1 2421 
golang-github-tidwall-buntdb_1.1.0-1.dsc
 8b8af1e5d321ab01a8b6e3ba9c29eade82f27072b4b49a6e73e068de47d81bc7 123572 
golang-github-tidwall-buntdb_1.1.0.orig.tar.xz
 80ab9f6b6e67603f022c6623415862a064829e0b548637d268447f6192695138 2408 
golang-github-tidwall-buntdb_1.1.0-1.debian.tar.xz
 6dd24ac357ebe084d8fa09012bc7a665b23329c2b40f2c24d760a8be16c22aa8 25756 
golang-github-tidwall-buntdb-dev_1.1.0-1_all.deb
 2044acc6e2c38141a06a04c3811190111a7f733dbc4f9ca5ab19418904314472 6541 
golang-github-tidwall-buntdb_1.1.0-1_amd64.buildinfo
Files:
 677d334d8b018a557d32a320818a6c57 2421 devel optional 
golang-github-tidwall-buntdb_1.1.0-1.dsc
 f293fa951c28f52b762d4c6b207bf951 123572 devel optional 
golang-github-tidwall-buntdb_1.1.0.orig.tar.xz
 a3737bf76b58ebf48f8eff3f52e7262c 2408 devel optional 
golang-github-tidwall-buntdb_1.1.0-1.debian.tar.xz
 aa47cbf73944f58f333fd33db1486002 25756 devel optional 
golang-github-tidwall-buntdb-dev_1.1.0-1_all.deb
 b23e60b01b060ba5ffa7aa083f45e65f 6541 devel optional 
golang-github-tidwall-buntdb_1.1.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3U898RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZcGw/9EPXRV+W4zpgJ78r4SVrZrC26Z7NpJ+oO
odfICEAGwQDiyJCZK7kcjWXk8nalXZ09+LI+OU+kqumG2EtvvI3lQT66Xn1KOj8U
Q950vqvUY8n4I5C3srhFHKgu9Du5JaUPNClgxPDfwzPpvs6sc+y37gVFlBuQkV5d
6sNtFJDQ2TYeFeKensxNDYgLgJn3kl6yOQiK/HsWxS9ZjcFkqkXdW3MP8JhE/Q7I
PBSluk926ab95Q3E2Z3skodjAKs1Y6631kbDg24SujVYBmpZtCZ6zbPL7CmAautc
P9AilOV+SCXwmPnN8XgGT8+PlvucKZu1kO26eAKTwgtWy4GksxIdtw9PjjOd/1uZ
T/m5CI9dZ2yIsumChkVxFSdSbqVz7jewhCrdc+/IN+0dEvqpj7K0Ur3njGJVD4PX
jltt/mKwkyfrALcntOOerdsfHQFai+DScXc6xy1qJ0WgcWdCHrAyXHQ+6Y3DVOc4
vWIZxQHOXBOOzNnF+EhMQ6p3UasEiEHpRWn5g9742JdfsuA7KcV9eu9ZwIQ9EHH0
T5XfHWn0kgLv44/kgsZpWL87i1dClTHp8H2TEtOeC3zxsueXZeSKI1trZmqjrVLq
UB1pXzElMZ3vbpw+CCU3+akoBzNlt0KRPO9lulwUEo6GmDa2t0r2NugJzUYgde87
xdt9STve4/k=
=cagb
-END PGP SIGNATURE-



Accepted golang-github-subosito-gotenv 1.2.0+git20190917.de67a66-1 (source all) into unstable, unstable

2019-12-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Nov 2019 17:40:53 +0100
Source: golang-github-subosito-gotenv
Binary: golang-github-subosito-gotenv-dev
Architecture: source all
Version: 1.2.0+git20190917.de67a66-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Description:
 golang-github-subosito-gotenv-dev - Load environment variables from `.env` or 
`io.Reader` in Go.
Closes: 945081
Changes:
 golang-github-subosito-gotenv (1.2.0+git20190917.de67a66-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #945081)
Checksums-Sha1:
 d004d875951bc63c78516180f06d3dfec068fd96 2439 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-1.dsc
 ebf1ea5b006c84381425fc2629a9db33aedd260b 7576 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66.orig.tar.xz
 02979dc7e778a80ff1f027e5d492057234bf891e 2156 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-1.debian.tar.xz
 d33191f215cf7550b948f32d556879583e2cb9e8 7968 
golang-github-subosito-gotenv-dev_1.2.0+git20190917.de67a66-1_all.deb
 515ca9571a7da5f430d654039e70eea41d4f279d 6308 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-1_amd64.buildinfo
Checksums-Sha256:
 ca0585b9051a526af4b5db0e40ef250c423a074e3c9d35debf85ed3818327c73 2439 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-1.dsc
 1982018d64610a9f43c8f21dec728011cc5e7f0650938d74b49c927bc750854d 7576 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66.orig.tar.xz
 567e290641f7164b42be818e4aa2833c74a053b1740bdda5844601cb12252346 2156 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-1.debian.tar.xz
 7d3b1c1287b7b0472a7b4c0a40a495a2bf12e6c8e68e04c07f80963a34be6b56 7968 
golang-github-subosito-gotenv-dev_1.2.0+git20190917.de67a66-1_all.deb
 335ec6a5b64517099b234af900adec1edd99cdd0e22b29b7b5f5bbc846f5b1d0 6308 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-1_amd64.buildinfo
Files:
 e071af0bf57c88c9de46eeada769060f 2439 devel optional 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-1.dsc
 e0a5269e6f805fc82404542099ab733d 7576 devel optional 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66.orig.tar.xz
 ea13132a5c4797817da35b860341463a 2156 devel optional 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-1.debian.tar.xz
 562e5d9d2b90b41fa529734cc67fe694 7968 devel optional 
golang-github-subosito-gotenv-dev_1.2.0+git20190917.de67a66-1_all.deb
 58089d2452c4c7fa758bb28e0b9397da 6308 devel optional 
golang-github-subosito-gotenv_1.2.0+git20190917.de67a66-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3U8+ARHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwY93Q//bMI2F3Z0UK5B+CUVxeUKK7AjebDjqnXt
V27os+1K3qY2ozkHN9ys08IOqtmfD6uvPPIiZVClm96zb25BgR/S5fFpNbHuVSZK
JpsxjtqCYtj9UKkuCVoi0D3GalVDvyKwY1yw0jSYPYj4CYjRP69sZyfKyBibTin7
9ultVdZZFXBqPV0ytcFacu6CTu9sTNT3wx5GSUPE6MyADYrygeM00O5ccs41wAjC
vGK8wCGmMdntylkV14SJf1C7+39INGOx3D8zEYje7XRV9DT+AQ7pNa23QCvyezYD
fj4f8vUhcYsK3krGnuTvUIPKZgEzLrFgtyhrqCMN4kUY9pAK0dUiuvAuQluc6Pw2
3UNiec/iN1llAswgn63OkkxAiyXwlX4fPi66Sq4JO326eHW1T6/AVNSzPY35G7HN
VKxAD0SsITI5niyRzvOVQc+taCti/71rzjwU5zbWqhvg4N8uCqdUMUM7ZhpMB0qr
cx+uf32JI4T2EMTsqXj3IfmrNkvXKBrCMmczDaLDbY8FVzAQxC4ZoCPz+7pv5JjM
6DfF3jB8pd+qm+1Pa8eobv2o+PCzM/kDQuCBsDCDOlLPREaIn5Q4n0VTVtA3k+VS
ZBY/i8/+ZQ4hA7EZUw5sDyvGrRAZCEQCZ74FIS0lTgCVFDhKvkI+ACo2OlTBDYk5
uLx3swY4bcw=
=gxrl
-END PGP SIGNATURE-



Re: epoch bump request for protracker

2019-12-23 Thread Andreas Henriksson
Hello Gürkan Myczko,

On Mon, Dec 23, 2019 at 06:32:15AM +0100, Gürkan Myczko wrote:
> Emailing only debian-devel, replies with cc to me please.
> 
> protracker [1], version 2.b37-1 now release a non-beta version called 1.01.
> Instead of permanently using 2.b37+really1.01, I'd go for
> 1:1.01, and renaming protracker to pt2-clone [2] (as upstream calls it) (the
> source+bin
> pkg rename at a later time)
> 
> So is it appropriate to bump an epoch in Debian to fix the versioning of
> protracker?

Upstream renaming is a very rare (and AFAIK *only*) chance for you to
actually get rid of epochs cleanly! I'd very much suggest you take this
chance!

Basically what you do is rename everything and use the new version
number, then you add transitional packages and for those you override
version number generation in debian/rules and add an epoch *only* to the
transitional packages.

Once your package has shipped in a stable release, you can drop the
transitional packages and the debian/rules override for them.


eg.

include /usr/share/dpkg/pkg-info.mk

override_dh_gencontrol:
dh_gencontrol -pmy-transitional-package -- -v1:$(DEB_VERSION)
dh_gencontrol --remaining-packages


for more examples see:
https://codesearch.debian.net/search?q=dh_gencontrol.*-p.*-v.*%3A=0


> 
> Kind regards,
> 
> [1] https://packages.debian.org/sid/protracker
> [2] https://github.com/8bitbubsy/pt2-clone
> 

Regards,
Andreas Henriksson



Accepted mender-client 2.1.2-2 (source) into unstable

2019-12-21 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 21 Dec 2019 21:09:25 +0100
Source: mender-client
Architecture: source
Version: 2.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Changes:
 mender-client (2.1.2-2) unstable; urgency=medium
 .
   * Add debian/patches/0003-Update-tests-to-use-artifact-v2.patch
 - Fixes FTBFS with mender-artifact >= 3.2 (See #947135)
Checksums-Sha1:
 67da54947a686efa5c914bbe5257f77d4595f435 2521 mender-client_2.1.2-2.dsc
 51e3754d58de2bc67dabbb8ad20604897a13fe20 138864 mender-client_2.1.2.orig.tar.xz
 bd56216df46efad3831aeead68b43701ff3e8b10 7204 
mender-client_2.1.2-2.debian.tar.xz
 73b3e4a7b1296097fde8c8b9af6f55a7dd925dd6 7665 
mender-client_2.1.2-2_source.buildinfo
Checksums-Sha256:
 41d5b00a135cb7825a21cab8f736a92eb5a3658df8f74e37692413093893 2521 
mender-client_2.1.2-2.dsc
 7ed51faa143e9b03bcb2a6c054d92171bf2c851a8751a9ba8cc96ea43a9d10f4 138864 
mender-client_2.1.2.orig.tar.xz
 1770bf92c5138277ac69154be61bc4e1091a91cb53da987339097f57cfd77eca 7204 
mender-client_2.1.2-2.debian.tar.xz
 38f1157f2f4540d4037dda874eacd6d67ef2e7c9f1db0ddf7aaccc8db20f7807 7665 
mender-client_2.1.2-2_source.buildinfo
Files:
 68f1e5872dc301a266bda791f3e91c32 2521 devel optional mender-client_2.1.2-2.dsc
 5c2d41aff12bf442b90a68ff28b5eef1 138864 devel optional 
mender-client_2.1.2.orig.tar.xz
 9023b36f310b4de76bf277e2c8af0ed9 7204 devel optional 
mender-client_2.1.2-2.debian.tar.xz
 e2745c674a0478aac57f4a6a73ea5620 7665 devel optional 
mender-client_2.1.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3+lr0RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZ6kg/+N+DvfJs0ZHEyuhqZjI+i8t3E6LPNyhWM
pKfQQeiTAzDll3YRGqvR16r/28q/DKBKQoKIMVzxhaR2VlIMLfhogA0mk0G4/r1U
NDW9N5c8p2glmMsrSRdLW/p4mHU06hr26v+zMPR4nsW+peeOhO1WDupF+R/Ul5B1
y9sQ9wQJBKsTdoPWoMma0OZRBQIrqL7vqDNtRBgXfuG31Qvb2kizgL3HzefP5mub
CpEf8rmKCpdfbq8aWHVyLYl+/U/9I0Fn9Lgpl1UOmY5QD013VltILzg8oRZWx+X6
USEJiOcf2VBM+WBequxCFI/MCWZxbY10RluOpMQc2hJqGWdkVSP2OCNIYVc4O4vy
px2vbdmeLnge7ssCib40WQE8SFSWjXUIi5NcAVSZ+3F2NxNHQGH8udrK+1fQgFZu
lk8c8TzKRoiAN+7Tih4S1ijN3irygVKZ5Tyzo856ZJbA+SjQO3TxdpMfhP1GN39k
NRgFQYdilOKOUdtQPWPY/om7mU1OiJ/V3CidTqXZfzrkXkR68I07bY6bofhnxSZN
KkncrN66Be9eglTUQezpOqltyOPOBxR+tQGw+Koydeoc3MfnN3nhkMYAB3qZVBeY
UX6Kbbn2/dLSrDUwj1e0sqYz4fZ85Hz9HJXW6UPuvist7aaTOFAsgTXqhXxXLQER
VH/i/lF/6hM=
=ma/W
-END PGP SIGNATURE-



Accepted iwd 1.4-1 (source) into unstable

2019-12-19 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Dec 2019 21:40:03 +0100
Source: iwd
Architecture: source
Version: 1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Henriksson 
Changed-By: Andreas Henriksson 
Changes:
 iwd (1.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * Add debian/NEWS about iwctl history file non-migration.
   * Revert "Add patch suggested by upstream for EOPNOTSUPP"
   * Revert "Cherry-pick patch from upstream fixing crash"
Checksums-Sha1:
 fc9b8ab5b61a73a7167d6b33e2006dfd47fac48f 1835 iwd_1.4-1.dsc
 4a9f037a55b05d061acf2c77e2c6802c4ad01735 830548 iwd_1.4.orig.tar.xz
 3c66dd8c005a5c79e7f8db97ce70bd68e9f5ac50 6704 iwd_1.4-1.debian.tar.xz
 049bdcb2d4f8f859da662a4fe7ce7fa2e0ff67f5 7112 iwd_1.4-1_amd64.buildinfo
Checksums-Sha256:
 20b154958fd7488c3356a421a62564277bfdf7616417c37d862eea81d6deb347 1835 
iwd_1.4-1.dsc
 695939704cf2f20b7bb8b95ba41a0a17d22112b1cf352515549ad0511e67df94 830548 
iwd_1.4.orig.tar.xz
 6b2538a6d50ad6e3285e55701f62d98aa89e8325948bc41a3b514d1170ed0865 6704 
iwd_1.4-1.debian.tar.xz
 c52565c990e57e6356e90c658db084795717543d7d465b38410ac07ee7763a3f 7112 
iwd_1.4-1_amd64.buildinfo
Files:
 fed7fc073f2a780881d71849bc2fcee5 1835 net optional iwd_1.4-1.dsc
 4c84de4d01254102f4099fb5d57e3138 830548 net optional iwd_1.4.orig.tar.xz
 617ea3a984ef57d8460bc20348530b27 6704 net optional iwd_1.4-1.debian.tar.xz
 dc1b99f4a8a7b4eab6611e8b5d5ccc9a 7112 net optional iwd_1.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl374uMRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwb84Q//cYh1X0EOL7xfaYcjryXBhSOABYe60S9D
NTQhLNJK9sI4E4XbC0LodIqqEdMUzFtZn+FZwXQPutbkbaMRa3hXa46zgTCCgUU7
rHdFe6NNTMpTQy+EOj3Y8t/XIcyzcsJMYbXnAhxcR2Whdw0a+g3/EBsOun18rO3x
4PeGbRyOmUKSjVfa0fp6t1zCsRACgnpCrFl0Y3BI1iMTIJ9vvvGDtyFk62cbwHFm
UYOQQqWxA6gchJ9QcNT8c0Pg+eU+jN3AGhvp/gpPZFqAI9HXQBKVKMQ+xewWKb4l
CvlviqECYXyEzBcmaWVl/cuqNO55pAG0tTtSKPwg2wv07XSleiJUVi9E2/kfyaAF
Yk9CzJmP/5Bzfluw6OKay70R8Sz8uaA15CjyQPyevLQd+LIQ3QyEyPCMHTdwyY1k
Et3jDnTX/fbisMwFYpHQyZiqfQ7MEqaW8RBjQjrBk7fjTZQRLcBMSb5py/7lZQmU
IncCPWEYQJJVaYawOEeNpuXmMmjBM7z1AiKxFRJ47Kg2PGlrN6xno8LLsYaiNBPG
a1J3KyvcyB6FEagvO31oDo7yy/C2jL86Z2STSrv6/L15hp4i1fNU/+1js3fBdV4v
Ls53cehoKB9pR3QvJWn4fxVo+nmMpqlZfKEnEKx+Ou4AbGOEViWRoGsWbtaZ5ldY
D/NATtAF12I=
=XwPL
-END PGP SIGNATURE-



Accepted switcheroo-control 2.0-1 (source) into unstable

2019-12-15 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Dec 2019 12:26:51 +0100
Source: switcheroo-control
Architecture: source
Version: 2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 switcheroo-control (2.0-1) unstable; urgency=medium
 .
   * debian/watch: update for move from github to freedesktop.org
   * New upstream release.
   * Revert "* debian/patches/gtk-doc-make.patch:"
   * Cherry-pick upstream fix GPUs property variant declaration
   * Add libgudev-1.0-dev build-dependency
   * Replace configure option udevrulesdir with hwdbdir
Checksums-Sha1:
 b2310e6e5b492b666e1ed1f95ac2fe2e462f5ffd 2177 switcheroo-control_2.0-1.dsc
 00b20ea109b679f04a59a991c2e1b1842d9c6de5 105520 
switcheroo-control_2.0.orig.tar.xz
 2babd71f8094b0c7b4c36f6dbbe37a302991e9f2 3212 
switcheroo-control_2.0-1.debian.tar.xz
 709c5cacc8de78bc48dbbe3466391365e2317506 8583 
switcheroo-control_2.0-1_amd64.buildinfo
Checksums-Sha256:
 c7017d3fdf7feacaaf4e4fbd42e04577b2a1ef222140bc3b06d09eca4391783b 2177 
switcheroo-control_2.0-1.dsc
 d0f1fa8e265567cf50b48d2bced8da9561f98d28fe49c96f598c57f81084a658 105520 
switcheroo-control_2.0.orig.tar.xz
 ea442aed7cf81e9ecfd997101aff00879fa0af219b6ba968593da8d2c4b44524 3212 
switcheroo-control_2.0-1.debian.tar.xz
 e94c52186fcbdef86017a9fa576259c359d762363f3e42ab0d0560a66237439b 8583 
switcheroo-control_2.0-1_amd64.buildinfo
Files:
 450b5bb8bc3fdcacc36dbcdceb377ba5 2177 gnome optional 
switcheroo-control_2.0-1.dsc
 cb4386973bb9943f4552e2eeef93bc6a 105520 gnome optional 
switcheroo-control_2.0.orig.tar.xz
 ddafe843dc26b19ff5124184f51e9ba0 3212 gnome optional 
switcheroo-control_2.0-1.debian.tar.xz
 342fdbe2637e26cf51f93e4d790ba4c7 8583 gnome optional 
switcheroo-control_2.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl32HFoRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbyNRAAn0oWcvho1nPJUot9k8zn2M8dq/PYGPhX
Eiu9dUjbMSdX7TRD+nE5YlEa7WLrjU5S4XZK6jIx+xOHQjxCupTGyvwl499+FNDC
C0fG7QbkyQtU0XTTt9TJ+0gNuRcEQpTxGLQy6oojKp1ceujInIRfmjtEnaHyMmlv
iGyn69cMJNfDXKcZc1ibEZwhxNVQTWw481/VxXCXaFVofnZ4JQQnMH0G0kJoEdsJ
CHWyuMtAqHzVzf5ha7TvR9qe8NnK2ldiUXukfjhoe/hy+S3fNMato6yzfLKrUU45
MNgxnoikWf84kHCkm7KEMHsgt8yW9gkoz0DPyNpDdjRGQYII6XRMcqF3sxtN2a5v
Qq8lGuGKwqwTLqcH56dZEg+Npie2ihHT7vKU8ut3BaAiYFqFnrNmjg46wawhd0Rm
7FdZxjtRZGMwFD399bzC5htqDUpeMI34JXuxB+4l51A5eLKFsu08DnoG0x75uVgc
Z9b8gCws5Z+vplLTi6HOCQ/stQxuYSamef0CDpEpuFVTGMUNv9gsAk6al/L+0GdQ
SMJR1jvk0eQ5mTVHXHZkEqwLlJoo6Wp1aKu7ckvjBMju/XE6HD3sYeCxBV0UAMMi
hj8HV+YhSj2t2bvVKIlmAEKTs2X1AsT1ex3TMOkeTLkcn0SWqlxPSBDgA7gtcTKZ
jf3Ujrqxwk4=
=xCJI
-END PGP SIGNATURE-



Accepted iwd 1.2-2 (source) into unstable

2019-12-12 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 12 Dec 2019 20:00:05 +0100
Source: iwd
Architecture: source
Version: 1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Andreas Henriksson 
Changed-By: Andreas Henriksson 
Closes: 946639
Changes:
 iwd (1.2-2) unstable; urgency=medium
 .
   * Cherry-pick patch from upstream fixing crash (Closes: #946639)
   * Add patch suggested by upstream for EOPNOTSUPP
Checksums-Sha1:
 f6cdeaabdebcfed4c5d114d8d46668435715de7f 1835 iwd_1.2-2.dsc
 6640aec42b891238913933891fdd5368a532231b 7316 iwd_1.2-2.debian.tar.xz
 3b8c02f40bdb29c50c84875e0bd9bb8a75e030be 7094 iwd_1.2-2_amd64.buildinfo
Checksums-Sha256:
 9f6b414a30924b61769711846a1ceb5ad0063b3be63bb7e7d89441a059ffe77d 1835 
iwd_1.2-2.dsc
 14757030195e6a10345a54ff0107474cb7e28d2eac3efafcb74c8d28804d58a8 7316 
iwd_1.2-2.debian.tar.xz
 4814bd09ecfaa43906f54f2525b1be58cf911a05642fae3cc1f5f591f7602bdd 7094 
iwd_1.2-2_amd64.buildinfo
Files:
 84324d0f90fc7d72d2254c88494ec0db 1835 net optional iwd_1.2-2.dsc
 621fecdc839e5ddf93150813be30f844 7316 net optional iwd_1.2-2.debian.tar.xz
 0005b2a81b61acd0ba2ba9abf31eadbc 7094 net optional iwd_1.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3ykFIRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbzBQ/8DZidcml5bKg292bg1hKSKBirasC/YFbf
ONnuxAcNreMHG7BhoiS8R4eF+Hxy7kn6aq2M4UStW1ECTPBR1BWEOwoc9wuB8Dim
ghrHbd8pWxSZuP3DHaslB54tF/SHBQ/AT+xwVJczol8TxJhHJ8oxUCi5x5wghrdY
zgExvWGtQIdad+qWbFL98wrsqDJykRom57iGOcJhCCRzuuhmgho1DTz1LYkWz9TD
iOm6NsFCskOMArdY6ru0fp38Dz4vWUNXUCs4UqFg3W3V6vhAaTG1Ai3crwy9RhR8
NSvQEjP1Fr7eXCKr9T7mSbGDovNm1sTWmohCQsEVECDq4I7/AIZA/YLHlIxGtW2a
N/aBy78ywOnsD4Wv3Yg1J18DR2HwFSCzBTPAeDRzz4R/F36zhJ3Zkd8yRlfLfQBa
pT7bg7SkTzRYf7oMJkOfrEklw4VpF56hk9HxK4AFlIu4k6yS2PfU5mOaoHR5tjKY
FG67V1bq78OcJDu7BqSV/I1XQ+RAot+K9SMtzTupxFMlZy4JJbSTBt9knMhdmGA4
FuU7Q5HgMBhJaPzPrJJRoP6/IGMhDOMvKC7XCOdn9y4SItS/oCYEGUFuO9wddmF+
5GSOZVe4HINFaj2qcglEVxwaxtcgeL93suhlwLfMvKn8DLL74MgDRjcomRFyynxe
jEjPWZ3A+tI=
=KBEm
-END PGP SIGNATURE-



Accepted iwd 1.2-1 (source) into unstable

2019-11-28 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 28 Nov 2019 10:06:15 +0100
Source: iwd
Architecture: source
Version: 1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Henriksson 
Changed-By: Andreas Henriksson 
Changes:
 iwd (1.2-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 5d8f90265a379aefaef00842d7bfd1c9bcf13e4e 1835 iwd_1.2-1.dsc
 d67232056fee325e3c551c5855d9c4283b64e2b8 827704 iwd_1.2.orig.tar.xz
 bea5dac2455c186603d2ed106edb587687fa4d46 6436 iwd_1.2-1.debian.tar.xz
 46a1748282714964aba8c4330ba0c89882513432 6817 iwd_1.2-1_amd64.buildinfo
Checksums-Sha256:
 53bb0dd2fc6464a282c40d65cb2c9411c0dcdde7d53879f3725c599ef1804192 1835 
iwd_1.2-1.dsc
 d84735c0e323055c99906145ec7d6fd5029130818906f0c8684b85ef8b850f88 827704 
iwd_1.2.orig.tar.xz
 b7b8ac5d5aa692fc50c36c180f9366e4e62a8b24dec2cf1bf6bd5b6d7baac03b 6436 
iwd_1.2-1.debian.tar.xz
 f6167c0d1b051ad6cfd75f7e22fb12ecb276d9b1c265c4ec9d05a975ab7f8be9 6817 
iwd_1.2-1_amd64.buildinfo
Files:
 cd426715a176a083f891f73b46656f28 1835 net optional iwd_1.2-1.dsc
 f8bb17e5d6f6188da9b90c575f6b5f5e 827704 net optional iwd_1.2.orig.tar.xz
 abd473ff7dcd508667b84f24a2f82727 6436 net optional iwd_1.2-1.debian.tar.xz
 3022dc37057be072e8b3e9e29f3aceff 6817 net optional iwd_1.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3fjwgRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbHpxAAisnTFUTUpPlu0PJgezoHonKi4ix9WAUq
uA8nLOez2ra637xB5bNOLYx87QKwIYy5VFfUPPQT9nY8vhwSzR+QjQO+HbhKd4N/
0fZ5GWsV9K9B60M1OcN1+81a7ALg16jWAd0O04gupDf1fd7v+HpEoW834IoqWVg7
3S9bm6pwMJS0poZFG9nsywPVWl/QSg+HfBFei72+W0ltuEKJ43cwV7FcmZyYrYpB
0izlBCwR0BS/XEHSqV/BIVnWTI3oxXTWh3goNTRZdVCs/VFyMVGlMwEVKIIC4NhM
ZJlVCVAacyxd9WoQUbjLEq+na596yx6miH5/q7Hz9MAAsdx4Ny+CjPAjndFqPE/H
NTP5dlevBl3OadtipBhydgNOIWsarVlRs5vkx0o0UE8RoJmeHT5i4Na5ZYjBr7xN
Fqa4KPViwEWQIcZjCgNB3LtD4YpbZMndMwLcBeLkfrafpqHySPp9J2h96z1JseFZ
nNNBs8a5taDCAB+QJUxr1ahlzNMskuhQt7dt7Aac+34se9BY8heMExfPhNNC9krW
4oEvPzXJ+DK83Ni9dhI5klD8NwxHJgxXBWZNQ67RTc7TD1lyQXWf7NQpom65std4
ddw/kdVdvzwjXSZAGy3eYaru/VmTGV5zKbt2o4NlkzEJh4LmBJGAqrDLeS/+FcVD
QDhRDQCkyEE=
=7gJr
-END PGP SIGNATURE-



Accepted glabels 3.4.1-1.2 (source) into unstable

2019-11-22 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Nov 2019 16:55:55 +0100
Source: glabels
Architecture: source
Version: 3.4.1-1.2
Distribution: unstable
Urgency: medium
Maintainer: Jakob Haufe 
Changed-By: Andreas Henriksson 
Changes:
 glabels (3.4.1-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Drop leftover gnome-doc-utils since conversion to yelp/itstool in 2012.
Checksums-Sha1:
 f28eb85195fc4307f306866eb04676b92749a946 2214 glabels_3.4.1-1.2.dsc
 1f278076ebe2641e4143dfd3efbb67891a506843 14284 glabels_3.4.1-1.2.debian.tar.xz
 66db3588cfa3c7bad59a3cf2231613e78b4b4743 18114 
glabels_3.4.1-1.2_amd64.buildinfo
Checksums-Sha256:
 4dad70ca1780dc5863298251be5e6ba252005ee8430c6856a97d603e83ab3eb1 2214 
glabels_3.4.1-1.2.dsc
 b974f8b1828ca38eddf7ea5add6e6caa044768e442fb149c290ab3b0f221960f 14284 
glabels_3.4.1-1.2.debian.tar.xz
 7bd20c905e1bb7cea7cd2decc9045a4cf7312296d5930ddb548f9dce4a1c4143 18114 
glabels_3.4.1-1.2_amd64.buildinfo
Files:
 fddc27df83c9f560e5a876256e0f070e 2214 gnome optional glabels_3.4.1-1.2.dsc
 09bd4403b775bcd06705cc2025eb7879 14284 gnome optional 
glabels_3.4.1-1.2.debian.tar.xz
 31a71fab0ba435fa10badd4dde9979be 18114 gnome optional 
glabels_3.4.1-1.2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3YBckRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbOAhAAhxiT4SVLPfOMuHMdxXS8ufN7vANv9J0r
iayioQVgfe9h6z8V2QUFtLFnARd3kRbayeEK228vhydryXt8SpQDrlKfjtJQ71Oe
CFQVnDXK/nC07UKOwfEW+QTIVdlUsF5GWkKfCDWt9AUWP/RfB3I/m5xuaBaxKpG0
h0/41aUsgMe+D3zRkbFaf6jFUBJr462+3hdppucPtwfj00Ah5OyPd5rMbgGJjqlP
ob8G2875++1HIZJbzuCtt26/7WT4YqQZelmliIRFTyzHIXfO80k1DQBZxgUkQtgK
wnQYX602i+lbYEBvlXtGNG7SDxJTibqpXGLMXq3f/4R6kZ7Xm/aozVgggmIyyIrA
zrgSiE8rmV70xO7hrr5kVeqEDB/tuX53/Z0De4oDVVVvW9yPsOKgV2cJfVJCqZWg
GDfFowTt0NdRN7+MbfPmJBgLc08xtAWNtWQKwpEXXKCi0FmY31NY2NiYbB/dhIZy
666jokJS2A8sP6n3DIHCmtkHQ4jmNFwUapR1oTrFEtcwqe56xAaOdZnIANxyRaxU
YcEhgQrE43LKD203sdl+wO9ZDSDu4Qi8R5IDiTltjCcp9CCy9ixIYO0uP1tasl+3
sVBRTMbsndQZ/ZFrDb4yS2T0xf9U3GBJIPGSIljIbHRTnIYSbNADRb2Ss0998sT2
Aa5JPQo1gvM=
=en/N
-END PGP SIGNATURE-



Accepted gtk-doc 1.32-2 (source) into unstable

2019-11-20 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 20 Nov 2019 09:22:49 +0100
Source: gtk-doc
Architecture: source
Version: 1.32-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Closes: 939500
Changes:
 gtk-doc (1.32-2) unstable; urgency=medium
 .
   * Team upload.
   * Revert "d/gbp.conf: Set branch to debian/experimental"
   * Upload to unstable (Closes: #939500)
Checksums-Sha1:
 bb3b48b811d93b54b645f18908aeaf609b63991f 2309 gtk-doc_1.32-2.dsc
 3f1140caba57f32dd334ab86561217453ad31fbc 15584 gtk-doc_1.32-2.debian.tar.xz
 ab2f1991f8df1710d7884262b4cea546f214cc5f 10176 gtk-doc_1.32-2_amd64.buildinfo
Checksums-Sha256:
 4a7f73cc60ac8c710dda0302632651303e9e726e1008cf45f22e08d20dd925b9 2309 
gtk-doc_1.32-2.dsc
 bebd2f5c49384ae6fb8ad3a962035921d57a6ee918e5e31decdb866ca258a66d 15584 
gtk-doc_1.32-2.debian.tar.xz
 2656fd178d161f244ca9aa13e6f884a6e56a1d322108c823c222d0a8510ef222 10176 
gtk-doc_1.32-2_amd64.buildinfo
Files:
 e4961ee94e99ebe709e15c1181f46355 2309 gnome optional gtk-doc_1.32-2.dsc
 bef664a72da7f56975daddc224d456d0 15584 gnome optional 
gtk-doc_1.32-2.debian.tar.xz
 47da206cf262069cc65806af694abd52 10176 gnome optional 
gtk-doc_1.32-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3U+gsRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYXNA/+KHiZIFdUjYPUOZZ8sH1EOBAgoo7H2jUr
eeE3+BYYnq6JbToiVUjfPxzZdhmXg1OC+gXK7lFukcaqcD4qEVBtITGV3tX03tfJ
DYjZ6FBtXoROZ4MzKthBRBkAaApPCxpAm3UlakazTDjHQ1dDfHDf11/Gbz3jxRFG
7pmoxEQjF/uLqv6d5oU0iTaGYod6Q7ay7e2t0uJk3WRvkqWbbYR0/AM4XWZFCTer
DdB9BeCxpVjXyJTGMmL8yce0l8/kg1NC2j+BkjGJT5wZ+w1ZMrUaPbfRk/fz6Wm2
g2XvDg8w2VFyd171It+UJ1yEldCuOFi02hRLRC/2ZV2+6j2D9G1wZoApoXfZe6pw
lE4bzBh7yhztFzEZ0Hp/R6uAfIx7tQ4wJ0taoa6ni5Dfhy4bFgU724uPLQ52NC0f
BxLMDDg2ExKAQyjicyakHlLLDjMOMZm4PkdFCYOqOB9gqj0K865Liv7svZTS7udC
oKsTuzGf+2l89Yx5D0kGxfee/K23wQcCFx61c7E5+gJRvKGWu5U8X6f6H37hs1Dz
wYwhrLbhencNd7mY99lXQ4l/xjgCS+a8ko32J2reMhW6HLbmgqJmLVqnRG7haOpZ
kOj/eXSKRQSV/5SOdGkaoYcTjEsx+zkELUwJzIUmhPpjxtD1E8meudtkLMmuszlJ
avQLAQKesqk=
=tMi8
-END PGP SIGNATURE-



Bug#945087: ITP: golang-github-tidwall-tinyqueue -- Binary heap priority queues in Go

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-tidwall-tinyqueue
  Version : 0.0~git20180302.1e39f55-1
  Upstream Author : Josh Baker
* URL : https://github.com/tidwall/tinyqueue
* License : ISC
  Programming Lang: Go
  Description : Binary heap priority queues in Go

 Tinyqueue is a Go package for binary heap priority queues. Ported from
 the tinyqueue (https://github.com/mourner/tinyqueue) Javascript library.

This is a dependency of garagemq a.k.a. kubemq.io



Bug#945086: ITP: golang-github-tidwall-rtree -- RTree implementation for Go

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-tidwall-rtree
  Version : 0.0~git20180113.6cd4270-1
  Upstream Author : Josh Baker
* URL : https://github.com/tidwall/rtree
* License : TODO
  Programming Lang: Go
  Description : RTree implementation for Go

 This package provides an in-memory R-Tree implementation for Go, useful
 as a spatial data structure. It has support for 1-20 dimensions, and
 can store and search multidimensions interchangably in the same tree.

This is a dependency of garagemq a.k.a. kubemq.io



Bug#945084: ITP: golang-github-tidwall-grect -- Get the outer rectangle from GeoJSON, WKT, WKB

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-tidwall-grect
  Version : 0.0~git20161006.ba9a043-1
  Upstream Author : Josh Baker
* URL : https://github.com/tidwall/grect
* License : TODO
  Programming Lang: Go
  Description : Get the outer rectangle from GeoJSON, WKT, WKB

 GRECT Quickly get the outer rectangle for GeoJSON, WKT, WKB.

This is a dependency of garagemq a.k.a. kubemq.io



Bug#945085: ITP: golang-github-tidwall-pretty -- Efficient JSON beautifier and compactor for Go

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-tidwall-pretty
  Version : 1.0.0-1
  Upstream Author : Josh Baker
* URL : https://github.com/tidwall/pretty
* License : TODO
  Programming Lang: Go
  Description : Efficient JSON beautifier and compactor for Go

 Pretty is a Go package that provides fast methods for formatting JSON for
 human readability, or to compact JSON for smaller payloads.
 .
  * pretty.Pretty will reformat the JSON for readability.
  * pretty.Color will add color to the result for printing to the terminal.
The second param is used for a customizing the style, and passing nil will
use the default pretty.TerminalStyle.
  * pretty.Ugly will reformat the JSON to make it more compact.
 .
 There's a PrettyOptions(json, opts) function which allows for customizing the
 output.

This is a dependency of garagemq a.k.a. kubemq.io



Bug#945083: ITP: golang-github-tidwall-buntdb -- BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-tidwall-buntdb
  Version : 1.1.0-1
  Upstream Author : Josh Baker
* URL : https://github.com/tidwall/buntdb
* License : TODO
  Programming Lang: Go
  Description : embeddable, in-memory key/value database for Go

 BuntDB is a low-level, in-memory, key/value store in pure Go. It
 persists to disk, is ACID compliant, and uses locking for multiple
 readers and a single writer. It supports custom indexes and geospatial
 data. It's ideal for projects that need a dependable database and favor
 speed over data size.
 .
 Features:
  * In-memory database for fast reads and writes
  * Embeddable with a simple API
  * Spatial indexing for up to 20 dimensions;
Useful for Geospatial data
  * Index fields inside JSON documents
  * Collate i18n Indexes using the optional collate
package
  * Create custom indexes for any data type
  * Support for multi value indexes; Similar to a SQL multi column index
  * Built-in types that are easy to get up & running;
String, Uint, Int, Float
  * Flexible iteration of data; ascending, descending, and ranges
  * Durable append-only file format for persistence
  * Option to evict old items with an expiration TTL
  * Tight codebase, under 2K loc using the cloc command
  * ACID semantics with locking transactions that support rollbacks

This is a dependency of garagemq a.k.a. kubemq.io



Bug#945080: ITP: golang-github-dgraph-io-ristretto -- A high performance memory-bound Go cache

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-dgraph-io-ristretto
  Version : 0.0~git20191108.8d6a8a7-1
  Upstream Author : Dgraph
* URL : https://github.com/dgraph-io/ristretto
* License : Apache-2.0
  Programming Lang: Go
  Description : A high performance memory-bound Go cache


 Ristretto is a fast, concurrent cache library built with a focus on
 performance and correctness.
 .
 The motivation to build Ristretto comes from the need for a
 contention-free cache in Dgraph (https://github.com/dgraph-io/dgraph).
 .
 Features:
  * High Hit Ratios - with our unique admission/eviction policy
pairing, Ristretto's performance is best in class.
  * Eviction: SampledLFU - on par with exact LRU and better performance
on Search and Database traces.
  * Admission: TinyLFU - extra performance with little memory overhead
(12 bits per counter).
  * Fast Throughput - we use a variety of techniques for managing
contention and the result is excellent throughput.
  * Cost-Based Eviction - any large new item deemed valuable can evict
multiple smaller items (cost could be anything).
  * Fully Concurrent - you can use as many goroutines as you want with
little throughput degradation.
  * Metrics - optional performance metrics for throughput, hit ratios,
and other stats.
  * Simple API - just figure out your ideal Config values and you're off
and running.Status Ristretto is usable but still under active
development. We expect it to be production ready in the near future.

This is a dependency of garagemq a.k.a. kubemq.io



Bug#945082: ITP: golang-github-tidwall-btree -- B-Tree implementation for Go

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-tidwall-btree
  Version : 0.0~git20191029.400434d-1
  Upstream Author : Josh Baker
* URL : https://github.com/tidwall/btree
* License : Apache-2.0
  Programming Lang: Go
  Description : B-Tree implementation for Go

 This package provides an in-memory B-Tree implementation for Go, useful
 as an ordered, mutable data structure.
 .
 This is a fork of the wonderful google/btree package. It's has all the same
 great features and adds a few more.
 .
  * Descend* functions for iterating backwards.
  * Iteration performance boost.
  * User defined context.
 .
 User defined context is a great new feature that allows for entering
 the same item into multiple B-trees, and each B-tree have a different
 ordering formula.

This is a dependency of garagemq a.k.a. kubemq.io



Bug#945081: ITP: golang-github-subosito-gotenv -- Load environment variables from `.env` or `io.Reader` in Go.

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: golang-github-subosito-gotenv
  Version : 1.2.0+git20190917.de67a66-1
  Upstream Author : Alif Rachmawadi
* URL : https://github.com/subosito/gotenv
* License : TODO
  Programming Lang: Go
  Description : Load environment variables from `.env` or `io.Reader` in Go.

 To modify your app environment variables, gotenv expose 2 main functions:
  * gotenv.Load
  * gotenv.Apply
 By default, gotenv.Load will look for a file called .env in the current
 working directory.
 .
 Behind the scene, it will then load .env file and export the valid
 variables to the environment variables. Make sure you call the method
 as soon as possible to ensure it loads all variables, say, put it on
 init() function.
 .
 Once loaded you can use os.Getenv() to get the value of the variable.

This is a dependency of garagemq a.k.a. kubemq.io



Bug#945078: ITP: garagemq -- AMQP message broker implemented with golang

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: garagemq
  Version : 0.0~git20190703.39811a5+ds-1
  Upstream Author : Valinurov Alexander
* URL : https://github.com/valinurovam/garagemq
* License : TODO
  Programming Lang: Go
  Description : AMQP message broker implemented with golang

 GarageMQ is a message broker that implement the Advanced Message Queuing
 Protocol (AMQP). Compatible with any AMQP or RabbitMQ clients (tested
 streadway/amqp and php-amqp lib)
 .
 The GarageMQ project is also knowns an KubeMQ (https://kubemq.io).
 .
 This package does not contain the admin-frontend/build files
 since debian packaging npm modules is "complicated". You can,
 after installing this package, download the files from github and
 `cp -a $SRCDIR/admin-frontend/build /var/lib/garagemq/admin-frontend/`
 to be able to use the admin frontend as intended.



Bug#945079: ITP: badger -- Fast key-value DB in Go.

2019-11-19 Thread Andreas Henriksson
Package: wnpp
Severity: wishlist
Owner: Andreas Henriksson 

* Package name: badger
  Version : 2.0.0-1
  Upstream Author : Dgraph
* URL : https://github.com/dgraph-io/badger
* License : Apache-2.0
  Programming Lang: Go
  Description : Fast key-value DB in Go.

 BadgerDB is an embeddable, persistent and fast key-value (KV)
 database written in pure Go. It is the underlying database for Dgraph
 (https://dgraph.io), a fast, distributed graph database. It's meant
 to be a performant alternative to non-Go-based key-value stores like
 RocksDB.  Project Status [Jun 26, 2019] Badger is stable and is being
 used to serve data sets worth hundreds of terabytes. Badger supports
 concurrent ACID transactions with serializable snapshot isolation
 (SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with
 --race flag and ensures the maintenance of transactional guarantees.
 Badger has also been tested to work with filesystem level anomalies,
 to ensure persistence and consistency.
 .
 Badger v1.0 was released in Nov 2017, and the latest version that is
 data-compatible with v1.0 is v1.6.0.
 .
 Badger v2.0, use a new storage format which won't be compatible with all of
 the v1.x.

This is a dependency of garagemq a.k.a. kubemq.io



Accepted iwd 1.1-1 (source) into unstable

2019-11-15 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 15 Nov 2019 22:46:26 +0100
Source: iwd
Architecture: source
Version: 1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Henriksson 
Changed-By: Andreas Henriksson 
Changes:
 iwd (1.1-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 d16418e64db24e74b2a0e41f17a6f70a08cf793c 1835 iwd_1.1-1.dsc
 2bafbd05a56a2f2c7c0c574ce7581a960f3d2cf6 825936 iwd_1.1.orig.tar.xz
 f7e7c8d4ba8bd70dff8c3c384789dca8f028fea1 6436 iwd_1.1-1.debian.tar.xz
 a1195e063b2b1418a9531a37b5c9ac11f9c86b2d 7029 iwd_1.1-1_amd64.buildinfo
Checksums-Sha256:
 ca07c88e2e31f528b3d7b92e6cacbac076858a46ec2e7bb65beaa328993da60d 1835 
iwd_1.1-1.dsc
 7d58e1e0e81865cb85642f2bdc3e6c3b103d0f86c983021d2e9e113ec72b9598 825936 
iwd_1.1.orig.tar.xz
 38b4b1344e00bd1ae5474c3ea101bb8d9b077f1160cdec929befa99634edfa95 6436 
iwd_1.1-1.debian.tar.xz
 f0dd5f782b1e72773eff632d78769dd32a314f6ffcbd74ed51b2c8768bc284ce 7029 
iwd_1.1-1_amd64.buildinfo
Files:
 e0e1726184cad54465b800b2b69b6d00 1835 net optional iwd_1.1-1.dsc
 158e2a7d813efbd5ee44171785789bd8 825936 net optional iwd_1.1.orig.tar.xz
 28143c4c80a8b5a7160fbaac2aeb29fe 6436 net optional iwd_1.1-1.debian.tar.xz
 3702e46426b33585cecae1f1d7330412 7029 net optional iwd_1.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3PIPQRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwaixQ//fynk7O5G+Db+GK0lUV64RzeQZCrf2JX6
+YbYRgj1wHDtWasOU+O0OCnfMGMnPj2wabxSXTjaB6UsNu3WxYbr15x7sGii0QNJ
RouANzEQEbR1jcMKr0R5O5KW3qAmXRaInNYz9DpWuZzBVJ6eYfnXUDCnt0dojE8K
Y5fJcoi1GJinrj2i+tgLDqEMXLrqoDDiiLgZxj3nkxwsID5Fpl4xFbfuH4LRv2UG
qqNh5cT8XByccTB7vXLeqPz1oc2P5WTkZE1kr2Ks3bxqWQqW5A6RZ0pRBq9PbOK2
VUvIZqse/ZBa20gTk6rXyJpQdUqfPJgJq9rKWcPjayB3+3zCE9tyPr8w7LseAebx
WLAtLj84o5XqIM7/XQ8s4nfwpl6FkxW6yimu04tSdgMM2v3KBUYl+xeBrx+MAyh8
LwfBMHhn91fGSicxCHSSjiRjfozkobWVbcl4YVE9u7ICgiw8aPqdpr5rqpo/Iqe4
GFsibzrsZ+PopM5CY1RXucfPuruicBKQY5qaZMaC+kksqQ4XABYi3mhPCI3AexcR
y+93xSJv+9wSLrJfYFAPnMceHMaSRRcDoWKb2Ygeiv6ARZnGbr8iF8c6/eqaeXXQ
aCtoc/RfyYZ9nxpJlaTKtxLwMzb4Opetb3CftF4nHf0ro5fjFuSq6Kp/kbNOsYft
huT3gtzfA6g=
=SXHH
-END PGP SIGNATURE-



Accepted golang-github-getlantern-errors 0.0~git20190325.abdb3e3-2 (source) into unstable

2019-11-14 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Nov 2019 14:55:41 +0100
Source: golang-github-getlantern-errors
Architecture: source
Version: 0.0~git20190325.abdb3e3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Closes: 927250
Changes:
 golang-github-getlantern-errors (0.0~git20190325.abdb3e3-2) unstable; 
urgency=medium
 .
   * Add missing (build-)dep on getlantern-hex (Closes: #927250)
Checksums-Sha1:
 b8bfe227f74208020d089f36659b3e91a20c7c32 2624 
golang-github-getlantern-errors_0.0~git20190325.abdb3e3-2.dsc
 2db4790ea8f105d56d1fd060c03c3215af1915df 1508 
golang-github-getlantern-errors_0.0~git20190325.abdb3e3-2.debian.tar.xz
 d1a673f51ad51074134279889199d005cf5e110b 6370 
golang-github-getlantern-errors_0.0~git20190325.abdb3e3-2_amd64.buildinfo
Checksums-Sha256:
 afb39014f6fb22af0cdcbe01778c0d61c792a818ca25d067f70fedace6af5630 2624 
golang-github-getlantern-errors_0.0~git20190325.abdb3e3-2.dsc
 18f38f1a57b728f99d4bca3f1f8df964be3aebc9be6f3c3aba1588237f634310 1508 
golang-github-getlantern-errors_0.0~git20190325.abdb3e3-2.debian.tar.xz
 cd4dce311c5f49863bd7e82dd498b2bd3a7dfc1ad08315bdc87f59353aa2061b 6370 
golang-github-getlantern-errors_0.0~git20190325.abdb3e3-2_amd64.buildinfo
Files:
 0f7c844a8f254328f56de1e3e6d011be 2624 devel optional 
golang-github-getlantern-errors_0.0~git20190325.abdb3e3-2.dsc
 e0600a0d7fc21eda11f5974f7b3cc186 1508 devel optional 
golang-github-getlantern-errors_0.0~git20190325.abdb3e3-2.debian.tar.xz
 8b26197cabe31873617d083f2b19a2da 6370 devel optional 
golang-github-getlantern-errors_0.0~git20190325.abdb3e3-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3NHE4RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwb4iA/+PZ9APfjeomt84S0GJVbbR/iN3IwNfIJC
nPHSWg5AN8aIgluMjDBcJV6zdweAtT02AANOb+r8Nvmx6zlNn+Sj58C3WHaBWyAr
A9CotFbfueHbPPCIIp/Q+Polf+BTQnUGhj0vJKjsEE0LsQdl/uVELqla2Zow5IZ4
ovCMuLXDK8ohJ1k5FeZy2FYLt2f9mQ4TQmKcOfB8ZVbtxWbYyKIhsk3MXD3qNhwl
2d9+jzJQzdHMJxA1guiym9wgY0rq4HS23Eg7vGMOrl00+T/LesC8YmfNaGhk2Oij
X7k+o1jz5y5Z6yJnWATxgnqufq8wtdh9GweKxDX7PWz7fRZCbY1qwzn7bKmXU8QV
k5Xh+wEmzCvF0k9bFPZZz81Yf649D3zIxFPUClECKKaXWsQUPmnpQ9wFvjkahh7Y
jTV8JhHmvwWE3m1oNUhZhGN0DuUIrE+BS4IFExs61v78IA+Ke5CfIFYwCprks3S5
dHRn2PrEw6ZNfZCO4tuB3VYh/GMyqIWTA59dPTEBWrYkFdAe3nJYlzqhwrL4Rh2x
hCsZraMXZNkxhfagst78khtU7WjsEe6/r66fVlZWDpxxwHapeKoxdLGjyOKARH2q
5YyYCaMKebss9w4A3CFpYb05VBEDDPyqVr+xXvAjMwfzk9Z24QPpmQONGCzKoJQg
xYQPE4XtOr4=
=/Y7f
-END PGP SIGNATURE-



Accepted golang-testify 1.4.0+ds-1 (source) into unstable

2019-11-14 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Nov 2019 13:07:41 +0100
Source: golang-testify
Architecture: source
Version: 1.4.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Andreas Henriksson 
Closes: 944613
Changes:
 golang-testify (1.4.0+ds-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release. (Closes: #944613)
   * Add new build-dependency golang-gopkg-yaml.v2-dev
Checksums-Sha1:
 f486880e7d46c38eacbbf80b0a5502737c86cfe2 2355 golang-testify_1.4.0+ds-1.dsc
 db70fa32df86585e696ce80ad34c705fd9495f07 52808 
golang-testify_1.4.0+ds.orig.tar.xz
 ef2d42c58c0b109a226d4d000da84ce5d5edc99f 4216 
golang-testify_1.4.0+ds-1.debian.tar.xz
 fc2e78ca4749eac8e03624a6d6d2ef7c7c2ff4cb 6016 
golang-testify_1.4.0+ds-1_amd64.buildinfo
Checksums-Sha256:
 cac69a91bfbf3dc776fa345115e46b3c37f49464b7c44b9349806f4b4570212e 2355 
golang-testify_1.4.0+ds-1.dsc
 2e0c6d3fa7753c866d5ec494db158445122e3c4de06c2abed5703337708a79f6 52808 
golang-testify_1.4.0+ds.orig.tar.xz
 1fb08fe522c5792abdd783212238b6e1632fd1d170e272a008b19b8376cab63c 4216 
golang-testify_1.4.0+ds-1.debian.tar.xz
 3c985900a0cf3b6755915a09bec5b0bf09c440b3c2cc5c3f5f7ec47b1e68687a 6016 
golang-testify_1.4.0+ds-1_amd64.buildinfo
Files:
 ed2fa7b21d9e963c27a1801b836a35c9 2355 devel optional 
golang-testify_1.4.0+ds-1.dsc
 55a5d1b84d58213ba9f430be997fb42a 52808 devel optional 
golang-testify_1.4.0+ds.orig.tar.xz
 3c3cadfa9027c2611580e24828dadfb4 4216 devel optional 
golang-testify_1.4.0+ds-1.debian.tar.xz
 2d8510f669de52358ab4ac0cf97ac311 6016 devel optional 
golang-testify_1.4.0+ds-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3NHGARHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZF6BAAl0d/ZoJtV8oN810DXeB1dlsRrvGeOSdC
+A0HWtJCuC647p/NNZNzwEJX5GLs6gFXjypQ5lMfT6kveYtcNkBhP29UcedyN8eu
+lrpJ0lwLcL3kOisgY8dAWdPXZqm8AP1puplwvelx4/zOEwtbSCHKRqJzcGa6DWX
ikeHnccZIzyP377YC1Lkymwk3OjbV8/4Uhiip71glf/lorrovbpyUNON4e2tdI1K
9QkQ7bDANKHuiPInExsLlZ2BYPXweyNCyltEXJ6eUtrRUHpjHwyJPXND7Ira1vlN
+YqP2OVrxUY5Qk8MUhWMpKSc0CXbxyEn+K5IVUUjTHw02qqDJBf7V7ZkNwZyBAyt
TyufiKTu6HdbQzUYVv33qhsCNNK59VspoCFJ8L0z5g4bTYI+bweUmDLtCcF1up0+
Bq/Ljr7nzIBIRX7mPf6yEhpaglccN/FiJU+0WjdowtUdE0kw2PE04Jxjw0fO+4jV
jUiR6eaOCJ0zdjhxxdVtCWt7E+VzfrKWd88XdpMaJWfK7FEa7pXDzvDSpeXo0I9W
ba731zbKerOyaefCQicwa3/D4qVQfIsV5gqBEGj5c8uQ71ytLl+ztlS/DFmbLHPw
oQ+CWx9lTrS4R/q6ZM7N6BSRln/dr1Fa0hyVYHlUzfOcEvxstoyrfmhws0ydv9MJ
cCjng3fcg3A=
=eMJl
-END PGP SIGNATURE-



Accepted iwd 1.0-1 (source) into unstable

2019-10-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Oct 2019 14:30:11 +0100
Source: iwd
Architecture: source
Version: 1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Henriksson 
Changed-By: Andreas Henriksson 
Changes:
 iwd (1.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/iwd.docs: drop installing main.conf example
 - obsolete example was removed upstream, see newly written
   manpage documentation now available instead.
Checksums-Sha1:
 33bcf74fd296ca8415e22e8aaba0d1b2e33a4477 1835 iwd_1.0-1.dsc
 e17c328363224c02f7ef740d88bd2d7ec98842b0 819608 iwd_1.0.orig.tar.xz
 b3dceb1afab603d2a243607cdafbbece02fd153a 6416 iwd_1.0-1.debian.tar.xz
 9e21ec9902bcceaf6d5fd4f6d68c054110e38973 6825 iwd_1.0-1_amd64.buildinfo
Checksums-Sha256:
 a966584cfd354ef203e02541161b13081b545ae8c9b034370d42647ea021a1bf 1835 
iwd_1.0-1.dsc
 7296812b3012b0689a8af879c6028fa9efa5b43b27ecf037355b38f7af1aa167 819608 
iwd_1.0.orig.tar.xz
 4890f91ac8f79443c67e05eb4a20006359f160a7defdfecc14c2d264c2d4ebd8 6416 
iwd_1.0-1.debian.tar.xz
 5c626042be02a0045babf00ce7960f2826724cafa51552af09f8311e7aa820e5 6825 
iwd_1.0-1_amd64.buildinfo
Files:
 45aea138abe472435e531d90774240f0 1835 net optional iwd_1.0-1.dsc
 d66925c5da124fc218a1ed9489d71f3d 819608 net optional iwd_1.0.orig.tar.xz
 fcac1133bd4760884765b1e217057bbc 6416 net optional iwd_1.0-1.debian.tar.xz
 5d7a0c83b99bea3fa28e637e9f2e59b5 6825 net optional iwd_1.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl25kV4RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZNug//dX+B/HbFAvvsudDkQN7RyXjnnIpvRGIM
ya5EYNdURKS3lXVgodveoIEDEjArCYPORHtRq6V2dEVzu6vTV1lvlIpeJl7x/BWv
+XuBQ8oliEjjT2J9bsYXvR++NdQCxkw7fkiYtiNV0c2/yjbIhl/WyrOLgxnUtZRp
LTByf7SvqcS9M+shM55y9hkmaXjS8BtGLZltRplhBdTtb3vzAtLiLmyNALUJS7hc
FHeszdr6FO2mHvZjkx90VhiPoqTn1Cv4Ta8DVK4/8P81/jrlCev2prtC9pOh57xi
KXcd9+cZnwq9VoQikT8kd7JFm9T0bq0viqI2nZnFJNGvwwnWHmklgsE/mRUUe7oh
nv6tt/NN7rK2EJKLwmP8p65J5M4Eo4+0o7xNr1KK+KfbJ8y6+PVXheX6Txl5I3AO
KwDzalKvhW0KT4SfHfsGxv28FYP1N1PEgmFgsOVzUrOVtxjmLfMJq11HdrzwVTz5
oVt68yIm2aiLjRhcSCJkAAaUVyLmTMaHVsO6p688h6372G69HK4hs0EOxBN9LtSK
+w6qiHnYAm4Keq92iXw+pibfR79rrGCQFEMQdKRMFiDSd98h+JhASpt5o6npV55R
tKlFX3VXr3WgV/cDRdo7N50Jb9aBbvtNqpMU9aiKr467Cvss1wVWOfZSEB0wsI4n
6Guz9mEpooY=
=Mn37
-END PGP SIGNATURE-



Accepted gvfs 1.42.1-3 (source) into unstable

2019-10-29 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 29 Oct 2019 12:58:01 +0100
Source: gvfs
Architecture: source
Version: 1.42.1-3
Distribution: unstable
Urgency: high
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Closes: 943053
Changes:
 gvfs (1.42.1-3) unstable; urgency=high
 .
   * Cherry-pick !69 porting tests to python3-twisted
   * Switch test-dep to python3 version of twisted (Closes: #943053)
   * Use high urgency as we want fix in previous upload in testing ASAP.
Checksums-Sha1:
 63a9087cface7316f5f747e7ed82669728f7d8c1 3417 gvfs_1.42.1-3.dsc
 7fac91447bf084ec01bd02be82a64f992a81c913 25192 gvfs_1.42.1-3.debian.tar.xz
 535fe18ce54a822182daee85c5f6b2380d20b0c6 22337 gvfs_1.42.1-3_amd64.buildinfo
Checksums-Sha256:
 c581361867b0891c36b0311414bbd74b7c482497c537ae9e7672356b0ba2b41f 3417 
gvfs_1.42.1-3.dsc
 35f4965f413610197f32f519bb73f82a085c830912aaa5bc3ab4ba688eb07f20 25192 
gvfs_1.42.1-3.debian.tar.xz
 e60253c090d5bb38676aae147a119c07de8159995c126822b31abb37ba0455a9 22337 
gvfs_1.42.1-3_amd64.buildinfo
Files:
 cc5e1bccaf2c06a5e13decf017e790b6 3417 gnome optional gvfs_1.42.1-3.dsc
 961c037287cc632130043ee6c19e1393 25192 gnome optional 
gvfs_1.42.1-3.debian.tar.xz
 5abbf5dd9f2e99682b61e2a9a881e176 22337 gnome optional 
gvfs_1.42.1-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl24Mn8RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwY9SRAAigamOX8Zmg2GgP6hN1pDEI5lN56XM5U+
Jc1MFVqxM5HMF9kYQT64Jjl8zuffrdVIF6mEQphv4Bxx7CWLdMzdbbmi7nV29+Um
Ll17STiSmd07yIAczq7bA8GDA2FnFEcSGS6lRn1H2AnrruHQH+GhU/+2gDcZTQmR
0XcfxMUuDFlM34Wp+grijgK1bElhb+ej33TkjRSIQnG1P+am0C/RK3dmWm/+rTjU
CWm87f5WoTFHlT3aX7E9uF1GDY3yhJlGc8+/1zv8+PDqjSaAxZekmmrVtOF4D1Nn
4Us/DTDS+Vnjri64Tc2/EohNY58W+BTiDsdFy+//rqpnAi3PEnzDfHaM2anXPkJS
BvSqCCv5O/82YOKLFhHziKSeAlWZkdtQ/JPQQemM5gBcwj9WeXQEpKF0U7Bd+6ei
Qx0IWhKCzaJJX/foMDmC7WRZnBCcq4yChGmMi31vU3tGzndKcR6x2V97EjcxMgN1
EMtGEAaOwZiQdtDuipUaBQBZyYKHl9eyEAJ1PMtNcKoSigZb9jN1h2RjedgqYMUE
6G6YKklkkSi/TkV1jI77qscPqc+YXZhhPbODbrlAMbaCimPV+knzfrGlbRFBmci0
W/KRKAjJp50rKjmzwaK3AhALbHYzzMqfL3mj2hdsqk5kKDGBjWoyx2rO04/n23Fx
dlNlqM4ChlA=
=/417
-END PGP SIGNATURE-



Accepted gvfs 1.42.1-2 (source) into unstable

2019-10-28 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Oct 2019 16:58:57 +0100
Source: gvfs
Architecture: source
Version: 1.42.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Closes: 942126
Changes:
 gvfs (1.42.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Switch gvfs-fuse dependency from fuse to fuse3 (Closes: #942126)
Checksums-Sha1:
 9f60bc824c9ec97de3fe876e89e2bf17683de7f5 3421 gvfs_1.42.1-2.dsc
 e21f16809c671731f1bdd40c708ade868b9d4b78 24548 gvfs_1.42.1-2.debian.tar.xz
 21ccbdf9de99520afac33775297426c2ad52243c 22546 gvfs_1.42.1-2_amd64.buildinfo
Checksums-Sha256:
 3d0592f9d7b86d9a5bb6239122984acaadf740e1e96d56ddb7429364b753f8fe 3421 
gvfs_1.42.1-2.dsc
 f0ff6fb9f50ded2fdd4e3115981f9a0f18d3b3e1f247655ae56c2eed1b3dee42 24548 
gvfs_1.42.1-2.debian.tar.xz
 904765a63a87ad79cc0226deeb5ef82b8e61bdf00268f5910b0b0200aaaeba4d 22546 
gvfs_1.42.1-2_amd64.buildinfo
Files:
 9baed75be429bc3002ccee5b92a228af 3421 gnome optional gvfs_1.42.1-2.dsc
 3d282b03fc78a7b67e481459529e3a36 24548 gnome optional 
gvfs_1.42.1-2.debian.tar.xz
 848b8485df3f2fafe7ef68bdaa4829df 22546 gnome optional 
gvfs_1.42.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl23EdsRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZ0HQ/+KAFU//n9/TvsHYCqpHZOJoTIzIfTZmMh
8wyhmzqu1XGJBP+o5Br2FOZH8vBVj5/aq2E/xfzKmpPuEfCZFlgGHZY8UTPFD4IC
wfMC5mVEJa+tVQyln5wmQ7kBNL3dF4hz+KOYnZbqVv5Ia29V4I+Hwzkxfpbmr0Ko
klvC7dzNAZTMIOAyPxaSRlsU79YllXjn8QtjDhKWLt5N2HtQ4EN9gAci9MXpq4v/
h+XYp/5hTcLO5TNG5h4xFv4fEsUAR1HQD7gVcZpdJSqmxY/mE/gH2WkLn2fMVfop
K66y92XF6tHPPJky2dyU5gNPnyI1vuxQBICXWuFfa7+2CKozBJmPR98HvQG6IsU6
di1dK3z8ZOOXih61suEnLsSdrw2/tGVqLf+8ort8Lmm4n+/Oy/zngnOjbZ2P3M64
Pp8rw+d412xscJtxQAwcS2HMqviIPhBpu5dWHQXUXO9wUBujV8w73KtpgFKPBB84
o2p8yABpkg4JnGcExp0ueDiGndl+F+EzgfiLRsaTAvwmooq6R4BGezNhbCBDmHdj
t1h+S7N38W62ttEh+x/YcMt3Wv205SUCZ6fae++R29BCFs/lqzvqCrT6p9/tieRl
HeZgJnLhZOOKDW8jlWJeg3pNub4etCRsHiPcz4vr0u5IwuUEEBwBj0xiCAinR63W
DUCOwi+7yfc=
=FO55
-END PGP SIGNATURE-



Accepted nautilus-python 1.2.2-3 (source amd64) into unstable, unstable

2019-10-28 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 21 Oct 2019 12:20:06 +0200
Source: nautilus-python
Binary: python-nautilus python-nautilus-dbgsym python3-nautilus 
python3-nautilus-dbgsym
Architecture: source amd64
Version: 1.2.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Description:
 python-nautilus - Python binding for Nautilus components (DEPRECATED Python 2 
versi
 python3-nautilus - Python binding for Nautilus components (Python 3 version)
Closes: 911082
Changes:
 nautilus-python (1.2.2-3) unstable; urgency=medium
 .
   [ Jonas Meurer ]
   * Build nautilus bindings for python3 (Closes: #911082)
 .
   [ Andreas Henriksson ]
   * Describe python2 version as deprecated
 - will be removed shortly, this intermediate upload still contains it
   to give reverse dependencies chance to migrate smoothly.
 See: #937115
Checksums-Sha1:
 9f800b3c6d798c6736f0c09f2dc5357c34b5ee88 2330 nautilus-python_1.2.2-3.dsc
 771d6338dd280eaad5480c661a8da0d8db5e42d5 5492 
nautilus-python_1.2.2-3.debian.tar.xz
 3419a5256d506e86b0833cce3d0b4c809e1c43b0 15676 
nautilus-python_1.2.2-3_amd64.buildinfo
 f5c4b2fe991387b30afea2b9dbcd5b41c2834a06 42832 
python-nautilus-dbgsym_1.2.2-3_amd64.deb
 b605d366eb4e03deb2202f7b0dd6550af18cbfab 19824 
python-nautilus_1.2.2-3_amd64.deb
 8029cc30635f1cf31b8717e1bd0882e12102358c 47140 
python3-nautilus-dbgsym_1.2.2-3_amd64.deb
 a66da23f7aae0b62cc3b983e025bf79f8111d54b 19936 
python3-nautilus_1.2.2-3_amd64.deb
Checksums-Sha256:
 c513167c67fd21eecc5349832f0a3f19085aff1c4e69eb0b287550a73c6ab838 2330 
nautilus-python_1.2.2-3.dsc
 d8f6bd36f7583cc126f615f9cf326941e0b77a2a87883791b10d2690e680ddf6 5492 
nautilus-python_1.2.2-3.debian.tar.xz
 393f503f464b428335a97aac50ea4da82e2301b189d6d2970bebd63c232fef42 15676 
nautilus-python_1.2.2-3_amd64.buildinfo
 1ff43bbb7728568c50e37e0506cd2635824ead2417be01e8c9a618278bba5e6e 42832 
python-nautilus-dbgsym_1.2.2-3_amd64.deb
 794fdcf702ffc93a9185c879d7050f28cb037942302040fdb0c76d9381e68ac6 19824 
python-nautilus_1.2.2-3_amd64.deb
 5dec40b9822cb6aec95aeccb63df40623143d8585c3d5128ca3759703ed165f9 47140 
python3-nautilus-dbgsym_1.2.2-3_amd64.deb
 5f2e4241f35d3e54221e31bd157643b26379cd2731fc0317d3391ec37763d688 19936 
python3-nautilus_1.2.2-3_amd64.deb
Files:
 157eb00876e7ace99d08120a8e2789a8 2330 python optional 
nautilus-python_1.2.2-3.dsc
 f5f5435c2320e0dd41d783d3864052e7 5492 python optional 
nautilus-python_1.2.2-3.debian.tar.xz
 273e55013923bcaf54a3dbe6d3b5ca5c 15676 python optional 
nautilus-python_1.2.2-3_amd64.buildinfo
 5c6eb4171da4dc72ea3d61ca5fb5 42832 debug optional 
python-nautilus-dbgsym_1.2.2-3_amd64.deb
 4b5ba37ad25de314f821906a07ff5fd7 19824 python optional 
python-nautilus_1.2.2-3_amd64.deb
 a8c62ab4f2e9cf1b68d8122ecd9c71f6 47140 debug optional 
python3-nautilus-dbgsym_1.2.2-3_amd64.deb
 f8bd2c98c3a36d47992aff42906e7c54 19936 python optional 
python3-nautilus_1.2.2-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2tkBURHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYehw//Qw0rRZTZs4fZBmvE1Msa/gO5yd4A+vaA
MT4QdrIro6GUDzw01fR9+4ui3z6vLg8aASEPtXZFiTEbtPH1SC30Fbj7gs97lq6h
98h3QMgBf+gAOSnJDEP1dbi3KapJjMWFSdlyPP4VrkdeFocsJ8qdZ8c5cJNIYz6P
4rRshVoigb47KwaHt0gCyUGhJgOlI0ejM+mhmF1FiMzzRnxpGaUwGuNZiIqP9UuJ
IKvcwF9rcHXUWcq5VQaHkjioE89Jmm8no97ZNZUk4MoRZCowWh9U2RgAvVEcDSgl
6ibnG7RQA45YVQd8SKmeAu7JgvHcQ1paE50DGEs7miMWwoYmFzmrFuTBqEJr6crj
WI1/wYxEYA3Oh95vY0XNErQ4RbU3vs1XtQPeloM2j/IGWMZH0AQ7PktFRreD3AHx
hop6PzNjhqEqCHn++QXK8OKVL4/fh8KNEI6srh2ZHdRNcK4d91cbu29khEdnUZwB
/nd/jVBJffXc7fXegDpGL3LjJEbsVU/mtbZTUCaI70RGu/9eFewqUgUj7oaU9WhY
1yvq1jNwcjpdNa/UoNRmVM6yvhHr9bqQYxreHyh7VfhtIGM3O5LkSp4QoeFnJ/4z
MugsbaC2xpZ3hGhKr1+ktb307NgAA0TggHwISe+rf00dtaHCQI4cB0WEkQpp2mVV
ROY7zsz05tw=
=zMIg
-END PGP SIGNATURE-



Accepted gtkpod 2.1.5-7 (source) into unstable

2019-10-27 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Oct 2019 04:08:53 +0100
Source: gtkpod
Architecture: source
Version: 2.1.5-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Henriksson 
Closes: 936673
Changes:
 gtkpod (2.1.5-7) unstable; urgency=medium
 .
   * QA upload.
   * Drop everything related to python. (Closes: #936673)
 - this affects the sync-palm-jppy.py which should already
   be non-functional as the suggested python-jppy no longer exists
   (not to mention that running into a Palm Pilot these days is
   probably pretty unlikely).
   * Stop shipping /usr/share/gtkpod/scripts/sync-palm-jppy.py
Checksums-Sha1:
 e5d327067bf6241b0ca89e4d90c19f9a96fb6656 2576 gtkpod_2.1.5-7.dsc
 72b88cbd5f9491e2638d3d89cde2a2278d4a386e 18356 gtkpod_2.1.5-7.debian.tar.xz
 aec729f9fe1fabd0929eb5b3de134e95f4420579 8794 gtkpod_2.1.5-7_source.buildinfo
Checksums-Sha256:
 28e11f9b67067ebbafd20c694144c58b26c868dbb4ca2a114c4958d68bbf734a 2576 
gtkpod_2.1.5-7.dsc
 17967de365aedea58e06e90a0713df20f8ea4d3f9a9431dfbab98b52a8f21e31 18356 
gtkpod_2.1.5-7.debian.tar.xz
 8a3bbbfa77603a2691d413fc17168460d66e545338e4fd695c44f9d806369268 8794 
gtkpod_2.1.5-7_source.buildinfo
Files:
 cc2306783b6a2a51419b753b88604753 2576 sound extra gtkpod_2.1.5-7.dsc
 309567faa23e2c42e9b16000f2de1722 18356 sound extra gtkpod_2.1.5-7.debian.tar.xz
 998c0f534dbe63c28044a6d7b2e45b7f 8794 sound extra 
gtkpod_2.1.5-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl22YEARHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwamMw/6ApZSTZ4OHdMyKUEL+HJFXFmI3u+fWeEb
+7olLFeOjdJehrtfyolT0cz2r8PWKC9wCDs+lvf3VxaVz8myTsyTGqjKDAnOGNbl
azfsx7XhR4zbaS1047GmKvJns1kd0OnL3eiFsof73QKtIVfvSW/5hi48AbOojTdG
Y7PjM0DoGIOOPZ0BS2MwUF8dFu7dPH6KgZApnsGYpgWca57GnCwef26/Od7QDwlC
80r2DC83U3pSjERFYm/Wt71S1BnArMDy0POgOrmGNEnulhtycmq5Tg50hAluazxd
TRnkK0e4Od5+IxXO7Yq/Kgr7TaegB9Nhon0SgPXWSWTi9Z7H9fslGYodsyvXzKPo
nx2BPP8mY6gmme1hUguKcxBwGdiodqgqp/1ok59fGuNq+iTwQL1ekwH+FSYv9n63
nBZ1H6ILZv6289iymwmG4EKWRtId+1fVS94t0P0OQHpEIJS2bNlJhTM8UNL3tCsK
fCavC/gmBoiEbMgMrITPZSZKs11FNpq50vG2ZCJ4o8SyG1w+ejzFubndAczHnszH
885ZuIR4FrlbIa3N9nzKRENjJUz56QndMeEzO+zBVPrxuc/8xwl8B2VlHq/WMIRj
GMVWlrsih2sBwCJqKvLe45ex2zs+2tlFsyEfjY/L0RQm6J7C8EndMkdUItRT9BDD
5TOjLPJKQqg=
=wYzW
-END PGP SIGNATURE-



Accepted anjuta 2:3.34.0-3 (source) into unstable

2019-10-27 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Oct 2019 02:48:39 +0100
Source: anjuta
Architecture: source
Version: 2:3.34.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Closes: 936119
Changes:
 anjuta (2:3.34.0-3) unstable; urgency=medium
 .
   * Switch (build-)dependencies to python3 equivalents (Closes: #936119)
   * debian/rules: force python3 usage
Checksums-Sha1:
 1f8ac6e5843e9f9739ceec2289f6c9ddc989c7e5 2794 anjuta_3.34.0-3.dsc
 c5b7da9dd6ecb4d8ee2c20c8fedfab6bf70b6ddd 14304 anjuta_3.34.0-3.debian.tar.xz
 e12b62677c51177403adda171deb59b6670c8dd0 21493 anjuta_3.34.0-3_amd64.buildinfo
Checksums-Sha256:
 41a2eaaf6b9a971004ef1452d4a83c0a1648bc506ff3ffe1662ea1825fc1f7cf 2794 
anjuta_3.34.0-3.dsc
 cfb47699c40b1c8d6812a0b1e57b6570b3240327d75605b5ca8a595765c9c41d 14304 
anjuta_3.34.0-3.debian.tar.xz
 b1fb9457da679492f048fac520206213b5bef7c37e6c8ea412f8f89aa65146f5 21493 
anjuta_3.34.0-3_amd64.buildinfo
Files:
 691c1cace0bfee5da803955b73b492f2 2794 gnome optional anjuta_3.34.0-3.dsc
 87030e24d485200fb04af4883bc05d13 14304 gnome optional 
anjuta_3.34.0-3.debian.tar.xz
 5cbe4e143964a102b083bcc8e39578c0 21493 gnome optional 
anjuta_3.34.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl22SrARHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwY/LA//Woy2C2Ary5S6P0cfrOshhf84ynDBhBch
yuVKvebFJO0h0X4FufjczySAqmtmxOovn2kCZZRqbVCI/BUyFT7PcVT/uXuJ2xaG
ssHT7KjOO4KNcOdUofO1SHX4lpTD6wk2I3XEX/hDEUhjbW/31l8dHZC2+8iFURu/
i1idRZr/otAkFHs+hz7fvpZd2D/FU2hHNDiYEZ5zcI00/TSppHZ+om9jsJx19pGP
8NjkCiJFryoiEpL9HUSKPE7daWcU0HxkHZ24HR71MzmO7l+ohkjfkfU9Z4SqCnqo
rgPa7MsBSXxqq6+IjxW2zZ+KYf0GINFKhugsdvjRK95HpJsWOeZKl6f+qdVUbMct
emDMHksNJ3SAP8jgaDNY5bNT5SvtxtvnlAnAFpMm4BI+iqA8m3aBQjQ5dEseUwTf
e5ozHEiPBBrNQKyLnhlWVMhw0ujf5axMSFgKwgAtfBYQ8DJ/QyMFWgKoyGypoKgO
bm8dMMqwZn2sFGFbG83mX1axdvhauy9OPH7nGGtr5Gs+JWEvSYN8GYbXh6Hjsg22
5Sx/8yx7LjjNnRwriaw9nNAQk9/xfhym6IQ0ZLUnZG1fkYotAZTMYiiftlwTAsLn
1+uz2pSKddxbJvAniP9ZbvHWaFjgyhUGEx0Ah6B+JIikGFsdYz7NqhjS8DJxHsob
+tUACycrOPY=
=SGmu
-END PGP SIGNATURE-



Accepted dia 0.97.3+git20160930-8.2 (source) into unstable

2019-10-26 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Oct 2019 09:23:46 +0200
Source: dia
Architecture: source
Version: 0.97.3+git20160930-8.2
Distribution: unstable
Urgency: medium
Maintainer: Rodrigo Siqueira 
Changed-By: Andreas Henriksson 
Closes: 885271 943016
Changes:
 dia (0.97.3+git20160930-8.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Disable python(2) bindings (Closes: #943016, #885271)
 - drop dh-python, python-dev and python-gtk2 build-dependencies
 - drop --with python2 and --with-python from debian/rules
 - drop python:Depends variable in debian/control
   * add debian/NEWS entry about python disabled and mention dia flatpak.
Checksums-Sha1:
 3a1652201a17a75d3a303db68e25a2d26319a9ca 2340 dia_0.97.3+git20160930-8.2.dsc
 51c4778a51352b7107ecbf7ebaa7575663e6501f 25944 
dia_0.97.3+git20160930-8.2.debian.tar.xz
 f77ef00d4d2fb8df7cf5a789f458c540acbad923 14921 
dia_0.97.3+git20160930-8.2_amd64.buildinfo
Checksums-Sha256:
 212f116d4eb18deb9b5b8551bfad7c6eb40a7317c5e318650ef0b5e0520c2013 2340 
dia_0.97.3+git20160930-8.2.dsc
 af2c85e933f376a79598b87b301ce87703186a5646eb4e065c1b600be2dbf4d6 25944 
dia_0.97.3+git20160930-8.2.debian.tar.xz
 c6a6cf46a61c92796409aa60103770814703c527ede217c824952c142cf4a64a 14921 
dia_0.97.3+git20160930-8.2_amd64.buildinfo
Files:
 86eab4e107a23762354c82d0077f220a 2340 graphics optional 
dia_0.97.3+git20160930-8.2.dsc
 b302b0e534044d0d0d14738d55c2f617 25944 graphics optional 
dia_0.97.3+git20160930-8.2.debian.tar.xz
 cc21f1f6f57ea5af1e0dfa660adbe3b7 14921 graphics optional 
dia_0.97.3+git20160930-8.2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2z/k0RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbAYBAAqGz8Sa9SSZlVsxbfkgvLrSgK2MTdV6Qa
6ZXpj8fQxajpBJj6f3Tli7eM8dAFXmvIcN0x/Shi9rH3vt+fGHK1Q1OqKoViqUsj
csY9I0kQiw2pR3camyn9IuBSMvOLbiLLuAn/sDDJJjMJv3eGLCD/OWybKSvgc1Xy
8z2C4GLtb4GbRz39s6LmZwZyJKf6Aly0Ulbc6BwmXgJY1VoyYzwg5jd6bY7Mu5CR
4bh9IVUaMHHfWprcjVzY48NYwaTZlcRvfjSquGWCvZmuN1RwQ0cT/Rf2OnUwZTAq
a687easgRu4s9vIsHo4L8MwaL0aHZe7bHYabp1iYJyKCaYleMgLIVLuUygqMsJWu
ZSuJkJftpTlv8y/4tOYZSDrYooZ010yLeJzAERprZ+V/4JTk/y+sbn4BsxYdxoCQ
0TbKel7UTPNH7xFd0GkgWQ0U3mEJIgWhyThQT58NuqZ6hZTXoIG6uTOq+4+AcWbl
qax/p4O85nnAHMwNd+rFuO+yNCkjkoLVSKtVnYAMoX2kYuBjUOxZGQwiMhw0ZKVJ
6XnvdJaahy1GE1vHv+oktBf1KtChlly/84niY+sIPQyUecRo5qWsiKpqLJLD2iuH
lK10jc74MhPqf8RzYFvOX4Lhy9+zL4hymdw/ziL1fexlZbHBFK70B03KCfYGVU65
u280Q6cmtOk=
=1Zb3
-END PGP SIGNATURE-



Accepted tracker 2.3.1-1 (source) into unstable

2019-10-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Oct 2019 12:11:58 +0200
Source: tracker
Architecture: source
Version: 2.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Closes: 943291
Changes:
 tracker (2.3.1-1) unstable; urgency=medium
 .
   * autopkgtest: drop obsolete/duplicated dependencies.
 Thanks to Laney for the suggestions and guidance. (Closes: #943291)
   * autopkgtest: also drop dbus-x11 dependency
   * New upstream release
Checksums-Sha1:
 f30af194ffc9eaa199e1fca712f0588b0b30effe 3273 tracker_2.3.1-1.dsc
 55dc094bbb7e3f4c1ca15005d4d1e850f65af833 1603468 tracker_2.3.1.orig.tar.xz
 18ff9f3c60e6d84e5aff54b9d48498528440a372 23804 tracker_2.3.1-1.debian.tar.xz
 268f75a1c84484a13cc3c63f0e2fe016207722ef 14025 tracker_2.3.1-1_amd64.buildinfo
Checksums-Sha256:
 17fb8b22c20eb9d9b90e8b76329009accab2d568dd0268664736b5f0d28e993c 3273 
tracker_2.3.1-1.dsc
 b6748726e465ad2f4d991560634b1fd0df8841f3d981b3b837c4162abedf08a1 1603468 
tracker_2.3.1.orig.tar.xz
 59c37aacb84ed8b94f29c51cd1a15ba759cf3b0d1dadf3ca31b6e059eba7b392 23804 
tracker_2.3.1-1.debian.tar.xz
 d99dccb5a085bc6af74ad8875f65cc883778976115f003d48b0443a7ee185ba3 14025 
tracker_2.3.1-1_amd64.buildinfo
Files:
 386a164bc78022e81a587ede8eb7382f 3273 utils optional tracker_2.3.1-1.dsc
 5e75b611b190c4cebf53e3de15266429 1603468 utils optional 
tracker_2.3.1.orig.tar.xz
 ddedb6256d77e51168ee13ad2c93709f 23804 utils optional 
tracker_2.3.1-1.debian.tar.xz
 840eca7091e441702e4ee3e3311a5a47 14025 utils optional 
tracker_2.3.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2yzQcRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbcXBAAnjEuOAxZToBejMkt4yBeVUjnCV2gfTrL
Ezv32OWFhQzPKvWN/x1/eg/n/+A3Pu4QkA/NNkQjZHGQGDwFvmwUrvg/anbBSsAc
Wa9HUdD4h28Pyb7gFg4qHocTvr/3Fm6BJM9lBilHXunpQRJ6o7NPWB5MBHU5DGtI
7jJi8zkxvozrrbFH+vnOGIQtUwxpdNTCbP2Epvz8wIMO7t+M0Wz0eL6oNGTpCEOo
zf1e+wpoYnmbbAh54gBRxGvj6wKL3NoQTD3spigkwrYOTXuRz8njxOl15cT/CgAC
OEG0c5stfx9ke0pK27r3MsRkqZfhrciVTGzHlb9TjCapcnewGP7nwQYffTyc1Fr4
1gx3HO3B6P0IwtoW8aBcoiu6zlvkU2bGEVBZwZtUpggBJoyHKrSuCWuloPUNn/Qv
8pKy4o3QLfC1LQxbfDLVRwoG0UD/dDpoVf1ZcH7zLrdc5wkmcUgL4NiKDERzpMX9
Gvxe44WrCDAzTrF5CQuD/QzR9FxIr93Z5gqAyOTOuP3PPD1MZ1f2Hxawf/hEoAla
hmuQfrHWK6usxZ2ziZTtNpyak2bRZ0anCymtzIOLlMT8DF0i/4KU1sTmx3OU80YT
d9izl+0/4N+Q/LuojuhW/nTJIPmO4EiZFoRsFpmxKDtH5m+P0qHgG2jqD6vfqql9
z7E7emFJ7sA=
=9FMz
-END PGP SIGNATURE-



Accepted tracker-miners 2.3.1-1 (source) into unstable

2019-10-25 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Oct 2019 12:14:34 +0200
Source: tracker-miners
Architecture: source
Version: 2.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 tracker-miners (2.3.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 3b1f7ea54cd32467d55777bdec6c0af03e8b99ed 3196 tracker-miners_2.3.1-1.dsc
 4740dffed5b3ff57fca1c6d25c480732c26f4faf 3143256 
tracker-miners_2.3.1.orig.tar.xz
 ad8410611fa758dafd552f5953b91484bd4409a0 11280 
tracker-miners_2.3.1-1.debian.tar.xz
 e96e9b303fa53ba18119e8feeada26d082591e15 19509 
tracker-miners_2.3.1-1_amd64.buildinfo
Checksums-Sha256:
 49d51472cc8575c1bb27b5839fb50c4427293f02509890d7d3a2bcff248259af 3196 
tracker-miners_2.3.1-1.dsc
 7b1de06a7a79ea1c7813c8a21f8cd1c55f2b95f799cf9f47f0204f3be8a590e0 3143256 
tracker-miners_2.3.1.orig.tar.xz
 c76f15ae7b727f058cf207669b3b97617eccf70c49cfadb7225e015be8ae0ac8 11280 
tracker-miners_2.3.1-1.debian.tar.xz
 df3173f6855be15753a7ba05076216e9e3a4bf1e7977c3e27efe3856b3b69051 19509 
tracker-miners_2.3.1-1_amd64.buildinfo
Files:
 109cb71668c5b4250ef6096196a95070 3196 utils optional tracker-miners_2.3.1-1.dsc
 0321d8f4ad27e3fccdbc8384e5b3cb83 3143256 utils optional 
tracker-miners_2.3.1.orig.tar.xz
 4753488820289f9af1b21fe67983603c 11280 utils optional 
tracker-miners_2.3.1-1.debian.tar.xz
 53f1e6907d1eb0097b6632effe3acb1a 19509 utils optional 
tracker-miners_2.3.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2yzS0RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZAYA/+JrTiaEEQXnrBBw/PRrU9YP3/zLc3sQkg
U8O+IRtB2VrvH6u9ow45voJg/PlirLRxy0MeEGjud7EanchYxEtgbGKNv3swkkEw
X52lSHzqcbS+4Mi8FoUmLuM8FczWmms8AOhPna73mwS3iZ2EODEWMp3UIXcSRsCY
4UcezbJz+cIPv7+H+up3Xzmiao5YCFzfIg4ux422DHYIsm4cHKyozIUCLit9BUcv
tsVdIpNuflbup+HGZSLF75rUSl17NSnGgXVD6UtERtioHVXOjOeYa7bk23YRJct8
qxbyEu9l1Vou1ldvHlxXmajWNeHlNiflpWWpw3CeTWz3KBxLiEH/rKzvRK8eSW4J
0mK4gHwhHilAcFS/8XWJ58NhEgLstRtd+hml5WSb8/cEw2qEyg13hb9qEbQHNj5L
wmoL6ePspx/qigss9BkyyCZh8B7sX9o6zaADTryFnzNUkuW12M/z/ML6oOJIAdM+
2v2g8nsOmL974yHTQmjYw82DyJN7KQDZWSJEZAGIfdl5qc+e1FYamLEUtjWbvSHK
U1jJnnNP9Fdw7F72EI8tlZMRJgky/eUP5GCT0CSD7iT1RwrB5xQcopbAIluPMjYD
+YsZTq91HRKaWZq6QsXw8gzYxZ6UOqct6SO4DwrUlogTImjNP4DzvCAcQjrQVA7j
7De6M4AIVVo=
=+NY5
-END PGP SIGNATURE-



Accepted iwd 0.23-1 (source) into unstable

2019-10-24 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Oct 2019 09:38:10 +0200
Source: iwd
Architecture: source
Version: 0.23-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Henriksson 
Changed-By: Andreas Henriksson 
Changes:
 iwd (0.23-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 a1a6bdf7c3d4f7bd128ef6ed8bcf2e144a68be3d 1842 iwd_0.23-1.dsc
 04bc3a35241014e6f31d13b665772d6d814173b4 817764 iwd_0.23.orig.tar.xz
 193a57961fc1e92f7410aac60df88b0424abb40f 6380 iwd_0.23-1.debian.tar.xz
 2928d149ad80ed80edcfbaf6e7a1a27dc9998337 7142 iwd_0.23-1_amd64.buildinfo
Checksums-Sha256:
 e4ebf97fdb5d10f6f8d27fe4e8c88b7deb71198efceba94de1d32663d3a970c0 1842 
iwd_0.23-1.dsc
 e113b908c60537357b48c389317625e02cd1daa1b6e500bb356f7978a2a61280 817764 
iwd_0.23.orig.tar.xz
 a36a726555874be57bb83ecde4e92cb380940fd5b8a89032083b9db2eec2827d 6380 
iwd_0.23-1.debian.tar.xz
 cac619e4476a0382e56467d307113c05c99b094ae36acdd82827112c505f233c 7142 
iwd_0.23-1_amd64.buildinfo
Files:
 e27a8c02bb0573db86efb143ada2c0ee 1842 net optional iwd_0.23-1.dsc
 54d3507ec126f4a330e2c20fa1e7f457 817764 net optional iwd_0.23.orig.tar.xz
 02e99a21e7655248a9afbb44403f8c84 6380 net optional iwd_0.23-1.debian.tar.xz
 a64ba68611c6235171cbfe6217013a38 7142 net optional iwd_0.23-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2xVmwRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbupw/+KhtLWnmpvQuMv/HCH9fQJcedDOfBFMKi
DfdNDC2frwA7+4gkoVo1IIr0fRH293Iv6jeLR+DEMfxRlWaathX0dFthD/L9j4y/
Vb3J2xlpcn30ukwmsCIdQQQokh1I8cr8IyJeiqgYDE/4xg1ELrcpuqJdK3odhMWN
X4XWAz3qsJeK+uz18Uqu22HeFYUi5hF92boY/C4wkpqDSupcxNfJDI1gIxLyWoWR
2bT+TWRbIJ+kTY1+imgUGqvKsaKEcST4dXlteulHV0bEGfx149izowElLcfZc7eX
aA/wsHvBy5yaRI/qmp9Af+B/T0t5g5mU7AMhrlIdxUnD3szhjfDzpfsG7NPJSjFT
fx6tnDk5h3YeeTtJb1PPieqgNg+Kh2LT38HXHE5kMNC96a7+dJThBEZcBjFrZ8WT
pRiGeVJcZaA386ylzyOksZS0RZr1XloccazORdBO7uuopI/DeBhkww279WOFeX5z
Ewd3xGf0F2UuO+Ov0O1RCbo0CdNxyzVra0sIr/73dtiOVz2rk7Q3higJ2zkqBrtz
23v1pz/ppF6/bqRvwS0FSM/rAHn3jo7nw3W/OCLSwFnVaRlPLRAObRz4z2m6WmLU
X03OfY6vsBpHj32hLZNLuHKoUi6nQZ98XD5TDzdOSPw1E7vwJsz3iYh7Im+AAZTf
+AHH08W4CN4=
=HEj8
-END PGP SIGNATURE-



Accepted gupnp-igd 0.2.5-4 (source) into experimental

2019-10-14 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 14 Oct 2019 23:45:39 +0200
Source: gupnp-igd
Architecture: source
Version: 0.2.5-4
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gupnp-igd (0.2.5-4) experimental; urgency=medium
 .
   * Team upload.
   * Cherry-pick gssdp/gupnp 1.2 patch from
 https://gitlab.gnome.org/GNOME/gupnp-igd/merge_requests/1
   * Switch build-deps to gssdp/gupnp 1.2
Checksums-Sha1:
 6221f37969a362ec7d62eaca9d3d8df627b7cc41 2435 gupnp-igd_0.2.5-4.dsc
 a1b1e657129e9a9626004cd572f60fe099d76dbb 6064 gupnp-igd_0.2.5-4.debian.tar.xz
 b9f5cfe452a6cc39785c337a79ef0cc9dca0d113 10992 
gupnp-igd_0.2.5-4_amd64.buildinfo
Checksums-Sha256:
 7b2c8d049f08bf6061248a85211fc6780ee3fae073b1c373e9fb2df5fa34297d 2435 
gupnp-igd_0.2.5-4.dsc
 9dc9c3bfc3f1f3c5c77d85aa6141b6463209036573d490078607307ffb64478c 6064 
gupnp-igd_0.2.5-4.debian.tar.xz
 8cccde1df673b29092833297298d2f604021d86fc19932aa7e702c50bac03d21 10992 
gupnp-igd_0.2.5-4_amd64.buildinfo
Files:
 700271bef867785c958867a3c7d2b539 2435 libs optional gupnp-igd_0.2.5-4.dsc
 823f943308e7ad4863b58dc0e44b7e46 6064 libs optional 
gupnp-igd_0.2.5-4.debian.tar.xz
 cd5cfdf7f60430b67d92321f775ada4d 10992 libs optional 
gupnp-igd_0.2.5-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2k7R0RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbj1Q//cyIeB1qq5a+OwLUTOabtmosdFyc6rTBM
65M/LK5dqbfV9q7vDrjSH8lI0x6CCZjUFdbNxEmaUxFeHMRjNuge4WQjUccLkAaV
dUf3FM+NCgWOMvSjQG6Cm+heM0uSyZzIDKkmTmo6w/Bp5jYR4qCBtvondaQrDTli
XbiIGesYFNLoq5Y8/luaO4gNIdvV66ubRG/YSvOrFS8wOIaR9VdM4nmsWeFe6bkX
szQIyVjD7f9aztCG5SPksvw10pK+2kmPW3fE4Ggn82BCHyGuIYKR8W4MA73lovCc
PlepInuovU6ZoqigPXWvpAgrbEt4gtPbhDprt1DpNy9KsYkVCjBXu2ZGWK1l0VMY
6nMZCZg3BzX1E2lmweKA7Ll/KIuZ2tpsdxw4RpV5UdNdBbVDy8fA4m3dm7W3eJj9
DlRfC5qO3QI6KQd4i8qT1h9JflLppMyXzqHu+vIsAATtXIhd+aJaFidJSh368gFL
8fHO2yQTwRn1KyVZ50vugw/l1uktB6pgxNcDkENAyXDQGKRJt4dtn2gnEwPaZ3MG
VBUfbHyXP9lD9xmlxbN6gtObvQuzVEunAt4NWhPfzpNfaPozZbm3PzyC4KTf2PO0
XEVNb9VKrr4ulJbs6NbafjBiAbaTY+ETiEN0FFCG5qaQRwNjmU1Xhe7BV7HxWk7n
3ALlPuXBcZE=
=oca0
-END PGP SIGNATURE-



Accepted gupnp-tools 0.10.0-1 (source) into experimental

2019-10-14 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 14 Oct 2019 23:32:10 +0200
Source: gupnp-tools
Architecture: source
Version: 0.10.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gupnp-tools (0.10.0-1) experimental; urgency=medium
 .
   * New upstream release
   * Bump gssdp/gupnp build-dep to 1.2
Checksums-Sha1:
 c2a4351c0ee6fb55049a48c82dc877f70717a304 2225 gupnp-tools_0.10.0-1.dsc
 68b284532236dea0b03fcc732fef0a67448b65f8 154792 gupnp-tools_0.10.0.orig.tar.xz
 60d3b3adaf4044497aa9d71374565e0f38864d08 4292 
gupnp-tools_0.10.0-1.debian.tar.xz
 c9f98ea6118450a3fad6a5070437587d3d1fd282 14924 
gupnp-tools_0.10.0-1_amd64.buildinfo
Checksums-Sha256:
 19958ef4abbc277c837a9499e6b21cf0cca1ea2628d3315c31db75d3b75cd68b 2225 
gupnp-tools_0.10.0-1.dsc
 41da7ff5ba8e2425adcb64ca5e04c81f57ca20ec6fdb84923939fdad42c6a18d 154792 
gupnp-tools_0.10.0.orig.tar.xz
 80c477f3850adbe71fafe1f1a68ffe2eeda7aec12f348670d847aa7b1a4a705c 4292 
gupnp-tools_0.10.0-1.debian.tar.xz
 90ff79a65b00f4555016640aafd1b044bd4f7a3f539dc9643e436e8d1e6cda90 14924 
gupnp-tools_0.10.0-1_amd64.buildinfo
Files:
 df96906fca68d1c5f65256b0adc1e97c 2225 net optional gupnp-tools_0.10.0-1.dsc
 8c66d4aca756478615761a26ed7c8dba 154792 net optional 
gupnp-tools_0.10.0.orig.tar.xz
 5b92911cb77065b1b3ec2d05aff4a665 4292 net optional 
gupnp-tools_0.10.0-1.debian.tar.xz
 6fb96beaefa70862a1a86f19ff87523f 14924 net optional 
gupnp-tools_0.10.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2k6iIRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbUcA//aMGIJLIg4uncdF0wRPfuHLV6LCMKiCnP
gMcprvK6Gqy5A1Vo6xYXumeRHs8pXpMsorRAXbX1IoUiAjOHU7D2eHqg0bVq6GqD
DZ+ZFD13rTKt2IIOqt5pR3iVjYZw2TSeUtDHn0DPQjrq6qlRyprI+5Wq7qVp0oqM
UC1cGlMMbwRjbJ4lauipfMmIgV71zO9oCXg/wy6tOfXe4lGnOcYI/D4/B9/xq0j/
6ojwivR689vk/8+tgM83Rjvs8wGjC91zVhe8fc8l+264M1hsWFrJ65GqE9DoXfnc
tMxRGP6Hp7ED68gXTK8RgX0JIg+4HZxh4gzlYlI3cuOg+qpa4PguCnybicFjnIpc
QPlAz+s5nZiYmwPZMmdMIHwsEeN/l11n0Vx5mZlxhvUsrx2le6BtULjbKpPuZvJv
Ng3SEAhzdARqsf7DQTjmBkVSr8EqxnELpqo4hwEhhosaOFPxj/vw28XRUVupHaiF
fAY7tjt2ILBmLbcdog6iSg2CsN+zDLxNjMK1KZYMmgZw0BSwHKoU173k6/QJzYSt
rKRkCWVZrqqZkRcFIINwpKCrVnBMLmgv/tmsKYPAYbRgthAGj19F9t08HJaiwCth
RzMA4ShykK06A+QEiNSd3zL3zJOQ+RiPsdEh3UO9ixKZ/D934+RWhuIqD1vp3wLN
KJwghJ7+rFk=
=KMrA
-END PGP SIGNATURE-



Accepted dleyna-renderer 0.6.0-1 (source) into experimental

2019-10-14 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 14 Oct 2019 22:46:33 +0200
Source: dleyna-renderer
Architecture: source
Version: 0.6.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Henriksson 
Changes:
 dleyna-renderer (0.6.0-1) experimental; urgency=medium
 .
   * QA Upload.
   * New upstream release
   * Bump dleyna-core build-dep according to configure.ac
   * Add patches from https://github.com/intel/dleyna-renderer/pull/167
 - 1ce12ff6758d9a12cfa9c12e81dc5f0043b64e80.patch
 - 4bcd564d4ecb33ef6f4a32d78bdfaa2a2743b910.patch
 - 42a44112ba39857cbe7c4c54bb40b73444c23088.patch
 - 3ec187aa93cb4886ed795c7b0256bd7ba30ef69d.patch
   * Also add debian/patches/dleyna-core-task-pro.patch
 - help find task-processor.h from dleyna-core
   * Update build-deps for gssdp 1.2 and gupnp 1.2
   * Set Maintainer to Debian QA Group (see #873736)
Checksums-Sha1:
 7b530a5be63db093bfa77df2ce4d104688ce5aec 2204 dleyna-renderer_0.6.0-1.dsc
 2c590af078c9f500a7639d2af2274507b1e4213e 65566 
dleyna-renderer_0.6.0.orig.tar.gz
 0064fa2de24eb74687c4fd6c4aa25c0bcafcd9bc 8184 
dleyna-renderer_0.6.0-1.debian.tar.xz
 b40cde7cc93bdf8613d1fd0d1a76fab2d5ff346d 12039 
dleyna-renderer_0.6.0-1_amd64.buildinfo
Checksums-Sha256:
 981ebcd421061e3cc6dc9813763d7befdc15fad76f2e0f4bc04e2f4bddb0d01a 2204 
dleyna-renderer_0.6.0-1.dsc
 f606ac1186e7f3ce792606604fc3fbe2d9ec7001dee98ba77f025918ea89f7e1 65566 
dleyna-renderer_0.6.0.orig.tar.gz
 9203b04addd319859a596b8ce93d8869c9ac31674706a94c9ccbf66980edbe85 8184 
dleyna-renderer_0.6.0-1.debian.tar.xz
 082251e71a60f65e8d68951ca4e0185baf8dc807680fcbdf3a5b4f2d200e0c13 12039 
dleyna-renderer_0.6.0-1_amd64.buildinfo
Files:
 fd982fc33e23a14e62a6198b060836f4 2204 net optional dleyna-renderer_0.6.0-1.dsc
 9ced1b48b1a2ac90ede783564ba7002f 65566 net optional 
dleyna-renderer_0.6.0.orig.tar.gz
 40e29f50997812b51afbd819107166d2 8184 net optional 
dleyna-renderer_0.6.0-1.debian.tar.xz
 df4c010538eb29fd694224282c3d4fb7 12039 net optional 
dleyna-renderer_0.6.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2k5/0RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYLqw//VLrjQr23Tua1Wk38DyuGcL4r48jLxZ7y
9jTFQXSvnTL3BY0fy4yY5AaBhnnwwPYTPW1ZKfKSRURkKAjG8gNPXOn3J0BmsM7A
oeCCWTM02iHQ+FT3tzvsC34KMe7GnYXp9g+cAnOPwEZ6I0/efhSjFyEm946XMmPI
YYLWqidSQ3sZn/HYWcA36vowEi8pAkyMcxxmFeYwaUuRMFFoTE3HebZTuOTcTqln
YXT4mc5b4RKwAXksEatXRkdaLuyiF2Wr2Fr1JEdCJcN7KjBKlB/bjLAw0sLPOYpT
vFM0cIRf7BhDKtZm7lYP08kHZwzgyEQA4grcOvkG66liJzzelqHvFs1eu3hnoxyc
lhMO48Ms3KanvQ0YhGuFYmm3I3WMDvLzOlZfUMoApgngMtUM+DlBB8acqO8xzIWe
xinT331dcddyOcyAlXgJMLMWBxcyvNzBcpNdbBQbwVhzlWoDjhtQp30vMks1/pHs
oGkR9YBTXYTeGVt6hGNtayLO4NubE0jd10wqH/vNvSKVxkyYUCaSw7uIcIE323FL
M6gbvQMWApNga5A9MQYF5BENVM5gEp9XV9skCnelXvvfllYBbFfyMfwKa1qkEiwU
XVxcwpyRSBgAdnh5veY9+JRw5q8rXGa5TllirR6gYM7btAt3Iiihs2s8MUk8518u
mzxSGRF5j8M=
=Ydf4
-END PGP SIGNATURE-



Accepted iwd 0.22-1 (source) into unstable

2019-10-11 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 11 Oct 2019 10:34:15 +0200
Source: iwd
Architecture: source
Version: 0.22-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Henriksson 
Changed-By: Andreas Henriksson 
Changes:
 iwd (0.22-1) unstable; urgency=medium
 .
   * New upstream release.
   * iwd.docs: doc/*.txt no longer shipped
   * Build-depend on python3-docutils for manpage generation
   * Build-dep on openssl for unit test cert generation
Checksums-Sha1:
 2cb491b50ce880d520351f80a46ab733cafca7ab 1842 iwd_0.22-1.dsc
 fe919b87360244ce871021e835b2cadcadb2696e 813324 iwd_0.22.orig.tar.xz
 adc78ee37199a1f1ef041381c9d24348813f2062 6368 iwd_0.22-1.debian.tar.xz
 471446bb16f23ed6647513d229949641ec2b7bdc 7142 iwd_0.22-1_amd64.buildinfo
Checksums-Sha256:
 ca04c89b0fc546056f83df21cdec98279f7e8fa66cde6abe9f3d61bf00c88c79 1842 
iwd_0.22-1.dsc
 b50c778716a2a1f9da961de0cac4711ad43ab104a67405935248f33ea8a6559a 813324 
iwd_0.22.orig.tar.xz
 43b315101184133da919b8f8ce00cb3508ae684c757a488dc19dc04b38e742d8 6368 
iwd_0.22-1.debian.tar.xz
 cbc1ec219e73485de79bde45885f734002eff3209e96e0ceb29c3e8f029c0335 7142 
iwd_0.22-1_amd64.buildinfo
Files:
 c52a1813d5bf395103592a4921c4919a 1842 net optional iwd_0.22-1.dsc
 497886577a74a5aca00c6944ae42ffb3 813324 net optional iwd_0.22.orig.tar.xz
 d1efb6983a0779c2ab141f9c99daa27d 6368 net optional iwd_0.22-1.debian.tar.xz
 39c373e5a62fdd5a065aef296ff1221c 7142 net optional iwd_0.22-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2gRI8RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZnBQ//fSIDlW9WAAEQ9M+SvNTCZm0LSJxeFTWi
4HgxEuIklfdP5jbNkheesOllFWKEseHLiUe726XL0bIukOfSTHgExlTrN884h+8c
iZasAZOiRZvZL3uGGwaWq1L9XKcoHLGHTvV4909uzXg1o6oqxcD2BdWKebCv2jBh
zdoXVc4afn5IpNNwXEFkvkOXiwyijhcHqQ95CuxVcznym79kxR6KgLs5lWzqC45+
9rESSEFk3FgxTFVcEatn3NnR9LqcJkbAwVHmMSD5clHIFq/8c+lbDtCGNfJEpsng
vZiyMut7KfU+vNKjHKUJEY+c2vBUdbMObRuyj5wH9vICnguyRBKD/DgX64/b1UEu
tZY7pLUztVS1QL2t3VEztRET3La+EdswR7H9jOQDNK8gxW+M5345ySXuVZ9RM93I
oz3M6aCoMse4iEXgZNhOftKyLuwLxs4psba8Tm5Sn3YGB+zeX/3RplihPgL0xwOX
PaOQnp0SWp2nfR9G+uxtYH/0qQIU0/DivUYpZCKa8THPVfSrcLvFe4hRhM0HfzhB
jF1JEl9Aek8bPXW9JQ3hV7iYaiRHT2XEVouvKmrVOda67o4VboCKxX+POVf+6jPy
xmXgtf3/UyROKrRitI5P5UHzGrsn4YVbhxuiolhearijjhZRnw3r1rAWb73ODzjp
R8j6stahca0=
=L28t
-END PGP SIGNATURE-



Accepted gnome-session 3.34.0-3 (source) into unstable

2019-10-03 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Oct 2019 14:27:50 +0200
Source: gnome-session
Architecture: source
Version: 3.34.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Closes: 941640
Changes:
 gnome-session (3.34.0-3) unstable; urgency=medium
 .
   * Add d/p/Make-sure-to-pass-systemd-when-we-re-managing-the-user-se.patch
 Thanks to Iain Lane for the patch. (Closes: #941640)
Checksums-Sha1:
 814e99fb14ddbfa443d1b5ba63cb3cf549739b73 2568 gnome-session_3.34.0-3.dsc
 e994850d3c715a99f2ac645e0ac31c3753435839 34404 
gnome-session_3.34.0-3.debian.tar.xz
 d402cabcd0bc4c4516f14878021eb19fe76dfca6 15497 
gnome-session_3.34.0-3_amd64.buildinfo
Checksums-Sha256:
 099ac43971b0d5435aabe3a11bc88140dae8da6ffa1262551a166fc25e8c4e82 2568 
gnome-session_3.34.0-3.dsc
 96be64c171a42b22c6aaefd30f173ec7fdd28790680144cf614f9a867df02828 34404 
gnome-session_3.34.0-3.debian.tar.xz
 33400647a5876b1b697db86e213d4261751536bf49bd1811b9b13450db0494f7 15497 
gnome-session_3.34.0-3_amd64.buildinfo
Files:
 e65377262ad9b6018d570bb8bb668470 2568 gnome optional gnome-session_3.34.0-3.dsc
 1ed57f9e1d2b9fd5fc6bbc2435df3129 34404 gnome optional 
gnome-session_3.34.0-3.debian.tar.xz
 0e4b2bb5e4b990c3c73d4e086bc15c48 15497 gnome optional 
gnome-session_3.34.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2V6e4RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYPtw/+PXNZq0zQOWMzqrf/ENwT/57EUMmOYu5w
NA28AoB4tMATTLl1rE4i7HYsAQTc9DqrlDOebn4LAZrLZgfwoB4dZyIey3GF8FIk
9MrZASq2sgk6n1D8LoKjP0bQjam/4OLcJwcLJGcOuGSV3epPcDuV3IHOgmWK17Wu
WkcUrmF9rqjUa+MohL9UmDNYhW/sjJ5VQYEHDmz4W7p11k30WJh75Z477QHiPWyN
qyI0QDdwqTmuxQMuaLYbBx89DHQqfEffIT80AcF0sP2aUpgLqBIJgOjYUYH2oOxa
TFFQYsd5GfN3MO5muDrTZ74+ZclIYSTuyYf5pgyFdYj4VFmotgAzDgs9ZtoPe7+d
Eo7REXw/dKAeSWGM9izHGC2ax0P7FcRSSSgNMGjSWLB9a5jBugQYkGIAG7nQyPBC
NsMZDcAkuta7xboxVIsVuTJ13/5Gj62QP/o0HvDMujcBOXXWo0AFWoJjqVt++nc5
AeuUN+1DpQgNY5UkWZnTckPdfuoPe9fxvZBIJZOkhEn2DNpcvx1Oy4uLJWKBPRVu
vyeWwIp451/k/kiyfBrJLJ0UJU77bIsErI14KIG6P6nRQP3wZ8YipoTPRm1IgWVl
zaPPsLyKUmuAI7WnkRDtun62iA+WABBB+NBBm5i1rnJjATetwqXEl1hvM+0Sze6V
lv9zAIhDqdA=
=G3lC
-END PGP SIGNATURE-



Accepted gnome-control-center 1:3.34.0.1-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 17:48:50 +0200
Source: gnome-control-center
Architecture: source
Version: 1:3.34.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gnome-control-center (1:3.34.0.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
Checksums-Sha1:
 a2114caff5e30fb067d2e81ee07e392247eab687 3483 
gnome-control-center_3.34.0.1-2.dsc
 73f0ee61385f1225cb0a9b054f0652574d8f0d1f 34124 
gnome-control-center_3.34.0.1-2.debian.tar.xz
 57a3e47bb0052987cf9a377461adb16894218493 30955 
gnome-control-center_3.34.0.1-2_amd64.buildinfo
Checksums-Sha256:
 037fac50488f6fef816489bbea361c63dd63ea59b41c84147168b9e69ab68b67 3483 
gnome-control-center_3.34.0.1-2.dsc
 932d93d760b61463821499c0668c1d0bcd860862e9fdbc32fc4c5b7a54b70e20 34124 
gnome-control-center_3.34.0.1-2.debian.tar.xz
 51b196802d6c95034ff667a510e487933e34f181458d97b998f5a50cd7335159 30955 
gnome-control-center_3.34.0.1-2_amd64.buildinfo
Files:
 9b8ad81f07d14fa0259c583849ccd8eb 3483 gnome optional 
gnome-control-center_3.34.0.1-2.dsc
 72304464c14e04a5f6640edb6fddf83e 34124 gnome optional 
gnome-control-center_3.34.0.1-2.debian.tar.xz
 b2f4d5d26674c2696f5e523f797cb210 30955 gnome optional 
gnome-control-center_3.34.0.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2SJOARHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYvag/+PRhHWFIP/oP4+fvUG31FATneyvH2TYR9
lzWiRDROSm+R9LKNQ/5GD5SjaGpU4Ac/Pv7RQAG3SMbqZCAbB3jjprpv0iTwerQ4
axBo4sqn66LGR2XXmQXLWGa9Jwo/gRhYp6wXWzz5CAx3HigAykyT4gjZwj4xqExs
IB59iPL35Gt73+iSDypx4olvln6EGvG2Ds+xFetpLQjL4245Yy1SA33pcDi8wEeT
C3BGiEUWbc1szsHR44dTyJXcQmsIEVCioyiFYBc9b30m6w/SsL2uap+nNXqhZXRY
hzM4hXORGUvcU8OKHEB5ZtW5hY2J5ObhqBJO4vHhJ0wm4E1qjpjenGR7bRdH37Jv
YGCZw6NxAyX18yLnRjjgqWiOXt90uUejOAauO2yENp7DY8F/8ryCupfDM1cfS2+t
M7SLJlXoenBgqOoh9Eh3F/6rXLYRi7hPk+TLaJMYntWFj785kF7brhdfjTyu+LXt
2VyTP8cKYn8f1QlA2SWk8xhWX3tRnfjMVECtn4WPIZYjh1PPjYzqdpLLja9U8V6y
hJV7JlX6Mfsx8uk1Zs/oikbrgVw965/QqJ+hKbVvYmp6M9bNy7Zzl8tfkwdIxLXL
hnt+r8laArnn6idGGYgmcFS1E3NAd+LI0tk5+RAL+8fuvFQ7otn5gaoodkrxto3e
jXWQclLuvu4=
=q7eL
-END PGP SIGNATURE-



Accepted gdm3 3.34.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 17:34:26 +0200
Source: gdm3
Architecture: source
Version: 3.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gdm3 (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
Checksums-Sha1:
 07ab6c017a93ff85174e247605454ed94f7b6e57 3009 gdm3_3.34.0-2.dsc
 f1b45a62fa8f8fad809ac0a553f4aebf1d438645 89832 gdm3_3.34.0-2.debian.tar.xz
 190a733231a9d831059f2c4080fbfda340fd4c19 18907 gdm3_3.34.0-2_amd64.buildinfo
Checksums-Sha256:
 51f1b7fd88e224284c6c6502c7ca01306433801d5cb87285f0228b392431133f 3009 
gdm3_3.34.0-2.dsc
 1eb408ea5998f7e3785397a17c77afad8a7771eb147243691246a6ca11b82edd 89832 
gdm3_3.34.0-2.debian.tar.xz
 29189524dc1cca82e25ca589e12e44e707a7c72aa879073824fd35aebddbecc5 18907 
gdm3_3.34.0-2_amd64.buildinfo
Files:
 9df7a46f21fa8d4af3d4426d0f45b23d 3009 gnome optional gdm3_3.34.0-2.dsc
 df243055ab4439e59a3dc907ac45cc0c 89832 gnome optional 
gdm3_3.34.0-2.debian.tar.xz
 117e3c92e90a2a0488ea6463fa018ef8 18907 gnome optional 
gdm3_3.34.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2SISIRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwavHxAAmNbG/1Tyjh73UY0g92RLpbtLeH5YLVjV
6n0hJ0OkPEtF8kHZKo/KCNfSIPfYY2JWwKU12QiyBGb0NXyrKHuz/bW6FiBLh2a2
oOvO/jySd+GJClpb6CkUYnXn+F/LjWwqvarxURgbMyIMHlVChblskFMzXbBtCvUj
pb7SVg+NOwHdqEXSlgAKlyMJoR8SF1I5SZ6HJZVAfxMzWhnIi5yMwKgBOenFrSzi
LBe2JlAqCjNiis8V52BcpySYNSJZjKCmzY/7leRFzTcyznWSfqOIDT380ogJlISl
RhPB9jsDWc9+ezIqckuswo0+P2RDz9hMdvMM3IfEsuMjfQruhGscOAfQrOPl+Jwq
0QcHdtIyRb2zI6ij7K0Ahlp2lEbnNp+g5zu55ZlM90WkY0YuMpWC8PumqhM8g/j7
aCZIrUToGPqs4htOSDNWlh5SfSiAZB65DzlUsPdg3gYB8ks2gFWLggFy0E7yG0M5
yAFY+DWMYowCgRqcWr9JHxS30WG6lbkGj42QLn3E/VTxwRbZkvkGIlC7KQP5F2sx
8X2zsO+AKNNUWnYlDUnKVfaMyStfBOMqTCpLvgju4zlkzYLp5u6dCxXLg220dwVA
ueLV+8IsU8Cy1ywaDvUmpqqZGnGydc2JCOPV4opjXBzcMUdJduPBhnHx7+bn5lne
nqCzH3QMx2E=
=hw8x
-END PGP SIGNATURE-



Accepted gnome-session 3.34.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 17:29:31 +0200
Source: gnome-session
Architecture: source
Version: 3.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gnome-session (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
Checksums-Sha1:
 80947063cbf667a8ebbeb24e3d46d2648426ab4b 2568 gnome-session_3.34.0-2.dsc
 7e396dff94c9cbac11a5b973e2cc501d198e0a70 34076 
gnome-session_3.34.0-2.debian.tar.xz
 77c343b10858895a09e1edf5b21905bedaeaf40b 15477 
gnome-session_3.34.0-2_amd64.buildinfo
Checksums-Sha256:
 cd6e4a5ad0d3e7a8f15d01b49597b7fb125c660c97c93b1c5029074326d718ef 2568 
gnome-session_3.34.0-2.dsc
 80349637cebc08645350fa7802be44dcd8534a5f4cf698df0c60ff65e1e1d7d1 34076 
gnome-session_3.34.0-2.debian.tar.xz
 2a24439dec17258c5357f093da965206d67868d5e0b0ddef52567d8c1d643588 15477 
gnome-session_3.34.0-2_amd64.buildinfo
Files:
 90f0c5e544a2dae7b1abeaaba1c23310 2568 gnome optional gnome-session_3.34.0-2.dsc
 d28057fd79851ed95d2160d51016b00e 34076 gnome optional 
gnome-session_3.34.0-2.debian.tar.xz
 df56d2b0fc787c27efcf3856430cd0e5 15477 gnome optional 
gnome-session_3.34.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2SITYRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZf6Q//RamuP7ugr7Ryq2r9dXOkWVtkyMjQp9SO
7Rru0QThGbKQG96la/gCqZGDsiqilUZ2fyZcuD7+KrDqAuPWGpQew2QXt50gxEWT
jGxE65Nbf4iOd+5jjSHLePkLFGJot125Ar8jdM3ql9WPnPtTmTEgBVmrXK26s+sC
pqtqOp9RLsN/LLdXZ+Nc2D0gDGylwhp9LsaawBLWQpHXov57wIxosyN9ZwKibeul
iOFLOk9ur19b3zoOVEBNQtZgbRrpMTa8DJ7b3qhTSuHA6ZWFxxi71h0W2Vyd/lQq
xwG4yn7zq2mztCKQmd+sxOvCulsDQ2e+L71LRfohc7WnCKX0bX6j5zRbgcSbu2Eq
8ugI4y+yrAFXj9S5NPYDWvtmsWP3DmpPmjkSpZ1iyEN0LMKREv698ZFVSkT8rtWb
TEzggTYSBE5suEZ3ewGSr6cFrfgbvcjm7wYlfVMhgphK6eiAp2xq35jaSrr/P78X
EkY7YimLRswkiygQ0sFdJ+NhFXQV8Z2EYEzcsUhVIhkIZdNmP9kFojnUA+wulImC
98N2pIVbAuryr9HJhb9AFBC9P9wcG3n/bqpTbh/jXdmbmDI4S5TXxqiMlleWPUMu
Z8LH28QHUCuF1hzYfLm8JajLfH0IgGBLwADFl0ZsPF7Ka4COlcbn5pHK4g0J0uUD
azszCLMYoLA=
=mysc
-END PGP SIGNATURE-



Accepted gnome-shell-extensions 3.34.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 17:27:38 +0200
Source: gnome-shell-extensions
Architecture: source
Version: 3.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gnome-shell-extensions (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
Checksums-Sha1:
 7dcefeba968eb53334a89594636ea2450bacf1a1 2210 
gnome-shell-extensions_3.34.0-2.dsc
 9af90c4106d32c57ecdaf89289e3e907cae75c22 7760 
gnome-shell-extensions_3.34.0-2.debian.tar.xz
 0082ccf1e2af4f519ceb5474bf6bce4ab90b2583 6038 
gnome-shell-extensions_3.34.0-2_amd64.buildinfo
Checksums-Sha256:
 7286e8146f441b8e1a466f989a58745909c980b48bcf4a47552e6197f996423e 2210 
gnome-shell-extensions_3.34.0-2.dsc
 f3b3c90a427c178a4c3937f8915a5014dc7818ecb17714926e3aa94b56a1bb8c 7760 
gnome-shell-extensions_3.34.0-2.debian.tar.xz
 6058de2519048ea32d77939ce9173df671df0a484ac4a124e5a6d0c86f0d51bc 6038 
gnome-shell-extensions_3.34.0-2_amd64.buildinfo
Files:
 1e37f3f7833632ae9f2c4e45325ff44d 2210 gnome optional 
gnome-shell-extensions_3.34.0-2.dsc
 909fe4bc3a4e9012e39339ca05f38578 7760 gnome optional 
gnome-shell-extensions_3.34.0-2.debian.tar.xz
 dfae715efb2f5b7ce07416e64b940935 6038 gnome optional 
gnome-shell-extensions_3.34.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2SHzERHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwaMdw/+JQ+px2a46/7uHTFWQdMw3eHMh/mBTjnN
FXC0Bareyw1z0zYAkFQW7xJgJ2M/co6IzEQSvbgX9scUYiEJSQz6/7yAoDiHTG6D
kQVUNW5JeSpA3e9FWF46ZZmKFNsbPXzmjtbvaGAMKtCsRLUotiDnwhSQhKGk/b/O
KzCBDI1Bjq3MSIWu/8TEER3vAoa0Cys08ngQ/X7sSB0xSH51e5Y0lT6XvC7jIDs8
FaOD2tBGR2ndSyH13xYUDkIMAGJI73GH2M5lPW1RVwcfgvjviSThKAyQEfKMa5I7
VswpXJYiu6owZa625FtXDhGQAuPfhYbsFwz1MJLQq06FdHkst76Fa7mdrekG4Mcx
bBPxx0no8IfrcI8xvltg6FhDf2w1dMMK7EUeYM40sCQkEjf8iHoUwriRCdTTRLMA
R2gx1+25m+xeV8K58eoG4O0RIpKG0HT5RhA5Bx/yJTtLliguuvrg9eYDjkPBMyI3
QSP2LiuVVXGdMoli2q1x+WeVFZfHrdMhFNF6OOgqoPGHs1cat5iC54Um2b2eNl5h
ZsGWnHBS6US1yDpnrtX/djFSWyW+zembZCSpDad1ScFhXS/MlTUwFMArj8R9lrw3
SkB/f5LU22wRXbWOM3JG4kbX8Luem9OjSyOflldKwXxHcFcrwnma478RftcgQshZ
GKD+pp2++FE=
=fBOp
-END PGP SIGNATURE-



Accepted gnome-settings-daemon 3.34.0-3 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 17:18:07 +0200
Source: gnome-settings-daemon
Architecture: source
Version: 3.34.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gnome-settings-daemon (3.34.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
Checksums-Sha1:
 f4527d39a7418d3e56a7f2eb2b5bcea7c212787e 3352 
gnome-settings-daemon_3.34.0-3.dsc
 0583959b5d4ef56ab9cdf30036c079eadee366ab 18840 
gnome-settings-daemon_3.34.0-3.debian.tar.xz
 a004d2d6e5a5a58ac6c1a89ccf40f8ef0106450e 21561 
gnome-settings-daemon_3.34.0-3_amd64.buildinfo
Checksums-Sha256:
 498b5a94442334ee14e307d8711f599428aa87ee23c8225e10de00853e9f3f6d 3352 
gnome-settings-daemon_3.34.0-3.dsc
 fb1eec20a0bc20d5b04a18876bac3a9d828bed6bf76f4b5ce42b801602e90932 18840 
gnome-settings-daemon_3.34.0-3.debian.tar.xz
 2aec1c69644ef22d52e3cdf79de9081a4ea7edfb473bca6003d125cd0787d7e0 21561 
gnome-settings-daemon_3.34.0-3_amd64.buildinfo
Files:
 b35b901e4faaff3a0ccbf78598ea48c0 3352 gnome optional 
gnome-settings-daemon_3.34.0-3.dsc
 daa556b9c7b5f12dbc937679b3fc59f9 18840 gnome optional 
gnome-settings-daemon_3.34.0-3.debian.tar.xz
 72d2ec2fec9b11c918803f750d2a86f7 21561 gnome optional 
gnome-settings-daemon_3.34.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2SHUoRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwY6ShAAoiz+hCz5QoEfSfvh9hJE0u/POP0hzitl
naYE7K4jouACeZkfMaRwsSdC5PjLBOHNdrZysTtsAUi0P1o1WWeJ6o3al5Q1IeVB
xfkRmpPbFf7jZET5P/FQn6UawRdbzJiEteO+K+3er8OOSmenw8e8nuuyhF5UUfZh
+5nGOSmI/OW/jygzyeXAAImqB2Xh30YX+0NZkqjTnv+pCtZJKKmgfrPnz8LeOPHH
FzeNLjXyVyXWWRrBUFGQyljYenMT/YLrCJrbHmO0uMy+Q7BpZoiORAYlbudJA9Ma
lCocFwWyro6FPtlpQco+BSYXSQTVCQm7wH/fKVTnWE6H1L1PHlN152ALyVeaMaUZ
nElKYlPvY/VpPbnrCfZyzH6tcsM5oXwQg9VxtcK/GhZ3553Z0ZXxOWw2TtC0hWvB
6tLgfBBqdmHP3nGBouUx90tq7TP2Yp0hAZODMlXzUgqo+bx0oSA50WecjSCmRFY+
zOgHRDQ0XcCpikVdHTVMs144OSUz5wfVpfykR69DFgn3W5hY6kHsTbMiCqzyJVSF
dvAFnU5xYBF0PLAHHbVa2srfWyxQ7oarvE2SQzu0ZYazPf+xAwJMcw+2fO5/plFC
ou48+6RmvzYWlpHL9u9LE64p+qmNreoyY2dncdBA81k6m6j+gXwl1FOozN4FPhLi
3Sb6T5ufRCg=
=WW51
-END PGP SIGNATURE-



Accepted glib-networking 2.62.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 17:20:08 +0200
Source: glib-networking
Architecture: source
Version: 2.62.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 glib-networking (2.62.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
Checksums-Sha1:
 c831e0575e87a9efcdf6d44219197707159c2ed2 2484 glib-networking_2.62.0-2.dsc
 3d1bd96544939d33d2abc9236e54fc12aec9ad84 8852 
glib-networking_2.62.0-2.debian.tar.xz
 2db360adfc28e9ed7121d3fb41197315f6e3f021 9868 
glib-networking_2.62.0-2_amd64.buildinfo
Checksums-Sha256:
 ce01205a24fa01957e8f434331a95339f3af3cc2137712bbe9091c295123bd30 2484 
glib-networking_2.62.0-2.dsc
 5660d81af3784e82b572e6d6c785344a0fd44a04b6bdcabb5f9f5001278b5c2a 8852 
glib-networking_2.62.0-2.debian.tar.xz
 aedba4bdb0177cd3c2cef42fe5bfcfbbcb764fc7da9d460800fcdfd20f099741 9868 
glib-networking_2.62.0-2_amd64.buildinfo
Files:
 07f29313911af8bd7eea3f7955676bbc 2484 libs optional 
glib-networking_2.62.0-2.dsc
 cd9168970e7ebd5f9c833032c8487bbc 8852 libs optional 
glib-networking_2.62.0-2.debian.tar.xz
 512fcb1db87ae40ae9221ad1bbb62930 9868 libs optional 
glib-networking_2.62.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2SHkIRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwacNQ/+Mo2NdwezqPkxahseEJBsTDHd58F1IlHz
7++TSu5z2I+VQN/bmJQMxW4FvrzpvVJjYI0Bznwzfu7fGnmu5DQcNudzW6XOC7S1
BntOwIUTD/09NqV4PXFkMMgkQ/HPXWDFx9IlUT3hqCeJX1LVDaTDmfW1mqmy5+/1
QJuchJZGHj1kYkwni40BJtdzmONdZszJLJX2NUuNMGphbt72bb+YzXbaZuSCdaws
GX4zWiMQtOWvyA9QFfH5PzHdfInSM1X7saEynl7YpLT3lvWturTAV2bKup0Xbq5z
+t7Ah/AaeE+2VmhHA+/sB3/yaJkkI17op1LGySnfLajaHSA47fKOAE5uptyfQvJ/
yu00guN/x3+BrQyhSCfRH/xp1yJhmtgBkph/fU7G3J9rdCdpsufIQnlj58d/QPvM
d5Qd/taJQggnhwLhnWWM1c/btHPtUORqfnJCzegT5T5bjV5MqMc5q1OORXrSMka4
S1Mt274puHsLGkVlRIYU2kOEkfBDsU8Z2VFFVwotk0AsAFFIfQyWJeJG0OiGtoc6
/nC6GDKH76WtEcryXaDpoVQtqoXnAHrTjQ81xo/qjK3uUumv1FdMKU8KNfcM3H6Z
djiRRyH44BIcNepminhUfVBonJGnszeegiit5X6D715KgPrjbOt7lFtBSkPMP4Dl
Jijh6GitTGU=
=0YrL
-END PGP SIGNATURE-



Accepted evolution-rss 0.3.95-11 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 15:34:36 +0200
Source: evolution-rss
Architecture: source
Version: 0.3.95-11
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 evolution-rss (0.3.95-11) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
Checksums-Sha1:
 a429cda7cf9c5c4023cfaf9a76e2b16e3a45a916 2376 evolution-rss_0.3.95-11.dsc
 0a2595d00b8d09c5be741f769283f79ab24bc978 9576 
evolution-rss_0.3.95-11.debian.tar.xz
 05ab21034cc44c081cdd227b6895fd345b3753f3 19461 
evolution-rss_0.3.95-11_amd64.buildinfo
Checksums-Sha256:
 d7d8ae159d9fccabf4733272b17b0009f84e4db8a1888c8ea1b1a5030d01a368 2376 
evolution-rss_0.3.95-11.dsc
 05a312758300f456d1e1754ce86c19e0386d8922267f23544e339e41921ae819 9576 
evolution-rss_0.3.95-11.debian.tar.xz
 7108a32ccf77226df59b15a9f2dd2a678aff0deb1c73e9f1d4a2d45223a079d4 19461 
evolution-rss_0.3.95-11_amd64.buildinfo
Files:
 af3a52e0169267367250f4daf37383af 2376 gnome optional 
evolution-rss_0.3.95-11.dsc
 2b3ba7734991d0dc5e011e4afa588067 9576 gnome optional 
evolution-rss_0.3.95-11.debian.tar.xz
 74adace08035ae54e6cac53c910e781f 19461 gnome optional 
evolution-rss_0.3.95-11_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2SBNgRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbW6A/+K61FD/BfTIn7aAnS8D95hHL4JHMDLeKj
+q2lyp2d/og2jjQQ9cq+7lIO18lbMgsa5Lg3zwWfrMaBRM06+KLosfxNkSHEhtvB
PWRXB7KIfYE/vwMU7qIdXMDyXSzCkJ6zvBIUcj9iP06g7zamcYTLth/xDKLDeeAB
051rTSjeN3rEC9B4R4dCbGHIYdellDVKYrToHvre+VgbA2IzBeer0LqRXriQRWxr
LNZYFc5iHvgQAHMFMCeTUQ14rOOR3jctR6SWd2wDhGD3sLJuSRvY8jBDF0BR8bWj
WkGEb+yh7kJyy9my4UOvn6zDcI5FwbFh2csJ3thtD5aXsSu0yHX6oh8VBA437ESv
Hh33V98DddZbdMxX8P0ZtI46VYbslDQbQTlO0sGo//xTj2Nl9z0l+Ng4kiwEoult
oT5OfvD/tIu3qLsAkPA7BUGfbO4dglU9rg4oldb8DPlGjCPR04kNmFNWxBlpc+in
VhBauJNKCsA6XsDwCZGfzwHrLktn8a84KqJPCNHFG1NP4TxOFhGVPI8EYm5ZaVmD
3lT5HIF6WgNDlw58rdeqMwkqtTvm/kRBVcGt7WHoPj0KXGYiwnaDRv1t6KZVMru1
zAQtbM7qGeX+ZYgw3qLHJCAU2kqj80HH3CSBBeD6a6NDhq7JlzVJ4qFO3akqkTV2
CoCNxjOt2yE=
=SLoB
-END PGP SIGNATURE-



Accepted evolution-ews 3.34.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 15:30:35 +0200
Source: evolution-ews
Architecture: source
Version: 3.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 evolution-ews (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
Checksums-Sha1:
 2f0cb59e98efbff517d6f67875b0cc6042995e52 2500 evolution-ews_3.34.0-2.dsc
 2af6923c995f98e42dd9d45e3c3d82eb2a1fabfe 5576 
evolution-ews_3.34.0-2.debian.tar.xz
 3f35fc8ed1f63120e809df2d164ffb7494b51868 20634 
evolution-ews_3.34.0-2_amd64.buildinfo
Checksums-Sha256:
 a0aaef152ef5fbff3b93a9d23e590b60127a3f2047a8bd1102e2c767aa1fe02d 2500 
evolution-ews_3.34.0-2.dsc
 99fe24556abe8ffe6c6ad4dbe1eb65175e92387a820af8251efb43b4a4f71ce3 5576 
evolution-ews_3.34.0-2.debian.tar.xz
 4ba063de0bf3e1b97c5c7119db49cebaa0216f260be219b3ebdc7e106fe57377 20634 
evolution-ews_3.34.0-2_amd64.buildinfo
Files:
 430878702765170dff9ee18337045357 2500 gnome optional evolution-ews_3.34.0-2.dsc
 5b51b74bceafc9320cb915b8bfa6bd54 5576 gnome optional 
evolution-ews_3.34.0-2.debian.tar.xz
 38d649fc051dfcb9c8d2093b2df07473 20634 gnome optional 
evolution-ews_3.34.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2SBBQRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZhwA//WEicuba/la/8fTCatzFFZNCccWdXGIOn
OQgjM5G8LHthGU2Gev3J3XVzcDWMpXE1RZFPA/MqnXwh1CjIEU4w3a+X/PnsxwH1
AZmxpYO2cWZebhVqH+ruj39u2JYVQAnoDVdXFT/1+JAvicI2duVVKYoNBOYcuiJB
66xaf/ZQjSi2iHzvNTXkWN122CCpoRlNR+hN5afY0kVX3RhibEmki2/kHnLaZ2NB
5FR34YkBXLH277Uj2Ubpm/XfQ4S9j1tUgDGHVSvUYfA+2EhUhCxjFbjsmEkbRc7W
rOXW6Xd6Hx1B+cF2q/PknCGlKtzxvSLPpY/zMcupkttHPykNelF7lWDy+9ATCUKY
FmUTjb3QPVo33zrg0YaAkuQR3dLAhXHrmr74+18SS0N+IPx4hY59z0I65HlWcRfY
29yWVhRV9bVt5CLjd9wbO6Gx0ALbm/RQI92ob/B3ImZ2rFE4p96mrNIGLbBtf38D
74KqZ4itmevIV1DsPCyfN3icxbxWKlusE9c/wjAeNgMRVjITjSW1bLkylVQq8pzS
/XvHdNxmTTWmdprpEbju2P4hD2zE/jLEWmVJpCBBXG3mi+o81969lh1jEnjRDKwh
oTliiUJlXDrCh5+rF9sFNL8Gi31fhCBB6AvdxpBEP/O7W02vkG9+R79enKGOVS71
56NmgqmHilE=
=pXli
-END PGP SIGNATURE-



Accepted evolution 3.34.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 15:20:12 +0200
Source: evolution
Architecture: source
Version: 3.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 evolution (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
Checksums-Sha1:
 2931c28482b833fbb89b1858e3ca681118a993db 3833 evolution_3.34.0-2.dsc
 5395d264493bbdb90449b8e2416723e3296d24fa 37012 evolution_3.34.0-2.debian.tar.xz
 59efc05c179cfe654a9554934ff48a81f87f6084 26947 
evolution_3.34.0-2_amd64.buildinfo
Checksums-Sha256:
 0b21424b327a2edd07c4ffd433ce7e9e82dbe870210a9da13c5dfaa1c85c88e0 3833 
evolution_3.34.0-2.dsc
 483f13412a0ae5b194687e7d0c2a143c67bb518c197467a32d5249768463601e 37012 
evolution_3.34.0-2.debian.tar.xz
 abdf080109ee60aa81656ef05377fa151400c1ca90e284b1869ed23d2e448cde 26947 
evolution_3.34.0-2_amd64.buildinfo
Files:
 8ff43ec801efd412d460a3e5c87fddd5 3833 gnome optional evolution_3.34.0-2.dsc
 cab7c65ea3f546e79b11036122f4d7ff 37012 gnome optional 
evolution_3.34.0-2.debian.tar.xz
 6e0115c0cdb5fc116e7ce3bd8bd502a8 26947 gnome optional 
evolution_3.34.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2SA1cRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwaFuRAAhUff25vmfId5pGeSKtfs9BGfA8sOjk7t
IWzczQMKbzdHZ4qqMSLNrB9uuQ0pR4/rFfO/HLkXr4HDiOJSIU3B2MiGnTqKfZWf
InneIkVeBZf+eUy1VpDatpflA2w20N+8QB3TjqoZkxxgP7ypg4W7iY3YXGMUSA/o
Q9EJoQPutHjnZqSPv2lKC3vwNxyi4NuimiUxX00QEAOCGLyli56b2nOOWqICBeAC
Dk7DCHB1ofLyBgAbioTL2UrOcWbTJtBMUy25Hkt8zPop7nI1/Ua2SEys+fQGqsbo
TzzC7mSefKwCCxIKvmBEv7QxULdeE31y1RgS+f6RC+y3Y7ARAGheQ22Ho94AFEM2
VAZPjAbZLqtIaxolVl24y8CJaRD1jwbsFmbMbOafy5Q7tMTmAu7WVvI43BQrbzWv
A9f8QdrXEjfbI/IY5LHniofa/+oFseF3Whu2yLwxEizZDejsvzqBr0byjXadJbKH
IOvR/rJcPw5bVwTUrZrkr5jOK+xNuNozMtqVeBUoaLmC9xWRy8pBTzRR/D9Rlb5i
NQS1j+WDKgNA6rg268jimT/WyoyuLJs4XZ42u5InED/BJurh2VDRVohRKmdlFxc5
3TudatiXDYUxEKGrbpQWEmNUektGK5J5KX9BrTOjZqUFJVH3j/bOklPRJ4N1j8HU
Cc2OmyS6QZo=
=PKsH
-END PGP SIGNATURE-



Accepted gnome-todo 3.28.1-5 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 15:11:50 +0200
Source: gnome-todo
Architecture: source
Version: 3.28.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gnome-todo (3.28.1-5) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
Checksums-Sha1:
 d797a55ad459a337bd52b16127e80f9ce66607bb 2594 gnome-todo_3.28.1-5.dsc
 8ac63d32bfbbfa5fde903e081e10a1d6de140289 11676 
gnome-todo_3.28.1-5.debian.tar.xz
 b1dffa4ee628d1c8704b49cc985c98500a3ff71c 19572 
gnome-todo_3.28.1-5_amd64.buildinfo
Checksums-Sha256:
 c99f117cd136d5f2291628dfaf45b634293965faed8ca0633cdf31daa0ad923b 2594 
gnome-todo_3.28.1-5.dsc
 eec65f785b9801b966b683fa867ddf0eb528d0ff40c63ecede9c063f78f8b6c7 11676 
gnome-todo_3.28.1-5.debian.tar.xz
 24fb118ce4e4acf2377521515e8ce6ef8c06fe075148caa05bcd15b965cf7e34 19572 
gnome-todo_3.28.1-5_amd64.buildinfo
Files:
 b06447cfb2e75f7a49e233fda604e73a 2594 gnome optional gnome-todo_3.28.1-5.dsc
 f0173db55793a8487707d59a212e1407 11676 gnome optional 
gnome-todo_3.28.1-5.debian.tar.xz
 08b5b432c2eb8fe3cf55a6aad6b95e6b 19572 gnome optional 
gnome-todo_3.28.1-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2R/6ARHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZVnQ//VewvowVmE48ZpEZSluMdos3lD+fpH6m/
NKC5i/BnICR9usAYdnUR48Lsp5y2CG6q/TH/Lw4erON0Uj0wwTctQMcJUX+2dTN9
Jd/ID+XAsoBgHZYo87vZxG13WamQ832XwzrFHKjYQLeOADnT1c8f9E48nxSTFnZG
71N3vH1HC0+7Q4nSFGV/BTh8HU9HPFmgDPqOXb7IDcyPJFPG5+0ajkzQKnW9/n2P
NCDJu3wiknXXSS1NHLmieQwM7QrnenOCE+rqoCD4yKNJhbS/6E1q7l9kLqfaYwb6
bPEj22zkTkZfHrHpyGgjlR/LfNhhdq/XN57FfupQ9SJnmu8NFm1xB+hHXrvqDSPP
kS9TABsm8eJEx7/w8Dsnnu8NcX+qlAszCD8Gr0Ido0vhc6X3MMYDUX00ZADyFinP
fdm2/BniyRGUTGsSGU+RvVBEVZpvm8Vdc9Mcdn3X6nyIqOIqBwNXtxSDuXDpp/DJ
JpVOsk7u382PWsTUu7VaDPM/tnpSZuLiv3Vu+dhAYotL61JT0QElyDLUmejuFv3g
7KCRffYr+lDBSp8vUiKBOHT8PliyVsGt3w1LQP2C6xIPMrw9xaW2SjOS2CZG8vxy
zn5hs5ibCqqsj5qdPB5ViXKMI715QmL2Wh47O6P9GXcBmROO6tShrccUeueOGkCe
cJO5m/Tz3qY=
=IYo+
-END PGP SIGNATURE-



Accepted bijiben 3.34.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 14:51:42 +0200
Source: bijiben
Architecture: source
Version: 3.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 bijiben (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
Checksums-Sha1:
 6f16525007f66de581aced7f56bd5907ae6232e8 2318 bijiben_3.34.0-2.dsc
 d76dc6b5bb8bfe70f4a5ff0c24e6c37719422a93 10892 bijiben_3.34.0-2.debian.tar.xz
 8a4fa85b546c594b7bfeed7ff4116b3ad5666b39 17131 bijiben_3.34.0-2_amd64.buildinfo
Checksums-Sha256:
 86a67b011b5b6866a04eb241a617412bcd5f28d85258943dec285459dff37d84 2318 
bijiben_3.34.0-2.dsc
 1e948837ce9a111f66757028d3eab410fbfef5d4269e32afbc891db539ee8f2e 10892 
bijiben_3.34.0-2.debian.tar.xz
 20b87bc029534b3afa6886bfdc3a4a5ed9f9e925b7b0da5f39ad1caeaaa8279e 17131 
bijiben_3.34.0-2_amd64.buildinfo
Files:
 e575699c2850c8a8f79e7fe2fb812fcd 2318 gnome optional bijiben_3.34.0-2.dsc
 c07d3ffcc5f42f5303b8bf796bb602b3 10892 gnome optional 
bijiben_3.34.0-2.debian.tar.xz
 2797a2086d21f8772c0f360b771f8b7c 17131 gnome optional 
bijiben_3.34.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2R+wkRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwYnHhAAly2Z3XqF2T1y5whJcaVttWkMZxecXdxl
l9I6yks8s9keWDyBDH5I7pRwDlmr+JmQZAhAkzGjpdvV3q+nlmr0zHfptcDEZpcW
zDQbyMQ/m3fgnRwt/r/tKpTAeL0cmNlkqMpuLSvelLzHc1Nk0zHLm2FdahjkNO9A
FSUJM2c2TljNMJiVZ6bXX342LNqUasE0v6f5Kt7NuVWOs8DJR5OXFWPO1rQ7H1Bn
qoWoqJu6RYHbNl+PH+TohK+heNdzBmqeQ+RwhfLsAlYj9ym8y1odRUQ0+0CESFu0
L7m87v8+JfY0gIxryBnDOj/uYs//DgSBY3RULog9xi5Rr1h0DjP+mTQJg52cchMQ
PjXBkdWRNlThf1/R/oN/5+5Meh+ygu0nj+XsxTF0NlhxuIO7rXJ+1RISh0vKcYWp
jTOVkaGqO25jDvbJ4HAvmg0rlbpVDYxM36n9MMUTpYjUUz5uOAu5gweGzm/Mr+I8
zASfCrh+e3xYTy4jpFBqQGQ/pnt6Tn4p/6oKRUamonGO8c9iEEy44JZqhnIAs8qR
H0OK68Ul9wnVjgMLGVH7TtPewSzHmfoueDBrj8OLjaxJ05yRtFNUJP0bdvOfqc0t
mGIYYEZrU0zqq2RXwXh82zhoz8p9KSmq3FDitIWNPboAzTv1NtxXZlCK/b/XAPJz
JHLc03B7RBY=
=q9yc
-END PGP SIGNATURE-



Accepted mutter 3.34.0-4 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 13:26:44 +0200
Source: mutter
Architecture: source
Version: 3.34.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 mutter (3.34.0-4) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
Checksums-Sha1:
 ee3c8354a86b542ed1a88a4371d4e76f9e454e79 3882 mutter_3.34.0-4.dsc
 66d121b93d9dfd06d81d81bdf98d4ab78f65b1f0 59808 mutter_3.34.0-4.debian.tar.xz
 00dc3bbaee872ae8ba65dce9e0f3e507eeec5533 19789 mutter_3.34.0-4_amd64.buildinfo
Checksums-Sha256:
 a119a4cc7beef28147c413c29ae30ad6494c1b4c036876475c2630ab87f6a764 3882 
mutter_3.34.0-4.dsc
 a85edbb71e2cc50175085f42a918e1744471822eccdce0a2a67168085a03b6e8 59808 
mutter_3.34.0-4.debian.tar.xz
 fa4037663929cff5dedb04e546f4c76c988c6b43f7ef1f22fa09bd5af4f2e844 19789 
mutter_3.34.0-4_amd64.buildinfo
Files:
 0a490a4c89d88028b193f6ead7905709 3882 x11 optional mutter_3.34.0-4.dsc
 db007ef7ff5573baccc654ae1958f41b 59808 x11 optional 
mutter_3.34.0-4.debian.tar.xz
 584da90d94885fd9468b04207d34d448 19789 x11 optional 
mutter_3.34.0-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2R9KARHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZqJBAAlV0C5S/37E3SNSyaRyX0zCiAHBkULu9K
KTuo9l+sx6GCi7xUpqLhfSaleYx4SNL5ETIyXQtFkddbjM3IXu58hr17/ZeGpCWg
oyae2XmCB0ijrWaaGcMc9tyzIMC1Yypw5dfFsnVXI67RgCv6SUIdkvt9z3Or+sA9
UZ8WRUIv2NtORUJgYrK8Itb8wSA8hPa5zjzJD5HfyWryH5fe0E6GPPnIu3QvtwP6
jSvXL4r824RMthE8jvBv06ZujiMd+EBBMuJZg4/daNxuBJoSKwX1LnbpoEc8YZpS
5R0LHBenJf6rqmwaYBLfHcEk9ztIeB26R0Jaoh4YHEjXL4s9tJZQpx08fmvoi8LM
9jXtq9/7IcfulurT/q0GaOXybWZJVMMJBgDq3BkssKNA2Mn2csQG7Lu+oaGNBcka
JxzXzDSrzEKUn5vocGKx9hVTO8HGXA5gj5AUZXnmVquVi2Ackxo3iwO0CqnR7tsW
lXo3s8C+VIGHJuuB4FCSvvjogm/BEOSPEgtiRVGSyHnieCF6C9Ow9fqjpuJwMuAz
mZ3EFra4RfwmHh4HxZmj8I1fQE+HD2z/znBEpazjeG06hYXo2hcgQKqb6gZydyoM
8C1zNZeICFCuMplkaEvFlffa1PZqcFM9xWxkLxDncFmS0lHCKeG+dIhUNO+eq+tP
MZR5EvuhNQ8=
=DPih
-END PGP SIGNATURE-



Accepted gsettings-desktop-schemas 3.34.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 13:08:27 +0200
Source: gsettings-desktop-schemas
Architecture: source
Version: 3.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gsettings-desktop-schemas (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
Checksums-Sha1:
 a58aa41514948ee1e7fe7e8952d271bc186fa820 2484 
gsettings-desktop-schemas_3.34.0-2.dsc
 f9c5544d6f20f17ad82a70ec20da94a988c33af5 5956 
gsettings-desktop-schemas_3.34.0-2.debian.tar.xz
 54e603d9996316eba510d080a7f07d7127ac4739 8261 
gsettings-desktop-schemas_3.34.0-2_amd64.buildinfo
Checksums-Sha256:
 d3608bb80e16c9083ee5758cffd6e77d13390700e25a475dbb310fb26816c24b 2484 
gsettings-desktop-schemas_3.34.0-2.dsc
 2e8a6470c67f5f78cd9c8d44eeb6d049606cc7497004fe3e783c789bf2e9a86c 5956 
gsettings-desktop-schemas_3.34.0-2.debian.tar.xz
 9e0c150d2761837ec7cc76774229e0cdbba613156fcd2cf55eb7953a18a2d29b 8261 
gsettings-desktop-schemas_3.34.0-2_amd64.buildinfo
Files:
 82d9eaeec9bbca35a1e2f4c1a0371913 2484 gnome optional 
gsettings-desktop-schemas_3.34.0-2.dsc
 3f0651301d78e13bae96b1a364a60f0b 5956 gnome optional 
gsettings-desktop-schemas_3.34.0-2.debian.tar.xz
 79079551e6448b1f8e40be7cd3c45777 8261 gnome optional 
gsettings-desktop-schemas_3.34.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2R8mwRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwb3SA//f2FwAjS67LVGYa4X7GJfwb2kax6Q07Sb
WgsUThn/b3mYxT1iwMTeFVCrmkBhYiuQKegxhjrB/qbwnA2Pc1bvoDxKFXTswUVE
uYzBh2n30mCuTGzDqfn53BA5DzuDY3bHuJDjadGs/Xte5qfMQhfa4+fu9Eu18deJ
FEYl/WvAGd3STL7ctj7Jv1ObR4T1lZQ60eMrBQKRRw1FFilqlluzfXL+rAg2Hzw/
6TUDrUukJ3zla74vb3PeOzBNE/s0bcZCtZ+YK2v2gMVqD15uNjVgbA0JnJAKma8T
6Va69wx+k1VxxjK8jMoiZfosM4PGvDFI256YxEs1WgUAyuRU/eRJlb5ngvpr+QCr
8R7vj49vfMHYmPe0qy0xEkevq9DgU6E3ual1/xSgjANO6b1T1pHDElSu5VItn/9C
PC8kEQXXYQK9PDJI7M8tkSKdGavBpeFBsU1qPwy33J/vhv7UTeSJukk3jXzfnw0K
2zq+XSU31gBvbJ/8aFeTgxE+Jc7GmS0q1ixZ9evXB1aJOSYP64aTkSXfzcCDfjVM
BOqaCAU2u507dtNexbvGfbv4l5NVa3ynpaEs7ZFY8pmT2JkTl8xwPTgGKvYYccK8
hWU206j6ZMeRyVJlQ2gbw0tmS22l9RM0QGmJrFmgsRirpvWK/cKyfP7l+1oaE0U/
9dSqlEO0ha8=
=FAF/
-END PGP SIGNATURE-



Accepted gobject-introspection 1.62.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 13:58:19 +0200
Source: gobject-introspection
Architecture: source
Version: 1.62.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gobject-introspection (1.62.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
Checksums-Sha1:
 c412f1fa9c255face60b72ae1a00d2c48a1e13bb 2898 
gobject-introspection_1.62.0-2.dsc
 98dcc0ada9451d1783619311e6f663a9133a6dc3 21708 
gobject-introspection_1.62.0-2.debian.tar.xz
 bdcd7dab9eb8ae45f3881889fbe802d5164ed62c 11440 
gobject-introspection_1.62.0-2_amd64.buildinfo
Checksums-Sha256:
 e0e2a55bbcbd084a1280c8ea55632257fea20ab9d620eb51ef75f951117a9a18 2898 
gobject-introspection_1.62.0-2.dsc
 c0e0c4c04510e906749289404464beac8faddfa1ea2692ac7c39e7d0d97b5f44 21708 
gobject-introspection_1.62.0-2.debian.tar.xz
 74e7acdeb8ee3c38efe14fc226356042cc59c9b49e99d53747e67d20f9dd80f2 11440 
gobject-introspection_1.62.0-2_amd64.buildinfo
Files:
 6c56eb9e8f5e133930dfe8a687980737 2898 devel optional 
gobject-introspection_1.62.0-2.dsc
 c8c5c954573c1bb6fa67c731355bb6be 21708 devel optional 
gobject-introspection_1.62.0-2.debian.tar.xz
 af003f0b157df1ca021bf8250cf1f7ea 11440 devel optional 
gobject-introspection_1.62.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2R9PURHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZ/jw//Som+mrXMmE0lmU53Dz0O+4guDu0nkjIL
5LKT/QXs73qySydutABpSkqF8uQsmsREe5C/UtiDWbLHoV0bcBk8IBEiQpQCY4CS
O2QMY8Zhj6NabDNTv6zWh11/3pf8tjHW4/0lLebUht0JJpDmOOcfdS18kUcd9vtV
6HsdH1QKWhup6Lcsi0RvMSC21tRsjBaPDgt+N7TPs965vFlg38frg8k34jFWE58H
qxpx58REEgUknJNzXJaTQt5iUJXrA0stmSd/OwqFZe169Oz8+U/rTtFOfcTohLHn
oJw/NBD/ZnMF/7CKeaNzHICFDTv7aOgvf7hGDXLtPRml2NN+MnBtODIbrO3eWZya
IdYFvyVS3z2C3vKIoh9X+UFTQ6z/h3X87KwXfzUWrZcFjolTbkfRJ4cAFryPdhal
0yoLzl72PJFwVRkCuJbcTgYTixa3Bk6FbSVPf6Yp0hBpa/57ivfTy1GH8qloKDpd
qz9T33sugPLbng0yslMIP2umTHZ+auQvrSzE6m7UvGMn01p/JsjSf7QdBxfAIkMu
E2rbge62ATrAAyG5R4UiSUtgRn8m+M2JY1hdfXlicTNrSQQEALONUFcXdQZmpou4
MzFrKT1j/U8Sno8aLLU0Cu4sFNGLNqzE8l+FjgLvpPdo9lgG1Q5tplZvEx1/bdLh
EpipAVHKVc0=
=7ikU
-END PGP SIGNATURE-



Accepted gnome-desktop3 3.34.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 13:29:10 +0200
Source: gnome-desktop3
Architecture: source
Version: 3.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gnome-desktop3 (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
Checksums-Sha1:
 68896335c2e3bc6d4805b9c12c458e6c96bd027c 2977 gnome-desktop3_3.34.0-2.dsc
 7dfc32c1d33cc8301104f3db890ce5ef62436c6a 24736 
gnome-desktop3_3.34.0-2.debian.tar.xz
 d7aadb869a5edfe3ce50b3c63b24934a706871d4 17335 
gnome-desktop3_3.34.0-2_amd64.buildinfo
Checksums-Sha256:
 3259f5f19f40de76c78e7c0f98649abfc674cd04365c858097fc24dde761b845 2977 
gnome-desktop3_3.34.0-2.dsc
 af62c2dfeac732319c70ac3c830e687d256d0d432ae6a3795cb91fed82f98840 24736 
gnome-desktop3_3.34.0-2.debian.tar.xz
 42e26ad144ab36352253101c6d0f4c096b65b0187526d54d734961afbb0abe4f 17335 
gnome-desktop3_3.34.0-2_amd64.buildinfo
Files:
 103febfbdb9364e7cbb5d27fafff0847 2977 gnome optional 
gnome-desktop3_3.34.0-2.dsc
 272dc646f70254891ee0ac6eda817aeb 24736 gnome optional 
gnome-desktop3_3.34.0-2.debian.tar.xz
 a5fe6fb1992ece3f20bf5f4567b3f6de 17335 gnome optional 
gnome-desktop3_3.34.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2R9DcRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwaBvg/9GzVl0Qxc/TaEc1FXf9o07Bowfv53fgFJ
FeqOXlfLgZxIUQWZwvSbpf3ooG8bI7GNkct8NUibGeZnUO8vVZ5UVAsnzTtGtVnF
whE4lKlqKRYs22Ir8bHfWeMo6oFHplY1ssYKuDUCZKS9zOUtNyJzz1uLfPcy6oBn
Vc9cpoO5rdovn6J8hFY8RDom0D3p/wuYLLTLHePzJiCmFwH/S8ZktKYkfnSa2vmB
FStVWg8LenSTcztxAqDlpOodYUYjCr07a4PgH54qiDazOm5EXho5ebyW04G9cteY
7Zk4iDSolL99IXN21c8Z/idSRPsnFuidKhs0AUcRhOcTtQ7VF2R5dix+7090Z+Zg
hPwxShv5QZaLYf7YHH9BaQo3yyShmcct3CjxtKOQDEmZpgVDuPLb8FCGBUswB0xA
3dnNiERCcBrfhDpa8XL9OzMBedSFymh91cn5QxMxzy8DxHOGDw4LJ6w51EWiHp34
l22iWIDkltpFOQDdKCtGAr/TPNVYaGg5VwGgJqIfWWfu1pzHxVrpW6O9ZvUnlhVV
9/L6JFbp9BVMVVVMBHZc+5XQZND69Lk8xWlbTVi7dh1r6uEYdZAtz6IADEf2HnGq
+aba1M7oASbxM3N1vHD7Pj34N5MQpri8cgfpOPC7vMNban2OWxmz/TFiVM8Tw/aL
H5mWLDH2b90=
=OF0l
-END PGP SIGNATURE-



Accepted gjs 1.58.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 13:57:02 +0200
Source: gjs
Architecture: source
Version: 1.58.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gjs (1.58.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
Checksums-Sha1:
 126a8c4f5b4e0744c8d3707500e16d4199ff06b5 2504 gjs_1.58.0-2.dsc
 bf117d9d538f0390ff0f8e5e73e7d10cdca19245 13364 gjs_1.58.0-2.debian.tar.xz
 8acdea195867b16589982cd3c2725ac95d4f2694 13980 gjs_1.58.0-2_amd64.buildinfo
Checksums-Sha256:
 85387b32a253f5cf47b054c02fe115f23b5b607df7b8a1c900d8288cd4bf0b61 2504 
gjs_1.58.0-2.dsc
 585385131c3e8566744c7b5514ced53406294dbfa3ad620d4f75694115ab1d31 13364 
gjs_1.58.0-2.debian.tar.xz
 df546d9f6c7e13507902bdb36ad3a80bafd39cd7e1217bab82914bc7485acdfb 13980 
gjs_1.58.0-2_amd64.buildinfo
Files:
 2327983f40fa3f648c058915e71a258a 2504 interpreters optional gjs_1.58.0-2.dsc
 dd0dbc191302f661a1fcfd38dcb12771 13364 interpreters optional 
gjs_1.58.0-2.debian.tar.xz
 4bd7d18b3eaad21fad9f4abdda88cb8b 13980 interpreters optional 
gjs_1.58.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2R9SQRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZJtxAAgbir8AcymdF4PCnKdVcXo6rrXZrLtJmn
/K35I02XRiA0YXD5PuKMLRj/ig1RBJmfCdxHihyVeAQqPO+uBRdxpXEnZfu0v+Vl
7npb/Of+Z4gKMe7wkTgn5fe3DCcJrHa512MsP7/F6N1wiQ0sRD35kC+FA0MACosT
0QcpwmBcQ1oIz8ELIT7JQdbWtrRaSj1kinBS+CO4XRGcY3Bl6sUiiq0HhVI7BU5R
iVY8dXSJzEqufki7nTBMLqIn9iOGuFRu4SOJYCQCv3ljpN9P/0aHqmW0TeG3NRFI
ytRlycqYqCzy+2fYDFOVM0K2O/2p+imR80/QOHGD9IqV4IBlV6zoAFoU3y/EGb1E
I70b2dnolQtXvZ6VyHLa6LeEQRO7AchgJuS71dX98fgi0XGKIQesP3Tl5kVPUO85
pFLd33wNfa1IywWPMuX7/UYHRuCnCKwIFFoc8exgEryRh4k2kZ6M0asN5iJe2IFa
nKQHqKqzIcM4Xv5O4HeESwOBuwsrKAUbalg7iEHRnmFhDD0VFqbJbxXNxhNqL+rE
9g/EESdzuA6mhNnVBQzYZ11iZlntoqY5IgmGK7/V6kpMgfs1lKt3W5o/UFOhuum6
vDG1fSkQcEGnaSEboBgz12CJCCRMAmXU0px78bhNFiBQWf0icGEgrpVvFkqW/loO
/+G4rdIjkRY=
=3C+C
-END PGP SIGNATURE-



Accepted gnome-shell 3.34.0-2 (source) into unstable

2019-09-30 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 14:29:53 +0200
Source: gnome-shell
Architecture: source
Version: 3.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Andreas Henriksson 
Changes:
 gnome-shell (3.34.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable.
Checksums-Sha1:
 4c660bd9fe8db4664b5a43171ec556ef7cdb1e56 3429 gnome-shell_3.34.0-2.dsc
 209f949024048e05ba1fe354c7e33e9d28fc8670 29332 
gnome-shell_3.34.0-2.debian.tar.xz
 f5c59174adc5950497973566aedc2959fbfb1e14 20872 
gnome-shell_3.34.0-2_amd64.buildinfo
Checksums-Sha256:
 01383f640ea0967e88fc38d01bf33f323c953e08977c049e5753e87b9ca2e8b2 3429 
gnome-shell_3.34.0-2.dsc
 b598dacc633e42cfc87912a0d48057c9058a11efdd3f0012bb3c259e90fcc676 29332 
gnome-shell_3.34.0-2.debian.tar.xz
 dcb877fa2e0fdacd0914fc869e667d8c336a310a9a7a7bfac50e6be0614a 20872 
gnome-shell_3.34.0-2_amd64.buildinfo
Files:
 6502cea9037b636224a32fd181449c69 3429 gnome optional gnome-shell_3.34.0-2.dsc
 3d52475fb224538491eb9073e79b7c74 29332 gnome optional 
gnome-shell_3.34.0-2.debian.tar.xz
 d3a82f136ef7440c428791e68c4762bc 20872 gnome optional 
gnome-shell_3.34.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl2R9dIRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwavGA/9EL3WqP1XDhMsFRTI0Ax1NSIVtTXr+oOs
SS6TXJlBWuQIIaHrEkIE4t++TMsfcVmUap9KQM08qGtZDHGkcgUZNYXh3oH6uMTB
MNu9ydXI+Ck0KmqmOadzCBCxcOhtStq+r1WS01c4HEWpTjA22FVSwGnNiw/bicFA
N+za7nija9hhnEL1YGziiDJOoFl+y9bPIV0Dm3ilKsS8FHrwwv6cqN0q9VpAMcGi
UfhoG4sXm8oHmRvvOON6SPjxQMw51m+0x6S6uvLpfFx+aqk7Wm4lMsRcMEXpK/1q
/0FGWx5QUtuxcwn/bS9mX0o1sUxV1gNzgwNhSfw5Bo25Ll1aR2lYEwko2NO24q4L
7Keov3M9uNrBSmldImi3HzMYKkK+rTFdSImcV54XRNUfVkh2sYrgdEkfFTDX6FZw
WzG+ikLN+VVy55+9oY4rh6+73t37lfCOHyzK3eYCepdo/vWG9BGtISwmZghf+zQC
RYMBE7kbpgSMRkNzJ02u5SXf6cZJQ4dvyfEe3gD1VQTTdSW1MDViPsUqw3Y46mUN
BGBdqh5tqY7+Oj/RuHsSiyl0P5TqTHP1o0TpJWSATKaaDO6FVAIGUUZ4k3Hwarbd
DI6fsB8vPRKv57RD94i9RdnSf7a5PDD+MXgnPS7kuPL0//5jFtsUT60rKJdjzhtr
dUUJVL2sux4=
=6qQ5
-END PGP SIGNATURE-



  1   2   3   4   5   6   7   8   9   10   >