Bug#1061074: ITP: golang-github-hugelgupf-p9 -- p9 implementation written in golang

2024-01-17 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler 
Severity: wishlist

* Package name: golang-github-hugelgupf-p9
  Version : 0.3.0
  Upstream Author : gvisor authors
* URL or Web page : https://github.com/hugelgupf/p9
* License : Apache 2.0
  Description : p9 implementation written in golang

This package provides a p9 server and client implementation written in
 golang. It is part of the gvisor security platform.

Intend to maintain this under the pkg-golang umbrella. It is a new
dependency of podman (used by podman machine to transfer files to VMs it
manages).



Bug#1057435: ITP: golang-github-containers-gvisor-tap-vsocks -- golang bindings for gvisor

2023-12-04 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 
X-Debbugs-Cc: debian-devel@lists.debian.org, siret...@tauware.de

* Package name: golang-github-containers-gvisor-tap-vsocks
  Version : 0.7.1
  Upstream Contact: gvisor-tap-vsocks authors
* URL : https://github.com/containers/gvisor-tap-vsoc
* License : Apache-2.03
  Programming Lang: Golang
  Description : golang bindings for gvisor

this is a new dependencies for podman 4.8



Bug#1057406: ITP: htgolang-github-inetaf-tcpproxy -- Proxy TCP connections based on static rules, HTTP Host headers, and SNI server names

2023-12-04 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler 
Severity: wishlist

* Package name: golang-github-inetaf-tcpproxy
  Version : latest git
  Upstream Author : inet.af authors
* URL or Web page : https://github.com/inetaf/tcpproxy/
* License : Apache 2.0
  Description : Proxy TCP connections based on static rules, HTTP Host 
headers, and SNI server names


Needed as a dependency of golang-gvisor bindings, which is required by podman 
4.8



Bug#1054518: ITP: golang-github-docker-go-plugins-helpers -- A collection of helper packages to extend Docker Engine in Go

2023-10-24 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler 
Severity: wishlist

* Package name: golang-github-docker-go-plugins-helpers
  Version : git
  Upstream Author : Docker, Inc.
* URL or Web page : https://github.com/docker/go-plugins-helpers
* License : Apache 2.0 or Expat
  Description : A collection of helper packages to extend Docker Engine in 
Go

This package is a dependency of podman that I'm trying to unvendor.
I plan to maintain it under the pkg-golang umbrella



Bug#1054273: ITP: golang-github-checkpoint-restore-checkpointctl -- Tool to inspect Kubernetes and Podman checkpoints

2023-10-20 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-checkpoint-restore-checkpointctl
  Version : 1.1.0-1
  Upstream Author : 
* URL : https://github.com/checkpoint-restore/checkpointctl
* License : Apache-2.0
  Programming Lang: Go
  Description : Tool to inspect Kubernetes and Podman checkpoints

 Container engines like *Podman* and *CRI-O* have the ability to
 checkpoint a container.  All data related to a checkpoint is collected
 in a checkpoint archive. With the help of this tool, checkpointctl, it
 is possible to display information about these checkpoint archives.

This is a dependency of podman. I plan to maintain it as part of the
pkg-golang team umbrella



Bug#1054271: ITP: golang-github-coreos-stream-metadata-go -- Go library for parsing Fedora CoreOS streams

2023-10-20 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-coreos-stream-metadata-go
  Version : 0.4.3-1
  Upstream Author : CoreOS
* URL : https://github.com/coreos/stream-metadata-go
* License : Apache-2.0
  Programming Lang: Go
  Description : Go library for parsing Fedora CoreOS streams

 Go library for parsing Fedora CoreOS streams
 .
 See the Fedora CoreOS documentation (https://docs.fedoraproject.org/en-
 US/fedora-coreos/getting-started/) for basic information about streams.
 .
 This is a Go library which exposes API to decode streams into Go
 structs, as well as a convenience API to find the URL for a given
 stream.


This package is used by podman machine. I plan to maintain it under the
pkg-golang team umbrella



Bug#1052532: ITP: golang-github-containers-luksy -- offline encryption/decryption using LUKS formats

2023-09-23 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler 
Severity: wishlist

* Package name: golang-github-containers-luksy
  Version : git
* URL or Web page : https://github.com/containers/luksy 
* License : Apache2
  Description : offline encryption/decryption using LUKS formats

 luksy implements encryption and decryption using LUKSv1 and LUKSv2
 formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't
 actually produce smaller output than input, but it encrypts, and that's
 nice.
 .
 The main goal is to be able to encrypt/decrypt when we don't have access to
 the Linux device mapper.  Duplicating functions of cryptsetup that it can
 perform without accessing the Linux device mapper is not a priority.



Bug#1052531: ITP: golang-github-aead-serpent -- Serpent block cipher

2023-09-23 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler 
Severity: wishlist

* Package name: golang-github-aead-serpent
  Version : git
  Upstream Author : Andreas Auernhammer
* URL or Web page : https://github.com/aead/serpent
* License : Expat
  Description : Serpent block cipher

 Serpent is a symmetric key block cipher that was a finalist in the
 Advanced Encryption Standard (AES) contest, where it was ranked second
 to Rijndael. Serpent was designed by Ross Anderson, Eli Biham, and Lars
 Knudsen.



Bug#1052431: RFP: rust-tonic -- rust implementation of gRPC

2023-09-21 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist

* Package name: rust-tonic
  Version : 0.9
* URL or Web page : https://github.com/hyperium/tonic
* License : MIT
  Description : rust implementation of gRPC


Hey folks, I need help packaging tonic.

This package requires axum, for which I've filed #1052404. Tonic is
needed by newer versions of netavark (which is the userspace network
stack for podman, the alternative to docker).


Can someone please give me a hand with getting tonic into Debian?

Thanks!



Bug#1052404: RFP: axum -- web application framework that focuses on ergonomics and modularity

2023-09-21 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist

* Package name: axum
  Version : 0.8.0
* URL or Web page : https://github.com/tokio-rs/axum
* License : MIT
  Description : web application framework that focuses on ergonomics and 
modularity

Hey folks, I need help packaging axum.

This package is a new dependency of https://github.com/hyperium/tonic,
which is needed by newer versions of netavark (which is the userspace
network stack for podman, the alternative to docker)

I struggle with packaging this package because it consists of two crates
that depend on each other. Upstream uses a workspace build and publishes
all of them, that is, axum, axum-core and axum-macros at the same time.
Turns out that the debcargo-conf infrastructure is not suitable for
this.

Can someone please give me a hand with packaging these three crates so
that they are built from a single debian source package?

Thanks!



Bug#1050314: ITP: golang-github-sigstore-rekor -- Software Supply Chain Transparency Log

2023-08-22 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-sigstore-rekor
  Version : 1.2.2-1
  Upstream Author : sigstore
* URL : https://github.com/sigstore/rekor
* License : Apache-2.0
  Programming Lang: Go
  Description : Software Supply Chain Transparency Log

 Rekor's goals are to provide an immutable tamper resistant ledger of
 metadata generated within a software projects supply chain. Rekor will
 enable software maintainers and build systems to record signed metadata
 to an immutable record. Other parties can then query said metadata to
 enable them to make informed decisions on trust and non-repudiation of an
 object's lifecycle.
 .
 The Rekor project provides a restful API based server for validation and
 a transparency log for storage. A CLI application is available to make
 and verify entries, query the transparency log for inclusion proof,
 integrity verification of the transparency log or retrieval of entries
 by either public key or artifact.
 .
 Rekor fulfils the signature transparency role of sigstore's software
 signing infrastructure. However, Rekor can be run on its own and is
 designed to be extensible to working with different manifest schemas and
 PKI tooling.

This package will be maintained under the pkg-golang community's umbrella.
It is going to be used by container management tools that are linked into
podman



Bug#1041747: ITP: golang-github-containers-libtrust -- Primitives for identity and authorization

2023-07-22 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-containers-libtrust
  Version : 0.0~git20230121.c1716e8-1
  Upstream Author : Containers
* URL : https://github.com/containers/libtrust
* License : Apache-2.0
  Programming Lang: Go
  Description : Primitives for identity and authorization

 Libtrust is library for managing authentication and authorization using
 public key cryptography.
 .
 Authentication is handled using the identity attached to the public key.
 Libtrust provides multiple methods to prove possession of the private
 key associated with an identity.
 .
  * TLS x509 certificates
  * Signature verification
  * Key Challenge
 .
 Authorization and access control is managed through a distributed trust
 graph. Trust servers are used as the authorities of the trust graph and
 allow caching portions of the graph for faster access.
 .
 This package contains a fork of Docker's libtrust that is being worked
 by the github containers commnuity.



Bug#1034480: ITP: golang-github-google-go-containerregistry -- Go library and CLIs for working with container registries

2023-04-16 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-google-go-containerregistry
  Version : 0.14.0-1
  Upstream Author : Google
* URL : https://github.com/google/go-containerregistry
* License : Apache-2.0
  Programming Lang: Go
  Description : Go library and CLIs for working with container registries

This package is used as a library by other package, such as sigstore (cf. 
#1029170)

It does contain some utilities, but don't plan on building those at this point,
as they require additional dependencies. Also, the libraries does have some code
to interact (authenticate) with kubernetes, but this isn't available in Debian
at this point.



Bug#1033735: ITP: golang-github-jellydator-ttlcache -- An in-memory cache with item expiration and generics

2023-03-31 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-jellydator-ttlcache
  Version : 3.0.1-1
  Upstream Author : Jellydator
* URL : https://github.com/jellydator/ttlcache
* License : Expat
  Programming Lang: Go
  Description : An in-memory cache with item expiration and generics

This is a build dependency of golang-github-sigstore-sigstore, cf. #1029170



Bug#1033736: ITP: golang-github-pkg-browser -- Package browser provides helpers to open files, readers, and urls in a browser window.

2023-03-31 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-pkg-browser
  Version : 0.0~git20210911.681adbf-1
  Upstream Author : 
* URL : https://github.com/pkg/browser
* License : BSD-2-clause
  Programming Lang: Go
  Description : Package browser provides helpers to open files, readers, 
and urls in a browser window.

This golang helper library provides helpers to open files, readers, and
urls in a browser window. It is a build dependency of
golang-github-sigstore-sigstore, cf. #1029170



Bug#1014718: ITP: aardvark-dns -- A container-focused DNS server

2022-07-10 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler 
Severity: wishlist

* Package name: aardvark-dns
  Version : 1.0.3
  Upstream Author : Redhat's Container team
* URL or Web page : github.com/containers/aardvark-dns
* License : Apache 2.0
  Description : A container-focused DNS server

I plan on maintaining this salsa in the 'debian' project. Co-maintainers welcome



Bug#1011275: ITP: golang-github-gorilla-schema -- Package gorilla/schema fills a struct with form values.

2022-05-19 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-gorilla-schema
  Version : 1.2.0-1
  Upstream Author : Gorilla Web Toolkit
* URL : https://github.com/gorilla/schema
* License : BSD-3-clause
  Programming Lang: Go
  Description : Package gorilla/schema fills a struct with form values.
  Description : fills a struct with form values
 This package provides a Go library that implements methods to fill
 strics with form values.
 .
 It is provided by Gorilla which is a web toolkit for the Go
 programming language.

I intend to maintain this under the pkg-go umbrella. it is a build
dependency currently vendered by the podman package (and possibly others)



Bug#1011017: ITP: golang-github-stefanberger-go-pkcs11uri -- (cd .Temporary) Golang pkcs11 URI library

2022-05-15 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-stefanberger-go-pkcs11uri
  Version : 0.0~git20201008.78d3cae-1
  Upstream Author : Stefan Berger
* URL : https://github.com/stefanberger/go-pkcs11uri
* License : Apache-2.0
  Programming Lang: Go
  Description : Golang pkcs11 URI library

This package is required by newer versions of the ocicrypt library



Bug#1010063: ITP: golang-github-mndrix-tap-go -- Test Anything Protocol for Go

2022-04-23 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-mndrix-tap-go
  Version : 0.0~git20171203.629fa40-1
  Upstream Author : Michael Hendricks
* URL : https://github.com/mndrix/tap-go
* License : Public Domain
  Programming Lang: Go
  Description : Test Anything Protocol for Go

 Test Anything Protocol for Go
 .
 The Test Anything Protocol (http://testanything.org/) ("TAP") is a text-
 based interface between tests and a test harness.  This package helps Go
 to generate TAP output.
 .
 Read the full package documentation
 (https://godoc.org/github.com/mndrix/tap-go)

I'm going be maintain this under the pkg-golang team umbrella

Build dependency for golang-github-opencontainers-runtime-tools



Bug#1009713: RFP: netavark -- A container network stack

2022-04-14 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist

* Package name: netavark
  Version : 1.0.2
  Upstream Author : github.com/containers
* URL or Web page : https://github.com/containers/netavark
* License : MIT
  Description : A container network stack

Podman 4.0 recommends this and its compainion package
'https://github.com/containers/aardvark-dns'.  I'm not familiar with
rust packaging, and would really appreciate if someone would give me a
hand with updating required dependencies and packaging it properly.



Bug#999589: ITP: catatonit -- Lightweight init implementation for containers

2021-11-12 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler 
Severity: wishlist

* Package name: catatonit
  Version : 0.1.7
  Upstream Author : 2018 SUSE LLC
* URL or Web page : https://github.com/openSUSE/catatonit
* License : GPLv3
  Description : Lightweight init implementation for containers

A container init that is so simple it's effectively brain-dead. This is a
rewrite of [initrs][initrs] in C, because we found that it is not possible to
statically compile Rust binaries without using musl. That was, in turn, a
reimplementation of other container inits like `tini` and `dumb-init`.

The reason for re-implementing `docker-init` is because it appears as though
all of the other implementations do not handle signals as correctly as they
should. In particular, they all appear to make use of `sigwait(2)` (`tini` does
a `sigtimedwait(2)` for an interval and then will do a `waitpid(2)` even if it
didn't detect a `SIGCHLD`). `catatonit` uses `signalfd(2)`, which [has its own
warts][signalfd-broken], but the improvements over `sigwait(2)` are significant
in terms of stability. Ideally we would just write a patch for the other
projects to use `signalfd(2)` rather than creating a new project, but after
some time spent looking at `tini` and `dumb-init` we felt that such patches
would be closer to full rewrites.

In addition, the purpose of `catatonit` is to only support the key usage by
`docker-init` which is `/dev/init -- `. With few exceptions, no
other features will be added.

Co-maintainers welcome!



Bug#995956: ITP: golang-github-dtylman-scp -- A simple go scp client

2021-10-08 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-dtylman-scp
  Version : 0.0~git20181017.f3000a3-1
  Upstream Author : Danny
* URL : https://github.com/dtylman/scp
* License : Expat
  Programming Lang: Go
  Description : A simple go scp client

 Simple golang libary to send files using the scp (secure file protocol)

This package is a new dependency of podman 3.4. I plan to maintain it under the
golang team umbrella



Bug#994908: ITP: golang-github-containerd-stargz-snapshotter -- Fast container image distribution plugin with lazy pulling

2021-09-22 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-containerd-stargz-snapshotter
  Version : 0.8.0-1
  Upstream Author : containerd
* URL : https://github.com/containerd/stargz-snapshotter
* License : Apache-2.0
  Programming Lang: Go
  Description : Fast container image distribution plugin with lazy pulling

 Pulling image is one of the time-consuming steps in the
 container lifecycle. Stargz Snapshotter is an
 implementation of snapshotter which aims to solve this problem by lazy
 pulling.  Lazy pulling here means a container can run without waiting
 for the pull completion of the image and necessary chunks of the image
 are fetched on-demand.
 .
 eStargz is a lazily-pullable image format proposed by this project.  This is
 compatible to OCI images so this can be pushed to standard container
 registries (e.g. ghcr.io) as well as this is still runnable even on
 eStargz-agnostic runtimes including Docker.  eStargz format is based on stargz
 image format by CRFS but comes with additional features like runtime
 optimization and content verification.

This package is a new dependency of podman (via the containers/storage_v1.36.0)

I plan to maintain this under the pkg-golang unmbrella.



Bug#989515: ITP: golang-github-jinzhu-copier -- Deepcopy for golang, copy value from struct to struct and more

2021-06-05 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-jinzhu-copier
  Version : 0.3.2-1
  Upstream Author : Jinzhu
* URL : https://github.com/jinzhu/copier
* License : Expat
  Programming Lang: Go
  Description : Deep copy value from struct to struct and more

   Library for deep copying complex datastructures in golang.
   Features:
 • Copy from field to field with same name
 • Copy from method to field with same name
 • Copy from field to method with same name
 • Copy from slice to slice
 • Copy from struct to slice
 • Copy from map to map
 • Enforce copying a field with a tag
 • Ignore a field with a tag



Bug#989514: ITP: golang-github-disiqueira-gotree -- A Tree printer module written in GoLang

2021-06-05 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-disiqueira-gotree
  Version : 3.0.2-1
  Upstream Author : Diego Siqueira
* URL : https://github.com/disiqueira/gotree
* License : Expat
  Programming Lang: Go
  Description : A Tree printer module written in GoLang

 The GoTree's goal is to be a simple tool providing a stupidly
 easy-to-use and fast way to print recursive structures.



Bug#987562: ITP: golang-github-google-go-intervals -- Functions for set operations on intervals, such as time ranges

2021-04-25 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-google-go-intervals
  Version : 0.0.2
  Upstream Author : Google
* URL : https://github.com/google/go-intervals
* License : Apache-2.0
  Programming Lang: Go
  Description : Functionsfor set operations on intervals, such as time 
ranges.

 go-intervals go-intervals is a library for performing set operations on
 1-dimensional intervals, such as time ranges.

I'm going to maintain this library under the pkg-go umbrella. It is a new 
dependency
of github.com/containers/storage so that I don't have to vendor it there.



Bug#976237: ITP: golang-github-containers-dnsname -- name resolution for containers

2020-12-01 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: dnsname
  Version : 1.1.1-1
  Upstream Author : Containers
* URL : https://github.com/containers/dnsname
* License : Apache-2.0
  Programming Lang: Go
  Description : name resolution for containers

 dnsname pluginOverview This plugin sets up the use of dnsmasq on a given
 CNI network so that Pods can resolve each other by name.  When configured,
 the pod and its IP address are added to a network specific hosts file that
 dnsmasq reads in.  Similarly, when a pod is removed from the network,
 it will remove the entry from the hosts file.  Each CNI network will
 have its own dnsmasq instance.
 .
 The dnsname plugin was specifically designed for the Podman
 (https://github.com/containers/podman) container engine.

Podman 2.2 uses this for resolving names to containers in other networks



Re: Bug#972674: ITP: toolbox -- Unprivileged container development environment

2020-11-30 Thread Reinhard Tartler
Thanks Raphael for highlighting Hayley's work.


On 11/30/20 4:22 AM, Raphael Hertzog wrote:
> Hi,
> 
> On Thu, 22 Oct 2020, Hayley Hughes wrote:
>> * URL : <https://github.com/containers/toolbox>
>>
>> Toolbox is a tool that offers a familiar package based environment for
>> developing and debugging software that runs fully unprivileged using Podman.
> […]
>> I have already made some progress which can be found on salsa
>> (<https://salsa.debian.org/huggles/toolbox>) for my own benefit (please feel
>> free to review it and suggest changes) and I thought that it might be an
>> idea to make an attempt to properly package it and add it to the Debian
>> archives.
>>
>> Will be keen to hear what others think.
> 
> I was looking for the package and I'm glad that you are working on
> packaging it.
> 
> I have put in CC Reinhard Tartler and Dmitry Smirnov that are the
> Uploaders of podman and buildah, maybe they would be willing to sponsor
> your package and integrate it in the pkg-go team.

I looked at the upstream README and over the packaging, which seems clean to me.
Curiously, while written in go, it doesn't use the dh_golang debhelper but
the upstream meson build system. That's a first for me, but (probably) not 
concerning.

I'd be happy to upload the package on your behalf.

Would you be happy to maintain the packaging under the golang-team umbrella or 
would you have
other preferences? Having it in the debian/ namespace on salsa would work for me
equally well.


> As for the discussion about the package name, podman-toolbox or
> container-toolbox looks good to me. 

I agree with Raphael, the currently chosen names are too generic for integration
into a general-purpose distribution such as Debian. I'd propose:

src:golang-github-containers-toolbox to produce toolbox-podman (or 
podman-toolbox)


[currently, the packaging uses src:toolbox and toolbox as binary package name]

Best,
-rt



Bug#975599: ITP: golang-github-manifoldco-promptui -- Interactive prompt for command-line applications

2020-11-23 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-manifoldco-promptui
  Version : 0.8.0-1
  Upstream Author : Manifold
* URL : https://github.com/manifoldco/promptui
* License : BSD-3-clause
  Programming Lang: Go
  Description : Interactive prompt for command-line applications

 promptui Interactive prompt for command-line applications.
 .
 Promptui is a library providing a simple interface to create
 command-line prompts for go. It can be easily integrated
 into spf13/cobra (https://github.com/spf13/cobra), urfave/cli
 (https://github.com/urfave/cli) or any cli go application.

This is a new dependency for github.com/containers/image



Bug#964938: ITP: golang-blackfriday-v2 -- Blackfriday: a markdown processor for Go version 2

2020-07-12 Thread Reinhard Tartler
Package: wnpp
Owner: Reinhard Tartler 
Severity: wishlist

* Package name: golang-blackfriday-v2
  Version : 2.0
  Upstream Author : Russ Ross
* URL or Web page : https://github.com/russross/blackfriday
* License : BSD-2-clause
  Description : Blackfriday: a markdown processor for Go version 2

This is pretty much a copy of the golang-blackfriday package, but this
is packaging the v2 branch of the project, which breaks API
compatibility. There are a number of packages using the old API and packaging
both branches side-by-side allows a more smooth transition.

To be more specific, this is required for newer versions of the
golang-blackfriday package, which in turn is required for podman/libpod 2.0.

I plan to package this under the Golang packaging team umbrella.



Bug#958426: ITP: golang-github-containers-common -- Location for shared common files in github.com/containers repos.

2020-04-21 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-containers-common
  Version : 0.8.1-1
  Upstream Author : Containers
* URL : https://github.com/containers/common
* License : Apache-2.0
  Programming Lang: Go
  Description : Location for shared common files in github.com/containers 
repos.

 This package contains shared common files and common go code
 to manage those files in github.com/containers repos.
 containers/common Location for shared common files and common go code
 to manage those files in github.com/containers repos.
 .
 The common files to one or more projects in the containers group will
 be kept in this repository.  It will be up to the individual projects
 to include the files from this repository.



Bug#958306: ITP: golang-github-fullsailor-pkcs7 -- Implements a subset of PKCS#7/Crytpographic Message Syntax (rfc2315, rfc5652)

2020-04-20 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-fullsailor-pkcs7
  Version : 0.0~git20190404.d7302db-1
  Upstream Author : Andrew Smith
* URL : https://github.com/fullsailor/pkcs7
* License : Expat
  Programming Lang: Go
  Description : Implements a subset of PKCS#7/Crytpographic Message Syntax 
(rfc2315, rfc5652)

 pkcs7 implements parsing and creating signed and enveloped messages.



Bug#958303: ITP: golang-github-containers-ocicrypt -- Encryption libraries for Encrypted OCI Container images

2020-04-20 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-containers-ocicrypt
  Version : 1.0.2-1
  Upstream Author : Brandon Lum , Stefan Berger 

* URL : https://github.com/containers/ocicrypt
* License : Apache-2.0
  Programming Lang: Go
  Description : Encryption libraries for Encrypted OCI Container images

 OCIcrypt Library The ocicrypt library is the OCI image
 spec implementation of container image encryption. More
 details of the spec can be seen in the OCI repository
 (https://github.com/opencontainers/image-spec/pull/775). The purpose of
 this library is to encode spec structures and consts in code, as well as
 provide a consistent implementation of image encryption across container
 runtimes and build tools.



Accepted aspectc++ 1:2.2+git20181008-3 (source) into unstable

2020-01-19 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 11:22:24 -0500
Source: aspectc++
Architecture: source
Version: 1:2.2+git20181008-3
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Changes:
 aspectc++ (1:2.2+git20181008-3) unstable; urgency=medium
 .
   * Rename autopkgtest
   * Bump standards version
   * bump debhelper to compat level 10
   * Use pkg-config to locate libxml2
Checksums-Sha1:
 6df90cbdbcf1bda101d341e7bb3c73b8a4893a8e 2328 aspectc++_2.2+git20181008-3.dsc
 a3f1f31b5c5bb63069cd2a350d41cfaf7b616a93 15680 
aspectc++_2.2+git20181008-3.debian.tar.xz
Checksums-Sha256:
 655a676ef67016d0f09e5ca89d419fa6ee5d28f2fd83376500263e05269a82c4 2328 
aspectc++_2.2+git20181008-3.dsc
 c012ee2a1e82f6593b9aa21ab962e37c5ee412fabe0fe73cc142944fd8379c37 15680 
aspectc++_2.2+git20181008-3.debian.tar.xz
Files:
 072dabc502feda53bf0d410912949d32 2328 devel optional 
aspectc++_2.2+git20181008-3.dsc
 0363e03888c665aaecebbeeca6bc6047 15680 devel optional 
aspectc++_2.2+git20181008-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl4kjDYUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ7YuxAArXp6f1LVl7Kyh24TW6HHwWIzbg2F
tZwiwHyFrUDM5CCWbzRvWP8RmIC4Pe/w+2IEADRdO+39PI2aFLMhA9FRWA7H7gWq
zQUU0xx0vCbXh6XEooc4YOwrBVFle+aLSnhXbPDmqOOCN5dXJ1ij18+x3nhnFQHt
NjqezYeKLuH7XtrZDR9gsAbVjmnd0eLVqPt0A3Y1jXHMQ0u+3YLJ7cVosKhsIa0U
fTH7xIOb9btnQdouhlVnmY1BXmMpqlBEaKTyXw7fXkfYOQyr7KTU84O5wDut0roi
HU6anmaIu8BoheUi+wDfAdyj35aBfJy9CufcGV/Qmnt8mQsmTPLjVN570bJze99d
uOLyvLW/EDt5Cyk4ZDcMUnH48Jp4y1O0Ar+/q+bZvmUV2XEXBpNk3DrkHgKW3iW6
NL2CnDfSC6OMzS5jiyvHx914pHGQ2Y4xLP+ewhy5viUzTTqcOyaTsqESxAZWA8SX
ShrUlBP2dQq2d+4KsJpiyGZmotSJrKKN48Ts5RUdKCMoMeCPPfxMR3HV/cfzob7w
xr4sfzPFjZstc6FeE2PSGLmXDvPjZvU7/TfkymcxpsgBw4hdpZGtpKhOoCUUNWgp
nYdp6bCxxV/AfW5/nB/YeAQBhRokEt/PExyERel3Mb7SSRCvVYdZWSkxicXZYDmr
AVJqyVni+xVoBnY=
=u595
-END PGP SIGNATURE-



Accepted aspectc++ 1:2.2+git20181008-4 (source) into unstable

2020-01-19 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 11:22:24 -0500
Source: aspectc++
Architecture: source
Version: 1:2.2+git20181008-4
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Closes: 949053
Changes:
 aspectc++ (1:2.2+git20181008-4) unstable; urgency=medium
 .
   * Rename autopkgtest
   * Bump standards version
   * bump debhelper to compat level 10
   * Use pkg-config to locate libxml2 (Closes: #949053)
Checksums-Sha1:
 e05a1777952c460cdf1293999a7b16fef12a0e86 2328 aspectc++_2.2+git20181008-4.dsc
 5832aa95cb65047dd6f8a5b97f9f331b0eb901a7 15684 
aspectc++_2.2+git20181008-4.debian.tar.xz
Checksums-Sha256:
 49183ee68a370d1760a324702430f7f864ef0901789a1fe8ed71adea2797f93e 2328 
aspectc++_2.2+git20181008-4.dsc
 c4b257ce2d0cef6bad1c788878c3ca21c904bb890cec95e00aa54f97f9dd97fe 15684 
aspectc++_2.2+git20181008-4.debian.tar.xz
Files:
 35309bcc74a616316d9b3279ddb7ebe8 2328 devel optional 
aspectc++_2.2+git20181008-4.dsc
 6e87b86f6d67c2c302cabff79407d663 15684 devel optional 
aspectc++_2.2+git20181008-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl4kjMoUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ6d4RAAvAjAKluLfrbzQIfFTURDzNFAMT1e
QBX3T0Z515z3WGFmoNH+iqdbrRWc3Z0wZz9YMiWmkyqNgqJin6J2Hw/alHPFNxxh
NS/zszr8JG3jHcv6RVzZQkzyKl6Sy6XqnXX774McldL7Wy1FPTg1TieWxYp/FHFF
75D9vReJdFwMF6v07bx69rDgaDC6xDEm7IGz4R2/IprGykG0XUEIfiSe+KM6MPt+
qICXAWurdfXoTXqSujlzr1nJan5ez+z0CUQvs+v9UeTlgPyGZT94nEDOXP6yCnf5
JLFggbvR5tUPT49udR8Nv3whoLaH51gycsaDEuquWn0Av2cDvPS8yaKisiTk32Md
3pKYnskgs3/RHD2lcEpm2h2rv0YY2OfzKcr/XYMv3J+ubt2uTJvuGiwgGhNRENbV
nla//HGCSlemFm8xK/flt/sabe7lRTHoAxzkZQ6OmS/kaK/tCY0+5BOdRf/qg8Iw
WVANgsNthiAZeYfqMwECXJxJMByxURa0v7EErFOeWSOyf9OC9jM+iUmcOo2YB2di
QodtAeJVzbwlMiu5gQhxxWacK22ikvhItbQtJ+vqVlJOCAZNzkOffPqiY4SbsSJ9
WoQ4hgoiXukIAz5HI4UwpuGqP2jucpzDDGvzaFdafSfn1mIuUpnPuFprwX9xjUM6
dteo/wPbfDCOqmI=
=0R15
-END PGP SIGNATURE-



Accepted pcsc-cyberjack 3.99.5final.sp14-1 (source) into experimental

2019-12-08 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Dec 2019 20:36:04 -0500
Source: pcsc-cyberjack
Architecture: source
Version: 3.99.5final.sp14-1
Distribution: experimental
Urgency: medium
Maintainer: Frank Neuber 
Changed-By: Reinhard Tartler 
Closes: 864308
Changes:
 pcsc-cyberjack (3.99.5final.sp14-1) experimental; urgency=medium
 .
   * New upstream release
 .
 pcsc-cyberjack (3.99.5final.sp13+dfsg-2) unstable; urgency=medium
 .
   * Upload to debian/unstable
 - verified that new upstream release no longer installs
   manpage without binary (Closes: #864308)
Checksums-Sha1:
 2ab6e11ee5039966ee88fbf95ee7d8461277516a 2233 
pcsc-cyberjack_3.99.5final.sp14-1.dsc
 68ea94105dd3d95ec2c6acc07e2e2de43ef6670c 1028696 
pcsc-cyberjack_3.99.5final.sp14.orig.tar.xz
 0dbe389b5ac036dbea9bc7e8240ff9a13122ed3c 4604 
pcsc-cyberjack_3.99.5final.sp14-1.debian.tar.xz
Checksums-Sha256:
 4a180c5580e1951410061fd374362f8b9ee99a24f196113d1d747efa1749a936 2233 
pcsc-cyberjack_3.99.5final.sp14-1.dsc
 c56afcca5a92e217af920ce76625a93f7b47311ae7c6a7962a9f0375dde29ff8 1028696 
pcsc-cyberjack_3.99.5final.sp14.orig.tar.xz
 343a567e5ee6794a50dbd6cd293aec7b20c3d66b48f9288c9dcbc6ad52653b14 4604 
pcsc-cyberjack_3.99.5final.sp14-1.debian.tar.xz
Files:
 58ba99221792b4f93a4f4856fa6b8561 2233 misc optional 
pcsc-cyberjack_3.99.5final.sp14-1.dsc
 b8e097f5a9cfed545e92506b8cd0f236 1028696 misc optional 
pcsc-cyberjack_3.99.5final.sp14.orig.tar.xz
 8c0ec01a0fbf2d20d762451aea6622ae 4604 misc optional 
pcsc-cyberjack_3.99.5final.sp14-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl3tpcUUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ41Gw//ZacAWsjb+HIT1QZBxWvCewlkXFT9
LNfHEuW4Wp7ttAMHGAxAlJjWhvCq0XUewuvSf/UP/jzV/CfCbCnYe6Np8vw73T6u
Yk22XQzu260a0Ym/1H5e2nk7SQ/Ty3g8pdji5BiVMowWoAKd5HFzs3v9KT9QxTrN
ELP65Y6Iuo5ryk8hYliBpjpme3cQ90MtBeCkba9jkC/XAZzi0VbXcfkMFgoFWye/
Yyw2GFRFjCUpXCJkrfPRlvh14rK3/EvlpbtfxqUSOaY4KtYk6JykHMeqYb7edPii
KdOphUa3G1bjRU+8ik1qeU8zttreeWTDBln+qqyOo6ZH31cv0vsEfezSlgTLfU5N
kYi/3E3QUD2Ed5K480VkUXJ/lUZyZP+guqcMkb7P4FnpacDm+Du5eGN/A+r73yx6
/9dS57udpnYiPnokGXZvwpzXl7bWm7DzDGn/SUBVzc1bsdZM2J86YJ2nBbA9z5NA
FIeZEdlW0Y+1MTzwtmlmOMnNuKIumxW3MbKqSoHnDCOv11lN1m7qTIuUhpCsbKP+
qPagIja34JkeyFwztKTpz5+1GnczeDfKeY7fuu/9mdU+TF/dDn67eRe+30cOwyRW
0rdC5HD5fqVC0K+NqyPb8uqXp1ZrMsLXm3Y4vIRo2hoNqCC2vMeWp6XpUEkQtyhj
a422GJWJ/hL+e3U=
=gLx1
-END PGP SIGNATURE-



Accepted pcsc-cyberjack 3.99.5final.sp13+dfsg-2 (source) into unstable

2019-12-08 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Dec 2019 20:19:39 -0500
Source: pcsc-cyberjack
Architecture: source
Version: 3.99.5final.sp13+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Frank Neuber 
Changed-By: Reinhard Tartler 
Closes: 850625 864308 923588 926103
Changes:
 pcsc-cyberjack (3.99.5final.sp13+dfsg-2) unstable; urgency=medium
 .
   * Upload to debian/unstable
 - verified that new upstream release no longer installs
   manpage without binary (Closes: #864308)
 .
 pcsc-cyberjack (3.99.5final.sp13+dfsg-1) experimental; urgency=medium
 .
   * New upstream release (Closes: #923588)
 - Bug fix: "driver breaks with pcsc-lite versions >= 1.8.21"
  (Closes: #926103)
   * No longer install cyberjack.8 manpage (Closes: #850625)
Checksums-Sha1:
 8a0d4bc44ce7342f4081016fa651c9905779367e 2273 
pcsc-cyberjack_3.99.5final.sp13+dfsg-2.dsc
 83513614a549f0b8401840b811fc5cc97b02404c 4588 
pcsc-cyberjack_3.99.5final.sp13+dfsg-2.debian.tar.xz
Checksums-Sha256:
 986574f731035dddf0771169287ba86eea37dd39afd1c32a61c03c6f113e7070 2273 
pcsc-cyberjack_3.99.5final.sp13+dfsg-2.dsc
 89362d87449a5bdc496fc0a8240b7a9ff5ccf3ce9ae795b1bf02f99a2eb2bcb7 4588 
pcsc-cyberjack_3.99.5final.sp13+dfsg-2.debian.tar.xz
Files:
 ff9dea93729f48fc42e845b42f22c855 2273 misc optional 
pcsc-cyberjack_3.99.5final.sp13+dfsg-2.dsc
 4f644f2eeb04561371991f231350c6f9 4588 misc optional 
pcsc-cyberjack_3.99.5final.sp13+dfsg-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl3toz8UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ72ZA//VVp/jaS5INuCKRRxXSfmc6p59ITN
SJ/pbeh+PosGvkJ0KgO1/nSyVq4vHvfjD6n5MqFsjNYUzawiDWPe8xbdDMZG98Rj
P5W3G6/UlhvM1iR/VZRXUaxDYsY4qqgyrT7+ObWkbnEfok2+umg6sd5vfk9atM84
gM2jMHc2W0i9QKUEjpwptmb8Ot0BRPTkeljEQvH5xtWrbgXHk9x2X2bYE2NSCPM4
5D+HQ/HeGI3PZfDIwlPr7drrYTNYts8CdIUHWWI5Ba/toZAkdx6kfrjp89Kuav6j
sqofzbABECt8tpGu1qm1BQXXjnKCVtKMxGwxd82zZD2gqf82SJhNTt570zMU1Sy5
ZEiejlsV3wsqhTfQmA+r4OnPs2aodQ+ZCIMIw1Gtg2xCIzREAMenSM3Fc4TxGAk1
WxreF2oRWYOPqakx1lMP/3PlxtHsq4mKV3IHXBIrAOO0hAsx7FPrnBq13y0GtxOX
UQRU5cG9Kl78Vn6Cb10H2wN18Oa94xYLg3EIT8r2kQ4WPGRJB8e4pPHoXlLHicjf
g9xZG1iU6cIxr1wNOqIoOxS5vQ5VBWOkAOt333oRgNSCmAeI4k7hUoyI4pFBNWxN
oJ9ioBGb9lgtheotn+z+XxsMU+BzoCw0bwscUcujrQ9onWlPDCz2mm+ixnPxLplO
shThH3pjiMk7VIU=
=zWy6
-END PGP SIGNATURE-



Accepted golang-github-containers-buildah 1.10.1-2 (source) into unstable

2019-11-10 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 10 Nov 2019 10:41:43 -0500
Source: golang-github-containers-buildah
Architecture: source
Version: 1.10.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Changes:
 golang-github-containers-buildah (1.10.1-2) unstable; urgency=medium
 .
   * Uploda to unstable
Checksums-Sha1:
 e5a4aa6722b0b50b1e09e49c8f260308bcee5969 3525 
golang-github-containers-buildah_1.10.1-2.dsc
 7c8fd226da70c901ca0a4f1ae265aecaf08c1a20 2980 
golang-github-containers-buildah_1.10.1-2.debian.tar.xz
Checksums-Sha256:
 b0d16ae57be32d42ea516e007d59d525b6dccde1dde0820f6890dd484ca240c7 3525 
golang-github-containers-buildah_1.10.1-2.dsc
 8fc093dc1480c9f379f0a696cb156ed61882f6a4cbcf5c2d34f64cb4933930d7 2980 
golang-github-containers-buildah_1.10.1-2.debian.tar.xz
Files:
 6aedb8cddfdd0d441ee53e34275cd55c 3525 devel optional 
golang-github-containers-buildah_1.10.1-2.dsc
 14434adce3f44677b1857a78b741e6a6 2980 devel optional 
golang-github-containers-buildah_1.10.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl3IMEkUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ7FQg/+JsGoEM5rekrc1iRNWKmvaeN3bMBH
S4M5mRIhrkGBT5Qvsm+AhybGOFRvSrtjAsQmFnnsN0YeF7FedGqD114nnmHygm/s
ozq2BviCOtDK2sRoh6JWk+W7C6XTBSz3/wccTQDdUpA7KcZuA93kh1zM6EWux310
eWlx9xCq/4elibqDfxu+aJ/THGksl/xFvVeO4CNH3s3VgOZvi+X/6/9vw3cFGOBk
N9jbN02UXuZhXKCGu+m9QWQW4RRl31eG/CZVmgvS68lDm8pgGDWL1jBc9vZ4Wn2p
eOxwKNXijD2cCaTwY4wnYwqP4Ntr3a9m/7N4wbjsZWC1liYMZoeyh2h9u8woS5Ou
JYmZ6KyHr1BoTZMADMuLC3w5751koVMJEQTEY5u3g47Fm0SiH13ru22CtBAxwxZF
1cYXUL4A4xVy7xDkkw72hBr5LLPYxmkyRQjzgvgWE9VJdPQ0aHcSYKGroxOy1C+c
sVnrKMmZoELqQsmjUeP4dzqOdyRHM4RtWkI6mDgezgl8lK5Pk2Y/HHOLVGGY62gK
6CVqKrmHwQPOds8a5TXaE12pGm/IGpigZu3DX8cfpw046X+HqEnWFLJFlsaNmxd9
UsCyNwXcsegYt2sMjy/TaO4Rk9Zk+igvBRkJnWufrW+gUPQGP3hO0Wpnhw1J1G39
Pnojdlfa3iEm4Sg=
=Tmdo
-END PGP SIGNATURE-



Accepted golang-github-containers-buildah 1.10.1-1 (all amd64 source) into experimental, experimental

2019-11-09 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 21 Oct 2019 08:17:37 -0400
Binary: buildah buildah-dbgsym golang-github-containers-buildah-dev
Source: golang-github-containers-buildah
Architecture: all amd64 source
Version: 1.10.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Description: 
 buildah- Tool to facilitate building OCI images
 golang-github-containers-buildah-dev - Tool that to facilitate building OCI 
images
Changes:
 golang-github-containers-buildah (1.10.1-1) experimental; urgency=medium
 .
   * New upstream version
Checksums-Sha1: 
 61150485162ce879a8dcdf6c2766d081a46afdd6 3496 
golang-github-containers-buildah_1.10.1-1.dsc
 548d284800705d59daec1641455256b189f44683 555480 
golang-github-containers-buildah_1.10.1.orig.tar.xz
 a4a5b3e467c2f590972f289a99dd6d152593a308 2940 
golang-github-containers-buildah_1.10.1-1.debian.tar.xz
 0568ab586685057a10fa52c369e68bc31ceb23d5 4873664 
buildah-dbgsym_1.10.1-1_amd64.deb
 af3710702272f6b893525ab8fc8b0f6dcbe78f56 5448468 buildah_1.10.1-1_amd64.deb
 2241139e92126b90b7a0e7d868111bb9567018ff 164924 
golang-github-containers-buildah-dev_1.10.1-1_all.deb
 d8b62bc783cedbf7bec67d93ada35308c60b69fc 23660 
golang-github-containers-buildah_1.10.1-1_amd64.buildinfo
Checksums-Sha256: 
 a9cc4f3bd00e55f7beafd6818ef8fa94d1690dcd29204702efbe2b4f9d0550e5 3496 
golang-github-containers-buildah_1.10.1-1.dsc
 e58f6cadbaa5ff968b0f44b6822843098d4229a0ee9c8406ce37f27ce2d9b43b 555480 
golang-github-containers-buildah_1.10.1.orig.tar.xz
 edcc7d009e5c272c55008c6158fa5a45473d9f927be528ce236bba022f15da6f 2940 
golang-github-containers-buildah_1.10.1-1.debian.tar.xz
 f18505c70c2aa0978630cc3512cfaa5a29ca56ea2f2e4333188edf8ad45b2b90 4873664 
buildah-dbgsym_1.10.1-1_amd64.deb
 ff182b2e191b7b18267745dfaff6eefb9a319b66d78db85ef65f7aef6cccbe68 5448468 
buildah_1.10.1-1_amd64.deb
 c53a97317def1064faf1ba497b98ff8aef3c090eb891c836540c15400a4684af 164924 
golang-github-containers-buildah-dev_1.10.1-1_all.deb
 cb6e649864e0c373f7b0a40fbb024902b0471d2517eaf0ae0ee62a43e50ab184 23660 
golang-github-containers-buildah_1.10.1-1_amd64.buildinfo
Files: 
 bf716ed906107247a7142d8ecf71c6aa 3496 devel optional 
golang-github-containers-buildah_1.10.1-1.dsc
 89c41021a8b603cc81835cb64bc15669 555480 devel optional 
golang-github-containers-buildah_1.10.1.orig.tar.xz
 3f85db305be609cb9c7d3d29cb5afdac 2940 devel optional 
golang-github-containers-buildah_1.10.1-1.debian.tar.xz
 550a3b758da8e9c64316903206631daa 4873664 debug optional 
buildah-dbgsym_1.10.1-1_amd64.deb
 fccdc63f883a3b70c46687255595aae5 5448468 devel optional 
buildah_1.10.1-1_amd64.deb
 f49ce83830f022249f0d6c66c3a1a2ce 164924 devel optional 
golang-github-containers-buildah-dev_1.10.1-1_all.deb
 193c3bd27f63e29f55bbbeea46c0f67c 23660 devel optional 
golang-github-containers-buildah_1.10.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl2uT9YACgkQa3IL6cXP
bZ5H8BAAg4BupsoJQCad+7q/a0VYrAiS+jp9Rduordep2za+0mTs2Jx9IluAeXrE
uNcwtWAV2evUfhWa3o+yeE5bSUr193DUiEbijVe6Ik/LcVwbUnMI5qYbmVTRSWbh
shiNtpmO6UlC6BKeecAUbB/vYYYFhMD23BR7VqYc0UASGPAmP5vUJHCFWdgnLUPK
Zr7uwJDx+FS5l3cFXCCLwbcB3bz3VXDsgCW6MPqqe8USCES9Ztk+WCcAdILnyLM7
sHAKTlAWB+VKDo8PpD6pBTY0iPiyha+vJhPWGELG3F2QZCuyjwU5qtQrww0O/NSL
/urJ8T2CuSSVhbaiJJeBY8vW5uJ2r0CF1LxaQJB04NJf2ODYr/zJMk9rSCG7lEwp
chllsRSHpw0VEoCb5/jHOi3eFaVilYIgzMhUfG9asbUX1jYXSUf2Y3m5Bkto0rbg
v5WLK71DmpPeX3YsvB0BM10dSjZAExS5q9oXa3nvOsp8VNMYy0EaiS4NQc5sbCVj
74eGJvUS4kkjXHwDSEOX2Sk78RAt8AGhmNKvsUBMXPDDwV6y8UM0WeHM03FhEr7o
pUdAiUzuY1LXrY69gzQCzTxnmRdWB0GRbRlgc+SeYOkSJI1/KT1u+AZ/if3+PEGq
eZlb3uTkPzp3rwxD4Bi8RSMklgyurqri8Z7KOy/zZqzB2G5HgAo=
=dlJ/
-END PGP SIGNATURE-



Accepted golang-github-containers-image 4.0.1-1 (source) into unstable

2019-10-20 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 20 Oct 2019 08:31:31 -0400
Source: golang-github-containers-image
Architecture: source
Version: 4.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Changes:
 golang-github-containers-image (4.0.1-1) unstable; urgency=medium
 .
   * New upstream version 4.0.1
   * refresh patches
Checksums-Sha1:
 6c665a8e2e7d04a73051799b4beb1e84fc038b8d 3449 
golang-github-containers-image_4.0.1-1.dsc
 455ede2115115e4cf59f360bce54adf6842ec1b8 388876 
golang-github-containers-image_4.0.1.orig.tar.gz
 5bbc16468b47f98cefa7f391844392cdf1f1daac 4452 
golang-github-containers-image_4.0.1-1.debian.tar.xz
Checksums-Sha256:
 eeddc6c6da7fcd8856dfda29a08faa61f15550288ace5c1640eb8bd55ad662d5 3449 
golang-github-containers-image_4.0.1-1.dsc
 8f901f11e2e22a63937920d2e88ec6938fbd34427ae76d0f3dd46a464aa537aa 388876 
golang-github-containers-image_4.0.1.orig.tar.gz
 88006f2982e15fccbc66ea53cc590e845c651fbf27e824886329d876a1e42f4d 4452 
golang-github-containers-image_4.0.1-1.debian.tar.xz
Files:
 33bb7da00d709c0e1f96bdb580964af3 3449 devel optional 
golang-github-containers-image_4.0.1-1.dsc
 e37355fc39c1a17230a53e5c4d261630 388876 devel optional 
golang-github-containers-image_4.0.1.orig.tar.gz
 296304de7f7851e054603f4e3ba73a69 4452 devel optional 
golang-github-containers-image_4.0.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl2sVDQUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ7c3Q/+Lue9jKR6j+BpTNKk9Gsgo3gAxOaD
28T0nh2xfWVnw+AfsuVpNkZ/kaqt/JRN72lzEtc4KkUNHOnrgEia2hQOLZh3Tod9
t2tfKLKSpiUgBVGHhSB3taVUawoBl8KV5tV7h5m4KNA2HcJ71QRxjnv+y6Uko0SX
R2QCmXGaCGClkoNJ9s5iQbBItNlj97KDWkLfHzPi2h1nu8OhYDtu/F4wErhlas6B
RhaQWefapOaAUHt6RMH8CdNgzDf92jJ1IYaaaELRLLEmYTg2wJzx1fq3ZJxzoXwv
JEDG0IDDIUSSnCQkQBihhoRW+vwZJPeqk/BJdbx5QmP4aNpFCRREaINu75Pq2o/b
lZBUTBFdO9RiTJx5bRdQ8vZxqU+UNN5Cp7va0efe+EWAM4dzcDKDryP+xol36P/s
ZbKL6XA4l035mYX6KaUsY8T9fUXy6WMutIh+aN69elQgA8Fsobll3Ys0FXU8VAJq
JtAXpkYhHL1yAYYefBwVCxm7X0MkwLlpD5wha1kmQYhXbI/ct4H9LUDBzTvApuMu
JFb5w0bIA8Il5KYplOv3RvxlwcOUPk/C6AH5olvHMpP1uXi6QoQRgParJaUpCBB8
LMhZBye2/TSLwxWWYYlAum53h9sPI0BMzSmwSbHHFHXPrz4U9/EwYuY8CyFbVjQY
2iI092sHO5nMNOM=
=/ZiR
-END PGP SIGNATURE-



Accepted golang-github-opencontainers-image-spec 1.0.1-2 (source) into unstable

2019-10-19 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 Oct 2019 22:54:29 -0400
Source: golang-github-opencontainers-image-spec
Architecture: source
Version: 1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Reinhard Tartler 
Changes:
 golang-github-opencontainers-image-spec (1.0.1-2) unstable; urgency=medium
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Reinhard Tartler ]
   * add patch from upstream: zstd constants
Checksums-Sha1:
 b13cf77facd87171bb85641c357b0cf73eefe7a0 2628 
golang-github-opencontainers-image-spec_1.0.1-2.dsc
 835da27df761a16b2e5b37dbfccb8864d5b1545d 3732 
golang-github-opencontainers-image-spec_1.0.1-2.debian.tar.xz
 5d35f581a0f1e0fed27470378e85f9144d0b1ee5 5946 
golang-github-opencontainers-image-spec_1.0.1-2_source.buildinfo
Checksums-Sha256:
 c55ad8ec4f9d44e3a2263c3d050bc53cd9096ab0c8c5e7643dd9bdb61a19add5 2628 
golang-github-opencontainers-image-spec_1.0.1-2.dsc
 5921b7a8792fe2de5d2cd53ec0eae532a0231feb749892e00d72c10619718178 3732 
golang-github-opencontainers-image-spec_1.0.1-2.debian.tar.xz
 dbc47bbe479f744fe6c26e96fa83a7f3141cc46c47f06a89a50f02c166e8d551 5946 
golang-github-opencontainers-image-spec_1.0.1-2_source.buildinfo
Files:
 16c0f974359e69ab41f85aaa3b74 2628 devel extra 
golang-github-opencontainers-image-spec_1.0.1-2.dsc
 a7c4be1456df414168e8a1fc6ea12e00 3732 devel extra 
golang-github-opencontainers-image-spec_1.0.1-2.debian.tar.xz
 2f8375c29f8f7af90d1820411952ff60 5946 devel extra 
golang-github-opencontainers-image-spec_1.0.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl2rzJQACgkQa3IL6cXP
bZ5l8w/9Hah8mpxuCmortRk/NyomD2/JABT5Ne7ICNur6fWKVZmGbyu9HUGO1tnu
7YCRqWBrZ45X9vchELsX7fRbpq7lGJqsJ3bDs0vNAwZjXuE9Q1L+Wwozhh2NjgrV
Eb3OPxLcGO4Vbsf3arCL1/RSRARknjYUNtzyjKBkno1L9CWbhvGOWiwh0+G6SYzP
Jue2R+8jFh/9zQIMnlQsiLrwLwfQ4du7ktcO7eL2+OmYtVMYYdXp03LTb1VFmYZO
TtJLIv+zLvofmU4B7ThlfbG+XQBwUArLXesKGqPsZ3/O0G41QDOVHHfoG89935YC
TIm1zyg+MargoXrc2YXpBjJaGJdzF6nb0laZNr06e3dUmF7kz5U214+IfSYBu+G6
Bc8AwL/zVEWq0ZAtknCUW2eAcSsCxZgTdxTqY46Eg88cvpqhrIgB/BFuyfp83DFS
VAqkAJgf827Sh6DmduD0zN5EEcNYQXd5wJubFgJBJMx0HitYVi0C0EzD32jchVgG
h5o7bARRMl46cJTzmXTKwdaP2dygh3AqeCteY3hS3lyPkbO8vcLO2mJhhnVIN9Zj
7MQ/7RQAYsWiw48ZcnVhsJEVXiSHg11zzYp2Xg0a+XGCUiY/3plj7ZgmZJ/fPY5S
gO0VkpMvLxm+rVjfHOqjr9clG6K9m91vIR3F6w4Lc+jQx0T+d/Q=
=1Ug5
-END PGP SIGNATURE-



Accepted golang-github-containers-image 3.0.2-2 (source) into unstable

2019-10-19 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 Oct 2019 21:55:07 -0400
Source: golang-github-containers-image
Architecture: source
Version: 3.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Changes:
 golang-github-containers-image (3.0.2-2) unstable; urgency=medium
 .
   * Upload to unstable
Checksums-Sha1:
 c94db6848183ba436e85843e599b1f00978a9c8f 3436 
golang-github-containers-image_3.0.2-2.dsc
 f60736c747ccf3615371fa61d1f5026b344e6766 4264 
golang-github-containers-image_3.0.2-2.debian.tar.xz
Checksums-Sha256:
 4ff30b0a26d18728bd520c86d610edf6b7cfc8270ae482c2eb1a863ec658aab2 3436 
golang-github-containers-image_3.0.2-2.dsc
 226297811a94bb472ba0ee29464e7f1c0116615271e30e02eb4462794a589a97 4264 
golang-github-containers-image_3.0.2-2.debian.tar.xz
Files:
 b3b98174ec7aaa6942b2233496bacbd3 3436 devel optional 
golang-github-containers-image_3.0.2-2.dsc
 98714295c1b3e4a912436c3b67634114 4264 devel optional 
golang-github-containers-image_3.0.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl2rv8oUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ7C4A//Tfe79HrGX8eVhcqo36Bb2EDLbJoW
jaG/vfDhLRKLuSf8mgC67yF5rp0VgVPWsnVyODzjE2zQK4PB0f9LeLqCgOexBNQ6
cYrAE5Zh9JoHbvigxaN+JMauaDQM2Q00gNPWeYCMQwqect4odzQmL2pjyQyyQmSy
cAvJiq78S8KVzqJRiomxTk/AuqG86Irzur0AhKdrY+qupRSKbWUMkSKJq9dx5l+7
PsedU6LNYvtukIUM68+WQYnt5LS4JYmJzRkeh6cNTyvvpwcZvuAx7BY7J1rO1ovd
2hM6uwVPz6mkSYMQGXQ0KnRJMMDa4uG6QALvnHo6OjAypDwzlydpKvTnnO+KxLUt
VSYuzkGk89aNxEbmk9EAZee+PLptOCfCUtF8YY3wMmUvdAzaJvFhx2OjenQEykGo
bLQy1Jnl/CyIfWxR68JL3pt0aibvxLaTbOzxYZ67xh7KexaNqHwMj8alIwZtR/ku
TD1gu9mKUyhzNtQNjJ/isE0P6cbyZk+kHFSM81hCo/ILJ0GaG4wUmwQvFG6NXztL
NFxBWxli6Z/X8WPz3+jyEeJ3nldfLOA8R1lQyKP3aNKeHPrxaJJUYAH1yV5T5ZtR
DTahsYqZN7yPjQQaPn8rb55anG+y6tEvRn9VkJrBj6tc+5NMa71kMpRaDZO4zNKw
AQjks35bhJnUviU=
=bwHX
-END PGP SIGNATURE-



Accepted golang-github-containers-image 3.0.2-1 (all source) into experimental, experimental

2019-10-19 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Oct 2019 07:11:58 -0400
Binary: golang-github-containers-image-dev
Source: golang-github-containers-image
Architecture: all source
Version: 3.0.2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Closes: 922842
Description: 
 golang-github-containers-image-dev - golang library to work with containers' 
images
Changes:
 golang-github-containers-image (3.0.2-1) experimental; urgency=medium
 .
   [ Reinhard Tartler ]
   * Initial release (Closes: #922842)
   * backport storage options API
 .
   [ Dmitry Smirnov ]
   * Clean-up "ostree-stub.patch" (better way to remove files than to un-patch 
them).
   * (Build-)Depends: don't use transitional packages.
 .
   [ Reinhard Tartler ]
   * New upstream version 3.0.2
   * drop patches applied upstream
   * add patch to built against golang-github-coreos-bolt-dev
Checksums-Sha1: 
 2a1de32410938d74876c44cea58f71dc54f8e804 3436 
golang-github-containers-image_3.0.2-1.dsc
 839b7741770af8b61db2f3cc0311da4e87b1cff2 373790 
golang-github-containers-image_3.0.2.orig.tar.gz
 294ab22828e2ffe205d5c96324c02cff91853fc7 4228 
golang-github-containers-image_3.0.2-1.debian.tar.xz
 fce0893ecac0d87308fd2b59b5297eaf4c35a9ba 217964 
golang-github-containers-image-dev_3.0.2-1_all.deb
 9cdea60274a47e2912d04738177e08135be67e46 22185 
golang-github-containers-image_3.0.2-1_amd64.buildinfo
Checksums-Sha256: 
 71629484529c0477d2ce55b84d83364f7bc6e2b2b1ebaa495c4cf56c822e71aa 3436 
golang-github-containers-image_3.0.2-1.dsc
 10a49bcca12d9f4996f6235206b7bc4e2ab202f367f43fc09a299900eaceeebf 373790 
golang-github-containers-image_3.0.2.orig.tar.gz
 f241d69e030fde40c3f3a41fc24e0c82c4148289890de9841caa93fe950a48ad 4228 
golang-github-containers-image_3.0.2-1.debian.tar.xz
 278495a05fdadae02fa3ad2a48a759623c5cf0d9b8dd0f4c7c50697a533378e5 217964 
golang-github-containers-image-dev_3.0.2-1_all.deb
 e5db309cc054f62a88914be32aed1e0ba94e6ddd8e1ef4d5528b2fa43a70872d 22185 
golang-github-containers-image_3.0.2-1_amd64.buildinfo
Files: 
 39512a42d3f237dd488a0a2baa0f1446 3436 devel optional 
golang-github-containers-image_3.0.2-1.dsc
 94e9df886fbbd0ddf56d354eeb2d9755 373790 devel optional 
golang-github-containers-image_3.0.2.orig.tar.gz
 5771dd09aee6f6c6a383c522e555b9b6 4228 devel optional 
golang-github-containers-image_3.0.2-1.debian.tar.xz
 5e9b4741af0bfe7900e11f5091dae6e2 217964 devel optional 
golang-github-containers-image-dev_3.0.2-1_all.deb
 77c33ef9efba326e83a47a2f5525761d 22185 devel optional 
golang-github-containers-image_3.0.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAl2TTJ4UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsvycg/9FIo8sbjvy9NM/Mw0oMlZNTEb6nza
fEs6thPuxgvH9C5bb2CiqN9wxemGMmu7xpw0vx+MEBY6hetlLBfjxBYV2flmVxZP
Hfb+Vy8SjAkL049FocFPoXp/nF8Bs9rvAwjF8c1SHko/c+8x5uFY2WlPgVCW7Yhp
24ci8wIKCc/zn6W5gZjY2myQOql2tDe2ARXLfwcMhHBLc16GPtWp7LStwsDGFwQi
a+5ftFVVLguPggYOTXXzbxj0T5qhDqD8uf7DU03aiMNkAz+mMOqSn2EDfMEPzg3v
w/FhEkTXSIwlmdMPksV18IY+SjyEsa7mcCerdUqGzaEs380eRfSUJfqPYyjU4YOV
0U1PhitDF9KnAWByXne4vAW+ePQQKwM/Id7J4RrcbFbdrMSjSJrxq3HoP7OEKDOh
spfJJ6IYxLUUlstUX2LyQ79QbPAhoLDtvzfFEepsJO/QTFYjtytDb/1tQdUYxN5r
Fy1sFQmuhbqb9O/GhMf3PVyHTCFIAH31zrEs0s8X0GfNMrEtmZ7HBgALBzqDc+Rp
4Pn6wksDD+c1VZRMoXsWpZ5s8FEwdFOatwqnTfBGo++1EIDkXEpPYrmGxF04acwU
fo+WHS3coodT1m+9Vmgq02RX2XgmU9N4MgvuhNtkg842NGuWpGlROJrJ+pz54riv
/ELURXGg8QxFZiQ=
=Kf2c
-END PGP SIGNATURE-



Accepted golang-github-openshift-imagebuilder 1.1.0-2 (source) into unstable

2019-10-19 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 Oct 2019 11:17:37 -0400
Source: golang-github-openshift-imagebuilder
Architecture: source
Version: 1.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Changes:
 golang-github-openshift-imagebuilder (1.1.0-2) unstable; urgency=medium
 .
   * Upload to unstable
Checksums-Sha1:
 d096f1208ec55263268548039eac28fa716f9f26 2743 
golang-github-openshift-imagebuilder_1.1.0-2.dsc
 b6133f4c3db9b1bf254785a7542fee3bfa1f704e 2852 
golang-github-openshift-imagebuilder_1.1.0-2.debian.tar.xz
Checksums-Sha256:
 a8c92f54e00a899b670b9e491a194ec7b5329c2cacbec74959712634eca7f7fa 2743 
golang-github-openshift-imagebuilder_1.1.0-2.dsc
 780295850694a0f424728b1d3251e016149c9e9ad060ee5076a6b44ef1380aa5 2852 
golang-github-openshift-imagebuilder_1.1.0-2.debian.tar.xz
Files:
 4ba53ae51fc76e1248e223049211dbb7 2743 devel optional 
golang-github-openshift-imagebuilder_1.1.0-2.dsc
 3929bf346f088b8f260c738a743c1d67 2852 devel optional 
golang-github-openshift-imagebuilder_1.1.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl2rKdYUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ72RBAAqrz+Z48coMSlNsRPwrhFLfwBkEEA
sDP2HfpcfYMVZhcua3NBo1acV1KJbEJUqGJGatQ9HE8iIlcAgoPbhW3lLjbYsfKW
6RPeGj8wdFEEAxUCbzir/CJWTJ+zgUnz9uQnWN3HKbGNBZFyL2vgnrHFbH5/3Bm2
FrBblSMaux+Ocfl5MqJm84FkJtAi0QjqtPx29WMjHiaa8W0IHOd1OWJL0EruQdmM
VPLA9QC+x9/YaB7ebXSEIO33pR+jHE83ACklSQkc4zV7ClHY48SWhZYq2J7bRe2P
0TuDdiNFY2406lJydpquKAPM2wtBSjtlZpQmS4mi/BvhjUaONi6Y7l0uj1jhuoV0
7ZAhiHVk1nbrQqkRRlFiBu/DKJ52CVUsDzNVQRK4bescHskeK8oe0Ux69fPPzkRY
gaOX6JwjtA1n3Mr/Fyf54DAKwlkSARtrdnou85sM/TMgXrQ+1uD6m5TNACVv4S6z
omsmy94eGps/mk+NOS+8jEuhI93i9KjTzXGhsEYY0/O3AsnsLoxRHEKE05Jl5jdG
IMadfgs8WnFisGdyy9yMMlx6SMCJBGS2cTmdHFQeoM2f2LRpeboSfhEDy6fOG2nG
sIy6fbKFY2PG6gztrouFhJXrXJeRsnSUYLVorfxnE4IEwqaeCu7/ll5dTB6CwBmV
dJWhZB7IwXzR9yg=
=4WlL
-END PGP SIGNATURE-



Accepted golang-github-openshift-imagebuilder 1.1.0-1 (all amd64 source) into experimental, experimental

2019-10-16 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 10 Apr 2019 21:27:11 -0400
Binary: golang-github-openshift-imagebuilder-dev openshift-imagebuilder 
openshift-imagebuilder-dbgsym
Source: golang-github-openshift-imagebuilder
Architecture: all amd64 source
Version: 1.1.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Closes: 923300
Description: 
 golang-github-openshift-imagebuilder-dev - Builds container images using 
Dockerfile as imput
 openshift-imagebuilder - Builds container images using Dockerfile as imput
Changes:
 golang-github-openshift-imagebuilder (1.1.0-1) experimental; urgency=medium
 .
   * Initial release (Closes: #923300)
Checksums-Sha1: 
 6068b6b052c44a0aeec54c6a8f40dd91421bedce 2743 
golang-github-openshift-imagebuilder_1.1.0-1.dsc
 5df926aea8168a2f7a5d22545f9b5c0b4033876a 65856 
golang-github-openshift-imagebuilder_1.1.0.orig.tar.xz
 c7ce6d661fe57ba6cf48347528c9267431ab10dd 2816 
golang-github-openshift-imagebuilder_1.1.0-1.debian.tar.xz
 f4ad5fcd84ff38c556ceae43dcb366557ab1a9f2 71976 
golang-github-openshift-imagebuilder-dev_1.1.0-1_all.deb
 0aeec995d5af9bcb05f412ca162d3c2634accf0e 22524 
golang-github-openshift-imagebuilder_1.1.0-1_amd64.buildinfo
 9bc45d8cfae3c9bf907140b3f839e45ac74973fb 2669384 
openshift-imagebuilder-dbgsym_1.1.0-1_amd64.deb
 21f74378ec26c12dd32bc92980989247dd31441d 3003688 
openshift-imagebuilder_1.1.0-1_amd64.deb
Checksums-Sha256: 
 d93885d4a0608faecaf22c5c36ce29207fd0ac8fc789f3726bf144fcde5eb167 2743 
golang-github-openshift-imagebuilder_1.1.0-1.dsc
 3852a9ed82168f5df0aeea74ca7b80965b34dcfcc286a57ba9530304f5950410 65856 
golang-github-openshift-imagebuilder_1.1.0.orig.tar.xz
 323b8b415792fc940aae3fb75c4672c1f9f9eeb0dce55e3a17c84e03afd9bff1 2816 
golang-github-openshift-imagebuilder_1.1.0-1.debian.tar.xz
 863d8b211adb5e783ca9c17e4c629b20c3dcf95c20a6a9424c54c1bc91fcb5d7 71976 
golang-github-openshift-imagebuilder-dev_1.1.0-1_all.deb
 59e8aaaec44bc41733164c41aec454adfcb33cec0dc6f2d104138b1c0ee7340a 22524 
golang-github-openshift-imagebuilder_1.1.0-1_amd64.buildinfo
 e0715310dc3d7ad535146e3659b6aa115085493d69244970140d2f9e8b3a8578 2669384 
openshift-imagebuilder-dbgsym_1.1.0-1_amd64.deb
 7a857cc884c5c2d99003a924fdc068c66322d75fb200f07b29f620db96588fc0 3003688 
openshift-imagebuilder_1.1.0-1_amd64.deb
Files: 
 4d58a51703b4d19c9c95d5594b5bfa0a 2743 devel optional 
golang-github-openshift-imagebuilder_1.1.0-1.dsc
 4ba4db13bd9324cd158e89aa09ed011b 65856 devel optional 
golang-github-openshift-imagebuilder_1.1.0.orig.tar.xz
 21eb6e640be3f8d6e6ff05dbb36ea19f 2816 devel optional 
golang-github-openshift-imagebuilder_1.1.0-1.debian.tar.xz
 16604c5c8a0d9939a94e816e220dd6e9 71976 devel optional 
golang-github-openshift-imagebuilder-dev_1.1.0-1_all.deb
 ec5cd4d2983adb0c2e83e97fc008fd65 22524 devel optional 
golang-github-openshift-imagebuilder_1.1.0-1_amd64.buildinfo
 517944ee80725c86dabd960a1089e9a6 2669384 debug optional 
openshift-imagebuilder-dbgsym_1.1.0-1_amd64.deb
 bd5db2b23b17cf9be1b30c0fafcbd4be 3003688 devel optional 
openshift-imagebuilder_1.1.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl2iICMUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ58hw/+Kb+duUt5OWcylOPxvBEppo9IfZ0g
6Mi2PFZNef9BQTxdDZbocKO5qUZdnyDE2VqUPtqJZdjZsy7/5Sa0Vvur2+E72H/1
iPI52HUcjprpSDBSFy8ShjmTjI9Rt2N0KT31XzWXHo2rf3wMixq5m3tP2VojE6bj
WacY9yEfkZ0HsJhpXxXs5IFJmXxEE/P9KmDY7ArsmaqjHnJRpoG5iGhskq6W0WxL
u5KYJiMTzfZIDvW78gFsF0OuiB4CBiZT+sPt0SX65kpeEV1BbPIdWefC8WB2zKIV
IXU4pnfGfw7jUrVxPYhNAYQMVHzB7sJBNw54kxm1BK5ZVDBc33cc+C5D+aI/Rwga
aMytE+LXijKaPzUP9ubhfFPx1YFtWznvonXvBwAaiVSHxmfxnT66GA57Wg058gXr
dXQka5gSaHVkcV66kF2Ukgqrsw63idws7+WqOP+wYu6xloSLd5LQhfzx2va7/PfB
GTWxTdN4nBRiosMfpV+mJyua2RwhWbmK3LIi4wQLyibekCDNz4nvRUkDEVvv1diV
x7kd6+AO1OUhOYV+YUFUzdrRb3ZB0obxH7aHRzw0/+9hA4Pe7lFOczfXYpWLcu61
QQctsMAddi414X1bwsbuArHfEwQ4K1ilx+NoPdUZ8jFTLXWLnSezewfijK5FuPfA
OtMdwcyD/S+eq7Q=
=azue
-END PGP SIGNATURE-



Accepted slirp4netns 0.4.1-1 (source) into unstable

2019-09-20 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 07:58:27 -0400
Source: slirp4netns
Architecture: source
Version: 0.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Closes: 939868
Changes:
 slirp4netns (0.4.1-1) unstable; urgency=medium
 .
   * New upstream version 0.4.1
 - Support specifying netns path (slirp4netns --netns-type=path PATH 
TAPNAME)
 - Support specifying --userns-path
 - Vendor https://gitlab.freedesktop.org/slirp/libslirp (QEMU v4.1+)
 - Bring up loopback device when --configure is specified
 - Support sandboxing by creating a mount namespace (--enable-sandbox)
 - libslirp: Fix heap overflow (Fixes: CVE-2019-14378)
 - Support seccomp (--enable-seccomp)
 - libslirp: Fix use-after-free (Fixes CVE-2019-15890, Closes: #939868)
Checksums-Sha1:
 0568720c7b7a444500227147d14a9a5a5d0feba7 2014 slirp4netns_0.4.1-1.dsc
 02c890bc45bc3662d5f05a2f31e3ecedb03997e1 168785 slirp4netns_0.4.1.orig.tar.gz
 f67a2d9c86ec2f4dd071b82e7d237df96e4475a3 4808 slirp4netns_0.4.1-1.debian.tar.xz
Checksums-Sha256:
 848f486d9e1ac03106df04f9a500a11b0337774368ff93aec10cb73c95b724bb 2014 
slirp4netns_0.4.1-1.dsc
 75d2a7411cc2b3e341d8530228750bb1db06077b349d10fbdddbb582c27f8cfc 168785 
slirp4netns_0.4.1.orig.tar.gz
 76f246c836b4d3304512a834c0ad386523323898e61cae9238c53db769d2bd76 4808 
slirp4netns_0.4.1-1.debian.tar.xz
Files:
 d92ac459f597c3ad29ed7631da11f51d 2014 misc optional slirp4netns_0.4.1-1.dsc
 2511da14fcacff3a4c5d6c501f04e20b 168785 misc optional 
slirp4netns_0.4.1.orig.tar.gz
 4e4b207f1301a78dd0e470effd53a4d3 4808 misc optional 
slirp4netns_0.4.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAl2FTJsUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsuc4Q/+PVTePj/FiD84KG7BKwbghHY3Ikt5
dLIf1Ue07YYM4i/B4oGU6JjsfWCH78fR26fgTgUqtooSjNtX3zsSRPEfiX3/gfQG
f6+DkwLEVvB+a9/2g3Y1iNiVarAbvd04mEQh8iGhyfWiYJLNC/ZHlF3x7Nl5Vj30
kKC9qGFnS7UYhbECgJ/jKtrP1agaFT7PWdemalYOIAM3lY0UkRVo1Ee0q6mP8p/A
MIHpNVcXTqk+5yaKdfpuU/8uPuggLObr0F51ZpGMFy7HqosO1LxDE8tT3SoBETlj
n5ASaNlwP5e6ipkF1Sf2wi7+uExiVd9Pc2AoxIw1M1H2XGGMTv3thdnG6Nnp3csZ
KNXg3N6JlWFIk9mnn1AC3Zqk/Nlh4H63ZJ4EQ3wn8HuX4sy7ZHKr0yZ7L/yTUzh1
E1yADHHjNdW9nir7vSii5bY7/Qi2irXs9GC6RMrgZHuLN1OBxPf/9r7rhXmoZVde
usoyiKefihF16EcUf0hFyu+cfSQneLMYEdeBfz3EiZgdh2ReFhTpwk5Luk2b4fwU
B/Enf854UkzpuwijRZf/EEYTeZZlGA9Bd+C9Gyn8164SMp3wUkUbMo1mjKn9SmHI
jom70qrzasPLI4rWdWImw+S1uYod9+BW6IhAQ/Cc+McCVBbi0+OtGuXq7MyHBRmP
lZlxIn/vNlPSz9Y=
=V7Yu
-END PGP SIGNATURE-



Accepted golang-github-containers-storage 1.13.2+dfsg1-1 (source) into unstable

2019-09-11 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Sep 2019 07:51:52 -0400
Source: golang-github-containers-storage
Architecture: source
Version: 1.13.2+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Changes:
 golang-github-containers-storage (1.13.2+dfsg1-1) unstable; urgency=medium
 .
   [ Reinhard Tartler ]
   * Prepare new upload
   * New upstream requires golang-github-datadog-zstd-dev
 .
   [ Dmitry Smirnov ]
   * Added "Built-Using" field to binary package.
   * dev: added missing ostree dependency; new patch to use available fork.
 .
   [ Reinhard Tartler ]
   * New upstream version 1.13.2
Checksums-Sha1:
 b362203d956b79b17edabc4cf99c4c2ce6c17606 3347 
golang-github-containers-storage_1.13.2+dfsg1-1.dsc
 6261bb337a9141ed6c9e70a0347842ea1e1efb9a 339508 
golang-github-containers-storage_1.13.2+dfsg1.orig.tar.xz
 9e89eb0db9f419a89535a6a2d800ad8b1ab996c9 3732 
golang-github-containers-storage_1.13.2+dfsg1-1.debian.tar.xz
Checksums-Sha256:
 9d18c40fa2c5f1f630eafd771ec72ae192708aada2b3e9936da4a43e2e09af9e 3347 
golang-github-containers-storage_1.13.2+dfsg1-1.dsc
 a1b3b93d4a2dd657bc355f1f2afab0940153bc4a731bb23510b790dfb64373f2 339508 
golang-github-containers-storage_1.13.2+dfsg1.orig.tar.xz
 3cc96c01259ee1e8ab4fe8084bcf0282496951adab155a462819eadac6a45c73 3732 
golang-github-containers-storage_1.13.2+dfsg1-1.debian.tar.xz
Files:
 5abb4ee59d253e398197fe89086cbe1c 3347 devel optional 
golang-github-containers-storage_1.13.2+dfsg1-1.dsc
 21c8384dc98ed0cfbb4a1d3260da8657 339508 devel optional 
golang-github-containers-storage_1.13.2+dfsg1.orig.tar.xz
 8e58896f478c8795d4f9162d3c72c690 3732 devel optional 
golang-github-containers-storage_1.13.2+dfsg1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl145SsUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ5AhBAA7F6RdtW1wvZjm7Q2bi9hX986XkTv
gqOr6DK03g7tt/cJjYTJSwHR0TId1HiGI2d3+HKxvsl+5PxUM+3Vw/kc+728Hpl7
KI2CPdD5UwFjEO003yVGz02yWGcgQWh+T8gWDAZGIcS8r9PBvxEVWuZH2EwsZc74
AtNz31JrFIA5Clo3DUDYIpqqVoWWBuZene84VO3Gf0plc34p3/KLsdgPRwv4axjU
wkGMsTBcfRL74t8MVN/cHmazccpTzZMtQ1jtDESTVj0kqvO0XiSn3Iga+ddfsGpZ
jWdGcG3au+YC8URzZkddFv67VQDjWy0BV9AjZMik6WZ2RNJwqO/takLYNnMacIfA
VQ1HOf3PnaTfLueBpG7hwt6SSYDcRDKi7asJpWuFOOkqdRL2h+3gAvBo0bwOt/85
HSE0FSnQ3+Su+N+mzXgJq030g5flLMQ3I0TO6ItPse/wQCpaC8l2GYPClUbrce47
1oe5YwII6f/yT2DmUcyJJpM6F07AifBbSI2qkc2G5KCVt8TLuQUhRdxODNmmjovP
/K1YIbOdKTmpMzwjbJZjLc4lFiBpXgAo3K0gtbHSviIFw+05ojPNgk23W780uqHM
sjChy+adN33reaITbyEbekAmZMwZNl5vCOviawNfE1OuZN8inxK+O3s63LSULp62
SzE3pZy+iNqIWlM=
=If/n
-END PGP SIGNATURE-



Accepted golang-github-containers-storage 1.12.2-1 (amd64 source) into experimental, experimental

2019-09-04 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 10 Apr 2019 08:12:52 -0400
Binary: containers-storage containers-storage-dbgsym
Source: golang-github-containers-storage
Architecture: amd64 source
Version: 1.12.2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Description: 
 containers-storage - Go library for handling how containers are stored on disk
Changes:
 golang-github-containers-storage (1.12.2-1) experimental; urgency=medium
 .
   * New upstream version
Checksums-Sha1: 
 5507c348af543a0009bab33d8d9c744de5d70a49 3233 
golang-github-containers-storage_1.12.2-1.dsc
 7d5548e572320a282bd4d3546d54ee33c197e1d2 311812 
golang-github-containers-storage_1.12.2.orig.tar.xz
 5ac555f1fcedf57fc115a3cb0e0be48dcfae805b 3388 
golang-github-containers-storage_1.12.2-1.debian.tar.xz
 4943d6de54294e8274013a68395e1fba939265b5 1406800 
containers-storage-dbgsym_1.12.2-1_amd64.deb
 30ac2c06814d960aaba2e2dfa8e1ce6526b7723b 1685692 
containers-storage_1.12.2-1_amd64.deb
 bcbfaecc65e62ae4749beadc64a3f94e0da9a125 21155 
golang-github-containers-storage_1.12.2-1_amd64.buildinfo
Checksums-Sha256: 
 892067167cf9fff127a8686203e6c2a28d132034d7385950459a8dc88c4231ff 3233 
golang-github-containers-storage_1.12.2-1.dsc
 d671b82230ced5795d99e50374e7e7e12e4acfbf04c7188b0c2ffc013f41bd59 311812 
golang-github-containers-storage_1.12.2.orig.tar.xz
 dfdd06631185a9fd6f3b1bf02a4e52909e93a4316fc9631231309ede85c55034 3388 
golang-github-containers-storage_1.12.2-1.debian.tar.xz
 1f220187a0d900965ef065d44ac92a2a286d5c04292bfa3577c3e0d0a0905873 1406800 
containers-storage-dbgsym_1.12.2-1_amd64.deb
 56c6c1bb15eea176ae54e0898e060534ac407200dc3242ebc984ac6b23a75122 1685692 
containers-storage_1.12.2-1_amd64.deb
 329e859998b468a75d988d5efb590ad9633f07fb7144eb12d49ea317fded2faf 21155 
golang-github-containers-storage_1.12.2-1_amd64.buildinfo
Files: 
 8e62b4eda4ba319a3a358445f30f1941 3233 devel optional 
golang-github-containers-storage_1.12.2-1.dsc
 33ec8b4bdb5becd8cfed320914c27e29 311812 devel optional 
golang-github-containers-storage_1.12.2.orig.tar.xz
 1f2217c05f24becae1c5f7cc5b9e465e 3388 devel optional 
golang-github-containers-storage_1.12.2-1.debian.tar.xz
 f93d32469bed4bc1a7136bb7f6eed238 1406800 debug optional 
containers-storage-dbgsym_1.12.2-1_amd64.deb
 a19979832a6d36b682d8ef6242e31377 1685692 devel optional 
containers-storage_1.12.2-1_amd64.deb
 55295cc009673ada83bdebca19ae31cc 21155 devel optional 
golang-github-containers-storage_1.12.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlyulpsUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ5/JRAAmkFuvnlQFlBPPjgSZnZc0wCv4LBF
1EG6LAhT+biMHpNWKyoN8IF+DEtpvr+bX3TcW4YEUvzXlLVdh3Ms6S1q8Zg5rjcm
Pu4tqnQk9vO49Ri+11TmnR9FBzepIl3v29rr5V+h19VwbSn0swR/hkCW0odRqdde
99nY2H+EOGoLJ5nFjbdPp18lihHieWfxo39Q9tROMvTkA8EewuDRnhz0ubZA5tQg
FMx2fMEtAxaqLPG/Q/VsZMLICR120x1C9u6h3v1ig6jumdM6CqgLoRtxz/SdfnFt
QC5KlULL8cMbBTPM4WJ53C2uxz/77VERWvSdoeks26cqMxXqR+ZnR+Y5JWw5R7Dj
GUAV+gz1i9MqY6tfqAhO2e5mldWCtskIFOnqC2eyQAY2r1d3iDUcKDGMX2m1I8qs
taGuY/RVZxFFcqVChqu1MCI6NIbWy2xmC9epqDUpiHxuN9bRxHyjKWpw2GqC+SS+
KY3IKAXvjJiOt00X/nurvZUeGmqAWORVU6VhTlb4VKB6tmqnX+9O7GMRSpA1PNl/
bsmkmVPNlOhvdkaNQ8qYPlkZlIIhSYruPSj5LFJ8zq27xmvhTTUpJcUerxU+NvNH
W4qMuPhr5LTHfQmiPy5D1I6a4zDtle9ZgI0t/I1YVw34AiZdvqcIQ2H7jWEqYpIX
P3ftzb2CPiPwp78=
=n+R2
-END PGP SIGNATURE-



Accepted lcd4linux 0.11.0~svn1203-3 (source) into unstable

2019-08-30 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Aug 2019 07:49:27 -0400
Source: lcd4linux
Architecture: source
Version: 0.11.0~svn1203-3
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Closes: 936827
Changes:
 lcd4linux (0.11.0~svn1203-3) unstable; urgency=medium
 .
   * disable python bindings, closes: #936827
Checksums-Sha1:
 1a43284bd042a2ae6e70279e466ce7ccc450b3a6 2208 lcd4linux_0.11.0~svn1203-3.dsc
 aebeb6d52401e34f67324ea8b258812a49b79aad 7032 
lcd4linux_0.11.0~svn1203-3.debian.tar.xz
Checksums-Sha256:
 23eeefc19a26cf640befbacedaf8eecfc1679dd4bdd9bdcf333180b3cb7f3089 2208 
lcd4linux_0.11.0~svn1203-3.dsc
 701eb955d237949d4774cfb9141f919752aadd53f12225fe9ef0481c3039b869 7032 
lcd4linux_0.11.0~svn1203-3.debian.tar.xz
Files:
 69f65aec57e5ed1c7cb3e0761e739493 2208 utils optional 
lcd4linux_0.11.0~svn1203-3.dsc
 5f76479a95622e9d66769f9d0bd33538 7032 utils optional 
lcd4linux_0.11.0~svn1203-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAl1pDsUUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsuLrA//XY5pGIODLgUI4ROv/zB1551w0V4M
s8NUYDkPVCtXMSpG6cyBZ3vhExKRjv/O/ZT6OuRZyBvrJcZlpdvK1YfwAwF+WTFf
3eZoiEMqAEaWCZ+ZnGpQ9UPcGeNkFoFi+2q91uTI55ELBk5xQ5xn0iFO9Jn8Y/Au
38ohD32EVBoAHWYZHQTsmwsWD90FyzWGMIoGKs8bMtgEbXojOJBAFs1O2xLjFzgH
Zf8Fe4Ny/I6ffvAWB023GGPoy2/KZpomtviQ/uVhbjJn24M33RlU9jLGPGu2AXo2
+V6x0wIF42ojDhyvx720wUpRY1fQ637oQuo+oEkYcEKXTUTQ2I1K1HzDjLXLvvo4
6S7h9arOSIbsYPebs4KHUns88XK/8bV47o1e9wiHWqxFSJoOn2PuGUhbfSCZabPc
75e371qBVfe4D5YYceTXXL7Zfeo3GHyTVnlV00nyTg1rIODXUmpCNLv3jS+p43RC
/47n8r/uYcdzvxcRY7DMJYcQOCwse1q2EgO4q1z+rFygZKWNQd5cPEFcem1PztnI
cz8rRRrBHidYDT1TpYJrFZhL1H6pjajWBBwNSp6goQfW9sZwh+2v7eV63GEXeMra
n/ju08w6o+Pr+dCHDwVTKB1yrRz5Ixgg1Yd8izKe4B+9Pz2ZA3iKPWfgQ4UcYut5
eb+WnkbKWFLO2dk=
=XjV3
-END PGP SIGNATURE-



Accepted slirp4netns 0.3.2-1 (source) into unstable

2019-08-14 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 Aug 2019 07:33:02 -0400
Source: slirp4netns
Architecture: source
Version: 0.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Closes: 933742
Changes:
 slirp4netns (0.3.2-1) unstable; urgency=medium
 .
   * New Upstream release:
- vendor freedresktop slirp (upstream pull/130)
   * Bug fix: "CVE-2019-14378: heap buffer overflow during packet
 reassembly", thanks to Salvatore Bonaccorso (Closes: #933742).
Checksums-Sha1:
 a2fd209cf479798f64701045b9d269aec4d0e4dc 2103 slirp4netns_0.3.2-1.dsc
 6083e7c6191031cf3b98216846bfafcd5702c847 162136 slirp4netns_0.3.2.orig.tar.gz
 1d253cfeb4e1a49d3f9baae840ad79cf411928fa 4212 slirp4netns_0.3.2-1.debian.tar.xz
Checksums-Sha256:
 ad9178cd37e68721722fd32aebea0872b2409d9c4297ea938b9071b295f0d0f6 2103 
slirp4netns_0.3.2-1.dsc
 fe400337e857cee668a0c9161e2997af9c5c8cbaf4cbec12b32b458064eec380 162136 
slirp4netns_0.3.2.orig.tar.gz
 72a743708728a3e07bb6b90042d141caf5b4fb9e6ecdbdec08e1820bc6ab9448 4212 
slirp4netns_0.3.2-1.debian.tar.xz
Files:
 a3c8ebf282ae47bdbe97d4c068341223 2103 misc optional slirp4netns_0.3.2-1.dsc
 ed6d5c35ad4c1fa303728d27fec1abda 162136 misc optional 
slirp4netns_0.3.2.orig.tar.gz
 4a2d6824524bcacae01fcfcf6f3a9930 4212 misc optional 
slirp4netns_0.3.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl1T8hQUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ6dVBAA0Vl+FF827RFcO6PUKgF5nojOC2VZ
Os2TGBJvKK6Ny4S9j6iK/MTTvP7PlZgIBg5d+UPUYvB7bNs2dv6l8QkPcmY3IiJ2
M/0Kkl4hi/G9pIeYoo/SXfohA9YQL8N8n6guUVNC+tJdTkbhSrDvQt1DRq1Mr1XN
B24qTtFBk/D+Fhu0qfjsVYsMQL17L895S1tbc4CWC4+UN45Gdu5w2Ls2X94GrijL
EK7xu/Gukc+nmgHaBGeHmLft6ife+nh00HJrNZ8/MQhx58kcRW8EEDi4q1WTanJk
Z/MzNls92qgw2JHDfzVCfRjYKpbQlSfyKWBu3bEb8agAP9uWngI6YkPcCKudPaS5
UlVllLZn6SOLmrChKYoO2K08meh376Rsw06q5ZtzCpHaCDXfoGqWur5utUII3OBe
q/MC/aYB1jvSJsk21Iy/a+26Vd45YEHpOVQU4AScOskTptnk+ZuvRWXiBkEQ1i8Q
1D335Utuw1WNFkLV+M4FYWoxCMODRsZC7bX3nd8FZq2t+VT64wYpelQtk97as5hW
GdnCiVTuftYyXKzEhf/HrRxadX9dO24LO69drlr8nqQNXQzij+2Lhg+u/Sh0NG/H
1TdIZ/F+1cEmATl09RnHUbx1VLw0G8nzdIkfuCYJycxFFBVxuNJ6LcptNaHXqjtJ
zu2YmubqC1TbdMs=
=vEcO
-END PGP SIGNATURE-



Accepted slirp4netns 0.3.1-1 (source) into unstable

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

Format: 1.8
Date: Wed, 31 Jul 2019 08:14:53 -0400
Source: slirp4netns
Architecture: source
Version: 0.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Changes:
 slirp4netns (0.3.1-1) unstable; urgency=medium
 .
   * New Upstream release:
 - ip_icmp.c: fix use-after-free (release v0.3.1)
 .
 slirp4netns (0.3.0-1) experimental; urgency=medium
 .
   * new upstream release
 - slirp: check sscanf result when emulating ident (CVE-2019-9824)
Checksums-Sha1:
 2ff47ae1e1c85bcf0c4e786cb228ce01e31d409a 2103 slirp4netns_0.3.1-1.dsc
 89a5e6f6dc0afa148acf7c866d466f8cc4c438c9 180163 slirp4netns_0.3.1.orig.tar.gz
 8ca2bd8fd669ddb22cd1f7e7d1efea5a8eb2ed69 4096 slirp4netns_0.3.1-1.debian.tar.xz
Checksums-Sha256:
 69bfd91254c1c7c7f4860bf0eba86caba2c46d93db05f138cea519dc66c514d8 2103 
slirp4netns_0.3.1-1.dsc
 28f74ab20b09c18085d2364945011bc22c1cdc832e581cd64c298eb860cbd8ec 180163 
slirp4netns_0.3.1.orig.tar.gz
 96b380db9f736deb259599c85ecd31358bf578c72418dc3846bff54da056 4096 
slirp4netns_0.3.1-1.debian.tar.xz
Files:
 678c6ea3228e5391cc8b776aa85ea227 2103 misc optional slirp4netns_0.3.1-1.dsc
 ee6c4588d737d56e1ebd7b6d571ae85d 180163 misc optional 
slirp4netns_0.3.1.orig.tar.gz
 1a18ef7415257a0eab4c2733db1bfa59 4096 misc optional 
slirp4netns_0.3.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl1BiGcUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ7fFw//YilhtAUK/4u1LMYbJ3UgWcD1fOXo
D3CUT+9Jfkk7wKLM03ZCbOpK/9sQ4oG0jIZtvHqVvL7nUSmxlX+VLsOc1QWdn1Rh
CbmiA7sF3jY2XVv3xZajcpQ2X3ZcX99PKpdDhTbOjRYRDcGifrbPKN4Sjyfu4mrE
uvVsZ3SJLVlhjb4vRzxZ/+778uewWkux7R3fI9NPh6AxUXxBjWbUJQMqacYYKaCL
cR47H38+4zZ3lc2iD80RqGV48zx1wcQlF/KV57s6LWmFKHdt6idH2cWulyfD92qW
WkuLusFXIeiE2+g08jignYPaD0EQKlusb8d1y13C8d0pRxMRwLYsgMimnT502LPx
Dk+l4sCTPTmpTu9v3R4i60WAn/pBurR/AeNnv2Ji07xGqHHjfHjv+5Pk9cTqKzN/
7zaF9mJdLZOYCZ7mgIe6ys/Ak4gCEcXvnCYnPn3eYJwbz+7N6iJ1FB95PJkfckox
edv2yFr4MNyMhO8zAghrWFDfWrd5fVldND0ZyPNNlfzy2s6f+Bw2Pka8De58b8O/
I2OvsuRU2nBcP0iTFJqILfo9LopmmttAqandJI/YN94GTd/c/L3Dc4ldFSWkUHeX
5urPTNcnV4mxw1yPKIqxOGRVutI25WtAxpScAQOYbmyXiXyP/BiLwA5OL4CD22yQ
X8ep3oC15WpKNqA=
=hzDS
-END PGP SIGNATURE-



Accepted boxbackup 0.13~~git20190527.g039c4a1-2 (source) into experimental

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

Format: 1.8
Date: Sat, 20 Jul 2019 00:46:40 -0400
Source: boxbackup
Architecture: source
Version: 0.13~~git20190527.g039c4a1-2
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Reinhard Tartler 
Changes:
 boxbackup (0.13~~git20190527.g039c4a1-2) experimental; urgency=medium
 .
   * QA upload.
   * Upload to unstable.
Checksums-Sha1:
 0bcb71b35a1d4792f71c098573661ededff33c97 2372 
boxbackup_0.13~~git20190527.g039c4a1-2.dsc
 f9bb82fbd64a9b802f89ae58ca8631543cad0138 64712 
boxbackup_0.13~~git20190527.g039c4a1-2.debian.tar.xz
Checksums-Sha256:
 30b581865ca36c7adc129478dde17bac1bbabea6efdb43e4a3462825e8df85c2 2372 
boxbackup_0.13~~git20190527.g039c4a1-2.dsc
 57fea983aeefafdb4c022dd6a12e399de3055abae6837ce3c2ec2c41ea65f860 64712 
boxbackup_0.13~~git20190527.g039c4a1-2.debian.tar.xz
Files:
 1877d4ca0a365323036e7cf429df0e6b 2372 utils optional 
boxbackup_0.13~~git20190527.g039c4a1-2.dsc
 322cf0c2bc1b9fe49ab8709f9eafbaf2 64712 utils optional 
boxbackup_0.13~~git20190527.g039c4a1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl0ynS0UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ7Efw/9E66gMURFfmSu402Zc13HDQwtI7ny
BmYo9rpxREoppgQCX9oPm9T9w+tfpSV05aGoX44NY3X+urbJWCEz3EkxfMc/zU1P
VbkrBsgUxwDo7M6zEnUj77TOi9cQ3agDlK9cDB2xfzUNv490V4QroP1TBWaLddwO
QLSY/78npAqp55IhOrHtfZFD23Bpm4Or6dpu97uRLqtW2eI7V+kcHEuhbPYyYY1q
hLI/8NsNDamUqhIcuf3vY3Cil02XZD0g8gPUMFNZN28mwqxYsHA5uuGITpfTd4DO
v4Fkc6VogyjiiytyR8gXh/G1oWkajcJYKXGlrMkzaTJEAm5NwdXa/i1vPfGWwzkl
7R9xnSPbTJxklD10OlboJwrsuzistBcdLacBnTKqoXiErf2v2wZuT+EhD+BTBj9k
AOAt5pr78O/hpMRF4L/xi1EnwLxJ2Xve4HQxu2bmzDykq8FrtDxstDdPew4LjBxa
JuvS4D8Dz+z1h5rwfGWJwj+HX0p137h21GzTxyxojT6XatOH+KueQScZo/H5hxy4
WbqE2HzpjMUpRVgjxssVMZBVen3ttL35XZfW1JTpPRKM/riURvGU9jPz53OTaeHk
PoiYaVIs7yLkdzV6ow/bAYO1ahfhokrgjcnczdBXNaC8fsZ/FEnMVzTpgGg1yGVf
KoD16cQI6AUhf/w=
=pgHj
-END PGP SIGNATURE-



Accepted golang-github-opencontainers-selinux 1.0.0-2 (source) into unstable

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

Format: 1.8
Date: Sun, 07 Jul 2019 17:17:48 -0400
Source: golang-github-opencontainers-selinux
Architecture: source
Version: 1.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Closes: 901745
Changes:
 golang-github-opencontainers-selinux (1.0.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
 .
 golang-github-opencontainers-selinux (1.0.0-1) experimental; urgency=medium
 .
   * Team upload.
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Dmitry Smirnov ]
   * Standards-Version: 4.1.4; Priority: optional.
 .
   [ Reinhard Tartler ]
   * New upstream version (Closes: #901745).
Checksums-Sha1:
 5676c29a4621e685e9641f90604b30dd095aad9e 2500 
golang-github-opencontainers-selinux_1.0.0-2.dsc
 6293910b7f7ace3222be24f139dff6b03da3d083 2436 
golang-github-opencontainers-selinux_1.0.0-2.debian.tar.xz
Checksums-Sha256:
 ce2025ac341a1bd80dc4963d3eb3de3a92b1d281b821e6187af6b28bad18 2500 
golang-github-opencontainers-selinux_1.0.0-2.dsc
 49c4b078fbcdd999b4cb1e7ebbef1370d6638277bb52304637e7d59dc4c7204b 2436 
golang-github-opencontainers-selinux_1.0.0-2.debian.tar.xz
Files:
 ea083021e7b64eb63fac1900211ecfac 2500 devel optional 
golang-github-opencontainers-selinux_1.0.0-2.dsc
 2cd2d96c21c44daf427a182483f9845b 2436 devel optional 
golang-github-opencontainers-selinux_1.0.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAl0iY/YUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ4yhg/+K2ilFAEKuZZN+QBJhB1GG3+l82P4
ZZiiPK6+RW14ZcZawaJARhOpirn8x2v/D1Bo7M/pbno9m4D8+EpS2JV/LJCaFhGW
1Shs+YZ1WSM4oBIXInyWgCgOXfTu2yO+1ngSQ7uqX2W8/+2MUEChDWjcesCzIMRM
dS3WRZhj6smST7WA2QCSV0mJ3oN5q8iIGQUKoiNorHepsIxQhsHCgYrlpKBdQBmL
YiXKHPKgP1usjn8WF7tOrDDjIXlummRWOifQk+KEarLqzO3QU+unXgLijSpBP24c
8ypFcM5b7O6x80AWCMy20OGQi/sg7SDhOdNIN7Eq8yUzjU92j13Bj9OGbBHT3Hd3
7TNpQutU9/xIT28/k5lTmp79DBhhQ00VsJy/HVpdJgNRGcxtJeVXPc/UBUYbzNbG
SWrjnL0KyPu3ONDg/U3t6rMum9InNF3fp/12QHfT3EKHtb4UK3ycEwTtBFmKzLD7
3oDwbmdowuIh8Wh3vzl91rKTMnauuInod9ECyhw7xUDBgh2+XRIvSa+bgtELL0ag
RLIMgeHht1ghynHHcEQNovZtsbgTynuBHN8031S6ATxj0ZYLoVjmo8D7/8pFjyON
wjxzhL1srhxN5aWbPG0Dkxi3reBJ+1RG1/EriWDygxp9a7JFY1phjsCEhXhJaOsc
6s6QalyrbGkWZQQ=
=Y9lf
-END PGP SIGNATURE-



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

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

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

-BEGIN PGP SIGNATURE-

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



Accepted pyglet 1.3.0-2.1 (source) into unstable

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

Format: 1.8
Date: Sun, 02 Jun 2019 15:17:34 -0400
Source: pyglet
Architecture: source
Version: 1.3.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Reinhard Tartler 
Closes: 929697
Changes:
 pyglet (1.3.0-2.1) unstable; urgency=medium
 .
   [ Yaroslav Halchenko ]
   * No strings exceptions is allowed in Python2.6
 .
   [ Reinhard Tartler ]
   * Non-Maintainer upload.
   * Disable ClockTimingTestCase (Closes: #929697)
Checksums-Sha1:
 2cab43575c53bd4aca4746ef80fdab986cfa 2432 pyglet_1.3.0-2.1.dsc
 28eb9d5ab306397b85615ca6c76902772018a9cc 10708 pyglet_1.3.0-2.1.debian.tar.xz
Checksums-Sha256:
 ed3718d31e21f90697f7fb3c59b8ca805b984a01d75f9fc174ff266e17bad10d 2432 
pyglet_1.3.0-2.1.dsc
 5d967ff4ec0e228de52f647f444dd603112f86896e57897536318317be0f53ed 10708 
pyglet_1.3.0-2.1.debian.tar.xz
Files:
 4877fe3286022ed9fcda7acbecee0b40 2432 python optional pyglet_1.3.0-2.1.dsc
 d4ba7c7fb5cdd2dd65e77c7ba072943e 10708 python optional 
pyglet_1.3.0-2.1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlz0MbcUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ7p/g/9FNL3K71tsobRIg55MNl8JgxPBvIQ
4qQ5TSLk+FZ7+GUVOU+NI4CPi+YN8t6mchmaAdClVyunp4Be2k5SQgwIx5iDLfl0
xNwaXVRAit3q2HEB+2iebNB6T4GH1VnlNqmCIBw+nVhBALMkYGF81aGooFvvoMto
FDp3eg+1gkcavP2qY90Pj4t3uPbfK6xPd3bMwK+llTyXnFBoY5FoIvX0Ne/s5wAr
7F9ll+yivjBaMGDlVXoFHjA8XDcZfeC16PYh0LY0U/PtmVIQg0gMmQ65TRt0IUK4
zU6zvbi5sc6uEZ4OTIGu4y6DEcOZi0oxRyYXLytT7kGAINQvPTvSzTLuc10Tt0Ft
/Rh41mBzUg74zgy5wZgZfNgz0L6j+u3NJ4VXKlfX0p92PkNZw9tUXFxZTnwGX5/3
RQzrwnaCYIGYAQBuYDvB+kXm/FonpCjSxT50Ut2CId9YZt6hSs6QT9jhhvljBgKR
LpeszznS4ngZjcLuRDfufr/fLtQ1RKLmiEeFzGmS8BPN/6xsNI9OpHlo4f8WdEj1
sjvF8PoLn6E3EQ80hVxysrm9HlXnWVLkkXq3vEAwZz6aZdKNIgq6MvbyJ8IgCoQn
1HMQSN+hft3V1cscNKFpWta7IOO/HWxWHvmEh4TNu11sVI9nYYHv3G8g+p4/xZTF
t1NFgTZJlm3c6V8=
=G1UG
-END PGP SIGNATURE-



Accepted libheif 1.3.2-2 (source) into unstable

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

Format: 1.8
Date: Sat, 01 Jun 2019 17:56:05 -0400
Source: libheif
Architecture: source
Version: 1.3.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Reinhard Tartler 
Closes: 928210
Changes:
 libheif (1.3.2-2) unstable; urgency=medium
 .
   * Team Upload
 .
   [ Dylan Aïssi ]
   * Add patch to fix CVE-2019-11471, Closes: #928210
Checksums-Sha1:
 23d7393da6f4fcc4704c71ada3288ac91612bfb6 2287 libheif_1.3.2-2.dsc
 9e19dac142e9a752bc56399362acd0c16a3f1c96 5552 libheif_1.3.2-2.debian.tar.xz
Checksums-Sha256:
 bf993b095de7ee614e930c7b559eeb908bf75fce3f79fb98417c7f67105684be 2287 
libheif_1.3.2-2.dsc
 2abcb6b030085b90b4c84c4ea29d160c39f2438838e73cc956f51dce56d98e71 5552 
libheif_1.3.2-2.debian.tar.xz
Files:
 5f120fd1599bd9c2e5190fee0b00aba1 2287 libs optional libheif_1.3.2-2.dsc
 50593a75d412c5fd1f8e30e75bf2da45 5552 libs optional 
libheif_1.3.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlzy9jQUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ6kYRAAwn7/BY+IuLppT+VbhPoZfCMZfvIt
J5EPrrk7g2aGa0PwZHMquzf7MfayQsspe65uN4n6T5rmsJDsemIbVnXwMThwJPd3
VVVWy4Jv0OdCK1+5IKLcaN38YAg5jzZmCLDAYdXjEFFJk7rlkkjh0nZh13KKPvHG
azeEFCF9IFM8KT3roC04EC50iMS88EwjmeSmYPvqA/9P/gMCGRTkdSg1KYQDVEIb
lAcChMreF7YmYHxMTZ3Lxx8YVS4h5DLGcBbeBAyqyWZzQ4kjPWsbiOg+0lR+KYyc
nDgAKSY/z9fvGEARQfOYal9m8BgcyarVxviZkU/EYWotznsQYTvgHQAcqTZxdWro
dHfgOrTtW4OtZJsGKosnXK+qzpdO30VaF7sPX9Kq0+DH4HO5LoZKvD3qA0qOT5h0
iu78iAXt2xWTtg8xTVjwW9cu4Z72RrqnZacAMq6wwDEEb8yFxldGlwI95WbEQFkP
Ow7esRgpFwzXrqZOKp03i+YRbRgCz8f36YB8i4hwpx0Of14bW/rvu0zNwPDIfwV5
VGBgCdMSmZz+t1h1Qw0Wfen1+6KDuXcumcRa6F4oWYw4fm/muWEcmjRZkdrz7wSY
84hHfoHaWcgHfamX+hY7RJCtDSp/yLsQQIl3dQmc3eKnZyq2FxIVQr5l6JUfx/VB
GHJm+MSlGTTG4k8=
=d+C5
-END PGP SIGNATURE-



Accepted boxbackup 0.13~~git20190527.g039c4a1-1 (source) into experimental

2019-05-31 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 27 May 2019 18:40:14 -0400
Source: boxbackup
Architecture: source
Version: 0.13~~git20190527.g039c4a1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Reinhard Tartler 
Closes: 907135
Changes:
 boxbackup (0.13~~git20190527.g039c4a1-1) experimental; urgency=medium
 .
   * QA upload.
   * Update to new upstream version 0.13~~git20190527.g039c4a1 Requested by
 upstream, now uses 2048bit keys by default. Keys generated with
 earlier versions are considered "weak" and generate a warning for now.
 (Closes: #907135)
Checksums-Sha1:
 02f95b06795ed3bf920b15012859c760ce380571 2372 
boxbackup_0.13~~git20190527.g039c4a1-1.dsc
 68095ac05cbe617c6a4bc32bc4337148a3adc600 1322544 
boxbackup_0.13~~git20190527.g039c4a1.orig.tar.xz
 b095dfb38a96414288c06d76f02401629bb18dde 64684 
boxbackup_0.13~~git20190527.g039c4a1-1.debian.tar.xz
Checksums-Sha256:
 a007586db9144df1f639c198ee0d30a684114547bb21f5a465befedb9281867f 2372 
boxbackup_0.13~~git20190527.g039c4a1-1.dsc
 23c91a36f3240831bf66a522b01b486cd2552f5d4a1a78ab488c069d80f1ae5d 1322544 
boxbackup_0.13~~git20190527.g039c4a1.orig.tar.xz
 6af1b391614b5f9c2710ebb698882573a9844c57135b8fa49d3c20334eef99f4 64684 
boxbackup_0.13~~git20190527.g039c4a1-1.debian.tar.xz
Files:
 d8efbddd8ff5cdb2136db5b47d1a07df 2372 utils optional 
boxbackup_0.13~~git20190527.g039c4a1-1.dsc
 c51abb8333cc90965dd29d9323feb689 1322544 utils optional 
boxbackup_0.13~~git20190527.g039c4a1.orig.tar.xz
 518f04cae380115ae194253acae026a5 64684 utils optional 
boxbackup_0.13~~git20190527.g039c4a1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlzxBjoUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ6foxAArHJtlKhWpQb6BA1Wq2GCEKb/Ee0/
3+sgZWPZCl/WYSNcBHXWK66d9Xe77Qmwo3Asp/DctOemdoFmNSUhOkIbNiHIPauA
4isTeO+z5dQJNNipHoUxDtDydIgjsZAPlbGK5MYgxvOCyGfwRkVizfxvwRwKcEA5
ac1/uyXcG0UWlF8cp/VOBWOwkXnoBeTxCYyHFn2MPO6L5SQsJk+9g1FzvhWPXu3F
6+WnxGJfnQMOWumEJ3xPfKZxRDxW8cT8NxA7rIlhOkU3EppP6YnJIfQ5Q1K5b+ju
mtdJF/amJeUYq2503/opf5Bb4WQsD/YsPdWIDlXKLCFZ9NTGY6SSxd8aJkdx4EC5
DJ4V3e+8i9Q1EJzWrXObb7QKNJh0aSalmQC8p+iE0lHQ5B7nUy2UN0TIoOAXRztO
q2qp43EX+6FMWYlduFP9eYqUN5qgvhyT0+VY+qKtpY6lhmUFcA57R0oqk70ME3Fo
Y6Cr/zNQYI29ZN96r3mDw/Fe6iGQBpdqt5OmMeS03kOfw+D3gRxg08DurptxbUlj
bbk/KRNQhxwTp9wWqfzNS4bb0zeM28U/Yg3zWS5S/V0fc3OBA/Mk3SAB3+tVixlG
9x2C4dB/NNTan0nXs5blXkltSqZtjOjcPTU+VvMXR9+a6EZmDDmNmemugo5HvBkj
Bjo0b51xTl/cGZM=
=fcd9
-END PGP SIGNATURE-



Re: Do we want to Require or Recommend DH

2019-05-21 Thread Reinhard Tartler
On Tue, May 21, 2019, 03:41 Vincent Bernat  wrote:.

>
> Is there an example of a package where dh cannot be used? Making 96% of
> packages simpler and 4% of packages moderately more complex seems to be
> a good argument to uniformize our packaging practices towards dh.
> --
> Use the fundamental control flow constructs.
> - The Elements of Programming Style (Kernighan & Plauger)
>

I looked yesterday at the boxbackup source package and contemplated
converting it to dh from debhelper. I decided to not, because I'm having a
hard time seeing a significant simplification potential. Maybe I'm just not
seeing it?

Note that I orphaned the package quite some time ago, so feel welcome to
simplify it as much as possible on Salsa.

Best
-rt

>


Bug#928083: ITP: golang-github-containers-buildah -- A tool that facilitates building OCI images

2019-04-27 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-containers-buildah
  Version : 1.7.1-1
  Upstream Author : Containers
* URL : https://github.com/containers/buildah
* License : Apache-2.0
  Programming Lang: Go
  Description : A tool that facilitates building OCI images

 The Buildah package provides a command line tool that can be used to
  - create a working container, either from scratch or using an image
as a starting point
  - create an image, either from a working container or
via the instructions in a Dockerfile
  - images can be built in either the OCI image format or the
traditional upstream docker image format mount a working
container's root filesystem for manipulation
  - unmount  a working container's root filesystem
  - use the updated contents of a container's root filesystem as a
filesystem layer to create a new image
  - delete a working container or an image
  - rename a local container Buildah

This package is going to be maintained within the go team on salsa:
https://salsa.debian.org/go-team/packages/golang-github-containers-image



Accepted gpac 0.7.1+dfsg1-3 (source) into experimental

2019-04-13 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 13 Apr 2019 16:52:04 -0400
Source: gpac
Architecture: source
Version: 0.7.1+dfsg1-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Reinhard Tartler 
Closes: 926961 926963
Changes:
 gpac (0.7.1+dfsg1-3) experimental; urgency=medium
 .
   * Merge security patches from unstable
 Closes: #926961, Closes: #926963
Checksums-Sha1:
 9666e1ad1d5edc9b7a09be98e4c554dcc600e445 2691 gpac_0.7.1+dfsg1-3.dsc
 a20e01d9353bf4dfda445647456084f7d0b66f5d 45448 gpac_0.7.1+dfsg1-3.debian.tar.xz
Checksums-Sha256:
 26276b5e08112751122aaad4ae22e826d3552abeb75541450b105e47ef665068 2691 
gpac_0.7.1+dfsg1-3.dsc
 8b7036374d56a9c9f0dfb3e3a757dac301ecc45ef39d331161bff596bedb9d85 45448 
gpac_0.7.1+dfsg1-3.debian.tar.xz
Files:
 a15eb462cc2ce70ca570e33e2aeb528e 2691 graphics optional gpac_0.7.1+dfsg1-3.dsc
 bda1c51a0d0ce0f13287dbbd9e1c6e7e 45448 graphics optional 
gpac_0.7.1+dfsg1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlyyTq4UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJssD3Q/+KmZz2HFWLTN/2S1ljlWjCzCuJPt8
+CimxsyDPGoMFR4GElCcEdJK/Xi+poAINYlHARxHGJw5ZtbhG7YppaLO2HfNUBQz
Hng7TxE3jlgj6ExeUnRLiu/gcq2COFn1+j9HmdWA1XmejxW2i6UG7rsGuAgii97L
vqpQJmxAJNWmM+fxVJdpkWed+zUb/iB6byhaBSTzdUVcaotu25GPwSEvWkX+jmMC
Xr2GjqDQA/+BpqCfhA8zCQgRDdErZlvUDYfdXTyO3y20VuR+2xI7fKeJHcYVJACe
BoEiE0oipfXhtElzsns7ufHH4oZobs+3mixTxID1BHiZGKuszB1jCDF+dcOwXE+G
rrENJf8kOje3EHiE9i9DMZHQ0nYclqQXlcZrsAXXOya8H0Z+Gwg9i7bPhxHQYS2J
qJErMrAYBLXrr8TwKN6rNFAk1MPGMNZU7k6p5tzS4AgRuv5lMUlQ2sMRV3RPPsKp
qtbAhnMuu5Ebasn0Ro9Mt3T7LznRvTXQHY9UkyIO9rukCZwnR9Hc5eVkL5DJ483P
uZGzsJj0If8SSg5VZdSunACkWEWw7p97wEmaJSAA+mwunyZDNX0cKv0WrzaCJfDc
Claqf4YgPxtQcklKnq4ZAmDUi5utd+ZBms75oCv06/NH8c2ZKWIpaZVot4bI8jal
sRwe53FHxouMQkg=
=jmyP
-END PGP SIGNATURE-



Accepted gpac 0.5.2-426-gc5ad4e4+dfsg5-5 (source) into unstable

2019-04-13 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 13 Apr 2019 16:41:15 -0400
Source: gpac
Architecture: source
Version: 0.5.2-426-gc5ad4e4+dfsg5-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Reinhard Tartler 
Closes: 926961 926963
Changes:
 gpac (0.5.2-426-gc5ad4e4+dfsg5-5) unstable; urgency=medium
 .
   [ Moritz Muehlenhoff ]
   * Bug fix: "CVE-2019-11222: Buffer-overflow in gf_bin128_parse", thanks
 to Salvatore Bonaccorso (Closes: #926961).
   * Bug fix: "CVE-2019-11221: buffer-overflow issue in gf_import_message()
 in media_import.c", thanks to Salvatore Bonaccorso (Closes: #926963).
Checksums-Sha1:
 87ee388ad9fc8d3602c02b8b52a67ae45786ef69 2707 
gpac_0.5.2-426-gc5ad4e4+dfsg5-5.dsc
 1704c931348d58dba7778007e88569690a7f3afc 43692 
gpac_0.5.2-426-gc5ad4e4+dfsg5-5.debian.tar.xz
Checksums-Sha256:
 8d2584c04673ff9ca9b235d42bb3ce37caaaf71205d4bc1a5ca549bdaae6ed7a 2707 
gpac_0.5.2-426-gc5ad4e4+dfsg5-5.dsc
 a827ba9c1fdc64ef9a04515e306cba8f614eafa2730b83eea3cf6a57cfbfcbd4 43692 
gpac_0.5.2-426-gc5ad4e4+dfsg5-5.debian.tar.xz
Files:
 e8fb23750dea9aed3c8617a85a2d3151 2707 graphics optional 
gpac_0.5.2-426-gc5ad4e4+dfsg5-5.dsc
 5aa9f8ecce5a70745c10638480b2c42c 43692 graphics optional 
gpac_0.5.2-426-gc5ad4e4+dfsg5-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlyySd4UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsuLWg//aWCbEl3s1559yhebhhtJj/Hx92fj
KTMiAstjBtig0vX1sGunzI/qK24aHq+90Ld2kWxk9N7IBL2wcl1GkjuyvtSZQOSh
oaD8v9jjtiGBdETNctG5JKsZXQ60RLJUWmDeiV278jfqFjcWD3YV7pQ9jojFaKJG
SBFE4/f22QVnmJDYQAGBzbIqR3PU6+auYDJianPSvL3qEyFI2AXDN3N/wwIWYkk6
c30Ouqm1Wm3YPQFDp/p7I0DQjM0qukIg9AXLvAHWwjxv9IAVj0fWcz/vDlL+Z4IQ
unXWHWFiOXJe8+kVgXuGPvFR+lDqNwlxjiGM4agPyMdpduRfECzAliWKNq6kIZdr
aIIEOid0mdI33IAG045nqfNPBnoP8RJxZ6Td8y/6zXEPzK/GjsGZ/rh01w1XUo8N
ukz9nK55eIAZXt2HcyPP4bVPOYTwUjudCa8VJIUvlpTeJY6Fq+l4/rQy4fvb2Thg
Es+tA6dHy3fNbHM22Mv+GfFlIFZcnACHf79h4nrJF4R3FXGzcbkUynuhi/F/sQaf
2Kt/mgjwENEiTwtcp4LAedaTgA/EslM1MWsFJ+ukKDfYBOLURpIIs2qV5wdzxbXg
0KfMp5OvzjrHnKH/hEK+4V5mlYse098ekctT/Kk1Qv0RndOwSP5UiUmbl73cex85
N+NrCdXrzm7XID8=
=CYuu
-END PGP SIGNATURE-



Accepted gpac 0.7.1+dfsg1-2 (amd64 source) into experimental, experimental

2019-04-10 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Apr 2019 12:19:28 -0400
Binary: gpac gpac-dbgsym gpac-modules-base gpac-modules-base-dbgsym libgpac7 
libgpac7-dbgsym libgpac-dev
Source: gpac
Architecture: amd64 source
Version: 0.7.1+dfsg1-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Reinhard Tartler 
Closes: 817194 892526 902782 921969
Description: 
 gpac   - GPAC Project on Advanced Content - utilities
 gpac-modules-base - GPAC Project on Advanced Content - modules
 libgpac7   - GPAC Project on Advanced Content - shared libraries
 libgpac-dev - GPAC Project on Advanced Content - development files
Changes:
 gpac (0.7.1+dfsg1-2) experimental; urgency=medium
 .
   * Upload to experimental and mark the previous upload as
 UNRELEASED. It was deemed unappropriate for this stage of the
 Debian Release cycle.
 .
 gpac (0.7.1+dfsg1-1) UNRELEASED; urgency=medium
 .
   [ Balint Reczey ]
   * Remove myself from Uploaders
 .
   [ Reinhard Tartler ]
   * Update exclude lists
   * New upstream version 0.7.1+dfsg1 (Closes: #817194)
   * Add bugfix for CVE-2018-7752 (Closes: #892526)
   * Add patch for CVE-2018-20760, CVE-2018-20762, CVE-2018-20763
 (CVE-2018-20761 does not need addressing) (Closes: #921969)
   * add patch for CVE-2018-13005, CVE-2018-13006 (Closes: #902782)
Checksums-Sha1: 
 e65e96e8e2426ba46cb2851726c207435f87dc93 2691 gpac_0.7.1+dfsg1-2.dsc
 ca581b816ea4025db5e3ed9e75580ac540ab794b 43900 gpac_0.7.1+dfsg1-2.debian.tar.xz
 f49e6bfbb57a297cdb24202d0185382d6d16b542 498936 
gpac-dbgsym_0.7.1+dfsg1-2_amd64.deb
 31ec99eb1a589c4414e55a8ed93edb229a6ac705 1248996 
gpac-modules-base-dbgsym_0.7.1+dfsg1-2_amd64.deb
 13d6340ce139e151a543f72ba77c37527cf449de 253524 
gpac-modules-base_0.7.1+dfsg1-2_amd64.deb
 ca81efea5c2861f69e87d56e5791f8e989f2a4d4 15759 
gpac_0.7.1+dfsg1-2_amd64.buildinfo
 6c6467a9bb85180daa8b4b20ed7f498a3a60ef9d 240136 gpac_0.7.1+dfsg1-2_amd64.deb
 a102df1ab3e9367dfcae31c89fba22bc3e480141 2185596 
libgpac-dev_0.7.1+dfsg1-2_amd64.deb
 6e5f81e26802c6c00dcf914d7844a5879ac301a6 7027680 
libgpac7-dbgsym_0.7.1+dfsg1-2_amd64.deb
 010c35400b83b449c3af99dc17e0c7f7436815b0 1677884 
libgpac7_0.7.1+dfsg1-2_amd64.deb
Checksums-Sha256: 
 14bbd5732b45338544301b280ae81afdae0572cdfae9ef2ec673d8af4b6e19c4 2691 
gpac_0.7.1+dfsg1-2.dsc
 e22b8157646aee1c33fcfaa0aeca653c38d216f78535c700a0012c842d358f56 43900 
gpac_0.7.1+dfsg1-2.debian.tar.xz
 46fa2a4e80b61ad615e34923973aa97238960b80f2164597faf9ea271a07df2a 498936 
gpac-dbgsym_0.7.1+dfsg1-2_amd64.deb
 4aa494796500030aba065cbee1631eae5a8362f11a25328f28d0027eb19209d7 1248996 
gpac-modules-base-dbgsym_0.7.1+dfsg1-2_amd64.deb
 4209097136859edf0a9bc5ee749cc01d52f6a0f8e8e730a447810c3d88845fdf 253524 
gpac-modules-base_0.7.1+dfsg1-2_amd64.deb
 689755d8faeb14b342cd30e70d755cfc17d873863776e4d589e0b7a51c3ac676 15759 
gpac_0.7.1+dfsg1-2_amd64.buildinfo
 c3eb44dd84635721fbf9efb533b6586efe8ed08e05674f8823869e5d4d8ec330 240136 
gpac_0.7.1+dfsg1-2_amd64.deb
 633d414edd066d6334ef5fd315815c6f6026a358b35fcc3a4cb793ccb94a134e 2185596 
libgpac-dev_0.7.1+dfsg1-2_amd64.deb
 d28b9859c020c188b8b9abb640bb3429d0aaec57524e2e4e089c82340c17f397 7027680 
libgpac7-dbgsym_0.7.1+dfsg1-2_amd64.deb
 cce872e72bbd99961d3c5381ff8cf0ecdd63c147e0407535283ffc77a95b1d02 1677884 
libgpac7_0.7.1+dfsg1-2_amd64.deb
Files: 
 2c6d902a528a5a4021bed068cacefe6a 2691 graphics optional gpac_0.7.1+dfsg1-2.dsc
 71f8ce2998bfc9fa4ee2bb87b0a6e117 43900 graphics optional 
gpac_0.7.1+dfsg1-2.debian.tar.xz
 e01a91af3122744c44dd07179c9be0e7 498936 debug optional 
gpac-dbgsym_0.7.1+dfsg1-2_amd64.deb
 ef33ee2fbf4386275db02b316afed93e 1248996 debug optional 
gpac-modules-base-dbgsym_0.7.1+dfsg1-2_amd64.deb
 6d124dc8bb3aab81830db61819e58679 253524 graphics optional 
gpac-modules-base_0.7.1+dfsg1-2_amd64.deb
 db5949d662ecc8c2bab25733ec1ea295 15759 graphics optional 
gpac_0.7.1+dfsg1-2_amd64.buildinfo
 6908e19c506decb1845482585338 240136 graphics optional 
gpac_0.7.1+dfsg1-2_amd64.deb
 7d0876610d426193d3a61814febdab7e 2185596 libdevel optional 
libgpac-dev_0.7.1+dfsg1-2_amd64.deb
 a122a3e4407f5677fb11691164082e3b 7027680 debug optional 
libgpac7-dbgsym_0.7.1+dfsg1-2_amd64.deb
 7dd36341e6a2e5c8ccc630d399ff8bce 1677884 libs optional 
libgpac7_0.7.1+dfsg1-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlyqNLsUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ6j5BAAiwpjxQrpidwlVfSOcg47BMwQQloy
8RksT93kJgroY3IyPL0zJlc19U32o7sD6+n7XJ04Z0gT4RqRXhBUnTP4OF33c3Cz
XVf+jSbUm69ax8/03izb2c54ceGlxDj6qe15gPZzVptFl0ZCP+O5oCj3XCBwu9OB
UigY6ZM1YX28c0dW5H2qAxDVJEPjWDXlo8LykzdvTmFDrGbtkAeSRD5/u+FGpAgJ
MXkfHh9WxPrqkk1pE6UsrEZ5zd4qbQP7KjlH+YygGFL4vnc+an6F2NjCET3UTSWj
uDM7AQNkiKf87MBj16vJbc88hPYEiLoROgtfP1RugsN2RZsBsKysjFn8D/FSPqBx
gtaCTEqLvoahPAM5a+/IpTTcODysI6D0GweqTeIX2+FqutsICmZJ6hHQlFVTlZM2
IvsEkMZyRO4n6KMAgTsiI4ddIGCCIFWcrBrII0BTDtjbqkWrgCXEFNGmIBDilqRK
uBY0OFgSMXpfII1uf64qO0UyTvnwplmqs2t08e5lj16RElSsY333z8tzhxIyKaw

Accepted golang-github-vbauerster-mpb 3.3.4-1 (source all) into unstable, unstable

2019-04-10 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 20 Mar 2019 17:58:37 -0400
Source: golang-github-vbauerster-mpb
Binary: golang-github-vbauerster-mpb-dev
Architecture: source all
Version: 3.3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 golang-github-vbauerster-mpb-dev - multi progress bar for Go cli applications
Closes: 925184
Changes:
 golang-github-vbauerster-mpb (3.3.4-1) unstable; urgency=medium
 .
   * Initial release (Closes: #925184)
Checksums-Sha1:
 03c22dcf0a0ff53475fb4ca3285df1f583f9decd 2357 
golang-github-vbauerster-mpb_3.3.4-1.dsc
 3a10a4bdefa0f934698621fb5857bb7aaa86634b 36460 
golang-github-vbauerster-mpb_3.3.4.orig.tar.xz
 513ab2629832094c338c6ed01bd619c5177f0ded 2516 
golang-github-vbauerster-mpb_3.3.4-1.debian.tar.xz
 ff0ff8afdd14b17b0e122a8cd17ba28a3c7d1c84 26584 
golang-github-vbauerster-mpb-dev_3.3.4-1_all.deb
 e9c54c99f637f7c0b222e818c392d9e50a846b88 6607 
golang-github-vbauerster-mpb_3.3.4-1_amd64.buildinfo
Checksums-Sha256:
 06ea53b396273c4af8186bcd4437daa5d3dc95ceffdef8ebef4cb4d6fe8c2fc1 2357 
golang-github-vbauerster-mpb_3.3.4-1.dsc
 c45f29b847561d22ab0d3503ab1ee419e8dcf5376902f317cd22f8988f23ee49 36460 
golang-github-vbauerster-mpb_3.3.4.orig.tar.xz
 5094ced0758945629e86c9d58ef7a8506012faa89eb66bc4ab008f8aa26541e2 2516 
golang-github-vbauerster-mpb_3.3.4-1.debian.tar.xz
 c2c6bffd8805e6779379baf5f32b855cfc253266868d568ae90ca572c0e876e7 26584 
golang-github-vbauerster-mpb-dev_3.3.4-1_all.deb
 6de432a5ded44f2e21d0e3e0421afc12c28b459cc128b2db2541c769862ba2f8 6607 
golang-github-vbauerster-mpb_3.3.4-1_amd64.buildinfo
Files:
 9275a51c11ecb1479c464453063270da 2357 devel optional 
golang-github-vbauerster-mpb_3.3.4-1.dsc
 249fa2c6a1332fd47850a34ce10ce969 36460 devel optional 
golang-github-vbauerster-mpb_3.3.4.orig.tar.xz
 ec022e5a3077a00ed7da46ae0a05ded6 2516 devel optional 
golang-github-vbauerster-mpb_3.3.4-1.debian.tar.xz
 15aeab45806cbb09e475fbfac3bd37d3 26584 devel optional 
golang-github-vbauerster-mpb-dev_3.3.4-1_all.deb
 e57d870d7899c217ca77b4d813314a22 6607 devel optional 
golang-github-vbauerster-mpb_3.3.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlySuPYUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsu+nw/+MVQZ+7HWzQCRBaCxi0xkpHSdvXT/
SbeiRhcL+rc+7X4xbP0/VoE5ypZ3H2BhQRZJK4TeILYjMJgZO4BF/Ezmdl0gU8CR
oBRzglrmMICTTMFCLrQC3NLj8j61V2mWZVxu7Glpca7FmB3oObT8BAoU0++6gv49
2Y/4qGjGgkx2t2RceQ3y0hmf0elJQc46SpLXPWZ8ICxbfvRSTbuChG6f8hKX9Efg
m9CvA6rsI9JNRhyHW3JZVwnaGlKURp1/58trS+MM3IvfqLoLDjVIXtBzjxfUdpt6
phOZuPbDgQ4bTe2j6HagJdyWPazH/Hh64SCBY41LkhVilhZ/jwxd0sz72HNPwv39
NqJPMfw5ouVdbVhtSqrGAlEuL2TTHXkRRuUXH2u9/8wQzED5Z1Jd9QDbskP+/VKP
Yx24436W28jc7ij0pzSfEuyTQlFU4oRzZifRkspG2OVM0/qQCa/y8ZfzO39lkwYl
O7MiY5rHKd1KlSmPDyvZ71HITxy7qFK7L0G99ZxoAEaz1lcCpz61Lu6uvMe7zu6/
ZDo7Vza1ha88dnij6diBVp8GBvAIYE3oBGDDlb7mHwJq0kB6crVu2UfrjUwq0EOZ
oPN1rVeZ8mEuvAO7Gb1bbMIdNPJjffqQ1D5GzkrzCmexm0tOhVvJSFb8wbLKjE1j
ShxQkK/h114QgVI=
=17Uh
-END PGP SIGNATURE-



Accepted pcsc-cyberjack 3.99.5final.sp09-2 (source) into unstable

2019-04-09 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Apr 2019 17:58:31 -0400
Source: pcsc-cyberjack
Architecture: source
Version: 3.99.5final.sp09-2
Distribution: unstable
Urgency: medium
Maintainer: Frank Neuber 
Changed-By: Reinhard Tartler 
Closes: 926103
Changes:
 pcsc-cyberjack (3.99.5final.sp09-2) unstable; urgency=medium
 .
   * Acknoledge NMU.
   * Bug fix: "driver breaks with pcsc-lite versions >= 1.8.21", thanks
 to Peter Wienemann (Closes: #926103).
Checksums-Sha1:
 5cebc00d9fac32d0dbf4df59025195a3f3e9b9c5 2289 
pcsc-cyberjack_3.99.5final.sp09-2.dsc
 0fb1beefd7b1ce0b46d6d283514c5f5ef2702740 4820 
pcsc-cyberjack_3.99.5final.sp09-2.debian.tar.xz
Checksums-Sha256:
 e03c12ea3de390aae525a6bf3e962d4846eb3f773133e9e2a02ebaf086ef4081 2289 
pcsc-cyberjack_3.99.5final.sp09-2.dsc
 d5a11f4148093e97129189be0fecde26efe7086f74816a5935199fdfdfc20f92 4820 
pcsc-cyberjack_3.99.5final.sp09-2.debian.tar.xz
Files:
 454845db20868edcc16010b58f1dc573 2289 misc optional 
pcsc-cyberjack_3.99.5final.sp09-2.dsc
 e4ee699da0a995427122d5c939e1b6e4 4820 misc optional 
pcsc-cyberjack_3.99.5final.sp09-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlyse6sUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJssnKA/9GY7RmYHJHEyeDrTLFeyGRQut18QX
oBqUb9h5H+QJ34tSpapbfcbT/8SCrrDgS2o2klSY3c77Y1FY3t9vb7gvH1ThVCVM
4Q7QX4t8vll2RqexFdzbFTckovJ1arvaJbiSA+CqQt3hE1s3p43biG+YBu4NlSne
GrgRcQQ4yJBDGY/68EQCEfd++tC7LLDRFuinOqMGgfQzIOymyefHd9WaJnpBbUOF
TiiF8p3qkIWkdRjJTuRn/mdigHYQeqvd0OqugoiGrA7hG/CnhJyg+wMH2ffcVCSc
ln92vO9SIPs9dy/q2p/5CUEtCKuBFt+HgkpO/9wQ8X7QSgzKPYgwAlATmjIQGQEv
0xXj3W84M2FXb357AJ1ZrWx3pUl1WIUewlKaJGZDjitYPAhyIEKSjz4nkgzdE6MI
qBUuHTy/dhwht7JJCTmLQy3KwPZNYomKksT56pJbOpGpWmw8aRx4OHLRGkLNQqaz
6JvVFrGaXa8QCh0qJzbIhHAZWegYiR46wrHYWG0liVL/WrcubDFaZlcxDnob5vYh
cQCS2KxVOGXc6iK9/Gxn1rFVUtk4HqRqnA68U3F5SDikmaJbpw0RRWpawJXgSNR5
lxpF3BFqc/BaiLwjsvt9SkrA5EHNZUdFMAfbPVcd5NnBleMcpSqhkkXdpbfu03m3
XPsC9NTNJgpAx7o=
=eM1+
-END PGP SIGNATURE-



Accepted pcsc-cyberjack 3.99.5final.sp13+dfsg-1 (source) into experimental

2019-04-08 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Apr 2019 17:39:58 -0400
Source: pcsc-cyberjack
Architecture: source
Version: 3.99.5final.sp13+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Frank Neuber 
Changed-By: Reinhard Tartler 
Closes: 850625 923588 926103
Changes:
 pcsc-cyberjack (3.99.5final.sp13+dfsg-1) experimental; urgency=medium
 .
   * New upstream release (Closes: #923588)
 - Bug fix: "driver breaks with pcsc-lite versions >= 1.8.21"
  (Closes: #926103)
   * No longer install cyberjack.8 manpage (Closes: #850625)
Checksums-Sha1:
 819bd613c7dfe93f3bcc964a895a761bde7a6005 2273 
pcsc-cyberjack_3.99.5final.sp13+dfsg-1.dsc
 4876e6b1d2e9af43d6d58bc6b6a4230a8250f37c 1032256 
pcsc-cyberjack_3.99.5final.sp13+dfsg.orig.tar.xz
 8391e5843d89ec9a809aeb883ac2f9e989194500 4408 
pcsc-cyberjack_3.99.5final.sp13+dfsg-1.debian.tar.xz
Checksums-Sha256:
 f87bf7a666deb02a4264e59e3aee8c28bc82f32687b078da0c9699fc77cfbf63 2273 
pcsc-cyberjack_3.99.5final.sp13+dfsg-1.dsc
 8a249d7785e0682d69fafa38186e897fca328f05ed8178e13e98f22d4a994085 1032256 
pcsc-cyberjack_3.99.5final.sp13+dfsg.orig.tar.xz
 3f56860e163642b79621a9b625470b56c8c502654535673315c6736ad1d592fd 4408 
pcsc-cyberjack_3.99.5final.sp13+dfsg-1.debian.tar.xz
Files:
 666a7ca44d16f0e4c9eb945c2dfb0db8 2273 misc optional 
pcsc-cyberjack_3.99.5final.sp13+dfsg-1.dsc
 f152a8475e3ab8814ba967078569f1e0 1032256 misc optional 
pcsc-cyberjack_3.99.5final.sp13+dfsg.orig.tar.xz
 4f21145f414278ee0b71291166c0dbe6 4408 misc optional 
pcsc-cyberjack_3.99.5final.sp13+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlyrwe0UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJssaPRAAz0g2ltMYiHSk5SQX0EKOmwqOwyvk
cwBJ5oSfVPa7k9STW68Mzm4V82B6dDRRCez1r8ozJID85/5kx4TFpVlf4Dv1eZzy
M+V44yNB0rC0Mei+O/hCje9Lr/SS0icoWruhMkBTD/ygNE91ko3GoHM9mfmEyaWj
xcFTXopYJHJgaG7CzWDEZT8tNCmUVVEuO4U+qoCwZ6Y1iJG27oYhwlVPkep+Fxzd
RmkmURzFcbTW4DPruIgNsCbvYv2tUsBby3Tx/m3bh6rczS/ExKFvQ/hJQKSo/Mu5
EtFd5TyYJbZoOF/LCmTPPVq/VzKnKtpR9zxp/Gmt21W+fg+KruDa69ZmAA35DUsi
M27YmjqauaXs33zgw3bao9gFsfjdWXw6Jg/NOB32oMLAvqUmg0HAjs4VfvHaDCVv
x4xMzfWvesNyhHzZ0dk7eaoEH97wjrjqImwJOR0NhQT+t8obVGb1TEvrP2k+Qcjc
faZdkidUmNpNi7Qq+nad9HBb4IyLOnjt+ADY2pkdKXHWIHZ0jlehKgUwY7oWMKbU
vAQuZmRkX133n8JGfgzyohIHGdtVhkyMr+XVDxxBvuDaozSDn3/vF1o48Ko5YMwB
gb9h5kM5OD8Xga9jpkshMeSXTduYFsLE9C16HJeNGZ0C+7ux+9L2JOdx8tW31VkG
ZzWgsWD+MpKodQ8=
=XH7h
-END PGP SIGNATURE-



Accepted slirp4netns 0.3.0-1 (source) into experimental

2019-03-31 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 30 Mar 2019 11:02:30 -0400
Source: slirp4netns
Binary: slirp4netns
Architecture: source
Version: 0.3.0-1
Distribution: experimental
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 slirp4netns - User-mode networking for unprivileged network namespaces
Changes:
 slirp4netns (0.3.0-1) experimental; urgency=medium
 .
   * new upstream release
Checksums-Sha1:
 36220110a84529b723081e4af616b4b90c51b91f 2103 slirp4netns_0.3.0-1.dsc
 3b4319d406cf4a041b351bd847a22cc4d2c541c6 180149 slirp4netns_0.3.0.orig.tar.gz
 14acd65bd0a3282ad7786fe1c9d8e7402a93b354 4060 slirp4netns_0.3.0-1.debian.tar.xz
Checksums-Sha256:
 469ef25923eb449ce9d240a718fb30cd69c4883cf41b0d0f5cd2f513a6c94695 2103 
slirp4netns_0.3.0-1.dsc
 a222c6da9d2658f5c957d5ce494fa7e2f9f52150cd7aae40d1a782653daabf27 180149 
slirp4netns_0.3.0.orig.tar.gz
 e8f3067df92b9188b8dedabe7a4149c4972aa139313951fbf983f2fe7b83fd92 4060 
slirp4netns_0.3.0-1.debian.tar.xz
Files:
 bafd643af9ca858a67cdab2a1d06c7ba 2103 misc optional slirp4netns_0.3.0-1.dsc
 984c75289f251e44d15689f3612a6520 180149 misc optional 
slirp4netns_0.3.0.orig.tar.gz
 9e44b18c54ad44758a65947a1ee13a6c 4060 misc optional 
slirp4netns_0.3.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlyg1WsUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ5h2g/+OxRaUfSTXSDlsd6eBGRr3g4a6nmZ
D3FEx4+O4vhY79dmqCsM7KBXebzcp65o3XxU3+knk422n38VCssHvGY2qdeH7aXP
fZwy3pfGmCCtLA2+qo4k9mDQ2Bl9AQGkFBBYnYJgHos/ZwXyVXLzJp+cuCvD9PEe
RkAbdMOXVh0dAByhhbuMCAuYdoZ9QrOfKVzuuT+kPVn/49L0Czn75MmDtli/Vsfe
eVqmk/5AIMS/+508BuhW52vRr4He33VbEjiuP55jRcDEzIl7V7JsTr+8rSItAEfd
6aVRhEJ+63879DoxprPUlRrZtRZwurz/atPcsK4Cl1vPzW5fQVuOFpS6+KskjfjZ
6O3gLwrDl5pamwKyg/zs4Jp6IPPeqT871yMAK9JXYlbrzArqno9tftIByxFCoHSj
1Y0/9MViA4o5N601CjJzLyr3de2DUMTTY2pkNupfns+xcAYtTttxUz9BIMwBpewK
mJSqk3GtJb0+YU1Xzbc0QcfyZTC0YoIo67lXbfmKffmjupjNMfs0H1tvPtOgHgzo
5YsbUfcBzfH2ezFa2m4omz4k1nYTkDJMO+uqNtkDcADZt766xm7e9ENt9ZUBu8XT
ylfxj28UczI+BfbtFT1HdJnnqhQ6GRmQ3F3utjr6qZT0iaYEBiILGhAimtWDLd0P
awS/rQ+5nPDG5JI=
=ED/I
-END PGP SIGNATURE-



Accepted golang-github-appc-cni 0.7.0~rc2-1 (source) into experimental

2019-03-22 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 03 Mar 2019 14:16:15 -0500
Source: golang-github-appc-cni
Binary: golang-github-appc-cni-dev
Architecture: source
Version: 0.7.0~rc2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Reinhard Tartler 
Description:
 golang-github-appc-cni-dev - container network interface
Changes:
 golang-github-appc-cni (0.7.0~rc2-1) experimental; urgency=medium
 .
   * Team Upload
   * New upstream release
Checksums-Sha1:
 21d3d36431ca6af9dfd9fc98920a255067b72e59 2499 
golang-github-appc-cni_0.7.0~rc2-1.dsc
 16d3e4d3410c0ce330acf423b05efb76a4271199 77880 
golang-github-appc-cni_0.7.0~rc2.orig.tar.xz
 87b034f3638daea2b7ccf3e051815107b5682420 2732 
golang-github-appc-cni_0.7.0~rc2-1.debian.tar.xz
 d237c32701b4916cba04253e192a71f0081b070c 6035 
golang-github-appc-cni_0.7.0~rc2-1_source.buildinfo
Checksums-Sha256:
 9cdf58debb901564b2b87fc6525fe866a46b2e22d59608ca3a40104f5fd78915 2499 
golang-github-appc-cni_0.7.0~rc2-1.dsc
 3b06d487825126c39f3f977ffab72ee9948c18dedba41bffcbf39fe3269ee02d 77880 
golang-github-appc-cni_0.7.0~rc2.orig.tar.xz
 aaa0d9563bdede18515b5dd680081efcdeaf5bc873a7919d6f7e8cd0ca9a14dd 2732 
golang-github-appc-cni_0.7.0~rc2-1.debian.tar.xz
 ca9f649f612ae66db615e90a7dd35396f6eaffe60f6fab0b48f83286782ae194 6035 
golang-github-appc-cni_0.7.0~rc2-1_source.buildinfo
Files:
 eadef7e069c9b1aedfe4101e53acfe6c 2499 devel optional 
golang-github-appc-cni_0.7.0~rc2-1.dsc
 3e87197bbefd57b2bb49f4e0fca5785b 77880 devel optional 
golang-github-appc-cni_0.7.0~rc2.orig.tar.xz
 a425f2d3645b27023c2ba877fc0d7a0d 2732 devel optional 
golang-github-appc-cni_0.7.0~rc2-1.debian.tar.xz
 429a89a4a1f0e9753ddbb7ca15abee0b 6035 devel optional 
golang-github-appc-cni_0.7.0~rc2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlyVTw0UHHNpcmV0YXJ0
QGRlYmlhbi5vcmcACgkQSadpd5QoJsvtmRAAyhE3Ytp/xU4qWHZMRODv05b/7aMh
sSxYpc2t6x/VqI9ZDfcqzlAgyw0W1kd+AEV4DBpop9SCRLwvaaE5tDBLR52rs7gk
1ioBaxEbktsYdK9/lXStT29TK10mFL36xjIaALSUoSY+2dlu6Efbt7gW4EwNpTOw
GDByTHC+tq/laD5PmqlIdRLILG1JQ9UulKMJagjZMBOSCpSM7Ec73sZaPo7RONa/
pLKL56HOmY544O03MDVPW6E+MbMEu/U9baFU85Mv2RfL/e1nN2/LtdWiTzpqWWrG
sNa3dcUEx1tTHtHJAVg8H8LMEwk4kJUatfz4/vmIcj1NvytPjA+Ad5wdEaVrK9PT
9hzDeuSYzPbWv0MQ0SLk+U8Gk4lFL/QIHaTKQ0GpL1uHwVWJ9F4JRLkIxRaYZqB0
OdjlbFTSwXi5uLhXjIXLwbm6gn8pLhDtDgK8rrZBEa+ziKZykLF2E4DFdJV4SqFJ
AmUuCvVDcOSnBmkr0Datjks6Gra7aMKWxhVjQhuFH8JiCX3IdfOOUS0vS4dJVm8k
eYwUt538C3z92MxaiU6xMQKzl3KM4qnycXuqwXqqJQlx4RJPB4/bgUOwdqkzPci1
UxhI5b3i39xSHkU8HSh/6Y/vk02/VzzcdfWkiyClOG5rNNY8cLrSDtq+Fnx2CPbk
wDpds/Fi85t0PYU=
=WGov
-END PGP SIGNATURE-



Accepted keepassx 2.0.3-3 (source) into unstable

2019-03-10 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 10 Mar 2019 15:18:52 -0400
Source: keepassx
Binary: keepassx
Architecture: source
Version: 2.0.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Reinhard Tartler 
Description:
 keepassx   - Cross Platform Password Manager
Changes:
 keepassx (2.0.3-3) unstable; urgency=medium
 .
   * Orphan package, set maintainer to Debian QA Group
Checksums-Sha1:
 45b659cdd5a7314865258f691f766444c5f8dad2 1893 keepassx_2.0.3-3.dsc
 c8c0a93a9a8f08b5c0a0ae254af35ff37312919e 84376 keepassx_2.0.3-3.debian.tar.xz
 1596eafff58b299ee4a7e699dc971cf4febfed89 5995 keepassx_2.0.3-3_source.buildinfo
Checksums-Sha256:
 4779655a6c05498c6d5471e8fd722bed847af77d606761e183b685cba853d769 1893 
keepassx_2.0.3-3.dsc
 c2a2857f7aa079ba92ec9683348a09f36c012e61dcd279e000b7f052d0060560 84376 
keepassx_2.0.3-3.debian.tar.xz
 f7d4280486ce949aa0ec51b188d69e3a49ffac5fd8f996cc4585ab33826810b7 5995 
keepassx_2.0.3-3_source.buildinfo
Files:
 c6b9e8bc778d649785c5073249609018 1893 utils optional keepassx_2.0.3-3.dsc
 ce427532217364779dab6aa5cdff22f8 84376 utils optional 
keepassx_2.0.3-3.debian.tar.xz
 f6aaeb21f9c62c8beedf655526e8bb07 5995 utils optional 
keepassx_2.0.3-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlyFY+EACgkQa3IL6cXP
bZ5BnQ//RJjbmZqg3l5VV5iTFRTTT7nbn+pgg/CwxtQ2RU6uBwTeTzXkFYP5JHGt
WSiDhj7+H2pS9/KliIwrOsQ6XOWN/Z6h2ktJnaFE9Wv0XfSqq90WAu4qVvA4/KfL
ZSrDYMY+7TTgGEoPoWiXfGTHKdaSvcPLOAz2zdc0hWpiwwbJWMqHERnY4nRvST7B
HncAoA82X99tS6QmeHtEEoALaSRHNqvVn1SJZ2y2YuCa6Ib5zho9pVEl3ZiZK9jQ
hirpMeqkDd4tY7wQxH4w27lI8S31ZVR0uSQKbNwyW8AaS0GF2/9qU/F7xMO0yrri
fR5MkVatMslokH0SUg01BAitekoW3SDapQM1+R2IPuXrbVW+sR59DGD0+PEOsW1V
R28IT55spuABoV/yxDuRh2UFN777ZDt5Q+oLFI9VNVAQyYcrRrpRLUk7INs2A5kI
O7WEmva3uyg+XVDPilfz2UNNhKPzR7r/ZlUPXwav30Rv2vgJAsVHqt3oQK6xg5kv
RBR5f6TrcDvRhoXljFPOiVqSPaLW+5+roQKB0NCLFqxlyIOnmcTifPh+uuWjoI9D
0TNYgbTGwpvZUnOY4fZSInmN0+IC79dNoiMM2ZEURienxNzcwaAqlolJksjglfLL
z4MhnLWrt8HRhaRt1pPL6ryC05CTA+hxZByLJ5eoq4om4oytLGU=
=XqkV
-END PGP SIGNATURE-



Bug#924270: O: keepassx -- Cross Platform Password Manager

2019-03-10 Thread Reinhard Tartler
Package: wnpp
Severity: normal

Keepassx is a graphical password manager, using the Qt4 toolkit. I'm no
longer using this package and have personally switched to
'password-store'.  Unfortunately, I've also failed to get a response
from upstream from
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920616 - which
recommends to replace keepassx with keepassxc, a community fork,
possibly because of unresponsive upstream.

I am undecided whether or not this package should be included in Debian
10 (aka buster). It clearly is useful to many people, but its long-term
maintenance is unclear.

I'd encourage people interested in picking up this package to coordinate
with Julian Klode (CC'ed), the Debian keepassxc maintainer.

Best,
-rt



Re: Bug#923300: ITP: golang-github-openshift-imagebuilder -- Builds Dockerfile using the Docker client

2019-03-02 Thread Reinhard Tartler
On Fri, Mar 1, 2019 at 9:26 AM Reinhard Tartler  wrote:

> That sounds really promising. I wonder how to implement it for this
> package.
>
> The yquake2 package uses gbp-buildpackage, pristine-tar and mk-origtargz,
> which I would love to continue using. Unlike yquake2, this package doesn't
> combine two seperate git repositories, but both sources come from the same
> upstream repository. Also, I would like the component to be placed in the
> subdirectory vendor/github.com/docker/docker, but to it seems to me that
> "components" may not include the "/" (or I missed how the "/" gets
> mangled).
> In conclusion, this means that "components" may only be placed at the
> top-level source directory.
>
> I guess what I can (should?) do is adjust the debian/copyright
> Files-Excluded field
> to exclude all entries but vendor/github.com/docker/docker, and use
> declare
> a 'vendor' component. Then I probably can use mk-origtargz to
> create both the "orig.tar.gz" as well as the "orig-vendor.tar.gz".
>
> That would, however, lead to a *very* elaborate Files-Excluded field.
>
>
I actually went ahead and implement this solution. The result can be seen at
https://salsa.debian.org/go-team/packages/golang-github-openshift-imagebuilder

comments / opinions welcome. I'll try using this package to build buildah
locally
before uploading to unstable.

best,
-rt
-- 
regards,
Reinhard


Re: Bug#923300: ITP: golang-github-openshift-imagebuilder -- Builds Dockerfile using the Docker client

2019-03-01 Thread Reinhard Tartler
That sounds really promising. I wonder how to implement it for this package.

The yquake2 package uses gbp-buildpackage, pristine-tar and mk-origtargz,
which I would love to continue using. Unlike yquake2, this package doesn't
combine two seperate git repositories, but both sources come from the same
upstream repository. Also, I would like the component to be placed in the
subdirectory vendor/github.com/docker/docker, but to it seems to me that
"components" may not include the "/" (or I missed how the "/" gets mangled).
In conclusion, this means that "components" may only be placed at the
top-level source directory.

I guess what I can (should?) do is adjust the debian/copyright
Files-Excluded field
to exclude all entries but vendor/github.com/docker/docker, and use declare
a 'vendor' component. Then I probably can use mk-origtargz to
create both the "orig.tar.gz" as well as the "orig-vendor.tar.gz".

That would, however, lead to a *very* elaborate Files-Excluded field.

Does this make sense, or is there a simpler solution?

The llvm-toolchain-7 example does not use gbp-buildpackage or pristine-tar.
Instead
they apparently have a script that generates all tarballs:
https://sources.debian.org/src/llvm-toolchain-7/1:7.0.1-8/debian/orig-tar.sh/
I guess having a dedicated script such as this means not being able to
use mk-origtargz. I would find that a bit unfortunate, because I'd hate this
package to be a snowflake in the go-lang packaging team. Or do we already
have similar snowflakes?

what does the team think which approach is better?


-rt

On Fri, Mar 1, 2019 at 2:55 AM Simon McVittie  wrote:

>
> You could consider using a multiple-.orig-tarball package in 3.0
> (quilt) format? See for example yquake2 (a relatively simple
> example which bundles together https://github.com/yquake2/yquake2 and
> https://github.com/yquake2/ctf) or llvm-toolchain-7 (a more elaborate
> example with multiple subprojects).
>
> smcv
>
>

-- 
regards,
Reinhard


Bug#923300: ITP: golang-github-openshift-imagebuilder -- Builds Dockerfile using the Docker client

2019-02-28 Thread Reinhard Tartler


Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-openshift-imagebuilder
  Version : 1.0+git20190212.3682349-1
  Upstream Author : OpenShift
* URL : https://github.com/openshift/imagebuilder
* License : Apache-2.0
  Programming Lang: Go
  Description : Builds Dockerfile using the Docker client

 This library supports using the Dockerfile syntax to build OCI & Docker
 compatible images, without invoking a container build command such
 as buildah bud or docker build. It is intended to give clients more
 control over how they build container images, including: • Instead
 of building one layer per line, run all instructions in the same
 container• Set HostConfig settings like network and memory controls
 that are not available when running container builds• Mount external
 files into the build that are not persisted as part of the final image
 (i.e. "secrets")• If there are no RUN commands in the Dockerfile, the
 container is created and committed, but never started.  The final image
 should be 99.9% compatible with regular container builds, but bugs are
 always possible.


This is a build dependency of the buildah tool.

A particular challenge with this package is that it vendors in an old
version of the "docker" library. This has been reported by one of the
maintainers of the buildah project as 
https://github.com/openshift/imagebuilder/issues/116

Upstream doesn't appear to be willing to upgrade to a new version (quote from
the bug above "[...] I really don't want to [...]". Looking at how this package
is using the vendored library, it seems openshift/imagebuilder is using a
rather specific subset of the docker code, some of which possibly shouldn't
have been exposed in the first place. Therefore, I'm inclined to follow
upstream and vendor this library. My question here is what is the best way of
implementing this. I could update the Files-Excluded field in debian/copyright
to exclude all entries but openshift/imagebuilder, and use mk-origtargz to
strip the tarball. That would, however, lead to a *very* elaborate
Files-Excluded field. I wonder whether it wouldn't be actually be more
appropriate to create a tarbal with the vendored library and ship it in the
debian/ subdirectory. Has anyone else encountered this issue and/or could point
to other packages solving the same or a similar issue?

Cheers,
-rt



Bug#922842: ITP: golang-github-containers-image -- Work with containers' images

2019-02-21 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-containers-image
  Version : 1.2+git20181221.f0cbc16-1
  Upstream Author : Antonio Murdaca 
Brandon Philips 
Miloslav Trmac 
Dan Walsh 
Nalin Dahyabhai 
* URL : https://github.com/containers/image
* License : Apache-2.0
  Programming Lang: Go
  Description : Work with containers' images

 This library is aimed at working in various way with containers' images
 and container image registries. Itallows application to pull and push
 images from container image registries, like the upstream docker
 registry, and also implements "simple image signing".

Please see
https://www.redhat.com/en/blog/working-container-storage-library-and-tools-red-hat-enterprise-linux
for some more background on this library. It is a dependency for
skopeo, podman and buildah.

This package is going to be maintained within the go team on salsa:
https://salsa.debian.org/go-team/packages/golang-github-containers-image



Accepted golang-github-ulikunitz-xz 0.5.5-1 (source all) into unstable, unstable

2019-02-14 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Feb 2019 17:03:51 -0500
Source: golang-github-ulikunitz-xz
Binary: golang-github-ulikunitz-xz-dev
Architecture: source all
Version: 0.5.5-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 golang-github-ulikunitz-xz-dev - Pure golang package for reading and writing 
xz-compressed files
Closes: 922124
Changes:
 golang-github-ulikunitz-xz (0.5.5-1) unstable; urgency=medium
 .
   * Initial release (Closes: #922124)
Checksums-Sha1:
 2e4b8599b3c47fe71a72919403ff2e53c829f5f3 2235 
golang-github-ulikunitz-xz_0.5.5-1.dsc
 ba4974fe67f1d8e575ebca3cb871f8ee71c26eb6 350648 
golang-github-ulikunitz-xz_0.5.5.orig.tar.xz
 21b201e1744eb93c4d41e032fdad9f6e7469be4e 2524 
golang-github-ulikunitz-xz_0.5.5-1.debian.tar.xz
 2df6674a92d2dadc3ae9f3e41b33e3322f67b366 351272 
golang-github-ulikunitz-xz-dev_0.5.5-1_all.deb
 83445e592293db108e39934ef756816b15c94e02 6179 
golang-github-ulikunitz-xz_0.5.5-1_amd64.buildinfo
Checksums-Sha256:
 206ce2b7eae822bdf44eb53a8849eb0da839279d626b3a16ab55f6ab371eda09 2235 
golang-github-ulikunitz-xz_0.5.5-1.dsc
 7aff7a277e118e768c735f85bc4c9614d1ac68835206099dc461acd3485d2438 350648 
golang-github-ulikunitz-xz_0.5.5.orig.tar.xz
 d87a7325b078e86100d78eef51430b714e80d823174f9bcb4cd8c808704ec814 2524 
golang-github-ulikunitz-xz_0.5.5-1.debian.tar.xz
 4af32e55b798d95450d16bb271c152f2e52d3ac3d00cf5778e733e91603f514a 351272 
golang-github-ulikunitz-xz-dev_0.5.5-1_all.deb
 b8de570bfd676693ab39eba471dc6f92604786a9c1b6bafaf90088a4289fa79c 6179 
golang-github-ulikunitz-xz_0.5.5-1_amd64.buildinfo
Files:
 a4469f9303623ddd21f322f37ba94dcb 2235 devel optional 
golang-github-ulikunitz-xz_0.5.5-1.dsc
 f5d888d1587cf611f23523d0dd75f844 350648 devel optional 
golang-github-ulikunitz-xz_0.5.5.orig.tar.xz
 eaa78800a5c6e7ec01560fe22c89a7c0 2524 devel optional 
golang-github-ulikunitz-xz_0.5.5-1.debian.tar.xz
 2eb658d373bb84769480995b86b06cdd 351272 devel optional 
golang-github-ulikunitz-xz-dev_0.5.5-1_all.deb
 93c6c3c603db591e3c0ce440de3cf1ec 6179 devel optional 
golang-github-ulikunitz-xz_0.5.5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlxjRj0UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJssLlQ/5ARsa39ocW/5Ezf2X/qA1Z4gd/i28
+T8h4Nadgo36PFdA05HcmsQEApciIUXatqLSEUz97VseW/U79+AT7UISjULLzikc
kux2cwReQQB+gXJ1CQH1mkMSRatrEzRofn/0SWaXepTlbYqPd/Wi9WMQRUAvdytF
O/bDfseHNu2x55QBrwJeR5zQhrktqNQwXzosWZzjMcUoe65kGpd/N7RtylEFoemm
vnCp+EF+p8Z26NULyCDlHRpPloM+mINGd0igJCRRzKxsqOsLfGMVSMy2gQQU0TLi
RRewt44NML9MuDKE93MzMZrjolsPMPgX03JTJEqj1j8E7WWeM7/xF6fMbVXoxubq
NcDpLp5D+L1OkyNgroByazstsw5wbi7x0mmbpBuj1LqkNW01JevDVBJM2C5oEh0S
jQlS9tFp85OETEfRdYcBe+g4GV9PjbKDqrjTtffUTLF84RXLQA74p7zy15X5WBEU
KW7RVS8jVoGMoQQJRPk4af/WCspC33//JPMKKBihgKvUQVo80pDqO6ojaC3Ycnnx
TlsGmGI6DVXjrDP2XQ73WAUamrSYADNggzQTEohQJZYu3Jbkc0Z/xg1DDhzPAZsb
0gwnn+rhbq7zSQK8w8yolvHlcNuLnodilcPkJSZlwwH5Gozm5wtXpi/sjpEGxRhs
zhfTCRSDvMXVqVc=
=ABI+
-END PGP SIGNATURE-



Bug#922124: ITP: golang-github-ulikunitz-xz -- Pure golang package for reading and writing xz-compressed files

2019-02-12 Thread Reinhard Tartler


Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-ulikunitz-xz
  Version : 0.5.5-1
  Upstream Author : Ulrich Kunitz
* URL : https://github.com/ulikunitz/xz
* License : 3-clause BSD
  Programming Lang: Go
  Description : Pure golang package for reading and writing xz-compressed 
files

 Package xz This Go language package supports the reading and writing of
 xz compressed streams. It includes also a gxz command for compressing
 and decompressing data. The package is completely written in Go and
 doesn't have any dependency on any C code.


Rationale: This is a build dependency of github.com/containers/storage.

I intend to maintain this package under the pkg-go umbrella at
https://salsa.debian.org/go-team/packages/golang-github-ulikunitz-xz



Bug#922089: ITP: golang-github-mtrmac-gpgme -- Go wrapper for the GPGME library

2019-02-11 Thread Reinhard Tartler


Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-mtrmac-gpgme
  Version : 0.0~git20170102.b243242-1
  Upstream Author : Miloslav Trmač
* URL : https://github.com/mtrmac/gpgme
* License : BSD-3-clause
  Programming Lang: Go
  Description : Go wrapper for the GPGME library

 GPGME (golang) Go wrapper for the GPGME library.
 .
 This library is intended for use with desktop applications.

This is a build dependency of http://github.com/containers/storage



Bug#921949: ITP: golang-github-containers-storage --

2019-02-10 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-containers-storage
  Version : 1.5-1
  Upstream Author : 
* URL : https://github.com/containers/storage
* License : Apache-2.0
  Programming Lang: Go
  Description : Go library for handling how containers are stored on disk


 Please see
 
https://www.redhat.com/en/blog/working-container-storage-library-and-tools-red-hat-enterprise-linux
 for some more background on this library. It is a dependency for skopeo,
 podman and buildah.

 Suggestions for improvements of the package description would be much
 appreciated.

 storage is a Go library which aims to provide methods for storing
 filesystem layers, container images, and containers.  A containers-storage
 CLI wrapper is also included for manual and scripting use.
 .
 Operations which use VMs expect to launch them using 'vagrant',
 defaulting to using its 'libvirt' provider.  The boxes used are also
 available for the 'virtualbox' provider, and can be selected by setting
 $VAGRANT_PROVIDER to 'virtualbox' before kicking off the build.
 .
 The library manages three types of items: layers, images, and containers.
 .
 A layer is a copy-on-write filesystem which is notionally stored as a set
 of changes relative to its parent layer, if it has one.  A given layer can
 only have one parent, but any layer can be the parent of multiple layers.
 Layers which are parents of other layers should be treated as read-only.
 .
 An image is a reference to a particular layer (its top layer), along with
 other information which the library can manage for the convenience of
 its caller.  This information typically includes configuration templates
 for running a binary contained within the image's layers, and may include
 cryptographic signatures.  Multiple images can reference the same layer,
 as the differences between two images may not be in their layer contents.
 .
 A container is a read-write layer which is a child of an image's
 top layer, along with information which the library can manage for
 the convenience of its caller.  This information typically includes
 configuration information for running the specific container.  Multiple
 containers can be derived from a single image.
 .
 Layers, images, and containers are represented primarily by 32 character
 hexadecimal IDs, but items of each kind can also have one or more
 arbitrary names attached to them, which the library will automatically
 resolve to IDs when they are passed in to API calls which expect IDs.
 .
 The library can store what it calls metadata for each of these types of
 items.  This is expected to be a small piece of data, since it is cached
 in memory and stored along with the library's own bookkeeping information.
 .
 Additionally, the library can store one or more of what it calls big
 data for images and containers.  This is a named chunk of larger data,
 which is only in memory when it is being read from or being written to
 its own disk file.



Accepted restic 0.9.4+ds-2 (source) into unstable

2019-02-10 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 09 Feb 2019 18:53:40 -0500
Source: restic
Binary: restic
Architecture: source
Version: 0.9.4+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Reinhard Tartler 
Description:
 restic - backup program with multiple revisions, encryption and more
Closes: 905149 921849
Changes:
 restic (0.9.4+ds-2) unstable; urgency=medium
 .
   * Team upload
   * Bug fix: restic 0.9.4 `-q` outputs `open repository` (Closes: #921849)
   * Add recommends on fuse (Closes: #905149)
Checksums-Sha1:
 f551cb8116f4e71269753494637d055d4ba2999d 2998 restic_0.9.4+ds-2.dsc
 1c8bce4b742b3d954007457b6e1c07c7b6adf0ff 16364 restic_0.9.4+ds-2.debian.tar.xz
Checksums-Sha256:
 86891c768cd04cfcbd205d05d699c44a976bb61e54c76ef21b0f263e349f1c26 2998 
restic_0.9.4+ds-2.dsc
 54b558685ae5a84632defc008a9d745b234d6984326b06e49e0668861056d1ff 16364 
restic_0.9.4+ds-2.debian.tar.xz
Files:
 4464c83435ce65b4fb01d845dba4183b 2998 utils optional restic_0.9.4+ds-2.dsc
 91219804e445d6e36e329622393b8530 16364 utils optional 
restic_0.9.4+ds-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlxgGsUUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsvNeA//YvvkydvPA9lvVIzazKDbqGcZ5bfC
dHUSYAvYglNTtTSAosY8YmoRKfMYSXBwy0rgYr0Inl+jBe0m+IqGTK7dbq1tI0oC
dgrd7oXRvakRBEnADPK8vBOwF8IQWLgWLl2/fUyeOAjEdo0BL+lyY4qG7t7M0epM
n1TBxuvrG6+hv1kxBw5m2SC7jYTPSU/J8sTVmngX4RX8qyOcBqv29fdG8/ZBElaW
KPW4YCOyZQuNPCV1Wnz+Gury82BqVM13oB4BsxA+yBf99QPpTe9D6khYau3GI51q
olnj6zkkO/KHyJMGKTlDjoZKMtdDJqrJVAVehgsDcWUcIGn1QXzGn5OGyUhs3jhe
QQHSJNy1polfN/Ux84v8jq5jhUevtyAGEkeB0oZYGjeDtBqFXPuL94IsZwgPkEOd
o2IhO1pbXBfghhIzdJPfXrvf+Al2MA5l5IlBDashA3fLVnr7ng5sNueDcq75VXgi
o5Wz8/FZxPARZcBJgMLLiGVC6envf8EvleIbF3w4BtfzhUSZ/VPv1WfRuXw5d6ZG
qXmK8Y3YH15VPOjHB1RriNgckgkiZ5pbM7ODW17ZIIFFAx5Yyqlt/6aS346S+cZR
2UVhKSnZUhl/5yvHDkeqDMSdb2edeidBmsJkBxmNBTdiG0olZnPdnF5HIwd2lknY
8dXypLGJhfFMxls=
=W9IM
-END PGP SIGNATURE-



Accepted golang-github-pquerna-ffjson 0.0~git20181028.e517b90-1 (source amd64 all) into unstable, unstable

2019-02-06 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jan 2019 17:31:56 -0500
Source: golang-github-pquerna-ffjson
Binary: ffjson golang-github-pquerna-ffjson-dev
Architecture: source amd64 all
Version: 0.0~git20181028.e517b90-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 ffjson - faster JSON serialization for Go
 golang-github-pquerna-ffjson-dev - faster JSON serialization for Go
Closes: 919278
Changes:
 golang-github-pquerna-ffjson (0.0~git20181028.e517b90-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #919278)
Checksums-Sha1:
 aafc3ada1b15c2f72691c8095c9f29ecc942c2c5 2472 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.dsc
 b4fe28f0773a277a31b15a2832126b427eb4f45a 75136 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90.orig.tar.xz
 e70034ee9a058c653d561adc0bfb5c45ab3734bb 2424 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.debian.tar.xz
 6165973b9f3360ffc94792b96d1479f78038e184 1112404 
ffjson_0.0~git20181028.e517b90-1_amd64.deb
 71f3cfd423612621ecc12edb06871ff741d5c3a0 70796 
golang-github-pquerna-ffjson-dev_0.0~git20181028.e517b90-1_all.deb
 c8221f5f14aa178b72b95d7b2dfc8d20b4d7858f 6898 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1_amd64.buildinfo
Checksums-Sha256:
 e4bfea57f8c11c5e8634955b44672326823c6a7860fc4c89aec6bd3d0a91b429 2472 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.dsc
 2cd556fcfc0a352ecd4ddfb910a336f9cbb1908342e5ce87f2fdbd8ab115c2e3 75136 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90.orig.tar.xz
 8345c95af6aedfba28ef211edc39545cbf462cd7707d431544a5c8a4fa4e1926 2424 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.debian.tar.xz
 5df39a74e06887b882f2a69f6f93c69e77a501a0c643bf845d55f09d4a1df189 1112404 
ffjson_0.0~git20181028.e517b90-1_amd64.deb
 46a8cbf483f923e411f769e0b9763826a38f08a6558363bdd4859dfba6ca4e99 70796 
golang-github-pquerna-ffjson-dev_0.0~git20181028.e517b90-1_all.deb
 b6cbcdf8f38b191aa91de59ab808f0ac7b5cae6390a2d921ebbe037aff4d52bb 6898 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1_amd64.buildinfo
Files:
 826a7e73b6350251865db153ba18e295 2472 devel optional 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.dsc
 82e531211780e16f67587186af6c3833 75136 devel optional 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90.orig.tar.xz
 d9f788f4dcbe61a1a41f165243c3d79d 2424 devel optional 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1.debian.tar.xz
 479f6934949dbebe4094e62509509f42 1112404 devel optional 
ffjson_0.0~git20181028.e517b90-1_amd64.deb
 da99c6f83dd4b111cec5f09c957a1231 70796 devel optional 
golang-github-pquerna-ffjson-dev_0.0~git20181028.e517b90-1_all.deb
 286fe03b8828139e31857faeb7ed291f 6898 devel optional 
golang-github-pquerna-ffjson_0.0~git20181028.e517b90-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlxaSXgACgkQa3IL6cXP
bZ4IkhAAztnveDfSrWG0PHbFCj4MdsuAjYYJv61W2cHjFSU5uMVkVlIKiNIxI9Hu
oR+BjLXNUnoqKY25wnxb0H/uHLYrKvwwdE16FiU7/ipzqL3d2F1avl2J0V3u5MBF
8TEtCgA/PYPOHudwHki9DQ6JA+xEkaVM4rPPBQSIYJaTYR1SjwvodsuFwYU1laHm
7C3e9dcNM6+mFYLC97LOMl2mqITUpa0jKgXdMli0rwjtkf5aP5hi8VAPcynJ42Zw
N7IhjFA9AorChrDCXY1zi6OdvHKK1od7UhGvJfHvsQDBwUvnm6RW7OTSMHsaQLh3
sIb6FhURoQ43xBc8MzW0GNGXujJkPyHzrZLgNgibYSBa98EZJ3f8T52VWevA4CKx
tWeDeWGd2Ji9rIbpqZurEG7pwCihfm6ueOKYZvsSDHBaEZIxqXViqAxxsh4ChwMK
5Aluy/+0aa06W73+SpubtpolaZztVv+fCvgZxNSNAfst+H6vPTWFncDqrlr+JgMm
+Ftop2YuhtLmftahQ2xsN8O5wCTvPr83iam55WQSrwDuJIj0DKbH0Z1W5wFSOJ5y
/4MDaHxSnINzEPwi5zK1YojNR5jwaaKYiFhVuCXGXRkB5gAMgS9bL++r6CLfNCOI
aPNTT5FtAr8zy99hMayXJ9ifdNK4+lsKsl/y+ej87T4Uz/gcNgY=
=9S3A
-END PGP SIGNATURE-



Accepted slirp4netns 0.2.1-1 (source) into unstable

2019-01-27 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Jan 2019 10:43:49 -0500
Source: slirp4netns
Binary: slirp4netns
Architecture: source
Version: 0.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 slirp4netns - User-mode networking for unprivileged network namespaces
Changes:
 slirp4netns (0.2.1-1) unstable; urgency=medium
 .
   * New upstream release (Fixes: CVE-2019-6778)
Checksums-Sha1:
 e78aa8a209dd8e2bfba4d747a91ba6cd4defcbf6 2087 slirp4netns_0.2.1-1.dsc
 9281be14b2c04b3412e03c08fd9c98a3234bc7b2 136425 slirp4netns_0.2.1.orig.tar.gz
 6d35ece9d6dfcd13d3dc5f1a5c2852efd73defb7 3908 slirp4netns_0.2.1-1.debian.tar.xz
Checksums-Sha256:
 824684c7ff583adcd1391e2d43076a5d40d6ff0e44079770bc3f2cf921e208b6 2087 
slirp4netns_0.2.1-1.dsc
 1a9681d5926365e8d60bd804c71733c05f8b44fd20393bf2f2b2d1ee1ea8517c 136425 
slirp4netns_0.2.1.orig.tar.gz
 2b78c282bfce7e948ff63f048318aa4a4f77c7690f3abb277bd6fa8598393e83 3908 
slirp4netns_0.2.1-1.debian.tar.xz
Files:
 f0551d6d47e4d8dc5f5f2d9489d8baaa 2087 misc optional slirp4netns_0.2.1-1.dsc
 99a63581c0a8d4108299f7c9cb61ac11 136425 misc optional 
slirp4netns_0.2.1.orig.tar.gz
 c827c7d31f39c3ebb4c28f8aeb1a7a73 3908 misc optional 
slirp4netns_0.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlxN0yMUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ5HRhAAuI5S1qLJUCLvBqVdc5rhmXBiwOWx
UXOlqpQ53QOhW3Nz4i9CTHI923jci+HlJdLx8kuLzvA8gRTagq5V8NHUkl/gE5Bm
IGFDRq9sFYJJJLEevjS+ceadVkVWUlqYoe5Hcmp/ZWdLvzqB39m021MJ9iSqZsgw
v2Jfd7qdqBh97bK5dAApMHh0NiucyKPgG7r5BiQCt72c7wDLCUkpG/+EydzbSjew
+hjSXSgat8hLfEKbU4eDOJe3cnl8mZ0vmkYqNSH+xppF5ykbJTWaaVGbO8yMqAQ4
YR7ZajWMnOjAe2TN1dnVpVKHwxBP0ZZm19MgMmTo+BbQimfnBMvP/3TRzk2s+v20
HltwzQ/5xNp1+LHP66TZ1pZb8/IBEorYEto+t9wS1A3ZZnbW2a9u+CUsSjJp4BUL
Tfp05SWtusF6BkOXfJcb6+tG90Qz1jasBxPjYoOigh3mbu2uF7+ZQPKrpEVqeXLf
j9u+GOZ7Y04UJ7BBQ7+pun6pT1ODfqil7cKNZcJegZ272o+WyrN0JFt9sT6T8Y9d
umWMH43i2WES9oH4oppNa5wu7mjMHXyTeWsIkxfXE8bVdE/xt0jndfimlTOmkAKI
VRFeONqgyxmX8r/xT3FgAtdRQM+9Hp4vO7FwHDJA5wbqCE5hNpIUG2oVKXtjyWnR
wf7YYBy8hfsWOKE=
=4PUw
-END PGP SIGNATURE-



Accepted fuse-overlayfs 0.3-1 (source amd64) into unstable

2019-01-15 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Jan 2019 17:21:58 -0500
Source: fuse-overlayfs
Binary: fuse-overlayfs
Architecture: source amd64
Version: 0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 fuse-overlayfs - Implementation of overlay+shiftfs in FUSE for rootless 
containers
Changes:
 fuse-overlayfs (0.3-1) unstable; urgency=medium
 .
   * New upstream version 0.3
Checksums-Sha1:
 5160e771f69e7c9744cfb28e0e818a5b1d0c78e5 1954 fuse-overlayfs_0.3-1.dsc
 bc958e36a9cfa32c820b166a365460952e0ece6a 77515 fuse-overlayfs_0.3.orig.tar.gz
 8d46da599afa2e4af7038dfafb4d02999c4fbbec 1648 
fuse-overlayfs_0.3-1.debian.tar.xz
 34d4722280e844f52daf0b2b7b357bc6b982008f 81424 
fuse-overlayfs-dbgsym_0.3-1_amd64.deb
 596173ab2b50f16eb1ea5d3f473fda198fda0933 6424 
fuse-overlayfs_0.3-1_amd64.buildinfo
 55505fca0b8b15c1ce83ec04d37d3c27096a5273 26204 fuse-overlayfs_0.3-1_amd64.deb
Checksums-Sha256:
 f85cb313ed71f7d4684c6b361f03602539e06bdf4a137ca59df9509e9dab1800 1954 
fuse-overlayfs_0.3-1.dsc
 9d6ffafcfb5038426f830c8b1346947d71482f7fa9a9681edebecc162c01c448 77515 
fuse-overlayfs_0.3.orig.tar.gz
 9ade3a2ec029e5bf45de58ecb9300d94b4f875dcd750cd65afd35028a1925ce0 1648 
fuse-overlayfs_0.3-1.debian.tar.xz
 4163a3c6ce17ddd5e794a118ab886fd7ead0945354996b99bcc03450b23325d4 81424 
fuse-overlayfs-dbgsym_0.3-1_amd64.deb
 db76c9bf4ec3f06ccd5ee72a606f2f79f0566d8e031026d2f6658136a605b093 6424 
fuse-overlayfs_0.3-1_amd64.buildinfo
 8e77aa360c916031164a7aad847543123ac0b7a4548a2aacfec027279624f53d 26204 
fuse-overlayfs_0.3-1_amd64.deb
Files:
 09e98dd239a60d7990d7db36e052674a 1954 misc optional fuse-overlayfs_0.3-1.dsc
 b51db9df094de8d4b477e6fc84007a97 77515 misc optional 
fuse-overlayfs_0.3.orig.tar.gz
 6d30ec6d7f6e40b9fdd20d7440e8a712 1648 misc optional 
fuse-overlayfs_0.3-1.debian.tar.xz
 1af1a3e903788b1ddb3260e6d29e7221 81424 debug optional 
fuse-overlayfs-dbgsym_0.3-1_amd64.deb
 8e9643117ec5bc074e2a3e57df9f8e11 6424 misc optional 
fuse-overlayfs_0.3-1_amd64.buildinfo
 98a5b24920cb3778812055493696398b 26204 misc optional 
fuse-overlayfs_0.3-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlw+XaUUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsuEFxAAqhXNiz1R6d9yrpSVxSWO8BlEMPdD
QAC91/dmpVpC7RmWpn0nQd6s+mXX0M+OFdlV9zcLPC9MCkuSLRCVZj6E+BK19xb6
pZUmXQmSDAd8c+VP/nKEmCiKih/rt6/TDf/+kMNthKrrW3rEU28K66vZiCZ4D7Ee
8nNZXGZ4YNV/DRHQ0+XrxKSVsu5DsN+Co2XGVd1xLQphpxqQ7p2IK3PFsdDmWRC9
Qd8d4vQViNz6Xt1bg0avx3aZJVap1bE6vrGKPpAsgdaUmNXvG8ofnQ2xyCZIbgby
RAtOFZjwFGCkorn4xuT5sOVik6MxG0iXpYYuzkazprNwsF0UnKeKFdUftnEMvS4Q
WIKjffxBUAElQxJyw0Sn5JWfgYSRqHigqEX8F0F7KA8nZfWNFWZkM8WTMDd/L3an
iJXEo7aFI2WcgM023wyAPq1EwNJOgh29HSDwtgS7eFQGDZkObRsAwXXXr1SUVCT2
iYRPuNZO/BFCLq9FooQ823fWRfhLC8eSL8RFNZW0ZcF1kqoIWLhdA4jQLOaVnNcJ
hUimPqWX37Y1DeJ2FmhEkYHj9js5hljey27RZ1s9OxYgFD6GXQS3B1zI+KfkiEpl
+U6ksOFYYHuD9YFdLSxhzBhS/Dp1ySH5K1F2UM96BOC3haeRSuGuVYeClc9Vd+mi
Mg0V4Zim8mmcMUk=
=Q/VY
-END PGP SIGNATURE-



Accepted golang-github-opencontainers-selinux 1.0.0-1 (all source) into experimental

2019-01-14 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 11 Jan 2019 16:53:23 -0500
Source: golang-github-opencontainers-selinux
Binary: golang-github-opencontainers-selinux-dev
Architecture: all source
Version: 1.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Reinhard Tartler 
Closes: 901745
Description: 
 golang-github-opencontainers-selinux-dev - common selinux implementation
Changes:
 golang-github-opencontainers-selinux (1.0.0-1) experimental; urgency=medium
 .
   * Team upload.
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Dmitry Smirnov ]
   * Standards-Version: 4.1.4; Priority: optional.
 .
   [ Reinhard Tartler ]
   * New upstream version (Closes: #901745).
Checksums-Sha1: 
 969aef11d1c7babe5bb664b87c194609e35ab953 2358 
golang-github-opencontainers-selinux_1.0.0-1.dsc
 47d6f5e21e613f9f64d6f5e15613f466abaeabaf 17931 
golang-github-opencontainers-selinux_1.0.0.orig.tar.gz
 bc7704f14347601cc0c3fd38bd3c3a948b1478c8 2420 
golang-github-opencontainers-selinux_1.0.0-1.debian.tar.xz
 dd5c5a0931a464f33d2343a2421a1dec176db686 12340 
golang-github-opencontainers-selinux-dev_1.0.0-1_all.deb
 daf0f4948c7e991bedc4c04621e37b4370695bd9 5859 
golang-github-opencontainers-selinux_1.0.0-1_amd64.buildinfo
Checksums-Sha256: 
 cc00d18e385c3cae07168ec16fdc0308ce0370dcaf4153f783da7b36c19f2b13 2358 
golang-github-opencontainers-selinux_1.0.0-1.dsc
 7f096eb89f056b602f82c8cfaba6979b2a1dc4e93da016ed97e6d85c5c039984 17931 
golang-github-opencontainers-selinux_1.0.0.orig.tar.gz
 540fb0e018a6955e4e690281249c7a0eed191fd80a0772d14bc16a730028539e 2420 
golang-github-opencontainers-selinux_1.0.0-1.debian.tar.xz
 9c408f326c131d7c92a6dd07aecdb4834fad1371b3ba409be683dc7a5429a649 12340 
golang-github-opencontainers-selinux-dev_1.0.0-1_all.deb
 f671c6365589b51e78ea94d58084e9b11fcd7c4340bae843a7cd5e12820de159 5859 
golang-github-opencontainers-selinux_1.0.0-1_amd64.buildinfo
Files: 
 bfc5a9319239707dda9478fc8f512c2c 2358 devel optional 
golang-github-opencontainers-selinux_1.0.0-1.dsc
 2d4dc4064ad7db52a7542d839d462592 17931 devel optional 
golang-github-opencontainers-selinux_1.0.0.orig.tar.gz
 08f74226bd509087ce760b08f2c7d878 2420 devel optional 
golang-github-opencontainers-selinux_1.0.0-1.debian.tar.xz
 941c906f68b0ce06e3dbc6c0b7258816 12340 devel optional 
golang-github-opencontainers-selinux-dev_1.0.0-1_all.deb
 19253bd41c19f36dc59952f72da7b613 5859 devel optional 
golang-github-opencontainers-selinux_1.0.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAlw9T7YUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJssj/g/+N0J7FWZgd/fR0lFdzTVlQC4d/jLH
d6wucTu2zlwBuGJ/6AYB6mJ9k9Y5ea5fF6x4ycxBJHcYmTzDKawUclOcVwEcq/pE
qSSDptFivuggnkVeOBtvfmIivXYwi81C/NYT5mxu8BV+Yd7NyWKzxkLjpg4r49D8
2YpJr/GtdQ7bhHewPyp3Wqz/bzI3Jn324tszavo5Dc/X28oC6rJyTAOwYOi4Ij08
ys8tj81aVas6toPMfrXpn9cye75QLT78llDEpCpMdLjLogYq47aCj1h8PnZda9Ia
AfVI4117h/n/nykPvySHeAh0IEi/Nd8JnGoIQkvKGy3auy0T7G3HJl1A6BphoLj5
fYqES0RqLqhmKc692P2J0hnW5D0NjUcYwcz+032tlhLtLYMFiRKjRvXS1XPoxvGY
MYxdfrjOL+4+zbYv2CLxzPkMvjTCF+q3gQJ8SlzI7v1BJ0IqLHAJ+SGA8/2zyJ+R
Q7Ok/LA/KBKSbc9PepVWeIuZzupKxBCXRBaq4kSpkmiVHcppJkF6wGTr5xfLP4a2
p4DFXd++hroxZku65ya6qIe2phn2Qzi9gZer9uL4Rq+51vAXLuvIVZ/MOp1Q9/zb
nuzs2JbKwFSHLysavkxp9wFdMnIsnMc8oBtWj6/LQDSWKi5yVAiqq3gzIpgvhSix
L6QgZ2pswFIdk7s=
=WYeZ
-END PGP SIGNATURE-



Bug#919278: ITP: golang-github-pquerna-ffjson -- faster JSON serialization for Go

2019-01-14 Thread Reinhard Tartler


Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: golang-github-pquerna-ffjson
  Version : 0.0~git20181028.e517b90-1
  Upstream Author : Paul Querna
* URL : https://github.com/pquerna/ffjson
* License : Apache-2.0
  Programming Lang: Go
  Description : faster JSON serialization for Go

 ffjson: faster JSON for Go Build Status
 (https://travis-ci.org/pquerna/ffjson)
 .
 ffjson generates static MarshalJSON and UnmarshalJSON functions for
 structures in Go. The generated functions reduce the reliance upon runtime
 reflection to do serialization and are generally 2 to 3 times faster.
 In cases where ffjson doesn't understand a Type involved, it falls back to
 encoding/json, meaning it is a safe drop in replacement.  By using ffjson
 your JSON serialization just gets faster with no additional code changes.

This package is going to be team maintained on salsa at
https://salsa.debian.org/go-team/packages/golang-github-pquerna-ffjson

This is my first golang package, so additional set of eyeballs would be
appreciated. This package is a build-dependency of github.com/containers/image,
which in turns is required for skopeo (#880199).



Accepted fuse-overlayfs 0.2-1 (source amd64) into unstable, unstable

2019-01-12 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 31 Dec 2018 07:19:58 -0500
Source: fuse-overlayfs
Binary: fuse-overlayfs
Architecture: source amd64
Version: 0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 fuse-overlayfs - Implementation of overlay+shiftfs in FUSE for rootless 
containers
Closes: 917889
Changes:
 fuse-overlayfs (0.2-1) unstable; urgency=medium
 .
   * Initial release (Closes: #917889)
Checksums-Sha1:
 75c172984880e84235bf309d878271e0a691143e 2072 fuse-overlayfs_0.2-1.dsc
 d62ada2b51279761808f9c65a69b474df90b163c 77234 fuse-overlayfs_0.2.orig.tar.gz
 7bacb07dc00ed51d052c7d0687703586832a57c7 1596 
fuse-overlayfs_0.2-1.debian.tar.xz
 f2efb62ccac5483adf6a4f45f79007f27b52a725 80032 
fuse-overlayfs-dbgsym_0.2-1_amd64.deb
 eb9cb3f1628100c1a866fe5c9a8e471d9787ae27 6422 
fuse-overlayfs_0.2-1_amd64.buildinfo
 929f9040b6aede8bb48c6aa3abec464480d912ff 25852 fuse-overlayfs_0.2-1_amd64.deb
Checksums-Sha256:
 f5fde1d429548238ab9ecbd07c68e5b2134522ae1899613f49c4732ea78aec8f 2072 
fuse-overlayfs_0.2-1.dsc
 380d57ac6ba8e4a4b8819b9bf453f20fdc14fecbea15b1f5709c237b76811c23 77234 
fuse-overlayfs_0.2.orig.tar.gz
 509c00035481162edb6ea38404bf92c3722d3673834646053161b9ca41383f56 1596 
fuse-overlayfs_0.2-1.debian.tar.xz
 4f97ae234e9799624ec96ff5fd9175201dc7e899b4a3a30d51f38449b9ec071f 80032 
fuse-overlayfs-dbgsym_0.2-1_amd64.deb
 7ebb2b1506ce4c38e70ac1a51c2d9d09099a2a145b2e4aa24c6018fe9944ce09 6422 
fuse-overlayfs_0.2-1_amd64.buildinfo
 d4c1acaa81f779d8de144113685c4c29c20d104c53fcce5b676d90452b0b43b0 25852 
fuse-overlayfs_0.2-1_amd64.deb
Files:
 5ed40441d830f145cd192f52399e1b51 2072 misc optional fuse-overlayfs_0.2-1.dsc
 7f53fbb377803621deaeb9056cc776c7 77234 misc optional 
fuse-overlayfs_0.2.orig.tar.gz
 64c18ea0ca9dfa2b2ed5f9eae31c8723 1596 misc optional 
fuse-overlayfs_0.2-1.debian.tar.xz
 5b0c620d5a418091edcbcf395b7cec8c 80032 debug optional 
fuse-overlayfs-dbgsym_0.2-1_amd64.deb
 2801a57fe9a6019af474b48a799f0509 6422 misc optional 
fuse-overlayfs_0.2-1_amd64.buildinfo
 82daf614f1c654a22e3c4e1f9bacb970 25852 misc optional 
fuse-overlayfs_0.2-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlwre44UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ7KUBAAwpMeHiuWXidLIWv7o7lWL0Xu4Qjv
ZVQF/Bai6K5OfAPJAQPm0u2SKiP15LTshTDq8kDvDSp5kfvjfPu9mJ9YWKgrOlCi
d2u0jdQZ/oZNAQBIjEYWMfoG96UNiF/69DGlWhZ3ox091gI/Vx7OvHHPiEo6PaRA
gaXZcIn0HNA0WdYYSYB3kAK1kx1DAuUR6yfVpJslmLMHdl68LP7mplXSKzxpBsiM
7fUJmUhITAVlJWiGNNht/Z1bb8QVPIYg2N+tAVqUQRjl4NtDwyLbi5kLXDlGeCn2
W6gGfZCG24Je17dFQ2Q4p6KNlhr8VsSrn2OxpP1fWhh6eca84IwoqLANYp2/bHHl
TAS5SKEf+9l16N5drMiGGPfXN/g1ipVmioPiBzNVUHyNhmPNBUI74JPoTuZ9vn1h
di03yCe8bdsSbbERFP/SrrZ99N1JCZ3p5IAYiSpIacREdTdzHucmzxTP0MZiyMpZ
0JcGNHyens0BJBotuUI81rc2bRwO40ikF64iwAIPIDt/ypiDlQyJq+CmMTGVq9qa
8it4GMSBjKV2N/HdwBdCz37Z05tpeWN914MbDreA3Te3jdYMd25aOxAwnsFBOAMu
rDQTnBMXv6D6DZHVZKw9ldhDWiZi4nIGIfVWN7N6kyeWlEl5Rk0JXmtfubgaL0tO
AJDbQOO2DMvk2AY=
=Xo+b
-END PGP SIGNATURE-



Accepted keepassx 2.0.3-2 (source amd64) into unstable

2019-01-12 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 Jan 2019 12:54:05 -0500
Source: keepassx
Binary: keepassx
Architecture: source amd64
Version: 2.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 keepassx   - Cross Platform Password Manager
Changes:
 keepassx (2.0.3-2) unstable; urgency=medium
 .
   * Acknowledge NMU
   * Bump standards version
   * Improve package description (Thanks to Bruno Kleinert!)
Checksums-Sha1:
 dd42d461a03eb280ac680a26af19e7e344fcbba0 2112 keepassx_2.0.3-2.dsc
 4cca538623dd3b4edeae74835175ea274d2dda08 84352 keepassx_2.0.3-2.debian.tar.xz
 95135f208f68224d2277f41800809870de48e03c 6848828 
keepassx-dbgsym_2.0.3-2_amd64.deb
 ec62c0b67a3d923e5e1726b195e0a739c5d60ac4 10282 keepassx_2.0.3-2_amd64.buildinfo
 3990e6d4b42f9ecc7901b26259a8a770349e5e8a 511808 keepassx_2.0.3-2_amd64.deb
Checksums-Sha256:
 3a9a517c5e7537e334ddf3584bfa1e234fce576e942d1922d470914c7f7ad987 2112 
keepassx_2.0.3-2.dsc
 e87619578098c60e37582c6be9394cbfbbac4445e4fa9cdc12c0d69934e3a2ce 84352 
keepassx_2.0.3-2.debian.tar.xz
 1219e1bf2010dba3537d88a2cb0993a22f3e2124fc3f85e62ec2df3342b5d44d 6848828 
keepassx-dbgsym_2.0.3-2_amd64.deb
 54dd1756e61c4a87042bd9b7f25e07ed4bf4d64d4e6933501928737eaef84743 10282 
keepassx_2.0.3-2_amd64.buildinfo
 8bb8569608ed8282263d5f38148fd62ae5be8038bb57d1a1ce048d05fe634ceb 511808 
keepassx_2.0.3-2_amd64.deb
Files:
 41142e4a67f354375151738fd40b6b4b 2112 utils optional keepassx_2.0.3-2.dsc
 420fdee895e9d9c48a74baa576cf4f4e 84352 utils optional 
keepassx_2.0.3-2.debian.tar.xz
 746497d26d5af0234446d308a766423d 6848828 debug optional 
keepassx-dbgsym_2.0.3-2_amd64.deb
 18dcfdada9c4faaebb03628f0253c100 10282 utils optional 
keepassx_2.0.3-2_amd64.buildinfo
 12013f9a56375a12dac6537fc13df8cd 511808 utils optional 
keepassx_2.0.3-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlw6MYYUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ4FNxAAlLCj/A5laW7O/aAcCvtwaIatI6xm
RlO+yWDhPc1lZYJefRidgdtiCJhPv5FnBvUlmTLbDLBI0JeEUmzgXfUmcUv3z180
/EEPOOqxQGx2fue6y/7XtTpLRnglGdZLYH8ChK89xaDAXKujnOw+VvcciyCv4Nqo
wr1lBbB/SU0nTAZy9eri4MOp56t9Cju8D3ocGG37R00jjjaKCI4qnWlr5HkvDtCI
M+A9Ik/id8Zc3+1j3RZsqAR4PXOIz2aFDXkmC0w6J78gs4rq0MiPeKT1Sx9cGdCI
eK2EKApGe+BRyaGBIUsLa/gNBmKdqTRURVlflzGtG/kDDjrR0ku0PYQw7qSLR2P5
OIyFMObG9K1VFObTaoK5ZhtZcOnYMU+8rft/RyQm/N/jAfb9/TNjUtyh0BoH9PNx
X8W+543eB4PONQJZcvL0I/wtneEkfAGhKUNty+jT60uY1JUR/MP/r037R+7CDDFc
La+RrkNTnDMGgh4RgNo/d7z9qWEeeWUbO6vBfXw3VqH3zDl8DJgqnBq+SpKDOVqv
EiK8+B/UVadJ0vyezlsb72/+Ta9BbKytRw5iYbs1/Vcbn+Bj1rLGxYgn4O3QIJ+o
IC45KD+g996+8Y0yZG0Kp4WuLNRWG85wpPa1dKKOTzWMnndpaecSraT9wvDVXtaH
SZ8mk/y/DvAQPqI=
=b5e4
-END PGP SIGNATURE-



Accepted slirp4netns 0.1~git20181119.5e4789b-1 (source amd64) into unstable, unstable

2019-01-01 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 26 Dec 2018 09:52:59 -0500
Source: slirp4netns
Binary: slirp4netns
Architecture: source amd64
Version: 0.1~git20181119.5e4789b-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 slirp4netns - User-mode networking for unprivileged network namespaces
Closes: 917337
Changes:
 slirp4netns (0.1~git20181119.5e4789b-1) unstable; urgency=medium
 .
   * Initial release (Closes: #917337)
Checksums-Sha1:
 97ef7eb8d6d31f663abed3ba5b09ed85cc914c15 2064 
slirp4netns_0.1~git20181119.5e4789b-1.dsc
 3f987fc08c87de864eb1135752eacec8279efaa5 99384 
slirp4netns_0.1~git20181119.5e4789b.orig.tar.xz
 a638fb7fab30f124cf6af99f024ca5aa6647326f 3816 
slirp4netns_0.1~git20181119.5e4789b-1.debian.tar.xz
 c7085919474bb673e18b108c0c9f683bf6c34526 168168 
slirp4netns-dbgsym_0.1~git20181119.5e4789b-1_amd64.deb
 1a4e3cb151eeb7f2cd332169a4a2d777e1f9d153 6194 
slirp4netns_0.1~git20181119.5e4789b-1_amd64.buildinfo
 4aac58a8f6f83240b5768f9f6bbddc5e605e54b9 44532 
slirp4netns_0.1~git20181119.5e4789b-1_amd64.deb
Checksums-Sha256:
 10bdd024523846baafd7e7a8ac00599047dadc709dc6bf973bbb01ba5b88acbe 2064 
slirp4netns_0.1~git20181119.5e4789b-1.dsc
 0788fd68c5533ebf4ac21c249977ac312aa158c0e733fd103ce8aaa2ed68ab70 99384 
slirp4netns_0.1~git20181119.5e4789b.orig.tar.xz
 d0ae6bd739a837f91397d6889e4b56465b2fc397bf9ef9e3be68f19d7adbe1b5 3816 
slirp4netns_0.1~git20181119.5e4789b-1.debian.tar.xz
 7df4bd30dcd41263de57564f1992d941a09ff15c6986ea1b14b3b0942e8ef9d7 168168 
slirp4netns-dbgsym_0.1~git20181119.5e4789b-1_amd64.deb
 7681ca5ca2540321905c5eb67d1c0dcbf77a120995af0d67fda8adf31596fc1a 6194 
slirp4netns_0.1~git20181119.5e4789b-1_amd64.buildinfo
 1019006cad617a5b2831f33db96cec31900fd6e7627cba79b8e424e47ad9b515 44532 
slirp4netns_0.1~git20181119.5e4789b-1_amd64.deb
Files:
 292c595cf5fbb4a12d074ed7d3cc89b2 2064 misc optional 
slirp4netns_0.1~git20181119.5e4789b-1.dsc
 c894686dc64aaa9e15092dcee8ba4e74 99384 misc optional 
slirp4netns_0.1~git20181119.5e4789b.orig.tar.xz
 0f3778fc91c98102bddb9024685cd1b3 3816 misc optional 
slirp4netns_0.1~git20181119.5e4789b-1.debian.tar.xz
 4635b38f418448532e5d93ec685c2292 168168 debug optional 
slirp4netns-dbgsym_0.1~git20181119.5e4789b-1_amd64.deb
 d40411a3d32b9824bb189be827aac064 6194 misc optional 
slirp4netns_0.1~git20181119.5e4789b-1_amd64.buildinfo
 a6bb28402c49b66bbd50ffec50d8d2fb 44532 misc optional 
slirp4netns_0.1~git20181119.5e4789b-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlwqGLQACgkQa3IL6cXP
bZ6dkRAAzlQFCGiJIYpKqNa5kzVcWjTpSzJTfUTxtnoKyAgl4O8WOihyjDn7lKKO
xuFAunMTTpoWkUEsn4bN8209hm8sMmuM6wJDrdQnKV4llyReGKMuk8DNHz38u3cs
e7dMi2VNAdn/vrOFEGeyPcVbonOfdoCoyXxJHnWmZBBcnSFFIEvo5hnXrKuou84m
0R6f9qLPpjd1xRKd3cl2dJxfTbDRCMbpxgbu5U4aEd4HlkgHklgmdpz/hR9dvU+8
7VsgfbxfW06e4DNk51rpggJbX7rukMIJMU9HHG/I7LdzgM5F/HXw98fja3w/CKyj
h9vdHHvqPb6QxAQek7thOPVbP3ImkbVkiO0pkUhRrf5BcgjFBNfYq/1hAAI/70UE
bcxh938EOOHE/VAhVN+0tcyE/G9DOo35hHe7/NhkM75eezZRCD4tXHMw4gdcJ6n5
6sHm5gJEtab6aX7BsKsZaEnZ9l/qEAJf5XwsHqMgMQYhpA9Z9Q+noT3gGaWV1QMD
vGi3G/7TwLycEyzsdrsfdj6uIaVmIJrzl3GqJZFqfwlQJgRM5d8s00zwi3M+wUZU
Mh34bUOVADrc5sLUWFtrQVW3oBZOC25edo5gJHvXQw72nld5xrgNGbLDKkDj94Sf
Fd3dxGf/YrLpS3AJ8otVZDhs8R9BhOYXhIsnKKdAJSX9RrjCsgA=
=rVTS
-END PGP SIGNATURE-



Bug#917889: ITP: fuser-overlayfs -- An implementation of overlay+shiftfs in FUSE for rootless containers.

2018-12-31 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

* Package name: fuser-overlayfs
  Version : 0.2
  Upstream Author : Giuseppe Scrivano 
2001-2007  Miklos Szeredi 
* URL : https://github.com/containers/fuse-overlayfs
* License : GPLv3
  Programming Lang: C
  Description : An implementation of overlay+shiftfs in FUSE for rootless 
containers.

fuse-overlayfs provides an overlayfs FUSE implementation so that it
can be used since Linux 4.18 by unprivileged users in an user
namespace.



Bug#917337: ITP: slirp4netns -- User-mode networking for unprivileged network namespaces

2018-12-26 Thread Reinhard Tartler
Package: wnpp
Severity: wishlist
Owner: Reinhard Tartler 

  Package name: slirp4netns
  Version : git HEAD
  Upstream Author : Akihiro Suda 
  URL : https://github.com/rootless-containers/slirp4netns
  License : GPLv2+
  Programming Lang: C
  Description : User-mode networking for unprivileged network namespaces

 slirp4netns provides user-mode networking for unprivileged network
 namespaces.
 .
 slirp4netns allows connecting a network namespace to the Internet in a
 completely unprivileged way, by connecting a TAP device in a network
 namespace to the usermode TCP/IP stack ("slirp").

This is a dependency of buildah and podman, which I am looking at for packaging
right now as well.

I'd appreciate suggestions for what team would be appropriate to maintain this
group of packages. Unless better suggestions come up, I intend to maintain it
on salsa.debian.org in the "Debian" group
(cf. 
https://wiki.debian.org/Salsa/Doc#Collaborative_Maintenance:_.22Debian.22_group).

More information as taken from
https://github.com/rootless-containers/slirp4netns/blob/master/README.md:

Motivation

Starting with Linux 3.8, unprivileged users can create network_namespaces(7)
along with user_namespaces(7). However, unprivileged network namespaces had not
been very useful, because creating veth(4) pairs across the host and network
namespaces still requires the root privileges. (i.e. No internet connection)

slirp4netns allows connecting a network namespace to the Internet in a
completely unprivileged way, by connecting a TAP device in a network namespace
to the usermode TCP/IP stack ("slirp").

Projects using slirp4netns:

 - Usernetes (via RootlessKit)
 - Podman
 - Buildah
 - ctnr (via slirp-cni-plugin)
 - RootlessKit
 - become-root
 - slirp-cni-plugin



Accepted aspectc++ 1:2.2+git20181008-2 (source) into unstable

2018-10-28 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 23 Oct 2018 08:08:17 -0400
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source
Version: 1:2.2+git20181008-2
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 aspectc++  - aspect-oriented programming extension for C++
 libpuma-dev - C/C++/AspectC++ Scanner and Parsers
 libpuma-doc - C/C++/AspectC++ Scanner and Parsers
Changes:
 aspectc++ (1:2.2+git20181008-2) unstable; urgency=medium
 .
   * Avoid using __float128 types, fixes FTBFS on ppc64el
Checksums-Sha1:
 6e771f61f472ddce0fb97710eb6870f2755294b6 2315 aspectc++_2.2+git20181008-2.dsc
 e345c33799e9d1718bc3ea9efe1cf73b443619d5 15300 
aspectc++_2.2+git20181008-2.debian.tar.xz
Checksums-Sha256:
 8d8a49d9e38d6271b804ff3f88a0c2e9ed5b03d77f3764055cb03cf610f37d6a 2315 
aspectc++_2.2+git20181008-2.dsc
 a3a2b1f8e85c0331e87f29242ad32da53f8d3c06c9006081cfa3b53b4d215ebe 15300 
aspectc++_2.2+git20181008-2.debian.tar.xz
Files:
 fc4fc44621fe1f902f25806be01a421a 2315 devel optional 
aspectc++_2.2+git20181008-2.dsc
 9c8c19cf369643a5b5eb81f279f4bdf7 15300 devel optional 
aspectc++_2.2+git20181008-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlvV9ggUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ4p3Q//WGbopJeAjD7VpSuLoMrl1Qy4el5I
IDz0HPi5JEvYOev9O2jkhfL/3hRCxW1je+0E4CiUdbqGCSSYN63qkx8k6glyP20c
3gSV93pmi6BKDOyWC8+TPvbUurH4/YSJI2rUIJ70seqcXs3qHzyYHto1Zh+VEpLg
hcvJH+Y/DyGVOlQon9/vb56QFNBzOud8lD0Cr41P4qe9+0BurSgABeJ3oFz19uyI
w1Y6ojW5Abhk605FbQjIz/omFfz8KBprMrm0PfzrLz57TofQRog/OfJ5rcbMyhCU
WeAGWHV511+OYvQrYUCHYPpsgx9aMAenGXcbijK/qMIhbh6GF+izeCUkRyPDU5p0
J1eOadERTTsJuP44j57ntsoQLQ2lNJoxOf5Q9dr9GA75N7HosXNCrUGrMXiZUjxy
wtQsw+TLzBJVPwbF2mQ3LeE4GKEQdJzSViCR4BVSaxZrMqPEmGqGdLazdAI76vGZ
Zu3egF60AHLpCZ1OXOVoq3I2NZ60dXwoO/CSik1/u6Z5yhM5B+agSUzn8ufj5L8O
WEhhAL39U2BYzkvkCRJIseKM027lok0vM4p96T6qjAvj1DMiCVzbTOhrToWrffyw
5V+A0RwsIzrkGqCc65K+zd96qr0KkihgsC9q80a2J6+nJxL3vHMUXJREURh1GSsw
ZGDBjN/h16xZv4w=
=+Umc
-END PGP SIGNATURE-



Accepted aspectc++ 1:2.2+git20181008-1 (source) into unstable

2018-10-21 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 21 Oct 2018 10:05:31 -0400
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source
Version: 1:2.2+git20181008-1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 aspectc++  - aspect-oriented programming extension for C++
 libpuma-dev - C/C++/AspectC++ Scanner and Parsers
 libpuma-doc - C/C++/AspectC++ Scanner and Parsers
Closes: 902220
Changes:
 aspectc++ (1:2.2+git20181008-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces
 .
   [ Reinhard Tartler ]
   * New Upstream version.
   * Fix building with and build against Clang 6.0 with gcc-8.
 (Closes: #902220)
Checksums-Sha1:
 7ed4435f1a789c00046de88198dc09dc4af7e0b1 2315 aspectc++_2.2+git20181008-1.dsc
 382ab46d7476b4bb621d7e6deb11296d27d0edc6 5270821 
aspectc++_2.2+git20181008.orig.tar.gz
 1765e4c1036e14bb24f5fe170ce7669ecb07cd9b 14900 
aspectc++_2.2+git20181008-1.debian.tar.xz
Checksums-Sha256:
 21ba67ebcf7946c2614dd77145622e3ac52e729886713f8c16052a5e959b5137 2315 
aspectc++_2.2+git20181008-1.dsc
 089fc7ad0ec619179c25739621310ca87eeb63ec10833ba1a89aaae1a93ba876 5270821 
aspectc++_2.2+git20181008.orig.tar.gz
 3ca9117e27d0980e754a89c8516013e08ff4c427d2a31d8149dd4a08473e1f79 14900 
aspectc++_2.2+git20181008-1.debian.tar.xz
Files:
 bd76ee78ee3a37d2af61618849aafca9 2315 devel optional 
aspectc++_2.2+git20181008-1.dsc
 efdbbb1e500179b94a9ffc9392a68edc 5270821 devel optional 
aspectc++_2.2+git20181008.orig.tar.gz
 2f933d2831dff92026119f9bc628da45 14900 devel optional 
aspectc++_2.2+git20181008-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlvMroEUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ4nFA//bBnkEt8sHipxUDamHuYGnNy6diuw
iUAfUHVLiR2sNVkB75+hG5JXNapjZYJ3POBllzDrKGeQ8hEep1gtRRadw5Oqsel8
Hy7YvcxcjVwXXKxbZHBpblnuyQ03axzZucADRBzOSRMTBPMfCz7mg9ycP+RGsVM0
/jltOaPgTOQPjer8bOH9fCeHWTFi3n/9XJhJNOHmlA1MYtF32d736NmitTGIAP3Z
nt/rxcyu1J5Lx7AbB4acxvEGyIq9qTnDXCh23MkLhrHy1aOLeb8kq+tzFqQ63fvs
PxY1e0otQFiU6Sz3g1hk/fXGMPIn0MQCfbdvf/VgQsx1pKnfZErPMDwt4PuL8x3I
u38cbVK0B/udIYyUHnPbzaszkBqqVqijmKlRyFFl7T/tkU4m5mCXpBZz0Q0yf2+F
pk/C4DxQm7h3BN7XXSH5+xv3Zv05IuPIB+xu9sFmqH2wDxxLGqWNbqz05eURHMdS
pQDenUl2uxLE0qrclK7c87U/Mj0oZeblJ7ply1FE0vREe9Ygb5Gk1f+btmYgm3tT
UFp6bJYXvYuYL2ZnfTtPPVSsHfOVB9riVPtkpfP6ovo556VzVAe3L/1fHc3tfh2A
oUWCzUNGJLC4wHQhSz6a36DQpDWPngd5uGfPtPru6EPC4I2xL8ez1eRwLzhSpW/A
arkv+p1zYKlYrj4=
=iVsP
-END PGP SIGNATURE-



Accepted aspectc++ 1:2.2+git20170823-8 (source) into unstable

2018-08-28 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 26 Aug 2018 10:17:28 -0400
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source
Version: 1:2.2+git20170823-8
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 aspectc++  - aspect-oriented programming extension for C++
 libpuma-dev - C/C++/AspectC++ Scanner and Parsers
 libpuma-doc - C/C++/AspectC++ Scanner and Parsers
Closes: 902220 906972
Changes:
 aspectc++ (1:2.2+git20170823-8) unstable; urgency=medium
 .
   * Revert "Build depend on llvm-dev (Closes: #902220)" (Closes: #906972)
Checksums-Sha1:
 cbef77a8d9e67ca4091afe05220a7470f86a6d3c 2318 aspectc++_2.2+git20170823-8.dsc
 66c8e9ed4bbb1bdb222325393a1efb55263faee2 14768 
aspectc++_2.2+git20170823-8.debian.tar.xz
Checksums-Sha256:
 fd52dd67263b3d1e2db44901eb33dd4a772c97766393a6a88c60c9d6bb355da8 2318 
aspectc++_2.2+git20170823-8.dsc
 8d799dc1dbd47683a3fbc8b5be0095f833a6cf40b74ef7e01acc680b53f76a31 14768 
aspectc++_2.2+git20170823-8.debian.tar.xz
Files:
 b8d0c24c1b00740ba97fa10599e3962c 2318 devel optional 
aspectc++_2.2+git20170823-8.dsc
 168f44c04fa593d463cb0e5ac6ca0d25 14768 devel optional 
aspectc++_2.2+git20170823-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAluF2G8UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ5EAQ/9G2f/u9Ox43NhzZfp/lVXk0ePWJhf
w2tDuKuIAd/kn2DxwwdeLGcJZjsI89CGaaV1pQweVE8GNrj6qT4fbtcnIUjgKhUn
XqkdxP69Nc/Lw9bMPmiFaTk2vcFh3EkhWBHl4XA0ab3BRRVL9WCD1j5Tc2xkEr8l
397M1DJiyiLxX/UZBDH4/bYCoWYRQcqa5ghXXGfaqlPEqcP/gr1NW24NDifKlYXN
R6bdKbaXEzCFrmRn+mMirUngU3Kl5/ulR7hrt2EiyzJyZF/s7TMT0Bhp5g4mk+OH
ZNPrQOtNE1E5/xswNsWSIPDzvr6xOkls+K41K6xu115aeoN7pRgAhPBpwMv+pzXS
KkC8HF3sK4MlRv7MoofXDe021fieik9tKkNYUUgmGKzlNJH7FRPboDPvW+osl8o1
xizj/gWIQHMDuO1HEPWPAQcXoTJAnBZXH4eBYKmsJvWT6qgxizlDrnB/BoJJXWVY
nOr36WCjM24nM0glY3IUdJ57eVwdj5riJodT/VGm8APwtxuVNPF936QITF42EGeC
Epo7wbLS3ToEk9eEcHchreWXAztN/EHuiok1tAONIdme+wmu5DjgUVrX4zqqqPYX
Q7KmpRyo1xSXdDNa0hZTvEwNQQz0O9RHw6SuStoBGAZ4xSUzsWfH5LhdXwRWhMj5
qNF72wZ8Amh8OPE=
=A691
-END PGP SIGNATURE-



Accepted dokuwiki 0.0.20160626.a-2.1 (source) into unstable

2018-07-13 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 07 Jul 2018 11:59:53 -0400
Source: dokuwiki
Binary: dokuwiki
Architecture: source
Version: 0.0.20160626.a-2.1
Distribution: unstable
Urgency: medium
Maintainer: Tanguy Ortolo 
Changed-By: Reinhard Tartler 
Description:
 dokuwiki   - standards compliant simple to use wiki
Closes: 866245 889281 894018
Changes:
 dokuwiki (0.0.20160626.a-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * CVE-2017-18123: fix remote code execution through reflected file
 download. Originally prepared by  Antoine Beaupré 
 (Closes: #889281)
   * Fix loading of css (Closes: #894018)
   * Fix 'Invalid argument supplied for foreach() .../lib/exe/js.php'
 (Closes: #866245)
Checksums-Sha1:
 560bbfaaed5ab915f8510ab2de5c37630728a204 2179 dokuwiki_0.0.20160626.a-2.1.dsc
 bef662543580069e1f39cea4bd2002f5126c9078 97604 
dokuwiki_0.0.20160626.a-2.1.debian.tar.xz
Checksums-Sha256:
 57625259b66bd7dbd6636559b01b8fc15c42f3c99a097b9a3a8be71f6d570c23 2179 
dokuwiki_0.0.20160626.a-2.1.dsc
 95c00ab762c7547c871696569ce22554be5c03d795b1785290592e15eb62b325 97604 
dokuwiki_0.0.20160626.a-2.1.debian.tar.xz
Files:
 bce750584abedb30f75964de9a5c1cb5 2179 web optional 
dokuwiki_0.0.20160626.a-2.1.dsc
 eb901084dc1a92bcdf4821654eecda9d 97604 web optional 
dokuwiki_0.0.20160626.a-2.1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAltCA5gUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ6cbw//aKQ/I0stte8eAvNtR6ddcJasSiQT
vJilJ9OfYbb+2cjMg8Esail9HJHUh4NLRrxmlTzIqktMMWoMFWfFY4GgQ45OZdLQ
VzVP8y3b3WDxC+4NosuZhputcZOWO1BzCDi4OntWJ2AHtPQwR1DWMZk9BF+pDEet
bntApPEJhZf9t4ivptSOXKiIj6arMPZUGYm8bif85FK/JK1mT1fs2S4uIqCXz8KI
Xl9l5s1FDsBCWNDQwdERC/Pr6xjZeWGKFOiZvUEcOYlrNWzrn/yrKLpvF0WqKBsn
GijAoyvT6qm2NzFU3wnsZ0PAiGC1hmwEklzPQ2ylx65UAnweHoJaCH4o/1BiqbNL
Q+3Hkrc4eC8K/XK4nYGgUmWrgMNzfpZC5sIguVZQLdM4FzVGWKGdCXfbZ2EYMjP+
eFLQO0CSv5q9W15EyaUAwHGmDRCUydXuay2AaPKSirfdR1bciI+UqyWtOuSCHvKw
QFF1qra+X8r6/uQ0+o1YATxrlTN29IycYqWwki0w+qQGc/OiduS3EsjT8zzJO4FN
Jqh/pPBqXmtL/U7uruTlQ15GI+LpaRKVUYu6NJqxfY5XuMSc4aojHW1GJ2YABcW3
rE7KPMgnUF4hvZIrJJ3VB7bJcFwgkJYlS9haXabacdOiOhUKH1Hpk1ObFnzhnFDS
OmcvKwZdIGgmPbI=
=p8ff
-END PGP SIGNATURE-



Accepted aspectc++ 1:2.2+git20170823-7 (source) into unstable

2018-06-25 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 25 Jun 2018 10:59:10 -0400
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source
Version: 1:2.2+git20170823-7
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler 
Changed-By: Reinhard Tartler 
Description:
 aspectc++  - aspect-oriented programming extension for C++
 libpuma-dev - C/C++/AspectC++ Scanner and Parsers
 libpuma-doc - C/C++/AspectC++ Scanner and Parsers
Closes: 902220
Changes:
 aspectc++ (1:2.2+git20170823-7) unstable; urgency=medium
 .
   * Build depend on llvm-dev (Closes: #902220)
   * Add autopkgtest
Checksums-Sha1:
 4aef96d11a05ba03f7de04b89c4772d8f6d3b3f5 2310 aspectc++_2.2+git20170823-7.dsc
 04e2ea0d4344aba368506b3ddeade0dc63cd61d7 14868 
aspectc++_2.2+git20170823-7.debian.tar.xz
Checksums-Sha256:
 8437e5f7be3447e46f71b6565f59eb6372f557d708b6e35c1999425c249d 2310 
aspectc++_2.2+git20170823-7.dsc
 02383c8282e46521b25d5a8bb1915dd7712c8d05e161d1658be6ac7f7674cf79 14868 
aspectc++_2.2+git20170823-7.debian.tar.xz
Files:
 a7791b159a7ab091c1dda13ba726e9d1 2310 devel optional 
aspectc++_2.2+git20170823-7.dsc
 ccc216e1191b9caec0c700985b2bfd2f 14868 devel optional 
aspectc++_2.2+git20170823-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlsxDSoUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ4bqw/8CyaUy0N7k5r2U/RC5qOAGzSM/B0I
bAyknvXwtTOjwpAO6U0kLHvXxMK+J6q5vKXsaN/TgU8fDAtJncRewkFc3B8KKgli
1WEvGKXSxebofV9DeJU0v3Sj3GQ9zIdkzZfNZlX6F+uCHU9aeUV+t5HYACKj8ySM
03XI7OvD4QoGV5AcFTpbzm/51CoR/BsVbnj7oEysjqejYli1cDcRUEcxaa1zrNTe
PWQO1zpODXZkpr0q9FNY5AdN+NH/Si1g8rohmk2KHY21DWDDJAcB21ufkgHvVwcR
X/Xl5vrpqnxjmDARgfymd1EdSlNzk4JoYYpKTcTAfhL1zlF+d6UKWuTrqBG6xwT7
g82Dzzj0tcgq1Z1ZkYsd3UhPHFH3UDzSQQOWSwEBsXG6HTa3tbkDbLk69CXO9IJR
lIdhkrivgC/Z2Eu94dDbgS0pvAsMti0/GEsw86Nhlofs9Q6Xgh4y1Z9+Y/wKzMnT
y2LRoqTAnyuz7LOMBmjcnTcVHN3pSuqdPOY8/0NYyxkJMnLzUzEbldnYQqs9zAGL
CBo40ofJt29gnemIgm+GdDmWj/fxLY9C/4/CxGROHkzhDDgWo4dtWCYQzxwwTBgd
UXsXwv8dBYoGTfbmlLKA0KR1Ui2UGgcShqTXvl1D7P/55E2YGoWLCFarJ7h7LJrj
erHs0Uas4lXQ0fY=
=Nogo
-END PGP SIGNATURE-



Accepted smplayer 18.5.0~ds1-2 (source) into unstable

2018-06-19 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jun 2018 13:58:18 -0400
Source: smplayer
Binary: smplayer smplayer-l10n
Architecture: source
Version: 18.5.0~ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Reinhard Tartler 
Description:
 smplayer   - Complete front-end for MPlayer and mpv
 smplayer-l10n - Complete front-end for MPlayer and mpv - translation files
Closes: 870233
Changes:
 smplayer (18.5.0~ds1-2) unstable; urgency=medium
 .
   * Disable downloading potentially insecure javascript from youtube.com
 (Closes: #870233)
Checksums-Sha1:
 8e01b5c3f51f961454a49bb4c595917cfedbe5e6 2317 smplayer_18.5.0~ds1-2.dsc
 630e4854eaebb6e65ff1b8f881605dd282089d40 15364 
smplayer_18.5.0~ds1-2.debian.tar.xz
Checksums-Sha256:
 319a39702e945b4452d91597d7452a182067820b792a05d13487046fc7d20c10 2317 
smplayer_18.5.0~ds1-2.dsc
 679508858ebf8ab25b1065944d876c0573d62e39694a6bebbadc650a411fbbb0 15364 
smplayer_18.5.0~ds1-2.debian.tar.xz
Files:
 f1e4bae7d3a7e5d096bd99a95b4c2ec7 2317 video optional smplayer_18.5.0~ds1-2.dsc
 5ab466de6669f4235574d0ae7a14c134 15364 video optional 
smplayer_18.5.0~ds1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlspRQEUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ7ezg//dxa75EW3pslcwQtQwD8nQ41RZ9U3
4kzK1XBKeW86+OMXRBNPXoMRlboPVAmeCJw8ft19L3GULaW+SvVqgSv2SgEhnbyu
DcmsI1lHY1N6S5gwyfMV2MdQiPkVCkVaRQzX3hrNG+dOkS67k991MY91+AxkXJFf
M4mdC89cnhgh4idGw1pwH2GMy2M+GNFwuDzQrWRkQDIk2yZPRdOaG/Ral18cdif9
Wwtw8EzVlhQKPpUsVwX6pr1GTAywsGdlZ9q+NVM8MVrhF9kV6oMHjkqA2Xl0VbfL
p23U00lwYA0hW7ekzfC5awOt+zNQEE+hIXgCDdhqGRdOBzpcCR34d8i3xdBCay4r
czF9MgmiUCItHogAnVg73vfnyEviv82IzajfrAD8XfVMRxWmIFQ6geV3lr52ws60
Duft10SJgkuBtddX7Jsnz541DCZdlwlIZmAhHyuyBbv8HPdejxrI2Ha+b50QkIwu
y0HpohltbbliFNYVWKESckx0lVUh9wCN/HtDZdeWKOu8FTkmbur03W5MzDmB8GBD
jFk4pcqu07nPYjJNcG2iQMV72RGSp1QRiCOTNOuY3hwhBZWfqF/7CCVYn2IKEBad
B9/w8WqVqFwhQawCab8Xz7eSWcrsivYEuAKcn+tqWeU/JfxHExvFQzSTCgfgJa58
RHzxGg2IA3URCGw=
=vYvU
-END PGP SIGNATURE-



Accepted smplayer 18.5.0~ds1-1 (source) into unstable

2018-06-18 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Jun 2018 14:58:36 -0400
Source: smplayer
Binary: smplayer smplayer-l10n
Architecture: source
Version: 18.5.0~ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Reinhard Tartler 
Description:
 smplayer   - Complete front-end for MPlayer and mpv
 smplayer-l10n - Complete front-end for MPlayer and mpv - translation files
Closes: 897863 898943
Changes:
 smplayer (18.5.0~ds1-1) unstable; urgency=medium
 .
   [ Reinhard Tartler ]
   * New upstream release.
* Disable chromecast support to workaround security issues in the
  "simple web server" mongoose (Closes: #898943)
 .
   [ Mateusz Łukasik ]
   * Add debian/patches/07-fix-ftbfs-gcc8.patch:
 - Fix FTBFS with gcc-8. (Closes: #897863)
Checksums-Sha1:
 cb7e0a81df0ad9355044a885551ba27ef6ae68cd 2317 smplayer_18.5.0~ds1-1.dsc
 d43065cd07c66e8b354be1d929a98e25a9805fd1 4585206 
smplayer_18.5.0~ds1.orig.tar.bz2
 05f419da4c67210cb33009d7a1be53dd411b97fc 15160 
smplayer_18.5.0~ds1-1.debian.tar.xz
Checksums-Sha256:
 c0af90e30fbcd0016be28cacddd772b25777ee4d90322f037cb1cba352100c3a 2317 
smplayer_18.5.0~ds1-1.dsc
 1e0f17b34527157c33a397b3e2cc8472a9e01c6786f62494771fea81afd8fbee 4585206 
smplayer_18.5.0~ds1.orig.tar.bz2
 e87120186934b3dfadb0179b6751720bfe52d45eec8c4b05f67742b4ddde9daa 15160 
smplayer_18.5.0~ds1-1.debian.tar.xz
Files:
 a16ce37494288323d44f09ce3e163a8d 2317 video optional smplayer_18.5.0~ds1-1.dsc
 09c5fab8d18acde34991c71d922fcc2a 4585206 video optional 
smplayer_18.5.0~ds1.orig.tar.bz2
 3dcfdaca497a397eb832a38e063d8497 15160 video optional 
smplayer_18.5.0~ds1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlsoBHQUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ6O6BAAhPPvYGxXhIrQuJ+o/WdG+HHxRNz0
Z7uIbpvBOdJ99sTBvkmg9mGj/T2jGk/t4skn7Dl+GEnZqtAx+IlesbyRAButxTIO
Ygr7NJGGstpSaqrmix2XRcW9oTAxkBZgZAy6TFmc/asBwZsdWyzyh1Hd2wsCRgNr
P7Ophfe1e9oj7WuxcY0Z4+D5LbJogaPXEu01ul/3Co5oV3tRLvPHRg6hJpNPiOiM
kSm83rKDh1QqAZKKio3T4jB0I+xGWiNormFuDPP08Fj2bNujEnR3Pg7kbfWrfHUt
mn6B5Ei5paX/LHUwxblLlwy2MJ2UHqqvcfvIug799+FtlEMMxJTHjks0lLMhHHeS
qoAQTRcrnOdxCRY0xg7XjFt6NJF/meFI2wcih9yM4/BQNVS77Ak6FAYWWN31Llqn
znJbKMANG23KoC8Pb0gKpVTXTjZHG1Th+ZlfaBlfwzWmz92zOU2iL6KTnOv8H00H
Stq+P9vIvTF5IzXD73TwTjr/O1ZsWydMXJxZ8TJoFifknsJdFfjrC7SDV+wKGxCX
yuOXCO/VDx22ZELJqc4GtZluN8Y0oASfCX3fshO5uJr3/O6tIneSRiw08KL3ZxaG
CvvRjRWk6miekz3cri2zYbBk9TsgY8k1OCnA4nafSC9o2cHWu2j7PfUDOvNSatkO
+UC721ZPK+3jQDc=
=lGUZ
-END PGP SIGNATURE-



Accepted aspectc++ 1:2.2+git20170823-6 (source) into unstable

2018-05-22 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 May 2018 09:31:45 -0400
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source
Version: 1:2.2+git20170823-6
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <siret...@tauware.de>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Description:
 aspectc++  - aspect-oriented programming extension for C++
 libpuma-dev - C/C++/AspectC++ Scanner and Parsers
 libpuma-doc - C/C++/AspectC++ Scanner and Parsers
Closes: 897709
Changes:
 aspectc++ (1:2.2+git20170823-6) unstable; urgency=medium
 .
   * Add patch to fix FTBFS with gcc-8 (Closes: #897709)
Checksums-Sha1:
 f43a1805276ee36fb9f81f4b0c71d5d426d81ba0 2291 aspectc++_2.2+git20170823-6.dsc
 189efb415abdaa0b3cb1fbbf82885989ebd99a6e 14564 
aspectc++_2.2+git20170823-6.debian.tar.xz
Checksums-Sha256:
 048c09e8de744fb0d97d30a8fdaf73b765842abcbdd88790f2392b17b213d93e 2291 
aspectc++_2.2+git20170823-6.dsc
 3c992518d61899e161fe369f36f647f942eea6c06a7c70fbc63fdecdd1349278 14564 
aspectc++_2.2+git20170823-6.debian.tar.xz
Files:
 0f1bbcf7a733794684dfc9452b5f60b0 2291 devel optional 
aspectc++_2.2+git20170823-6.dsc
 7a81b858d777d88d951b70b770731763 14564 devel optional 
aspectc++_2.2+git20170823-6.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlsEHK4UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ6q6hAAx4F45zPH+r0A7NpiN5oWSoWQh9ck
uktX7ELtzvpqBenwTVCuhNWe8gXb4k0A+Syj9XmMY6HcC2cncTqLCkdMmroM3/md
UR8y8IVcyV3HZ7r9ph3AKgZ86SvKpJwqnf0k9BBQFy994aHT5Sgtv+vtCAVTWwGv
QgDhtBeWC7znfPJrF0lZLInUrO61zKpMcnogc5CXMvcbJS/0c/FdPv4nOP+Ix5g8
CD5k2VfDJdHCJb6GGRmBYSH/JTt9A2nGEZX1m0zf4vbCVlH5Ofy/1zAsededC+YL
gcw7SMndM3mSOXcxdv0ZpFI9k+TZfb1frmdhVC3603ioneZH/Z6V+cGd2QDeVGup
wTFb9MqNB12BhUTY4KDNPJOF9N09GnKvJEgDioyilj5KU2WqCGqfOOwf/aMJmz3W
atOGZOFlhUUZ7/4WTw0R+1AT7ErBCv+5LB7jZIJBGhJ5YKXzCuMnk9ung9ybKw2g
MOsiASUo8cdSPjAlqbh8qu+WND3tF0XOLEahxhGuXbkP78howVqLRdAwVHch4D1l
2wQQhNWnFm2IvDsdYGV9ucslYAVLqOeDqD3tYQrzxa1x0yNZ4GlcHH4Q3zjBmVX2
dvOYKWNkcpr0f55WTg0es5omi0B3zF1pDE+wmVDzwB6e12MN5JMae07DcEmxdxX7
zeDQYkqasB6wMwI=
=hC+0
-END PGP SIGNATURE-



Accepted whatthepatch 0.0.5-2 (source all) into unstable

2018-04-23 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 23 Apr 2018 08:37:16 -0400
Source: whatthepatch
Binary: python-whatthepatch python3-whatthepatch
Architecture: source all
Version: 0.0.5-2
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <siret...@debian.org>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Description:
 python-whatthepatch - Library for parsing patch files (Python 2)
 python3-whatthepatch - Library for parsing patch files(Python 3)
Closes: 896664
Changes:
 whatthepatch (0.0.5-2) unstable; urgency=medium
 .
   * Bug fix: "Please drop override of
 new-package-should-not-package-python2-module", thanks to Chris Lamb
 (Closes: #896664).
Checksums-Sha1:
 0c56f6874ba17683c20f5128b5011ed172ab6356 2089 whatthepatch_0.0.5-2.dsc
 13018f75c16b5b89477e1ea5b96c7f0904e2ff6d 2140 
whatthepatch_0.0.5-2.debian.tar.xz
 22d87c8dc49ca9db4d25df8af3ec01133046e7c2 9864 
python-whatthepatch_0.0.5-2_all.deb
 0b3f9293c504a3d5235a3193b57737cdd0fb0cbd 9964 
python3-whatthepatch_0.0.5-2_all.deb
 e5f460a605897d722fdbf843667c75c3916e8585 6927 
whatthepatch_0.0.5-2_amd64.buildinfo
Checksums-Sha256:
 59569827a406161a310ba42f21b3b9f8ce072a02b043f38112588fc71d65f93a 2089 
whatthepatch_0.0.5-2.dsc
 73bd0e3e4a92714857aea0565be6ee0ff11d61dff224c950210c2f2e210097c7 2140 
whatthepatch_0.0.5-2.debian.tar.xz
 22c7729b7d8062a084157d7b785a5601447d2c1998a9314e1a9702d1ac80e8c5 9864 
python-whatthepatch_0.0.5-2_all.deb
 176bd662e60b1acf07395008b5531972ebf56fa50fdb8235fb090adcff47870a 9964 
python3-whatthepatch_0.0.5-2_all.deb
 53fc392ac4f58df3f90bec236dc4cb7b67cf1cee16313a8455453d8897a50482 6927 
whatthepatch_0.0.5-2_amd64.buildinfo
Files:
 f529c00530ca48d12f08f91a06702939 2089 python extra whatthepatch_0.0.5-2.dsc
 26b58e8592373213755f7e68bff2 2140 python extra 
whatthepatch_0.0.5-2.debian.tar.xz
 329a5bc05e0e579292488879a7209f1b 9864 python extra 
python-whatthepatch_0.0.5-2_all.deb
 deb155e7fd00937d18f473b4135fc707 9964 python extra 
python3-whatthepatch_0.0.5-2_all.deb
 9a0c9619485421d2e99a0e476950a6ec 6927 python extra 
whatthepatch_0.0.5-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlrd1FcUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ5A1Q/+IUEvfsq/+q87DUl02JrDDLv6107W
OSbb9vcAVpZReVXzapZOMOU7QtZE49iBTKV50TwBebG++VDUR82RGpPTXkzZ9/JQ
2iSmf+ISND0C+uCSxvku5KcIEkR+TfrjTGjOsEv/OlGVirmoxhSitzl5GCCQuAMR
JbJMpnHJ7cX58BQqOsPq9Mp+4quWVNZhMaNIs3jyd0kmaEZ7+vky6vHOD9rvLsJQ
Xn0AJzHqHmUVHrlE8KmKtD5mYc1+dxJyJ8Oy96lNC5cfkSy+6WvkVXr8oa6v8Dz4
16eqsEv+iTzmJAmQ8beV+gSdtDHpjRZu1tk/lYyS8NvKgvW6fxpnBZ3vKU9ewnIF
rwFmfWrKSerCLedjTcFq1MU0vOGjXqBypAHiZt189dWETJ8gh7LS6ZeMEU0l4UnK
MmlucwJHNFpNPEiqNMZmyOzmzSmDmzUjrg7FMyl8YuZl+6/M5ba/ltVIPUSRtw6R
D1kiq7MCOzp3R2RgH4l3Jn8Vu0A6+uiV/hacaqJUq5z7FCaJ2mJuDQ5YG0YJXlMp
5aPxdl3PQiLNysFln3Yu5dArcktkuxH+ry5RbRDI96fP6Eaq/h36C4wiGk0Hx7G5
F/ZJPOUHxQnjrkp6DMUSRFwvOvkcvAuJuzsCgWD8T4gMgsCPLmT4BFYYBSnQ75qf
BD0TYx+S/OdTtSE=
=TDOD
-END PGP SIGNATURE-



Accepted aspectc++ 1:2.2+git20170823-5 (source) into unstable

2018-04-18 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 18 Apr 2018 19:14:12 -0400
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source
Version: 1:2.2+git20170823-5
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <siret...@tauware.de>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Description:
 aspectc++  - aspect-oriented programming extension for C++
 libpuma-dev - C/C++/AspectC++ Scanner and Parsers
 libpuma-doc - C/C++/AspectC++ Scanner and Parsers
Changes:
 aspectc++ (1:2.2+git20170823-5) unstable; urgency=medium
 .
   * Fix typo that resulted in wrong CFLAGS during compilation
Checksums-Sha1:
 c381794ba7b32da176c12e89188cada7ff669c2c 2291 aspectc++_2.2+git20170823-5.dsc
 327f2cd6fdd0f8fd813c3c79c9f7235a49e0ddf9 14280 
aspectc++_2.2+git20170823-5.debian.tar.xz
Checksums-Sha256:
 ca598edee6b584de352875cacf88459bcd12e59501dc81a8318138dcdbe0fc1f 2291 
aspectc++_2.2+git20170823-5.dsc
 ed27eace5f42a88c5d4213cab010b659a5d3a4d442ffe6091497c4a2000d65fa 14280 
aspectc++_2.2+git20170823-5.debian.tar.xz
Files:
 d9a4bb9265e558edc13d20d80ef60906 2291 devel optional 
aspectc++_2.2+git20170823-5.dsc
 f7ea6b29a8e125e73112ee0d747eaef5 14280 devel optional 
aspectc++_2.2+git20170823-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlrX0akUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ78fBAAkVbPsIJW8fFIHgMQe7k5YevO9o24
SHOMa78cFRonFMb2MrlbuWofPX0vG/u6WRNSPr9RyBPhdQhNgX54efQziAEkmsnY
JWhLlCN32YbCx/aS0HY/4gkpMncRSoKQbiCw/wtm7AoCWBxXnS8C9AqYE7hTlzqS
qp4M/Ws+gbBG0YeaEuyfvSQQ1Sd5bF65eW9ozxX21n27dfmOZbxo1NVe2HMniU9v
2311LMyVWELMiQPyoxNeImmS/fwTb+Zxp7z2J3mANrbfqWH3N4w0nlY1VVLmld5U
fNLFoumDiTB0fcKDhTvJ4/gTmT4I0tUlO7RNa1HlHtdlr7NxvkONoPHAd5h3i9fR
yChWTlOXIpP2JLpHX9T6rJ9RtwQU2q2kXeb17tUOhaW2D3+DAvBdeQeMHm5EWy9I
EJtXiwitAYz13kJ4tFBVX6jJB4hT367SjfqqwRquQa//HoP64UZq5OvUVkGs2IRh
NOpkQRrQIP15U1bH3/Fc1NTRwQmGCbb34Uif8ISfWEthaUhqmUrrwi2AYu/gvXgv
BoGvsEYXQRHDYUixkMP4eP0b/6Feic397oYXGFIOANKZSsr04wPE3g3QV5gDF4L2
0LACI3PcTp2zlDms/41sESUlSDdsjBF97qAIUmvvh/rjRLohMPikI9eGUHcsXs3L
ikeUKNhdQzN0q7E=
=7cj0
-END PGP SIGNATURE-



Accepted aspectc++ 1:2.2+git20170823-4 (source) into unstable

2018-04-17 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 17 Apr 2018 20:59:46 -0400
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source
Version: 1:2.2+git20170823-4
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <siret...@tauware.de>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Description:
 aspectc++  - aspect-oriented programming extension for C++
 libpuma-dev - C/C++/AspectC++ Scanner and Parsers
 libpuma-doc - C/C++/AspectC++ Scanner and Parsers
Changes:
 aspectc++ (1:2.2+git20170823-4) unstable; urgency=medium
 .
   * Fix compilation options for builds on armel and armhf
Checksums-Sha1:
 adece7dae8b7e4dbcecb66901bf9f11b0349f3fe 2291 aspectc++_2.2+git20170823-4.dsc
 98dd60afaeb94a5ba76b44f3ece013482ebe5a09 14240 
aspectc++_2.2+git20170823-4.debian.tar.xz
Checksums-Sha256:
 07a3cd4e5084399bb527873a813ea0d95ad9850fa20fae22eb3d3a1f03beddcb 2291 
aspectc++_2.2+git20170823-4.dsc
 906958198949ebea4b07569ddb6b04d0b1c33e6a39b4293ea93d979f28c77bd7 14240 
aspectc++_2.2+git20170823-4.debian.tar.xz
Files:
 7cd92af808d46ee945303272e05cfb9b 2291 devel optional 
aspectc++_2.2+git20170823-4.dsc
 190c10b71191f07a7e17fff2360382c1 14240 devel optional 
aspectc++_2.2+git20170823-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlrWmS4UHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ6AVw//a9R/Sv1Lrzb/BmrA4kKLkqtwj7Q2
bhRpLoMozi/BWHt3vx7A+KeyG7AIJ36K7SlyxMhmh2PdKubdcJJP5XTCw6EWzexE
it9Dmt3KaBzb3+PZw14GkQNVm0ZGnw/DZASLCIGf6tzEFH6Hduohf9GY+E5b24zg
juJkDkURzFkEt7SSvcGnjYPWeVqkUlFwjhsXRbKpIiFvqmH+X7U882QyiCUc3qRL
ZpNh1gIPH18WfaRoTlieCe/CfkzVcmqica/9lpMOceiwYdO1boR92JEqPDZZIAvS
13pQ5ySxazqKrZ0cR5n9TV8eMmnW7obSEa/N+FVB98PBNda16mI6kIQ1o9tgTkTh
0VnW0ObJXpP3x7f3nm93HMnIBrD1xKZAlt6XvLCDa7Pyoqov6vtfAH8ssXAK6nFr
dHBjN5GR4Nm9QNCYuBVME4qLlWopMsNMQvfqalJ03kx7zp416ck+gpxFM1fA9JHg
+2MOh6GwyM4sJffO/hEv5i5uCPsb+5/SnrreD8HJEwu/2QlEciuKQG5cKigQXnb5
ZXBTr74TyNse/G3gelKKp76hzwXG8dVEpoqiL6xoGUsCo/ZNqbj2CNCfdrM7GSLU
L2SGZMAzgCmHo+HFtJ1hYmo6m6IVYqTIVQri1DfOyKapTRmMiIK0P9FYGVuCped+
vv6OtjtZU2EJ8Ag=
=h/2R
-END PGP SIGNATURE-



Accepted aspectc++ 1:2.2+git20170823-3 (source) into unstable

2018-04-15 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Apr 2018 17:48:31 -0400
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source
Version: 1:2.2+git20170823-3
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <siret...@tauware.de>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Description:
 aspectc++  - aspect-oriented programming extension for C++
 libpuma-dev - C/C++/AspectC++ Scanner and Parsers
 libpuma-doc - C/C++/AspectC++ Scanner and Parsers
Closes: 894620
Changes:
 aspectc++ (1:2.2+git20170823-3) unstable; urgency=medium
 .
   * debian/control: Update Vcs fields to point to salsa
   * aspectc++ FTBFS on armel: decrease optimization levels like on armhf
 (Closes: #894620)
Checksums-Sha1:
 2b96748c9a5da8a00d199368b2805d7653569f7c 2291 aspectc++_2.2+git20170823-3.dsc
 c29340d04a3fba2a28b2d84fe8a4c7f471a1c776 14212 
aspectc++_2.2+git20170823-3.debian.tar.xz
Checksums-Sha256:
 5fdbc1bfbd7e496617a56582e419d5184be1a000c10aaec6c7512743a6ea84b7 2291 
aspectc++_2.2+git20170823-3.dsc
 3338bce6423eccc7c8e7ddf4537b8154e2cae9e29e8096d9092942302df1263a 14212 
aspectc++_2.2+git20170823-3.debian.tar.xz
Files:
 d71f3a43a7c0e95bdab6a2d850ace451 2291 devel optional 
aspectc++_2.2+git20170823-3.dsc
 80315a86ae1b8d6154c0a8b109dd70e8 14212 devel optional 
aspectc++_2.2+git20170823-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEE6n5rckvJ+/LRcetya3IL6cXPbZ4FAlrTyiYUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQa3IL6cXPbZ5KxRAA218R97/i84EIaCjXCnUDmoKhKX8K
GP0S2yxzq4C46QH/XYWqP4eOcckFePxArnmt0s6IAHWLxJohZEmAMUV2dEX6iCdt
OUVUWZERb4O5jjVy/o4J3pBegbhAMtOQdyOkfAQh6mC5yaEEL1Dvocd7Pl00ce8K
jHDfc5t87K9GB3ske7gMA0AYC84BPeSgHFKbm5SPT4eOQIiPBUdK4g5FGJqQz/RH
o2AOKZWpt53rqLa8qWT9vo25JNfcmxNTj5k2BoFcfCJCVgs9hF7c+8E4AKI9Cg2c
+2Iv28ASOo5MoOtKVNV+PkfIYBKIuC2P62b4ikBnJrAE9cMnEY76iz2IoN8nmmop
Eo6IgZZ6MOTzSs+962UVUIzFW5RNdcWnbnOqEkCwMJJ63bqgZ+vcOVi4QK3FFqr7
1ZqaHeSBiTfI+hGXll/pCapeGPNcvRXNJoFpYMFy8vCPj49R4+KH+bzC6h+1y2Dv
5QaXeQnrtVSB17VgTgZmexSojEh4b+2tMyyuYgzIItZZ3tmfn2zoThOhPj0oit8A
/QJsCXdGiM/4hz82YqcKdkIJnh1Izi1DBjAICwS4S2XqfEq06lvLXSzFrZVQRaQy
gSB+qqnRFpxScIg+0xshWwMYHtoskTkNlcrGcs6psq2VzMMALcUxaMVRDt9yvoRG
d30jA+VchLMewTc=
=SNm8
-END PGP SIGNATURE-



  1   2   3   4   5   6   7   8   9   10   >