Re: finally end single-person maintainership

2024-04-08 Thread Julien Puydt
Hi

Le lun. 8 avr. 2024, 14:45, Simon Richter  a écrit :

> The web interface presented by salsa also does not have the necessary
> data<->metadata filters to provide an actual insight into what is really
> happening in the repository.
>

It's been several times already some people complain about salsa because of
its web interface.

I only use salsa's git. That begs two questions:
- What do I miss by not using the web interface?
- What does that web interface have that people don't like?

Cheers,

J.Puydt

>


Re: 64-bit time_t transition in progress

2024-02-03 Thread julien . puydt
Le samedi 03 février 2024 à 10:16 +0100, julien.pu...@gmail.com a
écrit :
> 
> About flint: if you need anything done, don't hesitate to ask me.
> 

In fact multi-arch is broken for flint and I can probably fix it: would
a new upload go in your way or on the contrary help you ? [I'll refrain
any move until you confirm I won't break your effort.]

Cheers,

J.Puydt



Re: 64-bit time_t transition in progress

2024-02-03 Thread julien . puydt


Hi,

Le vendredi 02 février 2024 à 08:21 -0800, Steve Langasek a écrit :
> The packages previously not reported are:
> 
>    flint
>    flint-arb

About flint: if you need anything done, don't hesitate to ask me.

About flint-arb: its code has been merged into flint, so it's abandoned
upstream. The package is in FTBFS... only the sagemath package prevents
its removal. Don't get blocked by this mess, you already have enough on
your plate.

Cheers,

J.Puydt



Re: Potential MBF: packages failing to build twice in a row

2023-11-26 Thread julien . puydt
Le dimanche 26 novembre 2023 à 16:34 +0100, Matthijs Kooijman a écrit :
> Hi,
> 
> I've also gotten a bunch of bug reports from this MBF. Some were easy
> to
> fix, but there is one subtype of this issue where I think the
> commonly
> given advice and policy currently contradict.
> 
> This concerns files that:
>  - are shipped in the upstream tarball
>  - are regenerated (with slightly different contents) during the
> build
> 
> These are essentially build products prebuilt by upstream.
> 
> 
> A commonly recommended approach to fix this, and also the only
> approach
> listed on the page linked by the bug report [1], is to add such files
> to
> the extend-diff-ignore dpkg-source option.
> 
> [1]: https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild
> 
> AFAICS this causes dpkg-source to simply ignore changes in this file,
> preventing dpkg-source from raising an error due to such
> modifications.
> 
> However, the policy 4.9 says:
> 
>   clean (required)
>    This must undo any effects that the build and binary targets
> may
>    have had, except that it should leave alone any output files
>    created in the parent directory by a run of a binary target.
> 
> So this does not say "dpkg-source must still work after the build
> + clean", it says that *any* effects of the build must be undone,
> which
> is stronger.
> 
> So AFAICS the extend-diff-ignore fix does not comply with the policy
> in
> its current form. Also, it means that two subsequent builds will not
> start from an identical source tree, which *could* hurt
> reproducibility
> (though in practice these files will be regenerated, so the build
> *should* be identical anyway).
> 

The way I handled such cases in some of my packages was:
- in the build target - but before actually building - detect if
foo.orig exists, and if it doesn't, copy foo to foo.orig ;
- in the clean target, detect if foo.orig exists, and if it does, move
it to foo.

That way even if foo gets modified during the build, the clean target
puts it back like it was.

Unelegant, annoying, but it does the trick...

Cheers,

JP



Re: allow missing description fields and empty long descriptions for Rust/etc packages?

2023-09-19 Thread Julien Puydt
Hi

Le mer. 20 sept. 2023, 04:11, Paul Wise  a écrit :

>
> So I would like to suggest Debian relax our requirements around binary
> package descriptions, especially for Rust binary packages.
>
> Does anyone object to this change?
>

Yes, definitely.

I know it is a pain to write those texts, but they are the most user-bound
part of packaging, and Debian is about user service.

I would be very surprised if the required information weren't available
somewhere in each and every rust package. Perhaps the ecosystem doesn't
have it in a specific and easy to extract automatically place. Perhaps the
packaging tools for rust crates don't know how to get it. But those are no
good reasons to stop looking for it for our users' benefit.

I would go as far as to say: open an upstream issue if someone just pushed
a pile of code out the door without even the shortest description!

Cheers,

J.Puydt

>


Re: versioned dependencies between -dev packages

2023-07-16 Thread Julien Puydt
Hi,

Le sam. 15 juil. 2023, 17:36, Nicolas Boulenguez  a
écrit :

> Julien Puydt 
> > - Indeed this is quite fragile; I have two scripts for Coq packages [1]:
> > one to tell me about the deps (I give it which package I have to upgrade
> > and it gives the list of affected packages by pass) and the other to
> > generate the migration script (I give it the list of new packages and
> their
> > new version and it generates what I have to tell FTP masters), but it's
> > still pretty painful.
> > Perhaps if there are several such instances of such package
> > dependency networks we should try to find a common and efficient
> > solution Debian-wide ?
>
> Ada updates require the NEW queue and or manual Break/Replaces.
> Ocaml updates require passes and migration scripts.
> Rust updates encounter inconsistent states.
> Let us steal as many ideas as possible from each other (but not
> necessarily on -devel).
>
> https://wiki.debian.org/LanguageVersionedDevPackages



Well -devel is also where we can expect people to make valuable
observations and provide useful ideas.

For the Coq packages:
- good: packages become uninstallable but are not broken on users' systems;
- bad: needs too much human planning (prepare ben script, open transition
bug...);
- bad: part of the deps aren't computed but handwritten (see dh-coq's
tools/coq_packages.py);
- etc

J.Puydt


Re: virtual packages for Ada libraries

2023-07-15 Thread Julien Puydt
Hi

Le sam. 15 juil. 2023, 10:05, Jonas Smedegaard  a écrit :

> Quoting Nicolas Boulenguez (2023-07-12 15:55:09)
> > The Ada maintainers are considering a new naming scheme for -dev
> packages,
> > where
> >   libada-foo-dev Provides: libada-foo-dev-HASH.
> >   source packages Build-Depend: libada-foo-dev
> >   binary -dev packages Depend: libada-foo-dev-HASH
> > The intent is similar to the one of shared object versions, but the
> > name changes often (for example, with the architecture) and is
> > computed, so virtual packages seem more appropriate.
> >
> > Policy 3.6 does not disapprove:
> > ... should not use virtual package names (except privately,
> > amongst a cooperating group of packages) unless they have been
> > agreed upon and appear in the list of virtual package names.
> > However politeness recommends to ask for objections before polluting
> > the package namespace.
> >
> > Haskell and Ocaml apparently use a similar scheme.
>
> I have no objections to this - it sounds like a good approach.
>
> Just want to point out that experience from Rust packaging indicates
> that general Debian tooling does a weaker job at dependency resolving
> for vritual packages, which (for Rust libraries) causes breakages of
> reverse dependencies, and may even (not quite sure) lead to breakage of
> testing due to libraries with unsatisfied (dependencies) migrating.


Two remarks:

- Since OCaml used this approach, I also implemented something similar for
Coq packages ;

- Indeed this is quite fragile; I have two scripts for Coq packages [1]:
one to tell me about the deps (I give it which package I have to upgrade
and it gives the list of affected packages by pass) and the other to
generate the migration script (I give it the list of new packages and their
new version and it generates what I have to tell FTP masters), but it's
still pretty painful.

Perhaps if there are several such instances of such package dependency
networks we should try to find a common and efficient solution Debian-wide ?

Cheers,

J.Puydt

[1] https://tracker.debian.org/pkg/dh-coq


Bug#1038692: ITP: ppx-cold -- Provide the @cold annotation for OCaml

2023-06-20 Thread Julien Puydt
Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-Cc: debian-devel@lists.debian.org, Debian OCaml Maintainers 
, jpu...@debian.org

* Package name: ppx-cold
  Version : 0.16.0
  Upstream Contact: opensource-conta...@janestreet.com
* URL : https://github.com/janestreet/ppx_cold
* License : expat
  Programming Lang: OCaml
  Description : Provide the @cold annotation for OCaml
 This package provides the @cold annotation to program in OCaml
 to disable a closure optimisation.

It is a depend of a depend of a depend of a depend for a new version of an
existing package in the OCaml team.

I plan to maintain this package there along with the whole line of deps.

Cheers,

J.Puydt



Re: Restart rsyslog only once after few packages are upgraded

2022-10-26 Thread julien . puydt
Le mercredi 26 octobre 2022 à 11:49 +0200, Jędrzej Dudkiewicz a écrit :
> 
> in its postinstall script. As this causes rsyslog to be restarted a
> few times in a row it sometimes results in rsyslog not functioning.
> 

High-severity issue right there: restarting should just work no matter
what. Instead of trying to limit the number of restarts, I would try to
make them just work!

Cheers,

J.Puydt



Re: Submitting Patches

2022-10-20 Thread julien . puydt
Le vendredi 21 octobre 2022 à 16:47 +1100, Phillip Smith a écrit :
> On Fri, 21 Oct 2022 at 16:30, Julien Puydt 
> wrote:
> > In general they are ; just attach them to a bug report against the
> > package.
> 
> Thanks! Is there a (recommended) tool to do this? I presume the
> recommended `bugreport` tool isn't appropriate for sending patches as
> opposed to actual bugs? I don't seem to be able to get `git
> send-email` to cooperate with the "Package" header that is required
> for submitting via email.


"reportbug" should do what you want as far as I know...

Cheers,

J.Puydt



Re: Submitting Patches

2022-10-20 Thread Julien Puydt
Hi

Le ven. 21 oct. 2022 à 07:28, Phillip Smith  a écrit :

> Apologies if this is the wrong place to be asking this, but my
> Google-fu isn't guiding me to any results... Where/How do I submit
> patches for Debian packages?
>
> I have a small improvement for the iptables-persistent package; I
> cloned the repo and made a patch (attached) on a branch, but it
> appears the public aren't welcome to create accounts on
> salsa.debian.org in order to create merge requests?
>
> Are patches even welcome?
>


In general they are ; just attach them to a bug report against the package.

Thanks for your interest and contribution,

J.Puydt

>


Bug#1021300: ITP: ocaml-uucp -- access properties of Unicode characters

2022-10-05 Thread Julien Puydt
Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-Cc: debian-devel@lists.debian.org, jpu...@debian.org, 
debian-ocaml-ma...@lists.debian.org

* Package name: ocaml-uucp
  Version : 15.0.0
  Upstream Author : Daniel Bünzli 
* URL : https://erratique.ch/software/uucp
* License : ISC
  Programming Lang: OCaml
  Description : access properties of Unicode characters
 This low-deps library gives access to properties of Unicode
 characters of the Unicode character database.

It is a dep of a new dep for ocaml-cohttp. I plan to maintain it within the
Debian OCaml Maintainers team.

Cheers,

J.Puydt


Bug#1021294: ITP: ocaml-uunf -- Unicode text normalization form library

2022-10-04 Thread Julien Puydt
Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-Cc: debian-devel@lists.debian.org, jpu...@debian.org, 
debian-ocaml-ma...@lists.debian.org

* Package name: ocaml-uunf
  Version : 15.0.0
  Upstream Author : Daniel Bünzli 
* URL : https://erratique.ch/software/uunf/
* License : ISC
  Programming Lang: OCaml
  Description : Unicode text normalization form library
 Library to normalize Unicode text, supporting all forms. It is
 independent of IO mechanism or Unicode text data structure,
 and can process text without a complete in-memory representation.

It is a dep of a new dep for ocaml-cohttp. I plan to maintain it within the
Debian OCaml Maintainers team.

Cheers,

J.Puydt


Bug#1021293: ITP: ocaml-uucd -- decode data on Unicode characters off XML

2022-10-04 Thread Julien Puydt
Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-Cc: debian-devel@lists.debian.org, jpu...@debian.org, 
debian-ocaml-ma...@lists.debian.org

* Package name: ocaml-uucd
  Version : 15.0.0
  Upstream Author : Daniel Bünzli 
* URL : https://erratique.ch/software/uucd
* License : ISC
  Programming Lang: OCaml
  Description : decode data on Unicode characters off XML
 This OCaml module decodes data from the Unicode character database
 from their XML representation, to provide high-level access so
 that efficient representations can be extracted.

It's a dep for a new dep for ocaml-cohttp ; I plan to maintain it within the
Debian OCaml Maintainers team.

Cheers,

J.Puydt


Bug#1021269: ITP: ocaml-afl-persistent -- use afl-fuzz in persistent mode

2022-10-04 Thread Julien Puydt
Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-Cc: debian-devel@lists.debian.org, jpu...@debian.org, 
debian-ocaml-ma...@lists.debian.org

* Package name: ocaml-afl-persistent
  Version : 1.3
  Upstream Author : Stephen Dolan 
* URL : https://github.com/stedolan/ocaml-afl-persistent
* License : MIT
  Programming Lang: OCaml
  Description : use afl-fuzz in persistent mode
 Makes it possible to run the afl-fuzz provided by the
 OCaml compiler in persistent mode.

I plan to maintain it within the Debian OCaml Maintainers team ; it's a dep for
a new dep of ocaml-cohttp.

Cheers,

J.Puydt



Bug#1021246: ITP: crowbar -- library to fuzz-test code

2022-10-04 Thread Julien Puydt
Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-Cc: debian-devel@lists.debian.org, jpu...@debian.org, 
debian-ocaml-ma...@lists.debian.org

* Package name: crowbar
  Version : 0.2.1
  Upstream Author : Stephen Dolan 
* URL : https://github.com/stedolan/crowbar
* License : Expat
  Programming Lang: OCaml
  Description : library to fuzz-test code
 It combines the QuickCheck-style property-based testing
 and the bug-finding efficiency of afl-fuzz.


It's a new depend for ocaml-cohttp, and will probably comes with its own deps
itself. I plan to maintain it within the Debian OCaml Maintainers team.

Cheers,

J.Puydt



Re: packages expected to fail on some archs

2022-09-26 Thread Julien Puydt
Hi

Le lun. 26 sept. 2022 à 23:42, Adrian Bunk  a écrit :

>
> If we limit the problem to avoiding build failures in cases that
> upstream does not support, there would be the trivial solution of
> having a package ship Provides like:
> - architecture-is-64bit
> - architecture-is-32bit
> - architecture-is-little-endian
> - architecture-is-big-endian
> - architecture-has-64bit-timet
> -...
>
>   Build-Depends: architecture-is-64bit, architecture-is-little-endian,...
> would be a package that only supports 64bit little endian architectures,
> and that would never be attempted to build on 32bit or big endian
> architectures.
>
> The buildd page would then show for i386:
>   mypackage build-depends on missing:
>   - architecture-is-64bit
>
> Not building a source package on one specific architecture could already
> today be achieved with:
>   Build-Depends: package-is-broken-on-ppc64el [ppc64el],...
>
> This might not be the most elegant solution, but it should be sufficient
> to solve the problem in this thread and it does not require any tool
> changes.
>

I find it both simple and elegant -- and it's probably pretty efficient too.

Perhaps there should be a conventional naming scheme for such virtual
packages ; say deb-missing-feature, deb-unsupported-architecture or some
such?

J.Puydt

>


Re: Q: uscan with GitHub

2022-09-19 Thread julien . puydt
Hi,

Le lundi 19 septembre 2022 à 20:50 +0900, Hideki Yamane a écrit :
> 
>  Recent changes in GitHub releases pages, I cannot check upstream
> version with uscan. How do you deal with it?

It's not that recent ; here is a working example:

version=4
opts="\
dversionmangle=s/\+dfsg.*$//,\
filenamemangle=s/.+\/[vV]?(\d\S+)\.tar\.gz/coq-$1\.tar\.gz/,\
repack,repacksuffix=+dfsg,\
" \
https://github.com/coq/coq/tags .*/[vV]?(\d[^\s+]+)\.tar\.gz


Cheers,

J.Puydt



Re: Automatic trimming of changelogs in binary packages

2022-08-19 Thread julien . puydt
Le vendredi 19 août 2022 à 09:04 +0200, Fabio Fantoni a écrit :
> Il 19/08/2022 03:01, Paul Wise ha scritto:
> > On Thu, 2022-08-18 at 21:18 +0200, Gioele Barabucci wrote:
> > 
> > > Does anybody have objective objections against activating
> > > automatic
> > > changelog trimming in binary packages?
> > Before we consider enabling this by default, first we need a way
> > for
> > `apt changelog` to download the full changelog rather than loading
> > the
> > changelog from /usr/share/doc in the currently installed package.
> > 
> > Otherwise people who want to look at the full changelog for the
> > currently installed version of the package will have no easy way to
> > do
> > so. They will have to manually find it instead, which isn't exactly
> > an
> > easy process if you do not know where the changelogs are stored
> > online.
> > 
> Hi, I also used the changelog many times both in the packages I
> maintain 
> and in the one I only use, in some cases a very old changelog entries
> was needed.

As long as "apt-get source" gives the whole d/changelog as well as
d/rules, d/control and everything, I think this objection is out.

Why put rarely-used information in each and every installation of our
_users_?

Cheers,

J.Puydt



Re: Coq packages in Debian : difficult transitions

2022-08-07 Thread julien . puydt
Hi,

Le lundi 01 août 2022 à 14:20 +0200, Joachim Breitner a écrit :
> 
> it looks like you re-created the setup that the Haskell and Ocaml
> packages use, with the provides/depends and hashes.
> 

Yes, dh-ocaml was a great help. I learned Perl to write dh-coq...

> We have a tool that produces a file with the necessary commands to
> pass to wanna-build, see for example in 
> https://people.debian.org/~iliastsi/binNMUs-haskell.txt
> 
> I used to produce a file like this for Ocaml, but it’s gone since I
> disabled my account. It’s configured via a simple regex,
> libghc-(.*)-dev-([0-9.]+)-([0-9a-f]{5})
> in the case of Ocaml.
> 
> The source code is at 
> https://salsa.debian.org/haskell-team/tools/-/tree/master/binnmus
> 
> It may be useful to you too

The source code is very complex, and it looks like it can get the
hashes of the new packages -- something I'm incapable of doing! Indeed
that would mean building the whole stack on all architectures so the
computations happen. Indeed the hashes I have are arch-dependent...

I tried to write a simpler version, which might still be valuable ;
here is the wanna-build script I would get if I wanted to upload coq-
elpi 1.15.5-1 to unstable:

./wanna-build.py coq-elpi 1.15.5-1

 nmu coq-hierarchy-builder_1.3.0-1 . ANY . -m 'Rebuild due to new coq-
elpi 1.15.5-1'
 dw coq-hierarchy-builder_1.3.0-1 . ANY . -m 'coq-elpi => 1.15.5-1'
 nmu mathcomp-algebra-tactics_1.0.0-6+b1 . ANY . -m 'Rebuild due to new
coq-elpi 1.15.5-1'
 dw mathcomp-algebra-tactics_1.0.0-6+b1 . ANY . -m 'coq-elpi => 1.15.5-
1'
 nmu mathcomp-analysis_0.5.2-2 . ANY . -m 'Rebuild due to new coq-elpi
1.15.5-1'
 dw mathcomp-analysis_0.5.2-2 . ANY . -m 'coq-elpi => 1.15.5-1'
 dw mathcomp-analysis_0.5.2-2 . ANY . -m 'coq-hierarchy-builder =>
1.3.0-1+b1'

does that look correct?

How are automatic transitions generated? It would probably be much more
efficient if I could provide scripts to automatically provide
transition scripts such as above: they would only need to change when
the list of Coq-related packages changes.

Cheers,

J.Puydt




Re: Coq packages in Debian : difficult transitions

2022-08-03 Thread julien . puydt
Hi,

Le lundi 01 août 2022 à 14:20 +0200, Joachim Breitner a écrit :
> 
> Am Sonntag, dem 31.07.2022 um 12:33 +0200 schrieb
> julien.pu...@gmail.com:
> > I have a little script that tells me the following packages needs
> > to be
> > rebuilt when a transition has to be done ; for example:
> > 
> > $ ./planif_transition.py mathcomp-finmap
> > mathcomp-finmap
> > mathcomp-analysis mathcomp-multinomials
> > coqeal
> > 
> > (the lines are meaningful: same line means parallel build is
> > possible)
> > 
> > So far, so good. But managing transitions is pretty annoying:
> > 
> > (1) The checksums are arch-dependent, which is annoying to write
> > ben
> > transition scripts. I just need to trigger builds in the right
> > order.
> > How do I tackle it?
> > 
> > (2) The other C-style lib* packages don't need maintainers to write
> > transitions: the automatic ones just work. How can I have libcoq-*
> > packages work like this?
> > 
> 
> it looks like you re-created the setup that the Haskell and Ocaml
> packages use, with the provides/depends and hashes.
> 

Yes, dh-ocaml has been a great inspiration. I didn't know any Perl
before...

> We have a tool that produces a file with the necessary commands to
> pass to wanna-build, see for example in 
> https://people.debian.org/~iliastsi/binNMUs-haskell.txt
> 
> I used to produce a file like this for Ocaml, but it’s gone since I
> disabled my account. It’s configured via a simple regex,
> libghc-(.*)-dev-([0-9.]+)-([0-9a-f]{5})
> in the case of Ocaml.
> 
> The source code is at 
> https://salsa.debian.org/haskell-team/tools/-/tree/master/binnmus
> 
> It may be useful to you too

Yes ; as I mentioned I have a tool that prints the steps to follow to
rebuild, so I might be able to make it evolve to produce wanna-build
scripts.

Cheers,

J.Puydt



Re: Coq packages in Debian : difficult transitions

2022-08-03 Thread julien . puydt
Le dimanche 31 juillet 2022 à 12:43 +0200, Sebastian Ramacher a écrit :
> On 2022-07-31 12:33:35 +0200, julien.pu...@gmail.com wrote:
> > Hi,
> > 
> > I tried to ask on debian-release because it seemed more sensible
> > but didn't get feedback. [1]
> 
> Please file a transition bug. The mailing list has a high volume and
> non-bug mails may be overlooked.

Bug 1016416, but that doesn't look that efficient.

J.Puydt



Re: Coq packages in Debian : difficult transitions

2022-07-31 Thread julien . puydt
Le dimanche 31 juillet 2022 à 12:43 +0200, Sebastian Ramacher a écrit :
> On 2022-07-31 12:33:35 +0200, julien.pu...@gmail.com wrote:
> > Hi,
> > 
> > I tried to ask on debian-release because it seemed more sensible
> > but
> > didn't get feedback. [1]
> 
> Please file a transition bug. The mailing list has a high volume and
> non-bug mails may be overlooked.

Well, I would file a bug for a specific transition, but first I would
like to discuss how to handle transitions for Coq-related packages in
general.

Cheers,

J.Puydt



Coq packages in Debian : difficult transitions

2022-07-31 Thread julien . puydt
Hi,

I tried to ask on debian-release because it seemed more sensible but
didn't get feedback. [1]

The Coq-related packages have a habit of breaking their ABI with almost
each upload, and until recently that meant broken user configurations:
installed packages stopped working because of an upgraded package down
the dependency line.

A few weeks ago, I wrote dh-coq. Basically, the idea is that the
src:coq-foo package builds a binary libcoq-foo package, which declares
it provides a libcoq-foo-1984az package, and when src:coq-bar builds
libcoq-bar, dh-coq makes it depend on libcoq-foo-1984az. When the next
upload provides libcoq-foo-d04ab7, apt won't install it because it
would break libcoq-bar: that finer-grained Depends/Provides
organisation means user systems don't get broken. I migrated all Coq-
related packages to this.

Now I took care of user comfort comes the time for mine: I need to
handle transitions correctly.

I have a little script that tells me the following packages needs to be
rebuilt when a transition has to be done ; for example:

$ ./planif_transition.py mathcomp-finmap
mathcomp-finmap
mathcomp-analysis mathcomp-multinomials
coqeal

(the lines are meaningful: same line means parallel build is possible)

So far, so good. But managing transitions is pretty annoying:

(1) The checksums are arch-dependent, which is annoying to write ben
transition scripts. I just need to trigger builds in the right order.
How do I tackle it?

(2) The other C-style lib* packages don't need maintainers to write
transitions: the automatic ones just work. How can I have libcoq-*
packages work like this?

Cheers,

J.Puydt

[1] https://lists.debian.org/debian-release/2022/07/msg00373.html



Re: Bug#1014908: ITP: gender-guesser -- Guess the gender from first name

2022-07-14 Thread julien . puydt
Hi,

Le jeudi 14 juillet 2022 à 14:16 +0200, Marc Haber a écrit :
> On Thu, 14 Jul 2022 12:54:52 +0100, Steve McIntyre 
> wrote:
> > And I see you uploaded ~immediately - why even bother with an ITP?
> 
> Is it proper procedure to upload without an ITP?
> 

No ; I have to admit a large percentage of the new packages I upload
get their ITP minutes before the package is ready.

Basically: I wait for the bug number before pushing to salsa & NEW.

Cheers,

J.Puydt



Re: questionable massive auto-removal: buggy deps nvidia-graphics-drivers-tesla-470

2022-06-28 Thread julien . puydt
Le mardi 28 juin 2022 à 16:17 -0400, Scott Talbert a écrit :
> On Tue, 28 Jun 2022, julien.pu...@gmail.com wrote:
> > 
> > Wild guess: were your new uploads _*source-only*_ ?
> 
> I looked at a couple of them and they were (source all) so that does 
> appear to be the problem.  All uploads need to be source-only (since 
> bullseye?).

Except uploads to NEW... which isn't 100% logical in my opinion.

Cheers,

J.Puydt



Re: questionable massive auto-removal: buggy deps nvidia-graphics-drivers-tesla-470

2022-06-28 Thread julien . puydt
Le mardi 28 juin 2022 à 22:08 +0200, Bastian Venthur a écrit :
> Hi,
> 
> sorry I didn't follow the conversation but it seems that all my
> Python 
> packages are still not migrating to testing and I don't really 
> understand how to fix it. The error I see consistently in my Python 
> packages is:
> 
>  > Issues preventing migration:
>  > Not built on buildd: arch all binaries uploaded by venthur, a new
>  > source-only upload is needed to allow migration
> 
> I've re-uploaded all packages a few days ago, but the error is still
> the same.

Wild guess: were your new uploads _*source-only*_ ?

Cheers,

J.Puydt



Re: guile-cairo

2022-06-15 Thread julien . puydt
Le mercredi 15 juin 2022 à 11:11 +0300, Tommi Höynälänmaa a écrit :
> ke, 2022-06-15 kello 09:55 +0200, julien.pu...@gmail.com kirjoitti:
> > 
> > Let your new package migrate to testing, since it's that one which
> > doesn't have the autoremoval issue?
> 
> I'm not sure I understand what you mean. The Guile 2.2 dependency
> issue is solved in the new package guile-cairo 1.11.2-5, which should
> not be autoremoved. The new package should migrate to testing in a
> few days.
> 

The autoremoval from testing concerns the old package, which does
depend on guile 2.2.

Normally your new package should migrate to testing before the old one
gets kicked out.

Don't worry!

J.Puydt



Re: guile-cairo

2022-06-15 Thread julien . puydt
Le mercredi 15 juin 2022 à 10:29 +0300, Tommi Höynälänmaa a écrit :
> 
> I recently received e-mail that package guile-cairo is to be
> autoremoved 2022-07-09. The reason is that it depended on guile 2.2.
> However, I made new version guile-cairo-1.11.2-5 that depends only on
> guile 3.0. What shall I do in order to cancel the autoremoval?

Let your new package migrate to testing, since it's that one which
doesn't have the autoremoval issue?

Cheers,

J.Puydt



Re: Python installation paths

2022-06-02 Thread julien . puydt
Le jeudi 02 juin 2022 à 14:31 -0500, Richard Laager a écrit :
> 
> There are a couple different ways to do Python to C. I think the
> terms are CFFI (or FFI or ctypes, maybe some of those are different
> though?) vs CPython extension, but I'm not 100% certain of that.

May I suggest debian-pyt...@lists.debian.org as a better venue to
discuss packaging Python software for Debian ?

Cheers,

J.Puydt



Re: Re: questionable massive auto-removal: buggy deps nvidia-graphics-drivers-tesla-470

2022-05-27 Thread Julien Puydt
Hi

Le ven. 27 mai 2022 à 09:27, Andreas Tille  a écrit :

> Am Thu, May 26, 2022 at 08:47:20AM +0200 schrieb Nilesh Patra:
> > Would it be possible to manually remove this item from the list that
> generates
> > autoremovals?
>
> ... or generate a blacklist of packages that should not trigger those
> removals.
>
> The autoremoval warnings are pretty helpful in general but if I'm forced
> to mass
> remove this subject from my mailbox I might loose other sensible
> autoremoval
> warnings.
>

Or the removal watcher could have a cap on the number of warnings it sends
per sensible period of time. If it exceeds this number, it sends a special
warning that something is amiss to debian-devel, so we still get to know
something is going wrong.

One message to say "I was supposed to send 31415 warnings today" is
definitely better than 31415 false-positive warnings...

Cheers,

J.Puydt

>


Re: questionable massive auto-removal: buggy deps nvidia-graphics-drivers-tesla-470

2022-05-26 Thread julien . puydt
Le jeudi 26 mai 2022 à 09:32 +0300, Timo Lindfors a écrit :
> 
> On 5/24/22 21:34, Paul Gevers wrote:
> > https://bugs.debian.org/1011268 (but apparently my first assumption
> > was wrong and it's another bug, most likely Simon was right.
> 
> Thanks for the link. I was quite puzzled this morning when I saw
> several removals messages.

Several is an understatement... it's pouring in.

Perhaps the autoremoval watch could *STOP* sending mails until the
problem is fixed?!

Cheers,

J.Puydt



Re: popularity-contest: support for XB-Popcon-Reports: no

2022-05-04 Thread julien . puydt
Le mercredi 04 mai 2022 à 10:12 -0700, Russ Allbery a écrit :
> Bill Allombert  writes:
> 
> > I plan to add support for 'XB-Popcon-Reports: no' to popularity-
> > contest.
> > This allows to build packages with private names that will not be
> > reported to popcon, by adding 'XB-Popcon-Reports: no' to
> > debian/control.
> > This must not used by packages in the debian archive, however that
> > can
> > be used by packages generators that create packages with randomly
> > generated names (package names that include 128bit uuid for
> > examples) or
> > by organizations that generates packages for internal use whose
> > name
> > include the organization name.
> 
> > The rationale is that the only info really leaked is the package
> > name,
> > so it only make sense to hide a package if every system that have
> > it
> > installed are also hiding it, so it is better to make it a property
> > of
> > the package than of the system.
> 
> > Any comment ?
> 
> This sounds like a good idea to me.
> 

I do see the need.

> Using an additional binary package control field felt weird to me,
> and I wanted to believe there was some better place to put this
> information rather than introducing yet another boolean control
> field, but after thinking about it for a bit, I couldn't think of any
> better place that made much sense.

If there's a growing list of boolean control fields, isn't it the
indication that some sort of tagging system might make more sense?

Instead of three lines:

XB-Popcon-Reports: no
Rules-Requires-Root: yes
Pants-Need-Washing: yes

The same package could use a single line:

Tags: no-popcon-reports, rules-needs-root, pants-need-washing

(aside: by default rules doesn't need root... that would make one not-
very-useful line less in so many packages!)

Some of our tools might provide easy queries to the feature:

$ apt-cache has-tag rules-needs-root my-beautiful-package

$ apt-cache list-tags my-beautiful-package

Cheers,

J.Puydt



Re: No mips64el porterbox?

2022-03-01 Thread Julien Puydt
Le mardi 01 mars 2022 à 10:34 +0100, Sebastiaan Couwenberg a écrit :
> On 3/1/22 10:28, Julien Puydt wrote:
> > Is there really no mips64el porterbox, or is it only a transitory
> > situation?
> 
> eller.debian.org has mips64el chroots.
> 

How do I use one of those and not a mipsel one? I'm using
https://dsa.debian.org/doc/schroot/ as usual, and it looks like I'm
getting a mipsel and not mips64el...

Thanks,

J.Puydt



No mips64el porterbox?

2022-03-01 Thread Julien Puydt
Hi,

one of my package has a failure on mips64el and upstream is ready to
help me find the cause and debug the issue.

Unfortunately, on https://db.debian.org/machines.cgi I only see five
developer machines on this architecture -- all buildd!

Is there really no mips64el porterbox, or is it only a transitory
situation?

Cheers,

J.Puydt



Re: Legal advice regarding the NEW queue

2022-02-05 Thread Julien Puydt
Le samedi 05 février 2022 à 15:07 +, Andrew M.A. Cater a écrit :
> There's a huge amount of software that's undistributable: Debian's
> good faith attempt to review this is one of the crucial arguments I
> have with $DAYJOB about the benefits of a curated distribution,
> however fallible we may be.

That is a strong point and a main difference in quality with other
distributions.

> I think we should use automated tools where available, query with
> upstream where practicable, and continue doing what we're doing as
> far as possible, in my humble opinion.

I would see the screening like this:

- only source uploads are allowed (NEW and all) ;

- automatic building of binary packages ;

- automatic tools try to find problems (licensing and all) ;

- as a last step, human checks for license issues in NEW and randomly
on existing packages. At least if they have seen updates since their
NEW review -- I'm wondering how many packages are a one-time shot?

> Reproducible builds and DEP-5 / SPDX are also crucial in improving
> everyone's quality - I don't see commercial/enterprise distributions
> doing this valuable public service but I very much value the fact
> that Debian does it, for example.

I would add our network of buildd/porterbox to the list of good things
we can boast about.

Cheers,

J.Puydt



IPv6-only testing

2022-02-04 Thread Julien Puydt
Hi,

I got an RC bug on python-anyio, because its testsuite fails when run
on an IPv6-only host [1].

I pushed the issue upstream, and upstream has a patch proposal [2].

Now comes the question: how do I test this patch?

Cheers,

J.Puydt

[1] https://bugs.debian.org/1004461
[2] https://github.com/agronholm/anyio/issues/417



Re: uscan roadmap

2021-12-02 Thread Julien Puydt
Hi

Le jeu. 2 déc. 2021 à 11:36, Yadd  a écrit :

>
> Another idea to have a compromise:
>   * uscan is released with versioned schemes (GitHub.json, sf.json,...)
>   * when launched, it tries to download new version from a new Debian API
> (static json files)
> * if no response or no new version, uscan uses its own scheme or a
>   previously downloaded update (verifying signature)
> * if a new version is available from new redirector:
>   * it verifies GPG signature of new scheme
> * if not OK, it warns and uses cached scheme
> * if OK, it stores it with signature in ~/.cache/uscan/schemes
>

What I don't like is that it will need time to check new profiles on a
central site, which looks like an invitation for DoS situations.

I propose a variation of this: an explicit
"uscan --update" will update the profiles, and all other calls will use the
known profiles.

Cheers,

J. Puydt


Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-10 Thread Julien Puydt
Hi

Le sam. 9 oct. 2021 à 18:52, Jonas Smedegaard  a écrit :

> Quoting Julien Puydt (2021-10-09 18:48:07)
> > Hi
> >
> > Le sam. 9 oct. 2021 à 17:40, Jeremy Stanley  a écrit
> :
> >
> > > On 2021-10-09 08:53:57 +0200 (+0200), Yadd wrote:
> > > [...]
> > > > If you really consider minified files as binary, there's a room
> > > > for creating a lot of RC bugs
> > >
> > > The more appropriate question is whether Debian considers minified
> > > files to be source code, or a compiled form. To needlessly quote
> > > DFSG §2: "The program must include source code, and must allow
> > > distribution in source code as well as compiled form."
> > >
> >
> > Minified code isn't code in a form meant/supposed to be modified by
> > hand, so it's not source code.
>
> Right.  But stating that is not helping much.
>
> It is not source code.
>
> It is not binary code.
>

It was helping: it's definitely binary code, since it's not source code!

There was the case years ago of the smarteiffel compiler. It was supposed
to be open source, but upstream only released C code. And that was bad,
because it wasn't what *they* worked with: they had eiffel sources, and the
C code was preprocessed and didn't allow/permit bootstrapping. It took some
discussion to convince them to release the true sources.

The situation is the same here: minified code isn't source. Trying to claim
it's not really binary because it's JavaScript and not some bytecode (for a
virtual or actual hardware) is disingenuous.

If that's not what developer work with, that's not source, end of the
discussion.

Cheers,

J. Puydt

>


Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-09 Thread Julien Puydt
Hi

Le sam. 9 oct. 2021 à 17:40, Jeremy Stanley  a écrit :

> On 2021-10-09 08:53:57 +0200 (+0200), Yadd wrote:
> [...]
> > If you really consider minified files as binary, there's a room for
> > creating a lot of RC bugs
>
> The more appropriate question is whether Debian considers minified
> files to be source code, or a compiled form. To needlessly quote
> DFSG §2: "The program must include source code, and must allow
> distribution in source code as well as compiled form."
>

Minified code isn't code in a form meant/supposed to be modified by hand,
so it's not source code.

J. Puydt

>


Re: uscan upstream version: padding zero to the left with elegance?

2021-09-20 Thread Julien Puydt
Le lundi 20 septembre 2021 à 11:11 +0200, Markus Frosch a écrit :
> 
> I would keep using the versioning style of upstream.
> 
> dpkg and uscan should be pretty much fine with this:
> 
> $ dpkg --compare-versions 2021.8.23 eq 2021.08.23; echo $?
> 0

Oh, you mean 2021.9.9 won't be seen as the last of the century?

Cheers,

J.Puydt



uscan upstream version: padding zero to the left with elegance?

2021-09-20 Thread Julien Puydt
Hi,

I'm having an issue with an upstream where the latest git tag is
v2021.8.23 ; I would have liked them to (also) tag v2021.08.23, but
that won't happen.

So I need some uversionmangle magic.

I know how to get the parts $1=2021, $2=8 and $3=23, but I don't know
how to say $2 ($3 will need a similar adjustment) should be padded with
zeros to the left for a length of two -- it *should* be pretty
straightforward.

I tried looking:
- in the manpage for uscan ;
- in uscan's source code ;
- on codesearch for examples ;
- on internet for perl examples ;
but didn't find anything conclusive for use in a d/watch file.

The exceedingly inelegant but working (as far as I know!) trick I came
up with is:

uversionmangle=s/v?([\d]+)\.([\d]+)\.([\d]+).*/$1.0$2.0$3/;s/([\d]+)\.[
\d]*(\d\d)\.[\d]*(\d\d)/$1.$2.$3/

and I don't like it -- at all!

Does someone have better?

Cheers,

J.Puydt



Re: Thanks and Decision making working group (was Re: General Resolution: Statement regarding Richard Stallman's readmission to the FSF board result)

2021-04-19 Thread Julien Puydt
Le lundi 19 avril 2021 à 14:05 +0100, Jonathan Dowland a écrit :
> On Mon, Apr 19, 2021 at 11:30:48AM +0800, Benda Xu wrote:
> > The winning option "Debian will not issue a public statement on
> > this
> > issue" implies that the majority of DDs is not interested in such
> > non-technical affairs.
> 
> The vote in fact shows the opposite.  That interpretation of the
> result
> would be true if the majority of people voted for that as their first
> preference. They did not: it was the most-agreed upon preference
> between
> two ideologically opposite factions. The majority of voting DDs
> expressed a strong preference one way or the other.

All sides agreed Debian was not the right place to fight on such a
matter.

Let's move on.

JP



Re: Cancel "culture" is a threat to Debian

2021-03-30 Thread Julien Puydt
Hi

Le mar. 30 mars 2021 à 12:49, Gard Spreemann  a écrit :

>
> In order to calibrate what is considered merely "a foolish thing said"
> from your perspective, I feel a need to ask: what is, from your
> perspective, the least of the sufficiently bad things that a person can
> do in order for Debian to officially call out said person's behavior?
> What is (roughly) the smallest offense that *you* would consider too bad
> for Debian to accept?


You're asking the wrong question: should Debian do anything about people
outside doing things outside?

Now, if Debian does things with the FSF, then we can ask whether to go on
or not, and that is a relevant issue. And let's be clear : the question is
"go on or stop that specific common thing", not "ask the FSF to do whatever
we want".

JP


Re: doubt with autopkgtest for javascript packages

2020-11-09 Thread Julien Puydt
Le lundi 09 novembre 2020 à 21:08 +, Sudip Mukherjee a écrit :
> I have attached the list.
> Do you want me to add them in my MBF list and raise bug reports for
> them?

If I remember well, I'm the main culprit behind those, and I'll refresh
them -- probably at the end of the week:

node-ast-types
node-es5-shim
node-esprima-fb
node-mocha-lcov-reporter
node-posix-getopt
node-regenerate
node-stringmap
node-unicode-canonical-property-names-ecmascript
node-unicode-property-aliases-ecmascript
node-unicode-property-value-aliases

Cheers,

JP



Re: How does one package a multirepo project?

2020-10-20 Thread Julien Puydt
Le mardi 20 octobre 2020 à 18:00 +0200, Jonas Smedegaard a écrit :
> > > - bad: the tarball contains the whole sources (no repack) ;
> > > - bad: the bare checkout isn't cleared.
> > 
> > Still current.
> 
> Please file bugreports about concrete weaknesses of Debian tools.
> 
> If you are still asking a question here, then I recommend to make
> that more explicit.

The lack of repack was because I had empty lines ; this problem is
fixed, and was coming from me.

The fact that the bare checkout stays after uscan has run is probably a
bug. Is it supposed to stay around?

JP



Re: How does one package a multirepo project?

2020-10-20 Thread Julien Puydt
Le lundi 19 octobre 2020 à 10:06 +0200, Jonas Smedegaard a écrit :
> You might find some inspiration in the source package 
> jsbundle-web-interfaces which uses version type "group" and
> mode=git, 
> and sets individual version numbers for each binary package.
> 
> Another example is matrix-mirage where one component is fixed at a 
> specific release.

I tried quite a few things today, and didn't get anywhere useful. If I
use as d/watch:

version=4
  
opts=component=algorithm,mode=git,\
uversionmangle=s/(.*)/algorithm-$1/ \
https://github.com/jupyterlab/lumino \
refs/tags/@lumino/algorithm@@ANY_VERSION@ group

then I get a lumino_algorithm-1.3.3.orig-algorithm.tar.xz and its
content looks good. But if my d/watch lists the first two components
I'm interested in :

version=4

opts=component=algorithm,mode=git,\
uversionmangle=s/(.*)/algorithm-$1/ \
https://github.com/jupyterlab/lumino \
refs/tags/@lumino/algorithm@@ANY_VERSION@ group

opts=component=application,mode=git,\
uversionmangle=s/(.*)/application-$1/ \
https://github.com/jupyterlab/lumino \
refs/tags/@lumino/application@@ANY_VERSION@ group

then I get the first tarball right, but then uscan dies :

Successfully repacked ../lumino-algorithm-1.3.3.tar.xz as
../lumino_algorithm-1.3.3.orig-algorithm.tar.xz, deleting 443 files
from it.
fatal: not a valid object name: refs/tags/@lumino/application@1.11.0
uscan die: git archive failed at
/usr/share/perl5/Devscripts/Uscan/Output.pm line 58.

and if in the two-components d/watch I s/application/coreutils/g, I
*do* get two tarballs!

Notice that in any case the git bare repository has a name of the form
lumino-temporary..git, where it looks like the number is
increasing with time. That is probably (I'm not sure) bad : not all of
the components need the same thing, and in the triple component-
version-commit, for example, two components could have the same version
and still need different commits!

I'm still trying to know if the problem is sitting on the chair (I'm a
bit tired these days) or if the tool is not up to the job.

In any case : help! I need somebody. Help! Not just anybody...

JP



Re: How does one package a multirepo project?

2020-10-20 Thread Julien Puydt
Le mardi 20 octobre 2020 à 10:02 +0200, Julien Puydt a écrit :
> Hi,
> 
> Le lundi 19 octobre 2020 à 20:03 +, PICCA Frederic-Emmanuel a
> écrit :
> > what about the git mode of uscan
> > 
> > then you would have all the tags ?
> 
> Ah, yes, I had forgotten that!
> 
> I tried with a simpler version (one component), and my d/watch is :
> 
> version=4
> 
> opts=\
> component=algorithm,\
> dversionmangle=auto,repacksuffix=+ds,mode=git,compression=gzip,\
> filenamemangle=s/lumino-(@ANY_VERSION@@ARCHIVE_EXT@)/lumino-
> algorithm-
> $1/ \
> https://github.com/jupyterlab/lumino \
> refs/tags/@lumino/algorithm@@ANY_VERSION@ group
> 
> with d/copyright having (on a single line) :
> 
> Files-Excluded-algorithm: api-extractor-base.json CONTRIBUTING.md
> examples lerna.json notebooks package.json RELEASE.md review
> yarn.lock
> packages/application packages/collections packages/commands
> packages/coreutils packages/datagrid packages/datastore
> packages/default-theme packages/disposable packages/domutils
> packages/dragdrop packages/keyboard packages/messaging
> packages/polling
> packages/properties packages/signaling packages/virtualdom
> packages/widgets
> 
> The result is :

> - bad: the name lumino-1.3.3.tar.gz for the tarball is not correct ;

uversionmangle=s/(.*)/algorithm-$1/,\

got me out of this!

> - bad: the tarball contains the whole sources (no repack) ;
> - bad: the bare checkout isn't cleared.

Still current.

JP




Re: How does one package a multirepo project?

2020-10-20 Thread Julien Puydt
Hi,

Le lundi 19 octobre 2020 à 20:03 +, PICCA Frederic-Emmanuel a
écrit :
> what about the git mode of uscan
> 
> then you would have all the tags ?

Ah, yes, I had forgotten that!

I tried with a simpler version (one component), and my d/watch is :

version=4

opts=\
component=algorithm,\
dversionmangle=auto,repacksuffix=+ds,mode=git,compression=gzip,\
filenamemangle=s/lumino-(@ANY_VERSION@@ARCHIVE_EXT@)/lumino-algorithm-
$1/ \
https://github.com/jupyterlab/lumino \
refs/tags/@lumino/algorithm@@ANY_VERSION@ group

with d/copyright having (on a single line) :

Files-Excluded-algorithm: api-extractor-base.json CONTRIBUTING.md
examples lerna.json notebooks package.json RELEASE.md review yarn.lock
packages/application packages/collections packages/commands
packages/coreutils packages/datagrid packages/datastore
packages/default-theme packages/disposable packages/domutils
packages/dragdrop packages/keyboard packages/messaging packages/polling
packages/properties packages/signaling packages/virtualdom
packages/widgets

The result is :
- good: a bare checkout is made ;
- good: a tarball gets generated ;
- bad: the name lumino-1.3.3.tar.gz for the tarball is not correct ;
- good: the symlink to lumino_1.3.3.orig-algorithm.tar.gz looks better
- bad: the tarball contains the whole sources (no repack) ;
- bad: the bare checkout isn't cleared.

Here is the end of running "LANG=C uscan -v" :
uscan info: Upstream URL(+tag) to download is identified as
https://github.com/jupyterlab/lumino refs/tags/@lumino/algorithm@1.3.3
uscan info: Filename (filenamemangled) for downloaded file: lumino-
1.3.3.tar.gz
uscan: Newest version of algorithm on remote site is 1.3.3, local
version is 0~O
uscan:  => Newer package available from
=> https://github.com/jupyterlab/lumino
refs/tags/@lumino/algorithm@1.3.3
uscan info: Downloading upstream package: lumino-1.3.3.tar.gz
Cloning into bare repository '../lumino-temporary.277930.git'...
remote: Enumerating objects: 442, done.
remote: Counting objects: 100% (442/442), done.
remote: Compressing objects: 100% (303/303), done.
remote: Total 442 (delta 166), reused 258 (delta 112), pack-reused 0
Receiving objects: 100% (442/442), 614.72 KiB | 1.91 MiB/s, done.
Resolving deltas: 100% (166/166), done.
uscan info: Successfully downloaded package: lumino-1.3.3.tar.gz
uscan info: Start checking for common possible upstream OpenPGP
signature files
uscan info: End checking for common possible upstream OpenPGP signature
files
uscan info: Missing OpenPGP signature.
uscan info: New orig.tar.* tarball version (oversionmangled): 1.3.3
uscan info: Launch mk-origtargz with options:
   --package lumino --version 1.3.3 --repack-suffix +ds --component
algorithm --compression gzip --directory .. --copyright-file
debian/copyright ../lumino-1.3.3.tar.gz
Successfully symlinked ../lumino-1.3.3.tar.gz to ../lumino_1.3.3.orig-
algorithm.tar.gz.
uscan info: New orig.tar.* tarball version (after mk-origtargz): 1.3.3
uscan warn: rename ../lumino_1.3.3.orig-algorithm.tar.gz to
../lumino_1.3.3.orig-algorithm.tar.gz
Use of uninitialized value in string eq at
/usr/share/perl5/Devscripts/Uscan/WatchFile.pm line 451.
uscan info: Scan finished

(I think that "Use of uninitialized value ..." is just a warning since
the log doesn't end there)

What do I still miss?

JP



Re: How does one package a multirepo project?

2020-10-19 Thread Julien Puydt
Hi,

Le lundi 19 octobre 2020 à 11:51 +0200, Julien Puydt a écrit :
> Even in that case, will uscan see the tag subpackage42/3.14 on
> github?
> In my experience, it only sees a handful of last tags, so it will see
> the releases of something like subpackage1/* to subpackage23/*, but
> not the other ones. For example, it doesn't see the last ipywidgets
> release 7.5.1's tag, so I had to download it by hand before calling
> gbp import-orig.

My experiments on uscan have given me the impression:

(1) that if there are too many tags, some aren't seen (github only
gives a list of ten by default) ;

(2) that if one components appears tagless, nothing is done.

Notice that it's possible to get more tags by (and that's what clicking
"Next" does) :

https://github.com/jupyterlab/lumino/tags?after=%40lumino%2Fapplication%401.11.0

so perhaps there's a trick to get more tags at once...

Cheers,

JP



Re: How does one package a multirepo project?

2020-10-19 Thread Julien Puydt
Hi,

Le lundi 19 octobre 2020 à 20:33 +0200, Jonas Smedegaard a écrit :
> Quoting Julien Puydt (2020-10-19 19:27:11)
> > Am I getting somewhere with today's tools? Can someone propose a
> > nicer way in the future?
> 
> My apologies for mistaking the scope of your question.

And my apologies for not being very clear in the first place. :-)

Thanks,

JP



Re: How does one package a multirepo project?

2020-10-19 Thread Julien Puydt
Hi,

Le lundi 19 octobre 2020 à 12:15 +0200, Jonas Smedegaard a écrit :
> Quoting Pirate Praveen (2020-10-19 12:01:47)
> > On 2020, ഒക്‌ടോബർ 19 12:45:28 PM IST, Julien Puydt 
> >  wrote:
> > > I was trying to update the ipywidgets package. It once had a
> > > quite 
> > > normal upstream, but then things went wild, if not stellar :
> > > they 
> > > went monorepo.
> > ...
> > > So basically my question is the one in the mail subject : how
> > > does 
> > > one package a multirepo project?
> > > 
> > 
> > Look at node-rollup-plugin-* packages. The source packages will
> > have a 
> > lot of duplication. I think uscan should provide an option to
> > include 
> > only specific directories when repacking to make handling
> > monorepos 
> > easier.
> 
> To strip upstream content completely from Debian redistribution, use 
> Files-Excluded-foo: in topmost section of debian/copyright - see 
> jsbundle-web-interfaces for an example of that.
> 
> To strip upstream content from entering the Debian git while still 
> getting redistributed - notably to avoid upstream git hints from
> messing 
> with a different use of git in Debian - use git-buildpackage and its 
> --filter option.  Again, jsbundle-web-interfaces is an example of
> that.

If I try to use the following script to update my d/copyright and
create a d/watch (I haven't any yet).

project = 'lumino'
github = f'https://github.com/jupyterlab/{project}'
packages = ['algorithm', 'application', 'collections', 'commands',
'coreutils', 'datagrid', 'datastore', 'default-theme',
'disposable', 'domutils', 'dragdrop', 'keyboard',
'messaging', 'polling', 'properties', 'signaling',
'virtualdom', 'widgets']

# In the real world, the following list of names is the result of:
#
# from os import listdir
# names = listdir('.')
#
# FIXME: since I don't have a main, where do I get CHANGELOG.md,
LICENSE.md and README.md from?
# WORKAROUND: edit by hand one of the components to let it get those
files!
#
names = ['api-extractor-base.json', 'CHANGELOG.md', 'CONTRIBUTING.md',
'examples',
 'lerna.json', 'LICENSE', 'notebooks', 'package.json',
'packages',
 'README.md', 'RELEASE.md', 'review' 'yarn.lock']

print('\n   d/copyright\n==
==\n')
for package in packages:
chunks = []
for name in names:
if name != 'packages' and name != 'debian':
chunks.append(name)
for other in packages:
if other != package:
chunks.append(f'packages/{other}')
print(f'Files-Excluded-{package}: ' + ' '.join(chunks)+'\n')

print('\n d/watch\n
\n')
chunks = []
for package in packages:
chunk = 'opts=\\\n'
chunk = chunk + f'component={package},\\\n'
chunk = chunk +
'dversionmangle=auto,repacksuffix=+ds,compression=gzip,\\\n'
# FIXME: what if there are so many tags we don't see the relevant
one?
chunk = chunk +
f'filenamemangle=s/.*@(@ANY_VERSION@@ARCHIVE_EXT)/{project}-{package}-
$1/ \\\n'
chunk = chunk + f'{github}/tags \\\n'
chunk = chunk + f'.*/{package}@@ANY_VERSION@@ARCHIVE_EXT@ group\n'
chunks.append(chunk)
print('\n'.join(chunks))

It looks like uscan doesn't see the tag for the "algorithm" component,
as it isn't on the first page. And it looks like it doesn't try to look
for the other components. I tried to put "application" first, and now
it sees there's a newer package available, but I haven't found how to
get it to download. And of course after seeing there's a new
"application", it doesn't see "algorithm" and stops here.

Am I getting somewhere with today's tools? Can someone propose a nicer
way in the future?

Cheers,

JP




Re: How does one package a multirepo project?

2020-10-19 Thread Julien Puydt
Le lundi 19 octobre 2020 à 16:42 +0530, Pirate Praveen a écrit :
> 
> On Mon, Oct 19, 2020 at 11:51, Julien Puydt  
> wrote:
> > Here is what I have in d/control for my src:lumino experiments :
> > 
> > Provides: node-lumino-algorithm (= 1.3.3),
> >   node-lumino-application (= 1.11.0),
> >   node-lumino-collections (= 1.3.3),
> >   node-lumino-commands (= 1.11.3),
> >   node-lumino-coreutils (= 1.5.3),
> >   node-lumino-datagrid (= 1.14.0),
> >   node-lumino-datastore (= 0.11.0),
> >   node-lumino-default-theme (= 0.5.0),
> >   node-lumino-disposable (= 1.4.3),
> >   node-lumino-domutils (= 1.2.3),
> >   node-lumino-dragdrop (= 1.6.4),
> >   node-lumino-keyboard (= 1.2.3),
> >   node-lumino-messaging (= 1.4.3),
> >   node-lumino-polling (= 1.3.3),
> >   node-lumino-properties (= 1.2.3),
> >   node-lumino-signaling (= 1.4.3),
> >   node-lumino-virtualdom (= 1.7.3),
> >   node-lumino-widgets (= 1.14.0)
> > 
> > can you imagine the size of the version string in d/changelog with 
> > that
> > many parts?
> > 
> > I'm pondering writing a small Python script to print a suitable
> > Provides: so I'll just have to paste its output and wrap-and-sort
> > to
> > update this...
> 
> pkg-js-tools (dh-sequence-nodejs) can do this automatically. Use 
> {nodejs:Provides}.

It assumes I use the uscan features for grouping ; and I'm not sure yet
it does the trick (needs a main source, if I followed correctly).

JP



Re: How does one package a multirepo project?

2020-10-19 Thread Julien Puydt
Hi,

Le lundi 19 octobre 2020 à 10:06 +0200, Jonas Smedegaard a écrit :
> Hi Julien, and others,
> 
> Quoting Julien Puydt (2020-10-19 09:15:28)
> > I was trying to update the ipywidgets package. It once had a quite 
> > normal upstream, but then things went wild, if not stellar : they
> > went 
> > monorepo.
> > 
> > For those lucky ones who never crossed the principle, the idea is
> > to 
> > have a single repository, and make dozens of different packages
> > live 
> > within. Basically, different directories now are different
> > packages, 
> > with different release schedules. At the moment, 
> > https://github.com/jupyter-widgets/ipywidgets has 936 tags.
> > 
> > There are several issues at hand :
> > 
> > - uscan doesn't work correctly anymore, as the multiplication of
> > tags 
> > makes them disappear in the list quite fast ;
> 
> Please see uscan v4 and its version types "group" and "checksum".

I find it gives unwieldly versions when there is a lot of packages
(we're talking about a dozen packages here, with worse offenders
probably around the corner) ; and we're left with :

- an awfully long debian version string in debian/changelog ;

- need to adapt by hand the versions of the Provides: in d/control for
each sub-package.

Here is what I have in d/control for my src:lumino experiments :

Provides: node-lumino-algorithm (= 1.3.3),
  node-lumino-application (= 1.11.0),
  node-lumino-collections (= 1.3.3),
  node-lumino-commands (= 1.11.3),
  node-lumino-coreutils (= 1.5.3),
  node-lumino-datagrid (= 1.14.0),
  node-lumino-datastore (= 0.11.0),
  node-lumino-default-theme (= 0.5.0),
  node-lumino-disposable (= 1.4.3),
  node-lumino-domutils (= 1.2.3),
  node-lumino-dragdrop (= 1.6.4),
  node-lumino-keyboard (= 1.2.3),
  node-lumino-messaging (= 1.4.3),
  node-lumino-polling (= 1.3.3),
  node-lumino-properties (= 1.2.3),
  node-lumino-signaling (= 1.4.3),
  node-lumino-virtualdom (= 1.7.3),
  node-lumino-widgets (= 1.14.0)

can you imagine the size of the version string in d/changelog with that
many parts?

I'm pondering writing a small Python script to print a suitable
Provides: so I'll just have to paste its output and wrap-and-sort to
update this...

> If you are already aware of that, then perhaps by "doesn't work 
> correctly" you really mean "doesn't work same way as I am used to"?
> 
> > - and what does one want to watch exactly anyway?
> 
> Ideally we want to watch upstream releases of all upstream parts.
>
> If "upstream releases" are git commits, then watch that.

Tagged commits, yes. Sounds good, but isn't ; see below.

> If "upstream releases" are something more obscure like timestamps of 
> files (yes, some do that!) then somehow watch that - or try convince 
> upstream to also/instead use an easier watchable mechanism.

The situation is worse than that : a same commit can be a release for a
directory, and give something bad for another.

Imagine a project named "monorepo", with only two packages/directories
foo/ and bar/ and two tagged commits :
- 0xdeadbeef is tagged foo/3.14, and bar is broken for it ;
- 0x1337beef is tagged bar/2.72 and foo is broken for it.

How can I get uscan version 4 to do anything sane about it?

> > - even if uscan could keep up, how does one get the source? It
> > should 
> > basically be a checkout of a different commit for each different 
> > directory!
> 
> Please see uscan v4 and its mode=git.

See above : the git mode is nice when there's a good global commit. I
don't think that assumption is going to fly.

> > - how does one even put a version number of this for a Debian
> > package? 
> > (I guess something like "Provides: foo (= 3.14), bar (= 2.72)" can 
> > help a little, but what about the main package?)
> 
> If main package is not versioned upstream, then I would say that's a 
> strong indication that you really want to track each underlying part
> as a separate Debian package instead - i.e. that upstream "main
> package" translates to a Debian metapackage.

I don't understand what you mean here. A src:monorepo-something for
each? With adapted d/copyright Files-Excluded: to get only the right
directory?

Even in that case, will uscan see the tag subpackage42/3.14 on github?
In my experience, it only sees a handful of last tags, so it will see
the releases of something like subpackage1/* to subpackage23/*, but not
the other ones. For example, it doesn't see the last ipywidgets release
7.5.1's tag, so I had to download it by hand before calling gbp import-
orig.

> > PS: and to 

How does one package a multirepo project?

2020-10-19 Thread Julien Puydt
Hi,

I was trying to update the ipywidgets package. It once had a quite
normal upstream, but then things went wild, if not stellar : they went
monorepo.

For those lucky ones who never crossed the principle, the idea is to
have a single repository, and make dozens of different packages live
within. Basically, different directories now are different packages,
with different release schedules. At the moment, 
https://github.com/jupyter-widgets/ipywidgets has 936 tags.

There are several issues at hand :

- uscan doesn't work correctly anymore, as the multiplication of tags
makes them disappear in the list quite fast ;

- and what does one want to watch exactly anyway?

- even if uscan could keep up, how does one get the source? It should
basically be a checkout of a different commit for each different
directory!

- how does one even put a version number of this for a Debian package?
(I guess something like "Provides: foo (= 3.14), bar (= 2.72)" can help
a little, but what about the main package?)


So basically my question is the one in the mail subject : how does one
package a multirepo project?

Cheers,

JP

PS: and to package the next ipywidgets, I started to work on lumino (
https://github.com/jupyterlab/lumino) with the same problem. In my
experiments I numbered the main package 0~20200824+git93880412-1...
which is not ideal.



Re: Build-Depends-If-Available

2020-08-09 Thread Julien Puydt
Hi,

Le dim. 9 août 2020 à 18:16, Simon McVittie  a écrit :

> Unfortunately, to the best of my knowledge, this is currently the least bad
> thing to do.
>

if the current practices/software doesn't give enough leeway, perhaps we
should seek to improve the situation.

How would that fly if there were a B-dep list for the source package, and
optional B-dep lists for binary packages?

Cheers,

JP

>


Packaging minetest mods

2020-07-16 Thread Julien Puydt
Hi,

I have packaged a few mods for the minetest game these last years. 
Recent minetest versions have a feature where you can download mods
directly online.

So the questions are :

(1) should I go on updating the existing packages? or ask for their
removal? orphan them? whatever?

(2) should I go on packaging new things for minetest?

Do we have a policy for such situations?

Wesnoth has the same kind of feature, for example, and doesn't look
like it comes with much in the way of in-Debian add-ons...

Cheers,

JP



Re: Lintian status reporting on packages overview broken?

2020-06-18 Thread Julien Puydt
Hi,

Le jeudi 18 juin 2020 à 09:21 +0200, Gard Spreemann a écrit :

> It seems to me that the "Lintian E+W" column on the QA packages
> overview
> page currently incorrectly shows a checkmark even when there are
> Lintian
> warnings for a package. Is this a known bug?

I was about to ask around why on tracker.debian.org, we still get the
number of lintian warnings, but the link to those warnings is broken.

Perhaps the two issues are related?

JP



Re: Pimp your shell - Debian developer tips?

2020-05-27 Thread Julien Puydt
Le mercredi 27 mai 2020 à 22:06 +0300, Otto Kekäläinen a écrit :
> Do we have Debian devs here who have pimped their shell heavily with
> custom prompts, colors, command line fonts, shell window title hacks,
> perhaps using zsh etc? Have you written blogs about you experiences,
> can you share some good reads (with screenshots) of what you have
> done?

I don't know where I got that one, but I have a "myautopkgtest" script
containing only:
  autopkgtest $1 -- schroot unstable-amd64-sbuild

and in my .bashrc :

_myautopkgtest()
{
  local cur=${COMP_WORDS[COMP_CWORD]}
COMPREPLY=( $( compgen -f -X '!*.dsc' -- $cur ) )
  return 0
  }
complete -F _myautopkgtest myautopkgtest

That's a pretty trivial hack, but it does save quite a few keystrokes,
when one checks a package before an upload.

Cheers,

JP



Re: What to do when DD considers policy to be optional? [kubernetes]

2020-03-24 Thread Julien Puydt
Le mardi 24 mars 2020 à 14:03 +0100, Vincent Bernat a écrit :
>  
> There are other reasons, notably that you speed up builds by having
> all
> the source code ready.

Sorry, I don't know much about how go works, but : can't the developer
just have the deps ready -- and just not commit them to the repo and
not ship them?

>From what I have read in this thread, go developers seem to be about as
sloppy as javascript ones : put junk together and throw it to the
world...

J.Puydt



Re: trimming changelogs

2020-03-20 Thread Julien Puydt
Hi,

Le vendredi 20 mars 2020 à 07:44 +0100, Ansgar a écrit :
> 
> We should probably also not ship the same changelog in multiple
> packages, especially when one depends on the other.
> 

Switching to per src:package changelogs would cover that.

But that will probably mean making dpkg smarter.

J.Puydt



Accepted nbformat 5.0.4-1 (source) into unstable

2020-01-27 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 27 Jan 2020 23:33:39 +0100
Source: nbformat
Architecture: source
Version: 5.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Changes:
 nbformat (5.0.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump std-ver to 4.5.0.
   * Use my debian.org mail address.
Checksums-Sha1:
 4a4cf7ebe19b7b88b4fc24872f5aeb4aaa2670c0 2393 nbformat_5.0.4-1.dsc
 d135bd22739701a9d80d27c1d090428930178779 124674 nbformat_5.0.4.orig.tar.gz
 a1e5ac3cb70a5e27459d3c2fdf13b7637d6e912e 4576 nbformat_5.0.4-1.debian.tar.xz
 42a6651537ceb8a826e557056d6823bade63f564 7578 nbformat_5.0.4-1_source.buildinfo
Checksums-Sha256:
 d611d41cfcdedd77cbc35093df68d73064c9ac3b51cb275f175d898bde6c2213 2393 
nbformat_5.0.4-1.dsc
 5153c3d5c7a61ae7a12eeed87589c28ac815e630f92d0d5e37d02f56d22ac7d4 124674 
nbformat_5.0.4.orig.tar.gz
 22768c81448208cf51319ab7cb48bc730ccf7d150fc7d9f593d393fd32da3d14 4576 
nbformat_5.0.4-1.debian.tar.xz
 3d7afb2a13035e5b8eca587367f968ff5b9a180ce1cb3417c476f6a51814c502 7578 
nbformat_5.0.4-1_source.buildinfo
Files:
 732304daaf9728192caa176e7bf9fdee 2393 python optional nbformat_5.0.4-1.dsc
 311dc8550d54c4643fa9a61bb20d1dbe 124674 python optional 
nbformat_5.0.4.orig.tar.gz
 16a5e1095cf4eec95f3cc341e32cfbce 4576 python optional 
nbformat_5.0.4-1.debian.tar.xz
 7fefbe6cf942538b30a28052addae010 7578 python optional 
nbformat_5.0.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4vZcoSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRu84QAIl9VAl3D38egtMzQs8tmxFPVaNgplPt
rYaUrxdcQq2/J+ceuu2RHEz6GBamfG5TPhGUfuo08jbmqVWyAoyVjv5YJOr+tCbh
p9WoVeMzuxup3pZguH8/72C8Ht/IZjIfRhu2/TJROI1nCUjbGvtwJsSYkHhig2YG
FvEMLReKp71RvsHTf4QABGu8XfsSoqzcZX6ngCC5Uvs8DlRZzdNLTmPhKptnDrBY
sPJwKMnQ0coKu661bqu5eWX/Dj5WDqvf0Hd0pW4KO5ZbgaaX5zLhWnYN5sALwImP
Ge8y2SA2m5u3nuw2Jt739kY7N+V4Lv3cjIX0/0cK2rINeZxAY1cGOHTaZf6POQ2q
hmr3BRdSqwyWaN1oySh9ayWMLpH5+pe02fLF83PVtMp+dSuPaX6DciwhR1yxANpT
EqDpwTUDEdtd0DtQLsJMwYRJAtppoGVIFEx60XRVgpaB9b8boRRido6a+75Wv4hq
ddKJNdXvRR1nZ2IFwEgB3gB8XiuJzsJXOnmqCrAW/mlkeOjuSQR95iaLkwyOD2dJ
yBABvHIFqKCGnuw5Qkqa7zw00UnOxL3gOjUp4ABGMqmvCAcFo+0O2eCbPFd4gHYc
IAvfUKmNbebXa45h90rpelllEBjKdxHb0Jl21zg4Nxb/VMa5sXlYQ7z4WHxVvhwU
13lvG2kwdYe9
=nCo+
-END PGP SIGNATURE-



Accepted brial 1.2.7-1 (source) into unstable

2020-01-26 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Jan 2020 20:51:13 +0100
Source: brial
Architecture: source
Version: 1.2.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Changes:
 brial (1.2.7-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop tighter_config_h.patch: upstream.
   * Drop python3_warning.patch: upstream.
   * Forward 0003-Protect-CErrorInfo-from-invalid-array-access.patch to
 upstream.
   * Limit autopkgtest to default Python3 (sagemath doesn't do 3.8).
   * Disable building the static lib.
   * Bump std-ver to 4.5.0.
Checksums-Sha1:
 92e47bd045b9a9153fd538f2d13f4c8c39f3ce41 2418 brial_1.2.7-1.dsc
 eb00189940358008a626192ffc8484f9ff495c05 1721439 brial_1.2.7.orig.tar.gz
 360d3ba30234bbd220309008bfc2d3e0dbb69ed8 6996 brial_1.2.7-1.debian.tar.xz
 8d1a0349955c40bd6d8f204e768e46f0a3e5ed76 8742 brial_1.2.7-1_source.buildinfo
Checksums-Sha256:
 161efe7310afdb236526bfc189b2635696ae427665b7e11f7ac4192ffc7b0fbc 2418 
brial_1.2.7-1.dsc
 e3b3c72d75aa1777ec9aa800b914b7a2011d435c65d337b4768f269246b65b91 1721439 
brial_1.2.7.orig.tar.gz
 6a881307f0f27c6860f5be3daf525b6bcba8676ebb61350443652531d5cf5ad6 6996 
brial_1.2.7-1.debian.tar.xz
 37ed673701c2c471c16fe1942bc5b719fe93f74d0f30be0c88525057a6cc7e14 8742 
brial_1.2.7-1_source.buildinfo
Files:
 60277d614d217953a3aaf87462a1f6fe 2418 math optional brial_1.2.7-1.dsc
 8cb69da8c035a2f412b2466fb36c97c4 1721439 math optional brial_1.2.7.orig.tar.gz
 00e8147a6053c1b3e7037aae30931ef1 6996 math optional brial_1.2.7-1.debian.tar.xz
 0305e31af336ce95056fb1e1d45e5c06 8742 math optional 
brial_1.2.7-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4t7dASHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRx34P/3CDPXOTbY6LAbhew6WQlIyMMlsMtaGX
v308xEfwzas8gKMuRy+B+PVomUNKiYztBLJd41kigMG+F4vE5j/mxV+wyK3x3KED
l1aAqBCbeiMFZh8WJL2O4MLMSvtFbjYIrgyIfFaD87Z0cjV0ZrSJrr4cm2/iom7G
+VqRmorJDMsdYMg2TV8Nu8rQMVMpo7bgOR7lLKZiogqhFO/eWLejfO7LbDcwsgMi
Ezcy/nbWim6vbhNIomJOFWIKATTuBH1KPxI1htVKt+/oE2BLhOqIdDJhQblTlqV5
qlrJDIneRbKU5pKs3NYWCP4+aR4sPEmul2u32Bw+WXqBRopHhLwQ456h5B1IKLN1
dwOfQHq6GaC10CK72+fBh0pu+L9wAAQC8OK2IEVp/woDPAsyf5w7GSnGi8Ik3ET4
Yelj81DYx2o3x6xWqY9mXgzX2VeDriLFuozIG0a3Y2ZY+ES2WJ4dcdJlJLBBPXjQ
I3ogurLNpKx/BzTcYIHGX/eVgTKHU1tllt5Z89iko0o0RpjpKnpkCjJ+hpukzgBn
GcXfH3LsZu5FNAi4icw0B+ny2dGs9N5Ff8suwMzCKcJLVUA7FyLDpD70/K0NOiBR
Tn+xyxKi+9uF9CDXFCvIFLWsHRZKXxF2pvHgET36cDVJ5u0Q4QShHpkKOS8iCgkZ
O+QTZds2Uq9K
=Yu6d
-END PGP SIGNATURE-



Accepted setuptools-scm 3.4.3-1 (source) into unstable

2020-01-22 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 Jan 2020 07:08:30 +0100
Source: setuptools-scm
Architecture: source
Version: 3.4.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Changes:
 setuptools-scm (3.4.3-1) unstable; urgency=medium
 .
   * Document the patch was forwarded and is from me.
   * New upstream release.
   * Refresh patch.
Checksums-Sha1:
 642dba8fb2691d1b6f51b563b8132e7be2a67d06 2244 setuptools-scm_3.4.3-1.dsc
 2c36c921e808fc153d904672e3eccbdcde2b3c75 36234 setuptools-scm_3.4.3.orig.tar.gz
 81a430a7090816ffba98395373af296373c43b92 4592 
setuptools-scm_3.4.3-1.debian.tar.xz
 c4ee7cc5efdef7d923f377e7d6b82681fdeb191d 7690 
setuptools-scm_3.4.3-1_source.buildinfo
Checksums-Sha256:
 1384c6102f1b71e6d016638aa94a41873afd118d06e97c15e1c2c552016f11cb 2244 
setuptools-scm_3.4.3-1.dsc
 2abccc2b0216b6181b06ec3779cdf306e835e221af18f428756a2b4d9b398d21 36234 
setuptools-scm_3.4.3.orig.tar.gz
 551627ebec762b24bb033027012931cc6920746c2bd23a3d0c9e7ae5f4544918 4592 
setuptools-scm_3.4.3-1.debian.tar.xz
 4d845c01833428548d60240200b9de75150478dfae18c97526c1ad1d55461508 7690 
setuptools-scm_3.4.3-1_source.buildinfo
Files:
 c04bffdccef947782e6aeb446d9c2fb1 2244 python optional 
setuptools-scm_3.4.3-1.dsc
 d09e7679d9fcee695915f0222d5d86e7 36234 python optional 
setuptools-scm_3.4.3.orig.tar.gz
 6cfef8cbe0ab96694eff358e29188e28 4592 python optional 
setuptools-scm_3.4.3-1.debian.tar.xz
 753040d6914c0121463f4769a6c1ad52 7690 python optional 
setuptools-scm_3.4.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4pOIwSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRqB4QAIQsHptWJs4KKxFdYuK7VlJLHkuqnMef
FPlWwRLJa5MU+60hBUdZyzxVB7MTI5keb01TA3PGFWcYP4cYKo9hOt+lde39wpJd
+wLq8e/+MqJnD4jqdi+L1GIpZKfhmnN5dtdOYqwyqdWQ9I5bDQ/D+atPN8/alx/c
xu+6Uc2ffszU5zEoVzZHZlOecaV3DbRcribMvIUKg0YBwiTrfr9I2XcTuzxwv4is
qcLcTpehb0XMaBrjckctTuSLHyEdQPsPlH6f0bblyYxZsGaIvCdy590Jfog0ljSk
u+tJyV0+YaXiCwZrzPjxBNgJ4zIseGr0nSwvpxb+YuWtV4tCzfSqso3Uw+26y9fG
8G2erltlFr0D72wrF5y5mQ+T0OGAalff+MjzxuldUux2nqOQf0fO9yrZyamK3ycL
N7AV6ChSY1Y9c/5ctbSYHAIeeeAzVpj7etDyT0wQw3rrCBwAPfMR9224AF0XPiZS
6ICikWF4tFnI54u1E+p1D8/EqwARsse7lGjYUb9X0nQmVBtCmzhoSs6NGARcWaYP
scUQDVMyIgYG06aOwbMzc/4YTHc1GP+Q2C5ffHKwPdbO1upv24ZRaLRnJ07oPpHZ
Tov6vngoksVL/0rd9yGluLUW0B41s1gg8sQGn1k+ni4VFKk2bcrsbcscXSqgaCV+
LTLrpsdL1Zlm
=CPvY
-END PGP SIGNATURE-



Accepted setuptools-scm 3.4.2-1 (source) into unstable

2020-01-22 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 22 Jan 2020 16:29:44 +0100
Source: setuptools-scm
Architecture: source
Version: 3.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Closes: 938470
Changes:
 setuptools-scm (3.4.2-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
 Repository-Browse.
 .
   [ Julien Puydt ]
   * New upstream release.
   * Bump std-ver to 4.5.0.
   * Drop the Python 2 package (Closes: #938470).
   * Update dates in d/copyright.
   * Drop the pypy package too.
Checksums-Sha1:
 5dc28fa06c4f44df9f02e720cfa1fde09d2bcca5 2244 setuptools-scm_3.4.2-1.dsc
 c6e2e26cb6b1da4e9f06a465a0063ff7e4261be5 36189 setuptools-scm_3.4.2.orig.tar.gz
 9ca2cdb720d9a662e04850c308006bdb09974017 4580 
setuptools-scm_3.4.2-1.debian.tar.xz
 71d9ed6dff6a6278ccd61dace9cc9fa39ebc77a9 7690 
setuptools-scm_3.4.2-1_source.buildinfo
Checksums-Sha256:
 8ee4627d5252c8f09c6c09963134f51e05e9bb54c8a4142310304f1f5c2c2b03 2244 
setuptools-scm_3.4.2-1.dsc
 39ea9bef6d0536b49359e11098dd540975fab2afdcd8515409e80b547238c4c0 36189 
setuptools-scm_3.4.2.orig.tar.gz
 324d7df3e0904b258f8b54ab3c5a244dd0ffd08dc70ec1eda21ba4c6c5f56a39 4580 
setuptools-scm_3.4.2-1.debian.tar.xz
 517570dbe70c7e980248b9b5ed95aec2ca5e58f85bbd6973f23641b8421f99ce 7690 
setuptools-scm_3.4.2-1_source.buildinfo
Files:
 0833437e43168ccaa4ac0ecfd0d9a151 2244 python optional 
setuptools-scm_3.4.2-1.dsc
 23ba823e92df8ff3ec212218a597665c 36189 python optional 
setuptools-scm_3.4.2.orig.tar.gz
 9d030795aaf2ef2ba64e67f41ca77217 4580 python optional 
setuptools-scm_3.4.2-1.debian.tar.xz
 56db019d1a7367b15f97fbc31bd0ac6d 7690 python optional 
setuptools-scm_3.4.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4oap0SHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRtJ4QAKIc68aC2eQOdpRUpR7wkfQ8UAUTPcwd
4dPOms7JffDXwUlAGq+8Lt/pEPmTfd9yksx/H43Yj5Htm5aUff5DRdXNrKPhGDuM
DO+2A6NRde4RDasyt82omTJLiuzICGVbAt7vRaW7a4k/YhCB+cVqt7AbR/4t+4tc
Lw0uMtMpo+CXSAQCQlJqtx//3w+MxYg+7WPRPomMaaGQbrtOHFrY9of3IY0FLhSp
nA0Lq4ETWWZ24w5xyMluggdYjcEpOGtEp9Zqksc+Al6As1G6vq0FN5Sn++oHVey0
9EvI1VCpU5Qx5xvE3K0bpgq+1iPeZTlaGBb2PkCUR1oqTnr7cRhCQopt/3PcNjpy
qvOTzKAuxKd9rPgrP6bESe28lhigg6DN0FHcDkm1SPJBhCDU/gRJ1yYbOLnznK/6
IYbKufZ72AxGMVEZWF9Wr7SFw9uXf9efTR0E924ocpK269OddnEM0X7StEMtjm9E
vGAOXVzKA8bwJQDhWvUiWq2/NXD44hTJ+mPcJgCeo/qkklNbjallP2Z7TB4Y0uq7
pw+UOpdHYQ1v6pitP9Ne55Ntw3qAG/trhKbe2Qc+BczSLjjWyz6UEB+SdVvwgz+M
h4dVYPIUVTO3v+H1HgIxoKfkvcs17zVLQHS8qUgGw+QxR+KP+NSTIwDl89RvjTIw
GhPRF0QVSjNg
=ZqtC
-END PGP SIGNATURE-



Accepted giac 1.5.0.85+dfsg1-1 (source) into unstable

2020-01-21 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 22 Jan 2020 07:47:28 +0100
Source: giac
Architecture: source
Version: 1.5.0.85+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Changes:
 giac (1.5.0.85+dfsg1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh packaging:
 - Priority extra is now optional.
 - Quote full text of BSD license in d/copyright
   (the /usr/share/common-licenses/ file is going away)
 - Remove d/compat and use dh-compat 12.
 - Bump std-ver to 4.5.0.
 - Refreshed patches.
 - Add fix_input_parser.patch to fix upstream's code.
 - Refresh d/rules patches.
   * Add myself to uploaders.
Checksums-Sha1:
 3bcc584bcb5912af1edacf015c38a2e042440d5b 2850 giac_1.5.0.85+dfsg1-1.dsc
 d8949f27c299c314ea1b2f2b770aff7ee8bb9f96 13224860 
giac_1.5.0.85+dfsg1.orig.tar.xz
 3feeb2769271b46d2990e9c5968320ed7b9e2f53 281464 
giac_1.5.0.85+dfsg1-1.debian.tar.xz
 87be740f3065d6b6a883d159d92e4826a77496e6 8785 
giac_1.5.0.85+dfsg1-1_source.buildinfo
Checksums-Sha256:
 70375abdc1aa7b136f6665cfd005b41739ed3bcb732b378c8dda00bded7ede6d 2850 
giac_1.5.0.85+dfsg1-1.dsc
 5deb0897bfb247c95b3a34f938d89979f485b8a0d056870be0329372bca6f051 13224860 
giac_1.5.0.85+dfsg1.orig.tar.xz
 04ecd8ee061e513cd72f46e55c1435029bc8c9ffc6b20272ca3a92e25e352f66 281464 
giac_1.5.0.85+dfsg1-1.debian.tar.xz
 d33eeb994946376da743c06ce37b523b71505709701de188f5729aa7f19b20f1 8785 
giac_1.5.0.85+dfsg1-1_source.buildinfo
Files:
 e59971e28f49bf405f1e1ceeacffe671 2850 science optional 
giac_1.5.0.85+dfsg1-1.dsc
 124341c8459f734739a8d0d97f241d2f 13224860 science optional 
giac_1.5.0.85+dfsg1.orig.tar.xz
 f7687287804fb2d7062908437276e6b7 281464 science optional 
giac_1.5.0.85+dfsg1-1.debian.tar.xz
 59a7ea54488c2421482d0b3d8b2bc657 8785 science optional 
giac_1.5.0.85+dfsg1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4n8CISHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVROJEP/ikjDt9E6rYUIzcmrNhL1fBl3FFXR4ic
TcFgIqfY2COLABaGFFs7zgcUGnY8TxqEp1tpfSMv8jwRlfXYnJW5ZV63UZI1x8rr
FHkRromTJ3SlaAZzcjIYhxiCGy7PHajhhKK5lRWMwIe+k+AAZG4lQjeRrM1UUXjf
DR2DKXfEpwuBW39QWEcrPX05je+2ZFBpAPGxarz8HbYNjNQda9V2KtWLTPH6ykr2
wBh5I3Sv+UXb+8Sb1lfWIF3V+jB01x0nmLi39rt98i27e+rjAl1Yzgx+aKQhZwzO
S3Ya1U5kxtoYgSIQKPI7JgHcFXpK3tGLrVvvxMcgOJ66NUt1C0VZseMj3waFPPXw
XKW/aQiCDIHkgQojRu8jO6RTKvHPWdfNHv6ldDfKBYqnGUcdu/zjX9jLq7pJfpME
yfLkt3MnWpGeh9bgLufHxF0mTI7hMhzgkBHRxPPhYr/w/YP8+5V1PP5+DaaxuH/X
RWhOW7dLklNguTrDOnYtbTjzUGdaNOCI7u6SVSMsIbE7OpE/kt1h2zRX32XBjJ06
SZQ0Gjx9fuQSU3veYP1ErYvvvxnnZ3o8azxWLZ+FXJ6cjiM4uSB8M9aCo0134u3e
5bfo52Orz42IyWVS3USoW960RL8aKCJGq6eQtWrXMDG5pEia3/016mdonI4WjZha
g0/4WaY/4flu
=6XYO
-END PGP SIGNATURE-



Accepted flint 2.5.2-21 (source) into unstable

2020-01-19 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 20 Jan 2020 08:20:42 +0100
Source: flint
Architecture: source
Version: 2.5.2-21
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Changes:
 flint (2.5.2-21) unstable; urgency=medium
 .
   * Drop d/compat and use dh-compat 12.
   * Bump std-ver to 4.4.1.
Checksums-Sha1:
 318ebdfaf0be9ff671f9abf0bfaec837151500a8 2143 flint_2.5.2-21.dsc
 af9171755423b5b63af04a151bbdf5b37f61cb71 8564 flint_2.5.2-21.debian.tar.xz
 7ac56fbdaf87d44badbf6970633b5cd3b58385bc 7744 flint_2.5.2-21_source.buildinfo
Checksums-Sha256:
 5feecf44c356a714930fb51ad81a562455955b459850b96b20460fc2fa858ecd 2143 
flint_2.5.2-21.dsc
 70e399afb523cea4735d30b5ddd6f99757d67175c7a7c0ef5279ff71a8538d1e 8564 
flint_2.5.2-21.debian.tar.xz
 4b032db9a557fa947a3c78caed4713b77ccc25dab5e89d5d9887fec1be7df770 7744 
flint_2.5.2-21_source.buildinfo
Files:
 ac1b7deb5b24951dec3835bd9478cbbf 2143 math optional flint_2.5.2-21.dsc
 b4c492c7115c7520ec833aa114ad9596 8564 math optional 
flint_2.5.2-21.debian.tar.xz
 2ad3176de8472f63b081cd517a88d73b 7744 math optional 
flint_2.5.2-21_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4lVRoSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVR124P/jYfQ8p5Q9n59gHxsUedpNlQhHE0oAkD
gWkh9OZ0euyYQy9Tg37Mimlx1VaYPG0I5r6g8WF+sw775W+Wc932u+AUp3U7zXbG
NVPk3ux7IegYC5HNchS9JEHeM1QNtVj2Uh+PC0Wh94cA3eBsVFJHOMAdSRBHmBLk
tHoqShaFG185u09dkC0KEu/5E0gON0pMycFYujMG/NnzUZcddYL2OqsQrc8TaPIc
mbQ3tv+BunoO52TMKPFXR2R+lUpTaK5lcgSlteH7qMQbIF9UNLSonb8whyEZPEll
d578Up9rltmhQsLiu6GsXUAP3EeOvDHEXFCqA5Mk6RiHRO5LCBY8CYDhN0wPTM5M
M13RTgYqc1MS/50eqflOuza0obN6xH4gcfiXo8aqmRgWxK5SqbPR0Rz8w7MbiZCD
eoX4tclNX3ySIlGf+mLSvNbdZYQjPVywVsyb1PrprWO07uMJ22XiW+SDjJmhScqw
zycUZT88348wUJBicwNCONIijO3/1TRpqe7ikN33PfAfy46dBLo0I+INcD2Vfd71
82ExG0xxc17Fj1IBnSISTYO2BUyO5NVgXWZqKGwIJeoEzpX/riUlWmUTdev+Hu8t
MAyMjW/GxSLxp9+mMOBj33TtpXDTC9+nZbnF/z+roWcjOGPbRhLaHQg9p8w7I2oL
DUxb7DAdzSDY
=K5pa
-END PGP SIGNATURE-



Accepted libm4rie 20200115-1 (source amd64) into unstable, unstable

2020-01-19 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 09:39:28 +0100
Source: libm4rie
Binary: libm4rie-0.0.20200115 libm4rie-0.0.20200115-dbgsym libm4rie-dev
Architecture: source amd64
Version: 20200115-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Description:
 libm4rie-0.0.20200115 - extended Method of the Four Russians Inversion 
library, shared li
 libm4rie-dev - extended Method of the Four Russians Inversion library, 
developme
Changes:
 libm4rie (20200115-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh packaging:
 - Remove d/compat and switch to dh-compat 12.
 - Bump std-ver to 4.4.1.
 - Follow upstream soname bump.
 - Ship the pkg-config file.
 - Update d/copyright.
Checksums-Sha1:
 dccd1c762f2c290b54170d14ac9ab9dfc7142431 2187 libm4rie_20200115-1.dsc
 728524509dd30da2dc960814b61d0bae67f83043 500702 libm4rie_20200115.orig.tar.gz
 8141fb7243847e9ab11829ae603c57ffe6ea5f20 2884 libm4rie_20200115-1.debian.tar.xz
 bcf5e50fc7c7708d2ba61010f532561d1e99fa35 513288 
libm4rie-0.0.20200115-dbgsym_20200115-1_amd64.deb
 ec28bbcec58fe8abe11c8665b38edb29b92bc03d 131540 
libm4rie-0.0.20200115_20200115-1_amd64.deb
 c94850a95001e9b7935ec9f9d6ec5e26dc67ecd9 154596 
libm4rie-dev_20200115-1_amd64.deb
 8450df7ace360a21010aeb70cfa84184d80357b9 6384 
libm4rie_20200115-1_amd64.buildinfo
Checksums-Sha256:
 3726198b5c9baab429664ee310d1bc07d3e96e16f94ec32564dcd744241dafc8 2187 
libm4rie_20200115-1.dsc
 aea462e8c9b4c0303c0a064bd7ead52fe81214e59a7fc694f350161cad4f2c85 500702 
libm4rie_20200115.orig.tar.gz
 00c1a2db96ea93c73c06aa050b2c934ac41a405b861ebfbe3ef1b991aaeed934 2884 
libm4rie_20200115-1.debian.tar.xz
 b19f6cd0304787db378c4653cddb82b384959f423f248c410af7528cda06e117 513288 
libm4rie-0.0.20200115-dbgsym_20200115-1_amd64.deb
 33542234ec42559d6014cb6ab18bcb039ea958cd60a5c488f243052b7a6f824f 131540 
libm4rie-0.0.20200115_20200115-1_amd64.deb
 8be247946153b9ff7d41a4ee2e11e14e06fddb9d808ded5abb814d25281f8ef2 154596 
libm4rie-dev_20200115-1_amd64.deb
 6fa386b3f7551c9d88683c40d4a5f4b9ed5bb20d838db1d4e856186e523c4a72 6384 
libm4rie_20200115-1_amd64.buildinfo
Files:
 c18516aa92e692be28e038b24124ff94 2187 math optional libm4rie_20200115-1.dsc
 e7685c63e7bab4c5a0922a161499ba83 500702 math optional 
libm4rie_20200115.orig.tar.gz
 399d98412ca533a119164c15627bb745 2884 math optional 
libm4rie_20200115-1.debian.tar.xz
 ac9934663feb55d9f478b02032c87630 513288 debug optional 
libm4rie-0.0.20200115-dbgsym_20200115-1_amd64.deb
 ca05e21da8a62bff62ae66a60d0f9801 131540 libs optional 
libm4rie-0.0.20200115_20200115-1_amd64.deb
 1acf42d1160663e4bf47206eff4b38c6 154596 libdevel optional 
libm4rie-dev_20200115-1_amd64.deb
 1b0e6a824a9a90ff3ca1a7400de9fdc0 6384 math optional 
libm4rie_20200115-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4kFfcSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRy8YQAJj8CjjeBS1F/z4GkLX736H3RjFTdFFo
291JsYD75zw6W4aGOKIfRzds5+tPNZJuD+/48uKrUKfyv15VJVQJPO8ZwDxw/RxU
YsI16jlQ7zp/yXEK+6otL5aced2cJI+1ABBjYfhBIjDvVV24kaLSRYDiEwCVjZe6
n4tHmwpUtWBgsF7D2I2oXSf4g04SvdjnCXgfTt8LL/aMsYmLMHRTssQv6uxBppWI
ArHVIp0Q5FBT/NL0r/e98NRiSyM81oaGMIE/eeHPh37YFgIC+yw2s3jlAjPf3FD8
5BhF6gI2D7o4Gx092UYqwI1nO/3Z8pCi+Mya8IPCLk2kXg8G9bS2vWwWatpKCAdC
3IpceVOAG+6qoG4TYkDNm+0VHdTdyIZ8QXe92bpxCjM3p5qGPpKMnv7a5h8IO0x5
cJk+uoCTF7Z6yhT/okSkAq+OnGi49Sew3bf10ZrXSf7RY609XCgUy9e+b+Vqtbyf
xnwQ23/B4ILi2MplYDDti0WFaERMhPB4SisWnhqkaF91Hd9KypVVUJawzVIooghf
kHpveBRQlnA9jfC+zsFAmBYGd/3god5KTqMGqm8baGYWEW/oyBiv00IkiFot/045
popbl461McqLBDjFRdjCIKi4lkwwi4LmGvFMNTrfeUPBTEaG2HilGjsb9qlXoF7q
vn6Xiw6G3X9y
=UoX6
-END PGP SIGNATURE-



Accepted node-typescript 3.7.5-1 (source) into unstable

2020-01-19 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 11:21:21 +0100
Source: node-typescript
Architecture: source
Version: 3.7.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Changes:
 node-typescript (3.7.5-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 99cc18b16d43cae399c20249f3a41cf2085ddf8a 2047 node-typescript_3.7.5-1.dsc
 bf66980a9ee33ab6da68b169a720bad2cb3548f2 27598862 
node-typescript_3.7.5.orig.tar.gz
 785065647d51947638031228acdd116ec7d73ca9 7664 
node-typescript_3.7.5-1.debian.tar.xz
 9362e733d6727edc3e95505ed7a5c5000eb35cdf 5446 
node-typescript_3.7.5-1_source.buildinfo
Checksums-Sha256:
 0e6afa1868815e0d78ed241692c81e6c03d6d865972461b85e342a32164951b6 2047 
node-typescript_3.7.5-1.dsc
 33a14946d5cc181068b8cd4767dccfeb0f7e3eb95f213423c0f9cbf6c10de24a 27598862 
node-typescript_3.7.5.orig.tar.gz
 50f704bc0f4ccd271755988c41614f32c88f8f3eda1d85ae228e6001b704bc29 7664 
node-typescript_3.7.5-1.debian.tar.xz
 a4764e9f7c97a13c5c9157c1aa42f4a711aecf9cae2ed2a9651303a7bcc6454f 5446 
node-typescript_3.7.5-1_source.buildinfo
Files:
 caa463e5ca2160259f1e4ccc2d2e8fd5 2047 javascript optional 
node-typescript_3.7.5-1.dsc
 cdc4ff20e94a4c7cfefb9c100b0b00e9 27598862 javascript optional 
node-typescript_3.7.5.orig.tar.gz
 250fd8d015370513d705df85f6fa4375 7664 javascript optional 
node-typescript_3.7.5-1.debian.tar.xz
 63e1b19fa083cd3d10f8137ca8251959 5446 javascript optional 
node-typescript_3.7.5-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4kNccSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRPX4QAINhRaDUbgkDG9e9GC0VSKV/2wfNm5OZ
P7YOPQJRcQ4mdVAnk3rVPDjzrWePOTKLFPUHbRj+O8FZdgDnC0GAzGIXAxvAnUS+
1NPz9BB8MDxoZqHbxDKN45NHnYpiv30EHf8A75ioIe31i27qVNa06dNIvFzxCjev
q0jQYU/9GUGZ4rK0HTUfGv77l7HAGupDxYca7wRXFiNHeyxIHokvvylaB5g5ATVH
AexJgc1nvpeie8Ot14ARYUSRu6yZKUR3UCtUE2ls+noUHw1CDthUM7LC541v1pYD
qCEqN07GL4Z371cty61zMi1TWahW32Dj0K1Pw1I97NuHrpDymh09wZCJIfUAcgC6
sUMGhjK6oBVRqmr4lKnideAG/JshSSkEagOP1OCXOybMMbr+xPhelBM2BjoQ/TnR
/5dG50G0APJkmoRxxFvcP8oJu5bVxEr/vszKhHZ1gx8REDQzG/LnAG28GBz8/K8m
USbRhoug+OsqusDUL3Nc0bQ1fhCB4Ddr9NGOnmNYCovKqGaMNmUS2NjnYmtNXPmd
k52AaHUSFSI3A3sm38o+3gXf4lD4tyAq1CJKeQMF9UI7F49PjUFMjDqsBx2hJEMp
95UdO/9ahFf0DcHNnyqgkumzIg+vSbpM3Wnq28aPWBR9fUYaNKIiiPDAJzFxDFAm
cI3qI6aPmn47
=H/tp
-END PGP SIGNATURE-



Accepted ntl 11.4.3-1 (source amd64) into unstable, unstable

2020-01-18 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 Jan 2020 07:52:04 +0100
Source: ntl
Binary: libntl-dev libntl43 libntl43-dbgsym
Architecture: source amd64
Version: 11.4.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Description:
 libntl-dev - Number Theory Library, development files
 libntl43   - Number Theory Library, shared library
Closes: 864831 925063 941114
Changes:
 ntl (11.4.3-1) unstable; urgency=medium
 .
   [ Julien Puydt ]
   * New upstream release (Closes: #864831).
   * Refresh packaging:
 - Bump dh compat to 11.
 - Bump std-ver to 4.2.0.
 - Use my debian.org mail address.
 - Update dates in d/copyright.
 - Point Vcs-* fields to salsa.
 .
   [ Jelmer Vernooij ]
   * Use secure copyright file specification URI.
 .
   [ Julien Puydt ]
   * Remove Lifeng Sun from uploaders (MIA team request) (Closes: #925063).
   * Multiarchify with patch from Helmut Grohne (Closes: #941114).
   * Follow soname change.
   * Use secure uri in d/watch.
   * Update the Fix-typos patch.
   * Enable all hardening flags in d/rules.
   * Drop d/compat 11 and use debhelper-compat 12.
   * Bump std-ver to 4.4.1.
Checksums-Sha1:
 acf3d8fb72c295e05513fb80a05f553ca3d4ce4f 2083 ntl_11.4.3-1.dsc
 f4c7dc1fd448b499ef98549e8702b320ba6a7830 2274421 ntl_11.4.3.orig.tar.gz
 cb917d48865336e7d7ca4b6657c7e42823455f46 10848 ntl_11.4.3-1.debian.tar.xz
 33b5be65b892f9f63091a8688827d273ba789cf9 1274072 libntl-dev_11.4.3-1_amd64.deb
 f13a3a0938f56bea2cf5c811e183e926e5a2f804 8110872 
libntl43-dbgsym_11.4.3-1_amd64.deb
 f7512609189fabab676be066606a458af9e2297a 850196 libntl43_11.4.3-1_amd64.deb
 b1b050947446d90f79119d1506ebcb9727e22422 6200 ntl_11.4.3-1_amd64.buildinfo
Checksums-Sha256:
 5b03f34a6dfbda844edbe1fe8df398275bd253f6352217d3d58c2f3b52cdde5b 2083 
ntl_11.4.3-1.dsc
 b7c1ccdc64840e6a24351eb4a1e68887d29974f03073a1941c906562c0b83ad2 2274421 
ntl_11.4.3.orig.tar.gz
 ab5d9d0ccf36eb3c227462c331f4423e6ff6850776f80d646ee34df34ce935ba 10848 
ntl_11.4.3-1.debian.tar.xz
 9cf69371bd42ed13cc59f015e342aa44bcee8a894f8ecf83735823717cf4ec33 1274072 
libntl-dev_11.4.3-1_amd64.deb
 c32298cb7926b1417d79a55f167089a75e6d041b6c7d12f224e2cd2db572d618 8110872 
libntl43-dbgsym_11.4.3-1_amd64.deb
 c4b1243d902c73361fa47436bcd7f5bc15369c0d83e04871216347b059dfe476 850196 
libntl43_11.4.3-1_amd64.deb
 db8f9df945fb1ee6e46fcc13ce17fb1fc33491a703b7100ebc8ae30c1509c269 6200 
ntl_11.4.3-1_amd64.buildinfo
Files:
 aa9236bf0f1d8069011c763ef58f0893 2083 math optional ntl_11.4.3-1.dsc
 536b72b7ba5b0075fb137137c00e5773 2274421 math optional ntl_11.4.3.orig.tar.gz
 2e3ede83b53206bfb9748c4dbdb4e4e7 10848 math optional ntl_11.4.3-1.debian.tar.xz
 e3888fd3b0f9ef8ef8f06f28410c2fe2 1274072 libdevel optional 
libntl-dev_11.4.3-1_amd64.deb
 6f0654848a5111a5c6c87e45bddebf4f 8110872 debug optional 
libntl43-dbgsym_11.4.3-1_amd64.deb
 0e7ba0a6670d46a0ac8cb4bd2fe3994e 850196 libs optional 
libntl43_11.4.3-1_amd64.deb
 fcd503af6f8d3cdf4ffd5d73efd9c7b5 6200 math optional 
ntl_11.4.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4hU0wSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRMu0P/RCONaysJCGVY80AYlt9yhPrpZ+7oGyR
lICSCG5CDiJVZ67aDu6KXCqTy126eiV9xy+bxX4zZo9AU1+FuocRiWKlRZexOgF0
zSA3/RuQhg/vv6QYFim7bsF063Y42iGjWE6MfZIdrdO4hzYr5vvNZy+aoqOPayjS
hXwkxj1hJW7qaaDNXCHbPHWXfoPHRaHI0hBWyuG4CxPsbRS9hPEPwQgtPGpBn1w6
M8gYbqEep9AgBgAQ+MtDeOPypDsww6HH7Ll77Le8H3alWm5aYB3Ondx6PFPLtBeA
0kdlVH2hVsHlDMbDYvh2pM4CDRpHRgUjh3uOmVfSBh79Hqj3TzfSTSl+Cta7vSXf
BB1tusCKiM/AM3+LusQkjVQeqG8dDT4nUnNu+As9j8a+r7PJMjK9z8yU8GrlObfg
SpxAVNPgofXUF+gFQCoPSsySQyBaxPCatvHK14+do7KFuU6UNOHaTr69Zru2uh8F
cRHPIvSkqL+8gU7hyJIdtSu3YP8VcOLZIVjArDWMGw2MZiLRXn9rSAXNq39hbhJ6
gAdU29k17jTiEf5iiDwKZ6llGA3ATmI6QuLj1sOousPdOhqj1/0tnzDAvPfiNkTY
DcvvTlTppAL4wSfOg9hrt3g6yUBPdwdR9lqdnfmxrrc90lvikHCQmJPEmk6OFSHH
XIIWztCfF1vz
=XM0z
-END PGP SIGNATURE-



Accepted brial 1.2.6-2 (source) into unstable

2020-01-13 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Jan 2020 08:22:11 +0100
Source: brial
Architecture: source
Version: 1.2.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Changes:
 brial (1.2.6-2) unstable; urgency=medium
 .
   * Better patch for tighter config.h.in.
   * Add a patch to fix a Python3 warning.
Checksums-Sha1:
 f1a75264a6ddfbe0db42974f3f9f0c4f11370d76 2418 brial_1.2.6-2.dsc
 79f59006771aea0082f36408a06f67a628671b9a 7416 brial_1.2.6-2.debian.tar.xz
 ea7a111822b4b035f13e582599a1fd253027f3a1 8657 brial_1.2.6-2_source.buildinfo
Checksums-Sha256:
 3e3b8c60734f63359a32e098f59a699df489d05ceb0b556d934c66bf194bcc40 2418 
brial_1.2.6-2.dsc
 ff510fc3ef149d6f3cf6038932ba68e1b6af9a74cbd1fcc10a8deb91c808a516 7416 
brial_1.2.6-2.debian.tar.xz
 35c33b0e13520a312f74a3d1f76c62d0da6f5566feebe87ec9b786b81ab0a2a5 8657 
brial_1.2.6-2_source.buildinfo
Files:
 b6513566696fb2af805456609a498e38 2418 math optional brial_1.2.6-2.dsc
 0da3b2b6d8a0dd832da19a0113def1d7 7416 math optional brial_1.2.6-2.debian.tar.xz
 3744d23a1fb8ebd60a7644e03fc69225 8657 math optional 
brial_1.2.6-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4dbPoSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRyuAQAJ/W+Ckf1QCO77ekbWLPBfe4CZLRb5jm
Lv2ESHOT/9ydo7UVpuN5tjqiUzozbZjP5/HqagcVjsJsqDMpZ0PiKnVKXpZTcCIi
Rymz/5py+ZgM6kOtnXCuuhoXANVHyJ0XL5BdSt0OiFmK40ODpQlmTsDhFkG/PMxb
38e13pg9lfgY6p1/Yx96qJmfLtZwrSKQUzNuLemtkIxEEnRV4alWhOEgLAPKdgOP
aqzU5t4fJfZ3smY0QmyfY7Vd7CpeGG4thFFnMAkjQHv2QwF9mTuWz9J1zDJvhNdR
i2yFCUGlQ/HQNFEjI/fH2a5S26i03netfQrEb3JpZNn1Z4nsLonDa+Hbv3Z6mMAX
w3x692+hpO38wz9tRwJctnCmGk+FljBZ92O5dr8+g4oJqC+CFB2vloAlHYgy3I25
KXm33FF3Knm2Bps7LZEl45hpeF3PhfIlWSBabJ/0tPYi0dZufc3tFdMk59u3V8q1
Vj4c6akVfXw1IWwlBIjstSwxkF//Clz+LUEHX23Nk2/uZEWMwyEABQhthzXgyZ/z
ONyvb5A25EFqEwLnWz1lqLEEdzhjRFCbTaHodSa/wJGRGUiMDpsDQ+YKUtBtXs8s
D94cCK1F44CXg/VdsnPO0qql/bMAlUx7gh8+zjH8BbJtBtSEgkaK4aWmS2XZc1rY
hDFXPWp5a3Q6
=IDem
-END PGP SIGNATURE-



Accepted fplll 5.3.2-1 (source) into unstable

2020-01-13 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 13 Jan 2020 22:26:34 +0100
Source: fplll
Architecture: source
Version: 5.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Changes:
 fplll (5.3.2-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 5fde685e7f785b7014657dae86c3215b1354b5f4 2117 fplll_5.3.2-1.dsc
 418c0153be2d63657a5c83b65d39552cea4f6b35 1025192 fplll_5.3.2.orig.tar.gz
 254912853e49e83641a4195a5f0b9d88b9baa59b 8044 fplll_5.3.2-1.debian.tar.xz
 617fc62e761ee99b5a88359bcfa52b624e273ba5 5381 fplll_5.3.2-1_source.buildinfo
Checksums-Sha256:
 5a21cbc6db3e3846546a6def1f446aa411d67df2fe322e08cc2c204e77d82002 2117 
fplll_5.3.2-1.dsc
 089df47113dec4741ea36bfa49592b4fc4a88379296554ad498baf6724a0c62d 1025192 
fplll_5.3.2.orig.tar.gz
 d14f484bdcedab2c02c2d8d3802448d967a15ea4afe1ff770517ed51a393643c 8044 
fplll_5.3.2-1.debian.tar.xz
 2135ed91853b5ab5b20c2f5803c2ec6661c8d528211d91704679b16d64497fc6 5381 
fplll_5.3.2-1_source.buildinfo
Files:
 251b0bc5abc167a99f455870f05d47c7 2117 math optional fplll_5.3.2-1.dsc
 195ec7da63e7440764b0ce7e5885dcbe 1025192 math optional fplll_5.3.2.orig.tar.gz
 ac2f0f00f76f07bb33f971f484beca46 8044 math optional fplll_5.3.2-1.debian.tar.xz
 78f25a74250958f60b9259be1d348e45 5381 math optional 
fplll_5.3.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4c5EUSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVREpMP/jP5d5s/m0XM0lkGagZdfscai1zYmtBc
Bn0M3D38zIkUSJuqGytVBGgceWCoChFvvGId02IQ5zLg9oyfHQ8GttqzB6F+IrNs
t6vjvd8D6RkG6k7eJD0LaXPlH5OQZoaiC2vwRm42C6vVFK5iuSVyQ1Ir93LXdLf4
GtVAk+X3cq7q69lzR+nWook0e7AsnDUKP9VGd19zLOfu8iL+0MfKd39hpdgqRjCS
Rwi8lv7TBMVz0c8/YXxF79+UomaKk9W06n3LXxlhv73O3kE9BKHPjdasw/mP38Cc
epT24WDjhM27kUD2o6RtONEulbLQRl8mSzP01tVd1tyZIVAhNRUF78xEqs3b0d1I
/RBGcAUS7L6Fa6J6GaQDrBAdOMt2m59n6xBPBGH64j77A7dOd+Tmx1X6is0AKeGM
TN6ni4b2zXoQf6812VfpoQZvGFYtRVMeapZO2Bnw4h4irJPyT2b/FJhVHRWNLLkW
CD79/OEyghLZKXJCDGMp41200Vx6QXYKtIm7ESvjmnoAcvenH2ZxNl6wUWRhWzRD
GUEGBiAZmwwpBaG7WY/lboSg3axEJipwxY9K7COxLXg7Iuu7GBb+zifMcfH8ouL5
Qu1TDPNDJZTmHIAXiapXY47ayWyvFo2cIsLPFHSptY6tsxU7ihg/Tpiy5fx251b/
YPq3EVHtzgcV
=SndY
-END PGP SIGNATURE-



Accepted brial 1.2.6-1 (source) into unstable

2020-01-11 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 11 Jan 2020 14:01:01 +0100
Source: brial
Architecture: source
Version: 1.2.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Closes: 896218 936238
Changes:
 brial (1.2.6-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop the Python 2 package (Closes: #936238).
   * Make the autopkgtest depend on sagemath (Closes: #896218).
   * Add a patch for a tighter config.h.in (makes lintian happier).
   * Enable hardening flags.
Checksums-Sha1:
 466a4621a7ba79ca1ada12525d2971ada0cddf02 2418 brial_1.2.6-1.dsc
 f31ff413f94ed0d1091f4a0d80589345b82de07b 1721693 brial_1.2.6.orig.tar.gz
 63c4c4ca1efbfd56c74cda9977bcc8599859346c 7128 brial_1.2.6-1.debian.tar.xz
 67b7a1bba741b730951f7a16e64efcf60bb3a1f9 8657 brial_1.2.6-1_source.buildinfo
Checksums-Sha256:
 1ff6ba50162468a8b34bc21bc370840baf5b97aa9e4fe6badda67ccd64264eed 2418 
brial_1.2.6-1.dsc
 b64d6f0ad75925d7860ccdd142441e90fcb1d3ebef0d9dc8fd619dc73531febd 1721693 
brial_1.2.6.orig.tar.gz
 dc9ee3d500a2b178e70ce5892bd0c9730b9e2158239848ddf6f01e971aa39f89 7128 
brial_1.2.6-1.debian.tar.xz
 d8a15fa13a0f1d618544d643b43edc2349b7027f57f02131707b7fde75693d25 8657 
brial_1.2.6-1_source.buildinfo
Files:
 8ab0bfd0c89d95ed8ef74702d21ed92e 2418 math optional brial_1.2.6-1.dsc
 9c81ecc761422b4e9c10c5c8453a25b0 1721693 math optional brial_1.2.6.orig.tar.gz
 b98c90d05dc169e793f1d3755f57fbc8 7128 math optional brial_1.2.6-1.debian.tar.xz
 38008a90e1ecba1df6ac49f7b8a9718b 8657 math optional 
brial_1.2.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4ZzT0SHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVR16oP/RHVk4JfxAPY8u1GT3qskVR2BZFM26UN
HLtHYyqaWS9pjbjW7pHhtpGGR6hOsNsjcO3sCtTnflbp1QfwdNxyVkrrkk3wqAvW
3ThvTgP4FkWdO0KFtcyH2ckedFtuuhjLUE0HFSgmNxWJT/Glg4+pgh20HUj+XylK
HBLkt2zYSsWPR0sqHcD7UM8MJQkaAjMgWLPTNLY0HY+kJrQQGuWFLI0eoRGFOkcP
RDDJJrnuaIQSCWSyI+inHnYv8RZdQP2f4qch+9xyHtGmmNBrQwPHLUTZIfltfy5Y
7TW7tf3c/8tDPTwOUsQIW/H9oIunAPBEUi/XJQ9MqydIMBtMGuh2QsRP+Y4R18LM
1ZCizstSVuFGZqMs8t2C+IRO4P0On1pk1XptnRB20zXQc80U0yJ7fjUHPF3yLMne
nYouLHRJnDeMsH3AzRKMXI5XNQFd4oWAsqve3ZPuUF4tMGPp1fVawWrNufbRcFfo
khP1+NK251xaMn5sNI+L5DL4UVy9h+ND7XqWukIEzjE7tbbUqKMhZg4MigTgthVY
ZkWuVN5ukYK5fdGqAcjNB+ksMPLjQw0x1/QW2hCvtxgxkasDcHTTLXdvRyEQyl2m
4mK1t2d5QcRH84Hs1f8jK4VIFaYvGLvAsWUai26pGyD6LfKefRNFI0aRKjHGrUo5
VHcpcNhQeINo
=4hlo
-END PGP SIGNATURE-



Accepted eclib 20190909-2 (source) into unstable

2020-01-08 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 09 Jan 2020 07:13:30 +0100
Source: eclib
Architecture: source
Version: 20190909-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Changes:
 eclib (20190909-2) unstable; urgency=medium
 .
   * Add patch to stop a warning in the longify function.
   * Bump std-vers to 4.4.1.
   * Add patch for parisize to solve FTBFS on some arches.
Checksums-Sha1:
 b637caa4e4deeb7e5405f1d9c00769362d814e43 2072 eclib_20190909-2.dsc
 076d96d41b9cbbf7c96cbcf9c589244692c006ce 5008 eclib_20190909-2.debian.tar.xz
 ab74044d18d62c7ace6b83369081035265bd618f 5399 eclib_20190909-2_source.buildinfo
Checksums-Sha256:
 c7e5e3fd0640714079d79625c0d1301b3855d7cd9feedcbfebf667ea70b05460 2072 
eclib_20190909-2.dsc
 7b9d92c8f7df0070f52480ec0e4d41c6a5fb59864a7cefc78868a0866afe43d3 5008 
eclib_20190909-2.debian.tar.xz
 b22b3063730d843405595769ef98c99d10df6fb1a8b43d53843d47338b2256ca 5399 
eclib_20190909-2_source.buildinfo
Files:
 f5139dafa068a6b0a2f5142443a0a8a7 2072 math optional eclib_20190909-2.dsc
 ce31ef76018e549573398ed3f2be2b25 5008 math optional 
eclib_20190909-2.debian.tar.xz
 35344dcaadcfda73c9f2e1aaef68075c 5399 math optional 
eclib_20190909-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4WxXISHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRGqYP/32tyX+oNXATvPp3/UZ5GieiftxBElaP
0NA8dO35ot0oHd8k9ugCgwLvJZRMtqUmwCMN3PS6IBJohR8AJekyIBk+c0bWJMfk
oMzdhi8mXpn+YlzcEIhBLnI6B7uPr9wV2FmfbgbKsLlthFXNQyvthZYcRsVwVkUA
F/tXXTj8VeLEVArMtLv3CDeVmbjnYAhKBkjT+jbbYEs69/RtwuNiARzg/nfp5arO
DG1jk6zHzZbDFHrSlEI5mOqHUaD8P8wzwYuNbOkdReZWnmT6mAXQW83CDSbqwjLi
fSUaXE9kRQY1MxMFeuYSknMzf/lK7Rdthj659dA5OGrteKFtNtn7OwV33rfKFQyl
sh0FZjC36aN0i6F6xC6SSyLSyd/DEon5LpeyVulrk83uzCxYTFUTXcMB+rKYkT2U
LMO6uneQjX8lngZfGeP8jubRpeQyFSbU2fbauscOp0GhLsEVmBVxy4rpJAYYUAPA
HPC07m5FGdUOyBTTX9620+H6phCeuMDUtPrapnrnP9Jsf834PH86dNfrpr+3rkLX
wpBjd7XCrLZ0sbWj9Oav9SNljX9iUoyNPMQUQcLvx7X0J8t8oCg52vgU/bhwQ556
KBfc6fzlPTwkK5BiaxzJJ4eHGZ4/mp4eotUu/fwboxs7hfYfGfGA8/xwunZSQ/LX
jLWdhPPJKYEn
=apjN
-END PGP SIGNATURE-



Accepted minetest-mod-craftguide 1.11-1 (source) into unstable

2020-01-08 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 08 Jan 2020 18:22:21 +0100
Source: minetest-mod-craftguide
Architecture: source
Version: 1.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Julien Puydt 
Changes:
 minetest-mod-craftguide (1.11-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update d/copyright to follow upstream license.txt.
Checksums-Sha1:
 aac82f02ff909045d01213888c0aa94312e29422 2102 
minetest-mod-craftguide_1.11-1.dsc
 e5f0f295a474f84241f2810209bbd248eda8a694 87855 
minetest-mod-craftguide_1.11.orig.tar.gz
 151b841ced332237e6aed91accd13798e7eacf90 8588 
minetest-mod-craftguide_1.11-1.debian.tar.xz
 b2a62e15cb68473585b22276c434d7dda92ec72f 6423 
minetest-mod-craftguide_1.11-1_source.buildinfo
Checksums-Sha256:
 836bc3971e16444cefe7035bad30a05ccbb8cd1b6828c48ef0a05a040f54fa01 2102 
minetest-mod-craftguide_1.11-1.dsc
 2126231cc25c0b3c83ab83dbd1e764d4a75c7af42e97970a3914138553b3ea76 87855 
minetest-mod-craftguide_1.11.orig.tar.gz
 a07c7a552b82fe841d4593bfbd4ec0c8e8d4bd7b9970a6341a4d1e7be2ab6bc9 8588 
minetest-mod-craftguide_1.11-1.debian.tar.xz
 15145c3c27017a71bd8d600c992ffad979ea03f4048d7f25e759adb11b12cfa7 6423 
minetest-mod-craftguide_1.11-1_source.buildinfo
Files:
 2b098d69b10781d9e5ac834e6a31e27a 2102 games optional 
minetest-mod-craftguide_1.11-1.dsc
 dad0d4ddff25042ea8b48fa2d53735d9 87855 games optional 
minetest-mod-craftguide_1.11.orig.tar.gz
 abd902f23decd2f7bbbd377d8efafef4 8588 games optional 
minetest-mod-craftguide_1.11-1.debian.tar.xz
 1f0f86c6435e34c57d6993369de78cff 6423 games optional 
minetest-mod-craftguide_1.11-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4WEYESHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRjJoQAJqRoh7UveY3mr61tA2X/eevW/gP0kGv
u1VK63MUYKXGrKXfXIkZo4mCX1lnUK+9L/at+nXeTLffS9TdS6ukTb3rT7Zt3oO7
dYW1DGta9utL3X6ipwcwkinGrWcCclCjczNujKCcffs+Vs4o5+8KtttOFenNFFF0
bXgDDlD6/BtBMg+xWGynV0qUVmffseYmU5OWe2YVJeKTHDOP9F2K8i0bt/WHtRMq
nVQxaUGgg6L/HpmHMkyCMn6y6r/Q49MUNNru22VARqp2rjXSuohxTabRAI8FGg5w
oABuTlhoDzJBCxTzAXHrL9pGpN/b27ui6ctcJQEp1Q0+gbn3Qz/+zD9bHPz7zL4r
MKbCYoTMt4+9fN2Y16woutGnNPFBthRArNWPnf1nNq7W6UAbPFN1E9AJWGPGwfhp
XspQPGvpT8I9IFrcDlMSSnUzrK0NBJhdBLTUfQluZcWYq3jb18F4+89hXFmn8l7U
ObWa8/SMkXPxp3LRspZGBBTA9fLBYaPv9M2cPTWDNhiZrfYU3D4X1315YOhwt8Qq
bfie+47wjCePgLyIJC+JNSx6po34WiRR/jg7EfzqyvudWp4md522o8iU5ka5CMk5
SE0uKW40i5WJXjMm+9H5wntfZJ+369t7pZY67lpGaMF9cfjecHeNKiyA7T10EhKM
KIBmFcKnipSU
=rLDb
-END PGP SIGNATURE-



Accepted gf2x 1.3.0-1 (source amd64) into unstable, unstable

2020-01-07 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Jan 2020 10:12:22 +0100
Source: gf2x
Binary: libgf2x-dev libgf2x3 libgf2x3-dbgsym
Architecture: source amd64
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Description:
 libgf2x-dev - Routines for fast arithmetic in GF(2)[x] (development files)
 libgf2x3   - Routines for fast arithmetic in GF(2)[x]
Changes:
 gf2x (1.3.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Move from debian/compat file to debhelper-compat (= 12).
   * Bump std-ver to 4.4.1.
   * Drop patch (upstream).
   * Use my debian.org mail address.
   * Bump soname version.
   * Install the pkgconfig file.
   * Don't build the static library.
Checksums-Sha1:
 c010fac32106dd9d5b73a995e3d23713afe35190 1963 gf2x_1.3.0-1.dsc
 1b9c7e14031afc5488b9aa27f5501f78c90f00b4 727717 gf2x_1.3.0.orig.tar.gz
 fbc18a958d3fd5d6f1c7083df409a3b03e028d2a 2552 gf2x_1.3.0-1.debian.tar.xz
 49993737e2cf4f21cf2957ca88a1ba06d87371b2 5889 gf2x_1.3.0-1_amd64.buildinfo
 55500268f91ac46d250cf46d418224b260f652ec 32056 libgf2x-dev_1.3.0-1_amd64.deb
 acdb306b45f642052f79276b3aa270d63788a019 83012 
libgf2x3-dbgsym_1.3.0-1_amd64.deb
 ca4a60582c5b34afb7ee4dcfe28bfe6745b8a155 50472 libgf2x3_1.3.0-1_amd64.deb
Checksums-Sha256:
 5d8c11f6f64f0495ddec142a7f3e29564106c21880018fe70b20d44f4a6ccc54 1963 
gf2x_1.3.0-1.dsc
 9472cd651972a1de38e3c4c47697a86e0ecf19d7d33454d4bc2a62bc85841b59 727717 
gf2x_1.3.0.orig.tar.gz
 4efdddf733f8316bc88db8fc1d161163ed79c28dfb89c6ca56dad84b1ddcaf87 2552 
gf2x_1.3.0-1.debian.tar.xz
 00df52faa3357d2a2537befeb42b22f0145fec1725e97791310fd6e51fe842ad 5889 
gf2x_1.3.0-1_amd64.buildinfo
 b8171a640ed363334a8172fa5c9667d30ed0c7f03a46776e5656e7bb0940caa6 32056 
libgf2x-dev_1.3.0-1_amd64.deb
 9dc7eadc981dba0d88dac3c1ea6d90d479325e5a9a936803aaba041e959a42d2 83012 
libgf2x3-dbgsym_1.3.0-1_amd64.deb
 cacf4f4231d4573839650991a98535074fee343c1265ed7bc0f24c74b6e8a898 50472 
libgf2x3_1.3.0-1_amd64.deb
Files:
 dadd1be1353e0699b96637cbcd4b6844 1963 math optional gf2x_1.3.0-1.dsc
 842f087ce423c279dced26b85b0fd1d0 727717 math optional gf2x_1.3.0.orig.tar.gz
 f843b2df8d20d64ce6d06b2e947d436c 2552 math optional gf2x_1.3.0-1.debian.tar.xz
 0bc215cc8550bf70e86e1bdabaab7b14 5889 math optional 
gf2x_1.3.0-1_amd64.buildinfo
 3bcdfef1db29659d8bb9f84afdd75b69 32056 libdevel optional 
libgf2x-dev_1.3.0-1_amd64.deb
 4c755f5c6514ef8c7a26c93f33a86335 83012 debug optional 
libgf2x3-dbgsym_1.3.0-1_amd64.deb
 8c906e9ada224d87dc0950b57c1e019a 50472 libs optional libgf2x3_1.3.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4R3FUSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRH8IQAI1n0jRpk+DwkkB2s37e4eElWbnmIwSo
l9H8Ksx0DcraWpMJ1yDNsAdYOpzantBPSu6jc2aff03uDHaJSInMTE8yHUTF0Tpj
eylmkrcxIIcjEo2p7KEtSWJl0TW71e5t2bHsk6EJO8qmtelbJGDbolntNC0X5z7d
ofF98QzIKkcGryaUE+FcqvYgegMetqUi8bteusoYWkD8YmuuhgAwJ8RmWvPngI6V
c+bad/T+K/eeJYBS22FIgzw5aGnmUcqwtfVBk2brTAPnfib7UNhHO7vKbAuTYs3L
UcdQ/MTOrdR7mpEybXqLT/9KzcI+HvjIyn2M0rBBQbDcaKRHHU968+A8lCy/dnBb
2LWia8mZV1jgTO/u/onam5pE398Dyb0xN+spstvscBznmTX/kamUj/BYvGrT+XNk
6oZAxK1XWcoSBCGVDR8pjGvOk1iKNjmqUDXptIcpKq6i/5rovx/3+Ghz4IPwepSd
erwFVD104jStgs68UVpPGARKL9B8Wn9eP/Sl/p2/9ubsk4cybuGEIQg1cAyhdCq8
QFKMMUqMxckTFP0tbjmlG3fQZPMycR/Jl3wOFerfkoWhSwXuX+LVh1K8TAdql0bJ
BQJD4f0XRbFnbToh7usWHAnx9W+14Yk37jf08+hQRb0cewEcHQaruemrVb1khDVm
Pd4/b0A3+Apz
=k8UH
-END PGP SIGNATURE-



Accepted node-typescript 3.7.4-1 (source) into unstable

2020-01-05 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Jan 2020 09:33:43 +0100
Source: node-typescript
Architecture: source
Version: 3.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Changes:
 node-typescript (3.7.4-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 850237d8e4f25aebeadd0ce36f6692ba0e6db364 2047 node-typescript_3.7.4-1.dsc
 2490d3c0c8ab6c76cb6dde44d14f79895007a780 27601121 
node-typescript_3.7.4.orig.tar.gz
 114021208d499c204dcd9e516f7ef74f0f53b3a1 7628 
node-typescript_3.7.4-1.debian.tar.xz
 89a6d041a1d60faa0974c450559ea5927ba2b694 5330 
node-typescript_3.7.4-1_source.buildinfo
Checksums-Sha256:
 8fee7dcd021abf79c609f03c09bd78a54b3802d8c8214da7ac8987cdf136bc4c 2047 
node-typescript_3.7.4-1.dsc
 cb2e1e86c2da7f28078eef644dcd33a09bbffce850938dfb01fa9722e41d93f8 27601121 
node-typescript_3.7.4.orig.tar.gz
 cdbd3d3d23b78598d9a04bf0ba30b828b23e70ac215c2829b0d5d31b722e179f 7628 
node-typescript_3.7.4-1.debian.tar.xz
 02a9031bfaefd3045b1591461302502a2192682604018d5462df3016c2a829ad 5330 
node-typescript_3.7.4-1_source.buildinfo
Files:
 67f3834c20e56daa65f8511837d28d34 2047 javascript optional 
node-typescript_3.7.4-1.dsc
 0bb015547b7248137407d039ee51a767 27601121 javascript optional 
node-typescript_3.7.4.orig.tar.gz
 c56212c08744c77e4dfeb141918f18a8 7628 javascript optional 
node-typescript_3.7.4-1.debian.tar.xz
 6461cd76320d6935386056a5edd0e1c3 5330 javascript optional 
node-typescript_3.7.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4RoAMSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRQGMQAIHhYhrvINoPNbQDpXuk5FAGNofH5r0I
czIN9sQMJmBCCt5hnUv/JIUVdOsPaEKoyakfhmbSnpcoe5rwd814TuMBnQd/mqED
iYj30A2qLOlIDwx9tU2pOKiPNltnfx2RxiBEZPwCavOOkI4HfbpAHTIhfRdi7GMw
+7iRLdHcfGOGD7RufNBmy/qGllWgz0z4/EDlU/iLq6c20EpEvBptCBkK/HeZY06D
367yTpO2i3qdL4hIKHqrrWfADoa5yJGsy/pSV+gC6TXbZ8evl0B6Jyreiwax9bgz
4BvFDteucGy/6rg+m36/RT5o0eizGUaaEY9Iyx6CorZ4dGFbz1TGbEWP4ALSx61w
6YhNdQ3MzUwbhMsybiMIaqbLyY2CiYgOk5wkwFnjpI+K4im6LnuYtbY2WXU8EoxV
5ZqsdEkftRd2ynD9CsyZQ6aftVl3kHOEQRG5K9NCz72XMfWlYZU8QSQNsIUT5cT3
14AZ2MRTft4+cU/OgjcIwiIZw0SJG6pFUrZwN119uD8NsMuAHc/9uPHWPObon9Q4
Xy/xACcFMnd1YFdW2+WvhYDJ+VsC5rmdihm13TpWZfIHvJY5FSCEM1mULLZYLOmP
Ugsuko5nHQyjFqEyDZkUNKEguX54UzotmGgMeHd/gSqxowQ4NuRGS59V4hqNXhEw
cytqIqkjq4VW
=8TXQ
-END PGP SIGNATURE-



Accepted fplll 5.3.1-2 (source) into unstable

2020-01-04 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Jan 2020 23:10:06 +0100
Source: fplll
Architecture: source
Version: 5.3.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Closes: 947718
Changes:
 fplll (5.3.1-2) unstable; urgency=medium
 .
   * Add workaround for missing -latomic
 on some arches (Closes: #947718).
Checksums-Sha1:
 8de5be1474ff2977ab7b15028545ad9a559ab3e0 2117 fplll_5.3.1-2.dsc
 bedef1040b1219bbc82ca4e2f6c538a833a0154c 8028 fplll_5.3.1-2.debian.tar.xz
 22a71a69c84df42f76b6c0045ea619e35a924ec0 5241 fplll_5.3.1-2_source.buildinfo
Checksums-Sha256:
 a7b80cfa7e684f527acd6b93873b98ae5c5945ebbd262269af89b44135e764db 2117 
fplll_5.3.1-2.dsc
 f8c610cfad57e3a2dfe4f99683f6b50ef7de93da797b8cfffe0994679342c40f 8028 
fplll_5.3.1-2.debian.tar.xz
 6806de717aca514a6beae449220c24e49d8cfbbd1b65720eed4752a72fc3b160 5241 
fplll_5.3.1-2_source.buildinfo
Files:
 8dd9331978c0f2897a3811e39786bc1c 2117 math optional fplll_5.3.1-2.dsc
 a6d53aa0b6e515cd9795e30907213275 8028 math optional fplll_5.3.1-2.debian.tar.xz
 b329f1968afa92bcdd013c652a9951a6 5241 math optional 
fplll_5.3.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4RDmkSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVR4q8P/iq8DQdsqx/eX70cB7XlnSzEYZA5YFYB
rSmqCxCj28r07/z7bka8dSb4tVB8pbm5ydXQBjq7P4AHKdzuNhWuW2M8N7lRKMGC
T6Gut2ULhvDySwzL6kK1N5VYX0xFjW4fiAasDQKNvdMhZ8p3H2D2ZKLTT+FRyP8c
BYm8YMqJVilDuEG9i1xQSCZegf1HzeYAILF36RVuDpnVW2PN8T01d3Il9GUAdLhk
EMvxw271P3O7+uLGJrqGjbKZvlDv+C+tjLfKrpR22On4h3A4ufx2SsJr9GRLmvD+
xE/2+mNkfJs+HujKlFug3940W1eZkmf5aTRATSYubfHsZctP+RiEnmHBaI3kXPMs
I2SXBHcD0xr/lxqn6x+1fv7fZun9LbfZDAWQUmN8GGsvvTk4GEviNLXPFY1ChgKF
UfBmpz85G8FfgMOHcdnU7qXN3aqUCggQ06y1B/ziNTFEcUT6DSTctgLqj9HtrMPf
qfacfkceLZyGqF7GJ5uLF2p6UaddTb+S/wEi6Mz3IZPiS/BhOh4b2/GsplUzpKpb
TvXSgFlh8xlumpmsfaoreEe0zO210j987pThXOtK9xEA0wK2n+p40fbgVJ9ouiQq
9DCJDVxFMKWs5PRx51jPEQwyvOuERPifzRPqBnvJhdaqzLcC2TgzrJE70XOhYCl8
RWIKfZzlP9MU
=wGbM
-END PGP SIGNATURE-



Accepted scilab 6.0.2-1 (source) into unstable

2020-01-03 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 03 Jan 2020 10:05:22 +0100
Source: scilab
Architecture: source
Version: 6.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Julien Puydt 
Closes: 934047
Changes:
 scilab (6.0.2-1) unstable; urgency=medium
 .
   * Fix d/watch (upstream changed the webpage => use github!)
   * Bump std-ver to 4.4.1.
   * Package new upstream.
   * Work on patches:
 - adddemo.diff: follow path changes.
 - appstream.patch: drop, now upstream.
 - desktop_files.patch: drop, now upstream.
 - fix_fortran_code.patch: drop, now upstream.
 - fix-ocaml-4.05.patch: drop, upstream changes fix the same issue.
 - librarypath.diff: drop, upstream changes fix the same issue.
 - jh.diff: follow path changes.
 - missing-lib.diff: follow path changes.
 - jvm-archdir-ppc64le.diff: drop, upstream.
 - libjogl2-java-2.3.2.diff: follow path changes, refresh, complete.
 - hdf5-1.10-api.patch: drop, upstream changes fix the same issue.
 - gcc-7.patch: drop, upstream.
 - lucene_4.10.patch: drop, upstream changes fix the same issue.
 - spelling.patch: refresh (most problems have been fixed upstream).
 - no_homedir.patch: drop, upstream.
 - reproducible_build.patch: follow path changes.
 - scicos_Makefile.patch: drop.
 - java_9.patch: follow path changes, refresh, complete.
 - force_java_home.patch: follow path changes, refresh.
 - set_class_path.patch: follow path changes, refresh.
 - use_outside_font.patch: follow path changes.
 - java11-compatibility.patch: follow path changes.
 - force-fop-jar-into-classpath.patch: follow path changes.
   * Make debian/rules find the sources.
   * Add new patch lucene4.10.patch.
   * Add time as build-dep.
   * Fix install target.
   * Fix desktop files paths.
   * Fix doc files paths.
   * Clean more files from the packages.
   * Remove obsolete lintian override.
   * Add depend on libnum-ocaml-dev (Closes: #934047).
   * Add patch to get around Debian's ATLAS #947827.
   * Add patch to work with more recent OCaml versions.
   * Fix spelling mistakes (update spelling.patch).
   * Add find_libs.patch so scilab actually finds its libs.
Checksums-Sha1:
 91c0b50b5c3a8b8c30e89114c91f7ccfdbd826b5 3687 scilab_6.0.2-1.dsc
 9fd897fc659b5d5a07f0a145a4f91da83b1bb93f 77602832 scilab_6.0.2.orig.tar.gz
 f7c47397f0b864f083684bef55ddba3351d3de95 46036 scilab_6.0.2-1.debian.tar.xz
 7103b3ec64283258d1d9eb5fd04364484ee4a5d2 18476 scilab_6.0.2-1_source.buildinfo
Checksums-Sha256:
 530ee32e13626c5ec5991fc6d5ecf4198b2f2e35fc1c773e6b12b5309a5b3d96 3687 
scilab_6.0.2-1.dsc
 064b2a4cc5b414500bbc23c91197610e2b1f18b481f094c2b85f759924d7ffe6 77602832 
scilab_6.0.2.orig.tar.gz
 16e29e97909e51284e237656109fae98cb0b1271a8c5fa503d2ac4312acf8874 46036 
scilab_6.0.2-1.debian.tar.xz
 6675fe6510bcab6d8cbb0c4cde5ae67b968e172372b7356c43730e63ee347d2c 18476 
scilab_6.0.2-1_source.buildinfo
Files:
 edce283e5c1b2b6c5d8c7175351636ab 3687 math optional scilab_6.0.2-1.dsc
 d60f74ff6d71306556f157473fbe1d76 77602832 math optional 
scilab_6.0.2.orig.tar.gz
 63fbad6898425db51a17c5319851caff 46036 math optional 
scilab_6.0.2-1.debian.tar.xz
 a78724ed193c1cbf9f6b222a2be9aba8 18476 math optional 
scilab_6.0.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4PBDQSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRNNIP/2Ua8Xco7eumTr3yc9gOjtrnX97j8a9e
0PN0Tttv9ak7K9vGrhQU+hGz98JGWnXCmXq4mEAd1cHcYI2niGOue5e6QAX7WX4/
ejinT99G5dDCD+UImRDFA5qetLdW/ABRWufbxp9+zAOdcK5zkw/UzT+pWxNu+3Eu
aiCRgrtm+rKu3zUOGf/CGOiDh8AnvZqFl68R/ASEjlUNgsKH5UuLM815h82UCyX5
ibnR/k8/qCZag/VAEIPWUTYkFBGWPNNa/Y6Ws5V0tqb3c+8p6foHR+TLT36E/YYD
029Vq9sEhDdjA90EAhuHctKS60k+7396E6AljFLLqEVZNM24CaZL+GtTMNZL2jh0
VOls4H8In7nRDgpeZK1rJ7B3aRudh0DVsVNnBSXJCWNtepJQ8ajxtyYv36qTUJKq
A+NgEhMusvgG+FLOSMS+sn45d9e2XPaXBa8sZQrW//HRD+kY4ppS6p+6Fnt5Q1ym
1u+8u7dOni0iGJJRazqiZwBwgHYnuexM/9LjYZYe4uYhYfVna4WoVmEr/ZzVt61c
aV7ezuFDZYTRMUBGLeCvVcVyehjizuZuUgAczGzm0CwCMnfegtYzD7OaKaLyzGWt
2ICA0VzlfFyzZ9+ssCcuQPuUCv50aa5TmZM/qzvK/j2PfR0LCRqvubL5oqbHS/7F
NRRqO/WayM84
=aQWq
-END PGP SIGNATURE-



Accepted mnemosyne 2.7+ds-1 (source) into unstable

2019-12-31 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 31 Dec 2019 14:09:49 +0100
Source: mnemosyne
Architecture: source
Version: 2.7+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Robert Lemmen 
Changed-By: Julien Puydt 
Closes: 947032
Changes:
 mnemosyne (2.7+ds-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces
 .
   [ Julien Puydt ]
   * New upstream release.
   * Add depends on PIL (Closes: #947032).
   * Bump std-ver to 4.4.1.
   * Switch from d/compat 11 to debian-compat 12.
Checksums-Sha1:
 a82e72aff5941d1e33e128382f32109540ca1f28 2000 mnemosyne_2.7+ds-1.dsc
 04baf3d1dde89ab8a7a2b427fdfd188e8b97d3fa 852992 mnemosyne_2.7+ds.orig.tar.xz
 211a1dbd9f0c60bb541b55e4aa3855658146704a 14624 mnemosyne_2.7+ds-1.debian.tar.xz
 f6376d4c5ba35f5315c62a49b5959c3ba43f5344 9872 
mnemosyne_2.7+ds-1_source.buildinfo
Checksums-Sha256:
 46cfa9c33668bb06ab7548e064bec0e048490395fc03851778ee107adcb3475a 2000 
mnemosyne_2.7+ds-1.dsc
 5599807e30acd551d4e1c794f01f2e048f5ad15156c98b3b17e974da8ca072a5 852992 
mnemosyne_2.7+ds.orig.tar.xz
 736d9bb30fd6a8c8f7cc01183cdaaa8880141f243af91687edf577453137d66a 14624 
mnemosyne_2.7+ds-1.debian.tar.xz
 ef01c4658dc1433cb9c01aca81c0328e6c74abf765a1feb1334f605a3b90c936 9872 
mnemosyne_2.7+ds-1_source.buildinfo
Files:
 0a733f6d008771f12eba874d32d319cd 2000 misc optional mnemosyne_2.7+ds-1.dsc
 68d722576924b513cfef0b4391e75d0a 852992 misc optional 
mnemosyne_2.7+ds.orig.tar.xz
 7440a2faf212aa3294590ff448995ca1 14624 misc optional 
mnemosyne_2.7+ds-1.debian.tar.xz
 e1317d81d529fa10fd9e6d0cea4114f9 9872 misc optional 
mnemosyne_2.7+ds-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4LSLkSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRwJsP/0SPQRIHPImrNEvsIb9wPhdqJwqvr+IQ
j4ECK9Ptdvs4MhSImgd64/GlykKoOyYIVBMLuYVk0YX9RuoydjtN8khyiCPK31l5
jh0aFjwNooePJlp090mNmm8W+skQlCYlFeoBqv8r5sRUu5ru7ibgp3o7XgDbaaK2
RMQFkw7AQrWiHBmYTtlC+kGUsfxwzJMoYxdqP1dEuPLcEotaIQKa6N+6AamWFNE/
EwTgbIINANFLCtjMggcWjhzStCbAg71Z+6D9gUAHmd06+k1fvJ1tT93tWI6y2wj0
6T1OVqPw2vLzz781QFckpkmdJgOuxfn7aCYic8DLHDXjtsNz6TjNOnLbW24fiNwN
QKuzTl94sXOa/p4oGHTEaW4gkaX3JFvhmKnuAsOE3KcyOQuUWdMUOWVax9VDaQmx
igVsfEnesP7XOoJ2HxURNGCzHEODx/AZbm46c/2ESq2lYnvKfy8x9xZ7xXZbmUTY
Wx38J3BGcqVLlWLhLqBHc+l7NMM08v40/7IHB1ofRdsU0WniHpLkcC4/ILv02v7l
pB9QSapqhU7uwC+GQN7X8MSuTbmVuMiThvxATqXuve7B+WF3nXRunTSyhvWqP/dC
m10P45l/Pt15KDb+sXMrTze27LIya5XJItLLYR1ZJqDArZ+ayWw6sc4B/DQVb9wJ
4bnmELWPpDOh
=zHMv
-END PGP SIGNATURE-



Accepted fplll 5.3.1-1 (source amd64) into unstable, unstable

2019-12-23 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Dec 2019 12:00:48 +0100
Source: fplll
Binary: fplll-tools fplll-tools-dbgsym libfplll-dev libfplll6 libfplll6-dbgsym
Architecture: source amd64
Version: 5.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Description:
 fplll-tools - Tools to compute LLL-reduction of Euclidian lattices
 libfplll-dev - Library for LLL-reduction of Euclidean lattices, development
 libfplll6  - Library for LLL-reduction of Euclidean lattices, runtime
Changes:
 fplll (5.3.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update fix_pc_file patch.
Checksums-Sha1:
 9a71459e659991ab621d665112e946616ba5883e 2117 fplll_5.3.1-1.dsc
 da28bd00f9ab69408c0181ab795fead96c171e91 1025157 fplll_5.3.1.orig.tar.gz
 e3c3594e8a349cc5cb780f174949de4f2dd384bd 7832 fplll_5.3.1-1.debian.tar.xz
 28e634b85124cfb211f875af83dd13a5a5f6df28 479336 
fplll-tools-dbgsym_5.3.1-1_amd64.deb
 77afe456638125d94f37e0b61e09f332a21d9496 47280 fplll-tools_5.3.1-1_amd64.deb
 89c12f39e33726182cde625468539b297481854b 6551 fplll_5.3.1-1_amd64.buildinfo
 faff8b2073c94bc630cfa4ee8d03ebc97bdd7229 80516 libfplll-dev_5.3.1-1_amd64.deb
 c23242bc29d135355924cb597302fb287062dad2 20991768 
libfplll6-dbgsym_5.3.1-1_amd64.deb
 2c03a24b40a22c9d1b83e71de7cb8f1480277437 2196368 libfplll6_5.3.1-1_amd64.deb
Checksums-Sha256:
 260fe530210e11f7405553fd12ebe0588de5f93d6c24c6141b68b1a8691260b6 2117 
fplll_5.3.1-1.dsc
 941d570c495a9c8f660e833279dda93b016bd0b9ed1775a3f75bd9d1df94f679 1025157 
fplll_5.3.1.orig.tar.gz
 69f535f13fa295110374a240cd8052d6d8467937608820f5b403ae351de3be50 7832 
fplll_5.3.1-1.debian.tar.xz
 95ee886702b27190698fc744f73ad05a89326c7d45eaf75213c1aa50027b81f0 479336 
fplll-tools-dbgsym_5.3.1-1_amd64.deb
 eef380953b4a3c6c9c32b6ccfd95dcf5d8f0853bf9f8753876fecadc93be97bc 47280 
fplll-tools_5.3.1-1_amd64.deb
 580a8916c71f84fe105ee4064157b31a9f031ad19bf7bd3d255a9bc282a7cb40 6551 
fplll_5.3.1-1_amd64.buildinfo
 6823afae5d9d70385898c17c1d167035ab544dc33ae9aa88aae55e3816ce386a 80516 
libfplll-dev_5.3.1-1_amd64.deb
 ac30de5e4a6db6f745659a27f69b629c9b9205dcb8d17b490b21737dcf09f901 20991768 
libfplll6-dbgsym_5.3.1-1_amd64.deb
 4baf6dafc3fc340c487ba457daf3517ebaf1359f724520c720965abf69928725 2196368 
libfplll6_5.3.1-1_amd64.deb
Files:
 f1906ae84d8ff1db0b8a3ae85cb81084 2117 math optional fplll_5.3.1-1.dsc
 254c12beb51b10e5346090340118099e 1025157 math optional fplll_5.3.1.orig.tar.gz
 ef1b49ab2ddd72ff1e36252f42cd42f9 7832 math optional fplll_5.3.1-1.debian.tar.xz
 ee3d422da4eeb242c8d923434c7e87ce 479336 debug optional 
fplll-tools-dbgsym_5.3.1-1_amd64.deb
 ee6194e512320b3846f3432910c0964c 47280 math optional 
fplll-tools_5.3.1-1_amd64.deb
 85a7962043119a2299cc3ebf281ad6d2 6551 math optional 
fplll_5.3.1-1_amd64.buildinfo
 a8379862735c9a2855ad798b1191c4f0 80516 libdevel optional 
libfplll-dev_5.3.1-1_amd64.deb
 4c6628b3c5d83ccc9c6acd5be37030e3 20991768 debug optional 
libfplll6-dbgsym_5.3.1-1_amd64.deb
 3a46df4b2a148e10b72e0a78e7611754 2196368 libs optional 
libfplll6_5.3.1-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4AnxgSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRqwcP/j/yVbeTqbM+9m0I7A833guXvRXcFwoh
g9tmeSBhrGp7bH+sL7ZW1lM3qkAtGTYUyII8jPNGBtO7jcGeBST3kvyFYMz2s31p
0zlIxe+8Hh8+reclENGuZSbGFXDF04a1oZp10mSZjHRKcE3hDLG+Xhq4ZsCny9/t
UwaLYxQrySBxOthdC1Y/lXp55Lfh0R6YvRPcEeFGVlL4hU0yPBVMFpfoSj3c5DsW
en1kAhJEOwnqAJxbuuO1E09fS1CxBNMLIs6rrZLeIHiDfJoksAluROnQboGSRL26
fN5D3/rK4K4k5stOcOz3W5d08wGzLPtDT+6EMcD5wwakBoq72aqeH/7RsKB8vcZ3
Ek5mDl+Ghm4El7Cp8gWsJZ4eP/0M73UlP+wPR+Ap/+EKYFTznDDJ+CqCq2LiB6Bl
xITVKsr2NBnbfcVLJwvlE+eon9Z3DsI6zyyczgv2cvBeFJuiqJLIhxpImrgmIhIf
S2f7m2e/hZLI6RUJtGsouytW1Y00/ojfxvqLGtJGeUo2JJS6ZOEk8VpHFTSCFNPh
Ff77u9Zb7P6Oyw5ytqcuaMsy4VJ6k1tqsvuYrT+nzyTvM0UkKgq4hEqwVy84DjSR
5Ew9Dw3Tsl432T8CmEhBIfZbNbkISMDNQF6LeZL8NO/kSKPcjafAdXKSdskw5h6u
QkaCVZ0lrIjb
=/4UV
-END PGP SIGNATURE-



Accepted fplll 5.3.0-1 (source amd64) into unstable, unstable

2019-12-23 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 08:28:43 +0100
Source: fplll
Binary: fplll-tools fplll-tools-dbgsym libfplll-dev libfplll6 libfplll6-dbgsym
Architecture: source amd64
Version: 5.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Description:
 fplll-tools - Tools to compute LLL-reduction of Euclidian lattices
 libfplll-dev - Library for LLL-reduction of Euclidean lattices, development
 libfplll6  - Library for LLL-reduction of Euclidean lattices, runtime
Changes:
 fplll (5.3.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh patches.
   * Move from debian/compat 11 to dh-compat 12.
   * Bump std-ver to 4.4.1.
   * Follow upstream soname bump from 5 to 6.
   * Add patch to improve fplll.pc.
   * Update d/copyright to new paths.
Checksums-Sha1:
 f5e7eb08010c430336a4fc9ff6438cc8966454e7 2129 fplll_5.3.0-1.dsc
 cc795bf31b1bfaa2da5cdbc25892a18eca40ae3b 1022453 fplll_5.3.0.orig.tar.gz
 09b60f27fc9b10b807a6140ac744fc9c43dab8e3 7808 fplll_5.3.0-1.debian.tar.xz
 dac015582963473ab9452887ef939a6e36855172 480012 
fplll-tools-dbgsym_5.3.0-1_amd64.deb
 d9d010a28c5d77ae031abb27a1220afc10c7899f 47384 fplll-tools_5.3.0-1_amd64.deb
 8a3ea7c4c23c39fda058abd2b495006f728bd611 6563 fplll_5.3.0-1_amd64.buildinfo
 d17032f874d2b3c5a595d912f0090eb7b5b6a3b9 80192 libfplll-dev_5.3.0-1_amd64.deb
 6bb02d001be595926b7236d594b040cc21f9 20953060 
libfplll6-dbgsym_5.3.0-1_amd64.deb
 9062bcbbe149bdaf24d013d32d1298aad22763dd 2202432 libfplll6_5.3.0-1_amd64.deb
Checksums-Sha256:
 f9c6bb5261e7af503567678be0a6f1b67704dfd329c62e3f3e8f92665852ea9d 2129 
fplll_5.3.0-1.dsc
 af37b72804b94e68c0814173d4e69fc2c23797fea6c0dac78fef6a201e74c8f4 1022453 
fplll_5.3.0.orig.tar.gz
 ba604f9fc23d3898a7e5dc4f31e290b65d6fe5672c9e0e701f73d3515fc2b835 7808 
fplll_5.3.0-1.debian.tar.xz
 f93f6380f8c6eedace92bd6066d8892a7bd67a05a96b5ed96bc4ae213a82 480012 
fplll-tools-dbgsym_5.3.0-1_amd64.deb
 766a2008d51f4e75d574ee55aceea07ed83f7e3eb88aa0f8f9f4c8725fa2ca87 47384 
fplll-tools_5.3.0-1_amd64.deb
 12031562b5cdb344b761cf2c9629557c92209633a47090180f2399f3fccfd8db 6563 
fplll_5.3.0-1_amd64.buildinfo
 818d3f83f59194047b227fcbd9fc30f1e37197b7833c0d3e39e1ab352038834f 80192 
libfplll-dev_5.3.0-1_amd64.deb
 138d7ca3b445bb2345dc0cc07dbed2d56d11a9a5ab8a89a0eed13664b1d82b51 20953060 
libfplll6-dbgsym_5.3.0-1_amd64.deb
 5e0e7c46f96f11739055925f872636a9ac1e31f220002511b19d84f3330afbcb 2202432 
libfplll6_5.3.0-1_amd64.deb
Files:
 0bc9323e8b16bb9a32368f9575383ce7 2129 math optional fplll_5.3.0-1.dsc
 ce62c9aca00f79f791130985ee3ed760 1022453 math optional fplll_5.3.0.orig.tar.gz
 862b9611fe7836cfb4f6e2114349099b 7808 math optional fplll_5.3.0-1.debian.tar.xz
 8e90d1286daf4382156dd522268d4053 480012 debug optional 
fplll-tools-dbgsym_5.3.0-1_amd64.deb
 021d491cae8bfdae16bf75e94afcac5b 47384 math optional 
fplll-tools_5.3.0-1_amd64.deb
 a15b20a78971da795877ccf1633c23b2 6563 math optional 
fplll_5.3.0-1_amd64.buildinfo
 6cc6d919a33c22a2b95cea3905291181 80192 libdevel optional 
libfplll-dev_5.3.0-1_amd64.deb
 ce8a1008d2072297ccd26419dd6aa22b 20953060 debug optional 
libfplll6-dbgsym_5.3.0-1_amd64.deb
 39670cde9438599b7a7c1562c7b374ef 2202432 libs optional 
libfplll6_5.3.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJNBAEBCgA3FiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl38h5oZHGp1bGllbi5w
dXlkdEBsYXBvc3RlLm5ldAAKCRAExTvX/gMFUeX3D/wK4ijOjbVQFWIkz3Lcnj2j
emryY5GbAOpAtuSU7TeAoa1LiFPhtMJ3jrav5IQhYL5uYSh7T98geymojdpDEZZk
fzTDXqUyc3QeNwQlbvjC9DZVeX8pG/Rlb7694fV8KZYmXItSUcm3LGus7wg+PO8y
UKkEEE2ObIgw9sfsf8WuCyCFFNKoBvt5Rt0utRFNfsoo06V8XJVfv3Vpnd/mfx/N
lhC7fV/LR6HkPV5/I8kVnA3c0LLxaIqaa+SD1aqK/N/PaoJADhnKQqbaM5KdzoSH
WSEw+g5GS+X+SgHqkA6MqLAKXdxvESA4zoI77Ow/zfSb6tsBLwKwyxV9YPt7IVNX
biNiNFv1rfCVgAy8Q3192gND1jHRZCQ9+FWfZACFV+iFjeRdOmUwjjupB9R8K1Uo
aZN3NI5wpYgs6p7q6FnpfXXeML/96PmmjdbK3WaCpIWDALQ8mszPlz8j1EmyHDvg
7DRkvLamon5DJZGfptWHvQToW9nWBug+kG6f6585UIg9bij1l8c/ldo5P/kIutXn
zE4nZWbqdCOJoXh5vcNqhMEiFsNVgUDtbpH/FBlVPBjoOFTlgBZs2W6QueMUnDeu
EaMEWrIduMQKxnZll7nU1zE9264anBOUmZ/dPmeYCOnVfBVV9CIXKKIgt0oIknxU
RANTzmrKDwZcLA3vilty9w==
=odrU
-END PGP SIGNATURE-



Accepted fpylll 0.5.1+ds1-1 (source) into unstable

2019-12-20 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 08:44:50 +0100
Source: fpylll
Architecture: source
Version: 0.5.1+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Changes:
 fpylll (0.5.1+ds1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop time patch, upstreamed.
   * Bump libfplll-dev dep to 5.3.0 (new pruner.h).
   * Add build-dep on libpari-dev.
   * Drop M-A: same since lintian complains.
   * Unbreak autopkgtest.
Checksums-Sha1:
 ff4ba72e30c1af0667893b36c0f54508f216 2467 fpylll_0.5.1+ds1-1.dsc
 b46ffd16c2e93f64d3532de8cc0eae508fd5c2f8 86856 fpylll_0.5.1+ds1.orig.tar.xz
 312aa2b323f5acb0cfbc8828da842dce6b5f621f 4052 fpylll_0.5.1+ds1-1.debian.tar.xz
 567a2ee7d415f37f137681f8f0e55e4d3bb43f95 7189 
fpylll_0.5.1+ds1-1_source.buildinfo
Checksums-Sha256:
 3b45ae2d9514a25b3d8222bb16c140a3d95a7737d6fe5a0f7fd3d33378e1c0cc 2467 
fpylll_0.5.1+ds1-1.dsc
 8180941840a1977e74e9751fd404c3e6787ba96e07609eec33c14ccecb36f052 86856 
fpylll_0.5.1+ds1.orig.tar.xz
 2bfd42278eb987eb0166ea4bf330a9b69e375efc42aaa1a15d93f0722083fd6c 4052 
fpylll_0.5.1+ds1-1.debian.tar.xz
 e5c416b66ce355e3fd4ef315fe25ad0f197bf0b4380d6a5eb3010ba25b395112 7189 
fpylll_0.5.1+ds1-1_source.buildinfo
Files:
 01a8bf4845f6802986333091bddb997a 2467 python optional fpylll_0.5.1+ds1-1.dsc
 804a64f9d3c1de5a99b7d871b33cde45 86856 python optional 
fpylll_0.5.1+ds1.orig.tar.xz
 8f99cbad5962403d5962cfdc7099017c 4052 python optional 
fpylll_0.5.1+ds1-1.debian.tar.xz
 cb766ae8d9946d8395c2fa93cfad39b8 7189 python optional 
fpylll_0.5.1+ds1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl38fDsSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRY/0P/jvT04dcFtmJhPEWfoS8Of0BbLPWRxQS
HKLq6wIVzdjoDFjlk5AuoIlc1e9M764INMDkmlBcC9WWdYvdgEYjjrWdHbN8hucr
IEdG/SuuPoDVO7s07iAPuGRHRIHvMmy3sWS8dWLTNU5rz7vzBGbpM4Jcsu/+5R3s
enAsKXRig31JWHu3IWW1sDY097PHT37FyMWyJ694Q3lbJOwHF+mmYuLs0y53fAnc
e1AQnBZxrDeSBLMGEkFNvfkDIdi0ChaUIEr4seWkLksxBOH9WQYuQ2Hu1a7P7NGd
9sMRfYbgb7LNNA89xGx56oLBwiQgSdJEsKl9v8lGy6SXm6bkU9lw3FcjNKlHjXn5
L5Of17ALR0Dynb6aJ3rbrlrM5GklniIPzkZdIaHiHQ7jW1k3xcDLyuVC69/MTIBr
5qIs/36mBzt2i1OmwaywyMKuWrZQ53ntNGCU8O6CEs2o3VZ+KTbvVlrSY1ZAIJPq
P/ezBWXEaTmCtNiP7wtJ1Xi1q4ISO662ep3g+9mBG9mnHVc/iAo0qnY84x5SgfUP
bbzMJZfooEDvL+u09LZYO3d0ahZQuBF6JGhQoEclFAlwPlD8iS0J4h9KcMD/W/d2
rm4eo1KTS7xeL9YfxWECny9NaAe4tGi97c1L+wk9G6tt94bJQoEuHPlKIdpjD9fF
7vPotDx56xso
=A+JZ
-END PGP SIGNATURE-



Accepted traitlets 4.3.3-2 (source) into unstable

2019-12-16 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 17 Dec 2019 07:54:41 +0100
Source: traitlets
Architecture: source
Version: 4.3.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Closes: 942342 945541
Changes:
 traitlets (4.3.3-2) unstable; urgency=medium
 .
   * Use my debian.org mail address.
   * Add patch from Chris Lamb to allow reproducible builds (Closes: #942342).
   * Add patch to remove a warning with Python 3.8 (Closes: #945541).
Checksums-Sha1:
 1080d6612417c1c7b549efc4a30ea444b0cdc361 2423 traitlets_4.3.3-2.dsc
 b961ce76be4a78fffa9401ec03c341b03b444a54 4428 traitlets_4.3.3-2.debian.tar.xz
 56521ed1dce414ed1d090392381f1f6e8454d143 8554 
traitlets_4.3.3-2_source.buildinfo
Checksums-Sha256:
 0b719992813be8f1aa1ebfe4660aea0c046afdb034a2415468bda68c6a893781 2423 
traitlets_4.3.3-2.dsc
 17ca12fbf7d32fc27e688b7072d977bdfe1f0361c59c9205ccaafda16eaba7c2 4428 
traitlets_4.3.3-2.debian.tar.xz
 b74e2ab338774c835e2e5ffe90ffbaf895151cef65f3049d17203456cb7e1d87 8554 
traitlets_4.3.3-2_source.buildinfo
Files:
 d3d6195bc3cd9ff822575a85103867f9 2423 python optional traitlets_4.3.3-2.dsc
 7ae700413a51201f49c56d6ed696dde2 4428 python optional 
traitlets_4.3.3-2.debian.tar.xz
 882e73167dfa2df3ba082d6994111825 8554 python optional 
traitlets_4.3.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl34fPUSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRdh4P+wbg7vrrFkH826J20XibTUY3wepB2L9C
sxUjy8RDoJz8v583/UJUsCFZGXiza/dmbqQ51NiJsh9wtRjdkRJ/2ySyDy3jxIiL
YAPDRHh2xUyh+fxbxBTxsTgd2K2EhBpr5GnRtgFMC4My4b6oq1w/D7K9awKRwEHK
+pHIPSNlOqjYGFOnaO0KYItyxFmeDW3fW3DZH1YDlXkxUvppf9HHwtZKyQ8s4YD0
3j+A9vDSyNPWiwMVM8Tqwnkh0po1Xm7QE2DY5Y59Y5y8PiISywAgoZAkJ58vpXAk
m/qOYqUIMQ3WGYOAdZHhwUGGey1laOTgQRj5WmZNT9T562PNdmfK0Vt30rlRLj15
DtlVum5mpPPEz5xHj+6J4thVtvYC+nx4L4d4O2agCKivcYk/KY7vfLg+Z6Mmeijd
hvIQGkeMCIgWAdeBoXNjlqaspN648zNV9TtZpKLz+tT9lRL6P6Fm7WxPIKkwy+HA
GMNpAdm0jJUYCSvzqkYhUUmJS02lpu5iirpavO9ct9dbRJcxln4dno9mTHWnJ+Q/
7pyLpgBpHgy5As/xJ7rnVAmJHfl/2hgUaaQ09UgQRjeP8sWUnZfoCaPi75beY5Pz
LAif7Vdr4XfMEgCOA49o8njhXHCN78ZDal7QAw2wr8WAh2kYQPKCpQvh+6vPx1WZ
fTd5C4dUHl0p
=KZ02
-END PGP SIGNATURE-



Accepted node-typescript 3.7.3-1 (source) into unstable

2019-12-09 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 20:52:30 +0100
Source: node-typescript
Architecture: source
Version: 3.7.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Changes:
 node-typescript (3.7.3-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 856b7c8762b5f9cab5d71f238d91b5c3b8a5b369 2047 node-typescript_3.7.3-1.dsc
 1dba39acbeddaa20c42e5638336f2f8f374e19f9 27600685 
node-typescript_3.7.3.orig.tar.gz
 de619adbb795076d5ed2aadd13045c595cad3428 7620 
node-typescript_3.7.3-1.debian.tar.xz
 c0a7459f6404c93e5705c792d3e7f1d1a23db017 5336 
node-typescript_3.7.3-1_source.buildinfo
Checksums-Sha256:
 a7e9ddeaf40446fd53826526a9378e2d74d33575e925a6c506e96b9f2f94564d 2047 
node-typescript_3.7.3-1.dsc
 3bab08337ad53b87b34d6ae372ae08254d1221421cad84e4b6572ae73f74d379 27600685 
node-typescript_3.7.3.orig.tar.gz
 c52aaf42d0e5222bf17dbda2de0d6ca6dfc007c8126704cfcc2ff41d04f437fd 7620 
node-typescript_3.7.3-1.debian.tar.xz
 1289dfc2fccd3f0e0411fb7a678d25ea05e65b2eddf37c69aeef0af02eb3c8e2 5336 
node-typescript_3.7.3-1_source.buildinfo
Files:
 dedf0420deb0ba32257680c40444ac65 2047 javascript optional 
node-typescript_3.7.3-1.dsc
 445247105fe7c680059fe368d62e12fe 27600685 javascript optional 
node-typescript_3.7.3.orig.tar.gz
 6d303655eb685af60f7a1a7b03a7d269 7620 javascript optional 
node-typescript_3.7.3-1.debian.tar.xz
 639ff0d1570905756cf1ff997e711be7 5336 javascript optional 
node-typescript_3.7.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl3uppoSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVR9IAP/jT7ct9ZsWuBK6Y6ej2PR0Vz7GAL67Cn
E19HYHt00GqZuI7SQ3sS8tfgZ05gX1l2EZEoyQTVSqy8+ra1lUKJdcSpnUMKAp/P
fxnEcm8GmZ6GE1OgWO84Z1YDCs5jKEJwVP1KMjgkoEFpteOrWYnDCPrgaQwvEUXj
+/Ab9bzI8guQR9WBYzJkeFGp3oA14z9jVLAAr81lwWxdu0bhu4Io+8en2iFnqee0
uzMLqdmj5GZQSmbN9iFbFWl3lWxqbo6iFa4pPkERblt4W8pH5jxczoyrRRjLcdIt
xAf6KeGc9U8BULmT75p4dSg5cw36qSvje0i5ki7F8L1MKE+Tbh5xjWu9ZN9fx8T9
e8G7/8wlGVMfHcvORSL70OnkKKZ1k+c+YgwP/+uvBQMIkP0gsxlNLNn//yZuBWHW
lIWboLMJKeiI30/ovYSRiya+kHPI3D4havONAmC5cNHqOUdl97ZfKsjXXWeO0zij
M3TL+1YSd27nPzCeNXeM6J815QalZT8ttzHZ+LaNmmvWAaSUTyuMUxrJsOUEgTdd
sLqXupjAPL7UdAsaKzbma1Mrdjc/r4pY0Ue/HUH7jB7+Uu1+/On4UHBMRmHeox77
alj9D3wcf6KE05+bCdJ3r0GYs13MQMxvEVpMF4PBsN92ynMOtkrsW+aiFyxmFbbJ
zQwjpaDWvVEf
=ReX/
-END PGP SIGNATURE-



Accepted testpath 0.4.4+dfsg-1 (source) into unstable

2019-12-08 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Dec 2019 07:36:38 +0100
Source: testpath
Architecture: source
Version: 0.4.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Closes: 945214
Changes:
 testpath (0.4.4+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
   * Use Python 3 also in d/rules (Closes: #945214)
   * Bump std-ver to 4.4.1.
   * Unbreak running the testsuite.
Checksums-Sha1:
 ad7adfeaeddf84f736b36e847282b3c7fd1d36dd 2184 testpath_0.4.4+dfsg-1.dsc
 bc5b5c5ed71b5dade561b170edc23ee8190621d3 14256 testpath_0.4.4+dfsg.orig.tar.xz
 1ddd1c4ecc7cc8c875335abd407f4ee46aad02dd 3828 
testpath_0.4.4+dfsg-1.debian.tar.xz
 54c5cd74f2f73841fe45986f89b10dbaae52e298 6800 
testpath_0.4.4+dfsg-1_source.buildinfo
Checksums-Sha256:
 0faca921fbe05b21af6201ef59eb4520af21fb38bd3ff9bf7310fc21074fe949 2184 
testpath_0.4.4+dfsg-1.dsc
 93710d52678c9fe8973bdc24e68414fbdff51ea173a38369d6757ae262f67a45 14256 
testpath_0.4.4+dfsg.orig.tar.xz
 4bad225bd2dd3a361151fac79df21ff6b2b31c90bb56db68953c0f061c83141a 3828 
testpath_0.4.4+dfsg-1.debian.tar.xz
 d4a449ddcbd3860e2c51503b925173cb3eb4a3747f70d114b5bb1ede6fc3ec04 6800 
testpath_0.4.4+dfsg-1_source.buildinfo
Files:
 07b95fc801e43cd016ccb88a783abeba 2184 python optional testpath_0.4.4+dfsg-1.dsc
 3f3281196883ebabf47faa617151cb19 14256 python optional 
testpath_0.4.4+dfsg.orig.tar.xz
 8f735f08dca6b222d48e2343f2ff8cf4 3828 python optional 
testpath_0.4.4+dfsg-1.debian.tar.xz
 a03438ec7c543a7b356b703a994c687b 6800 python optional 
testpath_0.4.4+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl3t65MSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRHzAQAJ6lF8jLOQtnBSVukB/ppDQGR/V1Aa2h
nFkAsQdPEtby25RPnk6Da8TOq93+vP6fok3jOw11HxAvpThVYdQ2k/vhPdfbFqIy
X+xg2mStsDJqC6QxvOwo73D4g55AzmD5laV/OJCP8Dx5YrcT0in2N7arRUEPzttI
reqdCo9sjL95jRjnujuG4HH2Um1waGlqUeSzIVc6eMxlztuuvDpId2dXo9u8NXfF
KICKtsHS121bfqiKF7gor8SB6DMuKQDKA3rB03XEd857u3HqdeE0GXaWEtUuYMKi
rXoDpvJaHMrGwoaQqou6yBmGnqPrXixQ7mDCcgY5KzwImwjiI5I4o7Kn0HU75wJ5
3m95veY9wcACEctvo+U9+21ahRl+sMTKt9TeN0FQXh/hdlR4ceJYNdqlb1tt17Fa
p5Jx9Q/wElHoIrHjKfKlreJJDfR12tnnyxoSwmyUsXmokwweDYWGgs4vQ3IXOIDB
3RZ7Vm05ZBbJN3shZvB8WIpeyuIyuQPYsu2313iG0m0d0Zx9jVPBhsQS9fiRGLVm
xv/S+Wc5/0xgdCqsjgsevhrNqjip+kY84czhgjeh8oCJDvnuQAwzeqFeMUVP4cv/
cm7QfLFnakv7lolebcdsH77yyZklnOqjxXFMs6T8w1efhaxnNE2lRIOlnwsaCl4k
TJzHjy6oa96G
=1EiF
-END PGP SIGNATURE-



Accepted minetest-mod-moreblocks 2.0.0-1 (source) into unstable

2019-11-29 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 29 Nov 2019 10:23:07 +0100
Source: minetest-mod-moreblocks
Architecture: source
Version: 2.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Julien Puydt 
Changes:
 minetest-mod-moreblocks (2.0.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump std-ver to 4.4.1.
Checksums-Sha1:
 dfa494cfca4f5e583a6e2c994da9f80bb9fe3057 2133 
minetest-mod-moreblocks_2.0.0-1.dsc
 40c5e233fcf59a3c4b96e60eb0aa78b64005ce9a 42363 
minetest-mod-moreblocks_2.0.0.orig.tar.gz
 3e433901c9eec453bd28e3f0e04ed5e4c09d2cbe 9560 
minetest-mod-moreblocks_2.0.0-1.debian.tar.xz
 26d6a18df3299e872a21e3a957207f094d2844b1 5154 
minetest-mod-moreblocks_2.0.0-1_source.buildinfo
Checksums-Sha256:
 fc8c721e6a5659d8279454613ad3f1ecf0037e2b7779ec4ed94f031ec4ff74fd 2133 
minetest-mod-moreblocks_2.0.0-1.dsc
 38b1066559f4d837b71c6bb10d95ed567d646b3f6c72422bfa05e8b9b1a903bb 42363 
minetest-mod-moreblocks_2.0.0.orig.tar.gz
 901a3d36863ff340a1b9fcd6f97a1473745a5e6bb79288771b9c7ca7736cce11 9560 
minetest-mod-moreblocks_2.0.0-1.debian.tar.xz
 f4c06e116db6e0bba7b810c67beb950c73b7af6c4d98424558f1a6eebf79c691 5154 
minetest-mod-moreblocks_2.0.0-1_source.buildinfo
Files:
 9c62a4591077ff1ed7f04f25f71839bb 2133 games optional 
minetest-mod-moreblocks_2.0.0-1.dsc
 2890cbfab7f71d02071f29373ed2c2ee 42363 games optional 
minetest-mod-moreblocks_2.0.0.orig.tar.gz
 4061d82ebed5a709b8b3d67adcd9c3a8 9560 games optional 
minetest-mod-moreblocks_2.0.0-1.debian.tar.xz
 9a46751fe363a2290d3c620d7c0219be 5154 games optional 
minetest-mod-moreblocks_2.0.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl3g564SHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRChEQAIBtj3jyRceP4NdtEFJHDWg1UNhTrfvx
UfDTe0cCOl/7JQ2lpJ6aDEMcKJDE14Lt6+ojFgRUbdBxzGxWtqcuH4sA39tzJ4Ol
FBm9K82xeW5hnp0HabBFU9/CYX2sEmsi4m2Q37w+4DOnKxqtz3maDQTPbWF0k/cj
G+DXHtZWbHDmbNXPQWvJnbdoW1SSorc+PLiNilyHKjJdSpOVbzc0eqqJ4shm26jl
9zzOENIpMxQnr9Od0kdXjW5tyo3cNUcpzCunRNjGPQvjRxDoEjLP5SrL8OHUKQAm
8JecuWxHuu5ULM0zTW6lQGicYY2zvPZ9TVQGKZfYv0tBdX1XmIIf/SKQpUFKpC14
ZXMgxhmLb4LfttjcBx/zblGQ5YW+UOk6XO0w2/DwtHwgvBjByhJ57vZCt5F0Ttf/
wRcOzjn5HoBTlHwt5ZgzHTpQpAYHEtCNZo5Pa61dvyJTXqBgMPco7LXr32J9MmE1
1S9djegrCV9hG57VUbpxWk+q+pmhPUgsAd+F6jTkOGTNoBEYbL6DIyo3QchTHv/8
WHrUDfqIRmxUwndxTxy5PXs16mT0FOLJWlLilBnJ+cMhGg9pRHujAD+eHWuOSJY9
qHZ74pqQxNHgnE3Q6p1oY5BJ28imEqL6vdlrfN1njs1UlGF27BzPQYakVPG2d/nS
LJTnIVLBq8uJ
=bi7p
-END PGP SIGNATURE-



Accepted node-typescript 3.7.2-1 (source) into unstable

2019-11-09 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 09 Nov 2019 10:26:48 +0100
Source: node-typescript
Architecture: source
Version: 3.7.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Changes:
 node-typescript (3.7.2-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 9d0fa284c9cb540bcf10f58673ea7ffe8744f627 2047 node-typescript_3.7.2-1.dsc
 505027d6a398fbbb5b1919d05a0f2afbdd9144a8 27593118 
node-typescript_3.7.2.orig.tar.gz
 9b88d920e9886217d9204d269f957defa1a06d1a 6880 
node-typescript_3.7.2-1.debian.tar.xz
 d928f3869ac8238c512434a4689c3bdc2c48192d 5300 
node-typescript_3.7.2-1_source.buildinfo
Checksums-Sha256:
 0ae262c7ebc477115d3a7ba5b5e394d22fcfa8b5273715813509fe7879561bd0 2047 
node-typescript_3.7.2-1.dsc
 72e59be31e9afbd7342f1d91d949e564f69b50da81056197747d014735a5303c 27593118 
node-typescript_3.7.2.orig.tar.gz
 e15e7f6783406da82eee390c71ef1f5c2f4f3619de17f7679ca43f85c89b6647 6880 
node-typescript_3.7.2-1.debian.tar.xz
 7b22180ff3fee0a84164bb7e5edf3976ef6df0dd22c2665e7895d6b37261ec87 5300 
node-typescript_3.7.2-1_source.buildinfo
Files:
 79391a07f75b7bd994391be3c8e83a3a 2047 javascript optional 
node-typescript_3.7.2-1.dsc
 d743dc8e53b3cc713b90156b1ba4d080 27593118 javascript optional 
node-typescript_3.7.2.orig.tar.gz
 b1c1ad21f5dca5dc8826be5a506cb717 6880 javascript optional 
node-typescript_3.7.2-1.debian.tar.xz
 34c6ea1e4eba1c8c0089b9fa1cfb8592 5300 javascript optional 
node-typescript_3.7.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl3GnYgSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRznoQAIaBd4pcuqI7/oYMTCs6MsKULzFj3uDJ
/V89WmYeLS3Nr9x1kNi+zTMpz8QaZ4jV5CTq1nFx5ZmLK7kJGpNSZyLc/Q240Ttd
D8FSzuGo9ng2lWn2vAn4pvjb4BcE5f3A09UKMClko3q+A1Geumx7cImEAOilprro
ZH6+id6V4qH6FdEmlFA3mc9iHgaWfu6ONZJHwMCh0rkEb7pqfxx8+iLBLzaAPvdt
dn/6XD2e9JdwO/gFdVeLyo3CPBwQhYw83Ve+KyaQI6bO2DH7T6cXldzpKD/P7jAa
ade/Cm4Vbw5emICtly4nqWwYjyfPJy6gKjF0KhpfhXrnOLMXvIrxgIWgdpiW4h2F
sgvacbhf/o6jXYu821yu0WgOBq5e6mP8kil+eO4sg+guyFXWZ6E+RRlY2e9As28L
fpSZdLxTQ7hNtwdi+MjJyR+sjo3UXBJVcr0Bmx/WyyWc8hJSJhT3QfCR03SNrdod
UR6paTsn4ZU8Kfzghufryugut3ly8yejDajXsCaRMDPiXSrLkDDAr+DHAz3WjiJH
rV0xlt0K84KTVTtbeB86kUqf7WsDikvwlWSKfPAH3GjqOzRwCbs2RcA/Gc38cbXL
GXbmbV3bVC1qMc4qY/rQ/V/Bc072xUdMzlRSBPRA7+KSDUUFCjJVp4ljkjSWc9ma
QepRMPlegQcV
=NzNC
-END PGP SIGNATURE-



Accepted node-typescript 3.6.4-2 (source) into unstable

2019-11-04 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 04 Nov 2019 08:47:57 +0100
Source: node-typescript
Architecture: source
Version: 3.6.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Closes: 943526
Changes:
 node-typescript (3.6.4-2) unstable; urgency=medium
 .
   * Don't provide the tslib link (Closes: #943526)
Checksums-Sha1:
 1b90d685dbd498192da0b58c632eca6e675fa96b 2047 node-typescript_3.6.4-2.dsc
 41f7dc651ea1206fd34e2971a8a298fcf91bc2cb 6868 
node-typescript_3.6.4-2.debian.tar.xz
 019bedb1ff5d53fd6f5abd7a9fbebebbc4753bd8 5303 
node-typescript_3.6.4-2_source.buildinfo
Checksums-Sha256:
 7819dd2d1374e6eef07332173f251d1738e21c311ac4d4b6f83eba5027f8b1a3 2047 
node-typescript_3.6.4-2.dsc
 35dcb32570cbeeaea5d9754341b05d5059c2cc54476311e2e8dd6c2946fe365f 6868 
node-typescript_3.6.4-2.debian.tar.xz
 4d4e75e5e96cf84de2f2b3bc5d698cc92ff668c22b4b9f20546c6eecb7b15565 5303 
node-typescript_3.6.4-2_source.buildinfo
Files:
 06c2b27e891e46dc448bdda9ae4f6be2 2047 javascript optional 
node-typescript_3.6.4-2.dsc
 5d14caaf4f2679ee0f4299f33a1a215b 6868 javascript optional 
node-typescript_3.6.4-2.debian.tar.xz
 6124e7f40f1c96ace922f29d1b438828 5303 javascript optional 
node-typescript_3.6.4-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2/2LQSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVR3i8P/3tlYDWKMtT2MyNTCp/G7/ZvJ3k7X2Hn
XqblHlG0LDtI/ol6vaL8BE3JpCgUzdtHSKiaWPohWX47cG5gXAEmKr4wLgw8cXXh
uSbQT5N1oIOrGnZJQY4ciSnKImEfwwS6UFo90UpiOUlM2cQpPt22ilHy5ZT8O6bC
609q4M2Had9nBTP7K4UCI2MgxIGDAXg65x79v+vTOLagNuqokoeIiUtQ8qVVccOY
e0hY+Fkjvvl3XLMlJAyUMk7cpxxs1uf/lnJi4wC9aMbgLSVhIXGMKyo2f1TgInhI
VntVCVgSoGkbAwmEmzgR7VHUN+PbE5ojvalPpfHABnuSZCjAzjJxTUuFPwKxvOma
qJbGZM4LgCSo9LijBs94v9/Z6kzBqZb+jkSPga0+2CrN/04xNiE5hFDn8BBURjHr
ejMTFlec1Gl5DgyuVHTgBJiZL+uDWQJLPmg3IyvPq8Ne+Vuaj5pa8DqST7Kj+Snz
3Lewc1S93v/yGOfAHhTEfbKvSo8nDw+xULZgv6EueAEvqq9ag+JHx0986xir7hp4
dYhe/jy1v6Gqyel4REq2KFzfHrNQkpSk7M52DjR51Z3V0gflIpdsoGFoyi8EXWmJ
cGoU2+GlfgFgPKQ0VDeeQQoHMEixJpzYFHn74RmnblJxvPXmpXEkYAklVpWvJW8C
OeN/npMiaw5q
=HRjI
-END PGP SIGNATURE-



Accepted python-cheroot 8.2.1+ds-2 (source) into unstable

2019-10-28 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Oct 2019 13:45:18 +0100
Source: python-cheroot
Architecture: source
Version: 8.2.1+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Closes: 943409
Changes:
 python-cheroot (8.2.1+ds-2) unstable; urgency=medium
 .
   * Add dep on jaraco.functools (Closes: #943409)
Checksums-Sha1:
 99fd928affe3caddf0b27f996ba3fd545b71a878 2199 python-cheroot_8.2.1+ds-2.dsc
 48cf8817b9836b7937e69137c33d41c18f8dccca 2776 
python-cheroot_8.2.1+ds-2.debian.tar.xz
 934baf2c8a3f0e4dcae957e36db85f871203a200 6184 
python-cheroot_8.2.1+ds-2_source.buildinfo
Checksums-Sha256:
 07b2fdc2ce620546f4804ccd3308cba3bcc6442a5bfa63bf2d50331a307924e6 2199 
python-cheroot_8.2.1+ds-2.dsc
 c52426006920939e53214010d6eeeff12f7fabbd8b51710499ebdace3111bf9f 2776 
python-cheroot_8.2.1+ds-2.debian.tar.xz
 a2eb0b8a7c09bb6d68c08075ffb1c5c52fda587b1c1314f49f9331c016f5f5c8 6184 
python-cheroot_8.2.1+ds-2_source.buildinfo
Files:
 7f0da038781424467fea7bd5fff7a8a2 2199 python optional 
python-cheroot_8.2.1+ds-2.dsc
 68313abd347ba025c9f0fe3b0ccf5317 2776 python optional 
python-cheroot_8.2.1+ds-2.debian.tar.xz
 13e50c4f8296a444cb1ec2f772d604f4 6184 python optional 
python-cheroot_8.2.1+ds-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl224vkSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRyxQQAICyREL56LidM8aHi2QBCUeLO5Z5664s
GJ7BO2iaZSzevpRhWpCMpyPqxfO9Y8qN1yISRMWQrUeKpQ+/QRStESEVm23CAJGI
JhuUn4qU4n2VpNUPirWhnc0Oiu75PBKBXQoCAL/Kx3yTqeVtI0UrftdJc8PANpCp
V1H9UFmvbrKJ+1nQ8FtBWJDbYuQMrMk5tu0kwV4uAJ4ghoplpTwcFA22c4yiiRGm
TWM59BRvZK2GJ2LgEuW1WjPQ0Ud8TdMf2H+8aI10HcJqZABooE5IzLmNOnRVruyT
6Q93tWkP8Fxpe34pQ4m+KVLuax2tH7JGlckES18dVlp6kJmwzh3dCfqzETvF5FA7
MK6qVq2JEJYEE46kUh68C2dP69sIswD9BNmmYAAiBctpO7xYHi4iCDWw/ZzfslBl
jhqBXVdcBYLs7A2yetOKUJa9cJ8eximqXaq3oRlViv7uYVTdwmyRajaqaX6/wkSI
nAIFpxH0aiXgRGCzs+vczgYBE4FcwpwB56kRrbi7+livVZxkLGfMxeUOT6d2Z6Mc
nMXJJeRuC9W8lodWuKCJCJXrCfim/lyRtGPkLM/HP6EVA2Gv7IUOkgc0V+4hchuT
qMGkYamjVsfnfXKvKMR9E2g15cIvw82F6UDM2Kqdd2d74eYbOOT+T123vSOXzAdq
jC1V4cYF3GTt
=1Kjp
-END PGP SIGNATURE-



Accepted node-graceful-fs 4.2.3-1 (source) into unstable

2019-10-28 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Oct 2019 08:29:34 +0100
Source: node-graceful-fs
Architecture: source
Version: 4.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Changes:
 node-graceful-fs (4.2.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * Install files in /usr/share following new policy.
   * Bump std-vers to 4.4.1.
Checksums-Sha1:
 706fe0b3e735a4ac4f4f3d25795b5dc2866abaa2 2110 node-graceful-fs_4.2.3-1.dsc
 b6153751332794b473ab39fa570c30a63e0d82f0 35298 
node-graceful-fs_4.2.3.orig.tar.gz
 0194fd7de92f061586dad68792f37323fb4e7aab 3488 
node-graceful-fs_4.2.3-1.debian.tar.xz
 68febecb399fab5f4f58fe905b2d1e7c3fd510f3 6823 
node-graceful-fs_4.2.3-1_source.buildinfo
Checksums-Sha256:
 8495509995a8261cdef8a1afbf5758e24a7ddbdd8d5bf2f00c73fff657575950 2110 
node-graceful-fs_4.2.3-1.dsc
 d7c642fcaa55494e2c3a3e3e0abc41e35332a9f53f6b93b93bbcb6afbd13f74a 35298 
node-graceful-fs_4.2.3.orig.tar.gz
 293dc68c236441be235fbafb56ff97a6934774ef400e86d80c126b9e2375af7b 3488 
node-graceful-fs_4.2.3-1.debian.tar.xz
 9a4610122bdf6f963cb216320a2e189bcbb4201b93d9816f89b8e0d3c6ca87f0 6823 
node-graceful-fs_4.2.3-1_source.buildinfo
Files:
 adc7e831989cab67987fc450e8d61f1e 2110 javascript optional 
node-graceful-fs_4.2.3-1.dsc
 1303e54746873c8ff58451853211aafb 35298 javascript optional 
node-graceful-fs_4.2.3.orig.tar.gz
 5b096e4143774e90c3b8d58cbcfddf89 3488 javascript optional 
node-graceful-fs_4.2.3-1.debian.tar.xz
 adb2c46afc6c3434263a8df31ec682b4 6823 javascript optional 
node-graceful-fs_4.2.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl22mPQSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRnbkP/0A43tlyGakSAAa4lgX5VD/xmEZif1I5
wixS00XWAkQFNGJGeW4tjVBrc5vuNj8jOWN5ai5vWbr7onOtG69NoeX/xzlQYeBf
rWB9v8mI+YU5CAHMzf1UzfNFOjfBEDCOPdtIaIfVeMPTMhZIahwtvU1pkqBu0c1t
y4JumAlc4jtY+36DBQtzTkHwhSp6qQ5L6n2Vop/StXLQ6fA/OLUmFFPtVEz5jghf
ZELG6yZ5PRIH9PSojXblwAwu6XKP89MhRPMaqdwxBq8lh2ejQApblkZqRDTuBAy6
0VwcY/JevrZsejd50hbrMeHwtYdKFrO35y9RwU6ITEzo9CFUN3cqgtBmWAuapr1k
8XtWzjme9qJsqB3k+sXRFyWvnJ47AARqJmqNdMl7+rrSa1koDs4LS87urU1DNg7y
MoFoI173kLEFZo6CiSfwliMsrCmlnI8k0ZgSFOZUo96YoWcL874sUQrFhfZvzEHT
nLNF7SOA9G3Xv3VIq/5RRg7PQo6wT4f4GnsPfnIqFR/Hyw8mAoJqZkkaNW5yVrfm
xV/kaxm1uy7QVMqR3eMlaN2yPFc3b+Z70Hc+j2SxiFzLiC/uwnyfaGv+iryzdCp9
glY0kk9uwH8J/tTp8BEPUkygBxbQuT0WAofJo2SlzA3BbYYnq8ZqmEkbTATBFEqS
XTjFDUj3NALy
=z3AU
-END PGP SIGNATURE-



Accepted node-regjsgen 0.5.1+ds-1 (source) into unstable

2019-10-24 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Oct 2019 11:00:15 +0200
Source: node-regjsgen
Architecture: source
Version: 0.5.1+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Changes:
 node-regjsgen (0.5.1+ds-1) unstable; urgency=medium
 .
   * Mark the package M-A: foreign following hinter.
   * Drop d/compat and use debian-compat 12.
   * Bump std-vers to 4.4.1.
   * Install files in /usr/share following policy change.
   * New upstream release.
Checksums-Sha1:
 7f41921c3d873853fd613d3acfd96046eb17f73f 2085 node-regjsgen_0.5.1+ds-1.dsc
 604b46c70d09eca1c33ba5f2850810e6eaaf8045 21008 
node-regjsgen_0.5.1+ds.orig.tar.xz
 b5544f5a7f579343be61cb9c6b59271434d14c64 2524 
node-regjsgen_0.5.1+ds-1.debian.tar.xz
 3c37ac7479f9fed8883cf841d4af122c443deb5f 5302 
node-regjsgen_0.5.1+ds-1_source.buildinfo
Checksums-Sha256:
 299e9a63a5b9b6bb7d1c30591137d5b2ef0d4030329c3cc4fe641210716c9492 2085 
node-regjsgen_0.5.1+ds-1.dsc
 3f8b2fcffc3d2521e6570d176bc1fccda15178dffd5c037d73735c4c06b2b94b 21008 
node-regjsgen_0.5.1+ds.orig.tar.xz
 6ad0583aa0b45a705879422cabbcde01be2ded9faa6310bd3709b7685db1468b 2524 
node-regjsgen_0.5.1+ds-1.debian.tar.xz
 6f8790b3955311a99c036bf6610117a2b093e2967666ee98a68663220e42e594 5302 
node-regjsgen_0.5.1+ds-1_source.buildinfo
Files:
 e83b9a4dc96a9654546a490c19323559 2085 javascript optional 
node-regjsgen_0.5.1+ds-1.dsc
 4b757f82e2d4139b3a2ac162f9dd88a8 21008 javascript optional 
node-regjsgen_0.5.1+ds.orig.tar.xz
 91587b1ad46d3a0fc0e1ce76b1c04d14 2524 javascript optional 
node-regjsgen_0.5.1+ds-1.debian.tar.xz
 c52b14033f5f62058b904abe6814f842 5302 javascript optional 
node-regjsgen_0.5.1+ds-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2xaEQSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRrw8P/2VEDh90oMS1rrwBePJ1TKDu2ZowDFVJ
1IB6o1LvdkyR/oiX4hZYDBrxqeigau6shxK5oA+H+jngPSRlkPHfjqvZeKpTLPfN
d2GHfIqXNr4a2ctOiinpZAJr+7Wc1O2u2+fCgDG2vCIyUOHeRSB2JW7e6bKwsmCi
Vu2dkC73sZdj2W+jeCiJRmpyEt/zblks3eb4eIP39tVqXoRpuwR9HD+Ijcd6lm2S
9eOxAn8ssN+T/8I89pH7L52VxPK75jFzJZ3qAlynEDQ2iyTiDP+xXkvQr/FYu82z
63Rpys/2oUPG0Xu35faFZTjN/aJcqtFlJr1MmuYdxPk7E12ut1wJ75aYmSqmQcr3
ixT7o2QUdrqquCDOHx8FnKvkxy7J3R9cxkE9pkgGe9Nhzmni1ECGcXz8bF4m+I8D
Ng5phMRY4MwJzyMTSi32Z8LLEadKGJeynzzhSG1dBATpB3Hc+x9LXTKhGF2eZtdT
48J6YvorXu0PsmXVn++qcQI4cwoKmjRmSkjGRl3F6/TPu7FsWP2vCL/8c02AXxXe
YIkANQVPjqdAoqBFkcpNsLUeLHznO0VPSpqA20arKakg8zK7QfI7/4Bd4JZ5ig/Q
oiuPLqmUioDWhoUiQLGKZNW5zZPeIaHs1z4GFRLXYjYYibrylizlzOvW2SMpk2to
Jtfbi8yIcSce
=jM8h
-END PGP SIGNATURE-



Accepted python-cheroot 8.2.1+ds-1 (source) into unstable

2019-10-22 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 22 Oct 2019 10:54:37 +0200
Source: python-cheroot
Architecture: source
Version: 8.2.1+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Changes:
 python-cheroot (8.2.1+ds-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 5954b34a96d17a02b0e4d7f4a65b942e0afb44f1 2199 python-cheroot_8.2.1+ds-1.dsc
 5fef30f2a999d4e9bc5d0578ee4134d11d1711c7 69148 
python-cheroot_8.2.1+ds.orig.tar.xz
 57bee649004cb60c102fbcc32b5ceb81ed5a4aed 2728 
python-cheroot_8.2.1+ds-1.debian.tar.xz
 9e51453b9d896e71bcb1bf4697118a436ecd27fb 6164 
python-cheroot_8.2.1+ds-1_source.buildinfo
Checksums-Sha256:
 41422240636386d58c35b94224ceb957e88cb7362977838561081bb5e8af923d 2199 
python-cheroot_8.2.1+ds-1.dsc
 f24322a5bbc7a0443bba88e5c0927087a18915d1f26afa4b066fd15aec45e393 69148 
python-cheroot_8.2.1+ds.orig.tar.xz
 182dcc8d53afaf59f422d27e0c0df42d59163f6a77e76eb3f0f037ae6acceb55 2728 
python-cheroot_8.2.1+ds-1.debian.tar.xz
 6ca5af7d2d502ef32d1e3664d8f255a0825f6502a9c8d862c43bbbed9469dde6 6164 
python-cheroot_8.2.1+ds-1_source.buildinfo
Files:
 6a2a29487f936fc4608124577b6a0e7e 2199 python optional 
python-cheroot_8.2.1+ds-1.dsc
 a9daac78bc9fd0d8973ba15fafc559e4 69148 python optional 
python-cheroot_8.2.1+ds.orig.tar.xz
 322345ee79c87bb476c6c01bcc103a08 2728 python optional 
python-cheroot_8.2.1+ds-1.debian.tar.xz
 6685892f8a2d3c9cb30ba9518018591d 6164 python optional 
python-cheroot_8.2.1+ds-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2uw+sSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRLL0P/2RvoHzYlJ/KlfkzxPRoLoItG3+kJdVe
w7YVmmeGRjqkt5JmMXtDIPK1mFyYbmb3FBjqmpQbbkBrvQiba2eIDqkV3NWbbK75
rwppRRr01AY+eBT4CDbHC/4OUfiT/Zzr7YzWxaiBY4zM1qpVsTa+3uuhQvYUp439
woOXNV/jKlIi8seReVb6ezU4BijnCecrZhQgYSq+QgOx8ehM0XgZ0IlbBDbZoqSd
tu+h0lGV8DacRd/FJI/GSM6keTG3qeE+zO2XvM1QEBHlDfb0lnpoIE30+4HOP7zz
6LbZkQcfA+JeYOahMtQUnDCbt0iimdOUrO7Y/JOWnfa22KLLY9jHG3db+svZTvJS
u2hYLfmC1xhXAmFbrd8K4cyO6B9c+wf62tqO7lXGydGRfp2uhC2WsuaoJ2WAioW0
K/exop1IIYBCLKaiWPOaurXBuXcPFVVBhr8qNmdtblydibQe/Cx0W3mX9X6u9Ngz
6pvRJqZ+Kt9qHbzPxymNbRCuGQ+Bbz+Oq16LYWeGWDRmyjShqZTXAK7vbJkT7qa5
Rx09r8L/IQECAXw4dXhC3Ln94J7pHvKUMbFiLJZ9wu8YwKjhNxNogM3rtlqlceRp
ICGaURiPDmgm6kDkhvO6kjk6oecRqcPp/35TfR1vo8HfPw58fNMm7tK2uitWQkkC
34Y+m3FPB0hN
=K6SP
-END PGP SIGNATURE-



Accepted python-pathlib2 2.3.5-1 (source) into unstable

2019-10-22 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 22 Oct 2019 10:29:38 +0200
Source: python-pathlib2
Architecture: source
Version: 2.3.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Changes:
 python-pathlib2 (2.3.5-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 .
   [ Julien Puydt ]
   * New upstream release.
Checksums-Sha1:
 47029077c4395881100c5a1cb359bd2456e20ed4 2206 python-pathlib2_2.3.5-1.dsc
 2f6f0f728ab0277fc183685d1d22dcf507e70796 34393 
python-pathlib2_2.3.5.orig.tar.gz
 41cce5cd6d64a9468b6c0659a27becd4ce03bfa1 2552 
python-pathlib2_2.3.5-1.debian.tar.xz
 4120e80e4ded351821e3f0adfd6a073d3ed13e5c 6148 
python-pathlib2_2.3.5-1_source.buildinfo
Checksums-Sha256:
 1ec7f5a2f82904efe1a81d2f6ab4a582dd3d7c90276a6e0ba9ec42340e2dd6bc 2206 
python-pathlib2_2.3.5-1.dsc
 6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868 34393 
python-pathlib2_2.3.5.orig.tar.gz
 5f7435df745cb383cbee66291ffe8526885ef7e25970b0d5171b66a743af9737 2552 
python-pathlib2_2.3.5-1.debian.tar.xz
 5efeb593bc0212c885ef73844350c5d3e0a2a2ae882092a05f86db8697d715c4 6148 
python-pathlib2_2.3.5-1_source.buildinfo
Files:
 227a0c0bd91aa28bc3bca3fcc39ab2cf 2206 python optional 
python-pathlib2_2.3.5-1.dsc
 f2bd0a363eb0f8fa0556f35c1d9e66fb 34393 python optional 
python-pathlib2_2.3.5.orig.tar.gz
 30874283b23258acdcf44f7797679a60 2552 python optional 
python-pathlib2_2.3.5-1.debian.tar.xz
 3ad60cb44d691381502ad20a57b5878a 6148 python optional 
python-pathlib2_2.3.5-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2uvjQSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRccYQAIT4MTU2pyf+pCa2adLHZWQ65V/x/9j4
embj8bWYlBhpkZU02whe8EpyZ8V/Sy7tFr7A4KjsbuX+/84XmXtPQOvS4KVx5a08
dafVQYCkfyoggjl26/e5BZDs+xsg6ueJalM7rTLjkKSbVDV90l2lpwQxuy9r4gYD
2Yn97E0ryHHK72QF0h0vu8qsvMeRLpy/D5nQ2jBWEzPVS+4gJoTqx+qO7364+/sC
aTQL75drs7SXwZ6w/zckgF9UM/6efiss6xUMl3+exAD2FPh1dTffnUcZz6Uf0QLd
79EKGYcGCMpKr9FwBlZb53VJaWoFQ/pE0VrDRCX6B8tUoGSHk/J77B7JGNR0qW+5
KtgWmcT5qM4X52af6JVAFQvKlzN83wNAVVEzySONLlEGS4sL11+I/PymaqSXIO6y
BFB5A2B8PYm/wNgxj9mbi60z6QxLhLZhRKw+hcyhCcb5Y9LKJ8bSIUrCwY2Aufgc
ic4wRX4Hjshm3A/wr6/PHNbM6h4KSmy3e5FMlt7wWC33he/L6wmEG4mBA1eagyBN
K5gLb4yS+iYuJ0TIFTKJ7pEDFB7wwSNDq7dKDLk2mAsnpWbYmA+hAxWslbwqUN4d
vv9HrI3KfHJmEV3OOLIeMOzt7jTySBzK5XrWb9EMJSZR4l1UJtpLHTabhx71UjLg
E2dvZh7eQH32
=vPZA
-END PGP SIGNATURE-



Accepted python-tornado 6.0.3+really5.1.1-1 (source) into unstable

2019-10-20 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 20 Oct 2019 10:45:08 +0200
Source: python-tornado
Architecture: source
Version: 6.0.3+really5.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Changes:
 python-tornado (6.0.3+really5.1.1-1) unstable; urgency=medium
 .
   * Re-upload old version so deps can follow.
Checksums-Sha1:
 5b99ddc36c1ecc92ef11c735ffecaf5bd1e556d8 2958 
python-tornado_6.0.3+really5.1.1-1.dsc
 c6d1b6356ba11d330b550b3972dc9d1515e19fbb 542961 
python-tornado_6.0.3+really5.1.1.orig.tar.gz
 b4d4823090e1fce74ed2450b749569308ec28f7e 12708 
python-tornado_6.0.3+really5.1.1-1.debian.tar.xz
 739750959da7ba5ace646d50a5b99fb56b49b4c9 10048 
python-tornado_6.0.3+really5.1.1-1_source.buildinfo
Checksums-Sha256:
 57cb91d019890f67cfc3df96e5da8b75f3083b513186fa48b4d007729fd13c2f 2958 
python-tornado_6.0.3+really5.1.1-1.dsc
 a1da335a2978b9a8c3544cab10076d799442d7988ed0b4f2be035fe4388ca8dd 542961 
python-tornado_6.0.3+really5.1.1.orig.tar.gz
 764c40ad52f7d32c2cdb5cde817780c0a1c260a45edb7010dbc5998afea53f67 12708 
python-tornado_6.0.3+really5.1.1-1.debian.tar.xz
 b66dfb2f9c7a9d08376be432aabfe77aa908e90d6308d3c4b60c4a3dba9b41ea 10048 
python-tornado_6.0.3+really5.1.1-1_source.buildinfo
Files:
 f88cf8f947bb7984f1308b12a33d2aa5 2958 web optional 
python-tornado_6.0.3+really5.1.1-1.dsc
 44ca12963dccbc11a97aa0cc92e9bb93 542961 web optional 
python-tornado_6.0.3+really5.1.1.orig.tar.gz
 b7ce19cfa5f1462444863e41ac0ca5d2 12708 web optional 
python-tornado_6.0.3+really5.1.1-1.debian.tar.xz
 02eb0457bad8e84d035afae380fbc0c9 10048 web optional 
python-tornado_6.0.3+really5.1.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2sIOwSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRlgIP/2AOr3H8m7YN3IsmXl/g1/S1VpsZCqC0
zM2Ib4i06//RZwd6ehiqOfY9o3ohJVOPex6XKaLkaoocXC1CQDVJ+0peVggDqRGi
QNCmpyVf0uVMCTDtg72jK08mEK2/IZGSwICqG7HnVyZ4qIECRPuvzIZHLCfkws1R
XUBSoRDXhnqxkGKij/R5nGn3NtDzJE09O6SDI9tIhPdGZ/9/MlilMRPu2LlC0Rna
t3tGAk3PWtvJ2svUmjwh724WYNEqmex168Vy/Dd/stMiyeIroIFxeE7AoeWdS+1A
Oe1VChUs0vLZaWwPsfEHdDo+DvauIbVkT6MdEuQJ+i7ZZAqumMwgCuyNV6Ao8eA4
uIZQvXWVFktxH6wqrozMawuJs9wBu0qIDctaTkYFyWePuZLDhhFYtV/sNjyrMH9L
lLhMTNf7G09hrft5zDVKwaiKw/xbagHQ/hfo6g+lXjsK5945BilfzYHRB+V6sb0+
7YeoR6TXCGasuZhKswltATEu5qOGvBi4epFb6NBW4CZ2OcOoMyE4lw75Pth0f4YT
jLN6nb7TY4lJWauJWKr5pULrxZ5JEqsptJYdjVH2D6mG6YaPGCvUuqUppjd3soCR
O7R9ZcCm0ilBh6bN6aejgVr/JL/HmRIsgAwgLmj8pZfRzCaruLgq7lxpy959yhWx
sc8I1oy1X/T7
=Dnz8
-END PGP SIGNATURE-



Accepted node-regexpu-core 4.6.0+ds-1 (source) into unstable

2019-10-19 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 Oct 2019 22:47:45 +0200
Source: node-regexpu-core
Architecture: source
Version: 4.6.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Changes:
 node-regexpu-core (4.6.0+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Install files in the new standard location /usr/share/nodejs.
   * Bump std-vers to 4.4.1.
Checksums-Sha1:
 0f9c07228a843d034925e9b2ea0488da354d3211 2141 node-regexpu-core_4.6.0+ds-1.dsc
 fbaf52eefe39cfc417ff5ec3534693997fb769eb 14224 
node-regexpu-core_4.6.0+ds.orig.tar.xz
 6483405be3602d8f6b2663323165ed727dcdf885 2612 
node-regexpu-core_4.6.0+ds-1.debian.tar.xz
 fc232ea1459d52234fd5856326988562b68603d2 5483 
node-regexpu-core_4.6.0+ds-1_source.buildinfo
Checksums-Sha256:
 9642d38cc2cc20259391e2f2a8584955bd622af74510c821c45aa202bbaf7175 2141 
node-regexpu-core_4.6.0+ds-1.dsc
 f7a8357d1d94bb6f24860e48255dcdc7a5a7e77cdb012c1d32de555df05fcedd 14224 
node-regexpu-core_4.6.0+ds.orig.tar.xz
 65f7cba44b71ab79cf329f3841a90d955942c60407f98b297bcc882518170457 2612 
node-regexpu-core_4.6.0+ds-1.debian.tar.xz
 6800054d82c9e892cd1b3d818cd1aaf20f759a3be3247f2910a0f19e3f15d8c3 5483 
node-regexpu-core_4.6.0+ds-1_source.buildinfo
Files:
 b940bf412c65dc7463f226670ce82695 2141 javascript optional 
node-regexpu-core_4.6.0+ds-1.dsc
 eabfd577cdee013126b5c91f1177379f 14224 javascript optional 
node-regexpu-core_4.6.0+ds.orig.tar.xz
 845a40e7a298357103509c06819bc966 2612 javascript optional 
node-regexpu-core_4.6.0+ds-1.debian.tar.xz
 fd2e5cb4fc301c39f8e909efff394624 5483 javascript optional 
node-regexpu-core_4.6.0+ds-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2rfwgSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRB0oP+gJMrKdxyesucLuaJNH2JwPg6BJlltQ5
wwMb81PYRM7zNaPLOSh55gFwZczMo140w0MWGxr03Jvh8SDv/PWKtQ39AI6jG49m
XD5dU9sinfui4IxjVc0TLBsqHqLstCOuOe3B8mBgItlHmBwIjuX0coAHO+NExbsN
tQ9W3TDc2bWnlS10ELv7MeyKXs5Eoxo4GayiBxV/k/e8YPwOrwExHu5pqrmRVX2T
fMccIg9JvYkZlkY73YsRCU9ZGLcMO63YnYuliVK83CGxv5kXTMY/PrWzD1XNFPfA
OY9pr8B4grbHE2pXXsUqxXMN+edEuIOYZnpIgzqCy/9MGVYURx3C+G92X1mCaSqi
fkPv9pFa6zfdEdD4JFd2Zfh57GDNkirFD4Xol5Kq4dz9a+UefbVNEP1PZR8PbK91
SfZsKGBedQmnN9udNhnqd5rRoW8AgZ9FDKty3TtsytxAfcoIAysrgGvZA3oa8m1Y
imvugSBqm8U3nZLgmq/jSd3Cd0bOoKJ/nf+m7/YkMBBDkPPu8yhkt+Q51eW1yFL7
Z/dkJAmwH29qjVSthAOb3qp0FuFRxxBNyI/BEtBIscRXZ+CiM4TXp4zEBjdjrIK5
gxA/QZ7P/971PQxLy04kwgq+vmZwYOxWjXuGbYKp6Db8T5CxCM7UuO48RwlwE7Pr
3JKxWjqPF0CS
=GK7e
-END PGP SIGNATURE-



Accepted python-tornado 6.0.3-1 (source) into unstable

2019-10-19 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 Oct 2019 22:48:34 +0200
Source: python-tornado
Architecture: source
Version: 6.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Julien Puydt 
Closes: 938220 939271
Changes:
 python-tornado (6.0.3-1) unstable; urgency=medium
 .
   [ Michael Hudson-Doyle ]
   * Bump ASYNC_TEST_TIMEOUT when running the autopkgtests as well.
 .
   [ Gianfranco Costamagna ]
   * Commit Ubuntu delta in Debian packaging repo
 .
   [ Julien Puydt ]
   * New upstream release 6.0.3 (Closes: #939271)
   * Bump std-vers to 4.4.0.
   * Update patches (and drop those upstreamed [new CRT and reproducible]).
   * Adapt to upstream only supporting Python 3 (Closes: #938220)
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat.
   * Bump Standards-Version to 4.4.1.
 .
   [ Julien Puydt ]
   * Add python3-sphinxcontrib-asyncio as new build-dep.
   * Use my debian.org mail address.
   * Update lintian overrides.
Checksums-Sha1:
 475566468597b9562a4b93f861cc88fc0201e167 2708 python-tornado_6.0.3-1.dsc
 126c66189fc5b26a39c9b54eb17254652cca8b27 505687 
python-tornado_6.0.3.orig.tar.gz
 9de277c9f3a6d6ba6c836f26e2a7d429c9d75453 8844 
python-tornado_6.0.3-1.debian.tar.xz
 4d95579968304ef0e705b640f42fc4be2790124c 8476 
python-tornado_6.0.3-1_source.buildinfo
Checksums-Sha256:
 46072638d7ff2d204e89229c88593c0cf56bc5500182397bd7284c4142432cd1 2708 
python-tornado_6.0.3-1.dsc
 a97ac3b8c95867e534b48cb6fbbf156f5ca5b20c423bb06894c17b240d7a18fc 505687 
python-tornado_6.0.3.orig.tar.gz
 7241af267c72eedc9f3831a69e88c8f4791ff4ac3fe49373b95d50d6f04e084b 8844 
python-tornado_6.0.3-1.debian.tar.xz
 04c791d02d8b8a2efd6fc3334f46b7f4125280c0ac437709ae55049e54d670da 8476 
python-tornado_6.0.3-1_source.buildinfo
Files:
 8de937aca3e19eebeb0ac320fd0184e6 2708 web optional python-tornado_6.0.3-1.dsc
 28fe1d74c871f55accdd93cd6e184699 505687 web optional 
python-tornado_6.0.3.orig.tar.gz
 fcfd99c11dc8d8c803b1f7128880a827 8844 web optional 
python-tornado_6.0.3-1.debian.tar.xz
 924c82b72e65572a3f67bea28cd1dbcd 8476 web optional 
python-tornado_6.0.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2rd9QSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRUPoP/3IXvtftAerH9QUW4l8DqCjIgQGtqGCM
9AwQ6MINwrdnINGO5ZsPJbYg13FWlHiXS1F4cZmk2ttAHZOBYzmpSraP6GW1kgKw
KjIn16Vyryi6QIaG+MR/O5uGQahDxVS1WamP7pSYwSwvCJjPPS0rW22RrJi9oKsB
Tjpy3O+ILgJoMCvkaqfQAeaMe7J7SIoJ7YEXIoENlciDsmiE6uqOPJHg3yHzW3c+
iTrqu7ydG6sAa0J9boT5MBnLiTT9vd9H5IAiGDQPBDM+l7ziPbHg1I19Z6yNZ2sV
Ex961ikzX7h/WNkxwLzSIZOEUmhjlosz9tBk92mGGXVnGDjBtGG9Yu7IjCHfsuqc
xoBFivh/z10jJDnqHNd9iAHr1oP+GfpoWW3t6iFfZN+2k5y2LVIge+l0spn2aFmo
Ho37vl54NgzKw1kh+a5rl8SFCcmPOA+EsPynwQdEs60ODG+/DLuoeyyvoIsBNTVB
Ew6b3bXMsXxNiYeUvwySrEglSlxOxPR0U7U9WPCg5OzVQtnClwxY2D86tv0F1rSi
DRA3VvtfYLhzpfA9TZXNcQdbq2FgjLRYvMFrIClt9V5PXAweyfn1B/ZlH0M6C9GD
BOPiocPQrYTkWRGdXxr+s90xZLXO2jKVxstgEg5FnVswVdfJcM+pJVBdpIKI091i
BuYBKjcfzbWU
=oXEW
-END PGP SIGNATURE-



Accepted flint-arb 1:2.17.0-1 (source) into unstable

2019-10-19 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 Oct 2019 22:07:04 +0200
Source: flint-arb
Architecture: source
Version: 1:2.17.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Julien Puydt 
Changes:
 flint-arb (1:2.17.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop d/compat and swith to debhelper-compat 12.
   * Bump std-vers to 4.4.1.
Checksums-Sha1:
 3247f68094748b13bf2aa7c10e3a7ad4a50a49fb 2171 flint-arb_2.17.0-1.dsc
 1c1d72cecf90a5c22cd089a54e8beacee93249b3 1589083 flint-arb_2.17.0.orig.tar.gz
 f7eb63549ced88009f00881b9be58dda6b95acb5 3972 flint-arb_2.17.0-1.debian.tar.xz
 7dc57af305887a400c1ebfa93ae45c881068d1b8 5343 
flint-arb_2.17.0-1_source.buildinfo
Checksums-Sha256:
 815bfc57a51f06909188f00d895a85e662140422919abdcc949f42d69ee4888b 2171 
flint-arb_2.17.0-1.dsc
 145a7a8e0e449b8a30de68c75c10b146c4f199544262711bef6fb49d3012d6e1 1589083 
flint-arb_2.17.0.orig.tar.gz
 421940608372b671a8df056c8b4a45f26e10ee2e2c8ebe7f40bae29605f46f10 3972 
flint-arb_2.17.0-1.debian.tar.xz
 009fb55b4e3737f0bf1480a34d7b456b8d9f312b63f1170d33bcbf1ab04f0687 5343 
flint-arb_2.17.0-1_source.buildinfo
Files:
 14c083449efcaf96b302cb9796ca4e4b 2171 math optional flint-arb_2.17.0-1.dsc
 cbd38c33480424417539572356e13859 1589083 math optional 
flint-arb_2.17.0.orig.tar.gz
 29daeddaec10958eab68bb2ffa834414 3972 math optional 
flint-arb_2.17.0-1.debian.tar.xz
 e0164a9e9d3e0ebadc8cedf631226e40 5343 math optional 
flint-arb_2.17.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2rbQkSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRZr4QAJNm6Fky9mVTs4x4XWF4CtygI1mh9Ndn
g00hZGNK0F8W+RwES2qHAsrg0B5zJr/FXXF+ut38BbKk+6KnvVoEAo+iZ3yciPb+
dh0CVX0gY5hOB2d8SMWanHel5owtQXQHerLXgMLpf2CLRu9WFMU7GHD4NzY2erpd
JQmKkyug4F88tQ2QrkKHfopv8B2VAQ+IsuVo/gcMMAXl6Vk6avv8EPEI8tLUSjt3
qMlE3UjDEe0L/kYiBEfoB6ay9Bj4DGa/Bt1PY37bxLJUHttcyIbjiOe5PLPw3+pJ
/QWB4Kyf90iJb+xm0CGvuL5Fl7FNMMNV/CW6+mO/cI57MZHeet28ecmMnbWvo75M
zRCnweh4on2V3lOmxrD4DEKIpD9j8dZQBP6y8SaUptP0VClzaPb+RRs6VUcElaa/
aBrdSVqqT2jG+4d0+VxhqUAMq2hravojnbQXWvOYQ1HR408N1IdtszHWZXe++25m
sqX9ldoz4eKRAT/MgY5ZnjevEWSEZ5GqCqDxYNltJA8YPcJRGOwTd7FFSFq+4r4b
yrET1MYLyyMpSFplQcsXl7NjczDi+2xOpO1Y5WtVWLa4JKIw+aE1rs4LIye1OGZT
RnRSPFi/v45hI4FzW60rzVYT5VJ52oduTvO+KHj7Q041vJxpSEAP/2b1sJva79Ah
eD0VMT3PIxrH
=0nVM
-END PGP SIGNATURE-



Accepted minetestmapper 20191011-1 (source) into unstable

2019-10-17 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 Oct 2019 11:36:28 +0200
Source: minetestmapper
Architecture: source
Version: 20191011-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Julien Puydt 
Changes:
 minetestmapper (20191011-1) unstable; urgency=medium
 .
   * New upstream release.
   * Move to dh compat 12 and drop d/compat.
   * Bump std-vers to 4.4.1.
   * Add patch to fix a typo in manpage.
Checksums-Sha1:
 97ae1314a2c2f006cb01d3d79213ed11de168cd2 2051 minetestmapper_20191011-1.dsc
 29756c33b3d694d1611896bcf66c362ef2c811fd 29598 
minetestmapper_20191011.orig.tar.gz
 1662fe42100b414db04a6bc37bd785d5d7506e55 2196 
minetestmapper_20191011-1.debian.tar.xz
 b63a6436107d690037f17ce2e0ae36adbd4df322 7658 
minetestmapper_20191011-1_source.buildinfo
Checksums-Sha256:
 fc4ec5e574a21b6ac45fbbaffa840b77a38d814fa76ecd3fb71e2f2d04cf15fc 2051 
minetestmapper_20191011-1.dsc
 bfd02d6eea30b5fc68297cd131b761b3d0cfd99b67f5a74e2804fcdf9fb45477 29598 
minetestmapper_20191011.orig.tar.gz
 338776e311df783b1bf1590b6605fc2e76d135128017e61b4c7799d1b6e98c8d 2196 
minetestmapper_20191011-1.debian.tar.xz
 361350f8c0d7344880139eae4f72653cc663cfff69c8686c102f2c685985f8c5 7658 
minetestmapper_20191011-1_source.buildinfo
Files:
 daa1d75045c98c36fe53c05cccac27f4 2051 games optional 
minetestmapper_20191011-1.dsc
 ce2fa1a4b2377cc903bbcd126fe89344 29598 games optional 
minetestmapper_20191011.orig.tar.gz
 aacc6ebb0c40ff3e40580e52f636f365 2196 games optional 
minetestmapper_20191011-1.debian.tar.xz
 2e04f639bd8190d7ada640ffb8e80d07 7658 games optional 
minetestmapper_20191011-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2oNmESHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRxL0P/juSXIoWVib5q3o9fqDHjCiU41pfid9q
Ed5VE5FRXbb9HVoqrS+yK7RgXkB17XHSHhhDtIM6M44xuGzcRRyxR5vdp62oMGAk
Dx6I+/3wX5uHNkdAqv200bqn6TWT8TxfWfYhWeKfIC1zx+711Yv2Q/uzBaHyH09K
uVe66RObfo34SjQyYJL7L0UhVWnK6vq7hfbE3i/zUgWMvTHVjhQDO/oEImfc+YkY
AfLNPdLQeX4/SncywIxofdMIROhAX6ZLK+rAdxs7m65kewEcOonQQ8Pws/nEnCEd
GuqHnm2rNxxtkhdqoYRUAKfOXzP5LxSfvFScvWE62Yk+pIQrdED9I5mHCCVhRrMD
b97Z1uR0fYmPMFuaFDpaixkfy9eUO/v6JzDPjBRsk0q1KijZXnJIwbx3II4Pk2gN
oMwa1WBkVpizvuafv8KPit9Z5TRBeQ4c3gBIAjw6Ka2d6BSKypp3AVaTs9A0Frnm
kDxPnhrOHjT+detxu9bYyWo5Z17fBG6pp1KyM+Ru8j4KzJr2JKNvWkV3N/AVySDV
gqM9wLjZC6DQ9/LziUzspJ+l8ogsXytsoPEk3kGRWpDgmywVjOotGmcWLiQg/q8t
6Yf1pLs3H7fH3WJk3HulbQGTZo1LduiVaKnDXU15wtLPYBIOIBkds0t7gs2aIggG
FpSVXiwH+97l
=vI3l
-END PGP SIGNATURE-



Accepted node-typescript 3.6.4-1 (source) into unstable

2019-10-15 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 15 Oct 2019 08:12:52 +0200
Source: node-typescript
Architecture: source
Version: 3.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Changes:
 node-typescript (3.6.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump std-vers to 4.4.1.
Checksums-Sha1:
 e10a310c6fe0f349ecfd0240bb2f7cf64b12d06b 2047 node-typescript_3.6.4-1.dsc
 7783b54f5ecdf5a3e34ca5a7cde35be0a3410db0 26665068 
node-typescript_3.6.4.orig.tar.gz
 118fa36afe62a870189ae9fb674ccf0d54576e9c 6856 
node-typescript_3.6.4-1.debian.tar.xz
 f8ab5b2785e11a9210f75bc5d9a9532657aa35c2 5288 
node-typescript_3.6.4-1_source.buildinfo
Checksums-Sha256:
 f9280ff4ab95949b3c1d52f102e8ecd0c9dd1e9aa0a0a0b2decb337f622a6ab5 2047 
node-typescript_3.6.4-1.dsc
 efbceae7110ec47b64925c5c23ebcda8aa7d0d8778d4004831b1e0ad4ad40a82 26665068 
node-typescript_3.6.4.orig.tar.gz
 f945e4e3a7c5a87f251f16e7c00332c29fff567d106c89b1da77aef1ac1d98e9 6856 
node-typescript_3.6.4-1.debian.tar.xz
 d9f7641bec26c7aad00dd1c96e4e909afb5311c480d032ccf2ecbae104a45dd8 5288 
node-typescript_3.6.4-1_source.buildinfo
Files:
 c214df7486b2c61f821f2eba7752e04f 2047 javascript optional 
node-typescript_3.6.4-1.dsc
 c8ea718d5fdcc8e2c923e9a37a6075b8 26665068 javascript optional 
node-typescript_3.6.4.orig.tar.gz
 8a0b6e9435fd4b5e754419a4a769cc3f 6856 javascript optional 
node-typescript_3.6.4-1.debian.tar.xz
 f60e7e53304c13790eeb699e112ff9a7 5288 javascript optional 
node-typescript_3.6.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl2lZQwSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRRKwP/2l7I9rBh1C4a9BvbN0L36Y9EYf9NdeR
LFn1kebt9IzgG7AVzn5OWHKLt+zLvpQFSnLIc9ivRjD/BNEnDZ341+rSJQDi5fPT
q+5rzpn6H2Tnt+jPZ7J+QG5foAHex3/hmK8ElycgHqvz5a1blEBwmHUJyjtAwZeC
govDDT6sgU4I5I/wE3td4C+KTITWAebnHc9HfewsJ/oO6+FMOUFjtO4DSthGw1vE
m7ESGw9SNYzuuK0dnCrf9JhVjNqMQUeMYvwR1EcmtUYrPdwJ2GrUkOczbleCuZMk
S3Y+cBKRv+c61Jen7m8hYfPsofzMbef3JJICAtYWq3hxVqaWYPhzQGRj7G+rNlu1
WOvI+vy0jhDTrFDQpQEJx7pJMxB4npiiXOdvFHMx4p2QkpJB0HYNW4ANf3OQLEa6
eJmsTaSkLYy4+vCG3Y0UQaAMu0cVyg0Nmbl8LS30+4ggjOMw2JXBtcgEU5Co0pOG
p1u2TlKnvPHSA2KkB0zvmw+tC5BBuW/5lczKt23pTOig1zHS8BreXo03RF9k/Iv5
O3IoniiF/37Qit6icAVcIEFIp8+cNASK19cbc0nIYKNnVn/YAAssdl5qlQM3/Jxq
PjUVsmatWyvhA3t2qo+cGD87v2XYUPQwmK72GMpOl84c2u8DBpW66vxhxQKtPMbN
AZCyLVKKoc7q
=8NRV
-END PGP SIGNATURE-



  1   2   3   4   5   6   7   8   9   10   >