Re: Pause /usr-merge moves

2023-12-02 Thread Bastien Roucariès
Le vendredi 1 décembre 2023, 21:04:12 UTC Helmut Grohne a écrit :
> Hi developers,
> 
> I have unfortunate news regarding /usr-merge. I uncovered yet another
> problem that we haven't seen mentioned earlier. We do not yet know how
> to deal with it and it may take some time to come up with a good
> compromise. As a result, please pause further moves from / to /usr.
> Exceptions:
>  * With more uploads, more systemd units will move. While such moves may
>trigger the new problem, I expect that to be rare.
>  * Continue fixing RC bugs, in particular those that are due to
>dh_installsystemd or systemd.pc having moved to /usr.
>  * Continue applying DEP17P7 mitigations for udev rules. Patches for
>these have been sent by Christian Hofstaedler and a few people from
>the Cambridge miniconf. These are unrelated.
> 
> The rest of this mail is lots of funky details for those interested in
> understanding what went wrong here. Others are encouraged to do
> something more joyful :)
> 
> Before we go, let me express sincere thanks to so many people that
> helped me track this down. In particular, the input of David
> Kalnischkies, Guillem Jover and Julian Andres Klode was invaluable.
> 
> Fundamentally, Conflicts do not reliably prevent concurrent unpacking of
> packages as policy §7.4 may suggest. I have reported this as #1057199.
> Consequently, what we look at here is situations where Conflicts are
> used to mitigate file loss in the face of aliasing changes. Debian
> policy §6.6 is more precise and details that when unpacking a package,
> conflicting packages may be deconfigured and removed after the unpack.
> In theory, the difference should not be noticeable, because dpkg
> accurately tracks ownership of files with respect to packages. Aliasing
> changes this and can cause file loss. The situation arises when
> installing or upgrading a package to a version that happens to be in
> conflict with another package to be removed. A simple example is
> upgrading a bookworm system with molly-guard and systemd-sysv to sid and
> in the process deleting molly-guard. A similar issue happens when
> upgrading a bookworm system with busybox-static to sid and in that
> process installing busybox and thus removing busybox-static. The
> situation is hard to come by, because apt tends to remove the package
> that goes away early when it can. I have implemented a reproducer
> without apt for systemd-sysv #1057220. There are also situations where
> apt reproduces this available from the policy bug mentioned earlier. In
> particular, when one package has versioned Conflicts for another and the
> other has versioned Breaks for the former, this reproduces with apt.
> This essentially breaks DEP17 proposed mitigations M7 and M18.
> 
> I have also locally extended dumat to produce a report of affected
> Conflicts and am attaching it to this mail. The only packages that have
> not yet migrated and have this problem are systemd-sysv,
> busybox/busybox-static and resolvconf and I have filed RC bugs for them.
> There are other instances in trixie already.

Could we have a list of trixie affected ?
> 
> I welcome ideas for solving these problems. Let me summarize those I
> already am aware of.
> 
> Julian Andres Klode proposes adding a "barrier package" that we may call
> usrmerge-support (or repurpose usr-is-merged). Affected Conflicts can be
> moved to the barrier package and the conflicting package would then
> express Pre-Depends on the barrier package. When the barrier's postinst
> runs, any conflicting package definitely has been removed and due to
> using Pre-Depends, the conflicting package definitely has not been
> unpacked yet.

Why not creating per package a barrier package ?


> 
> Another option is duplicating affected files (e.g. using hard links) in
> the data.tar and then restoring lost files during postinst.
> 
> Depending on what problem we are solving, we may also move to protective
> diversions (DEP17 M8).
> 
> It also is not clear how easy it is to reproduce this bug class in an
> actual upgrade. It took long to find the issue for a reason. Depending
> on what files go missing, we may get away with asking users to dpkg
> --audit and then apt reinstall affected packages.
> 
> That barrier package approach sounds relatively promising to me, but
> there is no implementation of that approach as of this writing.
> 
> If you want to support finding a solution, please contribute to this
> email thread of join #debian-usrmerge on oftc.
> 
> Helmut
> 






Bug#1055585: ITP: node-envinfo -- Generate reports of the common details used by Node.js packages

2023-11-08 Thread Bastien Roucariès
Package: wnpp
Severity: important
Owner: Bastien Roucariès 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: node-envinfo
  Version : 7.11.0+~cs13.4.1
  Upstream Contact: https://github.com/tabrindle/envinfo#readme
https://github.com/sindresorhus/os-name/tags
https://github.com/sindresorhus/macos-release/tags
https://github.com/sindresorhus/windows-release/tags
https://registry.npmjs.org/yamlify-object
* URL : https://github.com/tabrindle/envinfo#readme
https://github.com/sindresorhus/os-name/tags
https://github.com/sindresorhus/macos-release/tags
https://github.com/sindresorhus/windows-release/tags
https://registry.npmjs.org/yamlify-object
* License : Expat
  Programming Lang: Typescript/javascript
  Description : Generate reports of the common details used by Node.js
packages

Generate reports of the common details used by Node.js packages
 This package generate reports of common software installed on our computer,
 including browser version, Node.js version, Operating System and programming
 language support.
 .
 This is used by webpack a javascript module bundler, for generating build
 time report.
 .
 Node.js is an event-based server-side JavaScript engine.

This package is needed for rebuild from source webpack that is an essential
package of javascript team


Re: HFS/HFS+ are insecure

2023-07-21 Thread Bastien Roucariès
Le vendredi 21 juillet 2023, 10:28:00 UTC Bastien Roucariès a écrit :
> Le vendredi 21 juillet 2023, 10:17:13 UTC Marco d'Itri a écrit :
> > On Jul 21, Bastien Roucariès  wrote:
> > 
> > > Ok found it call mountlo outdated 
> > > will need a small patch for linux uml, but may be worthwhile
> > > Last version seems to be outdated 0.6 and carried by slitaz distribution.
> > > May be time to revive it
> > It looks like a good long term solution, but as long as there are 
> > insecure file systems in the kernel they should be disabled by default 
> > so these are really different issues.
> 
> No it is not a long term solution. Long term solution will be to push under 
> fuse these filesystem. This a (short term)/(medium term band aid) solution.
> 
> I agree with you about disabling these modules
> 
> linux uml work on i386/amd64/ppc (by memory) so it could help for some 
> filesystem particularly hfs
> 
> I do not understand why uml is not part of main kernel build maybe it is time 
> to get it.
> 
> The plan could be:
> - build uml along the main kernel (if possible)
> - try to get merged old mountlo kernel support
> - push to uml only these insecure filesystem
> - long term try to push these to pure userspace or drop

According to the other thread only these fs should be supported using this 
method:
- hfs (not hfs+) but pure user space tools exist
-sysv
-affs
-ecryptfs
- jffs2
- jfs
- bfs
- reiserfs

Rouca

> 
> What do you think ?
> 
> rouca
> 
> > 
> > I remember noise from the systemd people about mounting removable media 
> > using user space drivers, but I do not think that anybody is working on 
> > this.
> > 
> > 
> 
> 



signature.asc
Description: This is a digitally signed message part.


Re: HFS/HFS+ are insecure

2023-07-21 Thread Bastien Roucariès
Le vendredi 21 juillet 2023, 10:52:17 UTC Bastien Roucariès a écrit :
> Le vendredi 21 juillet 2023, 08:55:39 UTC Marco d'Itri a écrit :
> > efs
> https://pypi.org/project/qnxmount/ claim to mount it. Check
> > hfs
> https://github.com/0x09/hfsfuse
Corrected not supported by this package may be emulated by using user space hfs 
tools ?
> > hfaplus
> https://github.com/0x09/hfsfuse
> > qnx6
> Fuse ro filesystem https://pypi.org/project/qnxmount/ better support then 
> kernel one
> > sysv
> no fuse equivalent may be easier to port from (net)?bsd source to fuse or use 
> the method of qnxmount
> > 
> > affs
> no fuse equivalent but a grub filesystem may be ported to fuse
> > ecryptfs
> no fuse equivalent
> > jffs2
> no fuse equivalent
> > jfs
> no fuse equivalent but a grub filesystem may be ported to fuse
> > 
> > And I think that I can also safely add a few more which while actively 
> > maintained I believe are only used in a retrocomputing context or are 
> > generally uncommon anyway:
> > 
> > befs
> A fuse module seems to be avalaible 
> https://www.haiku-os.org/guides/daily-tasks/access_bfs_with_fuse/
> > bfs
> no fuse equivalent
> > hpfs
> no fuse
> > omfs
> https://github.com/bcopeland/omfs_fuse/
> > qnx4
> Maybe Fuse ro filesystem https://pypi.org/project/qnxmount/
> > reiserfs
> so incomplete work using grub filesystem 
> https://github.com/albertz/reiserfs-fuse
> > spu
> This one is a virtual fs for powerpc should be dropped of the list
> > ufs
> https://github.com/mkatiyar/fuse-ufs2
> > 
> 
> 



signature.asc
Description: This is a digitally signed message part.


Re: HFS/HFS+ are insecure

2023-07-21 Thread Bastien Roucariès
Le vendredi 21 juillet 2023, 08:55:39 UTC Marco d'Itri a écrit :
> efs
https://pypi.org/project/qnxmount/ claim to mount it. Check
> hfs
https://github.com/0x09/hfsfuse
> hfaplus
https://github.com/0x09/hfsfuse
> qnx6
Fuse ro filesystem https://pypi.org/project/qnxmount/ better support then 
kernel one
> sysv
no fuse equivalent may be easier to port from (net)?bsd source to fuse or use 
the method of qnxmount
> 
> affs
no fuse equivalent but a grub filesystem may be ported to fuse
> ecryptfs
no fuse equivalent
> jffs2
no fuse equivalent
> jfs
no fuse equivalent but a grub filesystem may be ported to fuse
> 
> And I think that I can also safely add a few more which while actively 
> maintained I believe are only used in a retrocomputing context or are 
> generally uncommon anyway:
> 
> befs
A fuse module seems to be avalaible 
https://www.haiku-os.org/guides/daily-tasks/access_bfs_with_fuse/
> bfs
no fuse equivalent
> hpfs
no fuse
> omfs
https://github.com/bcopeland/omfs_fuse/
> qnx4
Maybe Fuse ro filesystem https://pypi.org/project/qnxmount/
> reiserfs
so incomplete work using grub filesystem 
https://github.com/albertz/reiserfs-fuse
> spu
This one is a virtual fs for powerpc should be dropped of the list
> ufs
https://github.com/mkatiyar/fuse-ufs2
> 



signature.asc
Description: This is a digitally signed message part.


Re: HFS/HFS+ are insecure

2023-07-21 Thread Bastien Roucariès
Le vendredi 21 juillet 2023, 10:17:13 UTC Marco d'Itri a écrit :
> On Jul 21, Bastien Roucariès  wrote:
> 
> > Ok found it call mountlo outdated 
> > will need a small patch for linux uml, but may be worthwhile
> > Last version seems to be outdated 0.6 and carried by slitaz distribution.
> > May be time to revive it
> It looks like a good long term solution, but as long as there are 
> insecure file systems in the kernel they should be disabled by default 
> so these are really different issues.

No it is not a long term solution. Long term solution will be to push under 
fuse these filesystem. This a (short term)/(medium term band aid) solution.

I agree with you about disabling these modules

linux uml work on i386/amd64/ppc (by memory) so it could help for some 
filesystem particularly hfs

I do not understand why uml is not part of main kernel build maybe it is time 
to get it.

The plan could be:
- build uml along the main kernel (if possible)
- try to get merged old mountlo kernel support
- push to uml only these insecure filesystem
- long term try to push these to pure userspace or drop

What do you think ?

rouca

> 
> I remember noise from the systemd people about mounting removable media 
> using user space drivers, but I do not think that anybody is working on 
> this.
> 
> 



signature.asc
Description: This is a digitally signed message part.


Re: HFS/HFS+ are insecure

2023-07-21 Thread Bastien Roucariès
Le vendredi 21 juillet 2023, 09:49:48 UTC Bastien Roucariès a écrit :
> Le vendredi 21 juillet 2023, 08:20:12 UTC Matthew Garrett a écrit :
> Hi
> > On Thu, Jul 20, 2023 at 07:56:12PM +0200, Marco d'Itri wrote:
> > > Package: src:linux
> > > Severity: normal
> > > 
> > > You are totally correct.
> > > Kernel team, please blacklist HFS/HFS+ for automounting.
> > 
> > Isn't this a userland policy decision? udisks will happily trigger a 
> > module load for hfsplus if udev has identified it, and I don't think 
> > there's a trivial mechanism for the kernel to disable that. I believe 
> > the only way for the kernel to disable automounting would be to disable 
> > the drivers entirely (which we don't want to do), so this probably needs 
> > to be assigned elsewhere rather than being a linux bug.
> > 
> > (Or, alternatively, we could move hfs(+) support to FUSE and provide 
> > extremely tight seccomp policies around them, and then drop kernel 
> > support, but even though this has been talked about a bunch I haven't 
> > seen anyone try to implement it)
> I vaguely remember that someone implement a fuse over uml (user space linux)
> 
> I used it last time to read in user space some crappy filesystem
> 
> I somebody has better memory than me, it could be an idea

Found it! I was mountlo
> 
> Bastien
> 
> > 
> > 
> 
> 






Re: HFS/HFS+ are insecure

2023-07-21 Thread Bastien Roucariès
Le vendredi 21 juillet 2023, 09:49:48 UTC Bastien Roucariès a écrit :
> Le vendredi 21 juillet 2023, 08:20:12 UTC Matthew Garrett a écrit :
> Hi
> > On Thu, Jul 20, 2023 at 07:56:12PM +0200, Marco d'Itri wrote:
> > > Package: src:linux
> > > Severity: normal
> > > 
> > > You are totally correct.
> > > Kernel team, please blacklist HFS/HFS+ for automounting.
> > 
> > Isn't this a userland policy decision? udisks will happily trigger a 
> > module load for hfsplus if udev has identified it, and I don't think 
> > there's a trivial mechanism for the kernel to disable that. I believe 
> > the only way for the kernel to disable automounting would be to disable 
> > the drivers entirely (which we don't want to do), so this probably needs 
> > to be assigned elsewhere rather than being a linux bug.
> > 
> > (Or, alternatively, we could move hfs(+) support to FUSE and provide 
> > extremely tight seccomp policies around them, and then drop kernel 
> > support, but even though this has been talked about a bunch I haven't 
> > seen anyone try to implement it)
> I vaguely remember that someone implement a fuse over uml (user space linux)
> 
> I used it last time to read in user space some crappy filesystem
> 
> I somebody has better memory than me, it could be an idea
Ok found it call mountlo outdated 

will need a small patch for linux uml, but may be worthwhile

Last version seems to be outdated 0.6 and carried by slitaz distribution.

May be time to revive it

Bastien

> Bastien
> 
> > 
> > 
> 
> 



signature.asc
Description: This is a digitally signed message part.


Re: HFS/HFS+ are insecure

2023-07-21 Thread Bastien Roucariès
Le vendredi 21 juillet 2023, 08:20:12 UTC Matthew Garrett a écrit :
Hi
> On Thu, Jul 20, 2023 at 07:56:12PM +0200, Marco d'Itri wrote:
> > Package: src:linux
> > Severity: normal
> > 
> > You are totally correct.
> > Kernel team, please blacklist HFS/HFS+ for automounting.
> 
> Isn't this a userland policy decision? udisks will happily trigger a 
> module load for hfsplus if udev has identified it, and I don't think 
> there's a trivial mechanism for the kernel to disable that. I believe 
> the only way for the kernel to disable automounting would be to disable 
> the drivers entirely (which we don't want to do), so this probably needs 
> to be assigned elsewhere rather than being a linux bug.
> 
> (Or, alternatively, we could move hfs(+) support to FUSE and provide 
> extremely tight seccomp policies around them, and then drop kernel 
> support, but even though this has been talked about a bunch I haven't 
> seen anyone try to implement it)
I vaguely remember that someone implement a fuse over uml (user space linux)

I used it last time to read in user space some crappy filesystem

I somebody has better memory than me, it could be an idea

Bastien

> 
> 



signature.asc
Description: This is a digitally signed message part.


Re: What *is* the amd64 ABI

2023-05-20 Thread Bastien Roucariès
Le mardi 16 mai 2023, 04:45:51 UTC Michael Hudson-Doyle a écrit :
> On Tue, 16 May 2023, 15:42 Russ Allbery,  wrote:
> 
> > Sam Hartman  writes:
> >
> > > We've all been talking about the x86_64 ABI, and I'm realizing I'm never
> > > read it.
> > > Are we talking about
> > > https://refspecs.linuxbase.org
> > 
> 
> /elf/x86_64-abi-0.99.pdf
> > 
> >
> > That's the one that I was looking at, at least.  Specifically (for the
> > purposes of the current discussion) page 84.  I'm not sure if there's a
> > newer version, since that one is labeled draft.
> >
> 
> I think the current version lives at
> https://gitlab.com/x86-psABIs/x86-64-ABI

ABI are documented on the wiki

https://wiki.debian.org/ArchitectureSpecificsMemo#amd64

Thanks

Bastien
> 
> Cheers,
> mwh
> 
> > Russ Allbery (r...@debian.org)  
> >
> >
> 






Re: icc-profiles_2.2_source.changes REJECTED

2023-03-03 Thread Bastien Roucariès
Le vendredi 3 mars 2023, 22:35:24 UTC Jonas Smedegaard a écrit :
> Quoting Bastien Roucariès (2023-03-03 22:21:49)
> > Le lundi 27 février 2023, 12:11:27 UTC Jonas Smedegaard a écrit :
> > Hi jonas,
> > 
> > I have just checked the source code of lintian. Could you double check your 
> > package and create a simple test case ?
> > 
> > According to:
> > https://salsa.debian.org/lintian/lintian/-/blob/master/lib/Lintian/Check/Files/NonFree.pm#L91
> > The test should not raise
> 
> Sorry, I don't understand what you ask me to do.
> 
> In case it was unclear from my previous posts: The rejection messages I
> shared was not from a lintian check done locally by me, but a rejection
> message I received from ftpmaster.
> 
> Locally I did not experience the same messages.  Are you asking me to
> test again that I (again) do not experience the kind of messages that
> ftpmasters for some reason unknown to me trigger?

Yes could you double check ?

If you do not experience the kind of messages with locally installed lintian, 
it means that lintian need to be backported and that ftpmaster should install a 
backport version.

Bastien
> 
>  - Jonas
> 
> 



signature.asc
Description: This is a digitally signed message part.


Re: icc-profiles_2.2_source.changes REJECTED

2023-03-03 Thread Bastien Roucariès
Le lundi 27 février 2023, 12:11:27 UTC Jonas Smedegaard a écrit :
Hi jonas,

I have just checked the source code of lintian. Could you double check your 
package and create a simple test case ?

According to:
https://salsa.debian.org/lintian/lintian/-/blob/master/lib/Lintian/Check/Files/NonFree.pm#L91
The test should not raise

Bastien
> Quoting Simon McVittie (2023-02-27 13:04:25)
> > On Mon, 27 Feb 2023 at 12:22:34 +0100, Jonas Smedegaard wrote:
> > > I am not convinced, however, that this issue is a bug in lintian:
> > > The testcase you ask for is the actual files in the icc-profiles source
> > > package which already is already correctly identified by lintian.  I.e.
> > > issue is not that some different files get misdetected but instead that
> > > lintian _correctly_ identifies the files in this non-free package and
> > > _correctly_ classifies those as unsuitable in main
> > 
> > That's correct to a point, but it seems wrong for lintian to be emitting a
> > tag that means "this package is unsuitable for main and that's a problem"
> > for a package in non-free. Yes, we know it's unsuitable for main, and
> > the maintainer has acknowledged that by uploading it to non-free... it
> > doesn't seem like there is any benefit to having an unfixable Lintian
> > error as well.
> > 
> > Or if the interpretation of the tag is "you should use the copy of this
> > file from icc-profiles instead of shipping your own copy", then the lintian
> > check should have a special case to silence that tag when the package being
> > checked *is* icc-profiles.
> > 
> > There are similar special cases in other parts of Lintian. For example,
> > it looks for embedded code copies of zlib, but that check has a special
> > case to avoid it being triggered by zlib itself, because obviously zlib
> > should be allowed to ship zlib code; and similarly checks for a bundled
> > font like Deja Vu shouldn't trigger for fonts-dejavu itself.
> 
> Ah, I was unaware that lintian at other places includes exceptions like
> that, an that lintian is expected to do reliable assessments in this
> kind of tests.
> 
> When that's the case, then please, Bastien (or others skilled with
> internals of lintian) please refine the tests for icc-profiles contents
> to exclude icc-profiles package itself.
> 
> (I'll file a bugreport against lintian if I notice no actions from this)
> 
> Kind regards,
> 
>  - Jonas
> 
> 



signature.asc
Description: This is a digitally signed message part.


Re: icc-profiles_2.2_source.changes REJECTED

2023-02-25 Thread Bastien Roucariès
Le vendredi 24 février 2023, 06:13:48 UTC Shengjing Zhu a écrit :
> Hi,
> 
> On Fri, Feb 24, 2023 at 7:38 AM Jonas Smedegaard  wrote:
> >
> > What to do when a package is blocked from getting updated due to it
> > being itself?
> >
> > I have tried replying to FTPmasters as invited in the rejection message,
> > but have been met with silence.
> >
> > I have tried filing bug#1030961 but have so far seen no response on that
> > either.
> >
> > Will it make sense to reassing that bugreport to the technical
> > committee?  Or to the release team?  Or should I request removal of the
> > package, because security bugfixes (however unlikely for a package
> > containing purely static data files) is impossible?
> >
> >
> >  - Jonas
> >
> > Quoting Debian FTP Masters (2023-02-09 04:19:39)
> > >
> > > icc-profiles source: lintian output: 
> > > 'license-problem-md5sum-non-free-file ECI-RGB.V1.0.icc usual name is 
> > > ECI-RGB.V1.0.icc. Does not allow modification See also 
> > > https://packages.debian.org/sid/icc-profiles.', automatically rejected 
> > > package.
Seems like a bug on lintian

Feel free to prod me with a small testcase or a patch will try to do something

Bastien
> [snip]
> > > icc-profiles source: lintian output: 
> > > 'source-only-upload-to-non-free-without-autobuild ', automatically 
> > > rejected package.
> > > icc-profiles source: If you have a good reason, you may override this 
> > > lintian tag.
> 
> It's auto rejected. So I think it can be technically solved.
> For license-problem-md5sum-non-free-file, it's obviously a false
> positive from lintian. It should not emit such if the source is the
> non-free section. It should be reported as a bug for the lintian
> package. And you can submit patches as well, backport to the version
> that ftp-master server uses.
> For source-only-upload-to-non-free-without-autobuild, it's really a
> bug in your upload. You should fix it.
> 
> 



signature.asc
Description: This is a digitally signed message part.


Re: Improvement of sensible-utils

2022-09-07 Thread Bastien Roucariès
Le vendredi 11 août 2017, 16:37:49 UTC Bastien ROUCARIES a écrit :
Hi,

I have implemented on salsa the sensible-x-terminal, but I need --wait flags in 
order to wait...

Moreover sensible-utils will now support EDITOR as shell snippet like 
EDITOR='emacsclients -n -c -a ""'

Bastien
> Hi,
> 
> I have done some work for sensible-utils but I am a little stuck due
> to lack of documentation/policy.
> 
> I want first to create desktop file for
> sensible-editor/sensible-pager/sensible-browser in order to open from
> firefox text file (fixing #780742).
> 
> The main problem is to exec this in a terminal or not depending of the
> context.
> 
> I propose first to solve #594942 and to implement sensible-x-terminal
> first. This program will
> exec $XTERMINAL if set, then if configured $SENSIBLE_XTERMINAL and
> lastly choose the terminal according to desktop running (maybe using
> xdg-open /proc/self/1 < sensible-x-terminal
> 
> Then nano for instance will provide sensible-editor-nano that will use
> library provided by sensible-utils in order to run nano under a
> terminal if run under X.
> 
> What do you think ?
> 
> Bastien



signature.asc
Description: This is a digitally signed message part.


Re: Current NEW review process saps developer motivation

2022-08-26 Thread Bastien Roucariès
Le vendredi 26 août 2022, 10:58:28 UTC Simon McVittie a écrit :
> On Fri, 26 Aug 2022 at 09:09:25 +0200, Jonas Smedegaard wrote:
> > The way I see it, the process is clear: provide *source* to build from.
> > 
> > If there is "source" built from another source, then that other source
> > is the true source.
> 
> I hope you agree that we are doing this in order to get some desirable
> properties of building from source, rather than because the rules are
> the rules and we follow them without any critical thinking?
> I feel strongly that if our policies are not meeting their goals of
> advancing Free Software and providing benefit to our users, then we
> should reconsider whether they are the right policies.
> 
> I don't think building from the least-derived form is always the right
> thing to do. For instance, take rust-glib-sys, a package of Rust bindings
> for the GLib library, which is one of the libraries whose handling
> prompted this thread. It contains a description of the GLib library's
> API/ABI, basically the Rust equivalent of a C header file. It could
> have been written by hand, but that would be tedious and error-prone,
> so instead its upstream maintainers chose to machine-generate the API/ABI
> description from GLib. The thing that would be closest to "true source"
> would presumably be to redo that machine-generation process, from first
> principles, at build-time

In this case the js team has solved the problem.

We use grouped source package, we have the same problem between javascript 
package and typescript. Javascript is the main source and typescript is often 
generated.

See here
https://wiki.debian.org/Javascript/GroupSourcesTutorial

In your case, you should group your rust source with the glib source and so no 
bundle anymore.

You need only a little bit coordination with the glib maintenair and accept 
funny version for glib like 1.0+~1.2

Bastien



> 
> However, if we did that by using the version of GLib in the archive,
> then the API of the Rust bindings would not be entirely determined
> by the content of the rust-glib-sys package as tracked by its version
> number, which seems really bad for library stability: you could take
> the same version number, build it twice in different environments, and
> get two different APIs! rust-glib-sys could have a minimum supported
> GLib version, but then would unpredictably have or not have additional
> APIs beyond the ones present in that version, depending on the version
> of GLib that happened to be installed at build-time.
> 
> If the generation process is not always 100% backwards-compatible, which
> I suspect it is not, then that just makes it worse: now you can't even
> rely on a rebuilt version of rust-glib-sys being compatible with the
> version from before it was rebuilt! If the API description is curated by
> the upstream maintainers, then they have an opportunity to detect
> incompatible changes and release them with a suitably changed version
> number, or even as a separate parallel-installable version, so that
> dependent projects can migrate at their own pace; but that can't happen
> if the API description is generated at build time.
> 
> Or, the other way to generate rust-glib-sys from "true source" would be
> to bundle a complete copy of GLib source code in it, and generate the
> API description from that (which, as an implementation detail of the way
> it was done, requires compiling GLib and then introspecting the binary,
> and cannot be done while cross-compiling). This is not great from either
> a technical or social point of view. From a technical point of view,
> rust-glib-sys' build system would have to be taught to compile GLib,
> which uses a totally different build system (Meson rather then Cargo)
> and is quite a large library, resulting in a much slower and less
> reliable build. From a social point of view, again, GLib is not small,
> and I don't think either the rust-glib-sys maintainer or the ftp team
> would welcome the requirement to review another complete copy of GLib,
> transcribe all its potential copyright holders into debian/copyright
> and check that it has been done, and so on.
> 
> Generating the API description in a way that does not arbitrarily vary
> based on installed software might also require bundling and building a
> complete copy of GObject-Introspection, which, again, is not small.
> 
> All of this is for a functional interface description, analogous to a C
> header file without comments. In other contexts elsewhere in the project,
> we rely on the functional parts of an interface description as not being
> strongly protected by copyright (after all, the whole GNU system started
> as a compatible implementation of the interfaces provided by 1980s Unix,
> and we have code in Debian that is a compatible reimplementation of
> Windows interfaces), and we strongly limit the modifications that we
> are prepared to make to interface descriptions (because Free Software
> is important to us, 

Re: Automatic trimming of changelogs in binary packages

2022-08-19 Thread Bastien Roucariès
Le jeudi 18 août 2022, 19:18:35 UTC Gioele Barabucci a écrit :
> Hello,
> 
> in 2020 there was a brief discussion on debian-devel@ about trimming
> changelogs [1,2].
> 
> Now there is a working implementation of said functionality in
> `dh_installchangelogs` [3].
Could you stress on the mapage that some license ask to document the change 
done by downstream in binary distribution and that in this case this tool 
should be disable

bastien
> 
> This implementation, combined with the evolution of the apt/dpkg
> ecosystem that happened in the meantime, provides now all the benefits
> of changelog trimming (less wasted space and bandwidth worldwide,
> reduced processing time) without the downsides discussed at the time.
> 
> ## In detail
> 
> * `dh_installchangelogs` is modified install in binary packages the
> trimmed changelogs, i.e. changelogs that contain only entries more
> recent than the release date of oldstable.
> 
> * The trimming is done automatically in compat >= 14.
> 
> * The `--no-trim` option allows package maintainers that want to ship
> the whole changelog a way to do so.
> 
> * The full changelogs are preserved in the source packages and thus
> available via `apt changelog` and similar mechanisms.
> 
> * The trimming process happens at build time and requires no
> modification to the changelogs stored in the VCS repos, nor changes to
> the packaging.
> 
> ## Data on file size reduction
> 
> On a sample of ~13.000 packages, the median reduction in size of
> gzip-9'ed changelogs is 56% (mean 50%).
> 
> Ancient packages or heavily developed packages gain a lot from trimming
> the changelogs. Some examples (gzipped → trimmed+gzipped):
> 
> * debian-keyring: 664k  → 47k (-92%)
> * dpkg (essential): 223k → 22k (-90%)
> * apt (essential): 156k → 14k (-90%)
> * systemd: 110k → 23k (-78%)
> * gcc-12: 189k → 18k (-90%)
> * python3.9: 48k → 4k (-90%)
> * e2fsprogs: 68k → 7k (-89%)
> 
> ## Consensus
> 
> Does anybody have objective objections against activating automatic
> changelog trimming in binary packages?
> 
> Regards,
> 
> [1] https://lists.debian.org/debian-devel/2020/03/msg00299.html
> [2] https://bugs.debian.org/954313
> [3] https://salsa.debian.org/debian/debhelper/-/merge_requests/80
> 
> --
> Gioele Barabucci



signature.asc
Description: This is a digitally signed message part.


Re: A mail relay server for Debian Members is live

2022-08-16 Thread Bastien Roucariès
Le lundi 15 août 2022, 14:19:57 UTC David Bremner a écrit :
> Bastien Roucariès  writes:
> > Le samedi 16 juillet 2022, 21:49:31 UTC Pierre-Elliott Bécue a écrit :
> > Thanks for this hard work, however it seems that some mail client consider
> > these mail as invalid, whereas gmail and other verifier service consider
> > ok...
> > 
> > Any idea for debugging?
> > 
> > Bastien
> 
> Hi Bastien;
> 
> I'm not involved with the service (even as a user), but I am interested
> in mail clients. Can you be more specific about what is failing and on
> what client? 

kmail is the client with dkim plugin enable

Message-ID: <87h73gyaiw@janja.pimeys.fr> by , Pierre-Elliott Bécue 
 of this thread fail (invalid dkim signature) , where as
Message-ID:  is marked as dkim valid...

Bastien
> > A sample message is typically needed to debug these things.
> I'm not sure there is any sensible way to report issues (RT? BTS?) but
> if someone knows, that would be useful to mention.
> 
> d






Bug#1017366: RFH: imagemagick -- image manipulation programs -- binaries

2022-08-14 Thread Bastien Roucariès
Package: wnpp
Severity: normal
X-Debbugs-Cc: debian-devel@lists.debian.org
Control: affects -1 src:imagemagick

I request assistance with maintaining the imagemagick package.

The package description is:
 ImageMagick is a software suite to create, edit, and compose bitmap images.
 It can read, convert and write images in a variety of formats (over 100)
 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
 SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
 shear and transform images, adjust image colors, apply various special
 effects, or draw text, lines, polygons, ellipses and Bézier curves.
 All manipulations can be achieved through shell commands as well as through
 an X11 graphical interface (display).


I need help in order to get newest 6 version in shape and myabe help to package
version 7. It is a hard to maintain package with a huge popcon.

I will also need help in order to configure by debconf if user want to disable
or not treatment of pdf/ps file for security reasons.

Help is welcome

Bastien


Re: A mail relay server for Debian Members is live

2022-08-14 Thread Bastien Roucariès
Le samedi 16 juillet 2022, 21:49:31 UTC Pierre-Elliott Bécue a écrit :
> Dear developers,
> 
> In the past months, it's been clear that sending mails from an
> @debian.org address to some mail providers, including GMail, has become
> harder and harder. While user DKIM feature (documented on [0]) can help,
> we thought providing a relay server for our users to send their Debian
> mail was a more long-term solution.
> 
> This service is now operational behind mail-submit.debian.org (AKA
> stravinsky.debian.org). Documentation about how to use this service can
> be accessed via [1]. The page behind [0] will be updated on the next
> release we make of userdir-ldap-cgi.
> 
> Mails sent via this server will be DKIM-signed if the from is a
> debian.org, debconf.org or ftp-master.debian.org address. If any
> additional domain should be considered, feel free to ask.
> 
> This server requires an active Debian Account, and that one sets their
> mailPassword up (again, see [1]) to be able to use the service. I've
> tried to provide some useful tips on the doc.
> 
> If you have any question or issue, please don't hesitate to reach out.
Thanks for this hard work, however it seems that some mail client consider 
these mail as invalid, whereas gmail and other verifier service consider ok...

Any idea for debugging?

Bastien
> 
> Cheers!



signature.asc
Description: This is a digitally signed message part.


Re: Wine MinGW system libraries

2021-09-07 Thread Bastien Roucariès
Le mardi 7 septembre 2021, 00:44:31 UTC Paul Wise a écrit :
> On Mon, Sep 6, 2021 at 9:54 PM Zebediah Figura wrote:
> > The basic problem is that applications can and often do ship with PE
> > builds of cross-platform libraries. These libraries can be ahead of
> > Wine's system libraries, behind them, or even built with custom patches.
> > Accordingly we really don't want to load "our" freetype in place of
> > "their" freetype, or "theirs" in place of "ours". But because of the way
> > the Win32 loader works, you can generally only have one DLL of a given
> > name loaded in a process, and further attempts to dlopen() [as it were]
> > "libfreetype-6.dll" will return the handle to the already loaded
> > library, potentially breaking either Wine or the application.
> 
> I don't know the details here, but my immediate thought when reading
> this is that you need some kind of namespace. I then found that linker
> namespaces are a thing, perhaps they would provide the solution for
> you. It sounds like the OpenGL shim loader solution listed on the
> glibc wiki might work for your use-case. Or perhaps the LD_AUDIT
> feature would also work.
> 
> https://www.sourceware.org/glibc/wiki/LinkerNamespaces
I agree with pabs, implementing name space is a good solution
and will allow to be distrib friendly.

Moreover it will be best if marking a library as wine system one could be done 
post build. We will prefer to not modify upstream (like libpng) source. 

It is easier for us to apply small patch to upstream, or better in your case 
to add a post link linker script or even some compiler flag that will add some 
notes section to dll in order to mark it as use namespace system, or so on.

The problem on windows side is well known as dll hell

Renaming of the lib could be done post install. Moreover a crazy idea why not 
renaming system dll instead of libpng-2.0.0.dll as libpng-2.0.0.sll (note the 
version is manadaroty) Therefore we could use  upstream source. Then add a 
small linker script that will rewrite the depends of  libpng-2.0.0.sll  to 
.sll file (aka binary sed s/.dll/.sll/g).

then add a small wraper (shim) like said pab that load the .sll library, the 
best pratice will be a command tool that take the name of the sll and create 
magically the dll

Therefore from distrib point of side we only changes the way we build the 
package, it could be automated, it is scalable and it does not need to patch 
package by package. Only to add some linker script magic

Bastien






Re: Finding rough consensus on level of vendoring for large upstreams

2021-09-03 Thread Bastien Roucariès
Le jeudi 2 septembre 2021, 22:38:35 UTC Phil Morrell a écrit :
> Over this last year there seems to have been a noticeable divergence of
> maintainer opinion, on what has become known as vendoring, from a strict
> reading of [policy 4.13]. I think it's notable that the heading is
> [Embedded] copies and was [Convenience] copies since its inception,
> thankfully I found a request to expand this section using [vendoring].
> 
> [policy 4.13]:
> https://www.debian.org/doc/debian-policy/ch-source.html#embedded-code-copie
> s [Embedded]: https://bugs.debian.org/955036
> [Convenience]: https://bugs.debian.org/392362
> [vendoring]: https://bugs.debian.org/907051
> 
> It is my reading of the situation that not only has this practice become
> more prevalent across multiple ecosystems since 2008, but that it can be
> a good thing when upstreams use it to better modularise their code. As a
> consequence, and in particular for large upstream projects, it is not a
> good use of maintainer time to package every single vendored library as
> a separate source package. See e.g. [kubernetes], [python BoF @25mins],
> [android-platform-tools], and even [uscan] grouping used by nodejs.
> 
> [kubernetes]: https://bugs.debian.org/971515#172
> [python BoF @25mins]:
> https://meetings-archive.debian.net/pub/debian-meetings/2021/DebConf21/debc
> onf21-97-python-team-bof.webm [android-platform-tools]:
> https://salsa.debian.org/android-tools-team/admin/-/issues/40 [uscan]:
> https://manpages.debian.org/uscan#grouped_package

For uscan you misread, the goal of the uscan grouped package is to avoid 
embeded copy. It decouple the concept of upstream package from debian package 
by grouping it, but (see for instance node-resolve unstable package), but 
decreasing the number of embeded copy in the distrib.
- src:node-resolve embded a few related npm package:
   * node-resolve
  * node-types-resolve (the typescript API for this package but that is 
another packages upstream. It is crazy but welcome to nodejs/npm world)
  * is-core-module really small depends upstream of this package
  * path-parse  really small depends upstream of this package

The node-resolve arch:all debian package provides node-type-resolve 
(=version), node-is-core-module (=version) and so on. So apt-get install node-
types-resolve works for user as expected. Moreover other package could depends 
on node-types-resolve (>> version) thus using the normal depends mechanism of 
debian.

Moreover (it is for now contructed by manual rules but me and mabye yadd are 
planning to automate this rules), node-resolve create a /usr/share/doc/node-
types-resolve directory with copyright and changelog.Debian.gz linked back to 
/usr/share/doc/node-resolve/copyright and /usr/share/doc/node-resolve/
changelog.Debian.gz BUT with documentation of node-types-resolve in order to 
allow switching easilly to non grouped package if needed (package being non 
leaf packages or bigger to pass ftpmaster constraint), and in order to let 
your user thinks node-types-resolve is a normal package, with its own 
documentation.

Thus with my pkg-javascript team hat, I use the group feature of uscan, in 
order to deacrease embeded copy in javascript packages and to workarround npm 
one line one package culture.

It is not perfect but it is I believe a good engineering trade of.

The only problem is I am not english native speaker, and thus I have not 
documented why and how we use this feature. Patch to policy are welcome

Moreover I believe that trackers should display the versionned provides and 
https://packages.debian.org/unstable/node-resolve sould also document 
versionned provides and https://packages.debian.org/unstable/node-types-resolve 
should redirect to d https://packages.debian.org/unstable/node-resolve
in order to avoid to confuse our users.

Bastien


> d https://packages.debian.org/unstable/node-types-resolve
> Is there any objection to the following summary?
> 
> 1. If the reused code is small and intended to be embedded into a
>package, then this MUST be documented in the [security-tracker].
> 2. If the included project has already been packaged, then the Debian
>version SHOULD be used instead.
> 3. If modifications have been made, then those changes SHOULD be
>forwarded and/or the package ported to the official version.
> 4. When 2 or 3 are too onerous to maintain, the package MAY use the
>convenience copy but MUST document why in README.source and SHOULD be
>included in the [security-tracker].
> 5. Where only a small number of unrelated projects are bundled, they
>SHOULD be uploaded as separate source packages.
> 6. If the upstream authors are largely the same, then vendored
>sub-projects MAY simply be built together as the same source.
> 7. A large number of vendored dependencies used only together for a
>single Debian package MAY be grouped into a single source upload.
> 8. If 6 or 7 are used initially but a new package has some overlap, then
>

Re: Ideas for a dh-privacy-helper

2021-09-02 Thread Bastien Roucariès
Le jeudi 2 septembre 2021, 16:11:48 UTC Jonas Smedegaard a écrit :
> Quoting Bastien Roucariès (2021-09-02 17:53:18)
> 
> > A few year ago I have created the privacy-breach lintian checks in
> > order to detect trackers in our doc
> > 
> > I think we are losing the battle here.
> > 
> > I believe that we need better tools than sed in order to fix this kind
> > of problem.
> > 
> > I have some idea like:
> > - read the html tree
> > - convert the html tree dom representation to xml serialization (so called
> > 
> >   XHTML5 or polyglot)
> > 
> > - apply to this xhtml5 xslt2 rules for fixing the privacy breach
> > 
> > The problem are the tools to use...
> > 
> > I will like to use javascript for this kind of transformation but
> > nodejs does not compile on armel, and for saxon-ce I need gwt that is
> > not in debian...
> > 
> > I could use saxon2,but it will need java.
> 
> Perl is famous for its text juggling features, and sloppy parsing of
> html can be done e.g. with HTML::HTML5::Parser (i.e. Debian package
> libhtml-html5-parser-perl).
> 
> Also, debhelper itself is written in perl, so is likely easier to
> integrate plugins written in perl as well.  If perl is an option at all,
> obviously...

Perl is an option I implemented the privacy breach test in perl. The problem 
is I prefer to drop a debian/package.privacy.xslt file in the package instead 
of asking maintainer to code the removal of privacy problems...

Generic one could be coded in perl, but for the end side I need something like 
xslt2

> I am sure Python/Ruby/PHP/Haskell/Scheme/Rust/etc. folks will argue that
> their pet language is the right for the task as well: I think it will
> help the conversation if you clarify what you are open to and what are
> constraints for you.
> 
> E.g. do you mean that it *must* be JavaScript when you mention that?  Or
> are you perhaps asking if someone else wants to take over the challenge
> from you, so it does not matter how it is done?

No it must no be javascript, but using V8 or something like browser internal 
in order to fail to get a dom tree in case of broken html file, like a browser 
do. But may be I am overconcious

Bastien
> 
> 
>  - Jonas



signature.asc
Description: This is a digitally signed message part.


Ideas for a dh-privacy-helper

2021-09-02 Thread Bastien Roucariès
Hi,

A few year ago I have created the privacy-breach lintian checks in order to 
detect trackers in our doc

I think we are losing the battle here.

I believe that we need better tools than sed in order to fix this kind of 
problem.

I have some idea like:
- read the html tree
- convert the html tree dom representation to xml serialization (so called 
XHTML5 or polyglot)
- apply to this xhtml5 xslt2 rules for fixing the privacy breach

The problem are the tools to use...

I will like to use javascript for this kind of transformation but nodejs does 
not compile on armel, and for saxon-ce I need gwt that is not in debian...

I could use saxon2,but it will need java.

Any ideas is welcomed

Bastien

signature.asc
Description: This is a digitally signed message part.


Bug#993312: ITP: journal-abbreviations -- jabref journal abbreviations

2021-08-30 Thread Bastien Roucariès
Package: wnpp
Severity: wishlist
Owner: Bastien Roucariès 
X-Debbugs-Cc: debian-devel@lists.debian.org
Control: affects -1 kbibtex

* Package name: jabref-journal-abbreviations
  Version : git
  Upstream Author : jabref authors
* URL : https://github.com/JabRef/abbrv.jabref.org/
* License : CC0
  Programming Lang: Text
  Description : jabref journal abbreviations

A repository of abbreviations for references, e.g., for conferences, journals,
institutes, etc.


used by kbibtex and jabref

Bastien


Bug#992503: [RFC] [meta][WiP] URL specification with IPv6 zone identifiers

2021-08-19 Thread Bastien Roucariès
Package: general
Severity: minor
Tags: upstream ipv6
Forwarded: https://github.com/whatwg/url/issues/392

Dear all,

They are some push to change the RFC in order to support browsing to IPV6
address with zone identifier.

It will help some of us to get configuration of industrial appliance.

Link Local addresses (fe80::/10) are used for addressing devices in your local
subnet. They can be automatically generated and using the IPv6 multicast
address ff02::1, all hosts on the local subnet can easily be located.

However browsers like Chrome or Firefox do not support entering link local
addresses inside a URL, which prevents accessing devices locally with a
browser, for instance for configuring them.

Link local addresses need zone identifiers to specify which network device to
use as an outgoing interface. This is because you have link local addresses on
every interface and your network stack does not know on its own, which
interface to use. So typically a link local address is something on the line of
fe80::fae4:e3ff:fee2:37a4%eth0, where eth0 is the zone identifier.

However, I do not know if debian is ready for this for next release so, open a
bug in order to track issue. I suppose we will need also a user tag

Rational and workarround for the time being here
https://ungleich.ch/u/blog/ipv6-link-local-support-in-browsers/

Last draft here
https://www.ietf.org/archive/id/draft-carpenter-6man-rfc6874bis-02.html

Bastien



Re: Arch triplet for uefi applications

2021-08-13 Thread Bastien Roucariès
Le mercredi 11 août 2021, 09:16:10 UTC Simon McVittie a écrit :
> On Tue, 10 Aug 2021 at 15:19:10 -0700, Josh Triplett wrote:
> > Bastien Roucariès wrote:
> > > I suppose that [EFI] will be  x86_64-efi-none (or maybe
> > > x86_64-windows-efi  )  and i686-uefi-none ?
> 
> It's certainly not x86_64-windows-efi. The EFI environment isn't Windows
> (even though it borrows some conventions like FAT, backslashes in paths
> and the PE executable format from Windows).
> 
> > UEFI is effectively an "operating system", insofar as it provides a
> > runtime environment with some baseline properties and a set of system
> > calls. uefi definitely isn't a "vendor", and the OS shouldn't be "none"
> > since there is an OS of sorts.
> > 
> > For that reason, Rust uses the target names "aarch64-unknown-uefi",
> > "i686-unknown-uefi", and "x86_64-unknown-uefi". Those seem like the
> > right names for these targets in other toolchains, as well.
> 
> These names used in Rust seem correct to me. The UEFI environment behaves
> like a miniature operating system, which runs instead of GNU/Linux during
> the first stage of boot, so replacing the linux-gnu part of the tuple with
> uefi makes sense.
> 
> Note that there are two forms for writing a GNU tuple: with or without
> the vendor. The full tuple consists of CPU-VENDOR-OS, where OS sometimes
> consists of KERNEL-USERSPACE, or KERNEL-ABI, or KERNEL-USERSPACEABI where
> both disambiguators are needed.
> 
> Developers who are used to (GNU/)Linux are likely to think the
> KERNEL-USERSPACE form is most common, but actually that one is the
> exception, and the more usual form has traditionally just had a single
> token for OSs where the kernel and user-space are tightly coupled,
> 
> such as solaris2, netbsd or freebsd:
>  |CPU|vendor |kernel |userspace|ABI
>  |
>  |   |   |   | (libc)  |
> 
> -|---|---|---|-|
> i386-pc-solaris2 |i386   |PC |Solaris 2|
> x86_64-pc-freebsd|x86_64 |PC |FreeBSD  |
> arm-unknown-netbsd-eabi  |arm|unknown|NetBSD   |EABI
> x86_64-unknown-uefi  |x86_64 |unknown| UEFI|
> x86_64-pc-linux-gnu  |x86_64 |PC |Linux  |GNU  |
> x86_64-pc-linux-musl |x86_64 |PC |Linux  |musl libc|
> x86_64-pc-linux-gnux32   |x86_64 |PC |Linux  |GNU  |x32
> aarch64-unknown-linux-gnu|aarch64|unknown|Linux  |GNU  |
> arm-unknown-linux-gnu|arm|unknown|Linux  |GNU  |OABI
> arm-unknown-linux-gnueabi|arm|unknown|Linux  |GNU  |EABI
> x86_64-pc-kfreebsd-gnu   |x86_64 |PC |FreeBSD|GNU  |
> 
> In Debian multiarch tuples and GNU-style cross-compilation tool
> prefixes, the tuple is written in a shorter form without the vendor as
> CPU-OS (where, again, the OS might be KERNEL-USERSPACE or KERNEL-ABI or
> KERNEL-USERSPACEABI), because the vendor is not usually significant when
> determining whether two binaries share an ABI and can interoperate:
> 
> i386-solaris2
> x86_64-freebsd
> arm-netbsd-eabi
> x86_64-uefi
> x86_64-linux-gnu
> x86_64-linux-musl
> x86_64-linux-gnux32
> aarch64-linux-gnu
> arm-linux-gnu
> arm-linux-gnueabi
> x86_64-kfreebsd-gnu
> 
> (For instance we have x86_64-linux-gnu-gcc and /usr/lib/x86_64-linux-gnu.)
> 
> I prefer to call these strings tuples rather than triplets, because
> calling them triplets can be misleading. The "target triplet" in Autoconf
> specifically refers to the CPU-VENDOR-OS arrangment - remember that GNU
> started by building Free Software tools to run on top of other (often
> proprietary) operating systems, where the ABI was externally imposed by
> the OS vendor, so initially it wouldn't have made sense to talk about the
> kernel and user-space separately. The Linux, kFreeBSD and Hurd kernels
> and the possibility of running a complete GNU operating system only came
> later. So "triplet" refers to the three parts of a full tuple with the
> vendor, broken up like this:
> 
> <--1--><--2-->  <--3-->
> i386-  pc-  solaris2
> x86_64-pc-  linux-gnu
> 
> "Triplet" does not refer to the three parts of an abbreviated
> GNU/Linux-style tuple written without the vendor, even though this decade
> that's the one we see most often:
> 
> # NOT THIS
> x86_64-linux-   gnu
> 
> because

Re: Arch triplet for uefi applications

2021-08-13 Thread Bastien Roucariès
Le vendredi 13 août 2021, 00:29:02 UTC Guillem Jover a écrit :
> On Tue, 2021-08-10 at 12:34:18 +0000, Bastien Roucariès wrote:
> > I am going to compile shell.efi from source.
> > 
> > I whish to install to something stable, but I need an arch triplet
> > in order to put in a multiarch (like) location.
> 
> Multiarch-based pathnames should only be used by multiarch-conforming
> packages for matching and existing dpkg architectures, otherwise we'll
> end up with a mess of conflicting paths if we ever add such real
> architecture.

Why ? If we build now a arch-all package and when the arch is up we could 
Break to the arch:all package. Normally it should work (or maybe I miss 
something)
> 
> Where <https://wiki.debian.org/Teams/Dpkg/Spec/FreestandingArches>
> comes to mind.

Yes it is the same except that uefi is a full fledged arch with a sort of OS.  
But it will be nice to use the same thing

I volontuer to implement this stuff, it will allow to build for instance 
firmware to arm easilly. Do you have some pointer of how to implement ?

> In addition the main reason we had to add the multiarch tuples was
> pretty much to workaround the problem with i386 using varying CPUs in
> the GNU system name (i486, i586, i686), so using anything but i386
> there would be adding insult to injury. :)

Yes and no. In this case, clang use i686 as triplet and API is specified to be 
i686 only.
 
> > I suppose that it will be  x86_64-efi-none (or maybe x86_64-windows-efi  )
> >  and i686-uefi-none ? Note that grub use x86_64-efi
> 
> The vendor always gets ignored in the dpkg context.
> 
> Although is there really a need for a cross-compiler here, or is
> something like -ffreestanding enough?

It is more the freestanding but just a little bit more. I plan to create a 
spec file to gcc for helping and adding slowly stuff like hardenning library 
(for improving security of this beast) 


> > I suppose we should register these triplet somewhere, and I suppose it is
> > config-patc...@gnu.org ?
> 
> https://wiki.debian.org/Teams/Dpkg/FAQ#Q._Can_we_add_support_for_new_dpkg_ar
> chitectures.3F
Ok will do, step by step.

> 
> Thanks,
> Guillem



signature.asc
Description: This is a digitally signed message part.


Re: Arch triplet for uefi applications

2021-08-12 Thread Bastien Roucariès
Le jeudi 12 août 2021, 10:16:45 UTC Bastien Roucariès a écrit :
> Le jeudi 12 août 2021, 09:52:53 UTC Bastien Roucariès a écrit :
> > Le mercredi 11 août 2021, 14:00:37 UTC Steve McIntyre a écrit :
> > > On Tue, Aug 10, 2021 at 03:19:10PM -0700, Josh Triplett wrote:
> > > >Bastien Roucariès wrote:
> > > >> I am going to compile shell.efi from source.
> > > >> 
> > > >> I whish to install to something stable, but I need an arch triplet in
> > > >> order to put in a multiarch (like) location.
> > > >> 
> > > >> I suppose that it will be  x86_64-efi-none (or maybe
> > > >> x86_64-windows-efi
> > > >> )  and i686-uefi-none ?
> > > 
> > > As Simon says, *definitely* not *windows* here please! :-)
> > > 
> > > >I don't think GRUB's x86_64-efi is an architecture triplet, just a
> > > >GRUB-specific target.
> > > >
> > > >UEFI is effectively an "operating system", insofar as it provides a
> > > >runtime environment with some baseline properties and a set of system
> > > >calls. uefi definitely isn't a "vendor", and the OS shouldn't be "none"
> > > >since there is an OS of sorts.
> > > >
> > > >For that reason, Rust uses the target names "aarch64-unknown-uefi",
> > > >"i686-unknown-uefi", and "x86_64-unknown-uefi". Those seem like the
> > > >right names for these targets in other toolchains, as well.
> > > 
> > > Nod, agreed. I think that makes sense.
> > 
> > Ok thanks
> > 
> > For the triplet this will be :
> > -  i686-unknown-uefi
> > - x86_64-unknown-uefi
> > Where should I push this triplet ?
> > 
> > Ant therefore we get the multiarch tupple:
> > - i386-uefi
> > - amd64-uefi
> > If I am right ?
> > I have added to https://wiki.debian.org/Multiarch/Tuples but I suppuse I
> > should open a bug somewhere (dpkg ?)
> 
> I have changed the arch name, it will be:
> uefi-i686
> uefi-amd64
> with multiarch tupple i686-uefi, x86_64-uefi
> 
> I think it is better in line with current kfreebsd pratice...
Changed a new once after implementing debian arch-name to uefi-i386 will allow 
to use uefi-$(DEBARCH) in makefile
> 
> Bastien
> 
> > Bastien
> > 
> > Bastien



signature.asc
Description: This is a digitally signed message part.


Re: Arch triplet for uefi applications

2021-08-12 Thread Bastien Roucariès
Le jeudi 12 août 2021, 09:52:53 UTC Bastien Roucariès a écrit :
> Le mercredi 11 août 2021, 14:00:37 UTC Steve McIntyre a écrit :
> > On Tue, Aug 10, 2021 at 03:19:10PM -0700, Josh Triplett wrote:
> > >Bastien Roucariès wrote:
> > >> I am going to compile shell.efi from source.
> > >> 
> > >> I whish to install to something stable, but I need an arch triplet in
> > >> order to put in a multiarch (like) location.
> > >> 
> > >> I suppose that it will be  x86_64-efi-none (or maybe x86_64-windows-efi
> > >> )  and i686-uefi-none ?
> > 
> > As Simon says, *definitely* not *windows* here please! :-)
> > 
> > >I don't think GRUB's x86_64-efi is an architecture triplet, just a
> > >GRUB-specific target.
> > >
> > >UEFI is effectively an "operating system", insofar as it provides a
> > >runtime environment with some baseline properties and a set of system
> > >calls. uefi definitely isn't a "vendor", and the OS shouldn't be "none"
> > >since there is an OS of sorts.
> > >
> > >For that reason, Rust uses the target names "aarch64-unknown-uefi",
> > >"i686-unknown-uefi", and "x86_64-unknown-uefi". Those seem like the
> > >right names for these targets in other toolchains, as well.
> > 
> > Nod, agreed. I think that makes sense.
> 
> Ok thanks
> 
> For the triplet this will be :
> -  i686-unknown-uefi
> - x86_64-unknown-uefi
> Where should I push this triplet ?
> 
> Ant therefore we get the multiarch tupple:
> - i386-uefi
> - amd64-uefi
> If I am right ?
> I have added to https://wiki.debian.org/Multiarch/Tuples but I suppuse I
> should open a bug somewhere (dpkg ?)
I have changed the arch name, it will be:
uefi-i686
uefi-amd64
with multiarch tupple i686-uefi, x86_64-uefi

I think it is better in line with current kfreebsd pratice...

Bastien

> 
> Bastien
> 
> Bastien



signature.asc
Description: This is a digitally signed message part.


Re: Arch triplet for uefi applications

2021-08-12 Thread Bastien Roucariès
Le mercredi 11 août 2021, 14:00:37 UTC Steve McIntyre a écrit :
> On Tue, Aug 10, 2021 at 03:19:10PM -0700, Josh Triplett wrote:
> >Bastien Roucariès wrote:
> >> I am going to compile shell.efi from source.
> >> 
> >> I whish to install to something stable, but I need an arch triplet in
> >> order to put in a multiarch (like) location.
> >> 
> >> I suppose that it will be  x86_64-efi-none (or maybe x86_64-windows-efi 
> >> )  and i686-uefi-none ?
> 
> As Simon says, *definitely* not *windows* here please! :-)
> 
> >I don't think GRUB's x86_64-efi is an architecture triplet, just a
> >GRUB-specific target.
> >
> >UEFI is effectively an "operating system", insofar as it provides a
> >runtime environment with some baseline properties and a set of system
> >calls. uefi definitely isn't a "vendor", and the OS shouldn't be "none"
> >since there is an OS of sorts.
> >
> >For that reason, Rust uses the target names "aarch64-unknown-uefi",
> >"i686-unknown-uefi", and "x86_64-unknown-uefi". Those seem like the
> >right names for these targets in other toolchains, as well.
> 
> Nod, agreed. I think that makes sense.
Ok thanks

For the triplet this will be :
-  i686-unknown-uefi
- x86_64-unknown-uefi
Where should I push this triplet ?

Ant therefore we get the multiarch tupple:
- i386-uefi
- amd64-uefi
If I am right ?
I have added to https://wiki.debian.org/Multiarch/Tuples but I suppuse I 
should open a bug somewhere (dpkg ?)

Bastien

Bastien


signature.asc
Description: This is a digitally signed message part.


Arch triplet for uefi applications

2021-08-10 Thread Bastien Roucariès
Hi,

I am going to compile shell.efi from source.

I whish to install to something stable, but I need an arch triplet in order to 
put in a multiarch (like) location.

I suppose that it will be  x86_64-efi-none (or maybe x86_64-windows-efi  )  and 
i686-uefi-none ? Note that grub use x86_64-efi

I suppose we should register these triplet somewhere, and I suppose it is 
config-patc...@gnu.org ?

Bastien

signature.asc
Description: This is a digitally signed message part.


Bug#992024: ITP: airsane -- SANE WebScan frontend that supports Apple's AirScan protocol

2021-08-09 Thread Bastien Roucariès
Package: wnpp
Severity: wishlist
Owner: Bastien Roucariès 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: airsane
  Version : 0.3.2
  Upstream Author : Simul Piscator
* URL : https://github.com/SimulPiscator/AirSane
* License : GPL3
  Programming Lang: C++
  Description :  SANE WebScan frontend that supports Apple's AirScan
protocol

 SANE WebScan frontend that supports Apple's AirScan protocol. Scanners are
detected automatically, and published through mDNS. Acquired images may be
transferred in JPEG, PNG, and PDF/raster format.

AirSane's intended purpose is to be used with AirScan/eSCL clients such as
Apple's Image Capture, but a simple web interface is provided as well.

Images are encoded on-the-fly during acquisition, keeping memory/storage
demands low. Thus, AirSane will run fine on a Raspberry Pi or similar device.

Bastien


Accepted typescript-types 20190926-2 (source) into unstable

2019-09-30 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 19:46:08 +0200
Source: typescript-types
Architecture: source
Version: 20190926-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 typescript-types (20190926-2) unstable; urgency=medium
 .
   * Team upload
   * Upload to unstable
   * Breaks with older node-typescript
Checksums-Sha1:
 13586fd67ea8b652ccc605dfb597f21a6333f0b9 2042 typescript-types_20190926-2.dsc
 a6b7d2202c81f69c9f9880757ad30a3327b0423c 4848 
typescript-types_20190926-2.debian.tar.xz
 d2d460ff413e2bf80d31cb55edb6e60c2c6b7075 5498 
typescript-types_20190926-2_source.buildinfo
Checksums-Sha256:
 8c016546002f302c02474e906b6dd7c4f8c620e7e1c5c605635adf60e4a4 2042 
typescript-types_20190926-2.dsc
 60e4466c4ce36d0c11fbc55a252eef03fd814bbb27d469716799d1a837aa80e5 4848 
typescript-types_20190926-2.debian.tar.xz
 968e8a3141548084ee4816cb4c42de322e8a7e8654f4bf83b8d103ab23627ed3 5498 
typescript-types_20190926-2_source.buildinfo
Files:
 719639d4534d5b134c69a6a608462bcc 2042 libs optional 
typescript-types_20190926-2.dsc
 27ed4dfcf27a7cdaa915a8feb3cf1e9e 4848 libs optional 
typescript-types_20190926-2.debian.tar.xz
 80910e8fe4c73b3711666725fa1b64b4 5498 libs optional 
typescript-types_20190926-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2SXKUACgkQADoaLapB
CF+MCw/9Gto2JH/5kP5ddnDFzPDNRizUc42C/wyXJVSwZYkHCWXQ0ywGGsjP+8uJ
4GRg6H2HqEKBiEOvlX+MXeryFHJJhGWpK1osclQs/kKuwDquKwxHJSYHDd8T1pG4
w0uhK6GDiYhr2nO+oYL1C3e1D2KObtu60gG3H3vT9a5+VjH5kwEfwG9HdM1+J0f8
4xHIXpJgX2LiRBLoPrXkqcmJInI6C3qCxVq1yOzXAjrMo8R7YBJqrMoSS5lgtm+d
+SKawhPkf7IaRh+dGRluMa5dScdJzpvkR7BifAELMUgwflBMlfJ4VnWm/nhWDqDR
qDZ7zvEXK7MwcudkMI1SwJ2rzYh2xJ1qo/inKw6Y0jTqAqmKcASWW4JY5nO5yz+4
LlH64jooF7GFmZQjOdp+BkTk8Vue5hC6tYDIoN7bNFqrN0BFxnwmtpTRW7raduYo
uUXbEr6hY3RSaJzSjlhArqO8sqf9t6R204zUtVnq5cHnWoJj4BunZybaXzFrlTd2
h3AHYrfIUSH/84Qgrrb0IPMqVE5jyuKy7zRD1NZEtC9fS/vEWdWz6nmyhqt7c8yo
nJ2PDQOa7oA2/Md82nczfhVie4jY+Vx293Ymf+HdeBjJAHkNFIF1viYvqHkZk2Xq
hycK2TQXYx5yYZ86V1asT4RcI5m46GVVp1DC3rI+1SgauWNYYeU=
=2OFt
-END PGP SIGNATURE-



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

2019-09-30 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Sep 2019 16:56:06 +0200
Source: node-typescript
Architecture: source
Version: 3.6.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-typescript (3.6.3-2) unstable; urgency=medium
 .
   * Team upload
   * Use /usr/share/nodejs as @types system directory
   * Thus breaks with older node-typescript-types
Checksums-Sha1:
 887e78bc6a3f1a1414b130acb21003f78c88b228 2022 node-typescript_3.6.3-2.dsc
 f8391d80aa14a35f33d6340d26316d841a157ab1 6876 
node-typescript_3.6.3-2.debian.tar.xz
 5507d448a3344cc8f9597a81a7ae028e23e0d09d 5637 
node-typescript_3.6.3-2_source.buildinfo
Checksums-Sha256:
 ce9bd140c2ea591cf4cef838f82c3eabfbfe10417893d631b8b3bdedb1e8a5ea 2022 
node-typescript_3.6.3-2.dsc
 68d8d0437e1d575404c1433abc835ec61a419ea48c5ae91050e5d21db7b5783d 6876 
node-typescript_3.6.3-2.debian.tar.xz
 17bcbe5529853b34b523f47bb1f56f076be07fe274ff45342f4225de3660d690 5637 
node-typescript_3.6.3-2_source.buildinfo
Files:
 3140203ce9d6713af0e493e6024af728 2022 javascript optional 
node-typescript_3.6.3-2.dsc
 d50abe067d17c7569bb7b00a57ae599f 6876 javascript optional 
node-typescript_3.6.3-2.debian.tar.xz
 6adf7a71afa89bc56d5d4beed70ae69d 5637 javascript optional 
node-typescript_3.6.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2SJFAACgkQADoaLapB
CF/aRw/9GvZ5P66sTB1I4KqAPyK8wnQ4sqTsuglVbv5BxXNq9sw+kxhWKD98YEd6
QT4tNjiyUNDN9ubr26VTyqF2rPEbMNLDpIxVEjzDdqoCAxT6CIXOdhN4mi2v8X14
1VxtwB5GsV0nAw0HKm0RF0/Kw8M7n36tLQpYfRxn6HzWCa1tl/u50Icg5KItVQc9
6lnVzqBcUjG1Fp1bKiRje7tvcxw+Bgo56DCrv7BSga0OBXVYxmXYd4XlVwgw/qCo
N0dNYKFST4d2pp90+dU9ulTZXNlKyE7u6kPA3IyaTF2fxOeIVf3HrCGHp7KSWu/G
xAnnkzpnWqTmPxoLTsJa4ZY9JaRHCYzVtwqUImOnGMz09UwdEfL+VTa9gGvhJyi9
1sMiGE4zWFh/jgrY0PLo23Vm+tvI+TkFNtkGn6NVtrumELF9mh0DnZoD69EAt4KO
vBJ0u8LwWRjOj9PB6+oW+jqC9FTiOJ+m0E3slIZWkC05ah16+ZAYxveFIbmNsINP
3+OE1Kglp8eyjj7KxAvRaeJbq3HZo8v+itpodvV2zY6vQftjaIRjR7YiJJMaEQdc
7gfOd3LwzlijiQe5DYvzIMGcfvw+XELbNq4Bvszs7FHEznxtLlacWWscQwsKXXuw
kRFfywz4rn1zoXNE2m5Mg0vpRqhg4QW1hsAHPtkDUTA4iOlnoWw=
=+vwY
-END PGP SIGNATURE-



Accepted node-rollup 0.53.0-1 (source) into unstable

2019-09-27 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Sep 2019 16:21:28 +0200
Source: node-rollup
Architecture: source
Version: 0.53.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-rollup (0.53.0-1) unstable; urgency=medium
 .
   * New upstream version
Checksums-Sha1:
 c79c87f346bcb29b512f38c24785f2d77bd47964 2623 node-rollup_0.53.0-1.dsc
 f5d90b8c5cd2598b1f5422cba23980af27e822a4 278401 node-rollup_0.53.0.orig.tar.gz
 8226fdbef8e755d40618393738c4a0e4fe137383 4588 
node-rollup_0.53.0-1.debian.tar.xz
 1a89a1f592db48ce457255a64f3270c8ce9b22c9 11972 
node-rollup_0.53.0-1_source.buildinfo
Checksums-Sha256:
 b8b812c8b15216b2e330bab038b647e121c13d714bf7c240e1fc4b652e22a82c 2623 
node-rollup_0.53.0-1.dsc
 5098f3b48b465c1add0574ba50739e490414e4681017228c09b328a5d1f187b8 278401 
node-rollup_0.53.0.orig.tar.gz
 1493aedde6348b7f98f861078efa1e569ac2c412bcda8eb9c9dc23e3774da645 4588 
node-rollup_0.53.0-1.debian.tar.xz
 08515b68b53066a2bfcddc919aa3d21eda93ebacbbd733087178d933ae6859de 11972 
node-rollup_0.53.0-1_source.buildinfo
Files:
 62952a3399184aa120a9f4f371bbb15c 2623 javascript optional 
node-rollup_0.53.0-1.dsc
 32ecc138f89fb43d2e98c21d6a92b355 278401 javascript optional 
node-rollup_0.53.0.orig.tar.gz
 a38baf45757c0e50327ab18223ecbfd4 4588 javascript optional 
node-rollup_0.53.0-1.debian.tar.xz
 b8624f363dea7881d71d37720bb589ac 11972 javascript optional 
node-rollup_0.53.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2OH1wACgkQADoaLapB
CF+MzQ/+IrhR7IKuMQj8lzWK60DgMxm5xe3VTZtOr+7zoZGmI9wN/uZPAMy9Fy9A
c3MuXKJUMM+zbyTElM8kHr0tBdbAcKNLwhQA9pJi7SkKFG36KKJ6na4RvLJRgpuB
Q7rN4ogGgBFsgOZfdgRiWXFn4fx/Nsj/lQZKMaCLHoj9k7i+5lSRZ8qk/IseQu2z
ykUlGQVYSSA5FdG1+SRRfC0NrMFll1qqsb6ajGDUwNGof5FkPiR7M31r0zpmoOJY
HXGuUmyn13L8rl3JonljcSA5GM5tRqZBxvGmIyCmC8/7cU2+8Hcl+VCpRu1FSD0f
mSJpX93SNhQ/xcRdAXo2HKHvHGYg+fKtlYqIPNQoYZZw08GJr5daJmyVfC7xJw52
LujvenNZoNoOjqZ0VFgLsKiccHQXKImqm+pGV6XRMCmeEeWXGb5eWwNcoM3NVq2k
yiCaTcg9eCxzke3mjTkTWoqgzIO2vmzX712eilT3sYJliqCdkVffrINiPnp9U4QT
4OdIhPpwobGt0zPG2ZC4fb7C7YiCVK/uGHe4e2C6XUJ42LR6/uA/t7KgfYbdPEFp
U+3jadCy+C5WuPvqdde0RXDNtlat/8M+XUAtAqNSNklOu5+9g+wm6JWBtt4zawYb
LluhOZgJ5kTT+ICAHDZcvop1h8OnjGiTPvoHus0SAR1r4ikM5Es=
=JCju
-END PGP SIGNATURE-



Accepted node-querystring 0.2.0-4 (source) into unstable

2019-09-22 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Sep 2019 00:06:33 +0200
Source: node-querystring
Architecture: source
Version: 0.2.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-querystring (0.2.0-4) unstable; urgency=medium
 .
   * Simplify debci.
Checksums-Sha1:
 d44c2d5a3c3979ce70f77423514d24f9955b9cae 2161 node-querystring_0.2.0-4.dsc
 262bceced7d555aedd9117ee9a18d41ec374955e 2744 
node-querystring_0.2.0-4.debian.tar.xz
 1519d3186a74c782e0773babde6183c0b84ee894 7567 
node-querystring_0.2.0-4_source.buildinfo
Checksums-Sha256:
 ef80f12fabb33f59618f4d7998980682b075a82ed90d42ff8174d64c5af80775 2161 
node-querystring_0.2.0-4.dsc
 a08e75e83fae73ae9f984e767545c466f18d53457c5a0c5226bbb495f785186c 2744 
node-querystring_0.2.0-4.debian.tar.xz
 ecbdd5458dced4c7069b7a401a1b087b3e6e8800204f466496f4caa93769ac3d 7567 
node-querystring_0.2.0-4_source.buildinfo
Files:
 bdb51bb5e842aa4b548b514db8597fe0 2161 javascript optional 
node-querystring_0.2.0-4.dsc
 d617272565d1260904c53660071533be 2744 javascript optional 
node-querystring_0.2.0-4.debian.tar.xz
 f6bc6ad77c2f2709b8e3f0cec37bf3dc 7567 javascript optional 
node-querystring_0.2.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2H8NkACgkQADoaLapB
CF9lqQ//VcYqTS76JpiSO8/aeK1a3VbShkISb2fbZbsB/640WyYg5um/i9M3aHwi
aRi7gW4cu0feeen1BsJm/MudzH5VZxLyzpsx1Yu2y6+mhrF24BzaNGY+wqkU4Y+P
by1Oi/J/Y3a0usLLOId9CIojRzw0ql2qI/hsHkDYhHWzvj6VaKeqXma50Ga1Tm/j
czeyTkncVxQ2lqmEfvCANFRaOXb2iq14UZgmjx6rA1GOAxhWUw3HSKcsGeFUjZri
goGJEscoyO5lExHd57ulOPIFo0ud+p0vXDheDKFvdGWdjXvYrns05oq6yowSdBen
wDsmxHWwOaxLE86Sp98Z0mMWL89EXZyg37Y+t37cfUTNKZyQt7a63hTpc3/eno5d
Yiupu9yJF+ydqyyJaVbic83EEbXJMPYbY9ivVyxTmuFu7utx5dAQ2gtZTc4hjlHZ
i97k6R7bFWwebXi6s07zJ/wNUX706hq0bQG0YbavabhLzxOjvOU2hL+TdHqThrEx
VhasBdCUMQASMIraIp4BAVMF575tQpYkqYvDIPFZQ4cs1VxR8R4zdpQy7RQeYrhz
ZY8emtHHbLuw57Zaxw2p8AtOS7HF5SQIAdDpJcBuLW1gyxt1HiiV2enpCGbCxUqO
WHbDeVYHsOW90shBuH6L3htJ+WtUP8LD/S5QEfp38D7Is3Ev6is=
=5aPe
-END PGP SIGNATURE-



Accepted node-rollup-plugin-commonjs 10.0.1+really.9.2.0-2 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 21 Sep 2019 00:30:44 +0200
Source: node-rollup-plugin-commonjs
Architecture: source
Version: 10.0.1+really.9.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-rollup-plugin-commonjs (10.0.1+really.9.2.0-2) unstable; urgency=medium
 .
   * Team upload
   * Be lax with acorn
Checksums-Sha1:
 029e59e41f8eeb137f1cc5f2f8a7008315f07ff5 2382 
node-rollup-plugin-commonjs_10.0.1+really.9.2.0-2.dsc
 dfcae7812a9639e3ec06e9f9376615f42d2ded5e 4396 
node-rollup-plugin-commonjs_10.0.1+really.9.2.0-2.debian.tar.xz
 2d8e69b1f8f95fa6d3fe9e95430fbb3e8cb7bf07 10606 
node-rollup-plugin-commonjs_10.0.1+really.9.2.0-2_source.buildinfo
Checksums-Sha256:
 485285c02b09964917abb76c1d6b8274903bb3b213d2a50f930cfe43c5d2f478 2382 
node-rollup-plugin-commonjs_10.0.1+really.9.2.0-2.dsc
 4f28bcd5b8a98a5e9500b0a68d5c6116261e2bf5da288ca4f036014bf3bb541c 4396 
node-rollup-plugin-commonjs_10.0.1+really.9.2.0-2.debian.tar.xz
 884c7f5ad54eaced63f1ecd8709fedb1b494da27998bf23d6f89734b1f9f26bd 10606 
node-rollup-plugin-commonjs_10.0.1+really.9.2.0-2_source.buildinfo
Files:
 515cb00e65c094ea633691ba8cc2a5d1 2382 javascript optional 
node-rollup-plugin-commonjs_10.0.1+really.9.2.0-2.dsc
 814f92a2dda8ffcbcf823dc1e8273007 4396 javascript optional 
node-rollup-plugin-commonjs_10.0.1+really.9.2.0-2.debian.tar.xz
 6d7f92ad316b7ec08a35cedce507f18a 10606 javascript optional 
node-rollup-plugin-commonjs_10.0.1+really.9.2.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2FVs8ACgkQADoaLapB
CF81sBAAgpRBtNAw80T32ToEzGRBsHpQRbrrxhMkzTEsm2OvZvdFMsaseHSyWkQP
INdQR+nMmX3SZtl55ZoRFw2zH5YCg8qRdFm5kvF0CYI0TDk1PwspczWQ3T9+2uVV
7DZC7vYMA7e6ZDQkj9SSjrHabqc2fVO9NVKGU+txiHcRqaHaFeLS1dT7508dKNBe
myN18yJXWUCSmeLq7nVCbzs88UXNFfQZJ2OXuLNf9SIdXvQO88YjV+wN3wnAi4Vr
UHd6g+LRps3t+r7KP0qER8/99Fm4VXLR25fp+NA2CJhwsiQFgxPMU6cl6zMDE/9R
2sqUMoVW/K3458L5EO6L9CeoKWLR0+g963hliqo3sDtu/TqiqWn5J0PCdKzcjAWQ
kFMu1Wz3wHmqXFd6RN2OW4NjcYHCRH0OWX0RkWDQpl+DllvSs+vKGfL/8S8BPNeD
8q4STRLQuRMKRfAdSyge02dTB0YfcuDyFE15tCHS46isr0gDfkcot6Xp+Da60XJV
Je/7iPhNgGjVGAsxxZ4OHfkyClcl3I0h6/XCPJ6cYvD3PR76qwIL7CkKPq2VBK4i
uT+ELWeoHZVgjj6WEjJ/kenIeB2n37V49Wmdm6sTDOXUtNDH0jaCuf6J72jZcqeh
l13+Fucv8+S1A5TWvUsPtPInnS0WHmz6MQ/sRxpH3dEPXCWFgIE=
=wp0r
-END PGP SIGNATURE-



Accepted node-ripemd160 2.0.2-4 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 23:06:39 +0200
Source: node-ripemd160
Architecture: source
Version: 2.0.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-ripemd160 (2.0.2-4) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump policy (no changes)
Checksums-Sha1:
 a09489fb76f6d8b2861385c77ac2b1aa53537bdd 2318 node-ripemd160_2.0.2-4.dsc
 5fbea4b1610681a7d3edd970b00a9fc51a7d0979 3560 
node-ripemd160_2.0.2-4.debian.tar.xz
 36eb63af40a0091c5fc8b35dffad916bcad15d69 7580 
node-ripemd160_2.0.2-4_source.buildinfo
Checksums-Sha256:
 e605f4943611dc0ee6577d7cc3565963cf3e49471908f53c8eb9463538c22945 2318 
node-ripemd160_2.0.2-4.dsc
 5896067717246b07d7a49cd3d484bd5eeeb04f65667d79cf2886e2d0b735e8e6 3560 
node-ripemd160_2.0.2-4.debian.tar.xz
 53ccc9a1356c37011a763bb1ccb3bbbfd607f5d5e597b27a7cb472944bc0feff 7580 
node-ripemd160_2.0.2-4_source.buildinfo
Files:
 5a1eafc1c964d3a350fc6ec27746e5ea 2318 javascript optional 
node-ripemd160_2.0.2-4.dsc
 1a53ad45a5dd734c4f50f53aed75eb0d 3560 javascript optional 
node-ripemd160_2.0.2-4.debian.tar.xz
 427f09173ce9286986098a61411ced9d 7580 javascript optional 
node-ripemd160_2.0.2-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2FP7wACgkQADoaLapB
CF8EjQ//UBdEp1xfAUY+4rUwuvTrN9hhdyCx3awbI3R1mMEIgyDwY1aTigWhAn/p
nRYqPOOp16BN1pv5/c2ZW18LP9s9GgfTZ1iVJz0jTmcfYDFKK6qKmmf99lHd1pKu
Hixll4uqQ5HIzJ+rlLUSrEsKwge5vtdAnhRwpYzG8DYoYVPC5uYTtKijHsGSl1WR
McEzkoVFwtwXQxaMM7JwiyCS396W/oML5+OXOcYzjI5kp0XJGkGpxN527MVB8u4O
2jLNOnsE+sd3GOypdoQiaVGTWYALl+1w+rHI/u4sJjyOnaDXybaIkZinoRkSU7gl
RijQDstJTdtPipmjuI9a9OEh4qqvLKIGQJw5C0KMt0Q1KximxmIt//4Htfmm/Evt
i9Z2UBw8+M2ko2cURdoL8r33+4trm92MFvTYirpTSlN/V4/nSDni576060MoPgfM
B67RkGnNfhLjwvQWUZpKLOdDEXaw+vERpCxgptQyabbARSciT0y9y3J3E4ZVQS4n
vu4kZdQzW1de3jKXrOcVn8KYqFZunb6OUMYvRUhnMT5cebV2EaYsEMnm4PDXXhp0
7qQOiIvd0RlwDL3qGLVRzBSNSATLy96LyeOWY2N8V9k5cxAxXO5Fhy3tcTeOehc1
6JY+FQvHt9g/pnhd+3kF03Tg8mlW5RT/5MtIgGoL8FY7/sfTExg=
=zAds
-END PGP SIGNATURE-



Accepted node-retape 0.0.3-4 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 22:59:02 +0200
Source: node-retape
Architecture: source
Version: 0.0.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-retape (0.0.3-4) unstable; urgency=medium
 .
   * Move to /usr/share
   * Update debhelper and policy (no changes)
Checksums-Sha1:
 b808fbf03bd8ab9f4cb8d092b6a81d5e7f731455 2157 node-retape_0.0.3-4.dsc
 335685aaa521d8caa640fa4e4ab82e198b2a1d74 2912 node-retape_0.0.3-4.debian.tar.xz
 5cbce5106ca861a947288b6392e2c0e80f78865a 7516 
node-retape_0.0.3-4_source.buildinfo
Checksums-Sha256:
 9ce3fef259317817c57039bb5406ef0a101689abd5ce82ec91bf799fbcd6d2c8 2157 
node-retape_0.0.3-4.dsc
 4f919503fe4f77106facc2b7a8b90d958a8e9fa06e7c37e191edfad1fd4ce004 2912 
node-retape_0.0.3-4.debian.tar.xz
 fc3b1ca65e45f87f39460fa5627182e8ae0fd16924f9a59461a60fa0921e1a31 7516 
node-retape_0.0.3-4_source.buildinfo
Files:
 8352b6f0301bf1cdbd79d12073d7fe69 2157 javascript optional 
node-retape_0.0.3-4.dsc
 aa2fcc04241c3fa7e026d49277e570a1 2912 javascript optional 
node-retape_0.0.3-4.debian.tar.xz
 c979f49ed3670d1eca952bb764278161 7516 javascript optional 
node-retape_0.0.3-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2FPgAACgkQADoaLapB
CF89wA//RUKyDF4HdMrLBUslJzuAqBXIPD6+AyHQoSSqj1KggeaS9LaL6Npd+7yr
69nxhIxF7/E+X1qS2JXKzX24F738culEYqjAzE+yJsTLo7WvhTqcfp/1H2COM9fK
3yLUXIbhxYXR29x1LQUC7SjuAzAFaZFDKTOru/qr0bNJVCrBK26pnDhN6ZGJbwyS
GUGUV8D9/O/NdDuxFWfBUk91vpdTW+RTQ0/DjbsR5/+SgahpFgQC+FTPA04fvduC
EhbYRmCWrfsLl9A3lDriO9ydvZbtbg2HU5NoAFzcMegdlPlslCugsk+8u5kau0tZ
V6MPET2zOAVLEvRJwt0DgWAnyNHMtQKC+iACVDeM/1T81cnmlei0n1azyy33yE0S
qDOw04C8d7RyhJcz5xc2bkn4P/w1v1wUm289D6BZI83Om2ON47hscvt7jyTFmPhh
1BKgsu3feQ3Ue42T5R96L9S/vefh/NPZUaUe+Ivrmt3/7K3TjoyLu4vVRpOAgtj2
PyQGXP6GyJG9tWAjJdfPywTDfhnfYC+fYF+l+FVgbgnMTSmYPWK6QQ2gbxqsFeZ2
7CPNFys/GKAryU+Hmz538+QMZ8MqaaeJW8+sHERH1lUPK4hE32EA7zn2bAbIeb6j
F+MnWWqo3hzP9vTR5/pUveYN0GE2Kr+4GXnsoc4j1P5KcM72sRY=
=Weta
-END PGP SIGNATURE-



Accepted node-read-only-stream 2.0.0-3 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 17:50:48 +0200
Source: node-read-only-stream
Architecture: source
Version: 2.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-read-only-stream (2.0.0-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump policy and debhelper (no changes)
Checksums-Sha1:
 d0f4aaa846beff78ac79b86f4231adbcad7d0124 2462 node-read-only-stream_2.0.0-3.dsc
 6acc3ea707a9bf7f022f04ff860498c443ffce99 2972 
node-read-only-stream_2.0.0-3.debian.tar.xz
 4d4d2216cb3dff8909911edaf85a8fb06f8fb5cf 7862 
node-read-only-stream_2.0.0-3_source.buildinfo
Checksums-Sha256:
 2e54ca9be730168e6595324b9efad5b7ec79b5de0a5c7daf50df04f07261747a 2462 
node-read-only-stream_2.0.0-3.dsc
 afa60b366f474101955b1994ed28c57d140d43a9614ba96e4bdaeb52dc07fb86 2972 
node-read-only-stream_2.0.0-3.debian.tar.xz
 11b653162579b59a159a54d284b09b9855df9b6c2c63ae6df25c1d2358a43184 7862 
node-read-only-stream_2.0.0-3_source.buildinfo
Files:
 0a6a1631ba355a48b1cb2b6028de285a 2462 javascript optional 
node-read-only-stream_2.0.0-3.dsc
 31d53bffd75a8b02292d06b10a8d18ce 2972 javascript optional 
node-read-only-stream_2.0.0-3.debian.tar.xz
 6581fa4cd095955d51e8d278e059b582 7862 javascript optional 
node-read-only-stream_2.0.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2E9cgACgkQADoaLapB
CF8krQ/6A/7bNy4/HK+MM7Qrs6Mh1ZMnSJEN1L9j7IEtzZ3Tam7w5OQuIdZTluSM
rHFPwv9InQsYcZWB6kU+eXtkGqEj6kUbmsyMLgOHHesMA61hfUfeEkodu8jYwq3g
kve+YrIsIlxvLKI/JIMfGWHVgVuAbHcfzkvSw8UgyFpj3UP/YpY3YOlDQMY8MInI
sDt7OUJXvf897OYAiizSBCTUDEaVtPqzqRDwuoFjCs+HC8wiy6BBdYj+zmXPkTHu
Tt8c/TsLVDS1bi6PZhXau8TeFwn8s9/9eLEkIFhA0QilF+hdpoNEtRNR5NQJHIG8
8xGbrf+OmREY/Sz85V7UJdphBhW+CgFjfthZGDTtJO9qao71984ItRTOgEQzb14y
X9qy70QEJXCov4fcPZK38yE671Yr36v5Yj4L4odwFmTiBsrcaIZFwEbFzOfbrW3Y
k1MyWhq99JYYqf35WleNUKLMhvmsM7ZaFC8py55nkZ6d8CddhJ6ZxVcOw6vIcZhK
vA4rqumWzOfDnunygpDwzvjUjvhPB3IG6LBCmnj5L04Re6wwu6aWmCTClTZUArQ5
/xXnYk9JSj9RbRYLUAYE7yLsHbzvvxQ4QCAcWbTrty1fwk0/+UHK0+72e2CzVFQg
xI5SJhofQlgHTYGZlJchLCSF41ahXF3ZdgfVHPcRKakRy5QsTRU=
=oKMt
-END PGP SIGNATURE-



Accepted node-randomfill 1.0.4-3 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 17:18:39 +0200
Source: node-randomfill
Architecture: source
Version: 1.0.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-randomfill (1.0.4-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 646c34af1533f5ca40433f49f736b78a5a747a7b 2259 node-randomfill_1.0.4-3.dsc
 f271f2bee90cc1b7ba1d67ac5d9f3b76b2a746bd 2836 
node-randomfill_1.0.4-3.debian.tar.xz
 5b7b1e22565d5c76dbee620a3c10d5bea5984645 7545 
node-randomfill_1.0.4-3_source.buildinfo
Checksums-Sha256:
 89e2a1d9c4cc6daa0a222332edb60209513ae5904ea22ce425022d036d70c4d0 2259 
node-randomfill_1.0.4-3.dsc
 88d0acc82f5e535cb24776b7e77d9dd5e82f1ab0c74fcf15fba05832397626d9 2836 
node-randomfill_1.0.4-3.debian.tar.xz
 2148046b6b57e19d9d054f497ab765838d708664d20692f737ef4ec13004e779 7545 
node-randomfill_1.0.4-3_source.buildinfo
Files:
 b2fe1359f45a44698e1b1dbc783ff223 2259 javascript optional 
node-randomfill_1.0.4-3.dsc
 13d5749469957482393888d7ce2dff15 2836 javascript optional 
node-randomfill_1.0.4-3.debian.tar.xz
 cdaf6a1f3b05b896bba7aabfd6c46a72 7545 javascript optional 
node-randomfill_1.0.4-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2E7uIACgkQADoaLapB
CF+ISg//YKVraj7bpis+YHuYGQcMXcVdhZnqPH1DE6iZzh0jTIAgC7K9b7f12mAP
7jqLWhJQledby3LEqiTdRKS222b7jMXCd6hPpMqJAZMQiUBxZi3VpwxLnYhK5q+T
QXmamal3taMkmcXxBbKzivi0/cQ+2c+65TLRWicSxZto/ji8+y/n1jiLGqmJUUyo
Y7jiZwU+UvHzMRlTiFbNrcu5nw2y21lCcNmu0G7PQsmhp6FSzgf1ajOnBPHA5Gfw
pgBjab5MdedAbVFcg944bFeT3pFI8fMisTjndhigg/H3b/KFDD72SUkIl0fmAgv4
gters7wsxeOvpKORJowgq4xQMqh/nUwKdIMBo4GK0DZNJxmP9Ww5+96grciKz6+N
jDTYrHemOETLCVTAKo/2KNvadqTMcALvcpMCiHa+4sgdcoxhBPDMDdHBYHmhc5wJ
wXpFOJ1TnjLZNcAr4mI3My2sw0y76ha/FjN/Pv96KGxrL7+RlGaRn9BL8Bqs+TZn
5zH7cHsHw1Ns588pqw/ax6iRTf6fltIE8l4ZTFiQb69NxIvsZZXH9tXaDZ3D4mMK
pbs6gQazC06g7NmRwdv2653X/WVP274bpXB5693NGob4QtWY3r+KrwrxRqXNQwDI
tHp1R5cdLiuMCEsCnTpo0/Y15bJ7i3Irsh/UMO4UK5O/VoLFT9E=
=ZY+R
-END PGP SIGNATURE-



Accepted node-querystring 0.2.0-3 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 15:56:49 +0200
Source: node-querystring
Architecture: source
Version: 0.2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-querystring (0.2.0-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 b898dee0f6a81fce0a059b9a8dfe5b3caac7a0dd 2161 node-querystring_0.2.0-3.dsc
 2f6a7affc5037113c1b355f93f16e97ed6898d51 2824 
node-querystring_0.2.0-3.debian.tar.xz
 e8196d86ce4c623a2cec1908308abe6ec01f683c 7567 
node-querystring_0.2.0-3_source.buildinfo
Checksums-Sha256:
 bb23f90158c4dfc17b7cac6e61d171ed54880dff44d103f7b11129609d84b2a9 2161 
node-querystring_0.2.0-3.dsc
 62ee486d20440385ecf5974b36166ecc4e7738ec70598e82767c3b7cca14f0fb 2824 
node-querystring_0.2.0-3.debian.tar.xz
 c686d187e47f12ad0347b1745add0d6a02582fd1f382266fc46fd6a1f7f9f2f3 7567 
node-querystring_0.2.0-3_source.buildinfo
Files:
 02ce608ec8c99a468ec7c2981306e099 2161 javascript optional 
node-querystring_0.2.0-3.dsc
 e732e8640f0427a6e19aa17fa2b375be 2824 javascript optional 
node-querystring_0.2.0-3.debian.tar.xz
 c97d77e23110db01bf7c9b02797b056e 7567 javascript optional 
node-querystring_0.2.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2E2xsACgkQADoaLapB
CF+sFQ//bqO1mpQ6tPlyA5QnZu7hKC3Mq8QYu7z1Dcae6TkuPfUwuGfUKcTPQ10Z
ZzdwwX0DEVWCJdioncHgluIuwlb/x7r4hKhFpn0ld8cllBacXVszasbrprDF4AF6
eiT12Ynwls3bxTXvsF0ER1gub3klzLQRI+j44q/gg3xGcQ1d8crzGfe3K46DsjB9
pxgzev4yQw72fg4uxiOeBipgwMTo9zDHDydNZJ8PZD0RSNDbqTR5j8QCHP9E0bqF
YuOb47ZmuuC7QmEvLTitv0aUmfrbtdyEiraZ3J7pAg5PVHvpaVLRC0aLvo7H/aya
nA/uo36L5EEm1Gjx7kbbXBNy/IoXTPRU2g0NJ0+vGpxIJXmchFoZMB2hRtCdkZSv
bWe4OJrKFFVZjVWA+uiIAWIiUB18st9T984Km5KMgSWGk4fbXv8oGbdsWj1cxJPD
d+Zz8vS2rP/y+Mjwo9fAlc63WWDUMnBtTOg5UMgoOGqSSGPoDUNlXBlPZ86l8UNO
vbpUb7I2g0Zx2aeuzllEeG36jVIzfKtXAeELXY6flW9D9b1VnB6TjVqfxoSe5wtW
YXYDM/NCtUJoPRiMmyl5O0nlM5EwvxmAtuBN9Zs8TDKiBhN5QBIO+KuHpYCC8LB6
bOJuPq/70Q//nHEqHAH3zzT7vfFzFNstQAA8jmDqbonwkeQgwtU=
=SOUO
-END PGP SIGNATURE-



Accepted node-elliptic 6.5.1~dfsg-1 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 Sep 2019 09:50:37 +0200
Source: node-elliptic
Architecture: source
Version: 6.5.1~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-elliptic (6.5.1~dfsg-1) unstable; urgency=medium
 .
   * Team upload
   * Fix regression with newer node-bn.js
   * Move to /usr/share
   * Bump debhelper (no changes)
Checksums-Sha1:
 d6d5b0dae2da80eb0b5423e6c3546f9b92b185a8 2322 node-elliptic_6.5.1~dfsg-1.dsc
 48842f3295a039ac4eb8d961a7cd5fc5c958ed2c 848040 
node-elliptic_6.5.1~dfsg.orig.tar.xz
 f870a697baa819785419bbc9ecc6c79aa54e7d64 3572 
node-elliptic_6.5.1~dfsg-1.debian.tar.xz
 8f22ace37389971bd78b6881922f4a0396de8f1a 7109 
node-elliptic_6.5.1~dfsg-1_source.buildinfo
Checksums-Sha256:
 7f10d927ac066ee95d8f0ab7f0216b8fd5245ac262bb0c53884e88d05cc6aa1c 2322 
node-elliptic_6.5.1~dfsg-1.dsc
 16e4f8d4b78b463e8a7f190f735645dab7d72a01ee8eb8bc9be939ed1091b55c 848040 
node-elliptic_6.5.1~dfsg.orig.tar.xz
 ab60cb4a9f529561b61747d123a8ebdc981744f92f980525c800a35717591512 3572 
node-elliptic_6.5.1~dfsg-1.debian.tar.xz
 9fa8ab1131a816c5da6020c6c61e6d34e750ea47fe223d1a0dbb71f266274bdc 7109 
node-elliptic_6.5.1~dfsg-1_source.buildinfo
Files:
 21b76a530c318018a26f54471edd5298 2322 web optional 
node-elliptic_6.5.1~dfsg-1.dsc
 658e3e1c2fb99b2a14a395c7ac2a42d1 848040 web optional 
node-elliptic_6.5.1~dfsg.orig.tar.xz
 281565e68dc87aae3525d9d951e5ca42 3572 web optional 
node-elliptic_6.5.1~dfsg-1.debian.tar.xz
 da08b33e4b6b08ef79dc17929f7bc11e 7109 web optional 
node-elliptic_6.5.1~dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2E3rkACgkQADoaLapB
CF/hNA//Wwp8190J2Pm6vr4LKDju7It3cFmPJeh4fMDNv6bdVZzLVrSBZymYX/se
QVzKhaYLrCMK1HOH8BgeqgNpaBrgrFdnEYj5NaDJY5j/uDcJ0zLLE/eDjc2lX/Ck
D7sXVs88Gor5LOVkJbHb9MT7BsCK2irVjAKPMwZmliW1gDwG24X2ToXD09vM2dm9
t35nGM+E3T8xwkk+zJ6+1NvxiUWkLU368tV0XmzfVnMY6LSfACCB15kuGms9Mb7A
XHHAuFn6sAUPkELJvIOfYDV7WgpFauG8MTf+NNX5yx9nEzvj3hMa4ulshaSRtPft
1gFhvTx0c3PlMibA5xhVIUs96NIeTdh65pHfiwuEl5IJCDdtuFtUvF6d8oHeTWi4
i6a6w7JrnO4cPNyXtmkFbDDaVMTTau3cebkItmcZHFpJtj6oFD0/PQ8XDCuh6upA
KRHT/pMak07lW4pj5IP/TMF/EZrXPu/s3ty6QZyJk7YF/wzxEYH2JJ3CzYp6QeYP
A/LI6pMdk9ArCRMgHOEt5Un9bzxytdeCSl8t2jeXueYiBaJF2lQvYqHslWtD71d5
cUbWbhnmIiLSEnDDOZFCV0xAiZ3IC6lbyY1UICXmP5xCbBz4clyuvOnlG+dERD6S
7UVw/roMBUTSqgTXgNpusFJ7evOjYrU4MTfU7TdW4TChHVh0mQA=
=Pq7r
-END PGP SIGNATURE-



Accepted node-quote-stream 1.0.2-6 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 16:02:55 +0200
Source: node-quote-stream
Architecture: source
Version: 1.0.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-quote-stream (1.0.2-6) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 01bcbb44792ce0518c45fda4ef6232f351dddb32 2431 node-quote-stream_1.0.2-6.dsc
 d08f98bdb912b4edf18c883c505f18c0057f0791 3968 
node-quote-stream_1.0.2-6.debian.tar.xz
 f5d248a71f413977e114bd39653d8b874e221f12 7874 
node-quote-stream_1.0.2-6_source.buildinfo
Checksums-Sha256:
 92e0b8854d5a2ad933548013c1bb07265ebaa2bc01be4f9d2bed620b90d1bd70 2431 
node-quote-stream_1.0.2-6.dsc
 42ed830a6d1cb461b77babd0d4370c8d4be1bdafd9297383652296614270e91b 3968 
node-quote-stream_1.0.2-6.debian.tar.xz
 27df9e4e2a43a1dd311db7308da81db578b8276586efd9e050a123a219e336fc 7874 
node-quote-stream_1.0.2-6_source.buildinfo
Files:
 0161db66c31a96a5ac159307723dee1b 2431 javascript optional 
node-quote-stream_1.0.2-6.dsc
 9ef493eda9f0fba1b2efdd3302f9c750 3968 javascript optional 
node-quote-stream_1.0.2-6.debian.tar.xz
 b2aefa13cfec5e4738a5af6e815fceca 7874 javascript optional 
node-quote-stream_1.0.2-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2E3PEACgkQADoaLapB
CF+QIA//c70J6k0LXyeKyv0Av8+IQTTornE/h7g0Fb6LgIPSJgpSt8DeHdquiRWY
4uEEFHsltDXS8MSa7iogaqjAhX5lzfkctKrU4OTal+YzI+KohulEY/wq/8fhxio+
zeRAYs+HEk4Kov8wNQyyRuWQg8KihtPPCEu730DrREPnYkCxC5tnbjH1HAHzq2KN
M8v58Z7S1nCBOvE4WijhuK/V1GB92WT06Ioo58xXYOSx/So11PeRcTWO372oG7w6
bBoi8hk0MjeUJccm3HiPlIMq+5d2N+Bzt+oO0vKe52yWzguhW7bEaxjZfQHtmSuK
i8MraTBMHd173fK06rlp01vtg0mdxrh9ZlX98aoJeEm6JfXZT4vXpKqPZW8pUjjH
eXm9tSP66AQZa4sL4EbBOMbLdpqTWzkNS+F/Xgly0oro7gmmcUp4lrnd8C99X49J
zXmsU0qj1Nksn1FeNYQ0+Y+Hq5eoHkEOKcWc/nMvfkKZBD2GY/d6387Wucjtll2m
WbKro7AgPPes5B2D3aTbCm61Rn07/Y+p+oT7W69rF0gY0Nq2QLwXKjIMJg5S1xwg
gqfxwTmzC7dE6Jh9p2R++YeuJai47fkAWN8nCt11kvam0F3xtgdDaD/FavItLF95
3yF2CenWmL4g/traVsM3qgb8jeLBX4PEwfQH/stAItvGcrKn/P8=
=MY7O
-END PGP SIGNATURE-



Accepted node-punycode 2.1.1-3 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 15:48:28 +0200
Source: node-punycode
Architecture: source
Version: 2.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-punycode (2.1.1-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 b5fdc0479951300847f9168dd47e532c4671b230 2140 node-punycode_2.1.1-3.dsc
 1dec5c7e1f82f6bce96ca250e8c82a7fcc789c40 3104 
node-punycode_2.1.1-3.debian.tar.xz
 e7cb631b37a1a2795cc997564d81a4dc64f0660f 6965 
node-punycode_2.1.1-3_source.buildinfo
Checksums-Sha256:
 656ef8bac52ec545d5ac033823dde817516fcbe78dba4a96791e5b5fcd424b0c 2140 
node-punycode_2.1.1-3.dsc
 6d20a53edf4536e3a8b94580057f6a1d0318917cd2929cd878f90503e43c3d89 3104 
node-punycode_2.1.1-3.debian.tar.xz
 671e46077dec0e0757559f7b4614ee64c3c951ffe956572df31e7ded4dd2301a 6965 
node-punycode_2.1.1-3_source.buildinfo
Files:
 c3ad346742b9023b7f355a8c80ad3640 2140 javascript optional 
node-punycode_2.1.1-3.dsc
 cf7823f753b7fc3faa65d74db386993d 3104 javascript optional 
node-punycode_2.1.1-3.debian.tar.xz
 d78a2edf4ab3dfcbd3e4fd3571dbcb05 6965 javascript optional 
node-punycode_2.1.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2E2bQACgkQADoaLapB
CF8BfBAAszOHKMRn5CN3QEIF3Gvc6oNDkM0SpoGNF77yND8wDtYmX14UJ73rSvnt
mZtwyWHYE96xgTDxXFPFDG5PIObJPJBlLyJcR/2Cdr/JP7rQPhJ8EQYq++HXAwj1
xfwWoSiCzDNuZ4G996IdusljDRd4UFc9lInFLEDb2Om4yb/Jf2Xn93iK40KYJ3kQ
CbUwDDnuCuSI/c6ahSfGgNVEWKAvyxZ44UArX4orEEkvgs267YTB3+nffGOVxx9F
tc6zTGShIYTq6q3eEqD1xrJ9cZplBYkap9oC7+VbiVm7t7sI9UqoUNBIrJfOgev5
8Rhif3/KZuO8QCHUz6OQgKvWB/sAo29TQaPsOtdgQrhXFYq8eFNydh44JsD/GWvN
HpNccajnZMpnarJsfHxzPUhnpWwr+/tx/b2+qCMv4+N0j80CgIeL8UYWwigzkElI
gjKg3gAPbs5czw+5Y3RlWrf7t88mM3Kz9SjrgJk9YOBjIDMz0U+o+miw862Gm/Yt
UTNdpstN9WUoHE+43EgDiOugh8MWv9uccZGVAsIrI2x7et0hIlkHvo+6Nm/rVqkf
oPHGq8BuRT7Vls/tdpK9ZrcUQo8zKzEwkAhD4fzYMAPqtjhxCQgv8tXK4uhVRQRL
EEA6DSVP6uq5Olsafj8pIqfaPW1nTnUYqjSw031AJ550PXOYaPg=
=PnI7
-END PGP SIGNATURE-



Accepted node-parse-base64vlq-mappings 0.1.4-3 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 15:42:21 +0200
Source: node-parse-base64vlq-mappings
Architecture: source
Version: 0.1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-parse-base64vlq-mappings (0.1.4-3) unstable; urgency=medium
 .
   * Move to /usr/share/
   * Bump debhlper and policy (no changes)
Checksums-Sha1:
 f11d82c55324a8da28bc647fc9491bb51d097d0a 2365 
node-parse-base64vlq-mappings_0.1.4-3.dsc
 1dc026ffcfc145b786fcab03405479f631e282b8 3408 
node-parse-base64vlq-mappings_0.1.4-3.debian.tar.xz
 eee7fe4346376bafb1d015a95f3fdfbd680ed0b2 7251 
node-parse-base64vlq-mappings_0.1.4-3_source.buildinfo
Checksums-Sha256:
 8651a61816a0da4f0c4d24ab52cda87252e9474f4a6e720c705a1b7cdaf93a3f 2365 
node-parse-base64vlq-mappings_0.1.4-3.dsc
 03a12482ab0f412a7787d443bda10e06d043bab3cc2dee2e80e22cf325c52455 3408 
node-parse-base64vlq-mappings_0.1.4-3.debian.tar.xz
 d7833de8a918b318a7c57d084663e80f63afaff61637bdc63547dc7bed6515a6 7251 
node-parse-base64vlq-mappings_0.1.4-3_source.buildinfo
Files:
 942b6ba869f9919b31c7babc5968d9f2 2365 javascript optional 
node-parse-base64vlq-mappings_0.1.4-3.dsc
 228e8eb21ca32a6b70418b6e301e1a16 3408 javascript optional 
node-parse-base64vlq-mappings_0.1.4-3.debian.tar.xz
 743cbfb06e2e40e8c3a93c6d57a94f59 7251 javascript optional 
node-parse-base64vlq-mappings_0.1.4-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2E2AYACgkQADoaLapB
CF9RAhAApBW2iCB7TOI+60K6VnU1raVGjkTb7WZSrpzLF1VlQTp62V1i4Pompgch
Re4qnxneKw34ZXcZTW48S/STuOI1KW9jkZxdO+Gxy5fDWBfT7B2mFoyezcdF7mgb
KqT1TJHd4xaofAvVCGqnz8Nh8ObfZCp2IsFQByNyF3jYusoPbJ+S8eahSoPNtc9t
QV6WtDVGUmHd+CQEZom1eSTGy2dpPqsMSTo/rFQ4RdD6x1cBGpR24kKRHqiRwUuA
wE7WTh0faSp7oGgBY8JHu6kU/CHbz6j66xsbm2gnpiUFlt01Yb4KljYh56z8inlA
VLZGy6/UgOG/wFa/VNrtdMd8m0bChyP9tg0RlZ8AUTG3ySC4yga4S4P0fKdjSw6C
gPSKlLjknBf1vKnEqeZcPAacocBS80WVLBlkQqQoOFUVJIMrlgd9XSlNqwlvyoVz
nv9sp2dbSGGnhgsxdmGvLxfi1LDoMcqOwcCyOrAzgn00uQStq5BtF6NhGoOh34Fu
nEQiKvvBT0Z3gO1XlaM4DosFJoWptGJIBGtYek1BRT/XfRBaY8eYNqKtFykl320f
wtexgZo8eYJgQSqPGIwKrQO0j3cCAr3vBclJxe9oENWNrF0vQazxs6G7BIV3i2TJ
Y+s2g6uelaR2TGK1LuMt14wr/yYA0RJTiOEjdw2AqxhaJyZupZM=
=K+O3
-END PGP SIGNATURE-



Accepted node-parents 1.0.1-5 (source) into unstable

2019-09-20 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Sep 2019 15:36:09 +0200
Source: node-parents
Architecture: source
Version: 1.0.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-parents (1.0.1-5) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 f5df337cd7e6cdcdab9817c3f4a98f885adfc706 2087 node-parents_1.0.1-5.dsc
 4ebee0cf63c78a7bb0773a6fbcebd7a5c6ee685b 3488 
node-parents_1.0.1-5.debian.tar.xz
 8f075e8eaa7f3f02f1e08d1fed63e0310381b157 7166 
node-parents_1.0.1-5_source.buildinfo
Checksums-Sha256:
 a089c5124dc24e5aa4aebf3d6a7d1abcc96d44c360fe50f2d519f0cd10918f1a 2087 
node-parents_1.0.1-5.dsc
 0863ad5c890b9f3b0d723d23ac5f5cffdea24712e7c7588556dd12bc9ddd686e 3488 
node-parents_1.0.1-5.debian.tar.xz
 65786acf453860ef1bd8c715458fb20833db1d75f4d10738d2307a3be68fdcac 7166 
node-parents_1.0.1-5_source.buildinfo
Files:
 c532b49953398326eb432134b35096ba 2087 javascript optional 
node-parents_1.0.1-5.dsc
 4cf88a0e1db4f4c96fb2989c36a44ba0 3488 javascript optional 
node-parents_1.0.1-5.debian.tar.xz
 8743588c1610a652daa4bdcf32bace7e 7166 javascript optional 
node-parents_1.0.1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2E1psACgkQADoaLapB
CF+X5A//TuQO+ZPJRqgNIdGJVqaj6SauZVIbzjR03YX/49zBizUL8QkF3ybVlqaB
fofaGTO/txiQ4/xehD2H8EGS5X8Rvpa8l4PPsC6v5mrts8WBXCQSUk7ndwebSwIj
AqeLIYsyfCz9bLFgb7O09XX6Yb17ZoYL67kaGJhuehUrj2VZdtcotYAmaHcLE6J/
XAfJ9W/z+FSHkeZubInNmWGfHmz0rzyf6MSWx4uhxNqm93+mb9DFjQzyrw+aem8x
15nU9F7jXVVqTiONUD0hMVsQaouzIZSRShOLa5VACmov3yXU6L6YRtafUaXHiEx9
4oBMxZ7t0fzDVjRnKZY5MyC2Rm0g/1M5Whtj6kYcT2Cwu2CWlSVoRAUQrQJJFMSM
i0fcoI7f2FjfnVGQwoTJScZLA6FsUuMeiDqESoRk/ATAU+EcW5BxVvOdhIqS6QQD
TUKA6JPKPvpIKFvp6ea8hoa5ii+2CF15Ef4ZlW7MCRCw6+y+J1H5oizfqEFAgg/N
tXd/XpadTVYKfxh6Kdw3wJ6NfqniYLBpG8zbxn44FDS7RcGdhI7zqEhIGjipigNf
7v9XHXNlTZ08febypwU8iAEr+VAZz5y95rgHtysgz9R4zroJxyWCuJZe662iY++G
bU26U4yF/m+SqbcIRn24+nRz8+/VqrkquxeBRxewLdfibqG1dsI=
=7Jc9
-END PGP SIGNATURE-



Accepted node-pako 1.0.10+ds-1 (source) into unstable

2019-09-19 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Sep 2019 23:18:58 +0200
Source: node-pako
Architecture: source
Version: 1.0.10+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-pako (1.0.10+ds-1) unstable; urgency=medium
 .
   * New upstream version: fix raw inflate bug
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 51bcf7918e588035006e36aaa1042eee06fec582 2235 node-pako_1.0.10+ds-1.dsc
 165b664af593c112211aded47da7ddbb6d252062 228652 node-pako_1.0.10+ds.orig.tar.xz
 47905dea5b246d576e7fbf38da3bb3f888a9131c 4492 
node-pako_1.0.10+ds-1.debian.tar.xz
 5d8898a571d0bd6eb2e3bccda8584cebd90072c6 7045 
node-pako_1.0.10+ds-1_source.buildinfo
Checksums-Sha256:
 1ae63fd8ecdb423a283c776371e8c411852f40c8fb707298370bb3e38d70201f 2235 
node-pako_1.0.10+ds-1.dsc
 5933fee87309dfe6baa1c9a5755cedae83014dfa0fe09dea207466d594602b83 228652 
node-pako_1.0.10+ds.orig.tar.xz
 b9e76371ef666945946ebce5a0d974de59553876f9f59f232849ecd7693e74e1 4492 
node-pako_1.0.10+ds-1.debian.tar.xz
 af147e322fa7ae23258aed3011452b76c68e04c0f4d2828e1e0a9ee91b547b31 7045 
node-pako_1.0.10+ds-1_source.buildinfo
Files:
 65b7321b255283fbeb1ee2ca0556661d 2235 javascript optional 
node-pako_1.0.10+ds-1.dsc
 7cbc29ca29244d8fd3a623cbaec37e9a 228652 javascript optional 
node-pako_1.0.10+ds.orig.tar.xz
 e3720aa5c0257a5d7906162126d8d036 4492 javascript optional 
node-pako_1.0.10+ds-1.debian.tar.xz
 ac2318801f34ccae721b028616e13c5d 7045 javascript optional 
node-pako_1.0.10+ds-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2D/ekACgkQADoaLapB
CF/bLw//Wx1D66g1ELDfjipqowKD8rXdJ28M1I5gpGunWBh2l+s4oA17Vj3fGyYR
Q7t0uLXB7eQQee+p/EvQkc339Zm8Ze+51g/u8WzCT/oAiMhScqhLIOOHK3dLy8LB
EM0+KuUhmWhIJwgnJGasnSKuNqNNYirB2Gj1JbiqBc2i4xnG4NyrNQknD8J++qaK
V/9szZuIbtNQyz9iBWb7vO5agdVzqGfzkPzoiCA2rFbx4bMs9U+Oequ11ysggEp5
4nLxA4OC2oLtdUONd66l7+Kbm6nIfcniS9vvqHnJLUrBaMxvjvmTzbNkILtEIYqv
RdYFLnXugzqbBxaaSOtwT01bkjfSIpQLmzltjk+jhwshkuPHk+crS9hdTArSZJ6P
Z2+Y86hvL3kH7bi5J+pvdT3IAfxX7WgukE+Z3taLtd8zpMrNdkIyM/Xdkhbyz+Z7
sVndr58ngZRdhmGthLFi4Den2GjpAn+wPxYwkn7fs4soU0S6npXO7RIR4Uh0QtXb
KV03uHBvhOxxEIGhOppGap0+nWTssflWbaxFo/UHwM89gnw8N1OvEeli5QLeVSs8
uw2x0DkfSeNWoTRYvjdO3PrpSYGxsLRwB0BdLfPpHfLuIbBxa6g7RvFlNKwu4z2i
f5i0PzV2kLioT18o7xprcz3AS6AArD4pAZeiDAtDHMd8QntO7WY=
=qarD
-END PGP SIGNATURE-



Accepted node-timers-browserify 2.0.11+dfsg-1 (source) into unstable

2019-09-18 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 18 Sep 2019 16:40:29 +0200
Source: node-timers-browserify
Architecture: source
Version: 2.0.11+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-timers-browserify (2.0.11+dfsg-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version: fix license header
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 d2fe6ef815227a2f38805588c11d15c538721782 2228 
node-timers-browserify_2.0.11+dfsg-1.dsc
 2311d6be23a638b2ed44ef291c7fb73bb5c336f5 4484 
node-timers-browserify_2.0.11+dfsg.orig.tar.xz
 8b79448b7741a596e370addb98c998600e56b0af 3232 
node-timers-browserify_2.0.11+dfsg-1.debian.tar.xz
 2d6709401e487d942ddc4bdf31afc5b9bb6936da 5787 
node-timers-browserify_2.0.11+dfsg-1_source.buildinfo
Checksums-Sha256:
 c4895b144dcd9bb380a0accd058def76c407e741d08a35d09b54687ad3c4b353 2228 
node-timers-browserify_2.0.11+dfsg-1.dsc
 58c4c69af51b16b614d1b4d90560aaa5eef842bcef1053fe3f4c0e5c397585c8 4484 
node-timers-browserify_2.0.11+dfsg.orig.tar.xz
 2011169b840fbb187ba3ad80687ca17ca2cad49271186986470354f4e988affa 3232 
node-timers-browserify_2.0.11+dfsg-1.debian.tar.xz
 cd3e5ff5d83f02c44a5ac7c1c5680d812ec9e4959a92c818af0d88bf4f9252b2 5787 
node-timers-browserify_2.0.11+dfsg-1_source.buildinfo
Files:
 53f600f0badf8735e5277f697cfa20d7 2228 javascript optional 
node-timers-browserify_2.0.11+dfsg-1.dsc
 ff5475e94e59cfe47b001fa322a4e303 4484 javascript optional 
node-timers-browserify_2.0.11+dfsg.orig.tar.xz
 748e0341e6ba49af21223a0377a63545 3232 javascript optional 
node-timers-browserify_2.0.11+dfsg-1.debian.tar.xz
 976050e37c73e62a5aa669b66a9a01d6 5787 javascript optional 
node-timers-browserify_2.0.11+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2CRZMACgkQADoaLapB
CF8Hkg//X0RoA8BqChCwmMCB1cz20R0wcrCmjq0NGXKijAOqVE6QRFCiDCkqafjB
cdJl3srR40Lk2QQPvrNsmGD5rkcEJM6Rc3tXJ3TlcCSrpr5U+T2niX8HMq2nYDqy
SwzF7lEsEHWhSZp6dbpGfjsIZ/ipo1pf/ho6VyQCKCwnUfKT+I+807ayeTNMYGp3
VcPWNwksicMhZWdv5QvdrfbVq9eoWNgyeUb7Ft5hTz9VdYRm4sTSVpG70Qm0P67I
xRxEkYWpdsx0U64zbQrf6Ev7iLHWUiolTaAxf3mGplr9UUHqBAhFdOAk3xr85Alw
S7faboDhkxwFrkUKx7DTcFt9x3d1ygvl6qEG3XOTCD9KSD0YR4XtBr4QV9WHEO4h
RjLtS8iZENkkJghnHthhbtwtCXK3OzynnVpg7RzGlsOF3YFUC5OuqlCtpvvTJKS6
xX5HSooS8lYsG93+JrrSWrkaZzrCXGyPYlKGssuiiorbiHzvP+2cX3Di/Ia1m/As
rJjD4lBvLldmi0BIGS70BfgA+8/jTPNtcVmRZWpEiJZf1pCnSXPT9e4ApAHgt9Wb
xx894rDVpMvXa6mffYZkANn02vTilOmJC3Mhgh8qSwTcFTgrAO0u5OQCu2xBsXGm
bmMQpKRoumKHnSDSmIY/sxwvY18ixN58nOJjO2H5cMgNcEH2nGM=
=+6Te
-END PGP SIGNATURE-



Accepted node-module-deps 6.2.1-1 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 17 Sep 2019 00:18:26 +0200
Source: node-module-deps
Architecture: source
Version: 6.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-module-deps (6.2.1-1) unstable; urgency=medium
 .
   * New upstream version:
 Add `.dirname` property to the object given to `opts.resolve`
   * Bump debhelper and policy (no changes)
   * Move to /usr/share
Checksums-Sha1:
 263f814dca70a3611816b9e828dc3275613159be 2922 node-module-deps_6.2.1-1.dsc
 ef28c3c8833033badf05cda5bb94698a0b32079e 23714 
node-module-deps_6.2.1.orig.tar.gz
 03a6a278ad6c4d791d2a0dbaddcd2df3fa571f33 4260 
node-module-deps_6.2.1-1.debian.tar.xz
 7e8e6622143db805be05812b09ab624fc2cb9b7f 8166 
node-module-deps_6.2.1-1_source.buildinfo
Checksums-Sha256:
 09bf85f9a9cdbf61b90baae60d2b75f419e4055de0a63d8dd3cf856ef6256678 2922 
node-module-deps_6.2.1-1.dsc
 ea01a911b8e3f834537013bed5ca2aceef30e77a6e3bb14a2525b6bf17b143f3 23714 
node-module-deps_6.2.1.orig.tar.gz
 243fb33fcc3a184403477edc6a1202c2238a02dc42d073ed16a56565b1dc90db 4260 
node-module-deps_6.2.1-1.debian.tar.xz
 192dcfe25e390a2ba731ac950de74117d8a6c2dfc256cd6d793dc622b4fc8c62 8166 
node-module-deps_6.2.1-1_source.buildinfo
Files:
 d35adb8b3cc049d134e294cbfe2c716e 2922 javascript optional 
node-module-deps_6.2.1-1.dsc
 1619847540ea7cb0e0fa0fbcdd8a3f7e 23714 javascript optional 
node-module-deps_6.2.1.orig.tar.gz
 a153bf49b2602a696fbb0af139a864f8 4260 javascript optional 
node-module-deps_6.2.1-1.debian.tar.xz
 855d6c415aba0b67fabb4bf1123fd651 8166 javascript optional 
node-module-deps_6.2.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2AC7UACgkQADoaLapB
CF/NWw/+PeMX5n65NaTu+VN3nPvVfQy/NqedeFP2OfXCjFy1FFWLPyG5Jo78i3I4
Ntpbz8tzmliZT0YRQHAWc8xFWco+a//MI2OqustWqnrFOk9B0igUno4gIEFQo9Em
ExcccyefBXNFi/WauAlcDVwM5ZgCcZys/8nT2g8YsGTptRBNZ74Bx78QIE12uKF1
vDPn6QvMtMUP1WZOVKDdPlzZoX7AYzgBBg6NU1q+2uFT/GXmmqcbBYFKiL57hwjL
CMKnJL54RzzKvQVbprD6jCY/W3g+VLI+KC3DBPgtSOmI8tmrNGGYqa0tiUfH8kSa
7ZVdQAR6Ujgwjsi6xxRjd1EeRqjcNF3kXJlaLzbULS02n0owp77xjWPGXsXDD8LY
qRsinK4bmPgvXvxdIbjiwXILjFaCUWB2kjBXtL3Fei0Ns6e1F2bj3dBZOTGt9C8O
hmCL9FwhfT1VX/5SXaj9BPIO7oiaLsA+OhbPmyluAUHDKEc3KORdyueV6AlPLF5b
NPDjmqpJfWYsRfc828hNddd5DMdmTDip3zaGxcVz5GLS9Uql8kBEczRaLPf/P3hb
zXBWY2L2nq6YhK77SU/G/86Lf5kh+tAgdq8TAf22INss4Lpm5OEznmqw6doKcmaI
NyhG6qFYud6GM12BrMeTxY92UmJpfvEfSvakp1cHCoHqNXyMFbg=
=mKKS
-END PGP SIGNATURE-



Accepted node-minimalistic-crypto-utils 1.0.1-3 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 23:33:18 +0200
Source: node-minimalistic-crypto-utils
Architecture: source
Version: 1.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-minimalistic-crypto-utils (1.0.1-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 3c6c0683e5cf6dd3e7636d8ffd53286f146c2985 2312 
node-minimalistic-crypto-utils_1.0.1-3.dsc
 25862049a2e385748a48078dfb6deb420069afab 2708 
node-minimalistic-crypto-utils_1.0.1-3.debian.tar.xz
 d1938a1eea4f2f05229529daedd62e0004ae2cbb 6961 
node-minimalistic-crypto-utils_1.0.1-3_source.buildinfo
Checksums-Sha256:
 00417691814ad0959fa3f399665d8714dc2483b097e09cb1eef98d2436388a0d 2312 
node-minimalistic-crypto-utils_1.0.1-3.dsc
 d8a8f6c10d2ddc38b526d967931d8f31a9f81fe3f56e078859c9f2512dd7e772 2708 
node-minimalistic-crypto-utils_1.0.1-3.debian.tar.xz
 19d34822b1d14944acd61738ce545d86c4effe8bab75e8100653343535fabd0b 6961 
node-minimalistic-crypto-utils_1.0.1-3_source.buildinfo
Files:
 4cb2fa0dbb97209a4b57232eb81fc6c5 2312 javascript optional 
node-minimalistic-crypto-utils_1.0.1-3.dsc
 7ee0011c61269b962517ff441dd33404 2708 javascript optional 
node-minimalistic-crypto-utils_1.0.1-3.debian.tar.xz
 43cb5734398aa7a32c42e80b9a78f69e 6961 javascript optional 
node-minimalistic-crypto-utils_1.0.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl2AASsACgkQADoaLapB
CF/E0RAAj6fOlup0bzPMUilYym/WDdAtfFVxdvDwuBAqoUjKSMv/QcbvyTmovjJI
5jRMjbVc1qDSZw5/yMp7w1pBmMYOfPrLLPtW2mPVX+l0vIoUzUWDyHcvIk9RE69Q
+f1J9FoEL7DPt3n0O082bMx0wbFfVslS8V+Ya2rr6P2u/+saHB2UFEUBNPI/g14j
R+31bB5T1XLwFGj9D0rwKNP/DbLFNGpYN9SFYBnDNtvUINgteuCXQ7w7o5zZ/1ut
Lv2CJk4PiZDuzDq1w++PJAFKYrj12xF4BDTZo8PgVgl2oJ7xRX4ylzJmw6mZvXu5
MsD2VeiWKViXTASuzVv4om52qOsEH6qQic4FkqhdTHV+wonwuQAQn+VHvJ8YgFvh
PxivG192r7kt2ukRuwbI4bJkXoNltCqQoAC+5F8Cl3Sc3DA0Nsw3S6EZe+a+4SJi
qyyEpu71urd2rD5yd054SXXwPeVcEd75TmyTKpQ6+T9DK5junBKUE+yKGcsv6bz8
hfszs5pDVsUIBZnIPrLcH/EXyJVL6pZrn0SFGY6Ar6JcIM+/OsQW5+ClqHEZfW/X
dCbOgmop9/YXLf0kHjW7lqUh1iUHLjpSeOhvnmLHisjpwwTaAPREMA3MoOZvPAW0
ESd6gSDm1ynSFJYuhx53m4EuGAYd35YxayIsqT3efeDkB4cCdpM=
=lue6
-END PGP SIGNATURE-



Accepted node-lexical-scope 1.2.0+dfsg1-3 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 22:04:49 +0200
Source: node-lexical-scope
Architecture: source
Version: 1.2.0+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-lexical-scope (1.2.0+dfsg1-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 7e3acfc4f4ea360d9a9a81f9dae5fc5e1c2c60d0 2313 
node-lexical-scope_1.2.0+dfsg1-3.dsc
 bfce9000c1bb7bc95553990d67476cd9064cffb9 2908 
node-lexical-scope_1.2.0+dfsg1-3.debian.tar.xz
 c4d46de1dab433fb21c958731fe9f8365f1ed0c2 8437 
node-lexical-scope_1.2.0+dfsg1-3_source.buildinfo
Checksums-Sha256:
 1e674e91f4044883f57e70f54c340e4b6a36dff094ec5cc30d493034e55589b7 2313 
node-lexical-scope_1.2.0+dfsg1-3.dsc
 2de4ba37b09632ba2903e4b265c16f449ae3085ed207b4e7952ae69ca4c72395 2908 
node-lexical-scope_1.2.0+dfsg1-3.debian.tar.xz
 44f941117441a27c7da7402146ec04711a1ccd0493d76d743344f6ab3c484107 8437 
node-lexical-scope_1.2.0+dfsg1-3_source.buildinfo
Files:
 4445593c8e538d7d0510c85c92205c21 2313 javascript optional 
node-lexical-scope_1.2.0+dfsg1-3.dsc
 6972e79924c2ab8ec646d14cc2a6a053 2908 javascript optional 
node-lexical-scope_1.2.0+dfsg1-3.debian.tar.xz
 6f0442c7c248ecb331baac069af59ec7 8437 javascript optional 
node-lexical-scope_1.2.0+dfsg1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/6/EACgkQADoaLapB
CF9pOg/9FpuRpIzRuppKuqbiiKEd0ItqwpkY0sOeZGr0Wi8C4W2EK+/x7Lsv24MG
zkvAI5ZPuWyXSwsKhx/Z4NO8c+tmn0/XJeB/rDQDh6jpvXRgxF82xzz0ajpFRYNG
ciqZT4qHLZsv9Y4QQTj/tf3MaFbMh2XlMMpgvekaIoHzFz/aqLWQczSg3feyxRCQ
5sspnmVX+LGl4ZjQuJd+zA6JcNnQHNU07EdwhRd7GFDQeFhgL8lJoUL/Sn3ZBjLb
pni6gzN2KVopQFBYuy86+nJ1RNp+foKrsDAeqtti0tbHryG531DExqMOadixa7RR
XAMjnasnkWEwkySJXuTIQL/FQ2Vin55RWDFM/m0j3VZXyp5QQ9odGGbT61NTDJ1V
dyzqBzMJEVbL9yWMnl0jjS92ZDzyn/B1dHFiXiaiYHy2e+MT9zSwj5rh2StmgLkv
EDAFgKFVaqOuATzNpft9dQAsux7+YbOroLiPwBTSe4j44TTTGTCKhBSx/trzMXBB
wwJ0exDL60RcQfBGc7O1h7dXfv2WhvUuFsupPxzV2EQICOzSiIrjfuGimCl/OugZ
2YK8/6KhrVfS95nIJmgp6+YEVAxoHidR9BICSFgJsWjIxeHlcOexq0FbU0eMTSwa
WulG4aptAt2HgE3dAy11CqO4iwC5WQkXOc4ddIaIuFGJddMWn3Q=
=CK8T
-END PGP SIGNATURE-



Accepted node-log-driver 1.2.7+git+20180219+bba1761737-3 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 22:11:43 +0200
Source: node-log-driver
Architecture: source
Version: 1.2.7+git+20180219+bba1761737-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-log-driver (1.2.7+git+20180219+bba1761737-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 9bb7852516b91092613e289f0f755815b624d79e 2393 
node-log-driver_1.2.7+git+20180219+bba1761737-3.dsc
 15e96002d4da796d66a7f7a77a5c4be08211b004 3608 
node-log-driver_1.2.7+git+20180219+bba1761737-3.debian.tar.xz
 9ea014aae51095e897ae91baeffaac7f1117d341 7170 
node-log-driver_1.2.7+git+20180219+bba1761737-3_source.buildinfo
Checksums-Sha256:
 7007f4c2d9aa3b90f641e8a98ca1fda1003e4e24009bf120e32f10f9357d9bd9 2393 
node-log-driver_1.2.7+git+20180219+bba1761737-3.dsc
 ddf3a1fe7180449472b5b40f34491b37b615808a7eddc82cdeca5eea8d186685 3608 
node-log-driver_1.2.7+git+20180219+bba1761737-3.debian.tar.xz
 cc549353049dce390dac2c9a8adc136e1d5c5c65bc17aad605893ffdae8afe97 7170 
node-log-driver_1.2.7+git+20180219+bba1761737-3_source.buildinfo
Files:
 1627f28a0c2f5b892ea5076800c4802f 2393 javascript optional 
node-log-driver_1.2.7+git+20180219+bba1761737-3.dsc
 ad8dc3867933c073c6231b52c6acddde 3608 javascript optional 
node-log-driver_1.2.7+git+20180219+bba1761737-3.debian.tar.xz
 a8e21163be280f7522e565a9c01093e7 7170 javascript optional 
node-log-driver_1.2.7+git+20180219+bba1761737-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/7P8ACgkQADoaLapB
CF/c9hAAkg3V24HXdISnbCAcBLQpCooYnKAWo9ioWBBAKb6DX8Rp3pPtdXAH/Da2
xmaAyRL15Ajkr3T0rin/SE+kVONsd2p7JmMdQsKNTYSHY7KzfgmuRwiPxMmfxLPA
lh8SMiiYfc07XlFWTdcl5gFW3nSZydjIlHr3WcfIgffel4tADYrTdHsV1WMbNLq+
gNXdB3cvDbVR39O10HHTFjVz1XRZLoYDFHTVaQgTYuI1z10GUQZiHooo07BMh1uv
8XQapXvcVxprxa4suxiVPKRNq0HoC+PRQOgyidcnz/dVA5MyL9xqB1/6qrnRCEmE
2BxLEj5x/kdlJJ1/4yW8HSMEzZ2IJ6oQK1xSPWJ/7fe7JBM7GIaolHLwmvqp0pIu
7QBNMfIcYuxQc5zeayWm4eW4adkA1ctT65kqk+y1o1ZGF6YdEeTuF2pdSAj9qnWa
BwI9YNbKR/FXr/ttNkPnICPEKNnYNThaMN9GWA+g0n5Kw7b+5I0uUKrIzS94cQlp
ctEnxl33hVsQ7KcD3EqUj2tz6DGuNOfDSJ8gM1Kcd8sg9FzG+mtCNprRC5ldKG86
OtCtonr4aHwN0GSZ/aeoWo1Y1Kf94MQvZ6it3HhEzNL2GzJKbmk25Ca+16UxtQuW
lpCFx6Ni5mfPZ3Bufohjy2aAe2CAWchZ/mYCLpAEPvxTLq4K3bw=
=0CXf
-END PGP SIGNATURE-



Accepted node-md5.js 1.3.5-3 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 22:16:08 +0200
Source: node-md5.js
Architecture: source
Version: 1.3.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-md5.js (1.3.5-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 c4288584c99280c610e5cfb912f2227eba80d1c6 2325 node-md5.js_1.3.5-3.dsc
 eaa56008da67d0bab334251835b6e7d7db3048b0 3488 node-md5.js_1.3.5-3.debian.tar.xz
 e8b352b224b26db2808e7495157650869ca1d524 7553 
node-md5.js_1.3.5-3_source.buildinfo
Checksums-Sha256:
 337704e8569c7e6d5c9f63644f7f7fb29058188ff1c386ee559e7f8887e2cc6d 2325 
node-md5.js_1.3.5-3.dsc
 ad12b48a24c391390bf66f9fd5d14028de7259be830e999f3e1d37f66359ac4a 3488 
node-md5.js_1.3.5-3.debian.tar.xz
 27b0e2ae82f900c727e6a2145e2b12405838966859360e5df763af0a542436d2 7553 
node-md5.js_1.3.5-3_source.buildinfo
Files:
 752ad7dbd354c7363382bf8f8e4a1aa8 2325 javascript optional 
node-md5.js_1.3.5-3.dsc
 570d0c55595b6064a35648112e0c65c2 3488 javascript optional 
node-md5.js_1.3.5-3.debian.tar.xz
 8b7babb621a52b2e8955ae496f8c65cd 7553 javascript optional 
node-md5.js_1.3.5-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/7lIACgkQADoaLapB
CF+7Aw//SS/zuNcwVoRLfps+KSAaYK6zR9Q1mK9/dMjD+g5iWaoZ3EBgcH0bxYF8
rJrCj2tPg7CvXnJ1Q0UMBFsrjdolUKv5FOu1x4jcJR0gCuBGqrFTd59becS4uj5p
+Nipk2ZKA0DrkJ7zfGDgLlgPwu5XIgCGhcz1riCHTgDYAN7n08DTyOAWdB3PNrvS
a6JUQ8gZbTdDmkCJRAc0rM5ZiFupcYRQzMboT1fA7frd0yz/BjuvPBAAC8crccks
jQ2zK2IPXpnGG3kPzO5PkYiqeB+3sIpbXYQQHKxoE0VXb1xd9GuvrO1hw4EqXHKz
W3FvFe11Xj0bjpC11YCtkwuDSyb3xLLF/eGbHxDUc6upEHjNnq1EjaBJ9j+gJIr9
7N9zxAMHSUIalSLbn0gvQ45T85Hg8miZWjHJjaIx4ud1cCS6jwd5bZtyXFzEqiq3
Ble2/mswNMunabCA3l+SxWJGgVnqSHpyUSvZ96Zx8A0VjjcQ4peqYuTpKBF1meyc
ougvxmYFtUl9WjANYb9T5m5vNzcCLT418YV47QOkY5v5ngNyEqdGBVo9AKktjSQN
KX/kHLpydVfBOx0PPSf0nGrcuK2AtS+1FvJg6jIcn2lCT0HlkoGyGb/LYc4dF2iv
hMSPjKfqnStt7vE2w+or+SKzXHwoINjNjlxu9MmpZ02SBUyWe5o=
=qHeB
-END PGP SIGNATURE-



Accepted node-diffie-hellman 5.0.3-2 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 11:52:02 +0200
Source: node-diffie-hellman
Architecture: source
Version: 5.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-diffie-hellman (5.0.3-2) unstable; urgency=medium
 .
   * Fix debci
Checksums-Sha1:
 8e2db00b109b43dbe72a0c9bd04f4cd8465559f1 2385 node-diffie-hellman_5.0.3-2.dsc
 f66b97b9e16f5abd30537a11053351f2aa3d57d6 4048 
node-diffie-hellman_5.0.3-2.debian.tar.xz
 2f76c8173277333102d31e3eca3c020157255724 7637 
node-diffie-hellman_5.0.3-2_source.buildinfo
Checksums-Sha256:
 2d5655cc8925d67d5f6761e05792213f75fffa6f99f928d043137f4f3798ea98 2385 
node-diffie-hellman_5.0.3-2.dsc
 128c74007b4015b09df962806bccb6c98bd69b3c858cddc01e021487c1a67ec9 4048 
node-diffie-hellman_5.0.3-2.debian.tar.xz
 d84fcc8e94e10531b4f59d463d5d06782c925908e3c1c359a1fdda91ca0bbf41 7637 
node-diffie-hellman_5.0.3-2_source.buildinfo
Files:
 fe82efca157db4b8ef604223158020bb 2385 javascript optional 
node-diffie-hellman_5.0.3-2.dsc
 55fb4d4880a4db58b437682ed829c8ab 4048 javascript optional 
node-diffie-hellman_5.0.3-2.debian.tar.xz
 b9b5dca515791d2484b01e9ae7a7fc8c 7637 javascript optional 
node-diffie-hellman_5.0.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/59sACgkQADoaLapB
CF8ZtA//c5j3rza/r3YbzYQ/1ZGi7vYGStDlFn4CLHjMw1eLWkB0IAKtCVdIJYvo
g4BLsGLgDJ+emPyZ6rySW8GZchrwGO1xzLhAMZvRH3MJZgNTuIXE7Id4ad3R+7Et
ALyz+sg0t2L7cwG/WsB9JKuCHIC0nVALKK77PbKpVlsZpeISP6n8WJ36EiPYazn+
arLm3alsF8mXfRZbsKjU2IBl9i89p1jQ7ArV42k8iBMSCO6G56vQNefPco9HygeT
rktYPTYCB+kxpM9HrRNHC0WFL+6jrYqpSdJIEnEVKozG0acNGPe61VBA2OdqbX7+
5nmLMa1L/LOr8dJoDOY2iy4n5ZydWf7f4u4M2XzvOOn4bt/EUiHzrHL8TiLKF6cd
v2ZP7zytsDm6v0lr07HsoOvRKvOdscIH8NkxpTyRwXrrUWuBC/sxJnjwv8AEfHk6
ox0B+idqXXaLdjdzN3k6txMdfjjh4RO3w0y2bnx2jcwJ9Svc+CkRX1VV7AOJPQlR
I/s+sMVFSKFCzfy4sl8liq6QG6WfR6NMJJN+bN0U3nm3DCyQShKFeZO2s42i8tlp
gV3/738Nn2JVC7XOdvqmgllbjUE9EFP29aAY58zHV8Qe2zZoAjQ3kHzLTmQePOVL
6fJRxQuJDUueOD6dStmYPvS/QSzIHP/UWdHz1ht5qqtqqEcSc/M=
=wqUA
-END PGP SIGNATURE-



Accepted node-lcov-parse 1.0.0+20170612git80d039574ed9-3 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 21:54:58 +0200
Source: node-lcov-parse
Architecture: source
Version: 1.0.0+20170612git80d039574ed9-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-lcov-parse (1.0.0+20170612git80d039574ed9-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bumpdebhelper and policy (no changes)
Checksums-Sha1:
 6c60c7b7d472e983e026856db7be8c446b8ecf88 2307 
node-lcov-parse_1.0.0+20170612git80d039574ed9-3.dsc
 6781110faef957c5b03ad9211547f4383dcee26c 3252 
node-lcov-parse_1.0.0+20170612git80d039574ed9-3.debian.tar.xz
 e99f4a4ff5b3dadc7274e2c5801e94ec9823abd5 6181 
node-lcov-parse_1.0.0+20170612git80d039574ed9-3_source.buildinfo
Checksums-Sha256:
 f328e2ccd0256e0f84a89406637035ee8b1b96a0713124592508011570b80c71 2307 
node-lcov-parse_1.0.0+20170612git80d039574ed9-3.dsc
 492cc74e09a491f466910c6c7ba499a32b138f913878ef2bfbb409ed63defe3b 3252 
node-lcov-parse_1.0.0+20170612git80d039574ed9-3.debian.tar.xz
 02ff330cd007ff40a442a779d381527a9cd2fa04209fd5dd7ec516fc6bebf480 6181 
node-lcov-parse_1.0.0+20170612git80d039574ed9-3_source.buildinfo
Files:
 b56e8bf660d65d84e6a3581cff293586 2307 javascript optional 
node-lcov-parse_1.0.0+20170612git80d039574ed9-3.dsc
 f5f09aa35a1192d378a088446ec0edfd 3252 javascript optional 
node-lcov-parse_1.0.0+20170612git80d039574ed9-3.debian.tar.xz
 78417b9f7dff40fca4331aa9cc7425f3 6181 javascript optional 
node-lcov-parse_1.0.0+20170612git80d039574ed9-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/6XEACgkQADoaLapB
CF/qYg//aIxBWY0KcyVSWiU9RwWDhFiQW2FuLzyjr3t3JVcTKYgJ9K+NaNhlL9l3
/813ZOYXxy+oaMkQRFqX1lPGItX+btJS3y/DWF3vBtRXanOz+phvc0QFA6IXYo3/
Yv+JUvlGUYTp125s6COAmokOail2rO4OMHXWVCty7WHSnyuh/1L0Nst1xjCDAxIc
QJ0sE27F8gQgibyGsoq7CRn0r5sSe72OIsWZ7vCZstBhiCBbQG0kQGDI6OnIl/1j
uKf9NIOg7lF2b1W2kGKUbrzwBfQkgCWgEHqzt2pMDMBZ5YUjDdUY52OOuEWV2r88
8dAXVoWHhsuyCT5S+gl5dbeVaLqjoaWpoxMMNdwu+F6ibBAO+/P6Ix5cjX6afflJ
KWl7n/Ry2tuzencnj+LvfcNza17zFCCgCVuktoGA/Zb7Wz8LOBHFUpS2sA1GBxsZ
JCGzznB4AwNPoyLoOD17wAVPPI4v3O/s5yNQlc9wUrmWS/WHROKoD6DjLG5PxRzX
ToEDXgyPkiXpWLBipLmXQs1XLREBCwAQRgiED4gI3ntO9miwwPOEfr8GYJKH96hn
jPEeHe7T9+12KW7KQMnWmmbJ5f6n62v2SKrjqHAtNGYhP8tq8cWIv0YI2fReeRVi
fhGfubFn8GnAC4Hg/eOMcbrd2NTHSRwI+JRSWCHeTaqvGu+mczE=
=sDvR
-END PGP SIGNATURE-



Accepted node-labeled-stream-splicer 2.0.2-1 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 12:26:30 +0200
Source: node-labeled-stream-splicer
Architecture: source
Version: 2.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-labeled-stream-splicer (2.0.2-1) unstable; urgency=medium
 .
   * New upstream version: drop require isarray
   * Move to /usr/share
   * Bump policy (no changes)
Checksums-Sha1:
 bee4c9f41dff7838830039edd18873cf850c1c68 2612 
node-labeled-stream-splicer_2.0.2-1.dsc
 3d52502bfc0dd7a98109ae506c832ae8c27a67e8 4064 
node-labeled-stream-splicer_2.0.2.orig.tar.gz
 750b5a533e68d6bf8471adfeb3f9eaf9af21065a 3044 
node-labeled-stream-splicer_2.0.2-1.debian.tar.xz
 9d8f17f7aaedaa419e2a345ae54dc10ba39b110e 8437 
node-labeled-stream-splicer_2.0.2-1_source.buildinfo
Checksums-Sha256:
 ef6b54d93943c96d221bba63d907ddab609fff90acac8a123daf34bb3d13bf68 2612 
node-labeled-stream-splicer_2.0.2-1.dsc
 0b020d6011178ac4a2fb4d18c1f5460bd025cdb396bc785ef7cd4fa0f71596e4 4064 
node-labeled-stream-splicer_2.0.2.orig.tar.gz
 9f095e1423fb092840132bc917170c8a48375b3b9a026b25a5dcf3796e5546bd 3044 
node-labeled-stream-splicer_2.0.2-1.debian.tar.xz
 48b111e62b199b0ededa17a0d9db5d2c2c2448cb3dd5c17ca30eb1cf602e4b1c 8437 
node-labeled-stream-splicer_2.0.2-1_source.buildinfo
Files:
 037e77a6b42b91afc4cbd7e27a97a6ca 2612 javascript optional 
node-labeled-stream-splicer_2.0.2-1.dsc
 f68062d7a1f3f00a8cc12def504ccd7d 4064 javascript optional 
node-labeled-stream-splicer_2.0.2.orig.tar.gz
 fb6b1d8bf1fdc1cc9ec8f33e2da63c73 3044 javascript optional 
node-labeled-stream-splicer_2.0.2-1.debian.tar.xz
 7d786d6f3b49a2b4d225fca03d924a55 8437 javascript optional 
node-labeled-stream-splicer_2.0.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/Y/8ACgkQADoaLapB
CF9cAQ//foeLVzO3ioWDMJu58gMsiqdbE48mv40o5QUiHa8Kvpko525cfj7mdEhf
+sBtz/Xd/07A9DPEBQ8NM3OoXvsJmPsqRfP8E8ckk/ydGdK8MgJdpN2qdlLVL98V
uCJxxVkSDEJE8ejFN/FItcgRd8pKFAceQjOxHxbzBlDvLwLFQbSqopjP1mMz2+fJ
xZrMBXesHiF8d1WL1G/8e4eXrp6K/JVv4UcdeciLlm4QCxVRh2LuIGR09ewM9aTk
If/TCTYyafLrrI2ibYWt/hLRzTmGkkKCdlcVDYpFkNoaRBgqdJzBB9oU3SNUGSqF
CILanQ3TQxFTKyQj3TSY8Zdpjf1qZurLEegmkghXZHd1YlKFtu/qNtj2Merfzdcm
A7LcUwfAIwqdn3FX3anEWcvzGq4qKyQ2Rp8DACOHosYe6SY4A3PVr/puYQklj5vr
HOlKfXZTbD8rHqcFoiJ9DwGLXsiXSNhlzJXyOKvPKt6u35otg9FVBVfUecLmcugH
YzdxMMPvY21kdfmJERpEP/el4SS/mblPmqv/XDobbRLX71RkMkDukH7aamOPLFcl
gYc2cswU9ME3j/6gCR1m4riCsjL178FJA8AnHrvZ4mX186LrmFEkCTZxlfApB8pe
a0as5UPQSDQNbp6o077QHY56mAOtVz2c+ukt3sBr3d4MO4XmxEY=
=fwnP
-END PGP SIGNATURE-



Accepted node-jsonparse 1.3.1-7 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 12:18:28 +0200
Source: node-jsonparse
Architecture: source
Version: 1.3.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-jsonparse (1.3.1-7) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump policy (no changes)
Checksums-Sha1:
 afbc165d513a3473ccc40002ba5e5e380d2bc00d 2172 node-jsonparse_1.3.1-7.dsc
 77484e8f64fa1b2ff47f164717988fe8564d45d1 4848 
node-jsonparse_1.3.1-7.debian.tar.xz
 bb8ad12821f4886b825fbe25d9ac6d3ce7147b06 7466 
node-jsonparse_1.3.1-7_source.buildinfo
Checksums-Sha256:
 fe42f637ff8201922f9933c05633297545f82391967a701ac5a9b6bf28f345cd 2172 
node-jsonparse_1.3.1-7.dsc
 23926d251b766b0394819630e4210116cadbf9dc776004ec119f03b03c6daaeb 4848 
node-jsonparse_1.3.1-7.debian.tar.xz
 3b431786517b9ff105600c7fe50d70db7b86dcd7fd929c7d39899c6ebfdf505e 7466 
node-jsonparse_1.3.1-7_source.buildinfo
Files:
 e8b094de73154fe20ec04cad5e93d485 2172 javascript optional 
node-jsonparse_1.3.1-7.dsc
 42080252a6fdaa04239dd312e6ff5852 4848 javascript optional 
node-jsonparse_1.3.1-7.debian.tar.xz
 6b8b55d8db8347f808a77dbb28f7c70b 7466 javascript optional 
node-jsonparse_1.3.1-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/YagACgkQADoaLapB
CF9rkA//cvqMfwzQCPmj4RLv73Zp3ug7nimFckkcYNIUrrvz8XDoegc6JK5ehcsZ
Ng5Utl51Z/OHxjcM5ynQOLLCfy9B8Cfw/hsTS031XfbhFHm/lIATpJfMnUeR6Sa/
4+Gzf2txjd5iH9w6ENis/wxrOuhHZUY/kFkPw2D0uPufnfmEHWpZQe8ol4+abeQZ
7FZYxa2kp9oqByiyQ2o77DR2QUrhkYTHJfx6xMbKp4usxkm6as5C9C0w44NR3xaX
tYrGYHxWF7PAKJ1BKrgA9A8w+6hgOTBNruPpPjjDRJInicw+HetfzEnFJ17TvE/P
83bdOqFj6v6dn6C9oVNeUW0LYAZzS2qH1mYNLHFig8Z+kG19XTOGUmmFpBQ0TJvw
5o+9yJq0BYArlv0rb1RlEcrpTNsyn0LHIaNzNrMiwXhYekBYeY0lISqiJ10v/v8i
ZNiOZprq8grqtSPZemV+2hy+wAh8XCI2PDdWLES0vqKTPA8pp2fFypogkjf2Y5xS
7Y5ygpaWnwJhJrhWvi9REL5nxTY+y34c3FNKed+XVlqSnfYCyApV+6YRVbEFVbo3
LgwuhCQat7P07f2wwa4L5kLltctXgM6Mi/wwrKQRxl57BQp9/badJfI3Nm2W+0fr
7D2Rmqq+5jMtFaswC/KWc3ZB0PX7w/DG2d/eIVyijiWsFSlDIX4=
=CKsa
-END PGP SIGNATURE-



Accepted node-htmlescape 1.1.1-4 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 12:10:55 +0200
Source: node-htmlescape
Architecture: source
Version: 1.1.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-htmlescape (1.1.1-4) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump policy (no changes)
Checksums-Sha1:
 99c0f9042f300b5287fe856d09014013a541466b 2177 node-htmlescape_1.1.1-4.dsc
 bf07e28165fe91c4ef8d0d6037a93167f13c 3400 
node-htmlescape_1.1.1-4.debian.tar.xz
 53fbb3003fabd486308372548a47aa049cac6790 7471 
node-htmlescape_1.1.1-4_source.buildinfo
Checksums-Sha256:
 5f8fee9c96deebcb761d90193db31a8408cf8b1b29d520532b1a1a9c5f4a87fd 2177 
node-htmlescape_1.1.1-4.dsc
 bad0925a21c4430c09c67e204b6bb873d877d327d719146cb128fa26495e5b71 3400 
node-htmlescape_1.1.1-4.debian.tar.xz
 79b1be472e28542feed85959bd3f98612e555bb198d191452e3f784d90ba2469 7471 
node-htmlescape_1.1.1-4_source.buildinfo
Files:
 c65a84bcf6d573f1ccee0ec07501e0b4 2177 javascript optional 
node-htmlescape_1.1.1-4.dsc
 a7e2677301ac5f74bced9734cf6ac45d 3400 javascript optional 
node-htmlescape_1.1.1-4.debian.tar.xz
 0d7ba55e6cb6e618dae6894323c895d3 7471 javascript optional 
node-htmlescape_1.1.1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/X8kACgkQADoaLapB
CF+S6A//T7FJGqSzRQs90xLFd+pQ8o9heJqj8wBxWiMYw/WIUZhK/EqTGDeQgaZk
cNYqQmjj6efx6auGiO6MCVflUWUVNEHSO6PkxFVF6pFE94ZyrWfXg8luL37c9DqY
QzD2JfSxSVrk0svq8lXFQ6MCEQ1DKHUE8UQYZd66KZdxWCtayb9Cw8K0y8STS3vt
tQLcCGUavJWdTEqlLQ3D3vhMl3WyVZKyk8FiSIpHnTTwo/hY0b0dN0CJ+Di/NZho
ktjHnhQ6k7XDnxyDMXAT99gB5wjo0A8XHE1IosxFNnYLTEZqM/U+78V/QtiYaJY+
1tfFVQ+14X66svrSIoEo7qQz47ppQEtlnqH+pNG5R8KY4oMDsMMgsE58nUiIMR2T
V2CQULm5k547m5k8N+TcOHk2g9gGjgvNzWknIf+hg4i5SVPgPhYDbVj7Ljn0zSoU
tNLrSpHp0HnW4j7Ld7PeZ3Auuj960ugkyimugcHdMEWCCfyfdf6ABWPSU1j70BmS
C6wiBzZ3ER7kxd3/NSZw0Vwe35iYAidmmu/IBghSQFsxPlgSPxfy8tP/GlXpvRl8
1DqLpz40tPjl2DNjeLhOGHPqjHmmko0CIvfo4RLLak8tABB1r5tzxnrjtxyxiWtt
nqFYiBBpfy0HYuymG+AwJAgUBqqGhW3p247RcqqY2pwk6dqpwdo=
=Nf52
-END PGP SIGNATURE-



Accepted node-hmac-drbg 1.0.1-3 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 12:04:19 +0200
Source: node-hmac-drbg
Architecture: source
Version: 1.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-hmac-drbg (1.0.1-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 47602e3b66bf94b4fc48c311971fea6a722e7eca 2256 node-hmac-drbg_1.0.1-3.dsc
 d76d49186745bc30fff9a41251f9b933404a6d88 3784 
node-hmac-drbg_1.0.1-3.debian.tar.xz
 c28f89cc94b7fc130f5924f18798d7e4aa0ccaf4 7030 
node-hmac-drbg_1.0.1-3_source.buildinfo
Checksums-Sha256:
 214aa4460d7334492b21db01fbbe8149a23276e14ad3491bb8e62dc2287dc175 2256 
node-hmac-drbg_1.0.1-3.dsc
 42121290d28ebe2eb48f43eba23f9fb2cd73757f8c0f9f6dc974d4c1ac546166 3784 
node-hmac-drbg_1.0.1-3.debian.tar.xz
 91e0d984745c81e76e89c6d8a3f12bfac5d55700543c01efe5f3c55e3ae2f441 7030 
node-hmac-drbg_1.0.1-3_source.buildinfo
Files:
 85c8cb06aea76b08299078136ba40cee 2256 javascript optional 
node-hmac-drbg_1.0.1-3.dsc
 9f218a2cf69f4ea20df80be1c4c2e464 3784 javascript optional 
node-hmac-drbg_1.0.1-3.debian.tar.xz
 7831efa3a90cce886afab3260fdf3817 7030 javascript optional 
node-hmac-drbg_1.0.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/Xu4ACgkQADoaLapB
CF+e4w//YxAt4P3ushg9eF4oqd/+GlVbwO5K9X8TEAel0DRryy4gp9LFwtgjZSTs
jzJ3Kh05Gdgjv6u1VH7k1laPSmb/1WpvDx/+dZwB2DR3bty/gh9Yg30HNaHIM7Pv
1qtgUS8mxYytegUuJlz4pnh87jb8eEHQeCbV5JykBpIESvz9CoG60bF6VuNj8d6t
fv3GoZpeStNnjhGAWJNH+kthRd+HvCq5o3xTAw86+NmeBSojHMDVQ0BItnp5CMfw
au0vfU4hg2S+QoFhUZ+bbCMVsw7TducwhIssI1hD0tC0gpYWivF003wqJlKy9vX4
Ov10hpjl3iGswUMvjXrYqRtO/Xd9cN+PCo/pdWTdit2eC2YTqEi7nbGa6FWrN3TZ
mAV0pjv93FeZ5hpjhugGrHSKQvlHpumJ3AxlD7tDq9E4rUf3T142NxbeNa5nHv/Y
s7gSVVFyibGdlWb4Ig62M1MScXxC1n/FdSGuv8rEeU1Lo/vDtC2o+Hwcz6nMlDvA
F439Xx3asLTMr88ny36ArfbqR/P5KMddhoX3aYMNbaFcjbfMyP6FRTljiCmxD6cj
3vKJSjhI+lcjo2pgE88WZSNTuNTx12ITovU4h88j4PB4s6lbGl95fCnP2N/bEB+T
9qDAYvKgJ3jSx0+wGT7ejKqQ4s6Ae/aEcqTEnFnnCokCExQ+XD8=
=5MS4
-END PGP SIGNATURE-



Accepted node-cryptiles 4.2.0-3 (source) into unstable

2019-09-16 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 11:44:18 +0200
Source: node-cryptiles
Architecture: source
Version: 4.2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-cryptiles (4.2.0-3) unstable; urgency=medium
 .
   * Team upload
   * Fix debci
Checksums-Sha1:
 b385ddf658c3ef3a3d25fe90dc25bece49f93a6c 2070 node-cryptiles_4.2.0-3.dsc
 8ea203eca472d9ec33ed96f207cfcf8467338688 2560 
node-cryptiles_4.2.0-3.debian.tar.xz
 157898bcd81e1297d56d4938f3ebf7a4b434bd98 5718 
node-cryptiles_4.2.0-3_source.buildinfo
Checksums-Sha256:
 b65eacc041b9624398045ca49c54592f16d178c7d6188bdcab34a5832a58f058 2070 
node-cryptiles_4.2.0-3.dsc
 c58abe36f2204402ce57c31fa4912d492275144afdabf1c2aa3a3c0b2fc97d08 2560 
node-cryptiles_4.2.0-3.debian.tar.xz
 83bae2fd29da42928c33f685692801bea47044c9ce6c9e02d25f9fa10c6cdfdd 5718 
node-cryptiles_4.2.0-3_source.buildinfo
Files:
 b28701ba79c901720749b247ec2439ef 2070 javascript optional 
node-cryptiles_4.2.0-3.dsc
 27009810e42025c7ff127cb2925c3f91 2560 javascript optional 
node-cryptiles_4.2.0-3.debian.tar.xz
 02295640f486b49954948ebb795891c7 5718 javascript optional 
node-cryptiles_4.2.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1/WcoACgkQADoaLapB
CF9sKg//c8Jl8iAbFY1IvVCFj34HGNcOQNFt90G/E4krEh0aiMOpKYyJ0X5tlv+d
WPGs6CxZobf3D3Ph0kdpRBGuqkzQyINKYMVsNb8V9ize5NZ1fqvosvYnxIf/KEP5
XuJ929GWmwZHYh/DtUyYXxebcmgiXFf+SvTRlQaTPgYmpgkp/FMtHgZn/T2qIkR9
TeotmXRQFQ5D//SJ9tKYshj6L/4p5dVt6DIUll3saD/ECKmYBl5d9XykKQGkpEMH
+DGuT7ZDBg0Zi9jEDpJcSZxrmxkjRdX10mdZucRjVyzV0/uF5AVCGr2Xa1yApuTL
cVtEHfrTqdNn4ZZqivHiCwSNWdqkNrHIjD33r2pOkID202griiKlvmwOOk41maze
3AkaEfajnRqY/7QT43HcGruno3gSrV5vFmEcLtjthNKYD7hUFQMOJddsQ3uOAJBC
tAvu4UFY1nwO3t86r/5W6Cvvx2RSgFS7+NtvRYBQp//Z6BbrsEmLhjeaGoCC5qmg
aLSD4l9EFwPwid05M3KX3GSAmlaizngkB3G7GcvBKlqUN/Rhws+U2rqJyY9NunEA
10i4+/RzS4XXlAivDFEHw7DJysJ5dUQ2dFIIfA1IHt5ud0KfNTkrz+tJxC64fgeE
0O5Bt4elSWUhSXiEkifYynsCOWo7X9bxBF0QAIWIx6M/+Lfnd1I=
=qjkJ
-END PGP SIGNATURE-



Accepted node-hash.js 1.1.7-1 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 00:22:44 +0200
Source: node-hash.js
Architecture: source
Version: 1.1.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-hash.js (1.1.7-1) unstable; urgency=medium
 .
   * New upstream version. Fix UTF8 string handling.
   * Move to /usr/share
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 bcf1453a7dcce22a3b61f9c70f75348ca203302e 2173 node-hash.js_1.1.7-1.dsc
 310b14265ee720f9c00bf31d4d9b34e411d0bb6a 23973 node-hash.js_1.1.7.orig.tar.gz
 7525948baa9c0d2ef3cadb3ea457c4b8cef4528e 3776 
node-hash.js_1.1.7-1.debian.tar.xz
 e35c885ddfa40699c2e0fe0d531d6bbb9704fef3 6948 
node-hash.js_1.1.7-1_source.buildinfo
Checksums-Sha256:
 36bb1c7f2d80c2c6daf2491e942039075f7b788e9a844ac3a823c2aafcbac878 2173 
node-hash.js_1.1.7-1.dsc
 8354add18f0ea3fdc873d5c371629f03f6b759e5e54d4df45dd6a568a9decc8f 23973 
node-hash.js_1.1.7.orig.tar.gz
 85d4461360ce200190692f3b1f8e2543931135dbd3dba177eccff75ef44f1a75 3776 
node-hash.js_1.1.7-1.debian.tar.xz
 d8f9ccce69cd79eb351a9046f763ef255d0395bea61a7fd892af47ee7e4859fa 6948 
node-hash.js_1.1.7-1_source.buildinfo
Files:
 117426033738dfe2edf5000856a7f87e 2173 javascript optional 
node-hash.js_1.1.7-1.dsc
 437f7ea703b1ad6a4332ce3f63faaf2b 23973 javascript optional 
node-hash.js_1.1.7.orig.tar.gz
 0bdac4964a7caf2b5d3954206ffebf19 3776 javascript optional 
node-hash.js_1.1.7-1.debian.tar.xz
 5029eaf0bde4401cd0e4a23c79da65be 6948 javascript optional 
node-hash.js_1.1.7-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+umEACgkQADoaLapB
CF92Hg//fOPrFeRY7x59ji+f+i7cUkOFhyI5Yv2+KPq6FLRTgYzAz9Lkz35/PKaZ
j3OwGKqP4kbRlz0bWiTUgiX79/Pdg2FKWjduJrblfS0TMztpnQ+gYEPxUCzAkTOA
BhnkkHamU0ZAH5IyXwOaRvPdDQcAk6IDcPEoO9AbLnWaZaP4PSSzQvzAKnj22Vb+
tfE8vi3n8MLRKMUYLkm7lP1HkIc023c/LQAYsDN0Fqa/aaJ7zNAC67UW9WURkzos
7SPdDlNDych5+SqLM/ma1U8Enb9+3bYpAOsbM07K2fmS4StOTBK3Slf+r+IwL2yx
PtvEm2iXamflnZaGNZB+VgELwOpvZlR8KLv1fX4TFp+KFm1jhcinpbeCqGnXvCKd
+sC5BM9+VmDHERxxuIPzRjFmojy2Ru0SvOBV6E6VjSOQQO1deSeezANOvJt77xjG
NxXsT35BTJo+KcV6enO4Z31fH0V8MOEUhTh/cGeWwLW8eNG7SVlsdfwyUWuItFhe
GhUM6F9Dew5xu074JORBVM0sgWxAOHkhu68uYTUchBRau79pz2hNxKhJE46jTEyG
yD1kePZutxSEC1MwG/gkhwlsnkGsnXw2bJR4UEL67hiVwii/hufnF76Za+1FnLFm
XEwiuDoAIi5wVEAa0N9/fgmmkbM1zzXPAhA2bQhT7jtSB4hun1s=
=TE42
-END PGP SIGNATURE-



Accepted node-hash-base 3.0.4-3 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 23:08:50 +0200
Source: node-hash-base
Architecture: source
Version: 3.0.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-hash-base (3.0.4-3) unstable; urgency=medium
 .
   * Bump debhelper and policy (no changes)
   * move to /usr/share
Checksums-Sha1:
 4c92aeff1c09f7d442f21e6c62a9c1faaa1e9f24 2255 node-hash-base_3.0.4-3.dsc
 145190f325205d06c09965712b5a09a48625a4a0 2824 
node-hash-base_3.0.4-3.debian.tar.xz
 40147a538b83d6c8f07f5f097c9ef142126d9672 7497 
node-hash-base_3.0.4-3_source.buildinfo
Checksums-Sha256:
 1846a53f6b4f92dc0377aef61fb4600a6ea2153e70260a64009cffea9e05f50a 2255 
node-hash-base_3.0.4-3.dsc
 7ccbfd4246b238de8fbe7a7c422535b2907ed015e16cc9f67ae03a06ab38e64d 2824 
node-hash-base_3.0.4-3.debian.tar.xz
 193046a41061b88a3b2430a8cddd97e0eef17a2cc76bd81cde982e8fe95acb7f 7497 
node-hash-base_3.0.4-3_source.buildinfo
Files:
 db30dd1894d63e8c08062eb57b2b778c 2255 javascript optional 
node-hash-base_3.0.4-3.dsc
 178dd371f6a80f86d226b35e7b7a5258 2824 javascript optional 
node-hash-base_3.0.4-3.debian.tar.xz
 68d6e0070435765fe9b607a3b330df3b 7497 javascript optional 
node-hash-base_3.0.4-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+r4sACgkQADoaLapB
CF8CvxAAmPXPyKmxCo4vNpE2wRjvvhELh6Do2r34faEJYB1JUBavAMFZRo8z/3UB
GV30EU3MStW8Yxs6IuMuGJWNfG7eu3sLtz37glFpW6+GbNdyn29VCpKshQN2LCIs
sar+1lp4R0H1zHbTxoZd8hm/hpXHNhjq0K0fERbcUBeOCPm3Jbl3noI1VW7TxecS
7TXqUBAA6Q4CjRFqvPFS6M5pgVxwd/HSct6AzKNJoCoX2ZCtUoEwbhJnEBYdfES+
wnN2mD/+5tn02cm5YGrnOCgM1Kna0b80sVjO/8jc/gUHjUwnfk7+6vMasiEm+oBd
b6hTkA+HLlFxxyE/LaA71XVhLJSoZtECLsJhDQsQHtzVXU3uEHmn7CTV7GCu1ybN
M7M+AVHxjQ2blTU9od49Xfk7+HAOLzzJbVk3nua/RdQrn+0FjwVMq9nBJUVIq/PC
unLqVjjuNwAjJYLRtFSEdn110YPNp85aGmkrLYj2zFFU3SB91OmjB7UlR7trUUVD
UyAO+C6NJZQaxzo8lOxcuc7F0zjBDwwAmPCZzKeZf9yVyfmL0g+fz9AST/xjSmOs
o5ndMtEOZAl0NvrezSqiaArySqC8MXeiOKHudCJOZmFyG6OOxl/S0qd4Oej96odo
72ZeojScvWjnD+gf+JelaD2Ap8Vv7oGN6HL7IWOjykOdhbZfA2c=
=djd4
-END PGP SIGNATURE-



Accepted node-html5shiv 3.7.3+dfsg-3 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Sep 2019 00:05:49 +0200
Source: node-html5shiv
Architecture: source
Version: 3.7.3+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-html5shiv (3.7.3+dfsg-3) unstable; urgency=medium
 .
   * Bump debhelper and compat (no changes)
   * Move to /usr/share/nodejs
   * Only suggests: nodejs. This is mainly a javascript lib.
Checksums-Sha1:
 5acf227d3e9e3b2b43f9bfeea0adead359812071 2192 node-html5shiv_3.7.3+dfsg-3.dsc
 b912da4682f5c6de7714028390521a979644d05c 3444 
node-html5shiv_3.7.3+dfsg-3.debian.tar.xz
 36e6f8f93329af06e6cbbdc31e737f3cdfd0f1a0 9830 
node-html5shiv_3.7.3+dfsg-3_source.buildinfo
Checksums-Sha256:
 b843bd6aea2361e14af0e6e5100840fc10c7eaed92b42e1b8b9c544128f32ae8 2192 
node-html5shiv_3.7.3+dfsg-3.dsc
 d4a1d4f3ac61bad350d2d8d09377a7f809892894af9e054ec4318380808554c2 3444 
node-html5shiv_3.7.3+dfsg-3.debian.tar.xz
 8ab4935a2667c5936e6d04cd2317a013766deeaa82e6b86cf5009ee9a6860a70 9830 
node-html5shiv_3.7.3+dfsg-3_source.buildinfo
Files:
 9b3dda75c9148e5353f5cac095bdce23 2192 javascript optional 
node-html5shiv_3.7.3+dfsg-3.dsc
 6cd778908ace2e56fbdccf48ec02ff33 3444 javascript optional 
node-html5shiv_3.7.3+dfsg-3.debian.tar.xz
 7136f659e91fb6836809e9daa3a27bbd 9830 javascript optional 
node-html5shiv_3.7.3+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+txYACgkQADoaLapB
CF9cvg//XWqyY6jlqd/LYsUVvSiLB5bv9J9ADg1GHWfc0G0zMPGQOO63cvWylp7Q
arhEfNamSUQ+0j0c/O3xggS/7W5f0ERmN6u46jHl3PClXTbWe7FNsqYqTu9YlGaN
8Ejmiqs4wTjbxAnyX5U8r+syvII2BQpdwHUrqonVnFZWkKKxGqjJOAlVtvta2XQt
Ezg0TQQOLlINNmj0SnMnbEdIMV9H75bw69N76tBX+Q0yCAYDy2fbmBKXqq2U8zGj
7HMPB7cegHJeC26iGH2DkTP88p2SJd+8IXO10nPQPxUaOvM7aEwt9Hmbo5I0Amkl
43RqoJenSZSuGQ8fpfWJbEH3OJF4E7yrILaDLDG/oa5abR8DF5XV0q6+rMmXtGdr
uXtJzrbOzUaisOlE3hUpyXcOQ+x75fjBFTj6NN0dABoJKAGLt+Tjr5qhVDwZPNKo
wkR3lwEQzaFX/iJf4yB5mku6JKR3Uj5KTXyWRG3QtscCN0BHImvELxTshmrWuVEj
lsd2TRggOflgaePhPtpf5oHKJmZgb5FOwFG0x5QvkQVIHSJfzHpwshQmOGr8R11A
AowRPZYS6k4jMRe7CWxN1a1XIHCoe5NXY0nVnscoEmmj3FnsYm1ep5AnnYyz8bEy
aJqFj8Atxh0EjVS9/6yKWKqJX7KsVGae5kVhy4i/0huhMfjvhRc=
=2pb6
-END PGP SIGNATURE-



Accepted node-hash-test-vectors 1.3.2+dfsg-3 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 23:43:53 +0200
Source: node-hash-test-vectors
Architecture: source
Version: 1.3.2+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-hash-test-vectors (1.3.2+dfsg-3) unstable; urgency=medium
 .
   * Bump debhelper and policy (no changes)
   * Move to /usr/share
Checksums-Sha1:
 2cf4efeace438a24e9761e98b55209bb2af65195 2209 
node-hash-test-vectors_1.3.2+dfsg-3.dsc
 f8cf025a20a04462a1b4bb937ed089394069b10d 2692 
node-hash-test-vectors_1.3.2+dfsg-3.debian.tar.xz
 7e1032e5abfdf2ff2a1251d0c3750d1012b495dc 5709 
node-hash-test-vectors_1.3.2+dfsg-3_source.buildinfo
Checksums-Sha256:
 5eccc0233a87a9d83c709055e4d314d58de39a1dde275b457e3de4672c3cd950 2209 
node-hash-test-vectors_1.3.2+dfsg-3.dsc
 d2d14a7efdfe5daabe4612f9daef86e3039fe98892c6da2e4423fde3e945e415 2692 
node-hash-test-vectors_1.3.2+dfsg-3.debian.tar.xz
 650e148171ba21587ef918f05a2dac2d8068f859d213cacd4fdea1c073fa00b0 5709 
node-hash-test-vectors_1.3.2+dfsg-3_source.buildinfo
Files:
 615160fee653f6c813a8450df2ff47cd 2209 javascript optional 
node-hash-test-vectors_1.3.2+dfsg-3.dsc
 33030bf090d8fc5e49fc141891132a86 2692 javascript optional 
node-hash-test-vectors_1.3.2+dfsg-3.debian.tar.xz
 edf1fa2a34bb186bd7a2024b062f8478 5709 javascript optional 
node-hash-test-vectors_1.3.2+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+tPoACgkQADoaLapB
CF8iNA//cRO8md/Hw/tcqK62V9Xp4HraTqRXFon0AC7yJTcI2tJNsGC3UQL96k9a
0IzP/hR6eAiRVC9Wc2pqJ2dd848xKf+4MvZgB01vdUWnuHjX51nCCZ05bjDaLU/p
hPXQjr2Ji+FsTG1v/mjw3m7cnidPvnTzugEQJoxPXnWcBxKZrqy1FXKjMlv5LKe6
Bxcdmm1RExKGA3ojveZwn6vf6kiWiEFRzdmJPDnrtKTEBwJlgK47j2zUDwYGjo62
azoFd2tyPp4wmM69G0BA6oloGS95mMIbbpPz/NDykkFeB0vtlgFrdjclkn9R7H12
3sZBKhZMuB0TMMGaPxho8L/rLg+nKgAtJyy58vh8yEBwU8cO3OP4HZKrCq4j6pFa
dtU4a6hIsgbX62rEXHbRSjEa2DqcEqLmTkhvU5AucLPDlevEVQ+y99qBRH1w/oB/
ShHYelJLwc0LBFzr3U+w18FM+hAFQg1+yvrYMVJ6P2I33x6UbbvmHxZq/wDWwdQ1
aDw1aonjvO9RLvlNEH1SJxD1VvmAM3PeuQcZg79Tdiz6ZE+7D315HOoADZ1uRK2i
37T0exWayFjuutKpmRUlThglTrk4J8rIpEdK6RCXc3DEYXjKemfW95/gw6jQpe1+
F6v2F3Bxx/+bqYMPKtb/scDeZ8AQ8q1+lCgVbi8KEAE87Em5+M4=
=eMVr
-END PGP SIGNATURE-



Accepted node-foreground-child 2.0.0-1 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 22:21:12 +0200
Source: node-foreground-child
Architecture: source
Version: 2.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-foreground-child (2.0.0-1) unstable; urgency=medium
 .
   * New upstream version. Need recent node version
   * Move to /usr/share
   * Move to section javascript
   * Bump debhelper and policy (no changes)
Checksums-Sha1:
 4232a27cd2dfd1273b706a9202926a0f6567b6b2 2220 node-foreground-child_2.0.0-1.dsc
 5841c2f1d6c1f1e033b23aaa9d3fdf93e1073568 34975 
node-foreground-child_2.0.0.orig.tar.gz
 a0e43cea364686bf7fa383417a4c6fa195c137ec 3604 
node-foreground-child_2.0.0-1.debian.tar.xz
 fc701b47b9c7abb3aaf9f9c0e90ec5719f379462 7199 
node-foreground-child_2.0.0-1_source.buildinfo
Checksums-Sha256:
 948d1576104da0e0c26089b57d92fa6f1d0309a4747a5004ba3ed633084eb001 2220 
node-foreground-child_2.0.0-1.dsc
 79d313a55e6a5a607c42d1d2e87fb68bd354aa087ba7053914dd470d91ebf997 34975 
node-foreground-child_2.0.0.orig.tar.gz
 114e7e0520ced71b96c107ae77727406c01cfb9557e0cf63be83c2af9ae5c75c 3604 
node-foreground-child_2.0.0-1.debian.tar.xz
 94d59b602783678f67d4a63752dff12193e359cee4bdd4900802e202092b181a 7199 
node-foreground-child_2.0.0-1_source.buildinfo
Files:
 0ca23015bdc5bf1074d6c1a184d9501d 2220 javascript optional 
node-foreground-child_2.0.0-1.dsc
 1d6edbb936ccf7fe8843fbbc9854245e 34975 javascript optional 
node-foreground-child_2.0.0.orig.tar.gz
 eac2cc07d6609f356bbf653656864cd2 3604 javascript optional 
node-foreground-child_2.0.0-1.debian.tar.xz
 b03186e6b6571b1345cd469249d04bc9 7199 javascript optional 
node-foreground-child_2.0.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+pwIACgkQADoaLapB
CF/29A//XF7nKjEotcqgoMYLTQ782oX2EjxNVCGkxx3zGWkXiu3oqsOB/aliclWX
OGJ5Tt+XfGCOA6WUHdzAkkEb9CgZUAxSGxoAQj+JJ65mdG9u7NfHqpf5FYzr5/ki
xD67BZ2J8DfY4cNOsQw4x9M9KqxzYRZPnLeTrgP2e1RIompEGgNuu1zdKKczYV2P
YX7+dY36crpYfNp8OpvQVLyroVY0JTx4k+jUYge44512Bj8HvNlTsdl8Ul1HeeEn
2RNs4dgU88CconI3uTn3JDtrcsXkJkPrlF8z4Qn2mDRtfpk8aEHrsf5vJ3wxTYHS
gJoL5FPZXL2ExIi+x/EMM9jPxyRXPDvTR15V+DjpdFj8KkPA5Rg/BJzcdgZ0nkuD
HvzaZNoRnXpBo+u7FTS/x+XxtvF9KHmaFgwqfInuOzUygkD4WAhG3SkP5c+ScyNL
Aj9jDrPnh1D5PMdtRJTPQMJu2hYoqR6+gTtttUTaxNIISzfCHHUtlUStOwh2DzK0
OSW9SOAjmAI5haHUjlQ48/PGhsPrDhmJ1Ug93lFbRzHB0V9xzmTZxlQN9Q8CdcRU
dCfy2t5u843lBSWulaJFyTcxUNjI07XtNz+mQSiozkkur2RY61gdQ8+0IY7na14E
mKdnYfZ07WnfUiGginUYLyDDlM/YJ5wJ3+KRD8wS1JNS+c+F7tQ=
=YpVD
-END PGP SIGNATURE-



Accepted node-evp-bytestokey 1.0.3-9 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 22:02:53 +0200
Source: node-evp-bytestokey
Architecture: source
Version: 1.0.3-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-evp-bytestokey (1.0.3-9) unstable; urgency=medium
 .
   * Bump debhelper and policy (no changes)
   * Move to /usr/share
Checksums-Sha1:
 ebd058621307a83236c8ffdac9fe8835a1067023 2488 node-evp-bytestokey_1.0.3-9.dsc
 b715984eaccee1ba9c5c9ef81cd514f655030efa 3692 
node-evp-bytestokey_1.0.3-9.debian.tar.xz
 2e85eee324cc69f8121de92e9c36e975e98a5a04 10176 
node-evp-bytestokey_1.0.3-9_source.buildinfo
Checksums-Sha256:
 ca921e1de78f07e3084ccaf789cb1aead0270ed93c7c7aae376d7cbca4b87636 2488 
node-evp-bytestokey_1.0.3-9.dsc
 37cec199cf0d3b6592fba23a8b9c10270a992588b8bb713a573f771f154b541f 3692 
node-evp-bytestokey_1.0.3-9.debian.tar.xz
 afd0db9cab3671b00d8cb1599295c79ad1ccb7226175de54c614396754906d23 10176 
node-evp-bytestokey_1.0.3-9_source.buildinfo
Files:
 a793175074df632421e3975abf295d93 2488 javascript optional 
node-evp-bytestokey_1.0.3-9.dsc
 1b2c6cbd188401bee4cb2dc501133c9d 3692 javascript optional 
node-evp-bytestokey_1.0.3-9.debian.tar.xz
 f607d95221ebb3bad497c82d897563f2 10176 javascript optional 
node-evp-bytestokey_1.0.3-9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+mfgACgkQADoaLapB
CF9W/g//U4MtxAsYi+gCPX0vYXjTz9nwvKBpoVD0fvdnEsMe9yEwts6DR+vFDwA6
rEd+hfeMyna7iIUe6dHhgUxKSnf45LC5FI2fCgd5ikJDxbtu61Pv4MbPkXrOHwcK
5zFFAZu7Vj9RGc8ZDQIlZWg339nz6UUas7N4lnKu487dkpKseAyaU8dTV5X19GZn
IkCtiVoT2jKVE5jt4wV0iejo+5zbCLGKNslJ3eAntrbrD6gTldejy3iCb+0GAgAW
vsqeN9bkibIzSVWBw1DRRaNasT/MFJNIVklHO6aoZIXNm23dNIAa4GIdLeGqo9sr
UQHq0Dqa3nP7b7ESPSV9iucCRXlheP/cY3wgJVY651Z96IC7LzVSEMXDFUcATVIC
JjmnqxR+GTvRFATqod03ntA0+vYItLyaX9t9p2WGd8z3a0gyrdw64MDdyZ6O43S6
NRfAxG+lGZG2hrYTyOY9f9MGzttZ0gwdb4kIlVx2teNzd2u/FYnaL/H0ust1p1CU
Qmi24Hw07YOKBFTWUSpjioIAHKikqivKSYcYfe7vZWO6kgn3d+a0G/PVb9eFISrk
VdKvJMZeAGuDc+IgS56C5ohsgcNV4bGJu0FC5KY5Xjnx1t8e1Vnq4ndHFl7UxTOo
6U5okBfbu7pFP+066WVkLZD66DZ2fIPHM/Audtj2azCyxdQ6i+E=
=4tQ/
-END PGP SIGNATURE-



Accepted node-falafel 2.1.0-7 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 22:08:55 +0200
Source: node-falafel
Architecture: source
Version: 2.1.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-falafel (2.1.0-7) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy (no changes).
Checksums-Sha1:
 e02a4da2668c8124977a55c04e8752be0c097e96 2376 node-falafel_2.1.0-7.dsc
 98dc87e5e8e4456d38654717110214f8dff305d2 5048 
node-falafel_2.1.0-7.debian.tar.xz
 0eefa13072263d4d43ddf01bc5a6ff24b2572a16 7566 
node-falafel_2.1.0-7_source.buildinfo
Checksums-Sha256:
 f66081bce63eecc21e67589871afaa47399302594a31b3d518a2bafac07308d7 2376 
node-falafel_2.1.0-7.dsc
 944e9c3cd339bc6272007e98e13ea910e4ea2aa94c73582667efb66e28fa556a 5048 
node-falafel_2.1.0-7.debian.tar.xz
 479ed166b286ed140da779bc4d789ce0c438ec18535d6e6762f6f910f2b27d59 7566 
node-falafel_2.1.0-7_source.buildinfo
Files:
 8c804ffe80d85eb6db9203ae20112d01 2376 javascript optional 
node-falafel_2.1.0-7.dsc
 8b7c7ba9265712816093960ddb828b18 5048 javascript optional 
node-falafel_2.1.0-7.debian.tar.xz
 3e0cf3b81647ea2ba974f72df6730e4a 7566 javascript optional 
node-falafel_2.1.0-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+nEgACgkQADoaLapB
CF9W7Q//WjRTZC+RudnaOsLYAnIUym8Lrk3eUfX3AOxULNCwED9dP22/8NrZHnwn
tJaDYpBQdzw9cLwyP9Z6PQHAjPFyxXq+tk1XRdVBjmQeQOl+64r/0ksBbTF9e0qF
3l658S68fFA2SCaaH0uDxWcLHXXJaSaLK3a1JJidsdXxLYMIGgYoV/iWIGcQzmXn
/DeEEYEYroJ8/oSVLQ5q6hvqr78j8ZZkP+ipswv6wpq7j4pHAkywkXp+YXZhcAlr
QyUwgQI/b633aX64lCL5eO8u9AB3yqbNcZoCMNZgaN0kF9cwXUYoumP4hkbmGso7
qoqY0574DDnKyrMl8vyCc8S2h4v157vM/5r6AzPTCTl6vIuWtVp+dOrHN9xcA+hL
SqR/4rVboESWhtNdyiCJ326YlN8+YZ486JcBeiXit5EfDFJP0mtyyJn+32I/tzCh
WEiUrzB0aoERTC3U4iw/QXgv201ll1e+NqTIgcVwOtmFE72LRHtbpLGm4qXpF6QS
+QqI+IRCtzOUv9fkml3Jzfr2j1j5tOToQT/HsSsSbRUSK/Db9ZnauTZhELJLjKwz
3WAVuVJ065OGHgXdt7hn7wgWR5BoEZAHQup4vec6UtLS83qMUha/qOcy1AAF13dc
aAvhGoN0jIVQQv7lTUW04TFxj68M22dZKVh/y8yICnjGcl+TMJg=
=3djK
-END PGP SIGNATURE-



Accepted node-diffie-hellman 5.0.3-1 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 20:56:12 +0200
Source: node-diffie-hellman
Architecture: source
Version: 5.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-diffie-hellman (5.0.3-1) unstable; urgency=medium
 .
   * New upstream version: add license
   * Move to /usr/share
   * Avoid warning with buffer constructor
   * Bump debhelper and policy
Checksums-Sha1:
 4f7d0126cffb6675d5110dbe52f655a93eed547b 2375 node-diffie-hellman_5.0.3-1.dsc
 222f87597d5f2752ae3da07c30e9802151070fca 6464 
node-diffie-hellman_5.0.3.orig.tar.gz
 e3e0ccc5657d4ef7b6ec70b53d324159813007f5 4200 
node-diffie-hellman_5.0.3-1.debian.tar.xz
 65a8e33554a4cecfce3d40f47070bf8701e3256d 7637 
node-diffie-hellman_5.0.3-1_source.buildinfo
Checksums-Sha256:
 f1e8b0275e4650666d993cbc1aa233dd7d2725529d985a13938ed373bb58b732 2375 
node-diffie-hellman_5.0.3-1.dsc
 7a03173a6fed304dfe6ad2b9f1b551a241eef35b09f81ec962ea72f8fddc07e9 6464 
node-diffie-hellman_5.0.3.orig.tar.gz
 39083aebf06c50fa5e90138991c79b63eb12011a6e3c0ea40b0d2cea22f8 4200 
node-diffie-hellman_5.0.3-1.debian.tar.xz
 d510a4ebe88f07714a5fa3fb702945dc4c1d6e192073f0bff2aad6236d14caff 7637 
node-diffie-hellman_5.0.3-1_source.buildinfo
Files:
 b5dcb43defdd30033092790e8fb5487e 2375 javascript optional 
node-diffie-hellman_5.0.3-1.dsc
 359224c1e37002a7e2fcb23f8395ed62 6464 javascript optional 
node-diffie-hellman_5.0.3.orig.tar.gz
 3bb706c06bd6e512dc6d17abeb93ee56 4200 javascript optional 
node-diffie-hellman_5.0.3-1.debian.tar.xz
 fe8d2c7e509ff804745614923d4a796e 7637 javascript optional 
node-diffie-hellman_5.0.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+l8EACgkQADoaLapB
CF/Z2w//U2xWfpBTiLbv7mSIfBKssbo3r64iruKpxAMA6rx1nnr0pcL2R+oGZQqS
//99pchE9i2jy7vcylkOKYEyqu22v2Hwo7d2B26cG5isdPmW/n4Jqqtcixz/WE+6
cWI80Swhzqu76p4LSWLvszdPS33Bg3tFx5mGS2uf42oUCXjQm5Y+LEgQ6EyyxFK9
k/cDn3/SgbSkuTBZFfAoSGrjI8igemG3+3HCw1oETnpkSKaUIP+CZQNjY782FHXJ
a8lsfIOzIFALufr99kKcw3bZ3a16ncPEFoLzPJQFJGBQtMTy6NPjt2Yxavv3N/Qb
mSem9z7xCn4KjV/ClopgXwhJ/ZNDyZCeL9fualGdx9gsifD/eORmj8SOatuVLT25
BnYkEkTWAb5oLpRhxy+vahDAai2Xn/9GCstVqV9etD1BVrL6ugzEWqXE8WU60OQ3
E/yu7FfkCOz+rIkNRn0+k9osIojbi6Tl9yJVckcTWQ5EQVwcEDmSETMddagwt2tn
nCp969Up1n/CJCQ85Ldd035+FTMAXs9dwwn7qcykNHcUDWyYaBTvq9+nkJhCEHD4
0YYaEgacT6+Zr0hLCxErpC0JrGka3HeKgiuy0OLAbho1Bl+1yCNI5+E+INU9FMYz
G9NnX0FM6iMhqVtLGLtJtUGj9Wl4qVdEEjGXPo8wokNpB/xsdBU=
=K75b
-END PGP SIGNATURE-



Accepted node-detective 5.2.0-1 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 20:40:46 +0200
Source: node-detective
Architecture: source
Version: 5.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-detective (5.2.0-1) unstable; urgency=medium
 .
   * New upstream version
   * Bump debhelper and policy (no changes)
   * Move to /usr/share
Checksums-Sha1:
 d34f889d896a872b20d62030f991e2b0cf39fd03 2250 node-detective_5.2.0-1.dsc
 b13a42ebd230d836150fc063b3c18296b025 6825 node-detective_5.2.0.orig.tar.gz
 484ea53cf006ffe423dce7db1c58831d41eaa08a 3608 
node-detective_5.2.0-1.debian.tar.xz
 ac1d2a0627db8c281f51c9159438d0beecc311a5 7273 
node-detective_5.2.0-1_source.buildinfo
Checksums-Sha256:
 203e98bf35eda4397e0ec3adc52e5b0fb8716bed7eb07cbf49deefe6341ffd03 2250 
node-detective_5.2.0-1.dsc
 ce671b09e6e0370a35aa1733734a19e88317195ca82c6edb75aedcadb918723b 6825 
node-detective_5.2.0.orig.tar.gz
 3463b89af7894c6fdc580a0f9bcacc04e318b6e28db54431e7c99e3c7ef009fc 3608 
node-detective_5.2.0-1.debian.tar.xz
 d8ae044f983cb8755571d910ef23a17e8829d6ab0aeb6dcf53c2fcd47ad96fc4 7273 
node-detective_5.2.0-1_source.buildinfo
Files:
 e14585e0db1633a086ca96549caffa35 2250 javascript optional 
node-detective_5.2.0-1.dsc
 54bebcead33ec205a94a507dbeafa921 6825 javascript optional 
node-detective_5.2.0.orig.tar.gz
 ec175fb261c30e7c83ef414dc4cafb86 3608 javascript optional 
node-detective_5.2.0-1.debian.tar.xz
 8848d42d4cc86696372de853b9af6609 7273 javascript optional 
node-detective_5.2.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+iBsACgkQADoaLapB
CF/GHRAAgtJmufEZ9bnqzP6lC83GNHY10Q6vxfnEubCguQfJHYcEdPT9AxADDarD
kcg9wutO/unHlwbyIplo9cItVeCa/Yi3zfp2UJJ34pwDOrF6k8uyLpCUI1iO6KaC
Lp0kjCV1z62Lz6TJ+9VQevkxsaCzpMsT1e1imZ1XmA7Tbg+pABvkQkB6IjGRr14x
0VDKePPX3WuM42iHsB0sucWspz1dCI83A/jZ2NpnufIIlUL413iBCc72qHrYIlSk
qvoEwuGkDegxoXT3NG91+nqITyzfaVcWp/sznaIk3qNeQv7bam5JXGxO6xMZ/tME
0AcUHCZ7lVh4tOQiIc7SvR1T+/rX0ZPwMZGlG3I0dy98vLddIM/HuQu1xQ3+S/kS
HB5WslkLIRCp9iEZh3unYONMtX+XzxOIHvh5dXJBLT6y65Jn+4318x0LdUVXY0MS
HIJoihZs/VaqWEWGsnYaok5m0PrYH5O814fJtUr94SdXz3WabIWEbI9vWC2AYw/D
mvoOLsJVaMxnLiWWCtJayeJuspwRlhUd08xD+eZBFTKGGKmL131fARt1+z3FjxaL
HzvQd2bccnnAb9eUDTYptw1HbzNkvUIgKZ6VmAfNkbiOpEXHO8IsCQbkE6YG4wJC
hAfeUTY3+d/REseQEm/VZV5TfL4plGH+IbjgnNSiIDZetjt5kXI=
=JHnX
-END PGP SIGNATURE-



Accepted node-des.js 1.0.0-4 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 18:58:46 +0200
Source: node-des.js
Architecture: source
Version: 1.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-des.js (1.0.0-4) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bumb debhelper and policy
Checksums-Sha1:
 2941d571b39969e1c45bde6f860908d9e6c940b3 2166 node-des.js_1.0.0-4.dsc
 ffa691e236dbc560f8e01697cad11c1337af4d70 4476 node-des.js_1.0.0-4.debian.tar.xz
 b673e1c21341370815ac5d57a3348764717e0b7d 6943 
node-des.js_1.0.0-4_source.buildinfo
Checksums-Sha256:
 b711b65b7d0bc6d447c387dfc5d2a51c24d87a07beeff989a8e332240697288f 2166 
node-des.js_1.0.0-4.dsc
 04e3567fdaae3cf4478a6b742113eabacdbe1a44a7f717eff54ed621426eec79 4476 
node-des.js_1.0.0-4.debian.tar.xz
 e0549c4bf1964155f4032b0c9ec6e23628c8bd49dcc532a041a914d747ba809f 6943 
node-des.js_1.0.0-4_source.buildinfo
Files:
 e790a6065355eda1fff29383895434d7 2166 javascript optional 
node-des.js_1.0.0-4.dsc
 f2495ab149bc48c4d2d3a05c5d138943 4476 javascript optional 
node-des.js_1.0.0-4.debian.tar.xz
 df36131f34de9b5a8c46f61ff88f9f85 6943 javascript optional 
node-des.js_1.0.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+bkoACgkQADoaLapB
CF93gw//cXHwtHvn9TgyC37oXH4a69LGnnjfX/J0BlHc6eEi7PSFlioFj38+A8LT
sxNvuiDq5gqAHC6p1pN2JhX7f74i8PfO72QYX1G2JKO8hx+e4TWDtzdi+RJZBvXj
eq1A+oJdtJlw1rDUNEeP9B4jY1xejhzeEbdAd0n56j4Hv+51rlmJsCHN2RZpBfNH
vj+QkmjT0kwb3M5hpZvrYdL+PVR/hzoHnfd4h0+eWu8npG+Xjne5QiWzov9vhqVh
0IEYq4Q+6gbb/yYE9H5ksLNtF362Bk2P2rz7YzZnpcUeL6KbpUtErSNNU5S5kxKz
96A0LKe4NxgcVutOBdyHqjt/lH6CwL793sycdqvHAG24wT826ObU/bAc3QSKH50E
T8wZ8EkH/oSXL/DqXrEdw7JIO7r4+BYxaTnC3s7DDanmdCA3rryxBVIHZ5MmlvsZ
370B7lH8rgiNxKGIgHMXtkFHvLGAjj0echvhVZPFdeeUxDyS1dk28Q/RF04636kC
H+zJe2x2yvUKCTfZAEdXCqmVw4qsmGkYQ1AzoNh+wq3zALaEJ9N7MNGLv9l00B+m
fcHXLCRuhHHDz8CQcnlVK0+dYNZwHVEIWoUKpOUjk2XXbTiV+LPlP33tm8C0/4kD
P1l8YZyIz5b9VMFHfYiBiJbXq+B/IZYAPfT5OjAze1Ix3ufIgoo=
=zKcn
-END PGP SIGNATURE-



Accepted acorn 6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5 (source) into experimental

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 19:06:54 +0200
Source: acorn
Architecture: source
Version: 
6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 acorn 
(6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5)
 experimental; urgency=medium
 .
   * Really install acorn-export-ns-from
Checksums-Sha1:
 25a7a2072aa2390cca3463042e1b89158241fa76 9900 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5.dsc
 704f2c018aa34525058aff031c796d673e837c68 15544 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5.debian.tar.xz
 f59507747520d6db150f25e0bde2c1b6f46540ec 16919 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5_source.buildinfo
Checksums-Sha256:
 a4692a347b421de4e5dcd7a7ce42c0feda84cd0fa8d2b1eb59b3702f93a1494d 9900 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5.dsc
 7b5a92878af57a86b7285e1d2ae21ab5eabec3ef5a769abe8da527f7ebcb629c 15544 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5.debian.tar.xz
 c8695ea36d26a8421d1902afe4c32ebe299e9e44fb9680862c1bddb93768f167 16919 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5_source.buildinfo
Files:
 ac078df76c95a642bf0d6eba8df2eb5f 9900 javascript optional 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5.dsc
 6023064bb582591edb7d6966589932da 15544 javascript optional 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5.debian.tar.xz
 3dd7cc3d15ba75d1551cc311f0938ace 16919 javascript optional 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+b/cACgkQADoaLapB
CF+bRxAApKutB7pYthbjpC4hW6Eo2Y2+k2gyPjWrzQefWUNflu3e6J6NwN/iyE5K
rOfw0NMLvRMK7hKypPT+MTyoDirAo/bAoBUEt4H0bhuInGbI/J9EHq2lqC0OPDUL
wfJKBCBqqGZOP+1MPD1Iap/DMVbdCOEudpJPkff8Ja0l8PsDyCLvUQ8kZHGhref7
ZQDCRaVfSAOr7kqPFElMeh2aBlKQe9SfOIWos6VLLjdjzVS1qN1pJfShttswluPh
W5n8H0d1aQaTTqZ75EqQh+GUrBupiIprGy9ps/RvwsPowTGzV7rEyEtmDhf9xq0h
YKPheh/fuEd1ob4wnzVTmzbUNxEAo+23tmDdxOWfe2rs1GRs4gWMKjIPlX22sS7Y
iQ2khF8EuLun4a6IY+btmTLJCLUCJ5O7cf//iMfVjDhdGi2ENmicFiPrYCiy6f3t
OMZ3e8AcMTOSIOYbQ6W995eI1Q8YLJ+6tgV3dkYbMzX1NOeOMrrB/8nGdQRksur+
TD3WkdhPFNrjSdh/67kCr9EMkMCHYCMfyqZ1osNlHIsIxeEdb6viWKkiYT94zdWc
4Fv0NoW4B5aGkFzbstc4mm+QeYHQjKVpvDwBZcrDpnZM7JNVyzASCLeF9QpokqO9
0m3Utg0+T+CPj73CflyWLoz58ZW6QLQGrhLNGB1lNgZ7CxaKsUk=
=2qlz
-END PGP SIGNATURE-



Accepted node-dargs 7.0.0-1 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 18:39:11 +0200
Source: node-dargs
Architecture: source
Version: 7.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-dargs (7.0.0-1) unstable; urgency=medium
 .
   * New upstream version: install types
   * Bump policy and debhelper
   * Use pkg-js-tools
Checksums-Sha1:
 97c7008a4fbbe12b18604ee0b4294ac935137f9d 2052 node-dargs_7.0.0-1.dsc
 2152f7372ac6b1c6c93e15445713e62df6a73f2f 5031 node-dargs_7.0.0.orig.tar.gz
 2f366afc26ff4fc002117f00a2798c726d45dcc0 2944 node-dargs_7.0.0-1.debian.tar.xz
 64bb22df1dec930c9d1830fc30c0a61291421837 5684 
node-dargs_7.0.0-1_source.buildinfo
Checksums-Sha256:
 606bfb0a94e8ab0612534c78d63434ef9cd6724194433136fbcf4e10694dd327 2052 
node-dargs_7.0.0-1.dsc
 e6ff4a8816f6a9687f5062ce2fa6c4095dcb1054b989e8cb8970969acaea01c1 5031 
node-dargs_7.0.0.orig.tar.gz
 d8db2407357358ffcfbf13c97da10d0275b718867320a98b02a2c8a2d7e77f84 2944 
node-dargs_7.0.0-1.debian.tar.xz
 6fceb65d8f2e211e1d6cc75e9d7ce138fec06dafd416d3d3736063b69b361e7e 5684 
node-dargs_7.0.0-1_source.buildinfo
Files:
 553c8ebc2335c1567e6724e890c90d97 2052 javascript optional 
node-dargs_7.0.0-1.dsc
 1c9a09967d85ed410b6ac90f6999e11b 5031 javascript optional 
node-dargs_7.0.0.orig.tar.gz
 ba217f34c4c623c89574ed52d037daf9 2944 javascript optional 
node-dargs_7.0.0-1.debian.tar.xz
 df6f2197606aa8bf03c399b9ebca563a 5684 javascript optional 
node-dargs_7.0.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+avkACgkQADoaLapB
CF/FTRAAlzdIua2JRwOy41OQKuEP5AFDzN29j3kr4mmy6D8iQQXQNFt3VNnfcyO0
AIJ3rU46TdR2R0SBvuYAFQNGqGQI348Shs6yxrhf7I7CIjCoD8OLrVwxC4bcYQ7Z
NPUpTpwW4slnn/ywjfddKQU1jsPsTr4QsLKNOAfR8HIT0uEpH9vu3Jbn2FzLd+z3
3XfU1dsubIl5MetQGU50eNk8x+5k9drNVQwaNri8sL81D3H8T112ys6jBeWf4nzq
asEP19IyWDWX4d2wPUNwqxzhomyBqXFnplCH4au7hvUlz9AfyxF2r5agCROPBZ34
X15EIJ8tMfLgBac4xrwkWtEPNsMsu3e8N9lgoVeslgCSt98QdDx8kzZN5P791FeK
p424qDuStmRCTM0xqI+N04+oKNESzAs8B4cOTHrmsNFrSfJ7jrIu+16OKZh1bTJr
/jP0y+zHxSsuKZdz6ENPIeDchjlN5CUg4cqQrHK6vyoa9awCrwngreqgMRWHDhKx
55M/NiXf/rADWc+ZODaRc3O4+MB11VXh4I4VS1M25KA062X1ulySpc5k8xhpjVF8
YTIhpWl0l53X1PRzKSes9VYgrYYMNmJnl78OKt2EGis0QTdEBz7x6D3rryQgiJrI
KJAzCpLgRdkN39BVBdX19JiCyCt6C4OYAZkxz5bRFSeQzxCV8IA=
=ybo0
-END PGP SIGNATURE-



Accepted node-deps-sort 2.0.0-3 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 18:51:59 +0200
Source: node-deps-sort
Architecture: source
Version: 2.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-deps-sort (2.0.0-3) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bumb debhelper and policy (no changes)
Checksums-Sha1:
 27e3efd8ed38e1f14ce61bbb8910fd8baa7e0cee 2272 node-deps-sort_2.0.0-3.dsc
 8528e02820f7b2799864e98e74b11932e2f6b0c6 2996 
node-deps-sort_2.0.0-3.debian.tar.xz
 5ba2d9838772589b7bde391e17d914611fecdf01 7711 
node-deps-sort_2.0.0-3_source.buildinfo
Checksums-Sha256:
 20dd8f8f1a71f0f76788321986fd7ebc1425792a76b119498a76ffbe7b2f98d4 2272 
node-deps-sort_2.0.0-3.dsc
 e4d8913382bfce938cef70073bc2ce45c6c9eedc51ae5d460b6d138216c7abea 2996 
node-deps-sort_2.0.0-3.debian.tar.xz
 4754b50317ee4835672ead3f5842b37b812d8de44978617e90b845b0738e7373 7711 
node-deps-sort_2.0.0-3_source.buildinfo
Files:
 2d78479e45689a4da9cfb0e8ad713d6a 2272 javascript optional 
node-deps-sort_2.0.0-3.dsc
 79d3e06dbdea0a82750f9337e616cb4f 2996 javascript optional 
node-deps-sort_2.0.0-3.debian.tar.xz
 0433e82e528d980bb7d7bd884bf9dd88 7711 javascript optional 
node-deps-sort_2.0.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+bSYACgkQADoaLapB
CF8xPxAAiO5sSImJHQH/1rtBRtCv2BSLXAa5uy1t7x5ggO2wmnOTS/Xpz1zuWi2r
ShJ+E7K7kOKNNF1RyjMqWOxoQHpV3Pt7wpQ3HUUdT9P+qFWZ9us0sHTeJTAG86rF
1V7eT6G7EgBNqp1kO/MJt827ioLvzfdOvk0KqNSgp/OKG1cF0Or1quBdXHTdlPtz
BLsjC7gAvAmyfpn/zqOT+7Q4Ns1oVQPGR+idrf7VmJoUsFLAATKx3YgKbFgShH3T
weClD/KiVHGSWeBSFYuVNepuzLaj/YOE9j3rUkI6LgXTP7kLw+0HP14hG6GLpg0i
NEXz8zGPg2Sxoy/kQ3jm7Gmyf7wMFgkwI/1UyQ4Z+dti8zCKitRby7EaRHDadvIC
6qmsTQXRm8+DIAv6SfWEOvcH0uIdiWrfCw4nCM9Xupb8egphllJXKEmK+2Wigezi
boJYcUAsrPPQcxWn70dsrt4s8CKP1b7/uCMn7kvSCNeu1tw35DHH69yP/6bpcXLc
fn5Bq4WIglemDKFyeYWvBVjKj1hGfnjjETbAkhx/6INnP6Rz96EhcI3UQBbJSpji
pKhSaybOdN0P9lY19q55FDMMfy5XDCjDhywaHkzLWCIqVI0+eFCYEvl5c9ajv6lP
NipkCLECYpGUhWH63S4X6WQodhbryAnSmvC0jLxPl4P+4UfLAWw=
=XYEr
-END PGP SIGNATURE-



Accepted node-console-browserify 1.1.0+20161220gitf0a8898487-3 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 17:48:38 +0200
Source: node-console-browserify
Architecture: source
Version: 1.1.0+20161220gitf0a8898487-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-console-browserify (1.1.0+20161220gitf0a8898487-3) unstable; 
urgency=medium
 .
   * Bump debhelper and policy (no changes)
   * Move to /usr/share
Checksums-Sha1:
 6afa4e0d14fef8dd2e10c469e45315f2c8097266 2411 
node-console-browserify_1.1.0+20161220gitf0a8898487-3.dsc
 94ae795ca2b89a7ca5681a8d4aa741bf844d0f72 2960 
node-console-browserify_1.1.0+20161220gitf0a8898487-3.debian.tar.xz
 8f3c9f3eb1bbf4335b06451e58b81eede7b48431 7599 
node-console-browserify_1.1.0+20161220gitf0a8898487-3_source.buildinfo
Checksums-Sha256:
 f3935a6c39c226c648bdd270ea1017fbceb801138fff91401f6655364d58b400 2411 
node-console-browserify_1.1.0+20161220gitf0a8898487-3.dsc
 594e18094722925bd86e5afe194cb393fdde726c87b1ad4ca8e9fa83dca6ba2e 2960 
node-console-browserify_1.1.0+20161220gitf0a8898487-3.debian.tar.xz
 491aeded1e985c928663ef6bf17066f7f065b77f1822692abf472a52d9ef038f 7599 
node-console-browserify_1.1.0+20161220gitf0a8898487-3_source.buildinfo
Files:
 08bac621c6fbe1d894332c9a72c97103 2411 javascript optional 
node-console-browserify_1.1.0+20161220gitf0a8898487-3.dsc
 48cc6c036c05e3c7884000d155449c2d 2960 javascript optional 
node-console-browserify_1.1.0+20161220gitf0a8898487-3.debian.tar.xz
 c76e3094188e00f10133f8906c7d2fba 7599 javascript optional 
node-console-browserify_1.1.0+20161220gitf0a8898487-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+a0UACgkQADoaLapB
CF9AgxAAm23/+p6X4B5zJr5Kx1X1U62ZEJtEBrVj5yf4uOb2ksPDekVQIrBpqOR+
Mmf/PUtvLe38QZJ4NaR+Cq8g8ZnjCzeHAoMAhENZcwULHR/Cu7J2B0I3dXW6D7Op
6TloSE5huMaeOb2Ck8I+N8lEWWOyAYYGQZnEn8OfOQHeblCeVaQJpJIFTZGCt71/
nCDCu6xpZHnZx07ECJPzEefHGfzpT9xM45Fmm9SpLwFo8R6X59CelWOlBixmPzZL
L16CdrboJPHWUFfjwB+1ZVjrtine+zdcjEkH5m5rLeEt7uxvOz8QPkRyhqJTYOan
bFXJkj/0VsObfiHYMUMXH+ioS+pZMBik3Rz75Su7SmUTsKgbVZknoM3XQu/PKw4z
TaV1CbXtTfoTD0wY9JDo4W0g0S9bI/16QX5waMysPamSWObjCNkz4M1o6umrdfiD
XIGOLH+QfpCVXZYjq7LO4VxQb05wzqBERajNzWYILe2USDF8lpMapgcsIhVV5vPy
1hIVbULTQ2z6VTnTTlnlLxktuLcjp5GbD44ZQKxCuokQ1u2fswF5I/R8MEwQy7E4
hik887LcSdZtQiZaVt+/1eANJQ07EKTpTzGvFr11CAOb4qsAsDjOg/t/8/OCcEny
GTyubZ2pmJ/vjSxybwNLuZoDpGH5v/4/sDJm2Z+yYn7JUGXDJdg=
=yrv1
-END PGP SIGNATURE-



Accepted node-create-hash 1.2.0-2 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 18:20:17 +0200
Source: node-create-hash
Architecture: source
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-create-hash (1.2.0-2) unstable; urgency=medium
 .
   * Bump debhelper and policy (no changes)
   * Move to /usr/share
Checksums-Sha1:
 8e9b03ba9b2e304f3484b3ebf4b9d99636cb9d09 2474 node-create-hash_1.2.0-2.dsc
 5a526658612587cf655e8ddd61a01980c15d40db 4028 
node-create-hash_1.2.0-2.debian.tar.xz
 6414fcb17cf4a5c60e89c9ae30ab98702722c525 6530 
node-create-hash_1.2.0-2_source.buildinfo
Checksums-Sha256:
 ffc0886a5c7c9a9c6f2cafad7f465b3cd647cd97dc547bb1d2757735b765043b 2474 
node-create-hash_1.2.0-2.dsc
 66c5921535256c5945429762300843d09cf749011bf94ec3a4dae7adb5946136 4028 
node-create-hash_1.2.0-2.debian.tar.xz
 f8496719a2995260e59bfb61e527d6f6018ee9d644298aa8479b37e2786ccd7c 6530 
node-create-hash_1.2.0-2_source.buildinfo
Files:
 bb24a0bdfcae5b73e1da03b7e14a9613 2474 javascript optional 
node-create-hash_1.2.0-2.dsc
 239dedc184287828ae9fa9c370a086a7 4028 javascript optional 
node-create-hash_1.2.0-2.debian.tar.xz
 e0faef349f1e3aac8525d4cd1511c430 6530 javascript optional 
node-create-hash_1.2.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+ZbwACgkQADoaLapB
CF8L5RAAkHxLz2QjZk2SrLmnGaR7eszUE0bmnup92R/vjafu4W/vSypMk7YjNSLI
AZc/ztX+jSGYiwGax/p+A/oJRH0w41Jb7y8RfRv6QmDIJ56HwCMfXCxhNx1UH/i6
yY6dBqP+rmhztH2OG8RQuaRQd11ptl6ogwP6mrUNYEqkYCiJzDaEM2bLSPk70NLZ
0gx5BxZGcDwempa2Gpo2GKIYv6Ih7cmzqUxu74BHnA/DwTDGH/kLPn1ExxyD/Nu9
bcur0fVa47joq7x/LFC2PLsUqJssvv0O9Hfd28SWAwwaLOdwbOKrjmH9ZKKH7Ou2
GE7JJ/J1e0buL1ROMsGGwabVcVj9rZ0ZIkvQRFR2kVYf/4IGE0lLON+992jL4+cP
eOKy+XZwlSGPkwERcv65FUvDGYs0owGyhQ3Bmt0nJeJw2z/EaQOViPogUWBHU1t+
za1OJ6Ss17eWBTKgHAwQ/kSASd3EfjILUPAjgxoydu5ICC68Bw+iq3b/jnMo8RYa
0LCo2yIHhW88fu8lMHV17++aVEFcbbDnMosJYwpyHsQC0+Z98jC3kNnt6VdEDGDo
MNXx5NiFRJJDogTl6QQnO9P90V0cZa3FL+VHeDtc7Pykcjd+BSMjSnTNuwP4j8t8
xzigw+7SLLP3ZF+drn0uytU51zOxTdtCc9QVt7Hrpw2cq0UJr+A=
=hTsm
-END PGP SIGNATURE-



Accepted node-coveralls 3.0.6-1 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 18:03:27 +0200
Source: node-coveralls
Architecture: source
Version: 3.0.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-coveralls (3.0.6-1) unstable; urgency=medium
 .
   * New upstream version: improve azure support
   * Bump debhelper and policy (no changes)
   * Move to /usr/share
Checksums-Sha1:
 a040a816dc8eb6fb00738de2f9eb9882313ab58e 2464 node-coveralls_3.0.6-1.dsc
 5c63b2759b6781118e7439bd870ba5e9ee428b25 18495 node-coveralls_3.0.6.orig.tar.gz
 b1261edcf97236ab9ad4288c3ca84ee026fe0d5e 6652 
node-coveralls_3.0.6-1.debian.tar.xz
 79a76965e92760b3e5aa1596dc46eee8d1c305d7 10164 
node-coveralls_3.0.6-1_source.buildinfo
Checksums-Sha256:
 a5d403601e5e5fee74838fbfb139f738c686632fa94f4d29405d0719907d4475 2464 
node-coveralls_3.0.6-1.dsc
 73a7e2b630729d2d61c1ad37c5b3fe5478a0515b2297c565ad4851633a0e24a8 18495 
node-coveralls_3.0.6.orig.tar.gz
 6187bd7f8b039c27350f024afef7699e37184b8ef7d392a9506a1faf48a306b2 6652 
node-coveralls_3.0.6-1.debian.tar.xz
 576409ccecb8029288f61fd8aac0604b1fb3e65309682025c9f6a12a6093d42c 10164 
node-coveralls_3.0.6-1_source.buildinfo
Files:
 bcdb42e22c8625d8fd9b3a7844deb359 2464 javascript optional 
node-coveralls_3.0.6-1.dsc
 89bf3f080709e11d3619fe70ba3b7abe 18495 javascript optional 
node-coveralls_3.0.6.orig.tar.gz
 6f252622f8296dae4581b46849ab7fb0 6652 javascript optional 
node-coveralls_3.0.6-1.debian.tar.xz
 647673296b5e44eafdf3a193deb3ff69 10164 javascript optional 
node-coveralls_3.0.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+YaYACgkQADoaLapB
CF+KWhAAto4NE9ERjpGNMM/6NV4njO2csqnXuRxZUxzzCbNlTuxSe706tWwQvC23
4r8J/oaf47j0H7ulnh766PJ58Fw+D18vTBeUohyLjCUEK7jya3HLxN6iKJ5zMTPp
AWVrIFwo6Ta9bSdnowx7hO75lHgeabSC0JgCDS2/MlR3VaTcRFLRiNZX1mDFrrCr
XnBYbEzEquG9smHewAAuk0Wa1NBPRFJrI0mj1TG/SsfEoGChgmH5Oly/c09vYG9C
Gw/VAYy0Qi12opdxAaH8eJMQy+GhPk0UQlxVTqnOOrsQ6xsuRVpxYcBYkXXCSv+2
x25UljTYhhjZ+sMY3ehBkMs0kuDnv4/kVI3Z5SkuPdhQ5Ahusu1bZXfw6m8WFbyL
0Ioa0KhCKHo6h+Ry2eXKKhR1pdtrJsv4gVNRjTxZlvFz3XqHCYtdE0IWNC7LYlDp
fzldt9bncApOda/uMxZG3hkZOMoNqj73XA49R6Rbm4uWQXefeXrksm3cHYWI76Bk
5Ne7VvoD/DO01TM5rX5pUfp6M+nmz4Wz0fouMuDYn2ikIaXga/Yafhq21DbO1Y6N
8iLO5MeS3Ov1PLVhsElJTJFmE+KJn1O8rkvqiy7xTJloTqnv5LuBmOZNl6mXEUDe
S8XtOrdRyuGBwDG/rH0WkGBJc4cuts1SlyXwaH2HZCEVl/DW/RA=
=l18G
-END PGP SIGNATURE-



Accepted node-boom 7.4.3+~1.3.1-2 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 17:26:02 +0200
Source: node-boom
Architecture: source
Version: 7.4.3+~1.3.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-boom (7.4.3+~1.3.1-2) unstable; urgency=medium
 .
   * Team upload
   * Fix build
Checksums-Sha1:
 43bdabe160633b85e6c86e273fc5240b8066ede8 2436 node-boom_7.4.3+~1.3.1-2.dsc
 d09b721b493e094d283687b99dfc62071bbfa317 3276 
node-boom_7.4.3+~1.3.1-2.debian.tar.xz
 559df6069e0c5f703b3a27e07838289bdbf0a4d2 5752 
node-boom_7.4.3+~1.3.1-2_source.buildinfo
Checksums-Sha256:
 568ee019de80a7c283466d10db69652e997a9c6e0bc1fcef574c65bdb4fb0005 2436 
node-boom_7.4.3+~1.3.1-2.dsc
 d36b2f0ab206c9533024bc9c0781ce5166127ba210fe935176a2d74dc748c97c 3276 
node-boom_7.4.3+~1.3.1-2.debian.tar.xz
 b0f72895d9be8d92f64dfe4674022d65ce32e9b08137df0627ee2d0f390a55d1 5752 
node-boom_7.4.3+~1.3.1-2_source.buildinfo
Files:
 af5782c3509471ed6b275d43535e62de 2436 javascript optional 
node-boom_7.4.3+~1.3.1-2.dsc
 2c7c08546825dd504cf1b7d8156d39ef 3276 javascript optional 
node-boom_7.4.3+~1.3.1-2.debian.tar.xz
 517b0ba13aaca0868d7c53698b319640 5752 javascript optional 
node-boom_7.4.3+~1.3.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+WKMACgkQADoaLapB
CF/LCQ//QLl4oGHDCsbmOLMmyTdY8/kIp6Fz7v450fgS/3GvhQlR9pITXpA9LpuF
Y9nf7ZlEUDIV7sanLUY6Tv6IfRkdHelr9FE14td/JfjIpkSxgGnvVYzWJ+L1WTtf
j8T96UI9HMoYpZmPI2848zR+VDZGMEeKnbKVJOluj2SSfQwsSObKXjV2PC2WDuMf
YQXDm/RviTZFEKquXdKhqpL6aaQcshJgBZbAe2oKV+BN03i32wN5ArlfC+4n6Lax
WRH1OgIVLDYzRAOqB9bm4YUoRkYA/R90Qf4D4OpQSPeJFeHuhZB71B5ruZccmv+G
IbaFx11upmIklBVbzoN/Am40LYqa/6wKeJx3x2vQabzd8Yq0KZgxx1BgLasd+6/b
A3XgiESGfxi8BiM8izCxisr541waDWJH0HM77/AA0uOuuSUpspgzD6zIR43ATyPM
xdZd9muT0nIeAyPcu4xv5ZXL4A4bFh3SDddezwL50nEqmuWX+FBw0/k88OJV8Z4C
h+JbDz1dALELqZWIgqC3uRRnOLsi0gKPTm/sWlgX/6Xc0hqT3eodVDo5iovgZubF
/bxW8rUXZuhKYJ+KOb/WVUST2FUxmw6eI0LbpEpMfXVWBaMlB32EdFeyDGPENMEE
kEFxB92MaWG0lGbQy3l4iIZ7Q5PZ1De2vcipUSznUwQylc1uwKM=
=CZ/g
-END PGP SIGNATURE-



Accepted node-hoek 8.2.4+~4.2.1+~3.3.1-3 (source) into unstable

2019-09-15 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 17:13:05 +0200
Source: node-hoek
Architecture: source
Version: 8.2.4+~4.2.1+~3.3.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-hoek (8.2.4+~4.2.1+~3.3.1-3) unstable; urgency=medium
 .
   * Team upload
   * Do not run test suite for @hapi/bounce
Checksums-Sha1:
 442b3ab74ca1504a5b65edd6dc9a429ce30b50d7 2782 
node-hoek_8.2.4+~4.2.1+~3.3.1-3.dsc
 91d6c2a82d56fb32e3e64d1fc5499e3faac6b3c3 4152 
node-hoek_8.2.4+~4.2.1+~3.3.1-3.debian.tar.xz
 13445f00b3725a90ef56c0abee530b891ec09f71 5680 
node-hoek_8.2.4+~4.2.1+~3.3.1-3_source.buildinfo
Checksums-Sha256:
 a1174c12c6498e251bc3d82b2b479e2358d3051641cd5b00f4c27b2793c0f4cd 2782 
node-hoek_8.2.4+~4.2.1+~3.3.1-3.dsc
 d607fb08b89cbc63e297ab5930b3285a3d0f9ce7f533e2251ca9647a555a5524 4152 
node-hoek_8.2.4+~4.2.1+~3.3.1-3.debian.tar.xz
 d376c431602d2546d857a30a1f45f177dd715ea026a0de6650eb8a5a813a66bd 5680 
node-hoek_8.2.4+~4.2.1+~3.3.1-3_source.buildinfo
Files:
 a9b335d40ab4cbe9c983b86662028a37 2782 javascript optional 
node-hoek_8.2.4+~4.2.1+~3.3.1-3.dsc
 54790234f717713312b169c82aae6cf3 4152 javascript optional 
node-hoek_8.2.4+~4.2.1+~3.3.1-3.debian.tar.xz
 39e3e6afbeb658ee3822bd5c1fb56432 5680 javascript optional 
node-hoek_8.2.4+~4.2.1+~3.3.1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1+VYYACgkQADoaLapB
CF98TBAArb6k+DwOXd8bRXRYRkx21gHDDHiWwvy5HDad4TWHVBU14tFZYQZGvrlQ
pEBmKL4LvfhNF02ipOJjB8tO0ODTAqc1pUalebLzu/4aBG/mh5mokgt+SYn8Ahl3
85FUToR+dY23l/4Jj3sW7UUMyqT3AZ7unt93dJDaTNe301x8yz977XRgvBoGrYIa
iiiohvhHSsGKDOynfCeyyYLelFKMsI+VyQs0yC1rV3IsEFIdmzvTYhRdC43KURb6
qF/u16oX5zuEIJYYVtdlj8zh24iX3GFyba7BrE2VXep/gYIO+t1g/vnkJiq2ADGp
XNxrbfp+T5PK8rcQc9Yr8d2VrTw4W4D5JLVvuWhRb7lRkdNxRPNkTcilks1fCpzQ
pPgjbU+cMvn0fJXnE77NqE3kGJEqa6G4+y3mIsk35ii8i48xZ03NZAr3cAuD9yXa
PmCP08cItELEotjx1MdcbUEjM2x4xMM+O23K/bjtQc4m10C9xSRjEsL1NiYkxlH2
kVJwriaR6zGj4dJ2T/GcqooNMHXFgWIZvf7Ysu/5/qwPApjgVbUga//PwtpxOTKd
xbcxH7+gNVeJzIfJvJ9OGCLLB7zfPrwVZQNUG7qdqf23kNOf0WWtp2EUCg9pQ2zT
1I39WDLv7dzE/zf/eEeaBwei2nkkEcNkoVtoV2A2jkOy0zKukxc=
=y6JF
-END PGP SIGNATURE-



Accepted node-boom 7.4.3+~1.3.1-1 (source) into unstable

2019-09-14 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 00:22:48 +0200
Source: node-boom
Architecture: source
Version: 7.4.3+~1.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-boom (7.4.3+~1.3.1-1) unstable; urgency=medium
 .
   * Team upload
   * Move to pkg-js-tools
   * Add small package @hapi/bounce
Checksums-Sha1:
 a3eacfe253f0d5cda4672ea98bf99b2798bf6d63 2436 node-boom_7.4.3+~1.3.1-1.dsc
 472f699b2430c0e1be5ec1fe11fa2c39a23ca920 5442 
node-boom_7.4.3+~1.3.1.orig-node-hapi-bounce.tar.gz
 8e442678edfecc927cf157db0331a4ae10ba085e 12495 
node-boom_7.4.3+~1.3.1.orig.tar.gz
 cb0036b64fe17142b1f74f1d91c9e22be01650c5 3192 
node-boom_7.4.3+~1.3.1-1.debian.tar.xz
 b58d5c0aaf492a032f9a7c6d4de5e72040613829 5752 
node-boom_7.4.3+~1.3.1-1_source.buildinfo
Checksums-Sha256:
 71bf18881cf3781b06edd181fc0f96b0d57deb9187dec3a8cb6e034ff9cb9350 2436 
node-boom_7.4.3+~1.3.1-1.dsc
 e7612b846d511044c5448248a559ca796909fdce1ae8232530bed33fc1a9f55c 5442 
node-boom_7.4.3+~1.3.1.orig-node-hapi-bounce.tar.gz
 4c2a61a11efd178507cdebf29efdad54328a353a905b8ccce29eb43a14686222 12495 
node-boom_7.4.3+~1.3.1.orig.tar.gz
 d3c36e6cd755325cb8992dd18714461817cdf8e5a4aa30c3770839689d35cc7d 3192 
node-boom_7.4.3+~1.3.1-1.debian.tar.xz
 fb4860efa2324f745fbfb8ae95bfa0d5bb0ed97b06911cbd5e4e12e2b492aacf 5752 
node-boom_7.4.3+~1.3.1-1_source.buildinfo
Files:
 486c31f79f4864d0aace9b185720773b 2436 javascript optional 
node-boom_7.4.3+~1.3.1-1.dsc
 7901da94feb700d2feb87342c2d5276e 5442 javascript optional 
node-boom_7.4.3+~1.3.1.orig-node-hapi-bounce.tar.gz
 a9aae1ec6f22a7304b485bea6d28785a 12495 javascript optional 
node-boom_7.4.3+~1.3.1.orig.tar.gz
 f29b5a7030d7f4110d082c122a6e8835 3192 javascript optional 
node-boom_7.4.3+~1.3.1-1.debian.tar.xz
 8ab2ed06d80de6624c618e00cc94a3d4 5752 javascript optional 
node-boom_7.4.3+~1.3.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl19a+gACgkQADoaLapB
CF9qNQ//QmBoG+apT+QqvMpLM2CBrJ77CCMla/jCbRG+Z+MZR+JWHy4UuXEiKpIk
ZIV44hbdnwmoBWytc7eTMDItVZpTfPSTtN7Id4op2DejhhrDUlpJSjioX8V/5TCo
qsJ7XWCbtzmjqTcV7tmXDMemoBpJ/Cm2Hs2LDoYf8q82kglhOdzB53E3CVycmaQn
3HXXsQ+WsqzUgCPgpnwKwVCUOERM246VaGSgBR0abzAcqJtfVdgEJa9L9Mzy6Zdb
0yOSRiAJUURD73Mr21rxtjunPERfn76/65p/mb77LqbfsNWsMqPvK/dRLG7sTlai
v3YkQ4+VWB/1Zlj2yzBfScsrcW4XNnUf+hjJh0Sujx65dlq+1HOYlbFXVd8pRzFS
mybY1UnBuRI0Nx4ECcaoF2W1aQdTHfK0Z/3MrjHPnWJjLtPs4XmlSPBxAh4+aXIf
kSLr49zVxZ+/GlBsenirbyaKrl/hv+RzNRGAaN5mdJwlNG/HVmJ0hAj+rkncHkG3
XXPHlnpOitW58Xj8iYlVDtXxrqYEy2D5yT38XdJZX3rgvxrOhRw4W29hEDZuzuCD
fBkyM8WrIgl95WhH2VG2IWxG/HVIqf+RTplnuzHdmlWXEUzc3Bo74CmQt8lZZemb
KxnrXP6zOHBvUrpYTyVRMoh6qKJ1sU1Mzu7Q9ZjN4jmlMwIn0SQ=
=4/FL
-END PGP SIGNATURE-



Accepted node-hoek 8.2.4+~4.2.1+~3.3.1-1 (source) into unstable

2019-09-14 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Sep 2019 23:59:55 +0200
Source: node-hoek
Architecture: source
Version: 8.2.4+~4.2.1+~3.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-hoek (8.2.4+~4.2.1+~3.3.1-1) unstable; urgency=medium
 .
   * Team upload
   * Move @hapi/bounce to @hapi/boom
Checksums-Sha1:
 3a87adbef87017861d090a2f093c8636b3a52c47 2782 
node-hoek_8.2.4+~4.2.1+~3.3.1-1.dsc
 ae2d131094f3d0bc97cdfa11f7d10ef20b506485 5863 
node-hoek_8.2.4+~4.2.1+~3.3.1.orig-node-hapi-b64.tar.gz
 42105bd0bc4f361bea0e32daa4bc96a04ded1d55 3596 
node-hoek_8.2.4+~4.2.1+~3.3.1.orig-node-hapi-teamwork.tar.gz
 d82b9555886cd8ebe0593b6134b42c8aac26e048 30868 
node-hoek_8.2.4+~4.2.1+~3.3.1.orig.tar.gz
 12fee594ebac844e6d0684b71b74e2b4fbd69643 4092 
node-hoek_8.2.4+~4.2.1+~3.3.1-1.debian.tar.xz
 8f2d8d8887d5afbdb2474d28ed89c5c8e469717d 5680 
node-hoek_8.2.4+~4.2.1+~3.3.1-1_source.buildinfo
Checksums-Sha256:
 0e2f9be778029a4153b43a104c1c6fc5409eddb2652e30054134b31f80e12026 2782 
node-hoek_8.2.4+~4.2.1+~3.3.1-1.dsc
 8ee493df3201b5599e9416c3af30df32c251ffa8b7156c1e6d4a0befc44a5899 5863 
node-hoek_8.2.4+~4.2.1+~3.3.1.orig-node-hapi-b64.tar.gz
 b03a5b6edcdef84979da3902f7e95f2f2db4d3a355772486b0d0149d670ecdff 3596 
node-hoek_8.2.4+~4.2.1+~3.3.1.orig-node-hapi-teamwork.tar.gz
 7d18247b3ea5ef0566043d19c22effc2fc71ed3178252470f024a323ee42789a 30868 
node-hoek_8.2.4+~4.2.1+~3.3.1.orig.tar.gz
 210b332b30aa193540e87d5ecedfbc4735ab30a1b4824bcaf559bd9614f497ce 4092 
node-hoek_8.2.4+~4.2.1+~3.3.1-1.debian.tar.xz
 30eb2d391949b638bb25b0c7f7c6ca0de1799b4060b527b95b7be19f7ebd6ae7 5680 
node-hoek_8.2.4+~4.2.1+~3.3.1-1_source.buildinfo
Files:
 18d2ac17e198b79bcc35b1db508abd5d 2782 javascript optional 
node-hoek_8.2.4+~4.2.1+~3.3.1-1.dsc
 2e1c54d81bfdfc85322e40b9ae23e654 5863 javascript optional 
node-hoek_8.2.4+~4.2.1+~3.3.1.orig-node-hapi-b64.tar.gz
 85c1c97335a05432429f20c5d2fa80a8 3596 javascript optional 
node-hoek_8.2.4+~4.2.1+~3.3.1.orig-node-hapi-teamwork.tar.gz
 0a2248d5bc9ef87dbffc1088679ea2e8 30868 javascript optional 
node-hoek_8.2.4+~4.2.1+~3.3.1.orig.tar.gz
 e344718df44a4fc98fbf9c22bdc61603 4092 javascript optional 
node-hoek_8.2.4+~4.2.1+~3.3.1-1.debian.tar.xz
 92ebe809dfd48e811de9661bbf62a308 5680 javascript optional 
node-hoek_8.2.4+~4.2.1+~3.3.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl19ZLkACgkQADoaLapB
CF/aBA/9FHdQlA22YkvOyubPuMdaXQSVZLDH9FpvdwjTRbK7RkuZFR3GNrdyBmVj
dAcyoH3i/TJ4ymOJeODtGtIkpxhupTqp8zxipJQ92l/34S249Ge0Tq++NlYXHz1+
0jRsPv8sBagEBzbtSuFLeOPM03jBK04VnnxrOQ5htSmaWY3Zg9FBnWMmaVbi02JI
bffTxqswSgTU3LqoTvTSlogxDKBupFjCrXB8zVLjcylPtO9bS+pFEoJs0JHHcnuk
ny9hQvOY44CTe2RTb7fG9mQ3Mz8bwLgj2fw/ZhvlrHjz0iJwAiX2Zw74g2e517HO
1GTlZFSrUBcL1AqE/rrBBEqa1RmxFFvM61/CYX2nKD+Wym6tN0xZM3kTTc2Gx8As
kmQxO37wa4wIb706hrcL7ytLak3cgzPuSX9vhMBZNsmtlMwsCPCG4djpVck81jnH
JQ6rDO2Pqpb5Y8Tp417458tsKDRHYflt4xzzwidN3/WevA2UY4Ddq13P91mFb0Xq
fIAG2JE27PXndDnHaBLtOpOMbqKghkKZfdwug30ut64JR+UB6L6ElFh2AX1EheaS
TFGKBgVTGjmB0n6O50dPG7MFjf7mXe34w0Ts9wOEgCICPn12u+cL/Y8HxUrrhq3U
6xfnKFui6yFhvUU+dZnE3dUSUCqOepOWlx0obJDTpu7W0KUF4aA=
=P/ty
-END PGP SIGNATURE-



Accepted acorn 6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4 (source) into experimental

2019-09-14 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Sep 2019 23:25:53 +0200
Source: acorn
Architecture: source
Version: 
6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 acorn 
(6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4)
 experimental; urgency=medium
 .
   * Really install node-static-class-features
Checksums-Sha1:
 4b287a3cfadf9edaff368bdc85bc1cb7255d910d 9900 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4.dsc
 307bc1b88005ef36b658d5d9cc87fce4401eafdd 15492 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4.debian.tar.xz
 24d2878cd616c619eb55da5f671536ed6faf4148 16919 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4_source.buildinfo
Checksums-Sha256:
 82de48ab5879ee9ad367187e42b592c706943ff8729433226b110d08b77a01c4 9900 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4.dsc
 dae8d4b6659fbc83db435a278eeb850404e1386e60a2d9ae529fd6c7c59202d4 15492 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4.debian.tar.xz
 ea5d9b45941b638c9e2fcf328ef6e3b5221e68b9610d478abae5beab8e7f526b 16919 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4_source.buildinfo
Files:
 6be0ed74377fdea86c2ade2309354df5 9900 javascript optional 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4.dsc
 e67b0a03d133c1b16525d5a85071d56f 15492 javascript optional 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4.debian.tar.xz
 a1d1d839a761861f00aa3b9f034fb0ef 16919 javascript optional 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl19YBQACgkQADoaLapB
CF9eRA//beCv+KM5AZ06wbar2s+mrWf9ZOUGE/tOKOcD5yR5Jsn1AE/sLKC4v++X
kyFA8hQHc3e5sTrZDgsG0vsoRAys1jYCJZm8kM414MUvU+VQZhLvf++a5sWPF3zV
VQTubYgfsgSUL92za7IxtlX3AAid9zqZ9Ev+xErxnMV4TiNfj2pIsSrr2CocgZ36
LCmdN8OK6nWgkwiXMgtodKQZUFAH25WgBIgjkmRQtemMR1e6J2gLzZMxnxR8DMpo
2FS/IxeU4HwaagkBIcXgXWyr84O6qBwwjUX1ZVPGClet/xgwuC8OtjhfyMPGQh+j
D/XBd9ir/CeugA1yq2mtZelj7yeNeUSc3Bo/T/bRITPyju0aTCCwBslx7nI4mb+G
GFn5s/2vpz2kX7BaiOV205Hd2+dMEVHxkoCbSeLvBIqxzc/ItZfNMMlS7/hQfFPG
qlil0HwEKVLst+r3U7fBxxxbaLl2Z0HJPoxdeiVL5jLK5fS6AqMin7rxPLkFwCAZ
4Cm7qfw7lK1h6FLPNCdepV30dGNnl8MUIuN762wA7IJDiIL3QjQSJvDaYRpTZicv
kKHpVf2EZwpiU2IMiS+vyM0l6gjACKguQFw/YZVsxitqbZTun10wwb4sypA7X3EQ
SqNcFMcediXXNnpLF9fRqQr1vx0kByFwLa+z9wVmEgeKCKRd58c=
=bJGM
-END PGP SIGNATURE-



Accepted node-browserify-zlib 0.2.0+20170820git8b3f0a862f6b+dfsg-3 (source) into unstable

2019-09-14 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 Sep 2019 15:34:51 +0200
Source: node-browserify-zlib
Architecture: source
Version: 0.2.0+20170820git8b3f0a862f6b+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-browserify-zlib (0.2.0+20170820git8b3f0a862f6b+dfsg-3) unstable; 
urgency=medium
 .
   * Move to /usr/share
   * Bump debhelper and policy
Checksums-Sha1:
 97a80c2a3d55992be2c4c0623967ca898b767aa7 2582 
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-3.dsc
 05b899a7d3753041b6430abea8ec25de7029fa59 3756 
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-3.debian.tar.xz
 26246833eaba230de1f8176700abf9bc19208898 11133 
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-3_source.buildinfo
Checksums-Sha256:
 e5257b1b4cd77f091341d001054f630cfad32643382f19794463676ecc238e5d 2582 
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-3.dsc
 ae73d4964f11de4f9ac13d1e36adf4ed80db6aefcdc89e5fe0460889a61862a0 3756 
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-3.debian.tar.xz
 61f708ceb1a8acd6de3d9a0df7b31fc217281848dd3b97c68e6955569edde8d6 11133 
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-3_source.buildinfo
Files:
 20193985210bd8e166b4095e5c244c9f 2582 javascript optional 
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-3.dsc
 64294c7dfec665f123a9e24349f38907 3756 javascript optional 
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-3.debian.tar.xz
 0929459c96dc146473ea4b5e3cfed77c 11133 javascript optional 
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl19YK4ACgkQADoaLapB
CF9qChAAspQNc09ZErySRsObx80j13IbDL4k7N5FFJ8ynAVeYvunrUF0PUIhJphh
tmPlOmF8WsIQdhFiC6HIDjCCFsdvmh9HvJq0XyQimrcI6oy/FwTvtWt3pnjQr6R3
71xl0qL16qiDLhcPP1ZJih613iV0LF3m0Wo+CWiXBdBWh7YOKZ19PQtFhr20Z6vI
H90L4euZ6RS8P43Qj5CSItcC8iBRNdq+oeYtsqmYI6TmNCRL3DU51lW2kJjPxiET
gmx0Si9fKpY+Au7UcBugTIFsQOdAlsFWHbIGWgtMG2HRvaBYJaj5O0mP0Cu0kVce
VAacqApNkYgJqDwhDesedKnvt0xHdUdoxJ9g7t9jq/Fjrm2pLit1Xp6kgVF8Q3OQ
KMlUXLTCDZThcab7owI2/UX3GP/DB8U4OjF7g76ftcKO16z+XqKwY15pmWOBQ/CN
QZuVxkbaIrvnve2wIOoYcmXyJepV6bt1D8aJgZierdTXkXEATz73xMFhla9Tbp35
qHBWtENWt4Gvx5jQmF0mxmUdotRYDzErql4IRMe9V5Vv+EoxYnwjJZwg7hb0KFwF
DLLXsAgaIzhrEQngZms+c2VFrOES30Ve6R9Ax4pXSfHAkY81Is8Hhss5aSTaBQ9z
3oh8rgdTVsKw0Ifyq6uolXaRnt54n9uCA4qwfGuDfdHELLow8aA=
=lQCr
-END PGP SIGNATURE-



Accepted node-code 6.0.0-3 (source) into unstable

2019-09-14 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Sep 2019 23:13:58 +0200
Source: node-code
Architecture: source
Version: 6.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-code (6.0.0-3) unstable; urgency=medium
 .
   * Fix debci
Checksums-Sha1:
 62212fff8b0b151aa90571709cbde28d3fa6e2f5 2028 node-code_6.0.0-3.dsc
 7974959f08ccc280347477448d822035e82407a3 2772 node-code_6.0.0-3.debian.tar.xz
 3d10aa0e60c07f66b01ba8d10a4f16ea9792b82e 5624 
node-code_6.0.0-3_source.buildinfo
Checksums-Sha256:
 cdbaa3e36e049613de11e57bec4ac9a5c52245e0dbe695cc0b3c036d53119851 2028 
node-code_6.0.0-3.dsc
 576750211ab6675d5fce21bbbff3f471cc600ffb8f00191389524118eccc0530 2772 
node-code_6.0.0-3.debian.tar.xz
 418f683556822be517a25f7c042ca39f9fca8d4f98b23872d9c6ab6824e2af97 5624 
node-code_6.0.0-3_source.buildinfo
Files:
 fc13562a89d2794544775f9eeb947402 2028 javascript optional node-code_6.0.0-3.dsc
 b9c30945ced272c7a33513107847fa1b 2772 javascript optional 
node-code_6.0.0-3.debian.tar.xz
 4d34dfb7148ff167e5781aa546fa9c8f 5624 javascript optional 
node-code_6.0.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl19WGAACgkQADoaLapB
CF9Fsg//T2aKYp0piOVszerxAmH/sVV+L4FyQHch+3fje9JvgKeMLKsvGkMd4iJ7
wZ9Vs7CXNCLBRF/jhBy2bWLPdgqlKuju0Fg8DJDaakdnSQ9s62Dxuo4AGqyQeqYx
nGoBV+nA1twY96psTsTJjCwIyRavJfHqOnB4nzN/7sVHFIuS1ll8BUk++ATmlze2
yqeV2jgp7ax2X69I1V92b/4LCa4C/vYdnvkGVanau/l+aEF6QRDG3gyPiw4hMEYf
aCYyVvT3fHRo3HYjHaem1s6Q9omqc4xB/ojUjRHdc0ShD9N3xpODpv2OX5Y0jPbO
5BP6BcEpHXqBAzf41WBeLoLleHo16QWDkotxZxZfinxyBGPQHe/ogAQNs5Zgxo7K
5VAaNh6S8Yq5tEb7kvG6Dj9/Zi5SnsfP/Oa1mrac4F8/lr4kMCKC4R2fwYRFYI2r
w4OifLk4Q6xF/ZwbwXOTn/TPk5l6pIV9/hD0Oxy6/rQmfEjrvEDnd6u9g+T6+Bkc
dnZmMYOeYx5kbz4jcSRk5IdgFccIuLFUjr0/NLPbs4nDg+UvfKpWZrO/n3/75AOA
n6KvkMYQrhQeMtA0oXW913glPKqHOs0mfxpSxvo1sz/dnzHBXE3atnaRgxfev24q
lv8mu0XJk98bWzdAg5WwE2oisvhk4WVscQoRlru0BknjHBiONoU=
=NH5R
-END PGP SIGNATURE-



Bug#940140: ITP: node-es-to-primitive -- Pure javascript implementation of ToPrimitive algorithm

2019-09-12 Thread Bastien Roucariès
Package: wnpp
Severity: wishlist
Owner: Bastien Roucariès 

  Package name: node-es-to-primitive
  Version : 1.2.0
  Upstream Author : Jodan Harband
  URL : https://github.com/ljharb/es-to-primitive/
  License : expat
  Programming Lang: javascript
  Description : Pure javascript implementation of ToPrimitive algorithm

 This package provides a ponyfill for ToPrimitive algorithm, thus
 converting of JavaScript object to a primitive value. In JavaScript
 a primitive is data that is not an object and has no method. There
 are seven primitive data type: string, number, bigint, boolean, null,
 undefined and symbol.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#939772: ITP: node-es-abstract -- ECMAScript spec abstract operations

2019-09-08 Thread Bastien Roucariès
Package: wnpp
Severity: wishlist
Owner: Bastien Roucariès 

  Package name: node-es-abstract
  Version : 1.14.2
  Upstream Author : Jordan Harband (ljharb)
  URL : https://github.com/ljharb/es-abstract
  License : expat
  Programming Lang: javascript
  Description : ECMAScript spec abstract operations.

In order to facilitate their use in multiple parts of this ECMAScript 
specification
(javascript) some algorithms, called abstract operations, are named and written 
in
parameterized functional form so that they may be referenced by name
from within other algorithms. 
.
Abstract operations are typically referenced using a functional application 
style such as OperationName(arg1, arg2). 
Some abstract operations are treated as polymorphically dispatched methods of 
class-like specification abstractions.
.
This module implement this abstract operation as functions.

This module is useful for mocha a javascript tester useful for debci

javascript team


Bug#939771: ITP: node-es-abstract -- ECMAScript spec abstract operations.

2019-09-08 Thread Bastien Roucariès
Package: wnpp
Severity: wishlist
Owner: Bastien Roucariès 

  Package name: node-es-abstract
  Version : 1.14.2
  Upstream Author : Jordan Harband (ljharb)
  URL : https://github.com/ljharb/es-abstract
  License : expat
  Programming Lang: javascript
  Description : ECMAScript spec abstract operations.

In order to facilitate their use in multiple parts of this ECMAScript 
specification
(javascript) some algorithms, called abstract operations, are named and written 
in
parameterized functional form so that they may be referenced by name
from within other algorithms. 
.
Abstract operations are typically referenced using a functional application 
style such as OperationName(arg1, arg2). 
Some abstract operations are treated as polymorphically dispatched methods of 
class-like specification abstractions.
.
This module implement this abstract operation as functions.

This module is useful for mocha a javascript tester useful for debci

javascript team


Accepted node-unicode-data 0~20190709+git706d06c0-4 (source) into unstable

2019-09-06 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Sep 2019 12:23:50 +0200
Source: node-unicode-data
Architecture: source
Version: 0~20190709+git706d06c0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-unicode-data (0~20190709+git706d06c0-4) unstable; urgency=medium
 .
   * Team upload
   * Provides package node-unicode-lastest
Checksums-Sha1:
 99d32c227b0efed57b9da380c43a41134c124d7e 2468 
node-unicode-data_0~20190709+git706d06c0-4.dsc
 2ca9744852d3feb436b8b68e300bf248d9451c85 4388 
node-unicode-data_0~20190709+git706d06c0-4.debian.tar.xz
 3d962f9fd1e2de0a057c3ba303792d80806029d4 7642 
node-unicode-data_0~20190709+git706d06c0-4_source.buildinfo
Checksums-Sha256:
 2fe7c760547363d601a27be5ae8bbcbebdcc993fb6ba8e075906ecdac8dfc51e 2468 
node-unicode-data_0~20190709+git706d06c0-4.dsc
 51d433a0055f0c7fcd1ef977ca362724ecf0b2e9d98d619c7ebab6ad45dbbea6 4388 
node-unicode-data_0~20190709+git706d06c0-4.debian.tar.xz
 10a778bfce7336f68896f1cc427bd92e13a2fb3c35b6f93c61a4873fb3196d36 7642 
node-unicode-data_0~20190709+git706d06c0-4_source.buildinfo
Files:
 8b153fbc0699d70466b9dce260abb0b6 2468 javascript optional 
node-unicode-data_0~20190709+git706d06c0-4.dsc
 2cac15a1f59c099ba878c1d9c493868e 4388 javascript optional 
node-unicode-data_0~20190709+git706d06c0-4.debian.tar.xz
 0331302a5251e4f78dcac2de9a7a4cea 7642 javascript optional 
node-unicode-data_0~20190709+git706d06c0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1yNOwACgkQADoaLapB
CF8vIxAAmeo8oZ/gigM3YhDc/5u2qv8oJzFIui/d5ZH76mElB+Vfo21gDnoDnz0M
DaARvtKiWzBt54VZO3X6Zj1T5JRF6PIgDYR0XjLucnUTLJ4pp31YceLF0afkmIIt
66zmu4X/YddiQEnx+K+HHbuV4rWCfW2s8LiEz+T3uQpZ0xVowrADE5ILtDZrHQsJ
abSpqe6suteLHAOuJehuSQSzsnODgtXJpriB3SkY+5A7awIb2wUHpmxpsvwZOFml
L/UyDP9Tyw7ldpQuZW+k7QOwDoBhHYWfF0Z3PFjfulDXYMFc7cIuWXCOx/JW9Omn
J4X2JqqhO5Aoz8HEC6h6ia/LEYveUsBX1VFAc6V+qMsAqLDKRnuw3YAEAxgF8Hnw
B3+Goylcy83HwasVqaTqhU2EOUdzC3iMXYNz6XCq/Ge9baqgACfDDc853S6e27mv
5bfLJWqwaQFcvZhyrKWyjKl7WbAfDoc7Pe8tFxUrkQMWLp/Bx5YduYTHStoVN3rz
K46/WFz83jl+bLsF3UWZkRsn/ed0wh9Doql9TBQZ5ZoUZkdY3ULg461570GghgRp
s5F4F/BDXXMZABUZek2kyf4dRpZrtTNJ/pCibDKw4WIQl3QGbQFKB/gaY7RiyuiX
NXW5gS6/S8pUKg0G6L121Azac1XOX6onWNOiEyztjZdZCkgvg4w=
=vaoh
-END PGP SIGNATURE-



Accepted acorn 6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3 (source) into experimental

2019-09-06 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Sep 2019 12:37:01 +0200
Source: acorn
Architecture: source
Version: 
6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Closes: 934079
Changes:
 acorn 
(6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3)
 experimental; urgency=medium
 .
   * Bug fix: "build depends on older node-unicode-*", thanks to
 daniel.baum...@progress-linux.org; (Closes: #934079). Depends
 on newly introduced node-unicode-lastest
Checksums-Sha1:
 23ffc503b76f048929fdb66ba72120178416c80a 9900 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3.dsc
 b3b460a84834f5ba5506fe23f86e39740701a6a4 15604 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3.debian.tar.xz
 5f75db4dd0ea49b8b99f490573e1f2b3ebc0647d 16960 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3_source.buildinfo
Checksums-Sha256:
 6dbd867ee15b61efb1f2a371b0fc2aa797987a3bfe376cfd70f036f321cb4551 9900 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3.dsc
 d692f77e546e5eceb00659e0a076277984d0fa3b4622d1e4e84aa23677fb4662 15604 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3.debian.tar.xz
 9b96b23c1581f46841037de9b5902bd153dd7566af01470f3bcee2b048a08189 16960 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3_source.buildinfo
Files:
 9f46d29fa28a95944babcc3595ae67d2 9900 javascript optional 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3.dsc
 6982110d26b54dabf67179723fa91884 15604 javascript optional 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3.debian.tar.xz
 c6315ca019b7942fd150a64924dadc2e 16960 javascript optional 
acorn_6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1yNzgACgkQADoaLapB
CF+7pQ/9F2JQUJUmpV31v/R5s8r1qDWozX/b1pfh06/fn1uYSJUE+YbnpgbMKOVw
2mb5KYow/VpxtAa8ai3XKrtW2JustwRNs/Z0HjXyaG7+64nhSeWA6+Rgi9hcaZPE
R0ns5MMxTJDCrU0Yri4LgkOXyDSoABTmxEY+bxA6Wkv5Nu9rQOPHqXoR6IrJHP+x
LDoSfjbKBK8oll8WGKLulG5veMNaDBLvwCmV+U51m3EIWYwfgz+K98jifRgTqrkX
R0C7vGumHRVViC7x2xNm2FSwpiIWwuPNR6uEbQTDoq7XiDhisVHWGmqx8Xl6In1t
wySkcYX48me5H6Ggea0mOprFYmKU2tGniI0CpaIOUB8O+qMjCkI2expOJBOu+yGt
UgnByo7Jn2Mxk1y7XuzoOiZ5/ygW/s4qQh4HhzvMFKMbV+248Y/4qOzWcBW89BFs
5ko1OyiQBvjeauT+IYkcQZZXQdpk0zRIRcTf/FQIJ3lB1W7EvVxRy185UTEdHXXo
+IKMp/ZeooP+bg71IW6o5Yjkp+G8Cd8l2aTQgh0YNBUuJ+FCAF2fRd48P3crQSR3
uagy2EYSP2sCXEzzb45rGloZXjjJoxaL3kJHS6d4ipu2RIeFowLXC6mbMa6XHDyu
BHapfIxPDn8GTTldWqRoRk25EO584XvNi348QT4VxRgwMXKXd1Q=
=71di
-END PGP SIGNATURE-



Accepted node-combine-source-map 0.8.0+ds-6 (source) into unstable

2019-09-05 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 11:42:50 +0200
Source: node-combine-source-map
Architecture: source
Version: 0.8.0+ds-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-combine-source-map (0.8.0+ds-6) unstable; urgency=medium
 .
   * Move to /usr/share
   * Bump compat and policy
Checksums-Sha1:
 45f723c08ebd1aecb86de128dcdaea9629419c7b 2463 
node-combine-source-map_0.8.0+ds-6.dsc
 1385b82008f1affe0d016cb29d843d5123ae5061 3804 
node-combine-source-map_0.8.0+ds-6.debian.tar.xz
 4be35eee71b057572e9c3fdc1a2ca86db8debcbd 7373 
node-combine-source-map_0.8.0+ds-6_source.buildinfo
Checksums-Sha256:
 d175ab1cce593455c092e0f69dcfb355ecd4513ccb5a0f8450eac0139ec78b5f 2463 
node-combine-source-map_0.8.0+ds-6.dsc
 74aa30dbcc1db4da0a06e408a04f2749ac8b7fa674f91f4dba55754284a0cb6e 3804 
node-combine-source-map_0.8.0+ds-6.debian.tar.xz
 c6edd7a0b6b343ff92af6c4f4bdb6865fc2efab18d41dd694dfb4f415a3e 7373 
node-combine-source-map_0.8.0+ds-6_source.buildinfo
Files:
 c3f99154723a330f5e9b124cf6788da7 2463 javascript optional 
node-combine-source-map_0.8.0+ds-6.dsc
 55d40338cbc10e1e5df839d0487209f4 3804 javascript optional 
node-combine-source-map_0.8.0+ds-6.debian.tar.xz
 b9ee3562aa16efa47115d25582bb8d0f 7373 javascript optional 
node-combine-source-map_0.8.0+ds-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1w2QsACgkQADoaLapB
CF8GnA/+Ja4DrZykoPTwKzMcl2XqIhE0ZlqqkIR+CmQZad1qBZ+GCOraNvN3sPKF
E2Gv9fBaWjjQF8o1Q3XLVc4NIYdMmxco4ymBks/6geCKMKvsj5Q30ahsiQMev4/z
y6wO3Tit0PtE5Kgb3JmfpEGxkUq/9TacISKSiTsdwxYbMVslEbumXpGKdxUAd3sH
upCG09TyerTAz9pdug5AFaNg/yR/hEKuwODy8/YYc9E17O9dCLJH3w0djVRB/9SR
3KppXt5Pjp1+a31iw2gEXhiWcx5SlpGRW+rYsR69TPvo4JbIIu6hb6QfM4mRcCCc
ki1xgZK/GJ7BOi/tdkorSGWv7VYOtdf1AwA7zGNaIoYyH90KwEM4THzQrmQga/Zd
6BprxAew+o0zgiDNB+y30uZ8B0Di3l6G+LREn/Fyfrgibq6Js1whPFBZzkbOrUA9
qAVXvJFRxTM5rPDpJeQkTX+DKhoSQhbrOg9hq/i6u+Q9Vn/FuN2X/hYbEIQ6nkrA
vj4/DY90YOiq4X0yv1ZAn88bbLqnHS3Zf4okXdnaM5Ygultfatveh8Nvtqw+8a1P
Tz20pznqSVjiaGOpzB7P2wH3voINnLDgVCkzwiw24RbyJHYBj7a8hGz2Wxsn1gsy
1WeoQHWJSx4uhr8a734HqppFkJmK3hgzDyDJRMUJ8/ZBg2AvFBQ=
=G79f
-END PGP SIGNATURE-



Accepted node-hawk 7.1.1+dfsg-2 (source) into unstable

2019-09-05 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 11:29:20 +0200
Source: node-hawk
Architecture: source
Version: 7.1.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-hawk (7.1.1+dfsg-2) unstable; urgency=medium
 .
   * Team upload
   * Upload to unstable for rebuilding.
Checksums-Sha1:
 eabca6a72b722c8b3f7a4e746c9055cad739719a 2171 node-hawk_7.1.1+dfsg-2.dsc
 74e01994fe1c2872e582f96a8ca28be3af2a10b0 2788 
node-hawk_7.1.1+dfsg-2.debian.tar.xz
 6dca52c3b2296cca53d7d42c4bbaee3c935ce15b 5820 
node-hawk_7.1.1+dfsg-2_source.buildinfo
Checksums-Sha256:
 fb48ecd9b26e7df9f93dbca5fd6fa71ca6b933ab36a823c5231b4d758b6680cf 2171 
node-hawk_7.1.1+dfsg-2.dsc
 bd15bc7f3b88bbaf5913de7dc36ea6a2086c9a44830386a116f086c9d529d981 2788 
node-hawk_7.1.1+dfsg-2.debian.tar.xz
 56c5a4a470f3037a2f8ff496fbeeae838b023a42f9c32a96a2184f14c1c98ffe 5820 
node-hawk_7.1.1+dfsg-2_source.buildinfo
Files:
 ed952f26be5dc9f5294463aa1abfc931 2171 javascript optional 
node-hawk_7.1.1+dfsg-2.dsc
 d9e4f5666df297ec8a876853f675b190 2788 javascript optional 
node-hawk_7.1.1+dfsg-2.debian.tar.xz
 b803ad02f1fd1c78bde274102f6343f8 5820 javascript optional 
node-hawk_7.1.1+dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1w1lYACgkQADoaLapB
CF8YuQ/+LicX9/C0mVb/lNlqMZxEUfrAzyKxnyBiCTtQmkBI6U8Yiusv8T/f3jBB
ATQTfnVbpiPUPmJBcgx+Ev8e5FK7MqaPxUZss2VWhC+yBfLePdIZWKzH/0dgAfR+
jJZleM71Zl8rJ1wFdOMQvj+ED5H4ESlJpbDSfH8r1Nh+EtFd6gBMw4qVz5b+xtxh
0anqqEq4Dxqn90Ice8g0kHIzzTVP2k/kQIestult+0MxURSIEOYuvbw37qlfZvy3
kae+LEf2oRHWPzY25mFuZrBXvYt+/cIe0Kk4fAT/9zEer1u10qVt6itMYZOFLc7Q
IdQvjfUkBZgVfNBPsV0QBgUGMWeF1WCe2Qsw/fSLRakkYmq3TMqhoS0ppU/7AVZL
JCX9ewGQrpuqKg1/lKHfMQvAfgzgieZgIHZsQAnN4zF/67sVPwET6OLDApK1Eeoq
DVv6A532O504F+Yk2Dp3ebJN9k2E7FPy0+jZnAcIgMUL20N9nibru4nkQUBMfhw7
LFr6dlN5xQ1NwqJMsNl5qJPXJh+K7+D1WB5JPHbLNrPTeCNNFITCW/lIeN9WPPUR
HYrBIaQZAIIlb0pVu6fpiODL0pNAtl0BMIWq1omPWpjP4yuj0cd9ST9drr0d50zn
Bo7eEDsNeJKdnHP26C8XbvNzN+JEKQjE3UENemPT2BWp8nRP8N0=
=syej
-END PGP SIGNATURE-



Accepted node-boom 7.4.3-2 (source) into unstable

2019-09-05 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 11:10:10 +0200
Source: node-boom
Architecture: source
Version: 7.4.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-boom (7.4.3-2) unstable; urgency=medium
 .
   * Team upload
   * Upload to unstable
Checksums-Sha1:
 b7c13b18c3af88fdfa5ba440eaa6c14d0e52adcd 2048 node-boom_7.4.3-2.dsc
 1803df978fcf440b94900f2d1087ac1fbdb8afff 2492 node-boom_7.4.3-2.debian.tar.xz
 37f507fc7d9f7ac8518b56684fd6e6d86f5aca23 5669 
node-boom_7.4.3-2_source.buildinfo
Checksums-Sha256:
 52dcac85d91ca8002b9da2fda732a3f363d72a44d4afd42b8402ac8b285bdd83 2048 
node-boom_7.4.3-2.dsc
 3a54450091f0d407e0d5e96aeaa43f2276a4faaf349b3f16d9e4ba1c9c4a5e1d 2492 
node-boom_7.4.3-2.debian.tar.xz
 065f2c61eeaa54d0546b74e643fc3432376ce0d9a60cb86679616362b119c088 5669 
node-boom_7.4.3-2_source.buildinfo
Files:
 73da8f489f45c00a13b3813f33ccc1c8 2048 javascript optional node-boom_7.4.3-2.dsc
 61feff88ac7a175219e69fc6ad5c76c8 2492 javascript optional 
node-boom_7.4.3-2.debian.tar.xz
 32cfab8bc7e51d32268ba5157cbd0f8e 5669 javascript optional 
node-boom_7.4.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1w0RkACgkQADoaLapB
CF+o1A//UvLnkd/bt2J4vX/p//dkbHCgizxP1lPqnOkCVCkjZBbQIEgAHR6sLBLZ
stzy6zcpvOLP2mRvfgiQrK3CM81RHXwVWVpemFtWxd5qPkZCYXgLseqmZPB0Ar2v
yh7UexjKBYGVY84n5zoCsqb7y/ySTmCbN+Ad5U+7P89MABzLULGD/XTOQnxf4PN2
7rs6zXEQ2K9llg/+rMvXOaL9K82i7CaZU52H0fwRJJFk+rgDa2FhMmCQUS+mleRz
/KUj0GUn0f6uKPfiXQOMAryIt3IkQ2kfKNtYmuGSZjAArnZM51J891uqpv9XXSQ7
rLTxV7h60B/bJiWtOg7zpKyV7BYU4uOajOfZkqUCBBxpAwlFx9tmaqoEHUFQuVsF
Zz5Yo62ePfl6QXKEhk6wfNZa0VCub3oMp3SpXHbEEZJMIElXw6u0oyjKDkL43lNu
dPygONqVIvV0aQXg6ptcMoqYIEQYCn9aI4htm+LTOZK/PP1oQjFBwGXjJdDGXgoF
CoM5/H9nSuBUWxAUqRbSr1j+xSU+KXd6RXLhLwDhB7EhIHw2Sb8QDN2ZysYbj+9X
pEkhaV/GsG+yw8fPkrPdR8RvkY8OYSkxQBeaWZq9Z//tp+74k1GntUUjFteQ9eHl
fXnY0gTv46YxS/cLPcF7ZqZup5rG3xcXFM0jjhEDXBDCgnrXVgA=
=EPdj
-END PGP SIGNATURE-



Accepted node-code 6.0.0-2 (source) into unstable

2019-09-05 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 11:24:15 +0200
Source: node-code
Architecture: source
Version: 6.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-code (6.0.0-2) unstable; urgency=medium
 .
   * Upload to unstable
Checksums-Sha1:
 0bad5cb8a7ba02bb04754bc79ee265d11a0958f7 2012 node-code_6.0.0-2.dsc
 2cacc210e700b4b58ac6731e90032c9ea6eb67cb 2748 node-code_6.0.0-2.debian.tar.xz
 62c4df86ff9b1313f573d772fe76d69361f65226 5624 
node-code_6.0.0-2_source.buildinfo
Checksums-Sha256:
 429895c9631437becf502a2c45dbaf758144692b2b3d13b98acc3358a62d6ed7 2012 
node-code_6.0.0-2.dsc
 9aa6f9cfd2a4212c37a7242add206b55dbd1ed5bb521e6d89b1dc4bc2f7a136e 2748 
node-code_6.0.0-2.debian.tar.xz
 b8f807474b9e02f33d45c648c409d1d7ed3a7c1df3738d674b691b5c72e2ed81 5624 
node-code_6.0.0-2_source.buildinfo
Files:
 2a71e3afeaa15853191c3bae1638a956 2012 javascript optional node-code_6.0.0-2.dsc
 e26ed819fd338f07236188f7285c0a97 2748 javascript optional 
node-code_6.0.0-2.debian.tar.xz
 3900e4ed3e7c6b9f6e6f60ceb9c8edd0 5624 javascript optional 
node-code_6.0.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1w1IoACgkQADoaLapB
CF+rWA/+OCKtcSSwdBHqHWCpITsmYrh4i+q3BQqgOQBHkoqXTm0amMgjgZulf0U8
xQocu3ZFpWiT4HBnE1C0ZoYTG7o7eRBUgnIO/iAZ+pR/ZeJkjZgpPJPRG+aaONF+
zfUYJsC3w4/2ypKcoMQ5Z7M1RC2Q6i2/b3plxGYtHoS3D2iNoZLq+vH0dnCJcqwV
kHTj6lsFFtl/r1U3fc00+vPXQ4o2t2wBG+YRJg4ASzjMdZSsakmzhn8XR9jm717g
3cHstfD8qpcaO9U+JrxRw4sSG5NHaZdxdccQX7d0JskBrGxNS7pQKrrx97ZMkwl5
Qhv7Mpq1fF1wHuNVndOUjn1JKrpg6rqdO4egrq74DuPhDqvJuKH631PH8F1+Dihz
/n7XIC8M6uNf+OAPYUIhu2Tqukac8ntRw4a3Hx5Qwopdx5342yKDefKKXCDYT4xc
HRZCb7RejNuPvaLmhv+HEt0wSEFtsc3yzeSzzOQFJRoODjPvLGrk7Ek40HA5fwc3
M6QNDFQCqJOYNiACCKEie2DHijtJGXAW4tPYDZkV5cQMCCYYTcrI/ZT00e1Ax70i
R+g6pZ7nvvBZ330g84N25cJGPVmEYJBiVkENIvmk3pGGAV1JYB3Hqfyqi+1vWc87
ylNlmI9WLOt8/+j1cFCbMOhKUaIEMH3AG/ihWauQq6AZOzoZ3H4=
=XBvk
-END PGP SIGNATURE-



Accepted node-sntp 3.1.2-2 (source) into unstable

2019-09-05 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 11:26:59 +0200
Source: node-sntp
Architecture: source
Version: 3.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-sntp (3.1.2-2) unstable; urgency=medium
 .
   * Team upload
   * Upload to unstable
Checksums-Sha1:
 d0cbfe441346e955e4ed02ddd2d84dfbf9926cf4 2142 node-sntp_3.1.2-2.dsc
 6d840fcb2bf506b4637712bfbf38883957836379 2564 node-sntp_3.1.2-2.debian.tar.xz
 b3f3de3c679148edcb31ea4b52861cff2f81f3f8 5693 
node-sntp_3.1.2-2_source.buildinfo
Checksums-Sha256:
 3680bbcd9a9481f8e7ac7befaad7cc7df10f45b6b6054c478557ba088a103ceb 2142 
node-sntp_3.1.2-2.dsc
 892924a67ba20f14e545145fe8cfd116e30e449d43c68a58dbae0883c7ce10fe 2564 
node-sntp_3.1.2-2.debian.tar.xz
 65d01d8bd0e54899ef6d69f918513855d27c45175a41bb329da05514c647cefa 5693 
node-sntp_3.1.2-2_source.buildinfo
Files:
 2d6ed2805fc7e899646eeab50b8e9c1c 2142 javascript optional node-sntp_3.1.2-2.dsc
 ef6481d43623525f18b51f97bbc2d262 2564 javascript optional 
node-sntp_3.1.2-2.debian.tar.xz
 c2a37bb2cd45174be64f77935fbcb6a1 5693 javascript optional 
node-sntp_3.1.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1w1QMACgkQADoaLapB
CF8HfBAArMHTjjyfSW94EQMjyrnFOcG+8zOxlNt2VeYPFK4QIPGzduUWVxVrux+m
ePWl+k0Pv8QdxZfmowjXXBBeNk7qt9vlh524HxSNCeyEssrykA7TjH5meKKkVvQq
15jbzVFYjegCkr5Z8EoYumfwwszv2H/BuL4G7TciaGnel2B7EEAHpxrkYwJUdg99
naI1Da6gUrbVFASEqMzdHcLCFj09W5IJCBDULInwfZTGTXHsYHQweQN5fgN6JmGh
UZQZFvtHe1X1uoFTgn0A13dDJ8oaIMGv1AFNPTnwQA3AyT77zXmU8bEz7EsbCxRM
GhoL7Q9cGL0949qYqySZ1mA1EZ0zKzBzlqn0cZz2Xib6VbSN6tFhxVqE4JWL0V+f
+cjkIJdPSYIBunm2xdYl4guVF7o7lNIlbPQw+CYdO3K3IVQww0hZkA1PfgCIfq9x
TkxwZbEIp0rENcgvv85QEq0w1Zi5wvYrXG4SazsqTXDK/lIi2tO9NoC6CaT1uSyX
kBY3sP0RgFyG7O75rWaYQsjfSuXtsXNIXtUDBnXOvUI4tMk26/DS0uQO8sonkOxn
C7nKEuJehdJsZbYRQ7aJfKPwF2FizHt9LP0AIXEabAyH0uMMEh9ZQnOegLfQPExj
r5HaEdsrQnAvRcRZo73BbC6ktIJcYnvsiETigsAPKPL2QDD+dPg=
=dy0f
-END PGP SIGNATURE-



Accepted node-cryptiles 4.2.0-2 (source) into unstable

2019-09-05 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 11:04:49 +0200
Source: node-cryptiles
Architecture: source
Version: 4.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-cryptiles (4.2.0-2) unstable; urgency=medium
 .
   * Team upload
   * Upload to unstable
Checksums-Sha1:
 58fc47386d5c332b50be751b6b6bcc0e9d1893c2 2070 node-cryptiles_4.2.0-2.dsc
 c8f78203ddb57cf5a58674a7e0a6d7a153a140cd 2532 
node-cryptiles_4.2.0-2.debian.tar.xz
 c6e4c5a8cb2e06e742402cbb1d68b2e7952fcf95 5718 
node-cryptiles_4.2.0-2_source.buildinfo
Checksums-Sha256:
 9be6c08be85e5557c11ed344b7eff997f2369baec32e8fecba02c1f2b706d11f 2070 
node-cryptiles_4.2.0-2.dsc
 8ec3076fdeb32c87a49ab4c0d479931ea6cb9760ffa18cba81b2ab8a2ba13e68 2532 
node-cryptiles_4.2.0-2.debian.tar.xz
 3d215584ee83ba139842af5aee32cc0ce25cc4c57ccb5f83729afe991fb4be35 5718 
node-cryptiles_4.2.0-2_source.buildinfo
Files:
 d769f0b4cc2bcb8fdb4ae02a54aaca8b 2070 javascript optional 
node-cryptiles_4.2.0-2.dsc
 41a6ca441487476b4fa5d051c948b166 2532 javascript optional 
node-cryptiles_4.2.0-2.debian.tar.xz
 1faa581d9789d79f032204d1c1aa8031 5718 javascript optional 
node-cryptiles_4.2.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1w0GMACgkQADoaLapB
CF9HNw//alKN8dQlhXZJ8oH4euWtS8+lzBuxC7aEGtoO3NYUF5mOaIBABQTNBd3u
AtQt6mhnKerDscwEepePIEuUc5CBVOeva8DzOhU40qJNXgz8AcHsRhUE49J71g6b
R9SCXJk9EWCzME3vc/PE5inGFbLDmRxeaX22zRtEkTmrXv18aCYlQ9nzfoIdozSi
6RPzxnIVZP9uB/PLWNahhA/9n42s7W3hm9p0C/ghP+5hAH7K6EBEFHiNK7Rnn3Mr
xvt32ERQPjCz4lQHlMtjxYhCS95MHG4TjuhtuFmb7j+ixDonFs0RWe7ekzotzv5K
oyOuc/Elv6H0ufQj/knCy10ds+ze9c9trPE3REdZt2Wfn9AaI0DzmkXWYj/T2z/y
gqxOs2SZUfpRXGok/QrODLAcXbO7T79BoLqrq5ypMNFhnQND/Uqu6MjMC5um8SU9
xjW5WK9l2Yo51piZOOSGiwL08eo1X1vEgCpEX2qNUGThtdpLEfWZynkMKeOOvbh2
g2b84Z/bCqh6Szdq7rpgfUfF6hrm8tROYv4TmNoM8JZRd1l1tlq99gJcc8J5H/tF
bT1TiimRUsDzW5PUg2vRC1PTdHBCYsP+n3oKehBdfb2GZxrjb2M2gYQnBCxZRUg8
FMIHUQI1y5XBSEfZiAsHKQYfVqEThYa3Yi866g1hx/YHDN4Fd7I=
=7NN0
-END PGP SIGNATURE-



Accepted node-hoek 8.2.2+~4.2.1+~1.3.1+~3.3.1-2 (source) into unstable

2019-09-05 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 10:44:04 +0200
Source: node-hoek
Architecture: source
Version: 8.2.2+~4.2.1+~1.3.1+~3.3.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-hoek (8.2.2+~4.2.1+~1.3.1+~3.3.1-2) unstable; urgency=medium
 .
   * Team upload
   * Upload to unstable
Checksums-Sha1:
 646d0b7c364c198ddca47318fabb52428b96f05c 3228 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1-2.dsc
 ae2d131094f3d0bc97cdfa11f7d10ef20b506485 5863 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig-node-hapi-b64.tar.gz
 472f699b2430c0e1be5ec1fe11fa2c39a23ca920 5442 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig-node-hapi-bounce.tar.gz
 42105bd0bc4f361bea0e32daa4bc96a04ded1d55 3596 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig-node-hapi-teamwork.tar.gz
 00c4a766b328a3bbd74fba321a5a53ec75a176b0 30384 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig.tar.gz
 511cf7fbe525aafbd3717ab2f5eb9bf0b9880411 4164 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1-2.debian.tar.xz
 1beeb511aa4cab79497c3fd2bdf6146a75213757 5708 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1-2_source.buildinfo
Checksums-Sha256:
 304306e34ec8710164e27269ed6db1e5297c13b041a2b3f974f8a82a21f22fe1 3228 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1-2.dsc
 8ee493df3201b5599e9416c3af30df32c251ffa8b7156c1e6d4a0befc44a5899 5863 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig-node-hapi-b64.tar.gz
 e7612b846d511044c5448248a559ca796909fdce1ae8232530bed33fc1a9f55c 5442 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig-node-hapi-bounce.tar.gz
 b03a5b6edcdef84979da3902f7e95f2f2db4d3a355772486b0d0149d670ecdff 3596 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig-node-hapi-teamwork.tar.gz
 d844a618eb13d1232b7a0fb78d02bba87b5565f621f4bd112269aa81b0f13336 30384 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig.tar.gz
 491d3319406bfab9c4f2d4fcc2b6fa43ef2c0a96abfc40ce0f4c57318b7696f6 4164 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1-2.debian.tar.xz
 d34d69024a982d381076611ae2bccef3ffabd497e8d7974e9f9f8c6a31cad27c 5708 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1-2_source.buildinfo
Files:
 52a8f5e5e766384816b868f031a2a10d 3228 javascript optional 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1-2.dsc
 2e1c54d81bfdfc85322e40b9ae23e654 5863 javascript optional 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig-node-hapi-b64.tar.gz
 7901da94feb700d2feb87342c2d5276e 5442 javascript optional 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig-node-hapi-bounce.tar.gz
 85c1c97335a05432429f20c5d2fa80a8 3596 javascript optional 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig-node-hapi-teamwork.tar.gz
 c5e529dd92d2bfd0e8a489f4764ef7b3 30384 javascript optional 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1.orig.tar.gz
 a9c543fe3159e1ead75e4c55cd812aee 4164 javascript optional 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1-2.debian.tar.xz
 2d2c1eef55e0540c9eba53187cc6c5a7 5708 javascript optional 
node-hoek_8.2.2+~4.2.1+~1.3.1+~3.3.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1wywIACgkQADoaLapB
CF+Hdw/+IjMdMjFKFVUrLElLUQakV0vCgA//ODs3maMpiZcWIit5Uy1h2+oZC6iy
gTlhziaE5LkholJkrlKvabJaT+rtNylvt63cK9Oc9+g0ZcaB02psF9GaH8mTHSOu
6tEJQ0PwjNM8BZtlLxQ7z2TEVhshLag4wFVaEc77BPkBWddycN9pwc49R/50veu2
UdAbI3Fg64AcP1UOyG4gxcSBUeOnJsvg4a+MZzeTSu7TxeBUGlHFnNP++y948KHo
z4Ll2JBJBckr0IlyAzK6vApPnBprVdXSrNRjPB6cAyPSczwEZnB9GjhgmfXcbpdH
heflgxWXIc0oevGFiLIIC99m9O6Y+4+TPa2ywJIas52i7c7Xf8N9Kj8hqhmRMDP0
Fkfxw0bL3kbfb0+Gqxb2ZBCKXAn1i/qfzKDbbAtMEQxunyn+lqLWESk+RONdy1wf
yu/6v12OIjv8+F9DAw6q6h40+spoP9ylTMYnGb96hQtqZfufI3whYHesuCQkPRJm
JCSvEmABW0oQhD1tEJ+wKrr5DKICM0s1L43ztCFIUwQ2l4PSBlSHsq8HguNCe+pQ
mub6MOa5ot1ZsjwgtsEHmnZUeui4LfsblaNFr23yY3cvUkEezS/dG/INy2UbMDPc
j+9Ut8UtD3ZYe0CxsYWgQD11fdZK2Fr6GHPyqXoGswrPvNGxjCk=
=9RdU
-END PGP SIGNATURE-



Accepted node-hawk 7.1.1+dfsg-1 (source) into unstable

2019-09-05 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 10:18:55 +0200
Source: node-hawk
Architecture: source
Version: 7.1.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-hawk (7.1.1+dfsg-1) unstable; urgency=medium
 .
   * Team upload
   * Deembed @hapi/b64 and @hapi/hoek that are already in
 the archive
Checksums-Sha1:
 68b1b7027707d8985098b9b3ab759e481a969e04 2171 node-hawk_7.1.1+dfsg-1.dsc
 711060e8ffc798dc64031c3ed1dc6ca363ae2f96 32256 node-hawk_7.1.1+dfsg.orig.tar.xz
 ed6c363110dd549710fd75c8ec5b6410c0eb1195 2788 
node-hawk_7.1.1+dfsg-1.debian.tar.xz
 4fe3d2ed7e719e0fc03ecd11870c7b30970507e7 5820 
node-hawk_7.1.1+dfsg-1_source.buildinfo
Checksums-Sha256:
 7921e2769522413c8c93939094e8b8b8e4ac9db4e95a758d5654b31e237c32a0 2171 
node-hawk_7.1.1+dfsg-1.dsc
 6eaa1a219ec1877cba713f5f27b8388981739d25696329646bc9cfa6b1511ca8 32256 
node-hawk_7.1.1+dfsg.orig.tar.xz
 6adeb80932b0bfcfcaf7466828780a04a7f965cb3d75ee57a64ccdd295c8c62a 2788 
node-hawk_7.1.1+dfsg-1.debian.tar.xz
 5d7f3d77420bd795eab9a59644686053320707f68454400cc307303ef5ef5236 5820 
node-hawk_7.1.1+dfsg-1_source.buildinfo
Files:
 b8601a536b3c33731a2240470e9af99f 2171 javascript optional 
node-hawk_7.1.1+dfsg-1.dsc
 4966383cab77ccef85a718220d3bfc99 32256 javascript optional 
node-hawk_7.1.1+dfsg.orig.tar.xz
 d49d74c099107a8ee33e376ae0233cc1 2788 javascript optional 
node-hawk_7.1.1+dfsg-1.debian.tar.xz
 97057d2207f19ca0d004936e6af41e52 5820 javascript optional 
node-hawk_7.1.1+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1wyhwACgkQADoaLapB
CF9VSg//eKkVW/C9AcH6B/yqkG7ixLEmHJJsZg2qbD3VDDtzTYwKtS/RkRpeYCrA
fPVeg7tJoVsIlH/PHTV8ZBaDwQSuc8RoRgQFJoF0AAQvjsMoJgWJWOauQPptHxid
LE+SgZMOOo8PgYhKg1pzU2zLq009GIhk+nr76pDu5aIv2lEpgG7msXEcD6TrEBXU
56vMPaOu0soU0AA7+nFwHgnfLPjMA3w6pxdITHMJthKLnnwvwKEZ6r9TeMieXhlx
BeumRQ+FvScgfhZFcEHtKpkHabnFGYusJpR9SFBcSr5fb68R3/Pekl+rDSggeDkg
1QqRGEoSYA+AxiTJPlvOrN6/Qcyt69o9diAq4SzffJYRNFfiBJngCDlEq2kR/OvT
WBikd887bm5MsvXsoCYVAxMA5GB7R47dAghsb6ZZ5IM6wkbwSdG+eB8TK1qLeB3v
IlJvN2y7o6GHK3MWdsTjGvYb3ChLLBnvWAHySIKf75bGsSz9Xu716FoM0vhCqGCa
SXPK7Zllpz2ct3f5BtquJ2eu2Z/P+7c5NRjGQix3UfgogRWk8ZKw2/BD4gMz99mE
r4/inMQXIdVTw9XiqwZcDqb0+um7Bw3vCTPIfLy4KcD/ltJaZWqZn+wjgibfZIde
j/YreAWx4TWxAY+7sKf99WvwOSQRKOMa3BLzIrhNtYF8Seq2tSc=
=4J/t
-END PGP SIGNATURE-



Accepted node-cryptiles 4.2.0-1 (source) into experimental

2019-09-04 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 01:19:04 +0200
Source: node-cryptiles
Architecture: source
Version: 4.2.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-cryptiles (4.2.0-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream version move to @hapi/cryptiles
   * Bump compat and policy (no changes)
   * Move to section javascript
Checksums-Sha1:
 0adaed754ca8adbffb67f59a122788aadcbd40ef 2070 node-cryptiles_4.2.0-1.dsc
 da6a2a387aee264c9e9c3aa152994b1bcfd10e9f 3192 node-cryptiles_4.2.0.orig.tar.gz
 33561130e79a947ad9bd27f44e9df635e15f986f 2508 
node-cryptiles_4.2.0-1.debian.tar.xz
 ab8a6082c24021653917441011b0ada40cd7754c 5718 
node-cryptiles_4.2.0-1_source.buildinfo
Checksums-Sha256:
 1fd49be8861ba3a6bf8aef62761188eb99ac4a8bd958c26228e32524c21cc129 2070 
node-cryptiles_4.2.0-1.dsc
 3012b0abdc729c04850e7b4aab61580cc61cdec76e5f213e6dd47e113555eddb 3192 
node-cryptiles_4.2.0.orig.tar.gz
 69d9b7bfdade9dc6087ecab8cc142eb207c244a7f3813c29fbe075b6f9541363 2508 
node-cryptiles_4.2.0-1.debian.tar.xz
 7bd92d314db18f0dfbe689c0131ecf19f6e4aeb17d4727c821f106b4a2bfaa82 5718 
node-cryptiles_4.2.0-1_source.buildinfo
Files:
 90a58bcff3ae35eef9fccae9c0cde790 2070 javascript optional 
node-cryptiles_4.2.0-1.dsc
 b971250e71e9920a52477fd3b373da07 3192 javascript optional 
node-cryptiles_4.2.0.orig.tar.gz
 4bb0b960f06a291a61b286751574c625 2508 javascript optional 
node-cryptiles_4.2.0-1.debian.tar.xz
 32e20a7f1758cf8efcdd9707888cd1b9 5718 javascript optional 
node-cryptiles_4.2.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1wR7QACgkQADoaLapB
CF+PBQ//TTEEwUZ2sRP9weLem3pPs5oVaglYD++/xJNoTpEBT/Nd6rzbSaRTKGLn
tSgyoGw4WAlb/qkjB7ZumpO28cl+ZFVgWlynMEa+MthqayYTS+L9jsxrEbZRj2mW
oykdwtEftOb5KIPKLajPXr7pe0zgipSfyAobgnAJuz3KO/QVyY5GiPa1xUjfHXn8
QhBJpy4VOoxlUkkMLbhSPOLJ+E8iCva9Fi53MhudG4jJkONuNAg4xA9HxDsWLw4D
JK9GJaIlCJx8DGqRnHYCPYrn8DtnR5POaPpoms76bMluVFeB6vm6FlolTVaw2K1J
qnh3iRJ+23WukHLpPBJUj/mJ4Mq43GXRdh1Q8lbdtLtc51TAzdOl0HRvC5PlaIPu
r1ze4DJ+r2w2edoYd+EUzj1AnsvW/2Gvuhhi3kzn7u/geAq6ubp3MQVCmuzSlyxH
wtY4oITkfLRnR9zreoVq3+oDyCw1wKRFPLDFoFvQOAvZObiXIxxlPbeXgY/AjXEm
pXDy4UQJVinjK8ih6Sl132cYus71EbMi0k8+y233vzsHRwbsSy9z4yjOaaVeQxBM
AW0D4jgt04dy2p2O4imUuOGQvSX+g8wWs4a5jZEvw1NuDZudkcNJVvAFOrNyIEwS
bJJpdoybn69Nd1S0KS6Ny5XhTM4jIM/XFDB5qwcl+ValhXWPPlQ=
=X7J3
-END PGP SIGNATURE-



Accepted node-sntp 3.1.2-1 (source) into experimental

2019-09-04 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 00:46:15 +0200
Source: node-sntp
Architecture: source
Version: 3.1.2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-sntp (3.1.2-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream release move to @hapi/sntp
   * Bump compat and policy
   * Move to /usr/share
   * Move to section javascript
Checksums-Sha1:
 3ed6a050ce6c620c4f163aa0bc7fa77f52bd071d 2142 node-sntp_3.1.2-1.dsc
 a86deb77c147857ac5d42c4b051f3acf7572f253 7086 node-sntp_3.1.2.orig.tar.gz
 1e67befe38b1fd3684b855d3f9cbfb094491c1af 2536 node-sntp_3.1.2-1.debian.tar.xz
 e20680087310718eca490982d96fac632251 5693 
node-sntp_3.1.2-1_source.buildinfo
Checksums-Sha256:
 b796621762fc272fc4f9704fe4a13aeb1e23e49e01630ef1fae0c8035a366756 2142 
node-sntp_3.1.2-1.dsc
 a6035dbfb84dcd5a4e4ee99fe13412a228623937d5bf005b8b410311dab21a6c 7086 
node-sntp_3.1.2.orig.tar.gz
 713fbfe207a987fac9ceca067c99d064fdfe251b5114333b04a2bf7886e1a1a8 2536 
node-sntp_3.1.2-1.debian.tar.xz
 1277ca4e905d60583470ec7e4ce88397d87d7c27f6268170baccb9a68bb87e11 5693 
node-sntp_3.1.2-1_source.buildinfo
Files:
 d7567da2f61c79dd9381847d0237f352 2142 javascript optional node-sntp_3.1.2-1.dsc
 a110aa2717860b0ea852d625452a506e 7086 javascript optional 
node-sntp_3.1.2.orig.tar.gz
 40736a7be3b03aa7572baf6b2b3e4b24 2536 javascript optional 
node-sntp_3.1.2-1.debian.tar.xz
 dc62b24f9b0e74e30f8db523467a5033 5693 javascript optional 
node-sntp_3.1.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1wQ2UACgkQADoaLapB
CF/5mxAAoBAtOq6o1s/jilhli0Vu75p68fcCXi1MlUs4Cp6XP2oF659li4aL7Lbu
XHajKsfFkesM2R4FG8b6vcbCTZ9tFd/ZVRVj9EJigIz1QDt4Kq9ej8KmIKSwh0/C
Nd2iWTyuimG9j8NJV/MKxHGWlqIaClneWNQ72ec0hko7AGHZ0UivZGudi+e494yE
gh3n6Ts3qgxiRfFZGIMuVZUOYjvpKRHkzbQpmVCqraS+YsHmH8q6Vx1LbHgxBAN0
YQAAwBre+v6eNWjhpNyc+9hShE7E/tneGASNOymgjV7YG12j4v7OgK1GRfsBXg1J
31xRAckvo+129jBuoAmuhpkm569Qv43yvMU+VElyDJADCpyQ0FIMEwLNz/xEPKc1
BCxuPP83PnjpB123JVZMN41dROVEHpzU+WljFpyy5erGnZqM4dtx9g7Uz6tRiDpK
3qAtuJi2u9HLkLRuc3+vaQYc2EXiwBxwlQtQyCQ4XCa8WRnTYoAg5Hwmoe3AaXQg
+uX6JCleKnPQNs0/fbCHTbQJAkuqspM5Dx0qKQEL7+MZzoz3NL/mS2t9rFavlLUJ
D6Uccs1fTAIPAZmOd23TvCKiU8o5VWaqitowImJQzTGo9XYqm4d5dd5lfbIihRbm
LqP4Vho4YLjiHWNunxYtCTNuKPueo6wFnjjzKEtzjLui3ymisHc=
=NjsW
-END PGP SIGNATURE-



Accepted node-boom 7.4.3-1 (source) into experimental

2019-09-04 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Sep 2019 00:29:53 +0200
Source: node-boom
Architecture: source
Version: 7.4.3-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Changes:
 node-boom (7.4.3-1) experimental; urgency=medium
 .
   * New upstream version: move to @hapi/boom
   * Bump policy and debhelper
Checksums-Sha1:
 ee370d195288f6fdb5a3ad0ee144d062d2fc057f 2048 node-boom_7.4.3-1.dsc
 8e442678edfecc927cf157db0331a4ae10ba085e 12495 node-boom_7.4.3.orig.tar.gz
 7df7432d2282be00f45512cb8edc03cb02ea39d3 2464 node-boom_7.4.3-1.debian.tar.xz
 66fa5c26b380772e202cff7095b2254d165e767e 5655 
node-boom_7.4.3-1_source.buildinfo
Checksums-Sha256:
 f154e7d8672b3aeadf6934a5cd6df58382941303bdc0378a80406ef24aa38e5a 2048 
node-boom_7.4.3-1.dsc
 4c2a61a11efd178507cdebf29efdad54328a353a905b8ccce29eb43a14686222 12495 
node-boom_7.4.3.orig.tar.gz
 8f38fe19cce435baf5ade05bba0572a307d0d6e56bb1f4ae923b2d1241df9ac4 2464 
node-boom_7.4.3-1.debian.tar.xz
 9d5602952fd6779e0f4db216143348427fd70637628d71ed62796d893f60c6cb 5655 
node-boom_7.4.3-1_source.buildinfo
Files:
 5733360e62f334db061da2c034406d9b 2048 javascript optional node-boom_7.4.3-1.dsc
 a9aae1ec6f22a7304b485bea6d28785a 12495 javascript optional 
node-boom_7.4.3.orig.tar.gz
 f1dc5c7fbe40b426c8196460451b 2464 javascript optional 
node-boom_7.4.3-1.debian.tar.xz
 35556fbea65bb38d6b0ec292e6fc0d17 5655 javascript optional 
node-boom_7.4.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAl1wO+8ACgkQADoaLapB
CF+3jA//eYRb/t7N0J6Mir9euP/ZUUoH6KMk6lfsBIrQNLoEYjuQwTGC9QEYF1db
2ShrsdxezQuDicrtNk9DTYaECM0jQ66VJ2xDTrT8IKOD14o1beGv38ArngNM99qW
289t/UzQ1EL0c8yjKtN73rFaPb5Z3ciX3Fzui4YeXejcrzAKTuxKnrbpWSBSsOA8
1G0Z35fDEkmfjLfpwvGCPBhauAYrx2KarKQ6dSS+sSq+WjHgp0+9Fxa0tdoMzbuE
fbYaL4mFM1WcJESdMWMRSzknmE5mMMXKFU0aRVcYXMVyhnL1uKdkaKoEDFtLVr9v
Rd9cXlxiMzQTotczaoZJmzt7X+r2e2OiTtHrYWlMZ8q+A2yA9Nd8coChbK1v8bY2
xlAtc6ST+aSxCty71Bo4ddW/sBGDlLIkM2jL4/N06k0GiW6ww0Tq1rhZmJKLjKya
3Nh9ACOwbJliTl994Ywr43n26vEekBjXy0CQpRWz1HyLvRTS/H/V/B5EbCCJt8Uv
KTadOrdfX7JGklGWHfpt7suuRlUnLTPKZnER1GJ+iaTbVXCN4lAS+/ad4C0PczsW
2Pqk7bnUMIJgyWJeHyG7aSLzB8emwdFXo+My4bKPXVg3UQo37es5kaG3TZOjfEmQ
JJp5d+K118DAx8bv+tEAdj41m/C3iik3OGx4RROM3So68Vq6rhU=
=exBv
-END PGP SIGNATURE-



  1   2   3   4   5   6   7   8   >