Bug#1070452: ITP: pytest-lazy-fixtures -- pytest plugin to use fixtures in @pytest.mark.parametrize

2024-05-05 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org, 
1063...@bugs.debian.org

* Package name: pytest-lazy-fixtures
  Version : 1.0.7
  Upstream Contact: Petrov Anton 
* URL : https://github.com/dev-petrov/pytest-lazy-fixtures
* License : Expat
  Programming Lang: Python
  Description : pytest plugin to use fixtures in @pytest.mark.parametrize

 This plugin was inspired by pytest-lazy-fixture; that plugin is incompatible
 with pytest 8.x, so this can be used as a replacement.
 .
 Improvements that have been made in this project:
 .
  * You can use fixtures in any data structures
  * You can access the attributes of fixtures
  * You can use functions in fixtures


This will allow those packages using pytest-lazy-fixture (which is now
unusable in debian/testing) in their tests to migrate to this
maintained alternative.  (See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063957)

It will be maintained within the Debian Python Team, and I will be
listed as an Uploader.



Bug#1068557: ITP: sphinxcontrib-openapi -- Sphinx extension to generate API docs from OpenAPI spec

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: sphinxcontrib-openapi
  Version : 0.8.4
  Upstream Author : Ihor Kalnytskyi
* URL : https://github.com/sphinx-contrib/openapi
* License : BSD-2-clause
  Programming Lang: Python
  Description : Sphinx extension to generate API docs from OpenAPI spec
 This extension generates API documentation for reStructuredText
 documentation using the Sphinx system. It also depends on
 `sphinxcontrib.httpdomain` that provides an HTTP domain for describing
 RESTful HTTP APIs.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/sphinxcontrib-openapi



Bug#1068556: ITP: sphinxcontrib-emojicodes -- Sphinx extension to use emoji codes in Sphinx documentation

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: sphinxcontrib-emojicodes
  Version : 0.3.1
  Upstream Author : Copyright: The Sphinx Emoji Codes contributors
* URL : https://github.com/sphinx-contrib/emojicodes
* License : BSD-3-clause
  Programming Lang: Python
  Description : Sphinx extension to use emoji codes in Sphinx documentation
 This extension allows one to write things like |:smile:| in Sphinx
 documentation.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/sphinxcontrib-emojicodes



Bug#1068555: ITP: rfc3986-validator -- RFC 3986 validator (Python library)

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: rfc3986-validator
  Version : 0.1.1
  Upstream Author : Nicolas Aimetti 
* URL : https://github.com/naimetti/rfc3986-validator
* License : Expat
  Programming Lang: Python
  Description : RFC 3986 validator (Python library)
 This package provides a validator for URIs to determine whether they
 conform to the Internet Engineering Task Force (IETF) specification
 (RFC 3986).

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/rfc3986-validator



Bug#1068554: ITP: rfc3339-validator -- RFC 3339 validator (Python library)

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: rfc3339-validator
  Version : 0.1.4
  Upstream Author : Nicolas Aimetti 
* URL : https://github.com/naimetti/rfc3339-validator
* License : Expat
  Programming Lang: Python
  Description : RFC 3339 validator (Python library)
 This package provides a validator for date-time strings to determine
 whether they conform to the Internet Engineering Task Force (IETF)
 Internet Date/Time Format (RFC 3339).

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/rfc3339-validator



Bug#1068553: ITP: python-overrides -- Python decorator to verify that expected overrides are maintained

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: python-overrides
  Version : 7.7.0
  Upstream Author : Copyright: Mikko Korpela
* URL : https://github.com/mkorpela/overrides
* License : Apache-2.0
  Programming Lang: Python
  Description : Python decorator to verify that expected overrides are 
maintained
 Provides a decorator @override that verifies that a method that
 should override an inherited method actually does it.  Python has no
 standard mechanism by which to guarantee that (1) a method that
 previously overrode an inherited method continues to do so, and (2) a
 method that previously did not override an inherited will not
 override now.  This package allows this to be addressed in an automated
 manner.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/python-overrides



Bug#1068552: ITP: python-isoduration -- Operations with ISO 8601 durations (Python 3 package)

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: python-isoduration
  Version : 20.11.0+git20211126.ae0bd61
  Upstream Author : Víctor Muñoz 
* URL : https://github.com/bolsote/isoduration
* License : ISC
  Programming Lang: Python
  Description : Operations with ISO 8601 durations (Python 3 package)
 ISO 8601 supports time durations in string format, for example
 "P3Y6M4DT12H30M5S" represents a duration of 3 years, 6 months, 4 days,
 12 hours, 30 minutes, and 5 seconds. This package supports working
 with such durations, addressing the shortcomings of the isodate package.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/python-isoduration


Bug#1068551: ITP: python-fqdn -- Python library to validate fully qualified domain names (FQDNs)

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: python-fqdn
  Version : 1.5.1
  Upstream Author : ypcrts
* URL : https://github.com/ypcrts/fqdn
* License : MPL-2.0
  Programming Lang: Python
  Description : Python library to validate fully qualified domain names 
(FQDNs)
 This package validates FQDNs conforming to the Internet Engineering
 Task Force (IETF) specification (RFC 1123 in particular). The design
 intent is to validate that a string would be traditionally acceptable
 as a public Internet hostname to RFC-conforming software. Configuration
 options can be used to obtain more relaxed checks.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/python-fqdn



Bug#1068550: ITP: pytest-mypy-testing -- Plugin to test mypy output with pytest

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: pytest-mypy-testing
  Version : 0.1.3
  Upstream Author : Copyright: David Fritzsche
* URL : https://github.com/davidfritzsche/pytest-mypy-testing
* License : CC0-1.0
  Programming Lang: Python
  Description : Plugin to test mypy output with pytest
 This plugin provides a way to test that mypy produces a given output.
 As mypy can be told to display the type of an expression, this allows
 one to check mypy's type interference.

This package is a test-time dependency of the new version of
traitlets; the current version in unstable has the relevant tests
ignored at present, but it would be good to be able to include these
tests in the autopkgtest suite.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/pytest-mypy-testing



Bug#1068548: ITP: picobox -- Opinionated Python dependency injection framework

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: picobox
  Version : 4.0.0
  Upstream Author : Ihor Kalnytskyi
* URL : https://github.com/ikalnytskyi/picobox
* License : Expat
  Programming Lang: Python
  Description : Opinionated Python dependency injection framework
 Picobox is designed to be clean, pragmatic and with Python in mind.
 No complex graphs, no implicit injections, no type bindings - just
 picoboxes and explicit demands.
 .
 It is a small, thread-safe, pure Python library with no dependencies.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/picobox



Bug#1068549: ITP: pytest-console-scripts -- Pytest plugin for running Python scripts from within tests

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: pytest-console-scripts
  Version : 1.4.1
  Upstream Author : Vasily Kuznetsov
* URL : https://github.com/kvas-it/pytest-console-scripts
* License : Expat
  Programming Lang: Python
  Description : Pytest plugin for running Python scripts from within tests
 This plugin is quite similar to `subprocess.run()`, but it also has an
 in-process mode, where the scripts are executed by the interpreter that's
 running `pytest` (using some amount of sandboxing).
 .
 In-process mode significantly reduces the run time of the test suites
 that run many external scripts. This is speeds up development. In a CI
 environment subprocess mode can be used to make sure the scripts also
 work (and behave the same) when run by a fresh interpreter.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/pytest-console-scripts



Bug#1068547: ITP: jupyter-server-terminals -- Jupyter server extension providing support for terminals

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: jupyter-server-terminals
  Version : 0.5.3
  Upstream Author : Jupyter Development Team
* URL : https://github.com/jupyter-server/jupyter_server_terminals
* License : BSD-3-clause
  Programming Lang: Python
  Description : Jupyter server extension providing support for terminals
 This package allows Jupyter servers to interface to terminals via
 Tornado websockets.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/jupyter-server-terminals



Bug#1068546: ITP: async-asgi-testclient -- Python async client for testing ASGI web applications

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: async-asgi-testclient
  Version : 1.4.11
  Upstream Author : Jordi Masip 
* URL : https://github.com/vinissimus/async-asgi-testclient
* License : Expat
  Programming Lang: Python
  Description : Python async client for testing ASGI web applications
 This library is used for testing ASGI (Asynchronous Server Gateway Interface)
 applications.  It is designed to be a common testing library for such
 applications that does not depend on the specific web framework being used.
 .
 It works by calling the ASGI app directly rather than via a web server.

This package is a (recursive) dependency of the new version of
jupyter-server.  (More precisely, it is a test-time dependency of a
currently unreleased version of picobox.)

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/async-asgi-testclient



Re: Seeking a small group to package Apache Arrow (was: Bug#970021: RFP: apache-arrow -- cross-language development platform for in-memory analytics)

2024-03-31 Thread Julian Gilbey
Hi Diane,

On Sat, Mar 30, 2024 at 08:59:39PM -0700, Diane Trout wrote:
> Hi Julian,
> 
> On Sat, 2024-03-30 at 20:22 +0000, Julian Gilbey wrote:
> > Lovely to hear from you, and oh wow, that's amazing, thank you!
> > 
> > I can't speak for anyone else, but I suggest that pushing your
> > updates
> > to the science-team package would be very sensible; it would be silly
> > for someone else to have to redo your work.
> > 
> > What more is needed for it to be ready for unstable?
> 
> 
> The things I think are kind of broken are:
> 
> We've got 7.0.0 and upstreams current version is 15.0.2.

Yes, that does seem a little less than ideal!

> the pyarrow 7.0.0 tests fail because it depends on a python test
> library that breaks with pytest 8.0. Either I need to disable the
> python tests or upgrade to a newer version.

It may well be that newer versions would work with pytest 8.x.  I
don't think it's worth spending time trying to patch such a relatively
old version.

> My upgrade didn't go smoothly because uscan found also upstreams debian
> watch file which is too loose and matches some other tar balls on their
> distribution site.
> 
> (Though I don't know why uscan keeps looking for watch files after
> finding one in debian/watch)

Oh dear.  uscan(1) does say:

   Unless --watchfile is given, uscan looks recursively for valid source
   trees starting from the current directory (see the below section
   "Directory name checking" for details).

and then:

   For each valid source tree found, typically the following happens:
   [...]

so yes, it will look at more than one location.

> And you were probably right in that arrow needs to be a team, because I
> have no idea how to get other the other languages interfaces packaged.

I suggest that without anyone else volunteering to do those other
language interfaces (perhaps it's not a pressing need for people
working with language X), I wonder whether it's worth just packaging
the Python (and presumably C++) interfaces for now, and then if others
want to join the effort to support language X later on, a new version
of the Debian package can be uploaded with a new binary package for
language X.  It does mean more trips through the NEW queue if and when
that happens, but given that no-one's shown interest in language X for
the last several years, this is unlikely to be much of an issue.

Version 7.0 provided support (it seems) for: GLib (seems that a draft
framework for building this is already in the Debian package, and it
can then be used in lots of languages), C++ (this is the core
libraries), C# (not of interest to us), Go, Java, JavaScript, Julia,
Matlab (not of interest to us), Python, R, Ruby.

> Oh and I probably need to get the pyarrow installed somewhere, since it
> was stopping at the tests I hadn't run into dh_missing errors yet.

Oh.  Would pybuild do that automatically (perhaps specifying
PYBUILD_PACKAGE)?

Best wishes,

   Julian



Some t64 libraries already in testing; I'm confused

2024-03-30 Thread Julian Gilbey
My very limited understanding of this major transition was that the
t64 libraries are being held in unstable until (almost) everything is
ready, at which point there will be a coordinated migration into
testing.  But I've now been asked to upgrade something on my testing
machine which pulls in a t64 library.  Has something slipped through
the net, or is this intentional?

Looking through testing, I see the following t64 libraries present:

libaio1t64
libfyba0t64
libglibmm-2.68-1t64
libnetcdf19t64
libudns0t64
libczmq4t64 (virtual package; libczmq4 provides this)

Best wishes,

   Julian



Re: Seeking a small group to package Apache Arrow (was: Bug#970021: RFP: apache-arrow -- cross-language development platform for in-memory analytics)

2024-03-30 Thread Julian Gilbey
Hi Diane,

On Fri, Mar 29, 2024 at 11:49:07AM -0700, Diane Trout wrote:
> On Mon, 2024-03-25 at 18:17 +0000, Julian Gilbey wrote:
> > 
> > 
> > So this is a plea for anyone looking for something really helpful to
> > do: it would be great to have a group of developers finally package
> > this!  There was some initial work done (see the RFP bug report for
> > details: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970021),
> > but that is fairly old now.  As Apache Arrow supports numerous
> > languages, it may well benefit from having a group of developers with
> > different areas of expertise to build it.  (Or perhaps it would make
> > more sense to split the upstream source into a collection of
> > different
> > Debian source packages for the different supported languages.  I
> > don't
> > know.)  Unfortunately I don't have the capacity to devote any time to
> > it myself.
> > 
> > Thanks in advance for anyone who can step forward for this!
> 
> I've been maintain dask and anndata and saw that apache arrow was
> getting increasingly popular.
> 
> I took the current science-team preliminary packaging 7.0.0 packaging
> and managed to get it to build through a combination of patches and
> turning off features.
> 
> I even mostly managed to get pyarrow to build. (Though some tests fail
> due to pytest lazy-fixture being abandoned).
> 
> I pushed my current work in progress to.
> 
> https://salsa.debian.org/diane/arrow.git
> 
> Was anyone else planning on working on it or should I push my updates
> to the science-team package?

Lovely to hear from you, and oh wow, that's amazing, thank you!

I can't speak for anyone else, but I suggest that pushing your updates
to the science-team package would be very sensible; it would be silly
for someone else to have to redo your work.

What more is needed for it to be ready for unstable?

Best wishes,

   Julian



Seeking a small group to package Apache Arrow (was: Bug#970021: RFP: apache-arrow -- cross-language development platform for in-memory analytics)

2024-03-25 Thread Julian Gilbey
Hi all,

[NB: sent to d-science, d-python, d-devel and the RFP bug; reply-to
set to d-science and the RFP bug only]

An update on Apache Arrow, and in particular the Python library
PyArrow.  For those who don't know:

  Apache Arrow is a development platform for in-memory analytics. It
  contains a set of technologies that enable big data systems to
  process and move data fast. It specifies a standardized
  language-independent columnar memory format for flat and
  hierarchical data, organized for efficient analytic operations on
  modern hardware.

  The project is developing a multi-language collection of libraries
  for solving systems problems related to in-memory analytical data
  processing. This includes such topics as:

  * Zero-copy shared memory and RPC-based data movement

  * Reading and writing file formats (like CSV, Apache ORC, and Apache
Parquet)

  * In-memory analytics and query processing

  (from: https://arrow.apache.org/docs/index.html)

Pandas has announced that Pandas 3.x will depend on PyArrow
in a critical way (it will back the "string" datatype), and it is due
to be released imminently.

So this is a plea for anyone looking for something really helpful to
do: it would be great to have a group of developers finally package
this!  There was some initial work done (see the RFP bug report for
details: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970021),
but that is fairly old now.  As Apache Arrow supports numerous
languages, it may well benefit from having a group of developers with
different areas of expertise to build it.  (Or perhaps it would make
more sense to split the upstream source into a collection of different
Debian source packages for the different supported languages.  I don't
know.)  Unfortunately I don't have the capacity to devote any time to
it myself.

Thanks in advance for anyone who can step forward for this!

Best wishes,

   Julian



Bug#1067248: ITP: pytest-jupyter -- Pytest plugins for Jupyter libraries and extensions

2024-03-20 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: pytest-jupyter
  Version : 0.9.1
* URL : https://github.com/jupyter-server/pytest-jupyter
* License : BSD-3-clause and Expat
  Programming Lang: Python
  Description : Pytest plugins for Jupyter libraries and extensions

  This set of pytest plugins are used for testing Jupyter.
  It includes an echo kernel to speed up testing.  It uses pytest-tornasync
  internally for async test suite running, and may not be compatible with
  pytest-asyncio.

This package is a new requirement for the package tests for
jupyter-client and jupyter-server (newer versions of these packages
that have not yet been packaged).

It will be maintained within the Debian Python Team.



Bug#1064473: ITP: taskflow -- Parallel and Heterogeneous Task Programming System for C++

2024-02-22 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: taskflow
  Version : 3.6.0+git20240218.9616467
  Upstream Contact: Dr. Tsung-Wei Huang 
* URL : https://taskflow.github.io/
* License : Expat
  Programming Lang: C++
  Description : Parallel and Heterogeneous Task Programming System for C++

 Taskflow helps you quickly write parallel and heterogeneous task
 programs with high performance and simultaneous high productivity. It
 is faster, more expressive, with fewer lines of code, and easier for
 drop-in integration than many of existing task programming libraries.
 It is provided as a collecion of C++ header files, using C++17.

This package is a dependency of rapidfuzz, which is a C++ and Python
library for rapid string distance calculations.  In turn, rapidfuzz is
a dependency of newer versions of other Python packages.

It is also a great package in itself, providing a library that can be
used to great effect, as described in several papers and conference
presentations.

I don't think it fits within the Debian Python Team's remit, yet it is
needed by them.  So my proposal is to have myself as maintainer for
now but for the Debian Python Team to be listed as an Uploader.



Bug#1059855: ITP: node-sortable-tablesort -- Tiny plain JavaScript table sorter

2024-01-02 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: node-sortable-tablesort
  Version : 3.1.0
  Upstream Author : Jonas Earendel
* URL : https://github.com/tofsjonas/sortable
* License : Unlicense
  Programming Lang: JavaScript
  Description : Tiny plain JavaScript table sorter
   A JavaScript library for making tables sortable with minimal effort:
   just add class="sortable" to the table header.  There are a small
   number of other features, such as making a specific field
   non-sortable.

   Node.js is an event-based server-side JavaScript engine.

This package has recently been vendored into dask.distributed, so is
being uploaded to become a build-time dependency of dask.distributed
(rather than vendoring it within that package).

I am a member of the Debian JavaScript maintainers team, and it will
be maintained within that team.



Bug#1042443: ITP: pathos -- Framework for heterogeneous parallel computing

2023-07-28 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, Debian Python Team 


* Package name: pathos
  Version : 0.3.1
  Upstream Contact: Mike McKerns 
* URL : https://github.com/uqfoundation/pathos
* License : BSD-3-clause
  Programming Lang: Python
  Description : Framework for heterogeneous parallel computing

 Pathos provides a consistent high-level interface for configuring and
 launching parallel computations across heterogeneous resources.  It
 provides configurable launchers for parallel and distributed
 computing, where each launcher contains the syntactic logic to
 configure and launch jobs in an execution environment.  Examples of
 launchers include: "pyina", a queue-less MPI-based launcher;
 "pathos", an ssh-based launcher; "multiprocess", a multi-process
 launcher.
 .
 It provides a consistent interface for parallel and/or distributed
 versions of "map" and "apply" for each launcher; the guiding design
 principle is that "map" and "apply" should be drop-in replacements in
 otherwise serial code, reducing the time to conver a code to
 parallel, but also enabling a single code-base to be maintained
 instead of requiring serial, parallel and distributed versions of
 code.
 .
 The "pathos" framework consists of several interoperating packages:
  * "dill": serialize all of Python (python3-dill)
  * "pox": utilities for filesystem exploration and automated builds
(python3-pox)
  * "klepto": persistent caching to memory, disk, or database
(python3-klepto)
  * "multiprocess": better multiprocessing and multithreading in Python
(python3-multiprocess)
  * "ppft": distributed and parallel Python (python3-ppft)
  * "pyina": MPI parallel "map" and cluster scheduling (python3-pyina)
  * "pathos": graph management and execution in heterogeneous computing
(python3-pathos)


This is a package I've started using; it provides a very effective
framework for parallel computing, allowing for constructs that the
standard Python library does not support.

I will maintain it within the Debian Python Team.



Bug#1042444: ITP: klepto -- Persistent caching to memory, disk or database

2023-07-28 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, Debian Python Team 


* Package name: klepto
  Version : 0.2.4
  Upstream Contact: Mike McKerns 
* URL : https://github.com/uqfoundation/klepto
* License : BSD-3-clause
  Programming Lang: Python
  Description : Persistent caching to memory, disk or database

 klepto extends Python's lru_cache to utilise different keymaps and
 alternate caching algorithms.  This package also has archiving
 capabilities for longer-term storage.  It uses a simple
 dictionary-style interface for all caches and archives, and all
 caches can be applied to any Python function as a decorator.
 .
 klepto is intended to be used for distributed and parallel computing,
 where the keymaps serialize the stored objects, and the caches and
 archives are intended to be read/write accessible from different
 threads and processes.
 .
 klepto is part of pathos, a Python framework for heterogeneous computing.


This is a plugin for the pathos package, which I am ITP'ing.

I will maintain it within the Debian Python Team.



Bug#1042442: ITP: mystic -- Constrained nonlinear optimization

2023-07-28 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, Debian Python Team 


* Package name: mystic
  Version : 0.4.1
  Upstream Contact: Mike McKerns 
* URL : https://github.com/uqfoundation/mystic
* License : BSD-3-clause
  Programming Lang: Python
  Description : Constrained nonlinear optimization

 The mystic framework provides a collection of optimization algorithms
 and tools that allows the user to more robustly (and easily) solve
 hard optimization problems for machine learning, uncertainty
 quantification and AI.  mystic gives the user fine-grained power to
 both monitor and steer optimizations as the fit processes are
 running.  Users can customize optimizer stop conditions, where both
 compound and user-provided conditions may be used.  Optimizers can
 save state, can be reconfigured dynamically, and can be restarted
 from a saved solver or from a results file.  All solvers can also
 leverage parallel computing, either within each iteration or as an
 ensemble of solvers.
 .
 mystic provides a stock set of configurable, controllable solvers
 with:
  * a common interface
  * a control handler with: pause, continue, exit, and callback
  * ease in selecting initial population conditions: guess, random, etc
  * ease in checkpointing and restarting from a log or saved state
  * the ability to leverage parallel & distributed computing
  * the ability to apply a selection of logging and/or verbose monitors
  * the ability to configure solver-independent termination conditions
  * the ability to impose custom and user-defined penalties and constraints
 .
 mystic is part of pathos, a Python framework for heterogeneous computing.


It is part of the pathos framework which I am packaging.  Nonlinear
optimisation is a core task for ML/AI, and use of this pathos plugin
is demonstrated in several examples in the pathos package.

I will maintain it within the Debian Python Team.



Bug#1042441: ITP: pox -- Utilities for filesystem exploration and automated builds

2023-07-28 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, Debian Python Team 


* Package name: pox
  Version : 0.3.3
  Upstream Contact: Mike McKerns 
* URL : https://github.com/uqfoundation/pox
* License : BSD-3-clause
  Programming Lang: Python
  Description : Utilities for filesystem exploration and automated builds

 This package is particular useful when exploring a filesystem on a
 remote host, where queries such as "what is the root of the
 filesystem?", "what is the user's name?", and "what login shell is
 preferred?" become essential in allowing a remote user to function as
 if they were logged in locally.
 .
 pox is part of pathos, a Python framework for heterogeneous computing.


This is a dependency of pathos, which I am packaging.

I will maintain it within the Debian Python Team.



Bug#1042440: ITP: pyina -- MPI parallel map and cluster scheduling

2023-07-28 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, Debian Python Team 


* Package name: pyina
  Version : 0.2.8
  Upstream Contact: Mike McKerns 
* URL : https://github.com/uqfoundation/pyina
* License : BSD-3-clause
  Programming Lang: Python
  Description : MPI parallel map and cluster scheduling

 The pyina package provides several basic tools to make MPI-based
 parallel computing more accessible to the end user.  The goal of pyina
 is to allow the user to extend their own code to MPI-based parallel
 computing with minimal refactoring.
 .
 pyina provides a highly configurable parallel map interface
 to running MPI jobs, with:
 .
  * a map interface that extends the Python map standard
  * the ability to submit batch jobs to a selection of schedulers
  * the ability to customize node and process launch configurations
  * the ability to launch parallel MPI jobs with standard Python
  * ease in selecting different strategies for processing a work list
 .
 pyina is part of pathos, a Python framework for heterogeneous computing.

This is a core plugin for the pathos system, which I am packaging.
I cannot test it myself, though, as I don't have an MPI setup, but I
am packaging it for those who use pathos and do have such a system.

I will maintain it within the Debian Python Team.



Bug#1042439: ITP: ppft -- Distributed and parallel Python

2023-07-28 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, Debian Python Team 


* Package name: ppft
  Version : 1.7.6.7+dfsg
  Upstream Contact: Mike McKerns 
* URL : https://github.com/uqfoundation/ppft
* License : BSD-3-clause
  Programming Lang: Python
  Description : Distributed and parallel Python

 ppft is a friendly fork of Parallel Python.  It provides:
 .
  * parallel execution of Python code on SMP and clusters
  * easy-to-understand job-based parallelization
  * automatic detection of the number of effective processors
  * dynamic processor allocation (at runtime)
  * low overhead for jobs with the same function (through transparent caching)
  * dynamic load balancing (jobs are distributed at runtime)
  * fault-tolerance (if a node fails, tasks are rescheduled on the others)
  * auto-discovery of computational resources
  * dynamic allocation of computational resources
  * SHA based authentication for network connections
  * enhanced serialization, using dill.source
 .
 ppft is part of pathos, a Python framework for heterogeneous computing.

It is a dependency of pathos, which is a useful framework that I've
started using.

I will maintain it within the Debian Python Team.



Bug#1026800: ITP: node-webfont -- Generate icon fonts from SVG icons

2022-12-21 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, 
pkg-javascript-de...@lists.alioth.debian.org

* Package name: node-webfont
  Version : 11.4.0
  Upstream Contact: https://github.com/itgalaxy/webfont/issues
* URL : https://github.com/itgalaxy/webfont
* License : Expat
  Programming Lang: Javascript (Node.js)
  Description : Generate icon fonts from SVG icons

  Webfont converts sets of SVG files into an icon font, in any of the
  formats: woff2, woff, eot, ttf and svg.  These can then be used in a
  browser.  It has both a Node.js interface and a simple command-line
  interface (webfont).

This package is needed to build a DFSG version of the Material Design
Icons font (in the fonts-materialdesignicons-webfont package).

It will be maintained within the Debian Javascript Maintainers team,
with me taking the lead on it.

The package will includes a number of Javascript dependencies that are
not currently packaged; they will all be Provided by the package.
They are as follows:

* node-is-eot (= 1.0.0)
* node-is-svg (= 4.3.2)
* node-is-ttf (= 0.2.2)
* node-is-woff (= 1.0.3)
* node-is-woff2 (= 1.0.0)
* node-neatequal (= 1.0.0)
* node-svg-pathdata (= 6.0.3)
* node-svgicons2svgfont (= 12.0.0)
* node-ttf2eot (= 3.1.0)
* node-ttf2woff (= 3.0.0)
* node-varstream (= 0.3.2)
* node-wawoff2 (= 2.0.1)



Bug#1023796: ITP: pylint-venv -- Pylint hook to use same pylint with different virtual envs

2022-11-10 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: pylint-venv
  Version : 2.3.0
  Upstream Author : Jan Gosmann , Federico Jaramillo 

* URL : https://github.com/jgosmann/pylint-venv
* License : MIT (Expat)
  Programming Lang: Python
  Description : Pylint hook to use same pylint with different virtualenvs

 Pylint does not respect the currently activated virtualenv if it is
 not installed in every virtual environment individually.  This module
 provides a Pylint init-hook to use the same Pylint installation with
 different virtual environments.

This package is a new dependency of spyder (version 5.4.0) which I'm
currently preparing to upload.  It is a single short Python module
(about 90 lines excluding initial comments).

It will be maintained within the Debian Python team, with me as the
primary maintainer.



Bug#1019436: ITP: jarowinkler -- fast approximate string matching using Jaro(-Winkler) similarity

2022-09-09 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: jarowinkler
  Version : 1.2.1
  Upstream Author : Max Bachmann 
* URL : https://github.com/maxbachmann/JaroWinkler
* License : MIT
  Programming Lang: Python
  Description : Fast approximate string matching using Jaro(-Winkler) 
similarity

JaroWinkler is a Python library to calculate the Jaro and Jaro-Winkler
similarity. It is easy to use, is much faster than other comparable
libraries, and is designed to integrate seemingless with RapidFuzz.

There is also a C++ library contained within this package, managed as
a separate GitHub subrepository.  This is jarowinkler-cpp, and I am not
sure whether to bundle this as a single package or whether to package
this independently.

This is a dependency of python3-rapidfuzz, which is a new dependency
of the latest upstream release of python3-textdistance.

This package will be maintained within the Python Packaging Team.



Bug#1019435: ITP: rapidfuzz -- rapid fuzzy string matching

2022-09-09 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-devel@lists.debian.org, 
debian-pyt...@lists.debian.org

* Package name: rapidfuzz
  Version : 2.6.1
  Upstream Author : Max Bachmann 
* URL : https://github.com/maxbachmann/RapidFuzz
* License : MIT
  Programming Lang: Python
  Description : rapid fuzzy string matching

RapidFuzz is a fast string matching library for Python and C++, which
uses the string similarity calculations from
[FuzzyWuzzy](https://github.com/seatgeek/fuzzywuzzy).  However there
are a couple of aspects that set RapidFuzz apart from FuzzyWuzzy:
1) It is MIT licensed so it can be used whichever License you might want to 
choose for your project, while you're forced to adopt the GPL license when 
using FuzzyWuzzy
2) It provides many string_metrics like hamming or jaro_winkler, which are not 
included in FuzzyWuzzy
3) It is mostly written in C++ and on top of this comes with a lot of 
Algorithmic improvements to make string matching even faster, while still 
providing the same results. For detailed benchmarks check the 
[documentation](https://maxbachmann.github.io/RapidFuzz/fuzz.html)
4) Fixes multiple bugs in the `partial_ratio` implementation

This is a dependency of the latest upstream release of
python3-textdistance.

There are also two C++ libraries contained within this package,
managed as separate GitHub subrepositories.  One is rapidfuzz-cpp, and
I am not sure whether to bundle this as a single package or whether to
package this independently.  The other is taskflow
(https://github.com/taskflow/taskflow)), a C++ header-only package; I
think this should probably be packaged separately.

This package will be maintained within the Python Packaging Team.



Bug#1019431: ITP: rapidfuzz-capi -- C-API of the Python RapidFuzz package

2022-09-09 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: rapidfuzz-capi
  Version : 1.0.5
  Upstream Author : Max Bachmann 
* URL : https://github.com/maxbachmann/rapidfuzz_capi
* License : MIT
  Programming Lang: Python
  Description : C-API of the Python RapidFuzz package, used to build 
rapidfuzz

 This package provides the C API of RapidFuzz. It can be used inside
 `pyproject.toml` to compile an extension module extending RapidFuzz.
 Providing this C API in a separate package simplifies the build process.
 .
 This package is only needed for building packages such as python3-rapidfuzz
 and python3-jarowinkler; it is not needed at runtime.

This is a dependency of python3-rapidfuzz and python3-jarowinkler,
string-matching packages which are new (recursive) dependencies of the
latest upstream release of python3-textdistance.

This package will be maintained within the Python Packaging Team.



Re: Bug#1013425: ITP: wnpp -- Python Airspeed is a powerful templating engine compatible with Velocity for Java

2022-06-24 Thread Julian Gilbey
On Thu, Jun 23, 2022 at 02:00:21PM +0200, Felix Moessbauer wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Felix Moessbauer 
> X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org
> 
> * Package name: wnpp
>   Version : 0.5.19
> [...]
> * URL : https://github.com/purcell/airspeed
> [...]
>   Description : Airspeed is a powerful and easy-to-use templating engine 
> for Python that aims for a high level of compatibility with the popular 
> Velocity library for Java.

Hi Felix,

I'm not sure why you'd want to call this package "wnpp" rather than
"airspeed" or "python-airspeed".

Please could you change the title of this wnpp!

Best wishes,

   Julian



Help in setting up lxc for autopkgtest - autopkgtest-build-lxc fails

2022-04-29 Thread Julian Gilbey
Following Simon's suggestion, I decided to try setting up lxc to use
autopkgtest-lxc, mimicking the ci.debian.org setup.  I haven't managed
to do so yet, and have run into lots of problems.  I'd really
appreciate some advice on what to try, and them we can record advice
somewhere on the Debian wiki.

Following the advice in autopkgtest-build-lxc(1), that user containers
will not work with many or even most autopkgtests, I ran it as route.

Step 1: Install the lxc and autopkgtest packages
That went smoothly.  (lxc version 1:4.0.11-1, autopkgtest version 5.21)

Step 2: Run the command "autopkgtest-build-lxc debian sid"
I got various warning messages, and this essentially failed...

lxc-create: autopkgtest-sid: storage/btrfs.c: btrfs_create: 938 Inappropriate 
ioctl for device - Failed to create btrfs subvolume 
"/var/lib/lxc/autopkgtest-sid/rootfs"
lxc-create: autopkgtest-sid: storage/zfs.c: zfs_create: 735 Failed to create 
zfs dataset "zfs:lxc/autopkgtest-sid": lxc-create: autopkgtest-sid: utils.c: 
run_command_internal: 1588
lxc-create: autopkgtest-sid: storage/lvm.c: do_lvm_create: 165 Failed to create 
logical volume "autopkgtest-sid":   Volume group "lxc" not found
  Cannot process volume group lxc
lxc-create: autopkgtest-sid: storage/lvm.c: lvm_create: 623 Error creating new 
logical volume "lvm:/dev/lxc/autopkgtest-sid" of size "1073741824 bytes"
debootstrap is /usr/sbin/debootstrap
Checking cache download in /var/cache/lxc/debian/rootfs-sid-amd64 ... 
Downloading debian minimal ...
I: Target architecture can be executed
I: Retrieving InRelease 
[downloading and installing base system]
I: Base system installed successfully.
Download complete.
Copying rootfs to /var/lib/lxc/autopkgtest-sid/rootfs...ERROR: ld.so: object 
'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared 
object file): ignored.
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded 
(cannot open shared object file): ignored.
Generating locales (this might take a while)...
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded 
(cannot open shared object file): ignored.
  en_GB.UTF-8ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be 
preloaded (cannot open shared object file): ignored.
[... lots more libeatmydata.so warnings, interspersed with other
information messages ...]
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded 
(cannot open shared object file): ignored.
lxc-start: autopkgtest-sid: lxccontainer.c: wait_on_daemonized_start: 867 
Received container state "ABORTING" instead of "RUNNING"
lxc-start: autopkgtest-sid: tools/lxc_start.c: main: 306 The container failed 
to start
lxc-start: autopkgtest-sid: tools/lxc_start.c: main: 309 To get more details, 
run the container in foreground mode
lxc-start: autopkgtest-sid: tools/lxc_start.c: main: 311 Additional information 
can be obtained by setting the --logfile and --logpriority options

Something weird is going on here, but autopkgtest-build-lxc doesn't
seem to allow a --logfile option.

I attempted to start it manually, using the command
  lxc-start -n autopkgtest-sid --logfile /tmp/lxc.log --logpriority INFO
and got the following errors in the log file:

lxc-start autopkgtest-sid 20220429124743.756 WARN cgfsng - 
cgroups/cgfsng.c:get_hierarchy:142 - There is no useable devices controller
lxc-start autopkgtest-sid 20220429124743.756 ERRORcgfsng - 
cgroups/cgfsng.c:cg_legacy_set_data:2675 - No such file or directory - Failed 
to setup limits for the "devices" controller. The controller seems to be unused 
by "cgfsng" cgroup driver or not enabled on the cgroup hierarchy
lxc-start autopkgtest-sid 20220429124743.756 ERRORcgfsng - 
cgroups/cgfsng.c:cgfsng_setup_limits_legacy:2742 - No such file or directory - 
Failed to set "devices.deny" to "a"
lxc-start autopkgtest-sid 20220429124743.756 ERRORstart - 
start.c:lxc_spawn:1890 - Failed to setup legacy device cgroup controller limits
lxc-start autopkgtest-sid 20220429124743.756 ERRORlxccontainer - 
lxccontainer.c:wait_on_daemonized_start:867 - Received container state 
"ABORTING" instead of "RUNNING"
[...]


I found something like this reported at this GitHub issue against lxc:
https://github.com/lxc/lxc/issues/2268
so I followed the advice there and ran the commands:

mount -o remount,rw /sys/fs/cgroup
mkdir /sys/fs/cgroup/devices
mount -t cgroup devices -o devices /sys/fs/cgroup/devices
mount -o remount,ro /sys/fs/cgroup

But that seems to be really bad, as now systemd-logind.service seems
to have broken and cannot be restarted, so I don't recommend doing
that!

I've restarted my system and started again.  The above solution is
very bad at least partly because /sys/fs/cgroup is type cgroup2.  But
I still can't start the LXC container, which makes running autopkgtest
impossible.

Is this a bug in lxc or in autopkgtest-build-lxc or somewhere else?

Any suggestions would be much appreciated!

   Julian



Re: autopkgtest/sbuild environment variables: LC_ALL, HOME, XDG_RUNTIME_DIR etc

2022-04-29 Thread Julian Gilbey
On Thu, Apr 28, 2022 at 02:32:49PM +0100, Simon McVittie wrote:
> > That's interesting; I don't find any code that sets HOME in
> > autopkgtest.
> 
> The purpose of autopkgtest is to run the tests in a realistic environment
> that resembles a real Debian desktop or server, but it doesn't know much
> about how the testbed system is set up, so it relies on the virtualization
> backend or the testbed itself to set HOME appropriately. Ideally, it
> should be logging into a fully-working Debian system (perhaps under qemu
> or lxc, or even on real hardware via ssh) and running tests there.
> 
> As I said on #986665, this seems like either a bug in
> autopkgtest-virt-schroot, or misconfiguration in how you and Laurent
> are configuring it (the schroot profile that you're telling it to use).

I've thought a little bit more about this, and I realise that the
devil is in the detail, in particular the phrase "a realistic
environment that resembles a real Debian desktop or server".  A
realistic environment is likely to have lots of random packages and
services available.  It would make some sense, therefore, to be more
explicit about what is expected in this environment by default.
Here's a very small list to begin with:

1. All essential packages are installed.
2. HOME points to a readable and writeable directory.  [What is in
this directory?  Should it be cleaned before every use?]
3. XDG_RUNTIME_DIR points to ... / maybe this should be:
libpam-systemd is installed?
4. Locale LC_ALL ... should be set up in a meaningful way.
5. ... more points? ...

This will help developers to set up sensible environments.  I now know
I have been writing autopkgtest scripts that don't assume this and
therefore don't properly replicate a typical desktop environment.  But
without these assumptions made explicit, it will be hard to guess what
can be assumed and what can't be.

Best wishes,

   Julian



Re: autopkgtest/sbuild environment variables: LC_ALL, HOME, XDG_RUNTIME_DIR etc

2022-04-29 Thread Julian Gilbey
On Thu, Apr 28, 2022 at 02:32:49PM +0100, Simon McVittie wrote:
> On Thu, 28 Apr 2022 at 14:02:46 +0100, Julian Gilbey wrote:
> > On Thu, Apr 28, 2022 at 10:16:30AM +0100, Simon McVittie wrote:
> > > According to the autopkgtest spec[1],
> > > 
> > > Tests can expect that the $HOME environment variable to be set to
> > > a directory that exists and is writeable by the user running the test.
> > 
> > That's interesting; I don't find any code that sets HOME in
> > autopkgtest.
> 
> The purpose of autopkgtest is to run the tests in a realistic environment
> that resembles a real Debian desktop or server, but it doesn't know much
> about how the testbed system is set up, so it relies on the virtualization
> backend or the testbed itself to set HOME appropriately. Ideally, it
> should be logging into a fully-working Debian system (perhaps under qemu
> or lxc, or even on real hardware via ssh) and running tests there.
> 
> As I said on #986665, this seems like either a bug in
> autopkgtest-virt-schroot, or misconfiguration in how you and Laurent
> are configuring it (the schroot profile that you're telling it to use).
> [...]

I see; this makes more sense now.  So can I suggest that
sbuild-setup(7) explains this a bit more and discusses setting up a
meaningful HOME directory?  And perhaps has the things necessary for a
meaningful XDG_RUNTIME_DIR set up by default as well?

> > (Incidentally, given that
> > typically XDG_RUNTIME_DIR is in the ephemeral /run filesystem, writing
> > to it would not violate policy 4.9.)
> 
> Policy §4.9 says that "Required targets must not attempt to write outside
> of the unpacked source package tree", then makes a few exceptions for
> locations like /tmp. /run is not one of those locations, so writing to
> /run is not allowed.

Ah, I didn't read it carefully enough; you are right.

> > I wonder whether autopkgtest
> > could consider setting up a temporary directory for this purpose like
> > dh_auto_test does, rather than using the heavy machinery of
> > libpam-systemd?
> 
> No, I don't think it should. The purpose of autopkgtest is to run the
> [...]

Understood.

   Julian



Re: autopkgtest/sbuild environment variables: LC_ALL, HOME, XDG_RUNTIME_DIR etc

2022-04-28 Thread Julian Gilbey
Thanks Paul and Simon for your very thoughtful and helpful replies!
Comments on excerpted text below.

On Thu, Apr 28, 2022 at 10:16:30AM +0100, Simon McVittie wrote:
> On Thu, 28 Apr 2022 at 08:33:02 +0100, Julian Gilbey wrote:
> > When I run autopkgtest using sbuild on my own machine, I sometimes get
> > warnings or breakages because certain environment variables are either
> > unset or have "broken" values, whereas I see that on ci.debian.net and
> > the buildds, the builds run without problem.
> 
> What autopkgtest backend are you using? (autopkgtest-virt-schroot?
> autopkgtest-virt-qemu? ...) There are several, and their behaviour can be
> very different, depending on the level of isolation they provide.

I had been using the schroot backend.  I hadn't realised that schroot
is abandoned upstream, though it seems to work quite nicely.  I
haven't looked at lxc or qemu, though they sound like interesting
alternatives.  (Happy to receive recommendations for what would be
simplest for an individual developer's machine!)

> Having a concrete example of the command-line and configuration you use,
> and a package that has warnings or breakage in this configuration, would
> be useful.

I was trying to apply a patch to pymca to fix bug#1010258; see version
5.7.1+dfsg-2 of the package.

When building the package with sbuild, using the command line:

  gbp buildpackage --git-builder=sbuild -d unstable -A --source-only-changes

the tests during package build time were fine, but the autopkgtest
failed.  I fixed the autopkgtest by specifying:

  LC_ALL=C HOME="$AUTOPKGTEST_TMP" xvfb-run ...

This makes perfect sense given what you wrote later.

> ci.debian.net currently uses autopkgtest-virt-lxc via the debci package.

Ah, that would explain at least some of the difference with what I am
seeing.

> > HOME (pointing to where?)
> 
> sbuild
> --
> 
> There is no guarantee about $HOME while a Debian package is being built.
> Policy §4.9 [0] says it is a bug for the build process of a package to
> write into the real $HOME.

It may well be that these autopkgtests don't write to home but attempt
to access it to read from it.  But I don't know.

> debhelper compat levels >= 13 set a temporary $HOME for the duration
> of the build, to make it easier for packages to comply with the Policy
> §4.9 requirement.

That would explain why the package build part worked smoothly.

> autopkgtest
> ---
> 
> According to the autopkgtest spec[1],
> 
> Tests can expect that the $HOME environment variable to be set to
> a directory that exists and is writeable by the user running the test.

That's interesting; I don't find any code that sets HOME in
autopkgtest.  And I just found this bug report, which points out that
this doesn't actually happen:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986665
Now I understand that better, it seems that changing the autopkgtest
spec to say something more like the following, if it's true:

The HOME environment variable is inherited from the calling
process.  It is up to the container manager to ensure that this
directory exists and is writeable by the user running the test.

> Depending on backend, that directory might be your real home directory,
> or it might be a transient/expendable home directory that it is OK for
> the test to damage. It would probably be good to have a restriction[2]
> that has the effect of guaranteeing that an expendable home directory
> is used, as it is in autopkgtest-virt-qemu.

That sounds like a really good idea!

> > LC_ALL (or something similar; what is its setting?)
> 
> LC_ALL is not normally set on "real" Debian systems. Usually, only $LANG
> and $LANGUAGE are set, even on a full desktop system (for example my GNOME
> desktop has LANG=en_GB.utf8 and LANGUAGE=en_GB:en, but no LC_ALL).
> 
> LC_ALL is intended to be the "big hammer" that overrides everything else.

Yes, indeed.  But for some reason, pymca tries to set the locale at
some point in the tests.  Setting LC_ALL=C, though it is a big hammer,
certainly helped!  I haven't tried using a more restricted thing like
LANG.

> > and XDG_RUNTIME_DIR
> 
> [...]
> 
> sbuild does whatever schroot does. If I remember correctly, schroot
> currently inherits XDG_RUNTIME_DIR from the host system, [...]

It doesn't appear to do so (at least not by default).

> debhelper compat levels >= 13 set a temporary $XDG_RUNTIME_DIR for the
> duration of `dh_auto_test`, and unset it at all other times, to make it
> easier for packages to comply with the Policy §4.9 requirement.

Ah, that would explain why the tests work during build time but give
warning messages with autopkgtest!  (Incidentally, given that
typically XDG_RUNTIME_DIR is in the ephemeral /run filesystem, wr

autopkgtest/sbuild environment variables: LC_ALL, HOME, XDG_RUNTIME_DIR etc

2022-04-28 Thread Julian Gilbey
When I run autopkgtest using sbuild on my own machine, I sometimes get
warnings or breakages because certain environment variables are either
unset or have "broken" values, whereas I see that on ci.debian.net and
the buildds, the builds run without problem.

So clearly there are certain environment variables that are being set
on these Debian machines that are not documented (or at least not
anywhere that I could find).

The particular environment variables that I have so far stumbled upon
are HOME (pointing to where?), LC_ALL (or something similar; what is
its setting?) and XDG_RUNTIME_DIR; there are probably others I am
unaware of.

It would be really useful to be able to set up my local sbuild
environment in the same way as the Debian machines (buildd and
ci.debian.net) for testing purposes.

If anyone can shed some light on this, I'd be very grateful!  And then
perhaps this information could be added to sbuild-setup(7).

Thanks!

   Julian



Bug#1005701: ITP: python-untangle -- Convert XML to a Python object

2022-02-13 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: python-untangle
  Version : 1.1.1+git20200807.fb916a9
  Upstream Author : Christian Stefanescu 
* URL : https://github.com/stchris/untangle
* License : MIT
  Programming Lang: Python
  Description : Convert XML to a Python object

 Untangle has a very simple API for converting XML to a Python object:
 you just call the "parse" function on either a string, a filename or a URL.


This package is used in the tests for pydevd, which I am currently
working on packaging
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933070).

It will be maintained within the Debian Python Team.

Best wishes,

   Julian



Bug#1005267: ITP: python-bytecode -- Python module to generate, modify and optimize Python bytecode

2022-02-09 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: python-bytecode
  Version : 0.13.0
  Upstream Author : Victor Stinner  and
Matthieu C. Dartiailh 
* URL : https://github.com/MatthieuDartiailh/bytecode
* License : MIT
  Programming Lang: Python
  Description : Python module to generate, modify and optimize Python 
bytecode

The bytecode module can be used to write Python bytecode directly and
then convert it into executable Python statements.  It also provides a
pure Python implementation of the Peephole Optimizer introduced in
CPython 3.6.


This Python module was vendored by the pydevd developers, and having a
standalone version of the module will avoid having the embedded module
in pydevd.  (And pydevd turns out to be a recursive dependency of
Spyder)  The Debian version of this package will therefore require
the pydevd patch; this enhances the bytecode functionality if it is
used (via an optional argument) but has no effect otherwise.

It will be maintained within the Debian Python Team.



Bug#1001627: ITP: pytest-order -- A pytest plugin to order test execution

2021-12-13 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org, Debian Python Team 


* Package name: pytest-order
  Version : 1.1.0
  Upstream Author : Frank Tobia 
* URL : https://github.com/pytest-dev/pytest-order
* License : MIT
  Programming Lang: Python
  Description : A pytest plugin to order test execution

pytest-order is a pytest plugin that allows you to customize the order
in which your tests are run. It uses the marker order that defines
when a specific test shall run, either by using an ordinal number, or
by specifying the relationship to other tests.


This package is required to run the tests supplied with the Spyder
package (at build-time and for autopkgtest).  It will be maintained
within the Debian Python Team, with me as the Uploader.

Best wishes,

   Julian



Bug#1000940: ITP: python-scss -- Python binding for libsass

2021-11-30 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: python-sass
  Version : 2.3
  Upstream Author : Sergey Kirillov 
* URL : https://github.com/pistolero/python-scss
* License : Apache 2.0
  Programming Lang: Python
  Description : Python binding for libsass

This Python package provides a Python binding for libsass, providing
the single method compile_string() to compile Sass strings to CSS.


This package is a dependency of qtsass, which is itself a (recursive)
dependency of the new version of Spyder.  It will be maintained within
the Python Packaging Team.

Best wishes,

   Julian



Bug#1000903: ITP: qtsass -- Python package to bridge the gap between SASS and Qt-CSS

2021-11-30 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: qtsass
  Version : 0.3.0+git20200324.06f1519
  Upstream Author : Spyder Project Contributors
* URL : https://github.com/spyder-ide/qtsass
* License : MIT
  Programming Lang: Python
  Description : Python package to bridge the gap between SASS and Qt-CSS

SASS brings countless amazing features to CSS. Besides being used in
web development, CSS is also the way to stylize Qt-based desktop
applications. However, Qt's CSS has a few variations that prevent the
direct use of SASS compiler.

The purpose of this tool is to fill the gap between SASS and Qt-CSS by
handling those variations.  The goal of QtSASS is to be able to
generate a Qt-CSS stylesheet based on a 100% valid SASS file.


This package is a (recursive) dependency of the new version of
Spyder.  It will be maintained within the Debian Python Team.

Best wishes,

   Julian



Bug#1000809: ITP: qstylizer -- Python package to help with the construction of PyQt/PySide stylesheets

2021-11-29 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: qstylizer
  Version : 0.2.1
  Upstream Author : Brett Lambright
* URL : https://github.com/blambright/qstylizer
* License : MIT
  Programming Lang: Python
  Description : Python package to help with the construction of PyQt/PySide 
stylesheets

This package allows for both the construction of new stylesheets and
the easy modification of existing ones.


This package is a dependency of the new version of Spyder
(python3-spyder).

It will be maintained within the Debian Python Team.



Re: Huh?? sbuild fails and pbuilder succeeds in building a Fortran-containing Python package

2021-02-10 Thread Julian Gilbey
On Thu, Feb 11, 2021 at 12:15:38AM +0100, Johannes Schauer Marin Rodrigues 
wrote:
> Hi,
> 
> Quoting Julian Gilbey (2021-02-10 22:51:39)
> > I wonder if anyone has an idea about this thorny problem.  I'm trying
> > to create a package and thought I'd got something wrong, but have
> > found the same behaviour happens with the "amp" package (version
> > 0.6.1-1) and the "spherepack" package (version 3.3~a1-4), which
> > suggests to me that the problem lies outside of the package itself.
> > But I have very little idea how to track this bug down.
> >
> > [...]
> > 
> > They are so different, yet supposedly using essentially identical
> > build environments.  (They are also both using sid repositories.)
> > 
> > If you have any idea why I might be seeing this behaviour, and what I
> > might be able to do about it, that would be fantastic!
> 
> I would actually not be surprised if we find reproducibility problems between
> packages built on pbuilder versus packages build with sbuild. For example
> sbuild sets HOME=/sbuild-nonexistent which will make packages FTBFS that try 
> to
> put anything in $HOME. This is not the problem here, though. If I wrap the 
> call
> to dh in debian/rules in strace -p I get:
> 
> [...]
> [pid   609] openat(AT_FDCWD, "/dev/shm/o5kYxf", O_RDWR|O_CREAT|O_EXCL, 0600) 
> = -1 EACCES (Permission denied)
> [...]
> [pid   609] write(2, "error: [Errno 13] Permission den"..., 36error: [Errno 
> 13] Permission denied

Hi Josch,

Wow, thanks!  I tried putting the strace call around the whole build,
but that didn't work.

> A workaround for this problem is indeed to add
> 
> --chroot-setup-commands="chmod 777 /dev/shm"
> 
> to your sbuild invocation. A cursory glance into the pbuilder codebase reveals
> that pbuilder will mount a tmpfs into /dev/shm:
> 
> https://sources.debian.org/src/pbuilder/0.231/pbuilder-modules/?hl=417#L417
> 
> For sbuild, whether this is done, this depends on your chroot backend. The
> package builds fine on the buildds though, so I guess they have a schroot 
> setup
> that sets /dev/shm up correctly?

OK, so I'll submit this as a bug report / feature request to sbuild.

Many thanks for tracking down the cause of this!

Best wishes,

   Julian



Huh?? sbuild fails and pbuilder succeeds in building a Fortran-containing Python package

2021-02-10 Thread Julian Gilbey
I wonder if anyone has an idea about this thorny problem.  I'm trying
to create a package and thought I'd got something wrong, but have
found the same behaviour happens with the "amp" package (version
0.6.1-1) and the "spherepack" package (version 3.3~a1-4), which
suggests to me that the problem lies outside of the package itself.
But I have very little idea how to track this bug down.


If I run sbuild:
  sbuild -s -A -d unstable spherepack_3.3~a1-4.dsc
then the build starts OK, but when it comes to compiling the C sources
(or maybe it's actually the Fortran sources - I don't know), I get the
following:

[...]
building 'spherepack' extension
compiling C sources
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare 
-DNDEBUG -g -fwrapv -O2 -Wall -g 
-ffile-prefix-map=/build/python3.9-euU3fN/python3.9-3.9.1=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

creating build/temp.linux-x86_64-3.9/build
creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/Src
creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build
creating 
build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9
creating 
build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/Src
compile options: '-Ibuild/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/Src 
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c'
error: [Errno 13] Permission denied

An identical "Permission denied" error happens with the "amp" package
as well, and also with the new package that I'm working on.

However, with pbuilder:
  pbuilder build spherepack_3.3~a1-4.dsc
I get a successful build, and the similar part of the output reads:

[...]
building 'spherepack' extension
compiling C sources
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare 
-DNDEBUG -g -fwrapv -O2 -Wall -g 
-ffile-prefix-map=/build/python3.9-euU3fN/python3.9-3.9.1=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 
-ffile-prefix-map=/build/spherepack-3.3~a1=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-Ibuild/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/Src 
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c'
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -O2 
-ffile-prefix-map=/build/spherepack-3.3~a1=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/Src/spherepackmodule.o 
build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/Src/fortranobject.o
 -L/build/spherepack-3.3~a1/Src -lsphere -o 
build/lib.linux-x86_64-3.9/spherepack.cpython-39-x86_64-linux-gnu.so
running install_lib
[...]

They are so different, yet supposedly using essentially identical
build environments.  (They are also both using sid repositories.)


If you have any idea why I might be seeing this behaviour, and what I
might be able to do about it, that would be fantastic!

Thanks!

   Julian



Bug#979204: ITP: textdistance -- Python library for calculating distances between sequences

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: textdistance
  Version : 4.2.0
  Upstream Author : orsinium 
* URL : https://github.com/life4/textdistance
* License : MIT
  Programming Lang: Python
  Description : Library for calculating distances between sequences

 This Python library can calculate the distance between sequences or strings
 using over 30 algorithms.  It is a pure Python implementation, but can make
 use of other libraries (listed as Suggests, some of which have compiled
 extensions) for increased speed.


 This package is a dependency of the new Spyder 4.x series, hence the
 need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979203: ITP: pyls-spyder -- Spyder plugin for the Python Language Server

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: pyls-spyder
  Version : 0.3.0
  Upstream Author : Spyder Project Contributors / Spyder IDE
* URL : https://github.com/spyder-ide/pyls-spyder
* License : MIT
  Programming Lang: Python
  Description : Spyder plugin for the Python Language Server

 This package provides a plugin required by Spyder.


 This package is a dependency of the new Spyder 4.x series, hence the
 need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979202: ITP: pyls-black -- Black plugin for the Python Language Server

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: pyls-black
  Version : 0.4.6
  Upstream Author : Rupert Bedford 
* URL : https://github.com/rupert/pyls-black
* License : MIT
  Programming Lang: Python
  Description : Black plugin for the Python Language Server

 This package provides a plugin to support the Black formatter in editors
 that support the Python Language Server.
 .
 It is recommended by the author to not have python3-yapf or python3-autopep8
 installed when using this plugin, as that might lead to unexpected results.


 This package is a dependency of the new Spyder 4.x series, hence the
 need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979201: ITP: abydos -- Python NLP/IR library of phonetic algorithms, string distances and more

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: abydos
  Version : 0.5.0+git20200210.9ec3824
  Upstream Author : Christopher C. Little 
* URL : https://github.com/chrislit/abydos
* License : GPL-3+; one file has different parts which are identified
as GPL-3+, BSD-3-clause and freely-redistributable
  Programming Lang: Python
  Description : NLP/IR library of phonetic algorithms, string distances and 
more

 Abydos is a Python library containing about 40 phonetic algorithms, 35 string
 distance measures & metrics, 10 stemmers, and 10 string fingerprinters.
 .
 Some of the algorithms require installation of the suggested packages.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979200: ITP: three-merge -- Perform a 3-way merge between strings at a character level (Python library)

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: three-merge
  Version : 0.1.1
  Upstream Author : Spyder IDE
* URL : https://github.com/spyder-ide/three-merge
* License : MIT
  Programming Lang: Python
  Description : Perform a 3-way merge between strings at a character level

 This library is based on the diff-match-patch library. This library
 performs merges at a character level, as opposed to most VCS
 systems, which opt for a line-based approach.


 This package is a dependency of the new Spyder 4.x series, hence the
 need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979199: ITP: py-stringmatching -- Library of string tokenizers and similarity measures

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: py-stringmatching
  Version : 0.4.2+git20201204.6a7fb57
  Upstream Author : anhaidgroup, py_stringmatching Team
* URL : https://github.com/anhaidgroup/py_stringmatching
* License : BSD-3-clause
  Programming Lang: Python
  Description : Library of string tokenizers and similarity measures

 This project seeks to build a Python software package that consists
 of a comprehensive and scalable set of string tokenizers (such as
 alphabetical tokenizers, whitespace tokenizers) and string similarity
 measures (such as edit distance, Jaccard, TF/IDF).


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979198: ITP: pyxdameraulevenshtein -- Fast Damerau-Levenshtein (DL) edit distance implementation

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: pyxdameraulevenshtein
  Version : 1.6.1
  Upstream Author : Geoffrey Fairchild
* URL : https://github.com/gfairchild/pyxDamerauLevenshtein
* License : BSD-3-clause
  Programming Lang: Python (and Cython)
  Description : Fast Damerau-Levenshtein (DL) edit distance implementation

 This Python library for computing the Damerau-Levenshtein (DL) edit distance
 for sequences has been developed using Cython for speed.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979197: ITP: distance -- Python library for comparing sequences

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: distance
  Version : 0+git20131122.ad7f9dc
  Upstream Author : Michaël Meyer
* URL : https://github.com/doukremt/distance
* License : GPL-3+, public-domain, BSD-1-clause
  Programming Lang: Python (with a disabled C library)
  Description : Python library for comparing sequences

 This package provides helpers for computing similarities between
 arbitrary sequences. Included metrics are Levenshtein, Hamming,
 Jaccard, and Sorensen distance, plus some bonuses. The distance
 computations are implemented in pure Python.

 This package is needed as a build dependency for
 python3-textdistance, which is a much more comprehensive Python
 package for calculating the distance between sequences.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 There is an included C library which is optional but broken and so
 has been disabled.

 This package will be maintained within the Debian Python Team.


Bug#979196: ITP: paq -- Python library for the paq9a compression algorithm

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: paq
  Version : 0.1.1+git20170722.9c5d493
  Upstream Author : Jingchao Hu 
* URL : https://github.com/observerss/paq
* License : MIT, GPL-3+ (different files with different licenses)
  Programming Lang: Python (with a C extension)
  Description : Python library for the paq9a compression algorithm

 This Python library supports compression and decompression using the paq9a
 algorithm.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979195: ITP: pylzss -- Python library for the LZSS compression algorithm

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: pylzss
  Version : 0+git20200722.871ef5a
  Upstream Author : Guillaume Tucker 
* URL : https://github.com/yyogo/pylzss
* License : LGPL-3+, MIT, Free-Use (different files are under
different licenses).  The Free-Use license is
reproduced below.
  Programming Lang: Python (with C extension)
  Description : Python library for the LZSS compression algorithm

 This Python library supports compression and decompression using the LZSS
 algorithm.

 The Free-Use license reads:
   Use, distribute, and modify this program freely.
   Please send me your improved versions.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979194: ITP: syllabipy -- Collection of universal syllabification algorithms (Python library)

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: syllabipy
  Version : 0.2
  Upstream Author : Alex Estes and Christopher Hench
* URL : https://github.com/henchc/syllabipy
* License : MIT
  Programming Lang: Python
  Description : Collection of universal syllabification algorithms

 This package provides two syllabification algorithms: SonoriPy and
 LegaliPy.

 There will be no further updates to this package: SonoriPy has been
 incorporated into the NLTK library (python3-nltk) and that should be used
 in preference to this package.  Both algorithms have also been incorporated
 into the Talisman NLP library for JavaScript.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#968823: ITP: maturin -- ITP: maturin - Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages

2020-08-21 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: maturin
  Version : 0.8.3
  Upstream Author : Konstin 
* URL : https://github.com/pyo3/maturin
* License : MIT OR Apache-2.0
  Programming Lang: Rust and Python
  Description : ITP: maturin - Build and publish crates with pyo3, 
rust-cpython and cffi bindings as well as rust binaries as python packages

 This project is meant as a zero configuration replacement for
 setuptools-rust and milksnake. It supports building wheels for python
 3.5+ on windows, linux, mac and freebsd, can upload them to pypi and
 has basic pypy support.

This will be maintained within the Rust Packaging Team.  It is a
build-dependency for recent versions of Anki.



Accepted send2trash 1.5.0-2 (source) into unstable

2019-11-17 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Nov 2019 17:16:04 +
Source: send2trash
Architecture: source
Version: 1.5.0-2
Distribution: unstable
Urgency: medium
Maintainer: Julian Gilbey 
Changed-By: Julian Gilbey 
Closes: 938464
Changes:
 send2trash (1.5.0-2) unstable; urgency=medium
 .
   * Drop python2 support (closes: #938464); thanks to Sandro Tosi
  for the patch
Checksums-Sha1:
 27c4766207830a4c19d6d04e10c862fd8d98 2181 send2trash_1.5.0-2.dsc
 632d05ef6c550cf14752a07afb9d83364e8c8706 4976 send2trash_1.5.0-2.debian.tar.xz
 2de437a1ed057c4599c4be515d85cbcb4e56a821 6969 
send2trash_1.5.0-2_amd64.buildinfo
Checksums-Sha256:
 c61f9664920793dca4b7d0e67fb9d82707bcbc6079ec996bdd3ac3047edfc5fa 2181 
send2trash_1.5.0-2.dsc
 c69a68403eb21a67194a91d8ba2ae49062e9f46de5a1b279765900a793f6864d 4976 
send2trash_1.5.0-2.debian.tar.xz
 a80403ff567e9381185d506d51e8dce2ed4c423bdf9d3a308f2ad40091f45bb2 6969 
send2trash_1.5.0-2_amd64.buildinfo
Files:
 7c5eb45cd7b5f5eaa8910496ceb8002c 2181 python optional send2trash_1.5.0-2.dsc
 0bfc3a51660770a29c658e9b0e2273ae 4976 python optional 
send2trash_1.5.0-2.debian.tar.xz
 c119a18fc50574776434a1f12e4e4462 6969 python optional 
send2trash_1.5.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAl3RiGoACgkQaVxCkxbA
e/6kdhAAhJD/TjW5StHy77MJ1oI1KRpaJaRtj6D7DU4oGudcwgsWA9qbn2/DJRso
4Jxuc7hCz8vuN2bXQluWM4anjsVj2L/d2j3c9vYSIXkdjoY5jZ5s0Ud7F12gI/kd
U3qYRRoDurpWMvEXg6wI5bmESK4NJc4bmTxkEfuF9Gl79iPKI024TEqQunpxeYLg
ku/ZrcL8BhwHiDICZrtekPDK/90XGr/HG6FjoAZfOCmxRYKPNlg8XYbSFE2uWC5P
gdtbIsUyxBHBOnVuXNHwo0AzslYL9GHsVH/hUo0fIBuQ0DF5LObx07be+TkU6J3U
MkERvOptSKq6UpZOW7KGCBlKA2P8/++XkEFqrahenDLtXwKEBQgXRJ6agDF3g67w
9Zc7h4Ba4l7LgT+Sd3uO+VjvjOwM/uMVY8pNIrasJIZPSrOV2oZyNz6UDx4r+dCR
F1rV5H0ukcikuNxuixQgNGWwQhyp2WjVwNOKU5CXOzB6k6lWyiCTuVB8U5GPTPvR
XV14kcuVM7TNQ2P8fgL0KrFxAXlrU04uSMgvHXx5uUqFic1Xylqjbz4T4P/gtC5m
wZFeEcLlxqfl6li18Zpom5CdghkU/CAdfRqEu7kmy+OuURv/l3OPWgX0synn2CHK
jWHvu0KCQQYWh7NxE8lvVRTkxCS7Ftf4Lh0Vn87QK/ejhGAS04w=
=RURZ
-END PGP SIGNATURE-



Accepted mftrace 1.2.20+git20190918.fd8fef5-2 (source) into unstable

2019-10-20 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 Oct 2019 16:34:07 +0100
Source: mftrace
Architecture: source
Version: 1.2.20+git20190918.fd8fef5-2
Distribution: unstable
Urgency: medium
Maintainer: Julian Gilbey 
Changed-By: Julian Gilbey 
Closes: 941885
Changes:
 mftrace (1.2.20+git20190918.fd8fef5-2) unstable; urgency=medium
 .
   * Correctly read TFM files which do not contain coding information
 (Closes: #941885)
Checksums-Sha1:
 e334cc16d342b67e304544c02934aab4f8210b53 1941 
mftrace_1.2.20+git20190918.fd8fef5-2.dsc
 f2c183e3e57c0df5b30143ded31df287da23ff08 5284 
mftrace_1.2.20+git20190918.fd8fef5-2.debian.tar.xz
 73bfca7d27b42ca4c539f3114c4f4d24b6d4eb23 9754 
mftrace_1.2.20+git20190918.fd8fef5-2_amd64.buildinfo
Checksums-Sha256:
 c53f640b398f7b590602e5895ed6a6ef4dbd95d0b1acbab19cf3bfe5cec23fd1 1941 
mftrace_1.2.20+git20190918.fd8fef5-2.dsc
 3979c73ffc7cb972699b27dd6e560c095a3105d1a1e9c9b9e03e6493bb7b8704 5284 
mftrace_1.2.20+git20190918.fd8fef5-2.debian.tar.xz
 28d30ed517cc10b67b08a14e09243b072bc74a960bd125f4b7c01a2fbc02914a 9754 
mftrace_1.2.20+git20190918.fd8fef5-2_amd64.buildinfo
Files:
 8d07ef6b65c1c0353ce779f779808afe 1941 tex optional 
mftrace_1.2.20+git20190918.fd8fef5-2.dsc
 99a7c08e4e1e3aa5990a0f1224902532 5284 tex optional 
mftrace_1.2.20+git20190918.fd8fef5-2.debian.tar.xz
 aedd45378ef87cb8d7ead4a71f0c79a8 9754 tex optional 
mftrace_1.2.20+git20190918.fd8fef5-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAl2sgqcACgkQaVxCkxbA
e/7DIxAAiWG6EvBPj9SY1T8iRsTCSU0Ip3RWTHARvBfKbzuS4mjbJvPIdffkR6P0
D4Aj8PJafafy9PYLGit4BEesTjR015/otUMIaqNyvUMMZ2r+QDxXX9EHtorEHntm
1b/GdcjAN6SDYA2/EMRvEJWorFYOFwDq2aSbqBl8yI3f2d066nB4Yb1D/sHMZBWn
f/ZuAnZmCYf5L6o28HGPRIN7Yn6xNnv+AU43jv7lFWMngDVHwu4KOKj/FzmIg5u7
mtKkwgd6hFBFGiTYkJDIPuLWOxso/xOODIceFgTI8SIkNML9ufTBdWbV6jX+EnZF
rkkq5Vkr5QwCSgcrrNuHXhPRvGV5556TZWKe8hnu2YgB1Wbl/qApRr9bVek7LGLZ
4m4VOqTTbX67Fa8oRMZ51tuwp9S+RR/2Kw5WEnLezx/71Tgc1uyZ71JBa6kPyjk3
KDyZ56VB/OFfNeeywobwyADOP0P1yFMFa6LKVtfCDcxbviT1jays8pVZ/lV6QUA3
XZgf/XffuenOZt2n1lnECFiRC8XETBHmPsDyqC2CtnC3oXGfqK/aHazirLRFtxPe
tIwawjCU0k79xOnrENq0qX3+pAzShaAZrqFHFGcWi6jQ45H6WaOFdOeQ8nh5XR35
Avh07MTog9TqVnvzjO6kkODFu+FSURxcT1KfdoP/On3+lapVh/M=
=4+F6
-END PGP SIGNATURE-



Accepted mftrace 1.2.20+git20190918.fd8fef5-1 (source) into unstable

2019-09-18 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 18 Sep 2019 22:53:52 +0100
Source: mftrace
Architecture: source
Version: 1.2.20+git20190918.fd8fef5-1
Distribution: unstable
Urgency: medium
Maintainer: Julian Gilbey 
Changed-By: Julian Gilbey 
Changes:
 mftrace (1.2.20+git20190918.fd8fef5-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 cf1d207e06029fe64cce5a1d387ef6d21007cf90 1941 
mftrace_1.2.20+git20190918.fd8fef5-1.dsc
 f1447f514cf75ef240b5067f8b6dfd8f6b676cc8 39887 
mftrace_1.2.20+git20190918.fd8fef5.orig.tar.gz
 38992f65965ab5d5b5d87d7218b61c28696ba058 5040 
mftrace_1.2.20+git20190918.fd8fef5-1.debian.tar.xz
 9d9f547ce2d851cab4cb1b1d4e75ad496e216dd1 10373 
mftrace_1.2.20+git20190918.fd8fef5-1_amd64.buildinfo
Checksums-Sha256:
 e82f0dafd77f6bff22628d7c428aa104873f8365a185e3380a3033a48faeef24 1941 
mftrace_1.2.20+git20190918.fd8fef5-1.dsc
 31a6a2ddcb2c83b0ff0d0d1cb5808d331f998075f6205b62cf4ed4ffac9a8df5 39887 
mftrace_1.2.20+git20190918.fd8fef5.orig.tar.gz
 db1e5f668a2ac0c84976abf1dd7913cc636a12667bf45788896c1f5cbbe4a549 5040 
mftrace_1.2.20+git20190918.fd8fef5-1.debian.tar.xz
 7126528563731325fe61518b8fb6c33140b2f4d5438607ccf319aca18b50e35a 10373 
mftrace_1.2.20+git20190918.fd8fef5-1_amd64.buildinfo
Files:
 4f18a25b68765489fdc5b743a9fa 1941 tex optional 
mftrace_1.2.20+git20190918.fd8fef5-1.dsc
 62a7faec65cf2cf79a77aef9e0a835d6 39887 tex optional 
mftrace_1.2.20+git20190918.fd8fef5.orig.tar.gz
 503719af7244d14e73fec3b810d64202 5040 tex optional 
mftrace_1.2.20+git20190918.fd8fef5-1.debian.tar.xz
 32effcd1173f55ed59ea06a5fe69aca6 10373 tex optional 
mftrace_1.2.20+git20190918.fd8fef5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAl2CrCgACgkQaVxCkxbA
e/5M4g/+KBRUM4uyhiDrQUFkeqkVYodSQw7Vw38WXJHB5/+K25h+A8ZI+RSatcLJ
HGoWKnVg1DDbH2T+1qHDUTS+eE9CpbS15ACtvNaXybGHKoBbD3QSnh5kecTUksVd
j4gXv+jZkjGvPYnFo1KsmbwJz2xtxuaFClTfKDchG3X6ilj57i44TahjlFHkeuck
81vxK9/MTXNDNkMk+NhrjQCY35Yx+qJSCJSB1lCt7EBhGzAS1bMTU4Le3RaeOQur
vq0e3uL37bjCRrbB8fgbXVRdygfXBkbbk7qUNZv24Wbk7ilYFjsy/AUQaZVIPN9z
CeDs9kOh2x0b8EgnicmSTIxvcVMXt4OY6lQHvi4AjUsD27xLn/8dTyJY+HmC6BN3
kZbe2MpM4YXvqvey1EyxDOIUHujOo9h2s2fHGivru9vqynO/SwY2WsDr5WIRrCQ3
/OT520Us7QPtWYD7snnOkXedvFIZw228pdxN0pNd7bnZbagCtENU8tx5kJb93P8x
BvVC8W1egcoF47q978chkj2P8xBd0+tAjuZ1FUw/FHJDD8DqgxKgabNSLonq0Z+v
kk4VUOhqt2bWoR6mh7qMyAhZaOz9obIy2X8+eJhng/37OQ9X1Q5ZalhnNAxl4hq1
/C8Qo7QH6+NkndO/+0umgimDPOP8aTJXY30nMX/3yujXZY0YEBo=
=TWnT
-END PGP SIGNATURE-



Accepted mftrace 1.2.19-2 (source) into unstable

2019-09-15 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Sep 2019 23:06:03 +0100
Source: mftrace
Architecture: source
Version: 1.2.19-2
Distribution: unstable
Urgency: medium
Maintainer: Julian Gilbey 
Changed-By: Julian Gilbey 
Closes: 937018
Changes:
 mftrace (1.2.19-2) unstable; urgency=medium
 .
   * Migrate to Python 3.x (Closes: #937018)
   * Bump Standards-Version to 4.4.0
Checksums-Sha1:
 cc3d1ef1da4540ea9191143c6c8f200f9ae6ca38 1792 mftrace_1.2.19-2.dsc
 0aad129eb5ea5b39bf47babcd61ef026b54ec4c1 9036 mftrace_1.2.19-2.debian.tar.xz
 3a8cc660b731a58db32a52fb8869dd5b18677d79 9900 mftrace_1.2.19-2_amd64.buildinfo
Checksums-Sha256:
 a5c4fe80366e19ac5f9c29a4041a3270981b91fbc93172796df2bddae468865f 1792 
mftrace_1.2.19-2.dsc
 f146b9c635782d1f7374ed8d6835e3aed57ce05a12ec5d01e8b9d12e915ae1f4 9036 
mftrace_1.2.19-2.debian.tar.xz
 69785391c7c5ddb61f271f7b2fd1b4aa6ab5b5b3cd734230fb507da23902ce7a 9900 
mftrace_1.2.19-2_amd64.buildinfo
Files:
 c05fc2efac3724d30a4ca6043e3dfc4b 1792 tex optional mftrace_1.2.19-2.dsc
 2dbcc82bb706e59877349044e9b9c710 9036 tex optional 
mftrace_1.2.19-2.debian.tar.xz
 2ae12559c5be7df70c55c92946730ff7 9900 tex optional 
mftrace_1.2.19-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAl1+tegACgkQaVxCkxbA
e/4ZERAAk0kivTxI60HGUMEGAsvL4s0KJ9Zz6SHpiL+cYGeEX8igCom/7th1Gcnb
wnc7zJ+NMNqJWZzPCXkaoD+7tDRkCWeEXZkAqah1gX6lL89+c/L5WI/9ZcHM34fy
462b/ofeAv9CvWhIXcpq/WYqhcL2AnMvdg+SFLe/2R93L97OzcmHJS7wTrTgItRA
JwLrUQIAOXCSU3cU4rgDk1yKV+njHy7FX8aO9WakaW1C30IMgKvzrCzwq6wuPa9J
814ENn5Rciz9fbVrY0/qrrxCQKTyGjq6Z1iVURoQhrrL0sm12oiKvx+9jjOw/Ijj
9bKxEBkh4fgtqEjrtrJKK2M8keu4Ps72zoQPNLtNcexAXKViuN+YgwKVbi2wPpLU
IGBmxwCpZLjfQjnKTuNoA4DbLILrWjoRyZTXXOhLBe/XzZIJS/OR6bdYOIqrDFAe
UBTtB4XyMpUMFLY1MegwNa0gYAhynGnH+MfNQWVxHQYJG2ctU9/CPDByBamXpu1D
sVh7VwL4YMCet5Dj24dpHwthYeP3vh7Q3lu80rB876H5KRu5BCfxRtOuWmUiOlWV
8owcdwVhrlP8pkEKctImyrk+esxqdfgTPcLkMr/x8azmAX34+pqP4hg54mPn3kWu
SuxPvme0wBU/SAYYXfykiH5oko93kCK/JXRyoPMmkInoMrQWa9Y=
=Xwb2
-END PGP SIGNATURE-



Accepted anki 2.1.15+dfsg-1 (source) into unstable

2019-08-29 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 29 Aug 2019 23:15:06 +0100
Source: anki
Architecture: source
Version: 2.1.15+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Closes: 931798
Changes:
 anki (2.1.15+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * Update dependencies and copyright file
   * Closes: #931798
Checksums-Sha1:
 6e9e1380d8f14f9a069a51f2dd1f2000ff00d112 1880 anki_2.1.15+dfsg-1.dsc
 267ffd1c35b19dd787d9b05bd62ba38c9e492415 1664133 anki_2.1.15+dfsg.orig.tar.gz
 e81dca9a4d17ab6d21e360f9266efa272f61c07e 32328 anki_2.1.15+dfsg-1.debian.tar.xz
 ccef488e07c466e2c2018930eee294ebc662c061 4299 
anki_2.1.15+dfsg-1_source.buildinfo
Checksums-Sha256:
 7a676f0301847aba95fb8e874c927fd7c79c011c589ca99f0b5a9d3a014a61cb 1880 
anki_2.1.15+dfsg-1.dsc
 d349ef5963936aefe851f1d985e026a798324ac4236a8c9d1d5a342b43d5b7e4 1664133 
anki_2.1.15+dfsg.orig.tar.gz
 2ae03e4c5ae9777c363ac7db6ff8f07c553b2ff1058f1ad924afa85522a2f306 32328 
anki_2.1.15+dfsg-1.debian.tar.xz
 42ef9a2af8aa26c005c4b70abe8d6d113e05083a1ceb19d377bb31b278da0442 4299 
anki_2.1.15+dfsg-1_source.buildinfo
Files:
 e64dd4799df8609710f78586e435c60b 1880 education optional anki_2.1.15+dfsg-1.dsc
 54949a187165ba04d0ae3a0cd3ed834e 1664133 education optional 
anki_2.1.15+dfsg.orig.tar.gz
 bef74b35460289e93b9e231c8c063b29 32328 education optional 
anki_2.1.15+dfsg-1.debian.tar.xz
 78003bd08c1570d559107c5287593308 4299 education optional 
anki_2.1.15+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAl1oU1YACgkQaVxCkxbA
e/6NqhAAgI8U199H0H2+oEzt1hu4IOzfGyjEkGZIXJwafQpcQOO5VzzR4qWTU8i6
HCvki1MJopPQtOGzCmtRvMHtHCw3YERO/+HEQ1MxBp187qGoKkujFlGK+TabDBPh
jhB8l6Nvr6p2N0PNBECw1SPjWgACXrM97HIDPu9T0VHtJWQwnRgVetY7Wk1H9MMD
H0raT+AS2eu8okOPzkEHKOUW/zC5WRIL2INX8c6A+7EcG942qpxbxrXiTTxvvdtO
ujqfDEhVVnmScku9c9t1CJPDJ3z9FJXycKLPolLMLW39+/VaVZVdAtY32NsRhUp1
oFMqkKZwxFpw6/u1Wu4XdgPDiE9u70dNpJ7JBdRPOhh8suhJtdKDSt6bY021vUb4
HvaPgEQqrzrWYGi3Hr3Il/m3gx2yak48QmS2P/ZF93RFvs1FGVE13KWlp3jvEYLd
yJ/j7Fjx5OahDgUQZN3/O6kESqoYOoSy4W1Ed413+VYFNiI8xH2hqv8PgoXkckUx
ajcmIREQaygpGREBK6/T8I+xpUZSwjBNAyVLzicHb09ZxgftXuw4bvEfziXcseST
JBD9O5fBlNioHcI472yMKKJ42K/+TQkVBwgr/sYlzh/nJDLFxjU/Bd0WWdk8OJ2i
hz9ms3vOv7t+c/UbhFRs8vFdHh6My6y81ACc/HVT2rvinnu766w=
=tLcg
-END PGP SIGNATURE-



Re: Apt-secure and upgrading to bullseye

2019-07-10 Thread Julian Gilbey
On Wed, Jul 10, 2019 at 02:30:24PM +0200, David Kalnischkies wrote:
> Hi,
> 
> On Wed, Jul 10, 2019 at 12:31:51PM +0100, Julian Gilbey wrote:
> > Hooray, buster's released!  Congrats to all!
> 
> Indeed! ☺
> 
> > E: Repository 'http://ftp.uk.debian.org/debian testing InRelease' changed 
> > its 'Codename' value from 'buster' to 'bullseye'
> > N: This must be accepted explicitly before updates for this repository can 
> > be applied. See apt-secure(8) manpage for details.
> 
> There are various reports about that against apt/aptitude, so I am not
> feeling like adding lots of duplicated content now, but the gist is:
> 
> Either use "apt update" (it will ask an interactive question) or
> "apt-get update --allow-releaseinfo-change" (see apt-get manpage) or
> [least preferred option] set the config option
> Acquire::AllowReleaseInfoChange for basically any apt-based client.

Thanks to everyone for suggestions; I discovered "apt update" through
a Google search.

But I realised later that this is going to bite all users when they
come to upgrade from buster.  Perhaps some aptitude and apt-get
patches can go into a stable (buster) point release, so that fewer
users are hurt by this in 2-3 years' time?  It is quite a showstopper!

Best wishes,

   Julian



Re: Apt-secure and upgrading to bullseye

2019-07-10 Thread Julian Gilbey
On Wed, Jul 10, 2019 at 12:31:51PM +0100, Julian Gilbey wrote:
> Hooray, buster's released!  Congrats to all!
> 
> So I tried upgrading my machine to bullseye today, and
> aptitude/apt-get update don't like this, giving me errors such as:
> 
> E: Repository 'http://ftp.uk.debian.org/debian testing InRelease' changed its 
> 'Codename' value from 'buster' to 'bullseye'
> N: This must be accepted explicitly before updates for this repository can be 
> applied. See apt-secure(8) manpage for details.
> 
> So I read apt-secure(8), which gives no indication of how to "accept
> this explicitly", and neither do any of the linked wiki pages.
> 
> Any suggestions?
> 
> (And obviously something needs changing so that people aren't stung
> when bullseye is released.)

Ah, turns out it's a known bug with aptitude.  The solution is to run
"apt update", which interactively asks what to do with these changes.

Best wishes,

   Julian



Apt-secure and upgrading to bullseye

2019-07-10 Thread Julian Gilbey
Hooray, buster's released!  Congrats to all!

So I tried upgrading my machine to bullseye today, and
aptitude/apt-get update don't like this, giving me errors such as:

E: Repository 'http://ftp.uk.debian.org/debian testing InRelease' changed its 
'Codename' value from 'buster' to 'bullseye'
N: This must be accepted explicitly before updates for this repository can be 
applied. See apt-secure(8) manpage for details.

So I read apt-secure(8), which gives no indication of how to "accept
this explicitly", and neither do any of the linked wiki pages.

Any suggestions?

(And obviously something needs changing so that people aren't stung
when bullseye is released.)

Best wishes,

   Julian



Accepted golang-github-hanwen-go-fuse 0.0~git20190214.58dcd77-1 (source all) into unstable

2019-02-15 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 15 Feb 2019 14:40:38 +
Source: golang-github-hanwen-go-fuse
Binary: golang-github-hanwen-go-fuse-dev
Architecture: source all
Version: 0.0~git20190214.58dcd77-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Julian Gilbey 
Description:
 golang-github-hanwen-go-fuse-dev - Native Go bindings for the FUSE kernel 
module
Changes:
 golang-github-hanwen-go-fuse (0.0~git20190214.58dcd77-1) unstable; 
urgency=medium
 .
   * New upstream version
Checksums-Sha1:
 f73cf2d6fd70195d19ba0a10458a96d96d2c909b 2401 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77-1.dsc
 89a875e4350ff7ff45682b17554916a1b3241ce9 109740 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77.orig.tar.xz
 fb4e76d7f752934d483c20bfeb0046f75dce4892 4496 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77-1.debian.tar.xz
 f09c89fe368e7a73a67a784d252cda57e106d63d 116876 
golang-github-hanwen-go-fuse-dev_0.0~git20190214.58dcd77-1_all.deb
 38c5176cee5be0d861c3be4b3843194a08f6d002 6404 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77-1_amd64.buildinfo
Checksums-Sha256:
 ca2a457711faa96e981531a0da3bd36d3cb522a4fb8e34e3c280f51cba2d4919 2401 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77-1.dsc
 025a1b4e2e71616de67b6d79ee2a64916f9404b774f988e8366f7b69e744 109740 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77.orig.tar.xz
 15eeb0cfa66b73b4fcc1117b7bb8838490884d1e94c78de05ec5a200469f3868 4496 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77-1.debian.tar.xz
 f3b7939d96d34968f0f924eb3ee8266bf1d5dfeee96606be7f346133b90160cb 116876 
golang-github-hanwen-go-fuse-dev_0.0~git20190214.58dcd77-1_all.deb
 91fd2331f13894e5fbc4b612b33516d7bad5e58e27eae719e8fa25e7c419e955 6404 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77-1_amd64.buildinfo
Files:
 221895e52c38c90ba9309b65198453e5 2401 devel optional 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77-1.dsc
 315be07b5c736af61187ec7d227ccfbf 109740 devel optional 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77.orig.tar.xz
 9211643cab130c9cfcec6d27006eeedb 4496 devel optional 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77-1.debian.tar.xz
 1ee36393ad6c014ff0197ca331d82fe1 116876 devel optional 
golang-github-hanwen-go-fuse-dev_0.0~git20190214.58dcd77-1_all.deb
 7b1beb1afe5a696fdcfbea3c62b7f24f 6404 devel optional 
golang-github-hanwen-go-fuse_0.0~git20190214.58dcd77-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlxm0VUACgkQaVxCkxbA
e/4UQA//e/InOT2Tk7ZapUqx/DyKgbnFoHh9HGaG5wU48KCEjreG/ARgZbnQwEoK
zcLITq7LNV3NPX6jFIQ+Ie3+urax3FZUN0ERiEps99Tt8vwNjWBxLny/gGmADER9
sHhEk/US5DQVmAV4hSJu6fWhUzzE6+ytTos4yfRrXiH4e6k0W6K2Xv0MH66ogu7g
NbDqZd/YZdI4C7c8XnCISAQyqf8Fhf/XgKOjfScmIviVGwisCnrmpeDpo6208WJD
ZwdfY6vZDOlgHtVEIqmplu73m1AmpFymZrP9OiuJjeIG38myEEfiextWPTD+RdkK
wd1EPCbKtWEPqnoKgIrC623ZNoQ+czPPEQ+TPGLdQRz/GSDu1HoaevpsuZVPVdAW
PQbhtcgmBff/ugl3mCKFVfzaQq8rXH6nLchUSzGcZcA4RjkhjImukKT1P+Xf0v4Q
wZ9/mdvYdboEvR8/u5eiblY5kG17/U3ce8KyB4u4921BF7HfgOgkyIfUxZiVykCi
d73Ques7kfxY1tCDwaCWJDqSoLfBajsjlTJoLWJRr0mW5cW+PlkDNb8/mjRd7UtR
lpi3AB1yuTfTKMeMWyhMAYuOjsSpLEZm34dJGFDCLVRLLKUUIgs04pvKGJFE/cmi
R00p/8yV3kVDtwF3lXxKpkwz3ebYwXxj1QdoZmH8nMbgqWj4/f4=
=FqhB
-END PGP SIGNATURE-



Accepted send2trash 1.5.0-1 (source all) into unstable

2019-02-14 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Feb 2019 20:34:58 +
Source: send2trash
Binary: python-send2trash python3-send2trash
Architecture: source all
Version: 1.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Julian Gilbey 
Changed-By: Julian Gilbey 
Description:
 python-send2trash - Python module for sending file to trash natively
 python3-send2trash - Python module for sending file to trash natively
Changes:
 send2trash (1.5.0-1) unstable; urgency=medium
 .
   * New upstream release
   * Remove X-Python(3)-Version lines from control file (no longer needed)
 (also done by Ondřej Nový )
Checksums-Sha1:
 8e9d1842b7bdeb66ac9c19e23b8240a9fc78ae98 2279 send2trash_1.5.0-1.dsc
 d00838ca3af1fe1f527c32a696223b26c60ebe59 10529 send2trash_1.5.0.orig.tar.gz
 8faa5a1fbb0e6c96d6bebb44e7dd285546951c08 488 send2trash_1.5.0.orig.tar.gz.asc
 5514aed7fdd9d300f474055655c34d45a19cf024 4956 send2trash_1.5.0-1.debian.tar.xz
 cfbe7f13f0998ea5d7f40102e27959e61b73df73 10184 
python-send2trash_1.5.0-1_all.deb
 b1c2ccdf2fc0de0f4db1f320ec15f6b2194c61c8 10272 
python3-send2trash_1.5.0-1_all.deb
 0feaf70aae65c7873aa4cf4e01b9263b4577fa73 7143 
send2trash_1.5.0-1_amd64.buildinfo
Checksums-Sha256:
 2e9f1a8ea6b99aac1a1940b7fc4aa38bf5ee213fbf6fb45ebb4bd2373267359a 2279 
send2trash_1.5.0-1.dsc
 901aec2ee84dc6a253eae8f1fe32ac3bc21690e513a750b7e9d45ed85eeecae8 10529 
send2trash_1.5.0.orig.tar.gz
 9d01f82ecb6dec1de2f8000392ab5b81629f646e6b10e71719a8ea370313229c 488 
send2trash_1.5.0.orig.tar.gz.asc
 938125902a50f6445a7f68b1a6a472cbbad56d57b78614574f8d295c0a7f421c 4956 
send2trash_1.5.0-1.debian.tar.xz
 a4e4ccbe5d349856d34af652bbbad1e2c6f8dbb5bfa2587e1260e47e4a23ec60 10184 
python-send2trash_1.5.0-1_all.deb
 ed5e5ce24c5470006f396d939932d163c3d58977a8537b63d78157b590a141ec 10272 
python3-send2trash_1.5.0-1_all.deb
 ce46311338496d1e2615da83ac6764eca005f21845dc6845fa09cfed7a18a4f6 7143 
send2trash_1.5.0-1_amd64.buildinfo
Files:
 21f13b5b32f7cebf41d901732d7e7cec 2279 python optional send2trash_1.5.0-1.dsc
 5004abe9ecc5876287aab9278e56067e 10529 python optional 
send2trash_1.5.0.orig.tar.gz
 48da4a98d0136a3bb6948a1fc3b2b3ec 488 python optional 
send2trash_1.5.0.orig.tar.gz.asc
 4d98572ad319081e035e8865ad8dab5a 4956 python optional 
send2trash_1.5.0-1.debian.tar.xz
 85131cec4ab1a02cdc98e95239802a96 10184 python optional 
python-send2trash_1.5.0-1_all.deb
 568069c5de9e181e198426d018ff9169 10272 python optional 
python3-send2trash_1.5.0-1_all.deb
 61faee00fc98bd4f156b299729746415 7143 python optional 
send2trash_1.5.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlxl0jwACgkQaVxCkxbA
e/5IqQ//dK+kj6fxt/suYtGE5zv0RHbyo8pIKJHTmTOer0HiCKiCAHOv1VRhvBMa
dKHRZSU/3YJHMR9wvQ6/YEfpryJ3VeVe+HGGyoRr0G/q0yIGIKpJb67sq2Op0pDA
LnV3ArQ2kVf2j2FvfNI8UqVbruV6usP8lEs+kc+BKx7HZfP3kV3p6A9dEZqEyLht
qF/cqAyhW9T0NXU1EefU0GFfYchMXtOJaRk3vh7zgulMg6D2BDBBxdR9HOFTCgT7
YIUwQjQdFmfBq4GCwx4BICH+qW/f6L2YppXRkx4dvzbhpVFTbuUlweuJqRMJjjDf
S29hG54XjoXQ4qDA8iorIbHsXrEGuPX1ZmzZ9fFsng30wgEbJmSafQW7KSq5DWIC
/gaV1tS3L4GrxDtrpngmM/zrnVZZ090fXfx2B003Ah+p5rO7rAAFEZ7C7f9ChWFH
4eJDZVPnEnUtzOGOx7BynndUiA1CdpNG5iPiy3Uly+a1xi9onFGN1u2+m2G2OPH8
QP1+fiS51J7rmC9XX8dTCWeVmEdwfZ4GXE/1aYsfR6Qh0nkjQMzQJPBwwt5AHPYK
WQhYYFqdkvFQTdDCWL2G2YqWHhcA9UmmvOKkxeCnM0SFSVLaR3CrSma1heW3bhgn
NnhTdNc6zr4yA2NHag/8uBQ4caj95jJ+lAsO6HGBsKDMj7dpHFo=
=s29H
-END PGP SIGNATURE-



Accepted anki 2.1.8+dfsg-1 (source all) into unstable

2019-02-05 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 05 Feb 2019 21:14:49 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.8+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.8+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
Checksums-Sha1:
 a43f8e24b3969fb8a1e4389ec1a6d0cb04c66524 1873 anki_2.1.8+dfsg-1.dsc
 1b8fa195a55f10020685cab429ac8f9088c1e8e8 1603270 anki_2.1.8+dfsg.orig.tar.gz
 f5a15d7c71824117b0a3d8f520c6b695870c90e4 28372 anki_2.1.8+dfsg-1.debian.tar.xz
 8ab69413a207668e0357780622f94f2f7ffc50d8 797084 anki_2.1.8+dfsg-1_all.deb
 c8c3b1132bc440d01d521a7644f803707ab3727b 6033 anki_2.1.8+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 9f521e9240c1eeebc59022b9cbb4849acd97712d77860c1e18dc8c49b1576836 1873 
anki_2.1.8+dfsg-1.dsc
 46e835c8e00624ba7a185d71031de0ae9af41654a2e492813d47cbd024248368 1603270 
anki_2.1.8+dfsg.orig.tar.gz
 2acc14fbca4dc68e3920133c9137d6ce0cc8dedd43992d387878bc96ae714a48 28372 
anki_2.1.8+dfsg-1.debian.tar.xz
 9da242670634c9bd31e5e3cc6f6b90648dcae966576abba6b04e7e64f718a72b 797084 
anki_2.1.8+dfsg-1_all.deb
 4d95398afe6ef5703377bca430e4958a6f81684b9b1ac52d1473915be8dfd090 6033 
anki_2.1.8+dfsg-1_amd64.buildinfo
Files:
 2d796b95288ab1ac83791d25d9a598b9 1873 education optional anki_2.1.8+dfsg-1.dsc
 c4482a38e2c9b820719e144ac671606d 1603270 education optional 
anki_2.1.8+dfsg.orig.tar.gz
 f3653614d51d01fee763a5c282c5a070 28372 education optional 
anki_2.1.8+dfsg-1.debian.tar.xz
 e02bce97655bf81cfd1649b462acbd7a 797084 education optional 
anki_2.1.8+dfsg-1_all.deb
 13ceaa2f9611ebc691a2400e7c8bde49 6033 education optional 
anki_2.1.8+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlxZ/V4ACgkQaVxCkxbA
e/6mZw//fRl+2T2SxGo7W3LQvHSYPKd7kCB85Zzd2JcIOMlDoYP7l8fBM0Gg1jbu
3aKjLEJnJjyQ34v0N+4PqGTg8dcRPgtyZ9Joef4b+zCazHwxMNBcsVyqLNy4BTZX
oOJgjFOVZUSNbbAN1XoaM2CXhwP1/smgJA1U1s6zMhjxrNTmnQCiPnJ7qrfxGFfG
HMMEGZGyIIWb1xoatHDpo4ClLKNdRQNu2tBuKrmwA0speHiKRdUotSmvhkFqFzEa
Sx6vEkaWrO4EJ0soO2atFu1wXFzoo+XJ8X0llx/Hoa5gxbJWhMJWp+YeX6LQ8h4O
1dr5vh9IehVBh3LuoODSJZpv/jelxsnYKVuiyCzPXndcE1DkKs3u0aieydrsfDUR
5tZOTTMXCFZNQH5sxn+1889uf1XU/qpYtYuZl+MbVhZHdW3a5Z/jY4fbM8DKWae1
FOxNL19EGsMje87h+yq5QemIK4yedlodw6KThH8c9Qu2SI9zMYdmrHdWLuPAbCoz
pu4dRIn9bwFj2qHShdbuGaoT1x35DuDamxZ6O3/CUzu9rnQT0vQJ4Ub2bhY1eHex
aVt88t6CG4UiV4yaMXYgV+iTQ8uwLHAK4Ij1angw/uLeG6Diz70hfCL/VePUIteR
B8KxkG8qI/zjhWz4WiSV672Zr4oNnPIlRVFw8HaSeBLeiGddgAI=
=jdWb
-END PGP SIGNATURE-



Accepted anki 2.1.7+dfsg-1 (source all) into unstable

2018-12-18 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Dec 2018 15:31:33 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.7+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.7+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * Remove now irrelevant NEWS item to prevent confusion
Checksums-Sha1:
 0ff35ee2e47ad04279a6dadfa203933572936662 1873 anki_2.1.7+dfsg-1.dsc
 38f9806a44aaafc4d51f6925038dfb09717061f0 1596961 anki_2.1.7+dfsg.orig.tar.gz
 e1126e845cc82ce0b649d1fdebffdb3c8d1dc85b 28368 anki_2.1.7+dfsg-1.debian.tar.xz
 47f8c18ea71d91fb42f9fc4811d3135f89036b66 797920 anki_2.1.7+dfsg-1_all.deb
 501e0172fe48ee014e8f55b2447b69255807db1a 6003 anki_2.1.7+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 76059408baa53a2efcb091a85f7fc30b420005ce79e8ea4652145246127c 1873 
anki_2.1.7+dfsg-1.dsc
 475a32e332385b1b2d2b6ca34312ed69a75a3a314c3409e298cf97581215e236 1596961 
anki_2.1.7+dfsg.orig.tar.gz
 fed502883115a18676bba264f453735cc639cd34278e3c4f8e5c7014f39d0e7a 28368 
anki_2.1.7+dfsg-1.debian.tar.xz
 b9a4c3fa0a18b2c22eb642d0002a1460ec9a818cd15cec406059ea66474ba70d 797920 
anki_2.1.7+dfsg-1_all.deb
 b6b532624c3f593e190c6f2385ecdf00134e858316fea83532a2ec971aa130c6 6003 
anki_2.1.7+dfsg-1_amd64.buildinfo
Files:
 3fe4177eaf788e0a503da3e288c545a3 1873 education optional anki_2.1.7+dfsg-1.dsc
 c866cdf0d2d4f1ccbf75c06be83df8ac 1596961 education optional 
anki_2.1.7+dfsg.orig.tar.gz
 b86a20491bc9570ddc96de2c1c83bfb1 28368 education optional 
anki_2.1.7+dfsg-1.debian.tar.xz
 17eaf96d43b30d694a8d6572e2b7f242 797920 education optional 
anki_2.1.7+dfsg-1_all.deb
 3314ac456ccb4518a4791ea4c1c2f06b 6003 education optional 
anki_2.1.7+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlwZE+oACgkQaVxCkxbA
e/6SdQ/9Fv+/fQGlN5QefIo37f4cF6my4L54FzB7xZZkXqH/9m09jgHS5d4O+ZHv
tU3PTWxU2mG9/gt//rTHRKOdTcTbTEQa1wPQYq+F4I3YOOgWciSayw6UI87eUhXR
bu2fSkk2yYg3Z/Lu/1QdlnEdLLwep/iy6aMmVJED/8rj/2vKTo1JOTQwPX3bQi2b
Xa3+QSFamjF92eRrJZi5Ux4AqSs/hZXmtwcWa+IG4/tpnFxqMMf+kaiieh5yredC
wjP4VqsibzaLyjVObYLkn32WUVmOOTQ+xk/mSIvfLcFcxQuZBIPnbS3AF6b2uSAi
2Y2YPndxEQlokEichITx0L/up2e3yCl0/ZEPhpRRA2HaKfELIE+cIhAseAj2EVAJ
C0wUNWvHOEeWRaBvfQ6CPlvaEJP67amKulTGlZf0XUdivKbXFTez+fdP04f/6rJG
2waAhHVGYw2tY0GxNh8386XBcniecrJgk/8ONXMHjwL+t5FBgMFEJRD0lulP9wl6
NdCF0bwGGG/2MECga10uU9u2LqCqlqORuEW64YqdV3Kqq6ba74yYupyotx5NDQN1
clwjW5KVyFwJMYuUpD5yuEDGbDlT8rPb9fgubbScgOHFJl5804Az2KdqXXunG+Hx
DgNb0c7CkF2QB3UywpE6xdho3VyUwXuepYV5JsVAx8xIevEau7g=
=UAr6
-END PGP SIGNATURE-



Accepted anki 2.1.6+dfsg-1 (source all) into unstable

2018-12-12 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Dec 2018 09:14:57 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.6+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.6+dfsg-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 178eb9fc43489a691eeadef7ef06911e74f0b15f 1873 anki_2.1.6+dfsg-1.dsc
 7610db9b20de18cbbed5e6da867a6ed4835c9807 1588449 anki_2.1.6+dfsg.orig.tar.gz
 5b51e8c0f595d9b6e29c9c7b400bc43cd9fcc34a 28464 anki_2.1.6+dfsg-1.debian.tar.xz
 d14b750aada16e1f3852466a2653c362ce78ad6f 791388 anki_2.1.6+dfsg-1_all.deb
 159b3e1cbbdcf7900ea22cdaccee0e0ff1772e0c 5845 anki_2.1.6+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 858d08969882400b448c924f2fbd61d8db4fee21256030a865dd88bf2e93e16c 1873 
anki_2.1.6+dfsg-1.dsc
 3ba01e38e20aa7363aed88104c7cc815739c66a62bcbcb1d9a83ddd55dcf85d5 1588449 
anki_2.1.6+dfsg.orig.tar.gz
 e4617d3e3dd54bba1c533e5341b64bb2fccecae8778fc4825c4a0ddf7bee72e9 28464 
anki_2.1.6+dfsg-1.debian.tar.xz
 2d88760ca58476e7f74f8c29c22f867259effeb62b4360eab3a5005f096e6535 791388 
anki_2.1.6+dfsg-1_all.deb
 6726fbabccf50becdfd355d356098034b20a7f09e0ef4d38ca439329f9c5ed75 5845 
anki_2.1.6+dfsg-1_amd64.buildinfo
Files:
 cae4b533a9cece6d5398235aace6aac9 1873 education optional anki_2.1.6+dfsg-1.dsc
 ba9c34ee7fdd8674203fe05339fc7b73 1588449 education optional 
anki_2.1.6+dfsg.orig.tar.gz
 fda04cc127a21f42bac8789f32279ec0 28464 education optional 
anki_2.1.6+dfsg-1.debian.tar.xz
 f56ffee38da31664432482cf64c4999b 791388 education optional 
anki_2.1.6+dfsg-1_all.deb
 36c0ff987fe483c47c517c75a744f0f7 5845 education optional 
anki_2.1.6+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlwQ1N8ACgkQaVxCkxbA
e/7ZTg/9FaDFrbbkchdGsDzV7RBHFB9CgjTJbQ2JbHhtyBDnRt5vtWyAH2o30P+6
MeYoCtjFq3y4iUQ4xkp74I7ane4OHW3QW83tNw/LDs8LFjflasiLd9h5qRytdeQe
HCZzT+HRykCxaRgdkKZbei7baIyoH0g6lNCqEPu31NQZoR4JLbXhNNX3Tsi+QfYk
34O2lfF2LqngKMt9SIPWzQo1MGRLumo572cEbyMKj+6ZO4/BCKia6wbuK+rDdROL
z3fOe369HlnYqAHLey6lvtyPRBPCTOJKekgz0ARcqLhsq8u4j0aIlYzw7FLUA6Zk
bzz5UNPUt5kj3SqZ+CdxqDCRIqWsbvQXB2o+bLMziUSNSNWtOcucyyx0GEC76E2T
FTvo6IU8AJp4qhrtxw1wAZY8QRpPnQr0DgFPqAl+ucON+udZcdABjRAwo51XrNzW
t1dbBbIyHfOS/R0WGMb+bITAElSb0/HrxnFgzVtTs84RxQCMCg38jmyWrrq5Ib4h
D1o3zqxjQPW5cAK+1f0j/RMN8MDdHFAGe5gA1AateH9Wh4FJieWzXDuScY3rJOY5
prmY8WOgzyKmtfzCmxBqTvte/uPS/npX9R142VkwBKzxatucePZ4s0TzxRxgcsiN
8I2nDph05mJTdxEhAGOdp9lRbcorsOF5DXrSqvUmiDWSf3Uavjs=
=j1B/
-END PGP SIGNATURE-



Accepted anki 2.1.6+dfsg~beta2-1 (source all) into unstable

2018-12-08 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 09 Dec 2018 07:24:54 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.6+dfsg~beta2-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Closes: 905379
Changes:
 anki (2.1.6+dfsg~beta2-1) unstable; urgency=medium
 .
   * New upstream beta release; it works on unstable!  (Closes: #905379)
Checksums-Sha1:
 28a57abe9440faee6aca132e767c4d11da00de9a 1915 anki_2.1.6+dfsg~beta2-1.dsc
 6060ce311837844423d7e6d79f75552d00bb2fda 1587705 
anki_2.1.6+dfsg~beta2.orig.tar.gz
 c20997dc5f89e8677d51f00f68638d96e15e0ba7 28472 
anki_2.1.6+dfsg~beta2-1.debian.tar.xz
 a82ac976fd7401ea9cacf3b4212cb0d14406af42 790208 anki_2.1.6+dfsg~beta2-1_all.deb
 81d87e148bcf4e203356737ead0267341622d73b 6041 
anki_2.1.6+dfsg~beta2-1_amd64.buildinfo
Checksums-Sha256:
 b763ee33586e5e68ec7c9a5337e3014dfef21464c62d45c360955edf7cb9a131 1915 
anki_2.1.6+dfsg~beta2-1.dsc
 5bf883d8515c0dfe21934fa71467337b33b800140bf2824ce5d216cb9b7e2d38 1587705 
anki_2.1.6+dfsg~beta2.orig.tar.gz
 0c69732c763ee81cc98d53d29f48cafd497cb348ed1f694676bb0a9b2520c47c 28472 
anki_2.1.6+dfsg~beta2-1.debian.tar.xz
 0fe62db798227645ad0a34bda8e19291164658b554a1ed39186d037b76b75a99 790208 
anki_2.1.6+dfsg~beta2-1_all.deb
 f7542bc60b595c897e99f13378594d834de845df47e8317e187afd0b92719329 6041 
anki_2.1.6+dfsg~beta2-1_amd64.buildinfo
Files:
 3a7de899e3cd66a118b9a896d2ac3d8d 1915 education optional 
anki_2.1.6+dfsg~beta2-1.dsc
 35cbf68b4680676677595e8b5243c08d 1587705 education optional 
anki_2.1.6+dfsg~beta2.orig.tar.gz
 6394e1fc92e3a2f3edfefbbd7422e936 28472 education optional 
anki_2.1.6+dfsg~beta2-1.debian.tar.xz
 d653f675a00ab645afd6743d4467962c 790208 education optional 
anki_2.1.6+dfsg~beta2-1_all.deb
 d7124e5ac170d9b464fde9f809817cd6 6041 education optional 
anki_2.1.6+dfsg~beta2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlwMxE4ACgkQaVxCkxbA
e/7Q/Q/9HLgJ6dCmeZAlrClNrx3BOdRxu9C9wxibypJhSNs52Rj703Su4hwvjt+V
+fXrvgY5nFuWVHSe93mENG+Ir/7naKRcdXN11HRletis/RoaP5KSwVCA49dE5rPT
mYzuA/ckA7GGPzm27aJz2AQxHw+g7MgoNk3V5IddU3ESUtU5fL/DIgTqc5+ygOiL
WWsq7z4pkaYM/eQRxwXiX9CLyjjeO+4SfD586Fs5yiD7lZVV65f8U9RsuXq5J+mz
zRV8ybE2c3ZtExsvi31ma4cM779xGTN4FfHopSfvgAbmDdpawksiAvhcpJCHSkxK
9Y1wHPD42bLsTXNraTprTWNCBZ/yb0M1uOH5fbFCpNQONXVDp+Jh1rZ1b6LeOEQ3
W+zPZVM9HafahUxLVYNJt+Rw8gKzr5NNRv3FfAU3qs1ic2QZPrFWcu1016XAMZyR
y2/0//YrDRx7FoXh2Gmfve/aqRGnRDJpjufp/9sLN4fEgpXAail8pF2JA5Ap+KLl
00rAYIoo7fghA2HB4yqrZUbKpeRM13RArVXUzyXptdEle5f4IvjdBwkGkiXrAhbX
5bt99UJy1wOzHTNj5P0N860KstucLbByH7Irkrmig4HEXu0n9cBu0PpMnP0jjEDt
gBPn7H3sUWuMJ0wXMLd4NDNLV85FlHjMAYPy+BrYeZZOBxyusnA=
=dQgH
-END PGP SIGNATURE-



Accepted golang-github-hanwen-go-fuse 0.0~git20181027.c029b69-1 (source all) into unstable

2018-10-29 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Oct 2018 19:50:16 +
Source: golang-github-hanwen-go-fuse
Binary: golang-github-hanwen-go-fuse-dev
Architecture: source all
Version: 0.0~git20181027.c029b69-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Julian Gilbey 
Description:
 golang-github-hanwen-go-fuse-dev - Native Go bindings for the FUSE kernel 
module
Changes:
 golang-github-hanwen-go-fuse (0.0~git20181027.c029b69-1) unstable; 
urgency=medium
 .
   [ Julian Gilbey ]
   * Simplify debian/rules now that DH_GOLANG_INSTALL_EXTRA is used
   * New(er) upstream version 0.0_git20181027.c029b69
 .
   [ Felix Lechner ]
   * New upstream version /0.0_git20181015.a53ed6b
   * Update Standards-Version: to 4.2.1
Checksums-Sha1:
 24b6115577e2685bf2c118745b241ea44aa1ab07 2401 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69-1.dsc
 4b991681a29d32a634fa6725d7dea480b28b2780 104416 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69.orig.tar.xz
 9ab9d241e02d63c7a8904d4fd897981e7d92e73c 4460 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69-1.debian.tar.xz
 a17b8c09d0345ba0d339473b1fa6688ad772e8d6 40 
golang-github-hanwen-go-fuse-dev_0.0~git20181027.c029b69-1_all.deb
 8fd671e540554f603c971ebf1a82af46eded3bf9 6222 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69-1_amd64.buildinfo
Checksums-Sha256:
 50226447938e40d9c22b24f970fea41e3ec1f8315d012712ace439ba4d297185 2401 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69-1.dsc
 86fb8875ddf61781906583811bd50d88ddbb8ef7c00073a171fc2a4130a7d5ef 104416 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69.orig.tar.xz
 a19fd9d56d4defb43990ccdb41d0fd1829d6fea7a7cccb1808124c1d7117f27c 4460 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69-1.debian.tar.xz
 df8a52e4bfbd9f8031336140586c4be3358b4bb4e20293bdeab4c3657037f864 40 
golang-github-hanwen-go-fuse-dev_0.0~git20181027.c029b69-1_all.deb
 bd4f65bd51b0c927da737ffb61cae43da2e0307f0c1f3d032553e02465f1d39d 6222 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69-1_amd64.buildinfo
Files:
 7ea3e8fb9d6345f88079e014baf77b37 2401 devel optional 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69-1.dsc
 94741bcb52b637b8822d49a101daa04d 104416 devel optional 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69.orig.tar.xz
 0f4f149456ab7928744f526081c96eba 4460 devel optional 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69-1.debian.tar.xz
 09ae7a4fc2232caec1c6ff935ec6e223 40 devel optional 
golang-github-hanwen-go-fuse-dev_0.0~git20181027.c029b69-1_all.deb
 259b48f91b6d025fe78bc8c6b607797d 6222 devel optional 
golang-github-hanwen-go-fuse_0.0~git20181027.c029b69-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlvXZWoACgkQaVxCkxbA
e/79bBAAoFRc+YYfwHwYzjbRATY8/vs+qZdWMZlVApMYBnpql5EPtreFRO8BB/A/
EXZMwhPtWWX+BZ0cSFIZ7nGrwmDRrQmbQvJEzhVk1oLlaVHrKfGdQWnJPgTRKk9c
k7gdJUw7R1plt2716ES1AtMKTIZgAG1ynJQQpWSYF/s5p5urxMzlI1rBHapHV03X
cFu4XyEhP1TeHDT3oR9z5X/n9HItYgIwgyX8y3arIJ0BGTqVRbnZz5yK6pOrjsjz
iFVhuPE/5BiZaoLJY5+y4Ouo7PeKXiey3AoP9WQ6FFcB0e/Ay3AHPXj4y30+HeWQ
qbNtJwOs7IbVXI2j83FkMlkjv3FFmxzQAIm2FAFgktR4OPnY/oMdubGW4cNwS0rJ
D+hUm0C5DXD3vOEHmRLpKUNMd605fM4jtP/eSCoSJRbTwYWnXbGI2Adxyz6Dy1I/
Lbb1LAX6iuNi8WKSRz9+Wbci5EkHD6BFDplSdhd5IutSm3fY+zt4SVw8m+FX2XoH
nb1Pb6Uz96BvledaFMaJiU/GxZD2k2xMGBfEE66JaYnJNuFFaSmxIUxnoh0GiSUu
Y5CVsr4Tr/yOP0jVpb7Lx6h4UTLn+53pXH2mqFpcCHlOZ8lj8oDjcZZi7qCZeI38
z08MJufY44lGbrDRpSSPH4vUWAzM0CHFCpOYu03WXgEROC7qWTQ=
=taq9
-END PGP SIGNATURE-



Accepted anki 2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1 (source all) into unstable

2018-10-26 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 26 Oct 2018 15:11:55 +0100
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1) unstable; urgency=medium
 .
   * Using current git version to see whether this will fix the Qt issue
   * Remove Qt 5.11 warning (upstream now allows it); don't worry about
 qtver.accepted cruft as this will not cause problems and previous
 versions with this check in never made it to testing
Checksums-Sha1:
 140c967921a3c1465760baec22124fce309f839b 2076 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1.dsc
 c289988a86670ddedc189c2b1e934faededb2dde 1581486 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c.orig.tar.gz
 d5d1ba1576f09c909d7b8032138afee6e20e75be 28424 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1.debian.tar.xz
 d5cd44b46000ce3d0c0f3b7277cdb3797bfce5e5 774132 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1_all.deb
 6058c0b9bb4caafc4a1f38ec2d87ee07817dd666 6177 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1_amd64.buildinfo
Checksums-Sha256:
 6922bf185a5b729330b5d5916b0a5224d76f56a9683cfc2ee53d9c02367c85df 2076 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1.dsc
 0fa227fa2c020f7c9dbadf2cef8e1a413c4cc2118751bdfd31ec3a6349616293 1581486 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c.orig.tar.gz
 e2a2f9ba028912c9251125e0fe8711cfd57050c1fd30d29ce75f31bf055aae50 28424 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1.debian.tar.xz
 a6b96e146a48e31458b5666806d07e372a820a8b0d6a0fbe4c55e23992b484d2 774132 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1_all.deb
 52b1bced4d12c9cd500abca0758d95c4c4cd723511b74698367c9a0c27e50cea 6177 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1_amd64.buildinfo
Files:
 d89195b161bacc461dc6323ed70a 2076 education optional 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1.dsc
 e473a27dd1318133e0173463a8022290 1581486 education optional 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c.orig.tar.gz
 6a126af5cb4d782371b0c41b6e6dca01 28424 education optional 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1.debian.tar.xz
 e28cb6a1086289de94121205df212e8d 774132 education optional 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1_all.deb
 84c3e4c70271a6acb5cebd4077a508a3 6177 education optional 
anki_2.1.5+dfsg+2.1.6-test.20181026.b4f4e65c-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlvTLT0ACgkQaVxCkxbA
e/5mlQ/9HgJ3beje/23LpWBNfFd/WHHM6/xWszsGvOhGy7DsjBrxwq9bd+owG1Gc
2V+5qcmjc6m1RFtCpWZfRr7FmLCE5zt5ZcjOCAa4V8xbXkT04nK4LGIZxRE8qGrA
2FIVyrpXvGi5uxqZ07PuyHEXHXySRdmE1e4OCxxLv4yhQoOa0EKMMWfW+2aOG3p4
1aGSBa7nJyIv5poHPNXd7JIG+T+6WsUZGlynsKiXW/9csM6Rn40zxXVCkokvDh0F
BuqVfiNkLIzdTgc1QMy4bXOJLcDw5L9Xau5VofivYv/U1ZEJrKupvophfAKXa9TS
AOzs8l4HYuMMaKvMvk7sBXm27hJVcCVpjx1H++j82YoTVYPQF1qeRZL75LZ2w+ZR
t7yh1YY3lnQnY2glKAApoHuQl56ink9lPmXqQHkS0ZSSFPklRP19obUpm8qq7LDK
eX8yCa6eL8fPOIZRIvuuz9YXvb71i5QRxgjpqPcWQ2rw5YVJK1k38ocekSbpXXyD
VzMLm3LS8hlGlQCXOWAeBCJz400biRHccXA0cS8WeqM/YVChEhZMz81+2UFIDECl
DCR+5mS9fsS3OFcc0PMHOolZkNO6/aBNainLe7AHl+OZzDJ27iNBkRMWLjpiPyEl
KfRv2EutcafcJalzWKSIvtwNaEpHqCJ6If5FWoV9MLVUuwcjhdY=
=+H4t
-END PGP SIGNATURE-



Accepted jigsaw-generator 0.2.5-1 (source all) into unstable

2018-10-18 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 18 Oct 2018 16:24:00 +0100
Source: jigsaw-generator
Binary: jigsaw-generator
Architecture: source all
Version: 0.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Julian Gilbey 
Changed-By: Julian Gilbey 
Description:
 jigsaw-generator - Generate jigsaw and card sort activities for classroom use
Changes:
 jigsaw-generator (0.2.5-1) unstable; urgency=medium
 .
   * New upstream version
   * Update Standards-Version, and move to debhelper v11
Checksums-Sha1:
 d397180d15747d1ef4aeb95b12095f88171ca02b 1908 jigsaw-generator_0.2.5-1.dsc
 67cf78ce3a5e6fb6989ba1973a6c51bca8f86ae3 107432 
jigsaw-generator_0.2.5.orig.tar.gz
 43452242b3e7a1d0dc57f63f45496fa3ca279089 2700 
jigsaw-generator_0.2.5-1.debian.tar.xz
 b73cc3e8bcb86ed617a2533a888eb6e7e494291b 227464 
jigsaw-generator_0.2.5-1_all.deb
 d19c9c23a6c3d8880b6de96c3899b19d90a83027 8858 
jigsaw-generator_0.2.5-1_amd64.buildinfo
Checksums-Sha256:
 fef8ed2d3e586c045eb0e3d4ab5868d2510fe92eab41ef3393faf096bc88305d 1908 
jigsaw-generator_0.2.5-1.dsc
 2ef5354727a9a4feb1ad79e263f4a12b6ac23ca3eff745e044ecf1d0ef40c367 107432 
jigsaw-generator_0.2.5.orig.tar.gz
 91f2b58d4c16f88471e2d9b7a5e25d06f66e452750fba1191e0da59ad60309a0 2700 
jigsaw-generator_0.2.5-1.debian.tar.xz
 b7a11f8c315b629afd397361b87d574ad6babc950075915911f4774bd3221224 227464 
jigsaw-generator_0.2.5-1_all.deb
 ff18ac93861654277026b4b4a318357f4e02000f87cda4c87d5b8a8662b2146d 8858 
jigsaw-generator_0.2.5-1_amd64.buildinfo
Files:
 ed98b43379931f8cebe7ddf7587b0ccb 1908 education optional 
jigsaw-generator_0.2.5-1.dsc
 cdaef767defc9cd18df93ee89bb832f9 107432 education optional 
jigsaw-generator_0.2.5.orig.tar.gz
 751d15b2329b6193fe7668656b3698e0 2700 education optional 
jigsaw-generator_0.2.5-1.debian.tar.xz
 993ead452ea98902ed486fc51f1a5bc4 227464 education optional 
jigsaw-generator_0.2.5-1_all.deb
 e1c1c25dfb401dd453fb0a45b7b0c6a2 8858 education optional 
jigsaw-generator_0.2.5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlvIqIAACgkQaVxCkxbA
e/4sdhAAp90U6YvLZK0AOUdXVIGWx2exoXB4pM8MNdNpfVePTlpsvI5wUhoMGGxg
ZY8V2g8U0mEvprN4Bt3GFRQqUMRIpf6CHJqWRbRIEkJGYXW6FUvZPqeKewldWd83
J/P/CNYfm/EEO10GBJ55gE0ZYQ6MXNvWHIJbr/TkXLKC0EYfW4wnYUPnN1+RWHFi
rUM/ukQX9JEuvonhRue32Y/9fNMmC55Zi5Ur2hMk/cp3xsJfr91oxKbBMBTe8tiB
84ppbAxe2xw5NKh7408XYhFQ9LHJ/Co933Fm7V2UdYakYeN5McaZGGLDTg70kSIK
B6E/OBKIGH3qMSrSmvDtsMtFNjBWjDF+AO3s3jm0gDXAvRiJuXLQM4JEFQO0hkt8
W2kaEKya9Gp4rM7qQOeQxLvVKOaKXNXRnEdwbdO80aMYg7YlqlUqOYdpcvckfJfB
xu7G79KhAKLOqmq4MDCSpLEN1SlJbMoUHBr3lViiuDmWMdohJQWvklQYVi+AlxP1
2ekyrK7Sn7Oljabmx/07YwbHJ60z5bjgegbHJ6ei0mmljg7jNOVoItN2QIrthGWQ
YFFLdwhHvfq3doC17+QdaecfGvRj2yR7t9nw8TtI+VCnMIFXJWdxyF/nKzpdrzs1
iPIj1qW8qVrBN+mg2jRPI7dNUUJYsa0s/E1NqQBceAnlM8Jr++8=
=z0hg
-END PGP SIGNATURE-



Accepted anki 2.1.5+dfsg-1 (source all) into unstable

2018-10-16 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 16 Oct 2018 11:37:28 +0100
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.5+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.5+dfsg-1) unstable; urgency=medium
 .
   [ Julian Gilbey ]
   * New upstream version
   * Move browsersel.js from a patch file to debian/ (makes the copyright
 file more accurate)
   * Remove unnecessary lintian override
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces
Checksums-Sha1:
 b9a2e9b377da08de16edd36d236e7ffbfcdc3929 1873 anki_2.1.5+dfsg-1.dsc
 3129d37e04ccb1e3a9305ba675f2ab11856f716e 1577435 anki_2.1.5+dfsg.orig.tar.gz
 6bc917f1fe0489519c8f11083bef69a3c04fce97 29220 anki_2.1.5+dfsg-1.debian.tar.xz
 0ab64ca9aea2ba8bc62fb3b4715fcc6218371497 774400 anki_2.1.5+dfsg-1_all.deb
 ba867279c3be293e1ad54cc677eaa0f64da09a8c 6129 anki_2.1.5+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 d58e26c4fad0d6e029285c95c4454d32766f3057bd1bdeaa93ad13762c2350d2 1873 
anki_2.1.5+dfsg-1.dsc
 923cae71a6bb32e87ed5e880b2d0f02520370bc379aa9c6ed88e85609d67fcd2 1577435 
anki_2.1.5+dfsg.orig.tar.gz
 6840acc583d9030a8da77c36bbadbd2ddbdeac8287ccf8d8b1c39e5585f335f1 29220 
anki_2.1.5+dfsg-1.debian.tar.xz
 be3a4c2934177a212b5078c11fdf0c8ee055a79aa7fe5f9c6ba0cd28cef861a0 774400 
anki_2.1.5+dfsg-1_all.deb
 86f6a56f5d5295359ff35241fbb3eeed4c6b768fce12850a3bcfc5f4f20d3c4a 6129 
anki_2.1.5+dfsg-1_amd64.buildinfo
Files:
 075c33c9a870bd836d35af9d8419fb78 1873 education optional anki_2.1.5+dfsg-1.dsc
 0d186e1fdb55bca311206fc21c1cac81 1577435 education optional 
anki_2.1.5+dfsg.orig.tar.gz
 f103846cf203383a1e2caecee97a70d4 29220 education optional 
anki_2.1.5+dfsg-1.debian.tar.xz
 0b1f9941818f0332810196ff22a6ee3a 774400 education optional 
anki_2.1.5+dfsg-1_all.deb
 b3d9709a46c39971a47d646a45c5b62c 6129 education optional 
anki_2.1.5+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlvFv7kACgkQaVxCkxbA
e/6T4w//SRbz8iXowmYMX4OguyDCyK8HztSnlpjjAaxJI8TRMADl/IFS02Tuvv2T
T3Bt7JxH7a0SuBiPG5xgYiYi0033kKoOA82SMW2uQuYbg/yp6YnSqKImpjPPX8mo
m/RaQK6Gx7L+9T9h0YHO6ZJggs+2GugMQ7Uq5uR71BZaNWsjcmIS4EgKGvxUL85x
h8W1kpl6CMn/QXQYvjWAJBI3qLJr5bCvU6h2p8TVMqMXvvFb64W+jcg+Qy2wv3rV
jxs7hZ92oeCiwQe1sztkje73HcakL3Pm5wa4/K2cYZRvRdX5CQge//WRvlXA8IWA
UgBPGqSmgKDxzl/qWc9l+0ZvM0VSbdPcQcNXLTTaPYzOR628OPUi1kJxsFgUVov3
6cDxiPBHCrGElToE51e0jh7lJVpvEKiCDqcHHoowSFHo0trhXH1TGZQErQWbTuQy
PshpZu60PUFwnDZOvuoCYxMrQbMSs+I4Q9NPSghfHl8IU3Wqogs94vwPq60xJHaM
iGWp/gokwkaDS6585RKiUFnFUd16a8TSYErcghYc7E/N621zRd/ujHv6ZO5UDArH
5QRInRQzq7KJiJeOePxFM/Q6zdUMKeC4hnNC2kzo1PN/dvvtgMvrKH7R/6bYRpCn
zNz0G5oj3a5HdJUZdK71QAo5yf10Qd4e3h/YNAFOg8dl607jjhw=
=ssvK
-END PGP SIGNATURE-



Accepted go-mtpfs 0.0~git20180209.d6f8f3c-1 (source amd64) into unstable

2018-08-23 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 24 Aug 2018 00:33:36 +0100
Source: go-mtpfs
Binary: go-mtpfs
Architecture: source amd64
Version: 0.0~git20180209.d6f8f3c-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Julian Gilbey 
Description:
 go-mtpfs   - Mount MTP devices over FUSE
Changes:
 go-mtpfs (0.0~git20180209.d6f8f3c-1) unstable; urgency=medium
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Julian Gilbey ]
   * New upstream version 0.0~git20180209.d6f8f3c; also now following the
 Go Packaging Team numbering convention more precisely
   * Remove gen-orig-source from debian/rules as it is probably out of date
 now
   * Don't leave Go source code around unnecessarily
   * The following are based on Felix Lechner's work on
 golang-github-hanwen-go-fuse:
   * Set Standards-Version: 4.2.0 (and change Priority to optional)
   * Added debian/watch under git mode (fixed)
   * Switched to secure URI for copyright format
   * Removed Built-Using: from debian/control
Checksums-Sha1:
 d1bebc02ad0fae64982e6a6d4ab7ebe4b8325878 2240 
go-mtpfs_0.0~git20180209.d6f8f3c-1.dsc
 714849f7f2440e81f188176d6d38115c0dd8bcdb 36264 
go-mtpfs_0.0~git20180209.d6f8f3c.orig.tar.xz
 4d694ba34d4e274577a5ed94c8d5428b51f12242 3412 
go-mtpfs_0.0~git20180209.d6f8f3c-1.debian.tar.xz
 0c2a45eb15c3d66d7bca1b416ad916dfc336 482896 
go-mtpfs-dbgsym_0.0~git20180209.d6f8f3c-1_amd64.deb
 bce91cfa7cb7c6738a4ad6db94f61554a54e0e70 6629 
go-mtpfs_0.0~git20180209.d6f8f3c-1_amd64.buildinfo
 3d32ff6dd29b01b766965dd36f3595855976b999 732076 
go-mtpfs_0.0~git20180209.d6f8f3c-1_amd64.deb
Checksums-Sha256:
 83dd943f05ae904980541448ffd9c5e98c20320c73635be45532089ef32c1fe2 2240 
go-mtpfs_0.0~git20180209.d6f8f3c-1.dsc
 8f28ad61aec987a4a2871fa6ae6f106fcd2ad96469581927b1183593b53ec979 36264 
go-mtpfs_0.0~git20180209.d6f8f3c.orig.tar.xz
 a78a86fe762507ec37d5182bd673d2480e9f1322511cd86a3365ca0f9b30515b 3412 
go-mtpfs_0.0~git20180209.d6f8f3c-1.debian.tar.xz
 2e3e022a826fd8458c8efa21f13321ace9af73961a9fddfb921106dbf15d1da0 482896 
go-mtpfs-dbgsym_0.0~git20180209.d6f8f3c-1_amd64.deb
 ba0c6f907e2a58680afd7fab98d11988af7700daf1da93cac3f373a87d89b159 6629 
go-mtpfs_0.0~git20180209.d6f8f3c-1_amd64.buildinfo
 e7d8014e1af57d00287cf917a2e66069c9fbc8b075d7d51570b1f71cc326e08c 732076 
go-mtpfs_0.0~git20180209.d6f8f3c-1_amd64.deb
Files:
 b89f6fb7aec935a72a378fed8e854066 2240 devel optional 
go-mtpfs_0.0~git20180209.d6f8f3c-1.dsc
 da14af785ad91aa711bb390a5bc80cce 36264 devel optional 
go-mtpfs_0.0~git20180209.d6f8f3c.orig.tar.xz
 1552c13474a7ec1b08067f61fa2bd88e 3412 devel optional 
go-mtpfs_0.0~git20180209.d6f8f3c-1.debian.tar.xz
 4ebced9879d00b36b5524f980d7aa1af 482896 debug optional 
go-mtpfs-dbgsym_0.0~git20180209.d6f8f3c-1_amd64.deb
 f70974e2131a50458dce345ade778001 6629 devel optional 
go-mtpfs_0.0~git20180209.d6f8f3c-1_amd64.buildinfo
 d8e736b3624705c7e78fc9f2959f9f62 732076 devel optional 
go-mtpfs_0.0~git20180209.d6f8f3c-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlt/RKQACgkQaVxCkxbA
e/69Ew/7BGk7Pn9NUNXTUifWnbXXZSN6dsmf/TzZOux3QlPZzbrPxJNJsjQVu1FH
DMOK3AuiPsvvztwAQ9Lq/KNh+tHeYvTt3MHrLjPBTlpn0zP8cuMEgBReM7Ktv+Fh
XjMTElwPL75BODLnMyGPa3yuwNCoSUYTD08in78n2vOz8y/aUdmVsBsWNlCrDEYY
g7KjZZiqDoTU7F/YSKyBVatqFn8g3lJbO6IK8jDc27ggsuSVwVEJm8PhOWC8Cijo
xqFvAT4Vv4EZh8eHHwGa4k8tvwkcn4KOElilMa5UfcADGxSY9GJDWTBYWiF1TOTr
+0zgB7+pEJGczT1124X5hTgzHCCY82UWG27Fu4tP7od5YQUX2+bHrzbiJh8fahe4
Q/HKSjnten2HeOFUaMdSswX75L5xN4CcekiV9ReLtl5JulkiZzQV8iOh7fWvrN12
2WEPISfnG/KdIWGeoTGdb3kSE9MfIWEmfRMp5lwdlgP/oPyaF7qNi7wKIk0AVu9L
0Xddvp4k49bI2yU5a/uYNVjC9nOt/1caZyxulw5/9QUJnEwkeu1krgWdtnfbHDsQ
YcR62RRQ6BEU6hvAGwJIaSEDnMgs/+jyiKt8F4ZkCX1WXKBHAU+kNlE4feUIpMoU
APn2SzsERu0CYg/wjYlJIiST/BfNuNbcnXdpwOeel3IYv6r/vK0=
=95Ci
-END PGP SIGNATURE-



Accepted golang-github-hanwen-usb 0.0~git20141217.69aee45-1 (source all) into unstable

2018-08-23 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 Aug 2018 23:38:16 +0100
Source: golang-github-hanwen-usb
Binary: golang-github-hanwen-usb-dev
Architecture: source all
Version: 0.0~git20141217.69aee45-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Julian Gilbey 
Description:
 golang-github-hanwen-usb-dev - CGO bindings for libusb
Changes:
 golang-github-hanwen-usb (0.0~git20141217.69aee45-1) unstable; urgency=medium
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Julian Gilbey ]
   * The following are based on Felix Lechner's work on
 golang-github-hanwen-go-fuse:
   * Set Standards-Version: 4.2.0
   * Added debian/watch under git mode (fixed)
   * Switched to secure URI for copyright format
   * Removed Built-Using: from debian/control
   * Change upstream version number to 0.0~git20141217.69aee45 to follow Go
 Packaging Team guidelines more precisely
Checksums-Sha1:
 86407a56e3c71d78a7e9f1a1a724511facbd48f4 2348 
golang-github-hanwen-usb_0.0~git20141217.69aee45-1.dsc
 1fc2f9347919044b06a342f30def8f7888a07f26 7516 
golang-github-hanwen-usb_0.0~git20141217.69aee45.orig.tar.xz
 96f015a19467734dbae1a8f536efb8c2d18fa8a1 2988 
golang-github-hanwen-usb_0.0~git20141217.69aee45-1.debian.tar.xz
 e01fee79543614775dc13afb09dc46343e61ba98 9316 
golang-github-hanwen-usb-dev_0.0~git20141217.69aee45-1_all.deb
 ef2d289bad1580d82c390e8217d69baf58ca9520 6258 
golang-github-hanwen-usb_0.0~git20141217.69aee45-1_amd64.buildinfo
Checksums-Sha256:
 3f63f013dc47728581fc04607f0a02bd5a1d2cd5cc97827c94362db93242c52e 2348 
golang-github-hanwen-usb_0.0~git20141217.69aee45-1.dsc
 e4b5a9e9c7db7a0881e0eccace4532b9fb9f61519ae93233ad4bdd4c7799aa4b 7516 
golang-github-hanwen-usb_0.0~git20141217.69aee45.orig.tar.xz
 30a5f3fd2a62782db5e2174dc902cfdc329e6f65ece1466cb2c15c411426ad8c 2988 
golang-github-hanwen-usb_0.0~git20141217.69aee45-1.debian.tar.xz
 ffa40966b7738b0728445e64b0b7b5d34e0c53ec928e437f4cdf8ee946a725f6 9316 
golang-github-hanwen-usb-dev_0.0~git20141217.69aee45-1_all.deb
 ccb813e04a0b9c4273b92205021195ba899d43970fbe15486fc6ee805d44c80d 6258 
golang-github-hanwen-usb_0.0~git20141217.69aee45-1_amd64.buildinfo
Files:
 dc4bc21938fea904ba7bfc7350f8fbbf 2348 devel optional 
golang-github-hanwen-usb_0.0~git20141217.69aee45-1.dsc
 004e27b5a9e6720dd2706ce1ed0edfac 7516 devel optional 
golang-github-hanwen-usb_0.0~git20141217.69aee45.orig.tar.xz
 13542e7a08a4e1d9cf955f264e17186e 2988 devel optional 
golang-github-hanwen-usb_0.0~git20141217.69aee45-1.debian.tar.xz
 ac4d281ad1f13a7e87701cbbd5514fbf 9316 devel optional 
golang-github-hanwen-usb-dev_0.0~git20141217.69aee45-1_all.deb
 be2951e3feda16055ba178d34a8c802a 6258 devel optional 
golang-github-hanwen-usb_0.0~git20141217.69aee45-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlt/ODQACgkQaVxCkxbA
e/4coA//eGSW+ntiBnxt2WDDGSMtuJ3UT3ZhxuB8KVvqK7/aqfTELY0dXZQteEvz
RP+xcKiiWi6/t0mUQuBK5Zr/qM+KOc1gzVb4UBOjwlI9FeTViWzTZTIcCS9cfO6z
6HVYmj906++fBJ2Fs0yDaXUUxTpn6mTn2R/d68TCxmLCn0cOnXMigUzVK1zcZ+L5
UCBR0nFME7scaghq6vvNwKzrinvmodR0N0TRI99KaZYtWtjuAiJp6JzRtDw/pWez
2wSSMVBANWr8PH+XXEZvdRZApm9So3Z4NvLh9s0JYpo/E3Qrb1NzlynvlTcOG8WV
F/uRyajAGPhS8GaPAT3kB8sBrGs0z20Iwunzp5oIhF+EvBXsqMOX3PJqmmaN89Hv
jwX+Y2jc7mEa3g7u1hepV9iSVtz7yNDPkFTfv0cziBYGhLZsmv13/oxDwAxhAHBx
Pa2ky/Qn860Sy8ErZgRsvGQUb1LBBUIlK/dbwKQ1UcLCXQKh1Rx8B4sZPSv+frJI
ux2+UnlWw3xZ0RB/GuKeiKcTQ3ktQJr9xefgTbXOShCqMYYnfPzpN4uYlyUUStEZ
n2f9Vp68CTZN9fbgPfnL0fRxXEZOdNdcVz3v+INmfOzRuk6u6F96IRN5qcvz1Ftt
Rs5nD31XAn7D0PjHBqkWno/hkWjT9Uc5QlMou2jCtTkdm3Cq7jk=
=yS7f
-END PGP SIGNATURE-



Accepted golang-github-hanwen-go-fuse 0.0~git20180810.95c6370-1 (source all) into unstable

2018-08-23 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 Aug 2018 23:18:17 +0100
Source: golang-github-hanwen-go-fuse
Binary: golang-github-hanwen-go-fuse-dev
Architecture: source all
Version: 0.0~git20180810.95c6370-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Julian Gilbey 
Description:
 golang-github-hanwen-go-fuse-dev - Native Go bindings for the FUSE kernel 
module
Changes:
 golang-github-hanwen-go-fuse (0.0~git20180810.95c6370-1) unstable; 
urgency=medium
 .
   * Corrected upstream version number to 0.0~git20180810.95c6370 (also now
 following the Go Packaging Team numbering convention more precisely)
   * Fixed watch file
Checksums-Sha1:
 4381f85d1e44c071d07516dd667951e83295aae5 2401 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370-1.dsc
 02ac5a6e905b7e5d30b435273673628923af3abc 101224 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370.orig.tar.xz
 53366464b6fc1934d82d6427fdaf01bb2c9c8338 4408 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370-1.debian.tar.xz
 86ac30fbda9e8c4bf0c362db8298a7870359996a 107592 
golang-github-hanwen-go-fuse-dev_0.0~git20180810.95c6370-1_all.deb
 8074762699aab665099fa47ed28be3da05da76a1 6261 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370-1_amd64.buildinfo
Checksums-Sha256:
 5eac3c1f80b7160e6f79a5a968411f4332b590ad277911f1386d755aa9ff63e2 2401 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370-1.dsc
 29fd31664e13cdd53a1fa3ff001360d0e87d2721617ecf2f7d49f8177acfcdec 101224 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370.orig.tar.xz
 3056caa589931ef2fae90bc7aa8a5c332a9ca127d399bce315494336e8be1481 4408 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370-1.debian.tar.xz
 29faf110849b259dd33818f27cab9fc5748b57880a45742f859359c97463152b 107592 
golang-github-hanwen-go-fuse-dev_0.0~git20180810.95c6370-1_all.deb
 7952d6c60d4229a72b1743b085eb020f7d104c7cb9210c6fcd8f9351bf0ca2ae 6261 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370-1_amd64.buildinfo
Files:
 ffe40d87de20e0d394dab836e4327c57 2401 devel optional 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370-1.dsc
 3c4308fd154f78749011a14b911b8b9e 101224 devel optional 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370.orig.tar.xz
 446257a84652c1815191ad175940091e 4408 devel optional 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370-1.debian.tar.xz
 ece0e3fb31b0af5451bb427d23bec4a6 107592 devel optional 
golang-github-hanwen-go-fuse-dev_0.0~git20180810.95c6370-1_all.deb
 38fc3e5cf08352a005fb02f524ee0f10 6261 devel optional 
golang-github-hanwen-go-fuse_0.0~git20180810.95c6370-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlt/Mw0ACgkQaVxCkxbA
e/7rBA//VzmeI7Jc/YxPz5w1Qqx2xXB2+wmshg6aXioBEsv30hzQUYUn67K9TLiS
tAVM4I7zQEX+9tw8QNISXvAC6100C5C/QDRl31MuJbpB/cDk/LMnzGXadUTTvP6O
CmSypda6J01/esXBArfcLp69j0uEgvFre+O71oRFhYbRZHqAIotweCZIdHP4k2NT
4gUCjBEJFYpPZfU3XYgt//jmbrMCoB0H5kLpPKdCFlW7qGi7WBsEw4dvxGEryo5S
/4bevM2jDCAWxNLgXMKx7kVEQKmZ+INsGUQeRW4nWVMQV1rT7Eb4Vkw2i8qdOIW6
mC18wyt/mtnwWnXvCT4Rt39ijxViU+vfsmNK6ic2p3cl7RREBeQJEXjVNdiQ3ar6
YmogHF16mf1ca7kTPBMTY5qMOcfuN56t9xMif9KFq3f1wt/AjMC3713C/BoaplVC
+xy1UtuK9aJQ5JMfnLSRjY/9K9vSp0ebH2obrBwVcw0HTKlYxsNO+aJ5NDRNOJk3
WbIFFM5aoKtlf7y7KHHq1WDaBMVSVPrYSWhSDsGWoR9RzUmtKCzOxGaDgJc3LWeF
Fqjqcm98wj3xmLEiQGbsMEizzWSNg9cUmaO1vp2r7ryzHiF34AiIsQw4evKicllN
icE+PgmKnnKZbHiPS3EeDeiU6NqC0iYOGyDhp2AQ2b0+9et9DLE=
=zF04
-END PGP SIGNATURE-



Accepted golang-github-hanwen-go-fuse 0.0~git20180807.0.95c6370-1 (source all) into unstable

2018-08-22 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2018 19:19:12 +0100
Source: golang-github-hanwen-go-fuse
Binary: golang-github-hanwen-go-fuse-dev
Architecture: source all
Version: 0.0~git20180807.0.95c6370-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Julian Gilbey 
Description:
 golang-github-hanwen-go-fuse-dev - Native Go bindings for the FUSE kernel 
module
Changes:
 golang-github-hanwen-go-fuse (0.0~git20180807.0.95c6370-1) unstable; 
urgency=medium
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Michael Stapelberg ]
   * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)
   * Gbp-Dch: Ignore
 .
   [ Felix Lechner ]
   * New upstream version 0.0~git20180807.0.95c6370
   * Set Standards-Version: 4.1.5
   * Added debian/watch under git mode (please adjust branch name)
   * Switched to secure URI for copyright format
   * Removed trailing whitespace from debian/control
   * Removed Built-Using: from debian/control
 .
   [ Julian Gilbey ]
   * Update Standards-Version to 4.2.0
   * No longer install documentation under /usr/share/gocode
Checksums-Sha1:
 bbed570fe1a5e44a7c0439458701dd94e93472a7 2415 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370-1.dsc
 d3a7100b9fe138e871d551cbc441e3fbe048c2c2 101392 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370.orig.tar.xz
 dc334e87cfaa40b4d178dfcd68b31f9d0728882a 4372 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370-1.debian.tar.xz
 698b2991efbe37bc4b7126820d10e90638055317 107524 
golang-github-hanwen-go-fuse-dev_0.0~git20180807.0.95c6370-1_all.deb
 172154923b808e2d46aea24ac157b02f7cf206dd 6275 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370-1_amd64.buildinfo
Checksums-Sha256:
 3144dce3acf162cc857083aef0a4a912c909d215106a2bde48e785479c246973 2415 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370-1.dsc
 b853f96fb035dfe61f2a83119f92a168b1c95035f3887a65d62982966de0aa13 101392 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370.orig.tar.xz
 7c124615daa6e2e3fa34149c3ab3a23e068dbb7d9c1751176b0b54a521656940 4372 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370-1.debian.tar.xz
 fb742bdc723e8505cb0f8b60d844fa2e48e0ecba24221a1f81a5deb4f72287d7 107524 
golang-github-hanwen-go-fuse-dev_0.0~git20180807.0.95c6370-1_all.deb
 17a2042f858072af323eca61421740658402ed5974333e731b4c4ccbb20102e7 6275 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370-1_amd64.buildinfo
Files:
 785896bf4ea92f55334b3fddeded4f76 2415 devel optional 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370-1.dsc
 1337e00b5d5fe4d4ac250755e2c2bf73 101392 devel optional 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370.orig.tar.xz
 2eae2a04518a6991e4686739040df814 4372 devel optional 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370-1.debian.tar.xz
 d612fe6eb2df4d8cb2934cac803d2bb5 107524 devel optional 
golang-github-hanwen-go-fuse-dev_0.0~git20180807.0.95c6370-1_all.deb
 deca04bae09025cc5fb909f50a963454 6275 devel optional 
golang-github-hanwen-go-fuse_0.0~git20180807.0.95c6370-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlt9qlYACgkQaVxCkxbA
e/6bkRAAq5RUN+qOduhTvUnuYndKpatpWO8cnFQcUe70z9FVO/926JZ74CKJqR2U
Xw2SzEb2gnSBjp5L10CYoWX8Qg0Om97mv6wjD769EOGsj5TJBrqKAADkkluLqPFD
r13Cvs+IjKk+vbW9D+Y0swTA/UfC6ZHIgZ9XcYlyHObOowLldBmYNcMRFsW36/je
rumWnnJ6uxfDAWk7Cba3fXVKhyozCxpaO56eh2b54howX7v+afcdzMkSeJWZjlL0
qTTQlB8VjxIDfo/E6mmNIptsWzMfDJFoim6f6c9k4354CV5Na+nXIo5Ues89wWuQ
BEw9utqV0N1cxPwfKaTMeRqFjNYq4oMPulMt8tAzAGrqNqH7ypdMst+AcO6h5m4z
37kxSuz/xZSSkexl0iZxMnjYTA3HX/VzCBDV5FYcWX+Bj9P8wXszYYCgF2KBqyAA
zb4jwFX2hHoDvxg28S5CTP4U03oJzHvLOSJhZTbWyS8XnjB7WGsH3qyqDVzieAdG
bTqUP/2bZj+ZyMf7HGIf6TYOwrRgNyUgiJIsYZi0oPh7nBFIjOEBIaeDqCgepDf1
RJiPSI1t4bXVenaJj5bGWLtitIt63LWr3+UiTa2PoQCw8zzQIckgXdIP1trIDQ48
/4EZvuCWCRb9C9KeWTSvg5U6HE5SiVFsKRAK9IkQN6pM4/5gzHA=
=jins
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg-1 (source all) into unstable

2018-08-06 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Aug 2018 18:52:22 +0100
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Closes: 841189 855942 895411 905291
Changes:
 anki (2.1.0+dfsg-1) unstable; urgency=medium
 .
   * A stable upstream release!  (Closes: #855942)
   * Explicitly depend on Qt5 library version >> 5.11 (Closes: #895411)
   * Depend on python3-distutils (Closes: #905291)
   * No longer mention mplayer2 in the control file (Closes: #841189)
Checksums-Sha1:
 8bf5b00c1a0aa4d25feca2a7856b344a759c23f3 1873 anki_2.1.0+dfsg-1.dsc
 51d59d991ae5440401a76f596beb38df17e9f34c 1567567 anki_2.1.0+dfsg.orig.tar.gz
 cdf2a6d5d8feb6889db11df38792ec7f3aeece03 29180 anki_2.1.0+dfsg-1.debian.tar.xz
 f33fe71ff3faa5ea76db79cee7e7a7ef0f08e923 774916 anki_2.1.0+dfsg-1_all.deb
 0a0c63dbc80d996215ca8a141f2c001e76cab587 6163 anki_2.1.0+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 93ed1b3403b88924594be16f2795880efd6442d3da9199080bcbecf93cf7f0c4 1873 
anki_2.1.0+dfsg-1.dsc
 673cae964d2e798423f1f1be201eaff570b953489ce6b703964126991b97117b 1567567 
anki_2.1.0+dfsg.orig.tar.gz
 eac001d04f0ec8167f6bc646c51a1311cfa59926cba8a90cb08e28a7e8d143ca 29180 
anki_2.1.0+dfsg-1.debian.tar.xz
 e4a582e87d2a51865b6f068432037dd2fa0dd514a1c6a73cc54f6390b9c937eb 774916 
anki_2.1.0+dfsg-1_all.deb
 ba130a5ec170a0174da3cd3f5795fd8fc1bcd6ef92d27a135795edab783c8ad7 6163 
anki_2.1.0+dfsg-1_amd64.buildinfo
Files:
 4d5d5014d0b016c4533eda58be01dd54 1873 education optional anki_2.1.0+dfsg-1.dsc
 480fdb10769184d28046cfb4e6ab9232 1567567 education optional 
anki_2.1.0+dfsg.orig.tar.gz
 58c38de5e1ae1b1ad03b2025414aaa01 29180 education optional 
anki_2.1.0+dfsg-1.debian.tar.xz
 fd8ac6765b70a13ac84f1a735a15b0ae 774916 education optional 
anki_2.1.0+dfsg-1_all.deb
 ce01b46703043d76649a0e647beda271 6163 education optional 
anki_2.1.0+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAltojDsACgkQaVxCkxbA
e/5TWg/+NJK9CNEAxLH03n7VQtLGrMSR00aLmbp9cxqrB8y/Q917qkfC4NAw0OcI
aQSbjahC2gL8WJbADfZflo0NNMUmLvrSJKlm6h0PgXxlDIkniZx1ntlJZTR7tLGz
2IDa2wNG0SAlmLgfD7wvqTTJTxOjo4/8Md1o82C8g5auiLAWICoa8gU/ZrolhY7D
Y136+hhKo4lgZqzLs2evzwWqBkZkCzTrz2RL/wldUbl1i5Dx0U4j4BcOlNZinma5
fcgsexrm2LgKcGntgOTjA4QVKTm7det943UmW6QDgD9YYWHmGtolFZzS5/OI6U+Y
H8ntyLY1LYUQ8QjOiPDQx4lkMHGRwoARMGqfqnGwQq65rfoU1DWmNTymMe4GmiZN
7utwsneU2lgBlBKGr2tkn/GwIAbA9k5TNgY2Tmo3gN8+ZLDQGQbMla/6/Y6rAxbG
Z6INVx43ZAKA064r7JrlnwCZM6AQTjjRuZ5cZ4s+/S0KeR1Io/18mlbqAeKW1KhJ
FZirOnAtbluKvKJ6Cgj9U8+wvtaGs06+9O2TQ0e7ubPihAGZchS0qJuuuxPTiPqR
0yJSTIAPK6o2ooVyB1SMGwUD17Dsnz9FgEJLKEpmP3u2Y6fK1jUA/ZujJYut+22y
bESu6BWRPVB0OqGyDkiAVQSI44/hiJRmklnP1AMen3eYdd2dRfE=
=vTfM
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~rc2-2 (source all) into unstable

2018-08-02 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 02 Aug 2018 18:17:19 +0100
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~rc2-2
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~rc2-2) unstable; urgency=medium
 .
   * Allow use of Qt 5.11 but only after agreement from the user
   * Use qt5 translations, not qt4 ones!
Checksums-Sha1:
 21a0ebf4c17a3ec048244f5ad0dcbf53bc3872b4 1901 anki_2.1.0+dfsg~rc2-2.dsc
 c75a991421a719f9fd22ba318e8db491ec323ba5 29116 
anki_2.1.0+dfsg~rc2-2.debian.tar.xz
 cc78dce6b723192fd9a2e1eb65c4b4b4deb82975 774500 anki_2.1.0+dfsg~rc2-2_all.deb
 526bc44272d31d94c52075661fa4ca9d9ad483f2 6192 
anki_2.1.0+dfsg~rc2-2_amd64.buildinfo
Checksums-Sha256:
 187def247ca12da4b032c1890f6dd0a3ee8bc242cbf8cecbba5d91931e64815a 1901 
anki_2.1.0+dfsg~rc2-2.dsc
 b653c0b52dd425142af994b0baa937f82c71bf5bee555affef5b07fc4366d176 29116 
anki_2.1.0+dfsg~rc2-2.debian.tar.xz
 3b94c90e93cd1bb54855d820517b9a0482f7602ec473cd78fe99123b65dd960c 774500 
anki_2.1.0+dfsg~rc2-2_all.deb
 b10ae904ff904ebd389feca5acea0b9744cdf5597e3bb917a87ca4096622cb5a 6192 
anki_2.1.0+dfsg~rc2-2_amd64.buildinfo
Files:
 ff351cbc1a7891eb36635117f7cb49ad 1901 education optional 
anki_2.1.0+dfsg~rc2-2.dsc
 fe7dfbcf36c93c94a70df538b4a41df8 29116 education optional 
anki_2.1.0+dfsg~rc2-2.debian.tar.xz
 8d6cfcaad63e2b4211eeef1b4422429b 774500 education optional 
anki_2.1.0+dfsg~rc2-2_all.deb
 9e4493833d3d2c7926d4ef9313b4060c 6192 education optional 
anki_2.1.0+dfsg~rc2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAltjdakACgkQaVxCkxbA
e/5YNg//WrnQJQZ8YUQmsrOUxcLjanO28bH7FvguWW5LAwxqOYUGH4ciS80HtcGZ
KUyTIqEwpwBMGdJJ7RQYThwzM480W6v6yK8bugHNE+JxYSVIP8snhEdldjOmIMft
7BE7sgMkz2SDeKZ7TAtJTL5LQLGDwDrJ/+KuPybFus3L/QHpP81dpoCTmKQZ9PHJ
eeN//7eYvzVjAIdTxy5fXy24+I5pOD8dAkBpHJw0VUaWyHwt6YeiJT3X8fKNzjXp
BttpeE9Qq04/7ITBrAw7kyRS1KMUI+TQA7PBo0nwzshbfmwGIkns+l7v7GcHsjKq
eepgXckIDFSGq+TLXZp9mzJV+/R8vxWxyLpVarV4HpPQWU1MDh4xDtjmNnfi6bRJ
0tqT+4PFREgX9mf4gex7Rqf3bI15+v0b8wcm+UI2sM4ohkJqmKvPPH+p8/Sn6RjD
N0KJdBAUCsUU0LecUXkRYJ2tO1lTwh3SVRX8KTJUW91T3os0LDC3e3LXbmf0etH6
pOLpSOaGnCWsVNLj2P507E4qTn1HrILoVDFtH+TvbKUccZwG5JG1zueHrYRTnkf3
z/Pv1Bjg9JlwbkUVDQgs4Uw+Kd0ieC97tGBpa8RMThYKTSW4doDrFqqOqzHAkDle
4rvJuMyYWtIOdcxzB02cCIL2EjPS3l9f0U1x2o105Lu86gXpt2Y=
=9dwB
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~rc2-1 (source all) into unstable

2018-08-01 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 Aug 2018 10:43:19 +0100
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~rc2-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~rc2-1) unstable; urgency=medium
 .
   * New upstream version; release candidate.  But it still depends on Qt
 5.9.x.
Checksums-Sha1:
 eeb0212962af30d79106bc92153c36916a0b 1901 anki_2.1.0+dfsg~rc2-1.dsc
 f6e27de5df428f2ea2a790ccf19601f176861c05 1565972 
anki_2.1.0+dfsg~rc2.orig.tar.gz
 1b6a58607fb826f2e33c9c0699d0f1fdb1b20117 28088 
anki_2.1.0+dfsg~rc2-1.debian.tar.xz
 f32da72ae8306ea9d6ddc183e74465737a2ebb4f 773660 anki_2.1.0+dfsg~rc2-1_all.deb
 1f0bce9bcebee78132101c33e3a1127f74a4d774 6192 
anki_2.1.0+dfsg~rc2-1_amd64.buildinfo
Checksums-Sha256:
 1c0103cee4ae5787939fc8ce616243d2a4f30689623b6b25aa33088ac75e27bf 1901 
anki_2.1.0+dfsg~rc2-1.dsc
 becb68890227742b469c771b145ad6ee028dd003e3ca31f736cba005b604f3d5 1565972 
anki_2.1.0+dfsg~rc2.orig.tar.gz
 531aa6b61ddcbb427ecb8eae26bb32546b03f0261de28a3c7cc87a14d5257072 28088 
anki_2.1.0+dfsg~rc2-1.debian.tar.xz
 4f04a15c4b4b404de8b37c6d380f16c9d536855bd8e067168db964aa3a4c 773660 
anki_2.1.0+dfsg~rc2-1_all.deb
 120c88a7f6811c9dd9469c423284c7031f8eb2c1b9beac65077a2b9e5048d22e 6192 
anki_2.1.0+dfsg~rc2-1_amd64.buildinfo
Files:
 f8989494b51f4d246fe17c0b426ddf59 1901 education optional 
anki_2.1.0+dfsg~rc2-1.dsc
 0ebe9178617e0fd7185e5781848fef1c 1565972 education optional 
anki_2.1.0+dfsg~rc2.orig.tar.gz
 cb735d68ba4e23b1385f635772d56f76 28088 education optional 
anki_2.1.0+dfsg~rc2-1.debian.tar.xz
 bce1167225057b79ce1719de1b7d44bf 773660 education optional 
anki_2.1.0+dfsg~rc2-1_all.deb
 3f2876d70272ee704fd324a7aa911cbe 6192 education optional 
anki_2.1.0+dfsg~rc2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlthgPEACgkQaVxCkxbA
e/5/ghAAmA/Qfzi2NmXcEbDMrrIykCVBrW/rxIO0C2yq2l+oCYVSyoHTmOapnqTk
yNdHaidp4COBfvW/IARgin4xhSfAnlwk/u+ERgE8lCl/sKSsIEz5aYJTtdBe652v
3MHCYuHP/Jq6tNprras1g/amoy7m1wjwIFanGzjpsDvLF0Nl010KBc9CJXLOEcMg
zZk1rhWlo1QUYTCBR/dEbTBEX4aMtbtuxGbyM4l4s7IYeOH/k8qDkmjYtnDQE9ed
MEr3O7Ye8ZBLtel9ZncoFLxuK6uAO5GoUGHzOZlcxswmgWu8bciD+cPcpoTXrgZ7
/5lbex47eniwkI0s+nT23QnozdKtFFBziE2CQ0KoV2zKsC/HSSl4mYNJsVXwxJyv
LZx268I8v6viLhAA76Gc8yiW9ibCMuQdrU9sNVuUqmKfb0NvcAlGi6geKoxt2Gfm
J37HIB216aoorBgzIRDKpoAVxq313yk/v/WxpnaZ3PKYz2bEoCBbsujtHCziZStp
03JgabxQkE6sWZsnD+Y2viYTSc9VXFtVB9ceY8IJyAB+R0/zCV1XnxPqHJwlcNfc
d15DahEnk/KDMaqKrbUVdJ/MpkV/k/fz1OVm2GnmhDCBPMxsrJWXB11xfbkm2Bi3
fMHzjBCPeb319JiC1ZxIO0Fnk1cDsvsTOOICi1hze2oODfJH8KQ=
=H4tM
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b43-1 (source all) into unstable

2018-07-22 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 22 Jul 2018 22:18:20 +0100
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b43-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b43-1) unstable; urgency=medium
 .
   * New upstream version; still depends on Qt 5.9.x.
Checksums-Sha1:
 d8e81474164e4d30e13d5b716e8b6f0522a3de6b 1901 anki_2.1.0+dfsg~b43-1.dsc
 981809105db6ebb6c031b875425dea525dd1732e 1548006 
anki_2.1.0+dfsg~b43.orig.tar.gz
 032d3f1a8bad72210c29f629064556858454bb49 28072 
anki_2.1.0+dfsg~b43-1.debian.tar.xz
 54a5438162be1f2275174e596344f9b54bfe096e 770352 anki_2.1.0+dfsg~b43-1_all.deb
 9aa4a1bbf5e24aa989d12a202fad240f615d951f 6189 
anki_2.1.0+dfsg~b43-1_amd64.buildinfo
Checksums-Sha256:
 f10a1f65014dcd796f468ce76faebdc7064955809fa9f48e7f91019bdf3f838b 1901 
anki_2.1.0+dfsg~b43-1.dsc
 6df744fb8739eff634972fc9f30c6f0796180c5a354e1920e9c9e4a7f03f7b89 1548006 
anki_2.1.0+dfsg~b43.orig.tar.gz
 b72fac33477fb006d5ee9ef8315a7e85421701ce9e791163c146e85e379df9e6 28072 
anki_2.1.0+dfsg~b43-1.debian.tar.xz
 3dac6e64e397739e6ac8756ac26af5d176fe32174ffea8393a56b10149bfac63 770352 
anki_2.1.0+dfsg~b43-1_all.deb
 8e080b8c3f5455edca669158a7e04c8e26c8cbac0d4cc9afdf072a717963ca22 6189 
anki_2.1.0+dfsg~b43-1_amd64.buildinfo
Files:
 590f4817570134e75ded59713007704a 1901 education optional 
anki_2.1.0+dfsg~b43-1.dsc
 b53391388c51a5a2982eb13ccb1ad06f 1548006 education optional 
anki_2.1.0+dfsg~b43.orig.tar.gz
 e0b45ef488803082f3b1b128463e8c89 28072 education optional 
anki_2.1.0+dfsg~b43-1.debian.tar.xz
 ae0810794e389072c80fdd615e349016 770352 education optional 
anki_2.1.0+dfsg~b43-1_all.deb
 c719565d5835e2a25c8a00f05af95e25 6189 education optional 
anki_2.1.0+dfsg~b43-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAltU9NkACgkQaVxCkxbA
e/5LQA/9HRT8QPqz19jxef2eD8SmBV9leWugNrFeusUoD0Zuy0RNHaMCxEvO3QYX
MJOMvsegJnpZfe0usuhA4IbRPHcjhL1G1BiJgiamlFjXVSjRx2D7N0L7kwWETsh0
BrqI7JVm8lYxt8P/XOMcQNR9B4pV3Z6QWkEusSFC1PFjnR5SzeA6wFTdZUvQUk1X
Lyq8YKSo0u+KpZeo7zSbTer3OBqZssYBVGxOyhE3uLxa5gNnpj+PojDh6KTBtm8D
6J309PFEYDbXx61TvikXpgmAdqesqvwO2X0ujWl8msV7eeXNDGjhFnDQjCF9+CAJ
e6IkoQZbPLnR18zvMvPOljTTOetpGyrKdu1kZNyiBkxxhGyP2sQkE7n6BgU4SAbW
zubnoFEsr77Mu+/QO1j5cpiIVRzR5qypjBFHT0zx031aHlQXb3kDa5fdi87+UUxT
jKmSulGtJM/Itw2C9+PEygExmK5KHYLRVZ5CQ424RSBgOJg+4OI8/Et17kp8RxBG
E+67rgop0JiSc3VhILJmWODAysjqnHdl9kNnWou9etcTTXHToaPb3GqWHYZ60xy6
BaSRtoIllQg0uOso8Xm+y5SmF66/8yFc++YZfEXzDDRCFn2nUfT92n4ypnJCZ15s
lmiY1i6QDQd7Nn3K5J4uPjU0zFgRF6FsGBFVtXavsw7TpKoR2Iw=
=jE4C
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b42-1 (source all) into unstable

2018-06-26 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 26 Jun 2018 23:30:56 +0100
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b42-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe 
Changed-By: Julian Gilbey 
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b42-1) unstable; urgency=medium
 .
   * New upstream version; this now depends on Qt 5.9.x so will not work
 in Debian for the foreseeable future.
Checksums-Sha1:
 6d6f12e0a2ed979d9d34305daa29e124ebf1fa7e 1901 anki_2.1.0+dfsg~b42-1.dsc
 b4bdec19a1b989816b846527f74b431d61ea2d30 1547296 
anki_2.1.0+dfsg~b42.orig.tar.gz
 13e17652ae86dce23c631db2ec02762d25bc5d35 28044 
anki_2.1.0+dfsg~b42-1.debian.tar.xz
 3093b51ed0efd98bdb9479283dd444cb49ebdfd8 769480 anki_2.1.0+dfsg~b42-1_all.deb
 eb79b81662b526a6c1c3a76fc20986f72480 6133 
anki_2.1.0+dfsg~b42-1_amd64.buildinfo
Checksums-Sha256:
 e66068f4823b746334a9d66c2f95effce8b06f1ae7279b1f11ed00d40d495dd3 1901 
anki_2.1.0+dfsg~b42-1.dsc
 3e0a6dbcf14b6040c5c160e14d820a716ea076f2a3377dd14bcdaf84dd868e5b 1547296 
anki_2.1.0+dfsg~b42.orig.tar.gz
 02fb695ceb13b96e9825e1ba80872dec22caa2fa6b355a20a534e3f9dc161a05 28044 
anki_2.1.0+dfsg~b42-1.debian.tar.xz
 68ebd8e32cf73520399cdcf72215ec069025461f5b46b16cfb553a7a81252a94 769480 
anki_2.1.0+dfsg~b42-1_all.deb
 9a0fe404d380e52a54c77f46f029b565aed708322eb7896715005d046e136ba7 6133 
anki_2.1.0+dfsg~b42-1_amd64.buildinfo
Files:
 e3d1463b3c52bbcd787067210e742693 1901 education optional 
anki_2.1.0+dfsg~b42-1.dsc
 240c03ecb528b286a66a15834127e3ec 1547296 education optional 
anki_2.1.0+dfsg~b42.orig.tar.gz
 548a51aa124e0b5c5590979c566f 28044 education optional 
anki_2.1.0+dfsg~b42-1.debian.tar.xz
 ea01749c6650e1e873a80ca9c958733a 769480 education optional 
anki_2.1.0+dfsg~b42-1_all.deb
 b52aaf70fa967cc78e7d62621c18a05f 6133 education optional 
anki_2.1.0+dfsg~b42-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlsyv4UACgkQaVxCkxbA
e/5zQQ//bRdW0BOkVHV/RvAlGcAJwtrSJ3gQ1OWauySr9NP2MsgLZ+6qPKHKbZWm
rADa4F45AlCp7Idkwmvz+xtBNExnqq5TqDy8Jv66MDoMSUdo5yrympKjsdoRFxu0
h/ROTmD5HbUxo+0EL9I/+kmW7tFbaIDZJXCuK85L/1V2XGqMpife8WJjuucJ0lKF
OGXrT7PpFOzI9H863IDQmq5ImzaTps094j7YaPbUCLoyiL8ZhbWymi/X5vOsFahc
cVOQp88IV52YbwYiw+tbUSxcBmyFMLcdhUwPWb5d+lpKnbNojIEQRnVW6ffUifKV
kVFwWFFQ4Bbs6lr59mKh3UjhMN+k0AGsRj1zL4rbpYIJN4dEFGQvHKT5Q5/KHNam
CMGYmoK7jSxlaVDvaQvdaBS/xD8ZeBXS1Eyovw1p9h8dXKpXcIzeMiCb0J89PsoP
NRKfQhXneGBEGTbgqbE651kDdqAdZWn+MSiUrEFdBu0l9f4dBABYmNtKYtjl+ZQN
uzljyf0t+BPx6a61TXysvh25kSFl/uyBa8oq7ohjsL/bGroyURUH7GhEyUypO8vw
93yz6sS9ZY/jz0+IqyUPXviQ83IgOy42IFpvyaMjl+KV5OlF6GCa7zLDGp6/DRzC
meIBBULE1P/HUsQwn7fvMFO0iAsCcRX5ZIqtFvOgY1cfY86MF1g=
=X0xm
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b38-1 (source all) into unstable

2018-05-03 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 01 May 2018 23:54:42 +0100
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b38-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b38-1) unstable; urgency=medium
 .
   * New upstream version; won't work on unstable/testing until Qt5 5.11 is
 released.
Checksums-Sha1:
 69b6702896b7fcc116d49dafa5e2130e3b973759 1901 anki_2.1.0+dfsg~b38-1.dsc
 6386de47b4ede67f5bab9c9a543ed7d0559bcc3b 1539488 
anki_2.1.0+dfsg~b38.orig.tar.gz
 5881a582ae75ab9633b3b384af9114b1a5f4c665 27984 
anki_2.1.0+dfsg~b38-1.debian.tar.xz
 565e8b205c42e7cef8a6a7f996cf793898b5dae5 759528 anki_2.1.0+dfsg~b38-1_all.deb
 3a8ad12fb8aef4180dfb4a0480b33253e0cb83fe 5595 
anki_2.1.0+dfsg~b38-1_amd64.buildinfo
Checksums-Sha256:
 70a08fc03cb53840afccc3b0c7ad6cc1cbe5095ad8bd7bc9d34ac283bc882366 1901 
anki_2.1.0+dfsg~b38-1.dsc
 9b046668e882e8c72e77f31ad22e16a61164b50ec4f00d111553e1a7fb476b86 1539488 
anki_2.1.0+dfsg~b38.orig.tar.gz
 58d2aa1de13b5a486e3203578e07c7e66f651d15c1074aa937aa03457fc144e1 27984 
anki_2.1.0+dfsg~b38-1.debian.tar.xz
 42fe62faa4b5a5466d9cc8171bc2ac1d7be23aa38784f0af21bb4bfc3decf287 759528 
anki_2.1.0+dfsg~b38-1_all.deb
 d8da1d6f4bf9b4a5d28e745a87449b67f16401362d10a656d9b9e1cf80b146cd 5595 
anki_2.1.0+dfsg~b38-1_amd64.buildinfo
Files:
 875c45b10244db24ce0fb075c3c7bf01 1901 education optional 
anki_2.1.0+dfsg~b38-1.dsc
 f566f00d502091377ed6a78fffc16aea 1539488 education optional 
anki_2.1.0+dfsg~b38.orig.tar.gz
 b7233825f944961f36b9ee1dd99d2e7d 27984 education optional 
anki_2.1.0+dfsg~b38-1.debian.tar.xz
 c98e4b251e19b6621a97f44f6c1861dc 759528 education optional 
anki_2.1.0+dfsg~b38-1_all.deb
 a1b4d3d4041ef7f5656d89828a435f04 5595 education optional 
anki_2.1.0+dfsg~b38-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlrrZGoACgkQaVxCkxbA
e/523hAAp2arRkiHq1R7EA3+oonosZw+zyvahh0lO6t0kVlh3ZeEECoEGfcQE3uE
pAZUKkYL8PEI2yKv9mCjkCwquZwI7bzVHpeaMFx+HzkZWwC2dlAyXhaXaWxIRgPI
38+Ybg7CUKxSKJvkdrqBB7EjDod/3X4Yt6oZPHbgZhzCBn4zzNu7FkU6R4cs+Asa
XnpsQuPauCGBCMUW2yCaTSIhNpkJa1/1ATbucdfinoI7UIk57uMmd+X30PsZhHaw
2AX1qbKAN6XS+uc2T8s+lFKF6JFMGfEkNZnxvcJoXJiWkICUZ/Z1lObkDcjBFDqX
/g/MyPRi/3S3Tubw3hrCvPNKnkDpD3Y6ozI2HZA6oUA2/PVkB7OHmiPFZrK19uP2
TS3YJm4CM6pRtTSg56+wX1umPQiP7/m7D+SzQjckMfeysBAZ6qZqkNTxd/KE8dw1
bUFCCA8iZ3fMUd7jdqOBTUGNlgfJackSqE5+RhV0J+vfQ/iBypQvuAGqGEh4esah
2/ZLeizIx/jT4qW2FHk91okbBquIj4x4XOKSCQRyU9q8hILRiEKJQ3i3isSKU0+c
JT9a2hLJJASNiJL74y7CjJKxP6S/auVikNugOZSgw4tSc7hCIKdnqDMvZf2b5pgQ
PVheK+f3Kklax6YtBWkYz2VUVYea7dN2hadJxG4KdIc34Ogm/UQ=
=qgkm
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b37-2 (source all) into unstable

2018-04-23 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 23 Apr 2018 10:16:27 +0100
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b37-2
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b37-2) unstable; urgency=medium
 .
   * No longer specifically depend on version 5.9.x of PyQt5.  Though anki
 bombs out with version 5.10, the dependencies were too loose to
 control this, and 5.9.x is no longer in unstable or testing.  Anki
 will currently not work, until upstream decide that Qt5 5.10.1 is
 usable or 5.11.x is released or the code for bombing out of anki is
 removed.
Checksums-Sha1:
 a1bbbc8ddb1b1788b38f68b99a49df0991a9ab37 1901 anki_2.1.0+dfsg~b37-2.dsc
 4f647371f04919c46f39855c41ffe51041841f99 27964 
anki_2.1.0+dfsg~b37-2.debian.tar.xz
 2d56b088d36958ac56f87161b2940887aa1877bb 765788 anki_2.1.0+dfsg~b37-2_all.deb
 6fcc975e91c39a7a20a820c88f10ec3d9ea95f1b 6178 
anki_2.1.0+dfsg~b37-2_amd64.buildinfo
Checksums-Sha256:
 e7088e6a9086599cb9f18375c1a6351d0572de1e856acf8c7c496fe51964070d 1901 
anki_2.1.0+dfsg~b37-2.dsc
 16445291708332b21bc126efd2cbbaf4d33dbf264cea323e1e9b00372924d0cc 27964 
anki_2.1.0+dfsg~b37-2.debian.tar.xz
 87dd68cfcf6c50c9f620b809f1cb83a7c6b13319a6e2ffdc0d36938a4a7fe309 765788 
anki_2.1.0+dfsg~b37-2_all.deb
 31fc07c96417d88f1f7fdc5d9194df6f1f61759883e3e79269aacc93106f33df 6178 
anki_2.1.0+dfsg~b37-2_amd64.buildinfo
Files:
 532bba058aec2c2e1b4632fe3f41c28e 1901 education optional 
anki_2.1.0+dfsg~b37-2.dsc
 960c44b4ffd1b53dde99db29a55715d7 27964 education optional 
anki_2.1.0+dfsg~b37-2.debian.tar.xz
 6d54bb82ee0581c45ec0b80fde25f07b 765788 education optional 
anki_2.1.0+dfsg~b37-2_all.deb
 33211f0fb39675dd3da2f702586f4342 6178 education optional 
anki_2.1.0+dfsg~b37-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlrdp/QACgkQaVxCkxbA
e/7tig//XhJXfsLYhB1axASjK4mphw1DY87LiWOWb6OqqSpV6w65eovHZPNvAQv/
AwPXCKmZ735m8X1kqcQiQ52DdLdIA/JjoNCrz1JNypIbCeDvTpf8h/G+rxhyDoLG
UvVRHheseS+L37VctWI3y0gLXKbDSlDtjVOa8n8DLSWnAhpB/xO8rF/aPOFQgJ2d
VzD5Gxjcu8nv7ymJhdbYD1ySuErZgZ3+aNoKsjHDIT0nmwFG4dkMq+M1BhoIWPre
ggNp7G2nHAzCLx8aEmA+E27vNQEd7wOh3NAOqzY07I5IknPCkZ6Vb9rYRfmq62q0
TI5JFTdLfPCbx+nXFO++IvDPRL36OfNoXDtMtNLPAYk8gzuk3ZDZHe2YD04gRgMg
/JYn4XSAOP3Jf5C2/r35XVfZzbq7aS0xGkmPAsAOqyoV97mNbMvpjQ9uKIIAZZ+T
B1Br0Hm5r7Z3FWyXS///LrY3ZuMFSWUEOnNWJkltIF7dR0mw7peCbK4mm36rK4V3
xWKW5QjkPeDCqSknfr+fO7L8y9fhUTwNE0Ps+eofYsSvppsZTlgQUCMbV06mEjJW
uGIKNnIkLrmyzSofinZIc+wLkaX9yTXKUzIZLLgwQrePM/4PR4mWsF0SKUo2zB7n
fly+cXyi49imCqDYblFpC7Rea1g4vV+vNdFWWxAgecAxfW4rCXY=
=6/WB
-END PGP SIGNATURE-



Accepted emacs-goodies-el 36.4 (source all) into unstable

2018-03-22 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Mar 2018 16:37:08 +
Source: emacs-goodies-el
Binary: emacs-goodies-el devscripts-el debian-el dpkg-dev-el
Architecture: source all
Version: 36.4
Distribution: unstable
Urgency: medium
Maintainer: Peter S Galbraith <p...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 debian-el  - Emacs helpers specific to Debian users
 devscripts-el - Emacs wrappers for the commands in devscripts
 dpkg-dev-el - Emacs helpers specific to Debian development
 emacs-goodies-el - Miscellaneous add-ons for Emacs
Changes:
 emacs-goodies-el (36.4) unstable; urgency=medium
 .
   * Move to salsa.debian.org; update Vcs-Browser and Vcs-Git in
 debian/control
Checksums-Sha1:
 f4c931d8b0c1e71c0059559051094ed580dba30f 1789 emacs-goodies-el_36.4.dsc
 bd7d6a7365be07e560c68ae222bf832779c897a7 722712 emacs-goodies-el_36.4.tar.xz
 4c0d3a4065f20599e0004709958f7a8748e754d3 95780 debian-el_36.4_all.deb
 5ffc6206854689c6aac862095d9df0e5fde60839 44472 devscripts-el_36.4_all.deb
 45f860ac59886b34e1762bbd981d5ec2348a5181 72872 dpkg-dev-el_36.4_all.deb
 28d7499e1c902dcbe0aa8ac2c2b5bb9ab19765a1 661632 emacs-goodies-el_36.4_all.deb
 5487df468ddb84f2d737e3b6b25c96f11191efcd 6790 
emacs-goodies-el_36.4_amd64.buildinfo
Checksums-Sha256:
 716bf6d36841b082341a7af4947dcc61e410a550712d76192440bfbe65d6c246 1789 
emacs-goodies-el_36.4.dsc
 d34071893a0a0729223a5cdbbbcd87b3d7e74549fb804bef521f2c40af654f30 722712 
emacs-goodies-el_36.4.tar.xz
 566e59e73a65ac7b3774544e45c27091c128bfa43aaed39d5bae3dfef843da72 95780 
debian-el_36.4_all.deb
 b75e424fbf69fa0dbabd26042dcba1705fda12ba4f5123450a1563b266c91d6f 44472 
devscripts-el_36.4_all.deb
 e4c5565f1243dd53d831ca4334048343df64e5f34dccf163f3aa06bd69821406 72872 
dpkg-dev-el_36.4_all.deb
 dc7fa66f653fb9d17227beb7c9ec41831e75cf85361ee9eedd513363efe8a263 661632 
emacs-goodies-el_36.4_all.deb
 bb919dcf3a2d9d364a1458967a37713f1ec9c1289c931bf82ac5b673ecf32343 6790 
emacs-goodies-el_36.4_amd64.buildinfo
Files:
 d5cddc5cd09d59555919e67cce99a05d 1789 editors optional 
emacs-goodies-el_36.4.dsc
 fe9a4af4fdf5a39037322f9598ee7fdd 722712 editors optional 
emacs-goodies-el_36.4.tar.xz
 78e99587085406a6580d1cf202da99a1 95780 utils optional debian-el_36.4_all.deb
 2f0c51dbb11d876ea74b9baa4a3285dd 44472 editors optional 
devscripts-el_36.4_all.deb
 9559d4d7d92304dedba5d7b97f135baa 72872 utils optional dpkg-dev-el_36.4_all.deb
 3ce7931620e2f793e7ac911e95453b31 661632 editors optional 
emacs-goodies-el_36.4_all.deb
 778bd99dcac1afc4746260c1067586ec 6790 editors optional 
emacs-goodies-el_36.4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlqz3CYACgkQaVxCkxbA
e/5AKRAAqwEGURk9ro6qdscTRSWeC7uU88dpB+iGHSmOzfE9UEB/mpm3tQmqYDeZ
zVtWcAro4Xj2NJ1eovv1sda89J4xrWhs1+ecof6LVdAGFPxO1pzfPfw8fuq30nsw
IuHw/hNKG/ktaWIrJMje0zycG2mLJtcBw9vI/rsWxQ1buXIp1Vg5TN3xTWsLkIhx
qFN/EYhbGWvXdcGT81rWENI+L+ageZecUmzMM+ApJRyu+n1oeBgEddvAyEl8nYAW
R8ZEl/Y31TpJQ+xs/zMDTQgrFZyuc9JnoIquRxF3z/n+ljOWmddZAr0FnwYeyjrv
ReWP5/EcnNtXDb22D6I6EJCqcLPZdYVT0CxsMLmlDFh6JXKi/iI70bij7zfvTkRr
5cmNhq1PU/ZbHaZygzqqwF9/C2jkkjEHLa7cuRt77jJ2b+kGW1SoNXP5xMC2Shgl
GRSpwfL4NiNsBmhThwdcB7bffSYdNYHc1QOfEe0ZVfWsQrlvr3+T6zX/C8q2tAMm
wd/YEGoN7cTQCwhIEy4nwWxMqdQB3qXEZX3P/xVX/cSxvSfSe6zrUZWYF2HePLie
2FdR57LONpNtpEgPfXfVhFzN7dTGsBayZQ57QCSATz3tECUrVur8NhbZEvv4+GGC
7NfSMZ/CsueTF28LY0ewhttir11mRXiGk5+ibmG2G3nUvot+t44=
=xHJK
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b37-1 (source all) into unstable

2018-03-01 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Mar 2018 14:50:05 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b37-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b37-1) unstable; urgency=medium
 .
   * Remove python3-httplib2 from dependencies, as it has not been used
 anywhere in the 2.1-alpha/beta series of releases
   * Specifically depend on version 5.9.x of PyQt5, as anki needs this
 version
Checksums-Sha1:
 e651647f1d04a048fb1d9085d4dfb37dd2e77b61 1901 anki_2.1.0+dfsg~b37-1.dsc
 2f8c5ee60938e70ac9a0517bae0ffd14468020cf 1535872 
anki_2.1.0+dfsg~b37.orig.tar.gz
 c7d0ce268d9df8a645ec2c95c318fdb11e356340 27844 
anki_2.1.0+dfsg~b37-1.debian.tar.xz
 b2bc88140719c2704008bf1799c613a5df9207bb 765476 anki_2.1.0+dfsg~b37-1_all.deb
 f7da48c1722ef8e4665569f438177b6cee6dbe41 6121 
anki_2.1.0+dfsg~b37-1_amd64.buildinfo
Checksums-Sha256:
 e31993d1784d1ca6268146b098e8ec20f352dd1ed71428b1ca0b630b997aeff4 1901 
anki_2.1.0+dfsg~b37-1.dsc
 87756033662f0e1b65e4c7a767c9a547ba7ceacdd462ba128c04284d3ab02349 1535872 
anki_2.1.0+dfsg~b37.orig.tar.gz
 321bd21a6f833eabd6da1a93f843ee7c2a89a9f30a08042d3e1b5885083f7271 27844 
anki_2.1.0+dfsg~b37-1.debian.tar.xz
 9988ae2f644aebe1edb959ab96b8495ff0aff47494e308ddd7703f91579111b0 765476 
anki_2.1.0+dfsg~b37-1_all.deb
 35f7803c7a253ab781676ff754576274968d393d88f294dfb8edf4c470270ff6 6121 
anki_2.1.0+dfsg~b37-1_amd64.buildinfo
Files:
 84c87f9a4aff9adad440f3d301190bbb 1901 education optional 
anki_2.1.0+dfsg~b37-1.dsc
 e2d6ba73733cb42e583a2742a9ce4933 1535872 education optional 
anki_2.1.0+dfsg~b37.orig.tar.gz
 a42b616b63dbb691412f2806df1404c0 27844 education optional 
anki_2.1.0+dfsg~b37-1.debian.tar.xz
 85d6c6b0a4a88ff99b88e6e29971e211 765476 education optional 
anki_2.1.0+dfsg~b37-1_all.deb
 1f19508e78a9499fadd3a9586751d600 6121 education optional 
anki_2.1.0+dfsg~b37-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlqYE+kACgkQaVxCkxbA
e/7z2A/+JjzVq0RvV2VQnRIC5wrdypVto7REQrfl3OVmv3HHDX7oftTVry9NECRs
wa4674dpwDOcX4pInkr6BRBeghUmC3LRnlt/J/Aay2Q90bXjczoJp9NjowDvOpTZ
wN26BlmtitAgEZQM9wG2jy07WCFTQDQFdBJdtEZ3NjqiXgxQve6OzoQVWr6kgIXI
QAseXQfIeokkrIgt2UiS8TAeU3Ve3LMG5MfnpmSTAWeq9sZCMwCx4R3l15nmR/wO
GL5xZT0FxxR/NTpZQOyo5+Yq88ukEXiBx8WhQz0IdSrN+Q0RI2usB77/rRcCaKWm
mfuTDrZJMTaDu7RfkG8gKFtO00bQnJnSPyDBAjO1Bng+nAsjUPgywbkPiRAySTuj
fIej/XI6csdp/ouNTDwoxRWvb1atLxt/bz89O3dy7zpD2Xvdc5/kRLYv1P4XQPX5
DzIwT0gRw4CF9CwZ20PHozwaC0bZplcjal0IjjgE6Ffw4FX2Ql1btNrzTeunoAUP
9tZMWNHxa7NxosF1L3VvPSSHgwPAZfi7h0cLs5tfdh9pEzZU1VhNWw1ydqq9M+Uz
PB0HR1nLAehnr54mSRXMJ0EcDGKUTGZx5F7wy39CC7ZLWaCXGW3WW/uHhUxQJPSs
yi6OM3IsVUoxvCImtBwZvvP8Dh6Zf/1OHoz+IYT1Gg88Tn97Jnc=
=ye45
-END PGP SIGNATURE-



Accepted golang-github-hanwen-go-fuse 0.0~git20171124.0.14c3015-4 (source all) into unstable

2018-02-09 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Feb 2018 09:43:53 +
Source: golang-github-hanwen-go-fuse
Binary: golang-github-hanwen-go-fuse-dev
Architecture: source all
Version: 0.0~git20171124.0.14c3015-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<pkg-go-maintain...@lists.alioth.debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 golang-github-hanwen-go-fuse-dev - Native Go bindings for the FUSE kernel 
module
Changes:
 golang-github-hanwen-go-fuse (0.0~git20171124.0.14c3015-4) unstable; 
urgency=medium
 .
   * Switch Maintainer and Uploaders fields around: now the maintainer is
 the pkg-go team.
Checksums-Sha1:
 b7ba6e9c69de71999bb7251c85f62a565bc8 2427 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-4.dsc
 cffb4b2eef5fb439d9a2c21566c52922980463c5 3492 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-4.debian.tar.xz
 cf955d38c34a03efb3c252aa765d2ed309b8f895 103796 
golang-github-hanwen-go-fuse-dev_0.0~git20171124.0.14c3015-4_all.deb
 f4647e90eb1b28d7b4f3daed22070b75bf9e81c4 6011 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-4_amd64.buildinfo
Checksums-Sha256:
 fd91da5a747c3babde20fbbe2ad8389e904dc190c956dc08363716974eb85166 2427 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-4.dsc
 cb166b6e7a48713dba4d9f338d95741b467d10154aea0c4ea08cca675ebf3409 3492 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-4.debian.tar.xz
 e1bb50b4e6b348dcc89fa907660662dacfb55895e9272e2457afaace37d8e399 103796 
golang-github-hanwen-go-fuse-dev_0.0~git20171124.0.14c3015-4_all.deb
 6ab93ee0844046c7ce25edf86f0477c23dec5640bf90c8e9228d2feedf46490a 6011 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-4_amd64.buildinfo
Files:
 785362374a60cac5662599d83a2d82fa 2427 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-4.dsc
 646ab30b4f0244c7ac9fcac6fb0f62c8 3492 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-4.debian.tar.xz
 c25180d5f47cd57664aa7f2265bad74f 103796 devel optional 
golang-github-hanwen-go-fuse-dev_0.0~git20171124.0.14c3015-4_all.deb
 9d91ec3288aaab7caab28f9787a6ecc7 6011 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlp9bs4ACgkQaVxCkxbA
e/4GZQ/+IClOtPgA9T4Rybd/0UT3mi9vi6AF0ns9nNcrjyts1q820Rj1hfjwTe7E
eteE62eVGdfPKyOSvqX0yGaY43LzvprfVH0v5e0o37mq/Zxj27orhil73R6GRHpw
hU43VKsVbksKBrmYpMiBPiWrA22/7+HsFMt1sH8KAv+KId61t68GZ2qSPUNoM2m8
XHM0C9L1o85yQZw9WTZg90r1Bk0g6jXw4hPbCE9jQAdEaXoGzI5wbao3pymQs0xQ
jfq9bLZzm299A5M2JdSfIP7wbpYo2MWnIR3RrKPxfY10h9iQKC2JUSQm0cDWfwxV
JGPNOkaFKAr1orRefY+LYk0hubBZnjTIBkRqIjUx9GboxavrJmrxzzbaCv+K5ZfB
3jzJqnU6a+WUtf5RTjvio/2tTpT3+UOpt1XYWK7dgkZ1CMk42jmYt0ztApnk5E0S
+egjg9K/R2elMlES2IuwmOE47/olkuJybD5kupbFbIBmlfa+gfMUU/Tr5mEJtASZ
uEHCehvnMUFf5K3cPnz3JPohsyak60GZH/h8Fz4Z2ZhX6HtlQKdNFbm+eRohkgWi
PvctGd6Q22W2jMH2r++Z/o3396blzsxM7x78+XIOoOTNDgINsOeNdRWBLrauiRjB
VYk1iGFx6gehXfCncv3AN3x3xhnEDhcwZS9TfLXNtvuo/GgA8So=
=ZryG
-END PGP SIGNATURE-



Accepted golang-github-hanwen-usb 0.0~git20141217.0.69aee45-5 (source all) into unstable

2018-02-09 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Feb 2018 09:48:24 +
Source: golang-github-hanwen-usb
Binary: golang-github-hanwen-usb-dev
Architecture: source all
Version: 0.0~git20141217.0.69aee45-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<pkg-go-maintain...@lists.alioth.debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 golang-github-hanwen-usb-dev - CGO bindings for libusb.
Changes:
 golang-github-hanwen-usb (0.0~git20141217.0.69aee45-5) unstable; urgency=medium
 .
   * Set the Maintainer to the pkg-go team
Checksums-Sha1:
 9d70163d5bb24bcfde9f20f7b0a315d48ddce403 2379 
golang-github-hanwen-usb_0.0~git20141217.0.69aee45-5.dsc
 023d5269347e1102a0fe2971f324b95a6945d600 2196 
golang-github-hanwen-usb_0.0~git20141217.0.69aee45-5.debian.tar.xz
 bccc5764879ca9d4a47c30b026392e5fee97b594 9068 
golang-github-hanwen-usb-dev_0.0~git20141217.0.69aee45-5_all.deb
 5ef8dbc0824b90d3d6de4212624415a7e6a3312e 6006 
golang-github-hanwen-usb_0.0~git20141217.0.69aee45-5_amd64.buildinfo
Checksums-Sha256:
 cf87f97822825ee4830d7f5cf80c6d888eb834592bd7b4e1cdd8cce14ee1 2379 
golang-github-hanwen-usb_0.0~git20141217.0.69aee45-5.dsc
 187fffee02fff820361aa7a00fea5c3f11c79e3e27f79d9bc08c0f78a9776464 2196 
golang-github-hanwen-usb_0.0~git20141217.0.69aee45-5.debian.tar.xz
 1b7212dd59578ee6d184b0c21280e8b5f15dc5f649dc8664da4f385c0dbfc064 9068 
golang-github-hanwen-usb-dev_0.0~git20141217.0.69aee45-5_all.deb
 23f89f8324ab1361a87ca803d858c25d5c677ff9c00f3e36219b8d46a260eec1 6006 
golang-github-hanwen-usb_0.0~git20141217.0.69aee45-5_amd64.buildinfo
Files:
 f878fdf5a866a662e875f286409940ac 2379 devel optional 
golang-github-hanwen-usb_0.0~git20141217.0.69aee45-5.dsc
 1b89a7c7f57e70ddfa8ccca744d5a4fb 2196 devel optional 
golang-github-hanwen-usb_0.0~git20141217.0.69aee45-5.debian.tar.xz
 7fd2751458ed1189ec078af69ef8 9068 devel optional 
golang-github-hanwen-usb-dev_0.0~git20141217.0.69aee45-5_all.deb
 a7667ca94c0b342f94e65cac07be79f5 6006 devel optional 
golang-github-hanwen-usb_0.0~git20141217.0.69aee45-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlp9buQACgkQaVxCkxbA
e/5ZQxAAolP7Pk+5h4Df2FwrWdrgUWTIDP2d6cIZOmbaEgOzVUO7rdBZTFWQ4Fh1
B+/tLXWspa/ah1B0JstN/lKASGSjSnW6i+WwGNULWRg7G+S9aPkQ8cEE5Tolu4Do
QOAvJo3nU8vtvL92f4mgKTX7RwSQMtCJ+IaC37vxvgFM6DiJnZOOi2mGYwa0ij4/
zkk97V0zYDDw7zJr/b7k0LEmEklOsIAb6BKNy7kj5EzJbtnsWhiixAWxsT6bHdTB
4uWIVGDgX4HwoEIMmxoXEP9SNrMcrovu7ahuEfMHT9mxml03sMo+DEK7wM1M/gcn
Iaf/ONn2TAovhQoy626lgalkM4aaDc1JucwjdKz11VQoGMgRgdiUXgsRbt88oWb/
4ejh3tgW6av7KkF83E8uX5NS3TssRxuHDjkzRDpjKVclaN5gU+pXMASShM6ENLk7
zpEM0BK3cqP47eaGQttsQwdWO7R2q3qonBhobkZnUerEYmMtpWoVBfEB+ZoX4ZG7
kRZN+XqxV1pg42mm1RQ6YyT46knOhafAkO3BX1KaqKcikekQWLQhjWgtlbDKoaQb
jz3Ukhnl0TkaSQ5yIUU9edLnus/t6WLX7GR67c+0eJ4iYfvkBGME6KAR4hB5O5Mw
/iAc8a4uEHFGQa34LTd2FUCOMlmjPLeuuNyyQOf6AEpGbBjIl6A=
=gpSa
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b36-1 (source all) into unstable

2018-02-05 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Feb 2018 17:30:05 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b36-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b36-1) unstable; urgency=medium
 .
   * New upstream version
Checksums-Sha1:
 346fa1911197000b7237bcf13dfaa6cc101a1cf5 1901 anki_2.1.0+dfsg~b36-1.dsc
 61da52f00e59f5c6260cba7b3b640e4608023652 1535240 
anki_2.1.0+dfsg~b36.orig.tar.gz
 d09b4a2cbe7b6e9f3b7cb295157a811799113f5a 27740 
anki_2.1.0+dfsg~b36-1.debian.tar.xz
 899ca53fd20c38ea003a21dc864662d4ad799d3c 759328 anki_2.1.0+dfsg~b36-1_all.deb
 58e66e2252c46a52065ff5d50762697f1b8fa2a5 5939 
anki_2.1.0+dfsg~b36-1_amd64.buildinfo
Checksums-Sha256:
 9aba12227f667b899cb782a96be3dd0596d2b0e9385051e5e65f5297c21da218 1901 
anki_2.1.0+dfsg~b36-1.dsc
 d320c309107be93200fff7fc8e7726117c7cbebb6ad44f889a52920fdb53c6d1 1535240 
anki_2.1.0+dfsg~b36.orig.tar.gz
 4e5f21b52f4b84fc2663a49d9e90b5d1ca76342b43fde649949d9c287bce6b81 27740 
anki_2.1.0+dfsg~b36-1.debian.tar.xz
 1116f7024eb5c308b283a5ea2cc41bd567da9075651baf50e060fae669c814b3 759328 
anki_2.1.0+dfsg~b36-1_all.deb
 9f5fd5136c481a3c0ffd54ef304c2ccc97c6a1b91284e5817357f662e11bd871 5939 
anki_2.1.0+dfsg~b36-1_amd64.buildinfo
Files:
 a71502879127b6f70478a27193caabfa 1901 education optional 
anki_2.1.0+dfsg~b36-1.dsc
 98a5a3063ed28ce83a6c73bc3d449a6e 1535240 education optional 
anki_2.1.0+dfsg~b36.orig.tar.gz
 a746f28d60d1c2f9b210d1de9193e558 27740 education optional 
anki_2.1.0+dfsg~b36-1.debian.tar.xz
 619e6217823c5d7a43073675d11c88dd 759328 education optional 
anki_2.1.0+dfsg~b36-1_all.deb
 d1fb4f91d83a0f3cd392acc723e7698c 5939 education optional 
anki_2.1.0+dfsg~b36-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlp4lNsACgkQaVxCkxbA
e/6PHw//UGpv6CTEFFMSEvvvY4xsRhQcp7KcFV06ADtJzXEn0lryrXIrOh2Jqt8m
wt4Gasc61b0muPHsq1YXQ15TDedCXg8icnlxp9NU16DbKE5s6w0f4pdLjJxeGzh3
c6YYv431bZ/MUf3N9JgRrECdoC6Y/u3XsqX0h8acXr4dOmWiXkqvcPAw21VVF5gU
NWqwN0QXG9uh7QjAnN0q0IlhPSJyiKyvds+9BS2YRR7e2+Se6pGF0sgWBUWhds0P
x5e+AfUNNDl052bzv1hzaCCKhzLXg5HhZ95krIqKZy3OluMnYNCWaJWyc0L2eFef
FFFRnX18glf5vIpEAl1nkGDRJ1nfCorVSIO6pWYHzE2BTN91beNNstCJD54PmN/9
1XCe8qIk8SHkz2rW6wh+1646tKy+X0jsTiyXiDWLg5k2EfDzHaZW0GdD4xh3ZWug
IvwtpiybGWTXFsHJzzK2q3R33wpDgIcuGI02Wv2dGfHQtB9siQQfGyowjgZtNBwZ
87StdzLCD1SdT2Z72CQJt6t8hrnRWRNeb63BF8AYZphKoqElcGNZfS3kuDYJMOxG
a7SgX9u9IODIkizDac3WM5g7svLrbyd7IkJE7l8DTr9vsjd1A8r2pGPEKHDE3GTd
u1nwcMLOGaFDjSeL0N9mUZKsjmN62K/wySvdMQ4n3kaJYA/x/08=
=IyeP
-END PGP SIGNATURE-



Accepted send2trash 1.4.2-2 (source all) into unstable

2018-02-04 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 04 Feb 2018 13:49:38 +
Source: send2trash
Binary: python-send2trash python3-send2trash
Architecture: source all
Version: 1.4.2-2
Distribution: unstable
Urgency: medium
Maintainer: Julian Gilbey <j...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 python-send2trash - Python module for sending file to trash natively
 python3-send2trash - Python module for sending file to trash natively
Changes:
 send2trash (1.4.2-2) unstable; urgency=medium
 .
   * Update compat to 11
   * Bump standards version
   * Move to salsa
Checksums-Sha1:
 c8ffdb882c77b8867b2b42637f65f95fa7237b91 2276 send2trash_1.4.2-2.dsc
 706fbd0fbf2ca6a53bb7fd28823c1724743d1a3a 4876 send2trash_1.4.2-2.debian.tar.xz
 ec1e05b666eb1c7afe62abd0530b662911de718a 9124 python-send2trash_1.4.2-2_all.deb
 e80099b61548c5de9bcfc66df379c161a111395b 9204 
python3-send2trash_1.4.2-2_all.deb
 a62b4e412cad5355449d6ad70fe0003f25aae16e 6635 
send2trash_1.4.2-2_amd64.buildinfo
Checksums-Sha256:
 5496b27f8b65275701b9cb4739f8e403ab2444714dbc8f8923df09b03d887487 2276 
send2trash_1.4.2-2.dsc
 ff069989e3a1c17f1685bbbaa5e4e5d664e09a185e43ca3c45f14b0febfe24e6 4876 
send2trash_1.4.2-2.debian.tar.xz
 075e6e08f21566ac1429813104c0b6b665b5113c69f164b44bb1c402224e675e 9124 
python-send2trash_1.4.2-2_all.deb
 d678f92ed9d2eaee4b73ed1b4e899582650924b48dff44d6f6d2940c3eed2e92 9204 
python3-send2trash_1.4.2-2_all.deb
 827fd63decd3a419ef73170c626b247d56024fe8a976bd72697bf2cca4f77b40 6635 
send2trash_1.4.2-2_amd64.buildinfo
Files:
 568d9fdb30b65fffdfe49bfbbf2cf645 2276 python optional send2trash_1.4.2-2.dsc
 bd1f449d30981331f86f3aa838e8e98f 4876 python optional 
send2trash_1.4.2-2.debian.tar.xz
 d891d936455ea31682ce0c14f78e1fdc 9124 python optional 
python-send2trash_1.4.2-2_all.deb
 f92bf13b33c7388ea5ae9793d63ef5c8 9204 python optional 
python3-send2trash_1.4.2-2_all.deb
 170ab8b52b3d558ae72a81d5b8526220 6635 python optional 
send2trash_1.4.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlp3D+YACgkQaVxCkxbA
e/4F2xAAi1bYEBcFB8DiNa41WwBpFAB5lg/njBc6p1vFl5LV7XkPjeY8aGo0cqEx
1YgMq08UDke8NsCebsaEL/EciZtyqWNGYVaXCKV506N610cN7e0gOaNg3UdrtiJK
i1fm1RqVJN03rMLgFlivOsQmIKWxlLK7Qi2wmqJMJ+raPQrOoUrSC5fcdPRDcBSZ
mHNsxJCEzV4KOl5kb211y+Ses+UqngmKvn6c5PQB9QJAMeznSsw94c8jUWtiDwbN
GQWAPVwM+9D9D7waEGCMjYmuyAGmEqJ6JaZZ+AUOKlPw4I+cl0c1hFq/L/6lJb+T
/7RLzFueiWyp+uTwChMs74ljyg+C47fCLg6sf8DN3RvspEpdcE7xLceCwsWa+G3w
wEDRC8pE5jHs1cWS51d6LLqkfM/Sy/flZLGAJCKmQEOtzir+pDvbX+wmS0pi4kkA
AWFo4B6nM84nsIghL2LleYw/Gr5yR3wGMUHbMm0vpcqM/C8zIg1nUxg/FjcWrodX
HnH1+RAX0M59Vzfil74NXmywqN9lLT2FXXko7exQa9tC7YOwvE+gwoPXnL2ABz5c
1ksHerP724OZf/hqDobp0KUXJTwcMHlZZM8cceCvrIgXARbbU6TOq2I2OSn9HDkm
j1hs7qC2eGrGPSNT791PQ3QtbI9BpfgDo4ikxlbIIKBbm2Gd4wQ=
=+iA4
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b35-1 (source all) into unstable

2018-02-03 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Feb 2018 21:15:51 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b35-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b35-1) unstable; urgency=medium
 .
   * New upstream version
   * Move from alioth to salsa, and update control file accordingly
   * Upstream now only requires Python >= 3.5
Checksums-Sha1:
 45b0468797c2aba43dc695036d476d114362e790 1901 anki_2.1.0+dfsg~b35-1.dsc
 3b19d55017969387d344fb0cc7a91d8114dcb4c8 1529265 
anki_2.1.0+dfsg~b35.orig.tar.gz
 fd81a49c5ccef4c23b338f68c6ca56cb19103e10 27732 
anki_2.1.0+dfsg~b35-1.debian.tar.xz
 30ac179eae545ea11dbd835e363510341ad95bca 757932 anki_2.1.0+dfsg~b35-1_all.deb
 53ee183fbedc6641039546d72d8995f274142f1a 5916 
anki_2.1.0+dfsg~b35-1_amd64.buildinfo
Checksums-Sha256:
 fdf25ed55eae4c5bbbd531da7713d4590ecb9761ce2961a3568eb8e065ccbfe8 1901 
anki_2.1.0+dfsg~b35-1.dsc
 3832138894d71bec45881d46eebd5a8148a9a73e18b97b0ccf49ecb0908b2597 1529265 
anki_2.1.0+dfsg~b35.orig.tar.gz
 7e7fd2e62a0949e72b9082b8b32c4c17275661e17ca5da3a36f96f351e7b8fd4 27732 
anki_2.1.0+dfsg~b35-1.debian.tar.xz
 0417bae501b9f2ca94910ae9ff3eda8f8fee39bcb5678fd79059054f277349cc 757932 
anki_2.1.0+dfsg~b35-1_all.deb
 8db346ef5fad30d1f889b7bed5f9c6026f94a3f1bfce6aea0b069415ea1713ad 5916 
anki_2.1.0+dfsg~b35-1_amd64.buildinfo
Files:
 a854d2cd76f555a59370ce42da7485c1 1901 education optional 
anki_2.1.0+dfsg~b35-1.dsc
 be4b0bc8932288faec590d3b36da891c 1529265 education optional 
anki_2.1.0+dfsg~b35.orig.tar.gz
 0606967a4820b41ca85ae7519be0919c 27732 education optional 
anki_2.1.0+dfsg~b35-1.debian.tar.xz
 2a11e99c3d8ef8db23436c003a20a195 757932 education optional 
anki_2.1.0+dfsg~b35-1_all.deb
 df00a31645823906f7b45907845bcda9 5916 education optional 
anki_2.1.0+dfsg~b35-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlp2KGoACgkQaVxCkxbA
e/6F8Q/+ORv4SN4DcDsGqOkcapCMurQIS1MiroBEIvKZRMfPMUZ9WGN77WKgolLs
x7bsY9+C+z3DO+EQ1WV2TvuAkAZdyej42kTpzLMtF9OZzRSL0VITKHJEgkfEEV93
nxsdbJkOCUWZyOWQEJTZU0rZY/vcT1YwCIaoS/ETkw7nxnodVs844dCpXWHecOVN
NdiBQo3oTDdOcdnm7yr2EQyr+2WQvjyQfG4iSrfrKAb3gYAo54xjjZ17ruD+0/qw
hZ73mm6r0Pe3XK+cuhXvjLlkRh+6ROA/P5XoMDOlr0or4+xuNyjBL8Hm+fVtQY2A
2dGgw9JuO37x8bWo37ZPTG/xtkLGOMI+291nnUQpdU/KRm9bVSD1af0ot8kDHQa9
v9uCa2V6XryleK8Bf8t8kzbzl3odxdIpKkmRifgo3Pk87jkS/WG8fAx+tfBEc/D4
Mw2QK1+ESa5fFHQ9Ybx1Aj63wkkVLQnsBpKGDXbdq8kHFdDw71Dx+7bJc3enyeIf
072kPcH6MtUsizS9ADMY8cKX8C6Jppuf0l4Ins6rycrSpmMMZ/19FlmBpjvpslCm
EeAMD6gFwEPNXPVD/o6QV03Ra2vO+QDDKwu4n2c4gBFzL0mjQwCTKjc2CJbUBqT2
zpVO8Y+GlA1y4AsF3zZYWg1zAQ9Z1PbfAzJ8fUAxOZAZK0lVPCk=
=FOS3
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b34-1 (source all) into unstable

2018-01-28 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Jan 2018 09:46:30 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b34-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b34-1) unstable; urgency=medium
 .
   * New upstream version
Checksums-Sha1:
 b48c6f76e1c7a6f4b23213fdb60ce2029d904934 1924 anki_2.1.0+dfsg~b34-1.dsc
 4c3bf7d39b88ec4de767fbad5b647970e3d79ffc 1535069 
anki_2.1.0+dfsg~b34.orig.tar.gz
 e8e16814e3a467b6e673f6390178d321266f1459 27704 
anki_2.1.0+dfsg~b34-1.debian.tar.xz
 362fa783105cc6e36ed4360e8137471783ad1052 763752 anki_2.1.0+dfsg~b34-1_all.deb
 b04571ba705c77de9a655008486c6164e445bbec 5914 
anki_2.1.0+dfsg~b34-1_amd64.buildinfo
Checksums-Sha256:
 bd4b35bb3aade436e0b38d412ac6fb0a85449b92d613b003d54dab2c0acade6e 1924 
anki_2.1.0+dfsg~b34-1.dsc
 d1d7c38a3a19d1655fb967dd1dddbbcdae99f4a55bc90bdb9527ccd6cb855170 1535069 
anki_2.1.0+dfsg~b34.orig.tar.gz
 a0803539233e0b3e505b380e8030dcb896ee202cc4ccedf287e22a1cda3135e2 27704 
anki_2.1.0+dfsg~b34-1.debian.tar.xz
 4fd4594c85b490208d0dcd1290dc63094955dec7c982c85d8aa6874cee90f647 763752 
anki_2.1.0+dfsg~b34-1_all.deb
 9e418060bb044cb83ed3497f333fa9d863475b32e098185c0c59e7bca21507c0 5914 
anki_2.1.0+dfsg~b34-1_amd64.buildinfo
Files:
 b7956f9ea36e73389a0e07c14304c301 1924 education optional 
anki_2.1.0+dfsg~b34-1.dsc
 7ca748505e7cbc4ae8b9a999fd3c6ee1 1535069 education optional 
anki_2.1.0+dfsg~b34.orig.tar.gz
 0aa3951d6ac2c485fec0e71b978a8f24 27704 education optional 
anki_2.1.0+dfsg~b34-1.debian.tar.xz
 723b7a7d23b92ae075a2e30676ad9406 763752 education optional 
anki_2.1.0+dfsg~b34-1_all.deb
 8da742f6d5704d1aa4b36e10a4b39055 5914 education optional 
anki_2.1.0+dfsg~b34-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlptrvwACgkQaVxCkxbA
e/6UIA//QyY8C+8MgdIsMn4Vt4TIB5MIkl+p/R1LjCEajh4Zhlo8HbeMiLR5ffY5
mCZKTCaMrDr1F2OHs2ccO+AyCPEU2IEMUD78nnS2pAP9RwxfjvF/lH5puXj5djrj
ccUXkN90z1iANur/CeX2gCw6WljlRUHkhRcKsYErxlmlmUhAJHDyQJ07AWIZWSGx
ZzyAzKnm9JV6duIWcF87xl9G4a+pHzcPY/W1mtLOOIx9m6kGxCt7/EdO2B1bSUG3
y9/O+/NViXfaHsAyaLCzEmB5ALr19Oa6lY5aD4211YPqExnf6NVF0MWuR3BapcpD
qA2KsiyA1+8d0JCt4/kgc4fNcWWdPC7zS7L6lUUAbbKAZG/M/JobBndvv9cVX8Tm
8KL8hhu5c4rGR1DX1mpb5AGKsB00DSKD9X84ZLwOxGfG/iphhdaPwp/6HmFVOHkG
qsk/HCbXa/3SvbHXcBHDXOCmp9/9sYzG/SInZm8SitB5bbN2hcLYb4m7HJr5TTJb
ijfzCFf4mx3gEu1CGCq6Oodh1VEw0x5Rgs/2QVpkiVX0Mr6whB1maFxKjCNZrd00
nT73pGAAedx9ezxa3k+jmTJK5nXAd+NPuJdZwSs9UGfgTgpTQYoDI6H5wlIO19hb
sFRJfPIlaHDWeE4LBa2gzKZzzjf9Kdxq9DGgedRhqsJecOeBIxU=
=8rbd
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b33-1 (source all) into unstable

2018-01-23 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 23 Jan 2018 09:17:29 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b33-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b33-1) unstable; urgency=medium
 .
   * New upstream version
Checksums-Sha1:
 82c682e4daa4d0d6540f6c84439a4fae94465968 1924 anki_2.1.0+dfsg~b33-1.dsc
 87f910352f69088a941363fa6aee6ee33764d4dc 1535081 
anki_2.1.0+dfsg~b33.orig.tar.gz
 1c4491d938d39b59e40203629cabcbce75fbcd8f 27680 
anki_2.1.0+dfsg~b33-1.debian.tar.xz
 9d19e4a133c4486e268e99e26c8e3c482bd45330 762248 anki_2.1.0+dfsg~b33-1_all.deb
 ffa8035311a9a7db6d6114e1593bf5364ac957f4 5914 
anki_2.1.0+dfsg~b33-1_amd64.buildinfo
Checksums-Sha256:
 432318f46d9100f4fa853b5e10ea60bd646af1e1c4e31901e5468a68fe839ec5 1924 
anki_2.1.0+dfsg~b33-1.dsc
 f2cf6d8983488aff59662f341ad7c36667b88e7ea5945a359da2304a91b30eb1 1535081 
anki_2.1.0+dfsg~b33.orig.tar.gz
 b08c80b725bf9cb751718f195cbacda01e99f043778d3419c5637aa2b2634b98 27680 
anki_2.1.0+dfsg~b33-1.debian.tar.xz
 3525db5a8b8ecb4e6bba528066a759f9a74b67b3fea3a4d9d6b1e2e5c14858f0 762248 
anki_2.1.0+dfsg~b33-1_all.deb
 77029e787e8af9652cde85159a62f3e444ed9445636994a70bd4a974974bcd33 5914 
anki_2.1.0+dfsg~b33-1_amd64.buildinfo
Files:
 2ff9a19d913f359120dd4ee764c0d064 1924 education optional 
anki_2.1.0+dfsg~b33-1.dsc
 7d1a4247b1135b81530fd0b8dab31f0d 1535081 education optional 
anki_2.1.0+dfsg~b33.orig.tar.gz
 98e0acba508e1e66b553aed4a61e36d0 27680 education optional 
anki_2.1.0+dfsg~b33-1.debian.tar.xz
 2f89b549e33d4daf3b5c3fb232b2ffc1 762248 education optional 
anki_2.1.0+dfsg~b33-1_all.deb
 f7fbb11ad8896a43244b9b5019892872 5914 education optional 
anki_2.1.0+dfsg~b33-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlpm/0IACgkQaVxCkxbA
e/6wRA//X157gi3j7J2rHVxZp7wk4B6Wr6OoIEWMzYDa2H5qsps+od9Wr5F45Ucs
e8RyaYFbKXKomCVlWMFMbGUiqKMiJ97J22zKjL6dtVzmhOOEjQQAkk5xbiZbrV/F
hFRlbFN9apxGOf0f5a+KYvPI5BQiChL2tFap/JNmr/u5U52kcnG8lll//iXZ/mQG
qrr3yekz0mcv7k3+mHs0JT1KFN5oc1UyRPaJrx9TK49yoz4B1TyDwSsATKkVDvnw
SiEjLHZYG/JarSlvPXEukrQltLObOskuspajFvNKPcCJxT+rlUzFHPjsIf6zpe5K
I4cw/DN0dnn3eOQMO7e4Qr1cBu/VF1u0yn8YgxCP8jXdGreNaWrq61yxVtlmEqDP
GCVYe+FHINvX/lThoYVbtOtB1mmr3+Xsxrc8m7qAq3UOhgJDtxqNxVxRz2aXmEJB
yO0kROILOXudvtCQWXkmWZcFn9Q4irDN4OOMdA0jXLE9WvYMXu09+LSajg5Qo7Wb
BGTxZoTMiJOB3zUozQkY2S6VfhQrdOquVWuTAXBap+MLLFVHUQsFeQEDOsfh6vZd
LUPN8Na3eyTCJBzBaY2xa8lOowmgffK7IjvbKCfuw+YKralY3B4bFK1nWUTdyzYF
fm35JOyMJXY/W6+JkNc+zKdzJfgL38kcNaBuZymoV05kppmWqYY=
=uQDP
-END PGP SIGNATURE-



Accepted golang-github-hanwen-go-fuse 0.0~git20171124.0.14c3015-2 (source all) into unstable

2018-01-19 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 19 Jan 2018 15:54:02 +
Source: golang-github-hanwen-go-fuse
Binary: golang-github-hanwen-go-fuse-dev
Architecture: source all
Version: 0.0~git20171124.0.14c3015-2
Distribution: unstable
Urgency: medium
Maintainer: Julian Gilbey <j...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 golang-github-hanwen-go-fuse-dev - Native Go bindings for the FUSE kernel 
module
Closes: 887737
Changes:
 golang-github-hanwen-go-fuse (0.0~git20171124.0.14c3015-2) unstable; 
urgency=medium
 .
   * Add golang-golang-x-sys-dev to -dev package Depends (closes: #887737)
   * Add Debian Go Packaging Team to Uploaders
Checksums-Sha1:
 218265d5efad9a53e9ae44cb9374aa506f50d9f0 2341 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-2.dsc
 fb83b7f709f6ac9fd4bcb802766a867dd1402392 3372 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-2.debian.tar.xz
 0cf2a25fdf5f3c9725b2773bc23da728f36b8622 103668 
golang-github-hanwen-go-fuse-dev_0.0~git20171124.0.14c3015-2_all.deb
 623ac38d5e6deea4632852d0d034455919356efe 5985 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-2_amd64.buildinfo
Checksums-Sha256:
 34f3d5f915c48cdae12d6eee0c02c3bd6c8d56aa0680c43f43363cdf684d24f2 2341 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-2.dsc
 02448f909aa41cc139c66ca2e5c60800942b4935b229fc939366e56c79042e39 3372 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-2.debian.tar.xz
 a834cafc192b3476df5d4a30771c33f03c51b9963de1e704948a4cbfdec7e5dc 103668 
golang-github-hanwen-go-fuse-dev_0.0~git20171124.0.14c3015-2_all.deb
 4d0ad9cb9238ba705a2be9a2471485ea1235bc320fa16babdd52361e95c4ae68 5985 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-2_amd64.buildinfo
Files:
 dcf8994afed12a6bb25e726e407580a5 2341 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-2.dsc
 05a08209854c139d0500618271744797 3372 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-2.debian.tar.xz
 37a75b1e867e46fa15a2d730991d136f 103668 devel optional 
golang-github-hanwen-go-fuse-dev_0.0~git20171124.0.14c3015-2_all.deb
 9d1810f21b8ac8bd89eed903a4c5fdef 5985 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlpiFgwACgkQaVxCkxbA
e/4TexAAp/sZnazft5hzhW4D/kf++QcrfeT3vuR9tK5+S0wkhGaRaEjo0lp6Dxlf
f4RozGv129Rm93ZNvgUKEj2mHp4loVUV2feLAbF4wKgHw5LdmiyUumagqvMxUkXx
rsrdeu+Prs0cyRwh6iDBU5BJE+NI8r9Oq8GfwOQd31oS9t/ANgbsh2VrrouEgg9V
r67cbRTz7M6mwycGLcV9rB1ZhLMXek40EnDUt74Cq64CivxLKd2whO5eezd8CEIC
LSRb0rbdjtfUK780TztHstS2uDnYiwS0FL1rVWuCMGF6kYyNpjkN6LBf649s4SjZ
7B9JtkliY8n15D/gz+poVNqNA9Z/VxQesb22pV7EXjtXYN520+HdNvNfwXlJARSe
Qs/MXDgDwQjhFC86f7k9LTkXVh835tPHN1sfLH8mGmzdqDBXQ4GtxDuh3eul6Xu7
qZS+nY9BpWBWtV3u7m681WnF46ACWbybVNEHarvEp+X+yQYtb3Se8i9CCHWASHRx
89EFERdxp4jQMHmg/M1mZkCY1tiWJGrwA/tSSfK1NgcZdJF3cFqt6pe9mfysCOsU
STJetdqUz8tJ9isbMHYFbFes0PVXnxuLL5zHB6c81KgeiJLUlKcBenLiX35Ccedd
LhUP5pOubJMz4dEsFER7ZQmRQXxDegI6QxXVrUlTjP+YWRQJPQ0=
=pMsF
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b31-1 (source all) into unstable

2018-01-17 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 17 Jan 2018 22:57:03 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b31-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b31-1) unstable; urgency=medium
 .
   * New upstream version
   * Move to debhelper compat level 11
Checksums-Sha1:
 b1163629b63b32716fedd62cb877c9f1649064ce 1924 anki_2.1.0+dfsg~b31-1.dsc
 f19024834d618f3bb0a74dc93fc050195f52ce53 1533113 
anki_2.1.0+dfsg~b31.orig.tar.gz
 64a3ee1c95a773b2caf88340c46c0de330820a53 27660 
anki_2.1.0+dfsg~b31-1.debian.tar.xz
 f6ca0b36c8d23ca37488db230102d54abc846117 757664 anki_2.1.0+dfsg~b31-1_all.deb
 c7fa2f17006fa1dd69d689d898164f89131f9a0c 5912 
anki_2.1.0+dfsg~b31-1_amd64.buildinfo
Checksums-Sha256:
 a726f66b2d48356926cacb9c8546be2b58a50fe132b25a73e7fb35334be8f45e 1924 
anki_2.1.0+dfsg~b31-1.dsc
 b6d78b75171957ee28e6d139f6d36372f0f250afa20ee9371bfc5d18279ceb76 1533113 
anki_2.1.0+dfsg~b31.orig.tar.gz
 efa19b2229192061e3f49cdc3aec2183bae314a7d096d27ae704c2af0874eb67 27660 
anki_2.1.0+dfsg~b31-1.debian.tar.xz
 ac796a32f311d41e90819c0232c366020643d621e1fc76bd8b3b82eadcaebd54 757664 
anki_2.1.0+dfsg~b31-1_all.deb
 8f81243ef2faaa92e87595338d6147465ffb1fb7f37578f51b47fc023c80d76d 5912 
anki_2.1.0+dfsg~b31-1_amd64.buildinfo
Files:
 08924deb01057aa760559e7e992d6ca4 1924 education optional 
anki_2.1.0+dfsg~b31-1.dsc
 d12b0dc50dd9a642bf5a52356d004307 1533113 education optional 
anki_2.1.0+dfsg~b31.orig.tar.gz
 761a54bda50568295da68125fd1668c2 27660 education optional 
anki_2.1.0+dfsg~b31-1.debian.tar.xz
 11750151a49a3fd780ffaa0f3bf67a7f 757664 education optional 
anki_2.1.0+dfsg~b31-1_all.deb
 07e9ecaa7be9c5f1000f9af0756302ff 5912 education optional 
anki_2.1.0+dfsg~b31-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlpf1twACgkQaVxCkxbA
e/7cGw//Y2eb/P4nhpEgf5EE77M/0FFKN4ScGR0ph7+ngvImZroBwswqfRXpDqkK
mSGX+hS5RB26MzwoIcq1Z7z7cDyCKo3lcG8HCgStUsfri3Q4eA+OHHkyoW3dAOE9
m4hrsyV+3yBu43iK0VD272ylJh9EPv16nNt1ChB/Ik1Sv4duXB8STrJqs+YSU6uG
hqhUk6zRxbaVco6ESk0LO9LRsqOG7CmQMwYV9fjc1/uAJjTkfAcUJygx6aZHapto
6cQZB5WobqcT8X+W9LBYniTcqnkiziAeza4v+HQj7eCNQrZcDfWcJauosXgHXKqS
yryJ2XMxaB/61vCTyDsJpYHXLJwaXEdHkdeO91RY7fUVPmGwFf5PqZ7IwuFnLdKK
GHZ2KGZmZyl3eWaDnOLAAD9SBpxnoIIe62OfqdO3+SxIEaofT86HYpyW89y+i6FM
BLDEu3YE+YVTQi1SXdx2rtjId3ZmoywO9VbVCEvRe1QdQr4CRqFKBx08UbSshEY3
3PWm9DjCwsI8wIse8efkF8pH7EKcuI8GVW117f61rzvmG57J96F+97n5haho3c1Q
oJkY0R8mfC0/9N8kWi7QcOwgxCG425yNSAjlXEz9NKQpqEhRr73XeCdklJFq2DI3
ZKUEQAoHId33X5kMbW+dtGSL33cRg1ThnD+mguP7eZBlmSV52A0=
=tFwT
-END PGP SIGNATURE-



Accepted golang-github-hanwen-go-fuse 0.0~git20171124.0.14c3015-1 (source all) into unstable

2018-01-08 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 09 Jan 2018 00:33:25 +
Source: golang-github-hanwen-go-fuse
Binary: golang-github-hanwen-go-fuse-dev
Architecture: source all
Version: 0.0~git20171124.0.14c3015-1
Distribution: unstable
Urgency: medium
Maintainer: Julian Gilbey <j...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 golang-github-hanwen-go-fuse-dev - Native Go bindings for the FUSE kernel 
module
Changes:
 golang-github-hanwen-go-fuse (0.0~git20171124.0.14c3015-1) unstable; 
urgency=medium
 .
   * New upstream version
   * Great help from Felix Lechner <felix.lech...@lease-up.com> in
 preparing this new release - thanks Felix!  Most of the changes below
 are due to Felix
   * Installing README.md instead of README
   * Use debhelper compat level 11
   * Set Standards-Version: 4.1.3; only change required was to set Priority
 to optional from extra
   * Updated copyright
Checksums-Sha1:
 383b37c3ac29e590c792d8317788437542c96589 2260 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-1.dsc
 92006e7286a24b929a128a63e68b9e3bb4487a25 98044 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015.orig.tar.xz
 db9a25834f385f7767233cd25008164f24340578 3292 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-1.debian.tar.xz
 6650fea260c20db85d7240b340fc1994ce507dfd 103580 
golang-github-hanwen-go-fuse-dev_0.0~git20171124.0.14c3015-1_all.deb
 9852281672a9fb9d83913aedc3dc146c7798209e 5980 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-1_amd64.buildinfo
Checksums-Sha256:
 c8f57ae09a996b0b5edffa545e8e235d86941b6f8992430c9efd4b115aa38c55 2260 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-1.dsc
 2a6315ca8685b00405fbcc6f6ad779256627d718a368a78bfd3426946c7eacbb 98044 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015.orig.tar.xz
 2f8cb73bb0ef76832cd6d195d45fc5d51ab63167261f92788ded302b7ec74425 3292 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-1.debian.tar.xz
 f00275479f42513e706640fdc11faa129d14125731f485561e2ade3455fb3a91 103580 
golang-github-hanwen-go-fuse-dev_0.0~git20171124.0.14c3015-1_all.deb
 01ed94f3f091ae1e9b00199906472fa1edb6251dd5d2122adf26b7308266f30a 5980 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-1_amd64.buildinfo
Files:
 f37211df953759cd4df432de675da0c1 2260 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-1.dsc
 c4dccc2616f0d3a3e0470188293a6064 98044 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015.orig.tar.xz
 1bdd6e180b584b5a53dd78813ed541ec 3292 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-1.debian.tar.xz
 f073ba2ceb9fb322843028a90c688333 103580 devel optional 
golang-github-hanwen-go-fuse-dev_0.0~git20171124.0.14c3015-1_all.deb
 b9c65d04c249ef1e7ad363a271e4c76b 5980 devel optional 
golang-github-hanwen-go-fuse_0.0~git20171124.0.14c3015-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlpUEm4ACgkQaVxCkxbA
e/646Q//cKJIJldfDxSdi9/0W1v1K1kxJplMvLX7cNVuXdLofDX+wPWnf00mIL1Z
yyB8Q/shvWEm00cW4+R33g8R8LAQN13JYSWCFr/KmOaS48O1jB9GfD3DCYjmmJ7G
xXF8d8rSSL4QtKnaSQzkLcEhnYOydldbLaIigmqFzenpazj03AJyrX3lcEr0dusJ
0oHhSPcNNqOvnJmVokuTCMCv4vTCELfFj0PhLnji7atrkq/4YOnnOTJ5YQPX0+XY
Mvu05v+6gKLgrXFJhAcuGWNy3hKu70bRr9xNfHZSqvGDP8j7lJmGG4gAH8MDQL8H
FDdQMdPX7BJ3DAj9AK+5Jtg0A+jsUbQDcSt60D3xfMolZkbc75DaRXG0gMRLjL1C
XdW0yoZv57267yH4LEobhY/VlCUhzX2wKZ0zyjtcPdlJOWvI7r79MT8zvAMoXgcp
yOmsvcJC4Dhm6L05vXyOyVyq8WE6AUQ5brBw7zr6AY3h2PNRs1sD9sXQjfPsYvzu
/Sijm0KyEP7K7Z6H6KcLTUTtnDQ6Y61kJOy3PPDtmTzE3j7koI0VCC7hl+P8umYQ
kSiq2K3CCkFny5WudlZ/tRjDo42/crtkHQaUQSMG4oZOfY+qrc4//ahZhEcp/NZm
v0z4II5m55V/5e5GP8xLmHkdUN7MrxmiDQGrv5ncGrPbqZGMUWY=
=uBqw
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b29-1 (source all) into unstable

2018-01-05 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jan 2018 14:01:08 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b29-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b29-1) unstable; urgency=medium
 .
   * New upstream version
   * Update Standards-Version
Checksums-Sha1:
 125fad33c3159fd065f1457c94749364bc3d483d 1924 anki_2.1.0+dfsg~b29-1.dsc
 bdeb1864a4e121412fa998db62ca35b30f827efa 1515492 
anki_2.1.0+dfsg~b29.orig.tar.gz
 23912227f6920d24776b25fef68a09aad2b9f1a4 27412 
anki_2.1.0+dfsg~b29-1.debian.tar.xz
 542a0ea4f1e509dc63fb2915383cb9c106abfd5b 755632 anki_2.1.0+dfsg~b29-1_all.deb
 0bffdb71f81b199534f00582670b58217292ac0d 5907 
anki_2.1.0+dfsg~b29-1_amd64.buildinfo
Checksums-Sha256:
 04b0ec9023d2b449da2aebd6ca26472770e31342346effa8a1d44985560ca92b 1924 
anki_2.1.0+dfsg~b29-1.dsc
 cb6da2a423469a1c7e9cea1c06987fee8a6d0c99d097c24ea8a347c8fee85a60 1515492 
anki_2.1.0+dfsg~b29.orig.tar.gz
 418071fde24f02c29bb5a619062ffdfd59138fa056cd014ef7c1fdaa63a78f56 27412 
anki_2.1.0+dfsg~b29-1.debian.tar.xz
 546ec8d39a8a9b27c4eca0a084e9e04873dbc37dbd2e04ff295dd01ae3ada2b7 755632 
anki_2.1.0+dfsg~b29-1_all.deb
 6b25a14cc09065de1e8182a63dd6a4259a18fb0db2a78cc4ddbd7cf7e50effb5 5907 
anki_2.1.0+dfsg~b29-1_amd64.buildinfo
Files:
 cfa11aaa492ec7ecbcf9e190cfa90fd1 1924 education optional 
anki_2.1.0+dfsg~b29-1.dsc
 c06c912104f5dd61e61ab57cb5fad9e9 1515492 education optional 
anki_2.1.0+dfsg~b29.orig.tar.gz
 4feb3b254c572da3a1d27fd73f234534 27412 education optional 
anki_2.1.0+dfsg~b29-1.debian.tar.xz
 aa75484bcea52e842e12ff3a8d3e0e26 755632 education optional 
anki_2.1.0+dfsg~b29-1_all.deb
 139de73a0c8fdd267e3e0348e107e330 5907 education optional 
anki_2.1.0+dfsg~b29-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAlpPiTwACgkQaVxCkxbA
e/63fg//csvNQvo3/UGelZ+N/3h7kooXCgKKRxFK3svFUlE71a19SNb0ZpPyH4/L
u9+/D7M0O8uAuq4zKz/Rr1TUPKFWwj28r0KZYyvXY9qfhgvizxpeAjZ3laZzrMTd
F3/uNDYMGWTf+DSXku4Dn3h9CsCbH8esY8Qjg6GLsCt0lilOU9X+30EG5hgb3kDt
zf6AtCp5mEW7VPjkulJS9DtHf7WzGDfRFntyzyJxEkK6tqO6Q6Adsd1utSNfcEqa
Klas3B2je6xmCPQVjjlJuKs38uw4rU6+CxNoyaWCdMwbk5pexQBzVlM9eanpLvg7
pD1oo5ocVdHEgXeCVLy11MMFDUPuW2ETShd6mtDbyJc3xi2Z+0f/9+n5aNtYvffg
cd4skFRJnp2FKKpCIOYvW2iTX1SioNvRc/JoGsh1rEg3/wrUQVaqnd9tXCjaWteK
PiLiGJG3o/+fY9HVRR9/L1N7YsYRIq7U9+MoJ+pvY+TTsJcziPY2eIBBe72AyUn4
J87lfNjIoZIj3RGSjmfYtoxKkWSxoNe4FTrXUNo1Tdz78jvHOeps6vfSq+/AS1Td
Bj3xC2meiw2qCfASS60k2oGGYIhL1e+6/LOLObNYu5obZKWv5cubuF6dDsSqLxXD
7e8KOs8smg3VxKFvHx3sz11IJ9cM1eursnyKDRLatp5F1pIvc0k=
=+I6F
-END PGP SIGNATURE-



Accepted anki 2.1.0+dfsg~b27-1 (source all) into unstable

2017-12-15 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 15 Dec 2017 14:45:49 +
Source: anki
Binary: anki
Architecture: source all
Version: 2.1.0+dfsg~b27-1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Bombe <a...@debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Description:
 anki   - extensible flashcard learning program
Changes:
 anki (2.1.0+dfsg~b27-1) unstable; urgency=medium
 .
   * New upstream version
Checksums-Sha1:
 e38812c380edd8d91021a2a5119bbcf8dccd49a1 1924 anki_2.1.0+dfsg~b27-1.dsc
 a079a19f0ae5eda04c4a69ed77139fb952e1f220 1521292 
anki_2.1.0+dfsg~b27.orig.tar.gz
 c131b1ca63eb2fd2c8745536f7dbec8536b2fd48 27400 
anki_2.1.0+dfsg~b27-1.debian.tar.xz
 8a10b20e50d9794cee3410421791f598d675146b 751128 anki_2.1.0+dfsg~b27-1_all.deb
 08bf4551812ffcd6b45671a493b3973e29320baf 5872 
anki_2.1.0+dfsg~b27-1_amd64.buildinfo
Checksums-Sha256:
 c390ed3de65f26ee9b1b5bd255973064ec7bf2a148a315f20e0c496428f25b8d 1924 
anki_2.1.0+dfsg~b27-1.dsc
 03f0bcab5b8bfb17dab2e5d9d8bc0edc9b05e9f5d102c95ae32f5015157e7d42 1521292 
anki_2.1.0+dfsg~b27.orig.tar.gz
 5d9ec931663dc0f336f32c56261567502c160617daf8eada3f3bc72748821fd3 27400 
anki_2.1.0+dfsg~b27-1.debian.tar.xz
 675fae41dc62a75dda3f47a496f62fca1d8840f9650e8af06a815419a15d95b2 751128 
anki_2.1.0+dfsg~b27-1_all.deb
 72d8ccb8069da8c4b572f6db4cc5c3bfd47a518c0d4dcd09a2892631ffc22b5d 5872 
anki_2.1.0+dfsg~b27-1_amd64.buildinfo
Files:
 c026ff3d6e3c98e7e4dabefb47fd0538 1924 education optional 
anki_2.1.0+dfsg~b27-1.dsc
 a0eeb15915e176d29225a1a768a59e95 1521292 education optional 
anki_2.1.0+dfsg~b27.orig.tar.gz
 de48624e6194c8abb40241857d0efb0c 27400 education optional 
anki_2.1.0+dfsg~b27-1.debian.tar.xz
 0692e0bade6847c1501396cae05e1ae5 751128 education optional 
anki_2.1.0+dfsg~b27-1_all.deb
 0d647d3c8c4107c9c369bc372b62d955 5872 education optional 
anki_2.1.0+dfsg~b27-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAloz45cACgkQaVxCkxbA
e/4ANg/+OVbWMcPFKFJ2baLGYIpv/O1sRePjqUKaI3+WtnbDwxEM0WMoVysvXM/8
IOlBgHpKphuwaQq34rb8anHqPSV01SENJa7dlmIsi6tgR2fWZuaaJ7bBgOqcePhQ
A+cJbqfvbmmmV+d8KKRhqg8fhZAz02fVQrZ9XGzVDoxD82h4PSzp22Uz6wJpWV27
5MJR2lQSMmss6gCwnwEWdaUy1KX5Birzea8QDpCfKvSCRjvMpg2AfINOD80wMzyU
+0nb+2fPJXZN/0KaSVMxOrzSYV0cuxY2Q+0b3UpTxlnryFNZipoziF6agsqnjE/v
1qVqANz8pIsJYjOLHBOvWclO3kH1FSE2stouBW2hvttb8t+jcditkB7Iyj709ez9
vapQkS8M1W5nSCz9z3B1KiU5DV44FQ95YL53N3HvLPjfUnLqTBD3cTo5wGB5FhtQ
IZFGuY7UgpTiZE1cL2VLHIj55r7x/nGssMNCLR9GNPxB8foLdc+B1CGVma/xML+z
gKjgEzJOLjBdPHiq52COZMIC96Ggx/DYv0eLnj1aaG12YO4ceyfwFvRhKBHupnvY
oxs3KeCTxbK3Y/TZsbTbEdHOmNrJHhEu7S2TfE783vr8D9IgfdGgeBmMiq8Zdj5E
wSnPOc6ZnU1YBKEpo/Tgc0OM3ClOSpD6thEEf0mOtNx244Ist6w=
=vmzT
-END PGP SIGNATURE-



  1   2   3   4   5   >