[Pkg-javascript-devel] Processing of node-loose-envify_1.3.0+dfsg-1_amd64.changes

2016-12-09 Thread Debian FTP Masters
node-loose-envify_1.3.0+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-loose-envify_1.3.0+dfsg-1.dsc
  node-loose-envify_1.3.0+dfsg.orig.tar.gz
  node-loose-envify_1.3.0+dfsg-1.debian.tar.xz
  node-loose-envify_1.3.0+dfsg-1_all.deb
  node-loose-envify_1.3.0+dfsg-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] RFS: node-tar-stream 1.5.2

2016-12-09 Thread Pirate Praveen
On ശനി 10 ഡിസംബര്‍ 2016 12:10 വൈകു, Paolo Greppi wrote:
> node-bl has been updated so node-tar-stream should be OK now !

You should commit tarballs with this name
node-tar-stream_1.5.2.orig.tar.gz (you committed
node-tar-stream-1.5.2.tar.gz). I have fixed it and uploaded, please
remember this next time.



signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] RFS: node-loose-envify 1.3.0

2016-12-09 Thread Pirate Praveen
On ശനി 10 ഡിസംബര്‍ 2016 11:55 രാവിലെ, Paolo Greppi wrote:
> Hi this one should be ready, please review & upload.

Uploaded, thanks!




signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] RFS: node-loose-envify 1.3.0

2016-12-09 Thread Pirate Praveen
On ശനി 10 ഡിസംബര്‍ 2016 11:56 രാവിലെ, Paolo Greppi wrote:
> BTW2, can you elaborate on the difference between ~dfsg and +dfsg ?

x.y~dfsg < x.y < x.y+dfsg

So if you use ~dfsg for your package, when a dependency on this package
is specified, it has to be >= x.y~ as opposed to commonly used >= x.y
(what npm2deb does by default).



signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] RFS: node-loose-envify 1.3.0

2016-12-09 Thread Pirate Praveen
On ശനി 10 ഡിസംബര്‍ 2016 11:55 രാവിലെ, Paolo Greppi wrote:
> BTW Pirate, what do you mean with "If you get it working, may be add it
> to a wiki page." ?

Document steps to create a dfsg version in wiki,debian.org so we can
just link to it when someone else asks the same question.




signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#847643: node-uglify: help output does not usefully describe the command

2016-12-09 Thread Ben Finney
Package: node-uglify
Version: 2.7.4-1
Severity: normal

The ‘uglifyjs --help’ output is not helpful for learning to use the command:

$ uglifyjs --help
[object Object]

Conventionally that should produce a usage message that tells the
reader what the command does, and all the ways to invoke the program,
with descriptions of all possible arbuments and options.

$ uglifyjs --help
Usage: uglifyjs --foo --bar COLOR --baz INFILE OUTFILE
Obfuscate the infile to the outfile with a snargle snorgle.

INFILE
The input file to obfuscate.

OUTFILE
The obfuscated output.

Options:
--foo
Obfuscate upside down.
--bar COLOR
Turn the output to COLOR.
(default: green)
--baz
Hum gently while working.


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.8.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_AU.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages node-uglify depends on:
ii  node-async  0.8.0-1
ii  node-yargs  6.4.0-2
ii  nodejs  4.6.1~dfsg-1

Versions of packages node-uglify recommends:
ii  node-source-map  0.5.6+dfsg-1

Versions of packages node-uglify suggests:
pn  node-uglify-to-browserify  

-- no debconf information

-- 
 \   “It's easy to play any musical instrument: all you have to do |
  `\   is touch the right key at the right time and the instrument |
_o__)will play itself.” —Johann Sebastian Bach |
Ben Finney 


signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#847642: node-uglify: manual page ‘uglifyjs?=(1)=?UTF-8?Q?’ lacks important information for all document sections

2016-12-09 Thread Ben Finney
Package: node-uglify
Version: 2.7.4-1
Severity: normal

The command ‘uglifyjs’ has a manual page ‘uglifyjs(1)’ that does not
helpfully describe the command:

NAME
   uglify-js - manual page for uglify-js 2.7.5

DESCRIPTION
   [object Object]

The manual page should have the sections described ‘man-pages(7)’ §
“Sections within a manual page”, with the content as described in that
document.

-- 
 \   “Following fashion and the status quo is easy. Thinking about |
  `\your users' lives and creating something practical is much |
_o__)harder.” —Ryan Singer, 2008-07-09 |
Ben Finney 


signature.asc
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] RFS: node-tar-stream 1.5.2

2016-12-09 Thread Paolo Greppi
On 04/12/2016 10:06, Pirate Praveen wrote:
> On ഞായര്‍ 04 ഡിസംബര്‍ 2016 02:18 വൈകു, Paolo Greppi wrote:
>> It should be low risk to upgrade because the command:
>>   apt-cache rdepends node-bl
>>
>> returns:
>>
>> node-bl
>> Reverse Depends:
>>   node-yawl
>>
>> The latter has a FTBFS big open for about a year, git repo is basically
>> stuck in 2014, and npm registry showns 96 downloads in the last month.
> 
> If it is easy to fix and tests pass with new node-bl, update both.
> 
> 
> 
> 

node-bl has been updated so node-tar-stream should be OK now !

Paolo

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] RFS: node-loose-envify 1.3.0

2016-12-09 Thread Paolo Greppi
On 05/12/2016 11:46, Pirate Praveen wrote:
> On തിങ്കള്‍ 05 ഡിസംബര്‍ 2016 04:07 വൈകു, Jérémy Lal wrote:
>> Add this to debian/watch params:
>> repacksuffix=~dfsg
> 
> I think +dfsg is better here, else any module depending on it has to add
> a ~ at the end to its version. May be we make npm2deb do it
> automatically https://github.com/LeoIannacone/npm2deb/issues/40

BTW2, can you elaborate on the difference between ~dfsg and +dfsg ?

I could not find any policy / standard on that.

What I found is:
https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version
which states that:
version = [epoch:]upstream_version[-debian_revision]
epoch=unsigned integer or 0 if missing
upstream_version=A-Za-z0-9.+-:~
debian_revision=A-Za-z0-9+.~ or 0 if missing

Empirical research shows that people add dfsg, ds or debian in many
different ways to the upstream_version.

Looking at the packages in sid with architecture and64, they are added
resp. 71, 16 and 9 times without separator, for example:

4.8.0dfsg
1.06.dfsg
0.2.dfsg1
6.02.dfsg.1
0.62.dfsg2
0.12.10dfsg2
...
0.5.ds
1.45.ds2
2002.04.10ds1
3.0.19.ds1
...
0.4.2.debian1
1.2debian
5.6.debian.1
0.10.32.debian

The most popular suffix separator for dfsg is + (694 times), last comes
~dfsg (79 times) and finally -dfsg (15 times).

?

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] RFS: node-loose-envify 1.3.0

2016-12-09 Thread Paolo Greppi
On 05/12/2016 11:41, Pirate Praveen wrote:
> On തിങ്കള്‍ 05 ഡിസംബര്‍ 2016 03:45 വൈകു, Paolo Greppi wrote:
>> It does the trick because the lintian error is gone.
> 
> But its bad for long term maintenance, any time that file changes,
> you'll have to refresh the patch.
>> I'd rather avoid dfsg rightnow because :
>> - the specific file is part of the javascript corpus the test suite runs
>> on (which we can't run at the moment anyway since it requires browserify)
>> - I don't think that makes the package "non-DFSG clean" as a whole
> 
> but the removal is for dfsg.
> 
>> - sheer ignorance: the dfsg_clean workflow being new for me
> 
> See node-levn for an example.
> 
> 1. Add Files-Excluded to copyright
> 2. Add repack options to watch
> 3. Rename to +dfsg.orig and edit the orig.tar, remove the file (I use
> graphical tools like file-roller)
> 4. Edit changelog
> 5. Import the +dfsg.orig (gbp import-orig)
> 
> If you get it working, may be add it to a wiki page.
> 
>> There are about 6 dependencies left to go plus babel + gulp as build
>> deps. The latter is the same short-term focus as
>> https://www.generosity.com/community-fundraising/debian-browserify-2 so
>> yes maybe it can be done !
> 
> This campaign did not receive much support (only 7% of the target). But
> we are still working on it. We need to complete about 30 modules to
> finish gulp. Any help in finishing that list would be awesome.
> 
> All babel modules are in a single repo, Shanavas is trying to automate
> it. But we still need to package non babel dependencies from here.
> 
> https://wiki.debian.org/Javascript/Nodejs/Tasks/babel-cli
> 
> https://wiki.debian.org/Javascript/Nodejs/Tasks/gulp needs tiny
> submodules of lodash but we need help for that
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845227 can you try it?

Hi this one should be ready, please review & upload.

I have applied Jérémy's recipy with success: uscan is able to produce
the dfsg tarball automatically ! No need to manually edit the tarball.

BTW Pirate, what do you mean with "If you get it working, may be add it
to a wiki page." ?

P.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#846007: marked as done (node-grunt-contrib-concat: Incomplete debian/copyright)

2016-12-09 Thread Debian Bug Tracking System
Your message dated Sat, 10 Dec 2016 06:03:30 +
with message-id 
and subject line Bug#846007: fixed in node-grunt-contrib-concat 1.0.1-2
has caused the Debian Bug report #846007,
regarding node-grunt-contrib-concat: Incomplete debian/copyright
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
846007: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846007
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-grunt-contrib-concat
Version: 1.0.1-1
Severity: serious
Justication: Policy 12.5

Hi,

I just ACCEPTed node-grunt-contrib-concat from NEW but noticed it was 
missing attribution in debian/copyright in:

  tasks/concat.js:5: * Copyright (c) 2016 "Cowboy" Ben Alman, contributors

(This is not exhaustive so please check over the entire package.)

Please address these on your next upload.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- End Message ---
--- Begin Message ---
Source: node-grunt-contrib-concat
Source-Version: 1.0.1-2

We believe that the bug you reported is fixed in the latest version of
node-grunt-contrib-concat, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 846...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pirate Praveen  (supplier of updated 
node-grunt-contrib-concat package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Dec 2016 11:07:45 +0530
Source: node-grunt-contrib-concat
Binary: node-grunt-contrib-concat
Architecture: source
Version: 1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Pirate Praveen 
Description:
 node-grunt-contrib-concat - Concatenate files
Closes: 846007
Changes:
 node-grunt-contrib-concat (1.0.1-2) unstable; urgency=medium
 .
   * Update copyright (Closes: #846007)
Checksums-Sha1:
 798c50b72154a4a2085bfaa8e792b1abb1cad500 2283 
node-grunt-contrib-concat_1.0.1-2.dsc
 25730f27b4043f44c6a3fd6b4ab97ca75f2edc63 2564 
node-grunt-contrib-concat_1.0.1-2.debian.tar.xz
Checksums-Sha256:
 f5beeb42cf631fb9d5da702ecde41d21abf796032a806ab1fed7d4f89da8565f 2283 
node-grunt-contrib-concat_1.0.1-2.dsc
 1dc0edf71f54883fd1a8f5df7081dbb4493e4690e90443c9547ae9a6db43fc55 2564 
node-grunt-contrib-concat_1.0.1-2.debian.tar.xz
Files:
 bdb63e64d1060a784b3121421bfa76be 2283 web optional 
node-grunt-contrib-concat_1.0.1-2.dsc
 85fb17e51e94c0d0ffb4e69a276a1877 2564 web optional 
node-grunt-contrib-concat_1.0.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhLl0wACgkQzh+cZ0US
wiohqQ/6Ap/Xx7Dgk84yhtOIqgBL7g/Oik3gtrXdW4WCh+AzHPCcMY38Rv4TFITF
+wMsEUxiMmy/7k1SEzOdsP5PiT6JWu4RvPtNpOgjMNlarsr66iAvz1Hn4WEy6cBr
sBS6CAHiN5WZgcgF1LHR7uby2d9XTHdaI9oFPvYcQwpzb5WlqeKjIu9ADjtDU+Mr
WB+WVdTm6wPybp7yf928m5h1+wVkf1CCb8zm+ahLB+DQ6Ncu+h6kWNUMxO91iy6Y
dKDG8hS8d5H5HI5+ZOA6S9Vo6EuUgDPX+KBTBfUvs19Fnc8N/fSBiMCbYN+Rsh4S
f2PSOsptWgJLJMmIRk1tJf/8PnZdhSR8uM4kcDiI8V+Rc0zWisVyNARwenwvU4Dw
oyBKGfCDqLjaFxRoA95Nj4RQnzK3lMIOvwc9Bt62LCLodZH3/HdklhRbZCt1NOFY
wBC4BwDRYQpviGm+LfIMAvnjDGWo9PdkJFunUafEqSzFXeiHJwnpshseEgxENoMh
KRCqkK0HfYxzNZtDqxo9V2+izTnRj7y5WBLrxXIQFWyXGxez/xQOKB5dEAiYUgkk
SSwB4Tqomzhoe5vXlWHHrDnK9vF0aP5wag+pBMo4qCwJB9B4HTkKwEb7ZKDyimOD
u7X5hLyqWEWNjvYW66OfKsKcGQuGE538l4h9RfnzQLLoZWInAQM=
=j6Cj
-END PGP SIGNATURE End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] node-grunt-contrib-concat_1.0.1-2_source.changes ACCEPTED into unstable

2016-12-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Dec 2016 11:07:45 +0530
Source: node-grunt-contrib-concat
Binary: node-grunt-contrib-concat
Architecture: source
Version: 1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Pirate Praveen 
Description:
 node-grunt-contrib-concat - Concatenate files
Closes: 846007
Changes:
 node-grunt-contrib-concat (1.0.1-2) unstable; urgency=medium
 .
   * Update copyright (Closes: #846007)
Checksums-Sha1:
 798c50b72154a4a2085bfaa8e792b1abb1cad500 2283 
node-grunt-contrib-concat_1.0.1-2.dsc
 25730f27b4043f44c6a3fd6b4ab97ca75f2edc63 2564 
node-grunt-contrib-concat_1.0.1-2.debian.tar.xz
Checksums-Sha256:
 f5beeb42cf631fb9d5da702ecde41d21abf796032a806ab1fed7d4f89da8565f 2283 
node-grunt-contrib-concat_1.0.1-2.dsc
 1dc0edf71f54883fd1a8f5df7081dbb4493e4690e90443c9547ae9a6db43fc55 2564 
node-grunt-contrib-concat_1.0.1-2.debian.tar.xz
Files:
 bdb63e64d1060a784b3121421bfa76be 2283 web optional 
node-grunt-contrib-concat_1.0.1-2.dsc
 85fb17e51e94c0d0ffb4e69a276a1877 2564 web optional 
node-grunt-contrib-concat_1.0.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhLl0wACgkQzh+cZ0US
wiohqQ/6Ap/Xx7Dgk84yhtOIqgBL7g/Oik3gtrXdW4WCh+AzHPCcMY38Rv4TFITF
+wMsEUxiMmy/7k1SEzOdsP5PiT6JWu4RvPtNpOgjMNlarsr66iAvz1Hn4WEy6cBr
sBS6CAHiN5WZgcgF1LHR7uby2d9XTHdaI9oFPvYcQwpzb5WlqeKjIu9ADjtDU+Mr
WB+WVdTm6wPybp7yf928m5h1+wVkf1CCb8zm+ahLB+DQ6Ncu+h6kWNUMxO91iy6Y
dKDG8hS8d5H5HI5+ZOA6S9Vo6EuUgDPX+KBTBfUvs19Fnc8N/fSBiMCbYN+Rsh4S
f2PSOsptWgJLJMmIRk1tJf/8PnZdhSR8uM4kcDiI8V+Rc0zWisVyNARwenwvU4Dw
oyBKGfCDqLjaFxRoA95Nj4RQnzK3lMIOvwc9Bt62LCLodZH3/HdklhRbZCt1NOFY
wBC4BwDRYQpviGm+LfIMAvnjDGWo9PdkJFunUafEqSzFXeiHJwnpshseEgxENoMh
KRCqkK0HfYxzNZtDqxo9V2+izTnRj7y5WBLrxXIQFWyXGxez/xQOKB5dEAiYUgkk
SSwB4Tqomzhoe5vXlWHHrDnK9vF0aP5wag+pBMo4qCwJB9B4HTkKwEb7ZKDyimOD
u7X5hLyqWEWNjvYW66OfKsKcGQuGE538l4h9RfnzQLLoZWInAQM=
=j6Cj
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-grunt-contrib-concat_1.0.1-2_source.changes

2016-12-09 Thread Debian FTP Masters
node-grunt-contrib-concat_1.0.1-2_source.changes uploaded successfully to 
localhost
along with the files:
  node-grunt-contrib-concat_1.0.1-2.dsc
  node-grunt-contrib-concat_1.0.1-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#846010: marked as done (node-cpr: Incomplete debian/copyright)

2016-12-09 Thread Debian Bug Tracking System
Your message dated Sat, 10 Dec 2016 05:33:30 +
with message-id 
and subject line Bug#846010: fixed in node-cpr 2.0.0-2
has caused the Debian Bug report #846010,
regarding node-cpr: Incomplete debian/copyright
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
846010: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846010
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-cpr
Version: 2.0.0-1
Severity: serious
Justication: Policy 12.5

Hi,

I just ACCEPTed node-cpr from NEW but noticed it was missing 
attribution in debian/copyright for at least:

 * lib/index.js:2:Copyright (c) 2012, Yahoo! Inc. All rights reserved.

(This is not exhaustive so please check over the entire package.)

Please address these on your next upload.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- End Message ---
--- Begin Message ---
Source: node-cpr
Source-Version: 2.0.0-2

We believe that the bug you reported is fixed in the latest version of
node-cpr, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 846...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pirate Praveen  (supplier of updated node-cpr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Dec 2016 10:43:12 +0530
Source: node-cpr
Binary: node-cpr
Architecture: source
Version: 2.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Pirate Praveen 
Description:
 node-cpr   - recursively copy files - Node.js module
Closes: 846010
Changes:
 node-cpr (2.0.0-2) unstable; urgency=medium
 .
   * Update copyright (Closes: #846010)
Checksums-Sha1:
 8be369856d47e3ab001d729d2d20df85b3328881 2109 node-cpr_2.0.0-2.dsc
 c32ceea79f3150fa36d1200efd694a740f1f 2680 node-cpr_2.0.0-2.debian.tar.xz
Checksums-Sha256:
 a2ee5522e263e9ce08bc06b511b4b4c840047b982d58186ab4857d5378068ec3 2109 
node-cpr_2.0.0-2.dsc
 8a25dade6c72f568b440082bfbc1d45f3c889941b3871c5d26bcd3539233c6f4 2680 
node-cpr_2.0.0-2.debian.tar.xz
Files:
 667a9f7677bc5b616bc69fe16ae91cbc 2109 web optional node-cpr_2.0.0-2.dsc
 0a1f3752c4ec42761d9b0784715242ca 2680 web optional 
node-cpr_2.0.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhLkEsACgkQzh+cZ0US
wipYWxAAnrY9jRGf1NcNVgAOsR4n+GEkofJUxGy7wbcok2px9hurheBvZ5g1i6hL
jCA7iTZw5tqSSemyN+qRMmkCljQQwwbUj4GBHe5DMDeuF5fQaVNjR7BzP1ygClxo
7OQiYpXSsRMrcXkz5oPbEKcGycfX77OaZdcx7ObBU9+jdEIjrb3bLfP1Qzgec7Pi
WY3cpOr8wDgdYzSVe7ltY5ixepdSSXFXSRt19UHqUZu4ugv69/0TJVg2YKpWzBlU
VCadkCVmx2xNbyoWcZsk+Mpw72zdqgKHjESs82t3K1O0npsBq+GSba8G8WYvrODm
pssCL8bEIO/4+FHdeI5ctVk8+dzUFiJ8eDOxGPCIs8yLJRjZXfTHjSpTGr7xv7Ig
IyujFrC8WDUbcuItPFtkCpadQ/n783bh1QC+R9Lzj5uPx6A21pmdvKpXNPbuEHLf
bK51aRjl/ifeqWTkWZEBZxXMsL/Prtb4eLf60Bu0Tx2OiQzKdKN0+3qocTX3GhZv
72QeBtDCbZWP3vLS++ae5J7amFGePmHVFSH/VlclzYEcfPJCgEse1cmxA++pRzNb
/yY3S1g8NxWtpt0D7CY0xQSa7J8LDjJ2MqnKL56E14mRIRen/HLTtToMvtO7qkWn
qQyDrn0G73KL85Xbqb6ROrGqqn5SISKjGbAOsm9ocewr35mDcrw=
=u8wd
-END PGP SIGNATURE End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] node-cpr_2.0.0-2_source.changes ACCEPTED into unstable

2016-12-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Dec 2016 10:43:12 +0530
Source: node-cpr
Binary: node-cpr
Architecture: source
Version: 2.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Pirate Praveen 
Description:
 node-cpr   - recursively copy files - Node.js module
Closes: 846010
Changes:
 node-cpr (2.0.0-2) unstable; urgency=medium
 .
   * Update copyright (Closes: #846010)
Checksums-Sha1:
 8be369856d47e3ab001d729d2d20df85b3328881 2109 node-cpr_2.0.0-2.dsc
 c32ceea79f3150fa36d1200efd694a740f1f 2680 node-cpr_2.0.0-2.debian.tar.xz
Checksums-Sha256:
 a2ee5522e263e9ce08bc06b511b4b4c840047b982d58186ab4857d5378068ec3 2109 
node-cpr_2.0.0-2.dsc
 8a25dade6c72f568b440082bfbc1d45f3c889941b3871c5d26bcd3539233c6f4 2680 
node-cpr_2.0.0-2.debian.tar.xz
Files:
 667a9f7677bc5b616bc69fe16ae91cbc 2109 web optional node-cpr_2.0.0-2.dsc
 0a1f3752c4ec42761d9b0784715242ca 2680 web optional 
node-cpr_2.0.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhLkEsACgkQzh+cZ0US
wipYWxAAnrY9jRGf1NcNVgAOsR4n+GEkofJUxGy7wbcok2px9hurheBvZ5g1i6hL
jCA7iTZw5tqSSemyN+qRMmkCljQQwwbUj4GBHe5DMDeuF5fQaVNjR7BzP1ygClxo
7OQiYpXSsRMrcXkz5oPbEKcGycfX77OaZdcx7ObBU9+jdEIjrb3bLfP1Qzgec7Pi
WY3cpOr8wDgdYzSVe7ltY5ixepdSSXFXSRt19UHqUZu4ugv69/0TJVg2YKpWzBlU
VCadkCVmx2xNbyoWcZsk+Mpw72zdqgKHjESs82t3K1O0npsBq+GSba8G8WYvrODm
pssCL8bEIO/4+FHdeI5ctVk8+dzUFiJ8eDOxGPCIs8yLJRjZXfTHjSpTGr7xv7Ig
IyujFrC8WDUbcuItPFtkCpadQ/n783bh1QC+R9Lzj5uPx6A21pmdvKpXNPbuEHLf
bK51aRjl/ifeqWTkWZEBZxXMsL/Prtb4eLf60Bu0Tx2OiQzKdKN0+3qocTX3GhZv
72QeBtDCbZWP3vLS++ae5J7amFGePmHVFSH/VlclzYEcfPJCgEse1cmxA++pRzNb
/yY3S1g8NxWtpt0D7CY0xQSa7J8LDjJ2MqnKL56E14mRIRen/HLTtToMvtO7qkWn
qQyDrn0G73KL85Xbqb6ROrGqqn5SISKjGbAOsm9ocewr35mDcrw=
=u8wd
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-cpr_2.0.0-2_source.changes

2016-12-09 Thread Debian FTP Masters
node-cpr_2.0.0-2_source.changes uploaded successfully to localhost
along with the files:
  node-cpr_2.0.0-2.dsc
  node-cpr_2.0.0-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-groove is marked for autoremoval from testing

2016-12-09 Thread Debian testing autoremoval watch
node-groove 2.5.0-1 is marked for autoremoval from testing on 2017-01-05

It is affected by these RC bugs:
844137: node-groove: FTBFS: Tests failures


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processed: node-yargs FTBFS in stretch due to missing node-cpr

2016-12-09 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 846010
Bug #847614 [src:node-yargs] node-yargs FTBFS in stretch due to missing node-cpr
847614 was not blocked by any bugs.
847614 was not blocking any bugs.
Added blocking bug(s) of 847614: 846010

-- 
847614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847614
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#847614: node-yargs FTBFS in stretch due to missing node-cpr

2016-12-09 Thread Adrian Bunk
Source: node-yargs
Version: 6.4.0-2
Severity: serious
Tags: stretch sid
Control: block -1 by 846010

node-yargs build-depends on node-cpr,
which is not in stretch due to #846010

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-shelljs_0.7.5-1_amd64.changes is NEW

2016-12-09 Thread Debian FTP Masters
binary:node-shelljs is NEW.
binary:node-shelljs is NEW.
source:node-shelljs is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-shelljs_0.7.5-1_amd64.changes

2016-12-09 Thread Debian FTP Masters
node-shelljs_0.7.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-shelljs_0.7.5-1.dsc
  node-shelljs_0.7.5.orig.tar.gz
  node-shelljs_0.7.5-1.debian.tar.xz
  node-shelljs_0.7.5-1_all.deb
  node-shelljs_0.7.5-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] help with node-shelljs tests

2016-12-09 Thread Pirate Praveen
Hi,

shelljs is required for enabling tests of grunt. I have disabled 'shjs'
tests now (see disable-failing-tests.patch). Can someone see if we can
fix it? 'cd' tests are failing in sbuild because sbuild user home
directory is /sbuild-nonexistent.

Also chmod and ls tests that pass during build in sbuild are failing in
autopkgtest. Can someone check if we need to patch it?

Thanks
Praveen



signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] uglifyjs_2.7.5-1_source.changes ACCEPTED into unstable

2016-12-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2016 12:42:57 +0100
Source: uglifyjs
Binary: node-uglify libjs-uglify
Architecture: source
Version: 2.7.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jonas Smedegaard 
Description:
 libjs-uglify - UglifyJS in library form
 node-uglify - JavaScript parser, mangler/compressor and beautifier toolkit
Changes:
 uglifyjs (2.7.5-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release.
 .
   [ Jonas Smedegaard ]
   * Build-depend on node-escodegen node-estraverse: Improves testsuite.
   * Don't fail testuite when targeting experimental.
   * Unfuzz and slightly update patch 1001.
Checksums-Sha1:
 69b26b3a4c658a52fcb987e2c65bef6d01e57621 2206 uglifyjs_2.7.5-1.dsc
 ac1b891f021e3c9045c60868d4089667020dc920 166068 uglifyjs_2.7.5.orig.tar.gz
 e05a19181b6990fe357be0e0b6e2fed919845cfc 8812 uglifyjs_2.7.5-1.debian.tar.xz
Checksums-Sha256:
 a7c42a05baa5ff5eec9be7f1a32afb0be6e2a1410acaac2a757202b69b7fd472 2206 
uglifyjs_2.7.5-1.dsc
 2049fee2155ee771f8c77f07e60ef39ce4debd1d7d7d549dbd59ba2570550691 166068 
uglifyjs_2.7.5.orig.tar.gz
 941498cd443908c1b13173e0321d3efa36614dcbb6a563fbad4c909936522536 8812 
uglifyjs_2.7.5-1.debian.tar.xz
Files:
 22d094e2867f245149a9608fb2a61301 2206 web optional uglifyjs_2.7.5-1.dsc
 0b7c927124d877a479b2adf74d99b90c 166068 web optional uglifyjs_2.7.5.orig.tar.gz
 bcf3c939587ff395ba317938722166cb 8812 web optional 
uglifyjs_2.7.5-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhK+goACgkQzh+cZ0US
wip41xAApp0cc1e/sphtl//RiQc0VmebOqoB37BtngL65qDtd9C4cAVzB/O654+a
r9UJj8/d7ZdiSMfJAqkguRTFxoe2UrkMkNeokhPaAJA6dMZjGBrOzni1aSBWDr9M
+9g7dmWHmBhIE0d+cEglvxtn8QHNTne90jSUdyPLzgODPaDpIFlcJyN+LhojEjcX
NlytrMj+EOR96v4RVmkFAG/O4q88xweSgLluANERQ9Dj80kTnYdS9qNnAvUB5Ics
oy71PYB/6b6FgAxs0f8BUjngV/DpdZ8c8z4+yN5zGyAqj3TAqTbE9XBmIzdn08lA
k2YQNQUuunRIiVLMUyXGwKIn2wFyuXRkReQIeG7aszlHqKDTjJ0nUEensdpuRajo
mIcs4xl+uBwkJWxeuZIo4qd9BC+yiRcCTM167G9aKOinl9sjT4e83b2Kmn/VaduQ
QWa0p/HlfLZR37shDFeZIHOR5UW4yGWM1y2MQu7OaqRxE3B0EtKah8ngT9MdAn7A
1TMo0kZ4AP367uoEKLfQfbRFeTUv+hL1IKlbZWsxGTHh7EX5BlYXrOCAeW2wmtUH
Nz20JtRjzWE//ON1LtsWjpB0cDNgfkcB2k3SSeH9odWBJnxs87nzDhPLAneUHuDD
T3csbUhCgqPoRu+/PiGYpuxcIjQLsfll5jgXbt37d2EIlaxDICE=
=PG0e
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of uglifyjs_2.7.5-1_source.changes

2016-12-09 Thread Debian FTP Masters
uglifyjs_2.7.5-1_source.changes uploaded successfully to localhost
along with the files:
  uglifyjs_2.7.5-1.dsc
  uglifyjs_2.7.5.orig.tar.gz
  uglifyjs_2.7.5-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] new uglifyjs package ready for release (but failing for me)

2016-12-09 Thread Jonas Smedegaard

Excerpts from Pirate Praveen's message of December 9, 2016 7:39 pm:

On വെള്ളി 09 ഡിസംബര്‍ 2016 07:45 വൈകു, Pirate Praveen wrote:
I had uploaded 2.7.4 on Dec 1 and it is now in testing. 


Sorry about the confusion.


No problem.



I thought you missed my last upload. I have uploaded 2.7.5


Great. Thanks!

- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

[x] quote me freely  [ ] ask before reusing  [ ] keep private


pgpqTI0Q7jyRm.pgp
Description: PGP signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] new uglifyjs package ready for release (but failing for me)

2016-12-09 Thread Pirate Praveen
On വെള്ളി 09 ഡിസംബര്‍ 2016 07:45 വൈകു, Pirate Praveen wrote:
> I had uploaded 2.7.4 on Dec 1 and it is now in testing. 
> 
Sorry about the confusion. I thought you missed my last upload. I have
uploaded 2.7.5



signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#845227: Bug#845227: generate sub modules like lodash.isplainobject

2016-12-09 Thread Pirate Praveen
On വെള്ളി 09 ഡിസംബര്‍ 2016 11:33 വൈകു, John-David Dalton wrote:
>> That means we have to maintain multiple copies of the same library and
> that increases our effort to maintain it. 
> 
> The maintenance cost is reduced since they're just bundled with the
> package. You can treat each release of say gulp as a snapshot of their
> deps and bundle it with them. Packages specify dep versions for a reason
> and it's not super safe to assume they'll function correctly with deps
> outside of those specified ranges.

Yes, that is one approach we can try. I think Jérémy Lal is working on
such a bundled package for npm, the package manager. See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794890#54 We'll see
how well that experiment goes. If that approach is indeed better, we'll
consider it in the future.

>> When we update a dependency to latest version, we ensure all the
> packages depending on it continue to work by running tests
> 
> Sounds kinda fragile.

It depends on the test coverage, if there is good test coverage we can
be confident that updates don't break functionality. If tests are
missing, then its indeed difficult.

>> The terms of the license allow me to flatten the dependencies.
> 
> You're totally free to but I'm also free to discourage incorrect use of
> the package.

Obstructing is much stronger than discouraging.

> BTW are these Debian packages targeting a specific Node version?
> 

yes, 4.6.1 https://tracker.debian.org/pkg/nodejs




signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#845227: generate sub modules like lodash.isplainobject

2016-12-09 Thread John-David Dalton
> That means we have to maintain multiple copies of the same library and
that increases our effort to maintain it.

The maintenance cost is reduced since they're just bundled with the
package. You can treat each release of say gulp as a snapshot of their deps
and bundle it with them. Packages specify dep versions for a reason and
it's not super safe to assume they'll function correctly with deps outside
of those specified ranges.

> When we update a dependency to latest version, we ensure all the
packages depending on it continue to work by running tests

Sounds kinda fragile.

> The terms of the license allow me to flatten the dependencies.

You're totally free to but I'm also free to discourage incorrect use of the
package.


BTW are these Debian packages targeting a specific Node version?

-JDD
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#845227: Bug#845227: generate sub modules like lodash.isplainobject

2016-12-09 Thread Pirate Praveen
On വെള്ളി 09 ഡിസംബര്‍ 2016 09:47 വൈകു, John-David Dalton wrote:
>> So in debian we patch grunt to use globally installed modules and tasks.
> 
> I'm OK with creating more hoops to jump through in this case. I think
> the approach you've outlined is a bit wonky. There are ways to bundle
> deps without flattening versions. You could package grunt, gulp, and
> whatever else in ways that avoid the need for versionless dependents, by
> way of self contained packages.

That means we have to maintain multiple copies of the same library and
that increases our effort to maintain it. If we want to fix a bug in a
library, we will have to update all the packages bundling that library.
We have been doing it this way for all the languages, even though nodejs
developers feel they are special.

When we update a dependency to latest version, we ensure all the
packages depending on it continue to work by running tests (though it is
still a work in progress to enable tests in all packages because we have
not packaged all test frameworks) of all its reverse dependencies.

TODO: We have to package shelljs to enable tests in grunt, for gulp we
should be able to enable tests.

When a dependency is changed it triggers an autopkgtest of all its
reverse dependencies and we get notified of a test failure in
tracker.debian.org.

>> The last comment about obstructing it shows your intolerance towards
> users of your library. You can try, but if it is Free Software, we'll
> find a way.
> 
> You're free to use the software under the terms of its license. I'm also
> free to not agree with your approach. It's not super great.

I was commenting about "I may take steps to obstruct this kind of thing
in future releases", that is not in the spirit of the license, it goes
beyond disagreement. The terms of the license allow me to flatten the
dependencies.




signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] node-gettext-parser_1.2.1-2_amd64.changes ACCEPTED into unstable

2016-12-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 09 Dec 2016 17:06:10 +0100
Source: node-gettext-parser
Binary: node-gettext-parser
Architecture: source all
Version: 1.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Mathias Behrle 
Description:
 node-gettext-parser - Parse and compile gettext po and mo files to/from json
Changes:
 node-gettext-parser (1.2.1-2) unstable; urgency=medium
 .
   * Point the watch file to the new maintainer location.
Checksums-Sha1:
 3bb350dfa4321da87f7a6c068516c41f28353c0e 2147 node-gettext-parser_1.2.1-2.dsc
 f237bb3e01cffebe470cc0f7a1f854b0be33bf07 2312 
node-gettext-parser_1.2.1-2.debian.tar.xz
 cb188704abed9ff22366c1b5a6de59e56bf05506 13150 
node-gettext-parser_1.2.1-2_all.deb
 1247a399c4d5872de9ca515138fa55d14792e153 4879 
node-gettext-parser_1.2.1-2_amd64.buildinfo
Checksums-Sha256:
 703791d6302fd7f1b151c0fbdfba8d55a7df27fb56839808a26283c627c1c3ea 2147 
node-gettext-parser_1.2.1-2.dsc
 ed0d00909eabf1899701db0f831d08d7f6b510c09c9e0d04287da1616081c68c 2312 
node-gettext-parser_1.2.1-2.debian.tar.xz
 15a82c394ce6a130e22aab7fb0f34ef22d58a37c976e225d5f38f3776430ef72 13150 
node-gettext-parser_1.2.1-2_all.deb
 57356154c77626c8d2ccd0c14e0967f692631e6adb68c7df00b1e80016e7b9c3 4879 
node-gettext-parser_1.2.1-2_amd64.buildinfo
Files:
 2cc088b658ef0af1d4554a3633576218 2147 web extra node-gettext-parser_1.2.1-2.dsc
 f6c10a766028d7e90e5d0ff01e0e6cc5 2312 web extra 
node-gettext-parser_1.2.1-2.debian.tar.xz
 eea5faae39d3cb0a89fa840baca91786 13150 web extra 
node-gettext-parser_1.2.1-2_all.deb
 195ba6bd619e47e0426834bfc8c8f2cf 4879 web extra 
node-gettext-parser_1.2.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-
Comment: Signed by Mathias Behrle

iQJFBAEBCgAvFiEErCl+XEa50LYccXaB1tCb5IQFu/YFAlhK1vgRHG1hdGhpYXNi
QG05cy5iaXoACgkQ1tCb5IQFu/Z6XxAAkgtqgwTMXV47BM/mNuCIR8zBqlMot4V3
cbdkR6wl4AtHhvQfiPH/3swrlipIXLKUbeqrwry9wop2ynVjEaE19Kw7ekvR54Qn
h6KH+o+ECFpBac/hGsRQTWcc+xzJ8tPE8MYjq/7+OObGsI1FTL1XE3I8kYxUSlp2
NzgIoOcXsNpKi/quW9GDCVBqkVVZqmZUX3g+dAbTP45tePURIu1pDxBvU5lOqqLL
/AhEtkg1kG7CoAOuWmDA7wnGUHcRN4vFIbGX654ThoB/zbiEqRmT+pTq93ZcI7fa
USXyURF6/lZ8hXMtEpCV2JOEtL8NTpmoU80C3CiYS2vvM9+qCitGXnHDJK4icfQm
TCfVBC//q+8WSJGe87MN0GAmBwTFpMGs3R3lPtzsdatU0ryFRbFzMtP7a6OcAObO
RfwHfe6+7Y22TULQuY9YAZDXrGiFCGv8Ym+WvqN3Jp3OOsJ+kSMN2E89FPxOE6hu
av/uZ+vN9in4S13yjkbcNn/9oMvj58pPKnRMm+bVtiTy0cY8lJGeExvcOoxVufRB
wuZPEV5pd8hSqQ4dd50210OY4Ba5zVO+e86GKklQ/E9U5BQrQmu9mFn/iwpzkacy
Y41kFvchgB29hysU2Iw4SvAMiK11+z3Yf2lfmvg5bdjJ4yf/DDbistq5PqPyO8h2
0zP1sosJhJg=
=ADqv
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#845227: generate sub modules like lodash.isplainobject

2016-12-09 Thread John-David Dalton
> So in debian we patch grunt to use globally installed modules and tasks.

I'm OK with creating more hoops to jump through in this case. I think the
approach you've outlined is a bit wonky. There are ways to bundle deps
without flattening versions. You could package grunt, gulp, and whatever
else in ways that avoid the need for versionless dependents, by way of self
contained packages.

> The last comment about obstructing it shows your intolerance towards
users of your library. You can try, but if it is Free Software, we'll find
a way.

You're free to use the software under the terms of its license. I'm also
free to not agree with your approach. It's not super great.

-JDD
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] new uglifyjs package ready for release (but failing for me)

2016-12-09 Thread Pirate Praveen


On 2016, ഡിസംബർ 9 7:31:47 PM IST, "Jérémy Lal"  wrote:
>Sure ! I'm just waiting for the monthly HKP keyring push,
>which should happen in the next three days if keyring repository
>maintainer isn't busy.
>Anyone feel free to do it before.
>
>Jérémy
>

I had uploaded 2.7.4 on Dec 1 and it is now in testing. 
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] new uglifyjs package ready for release (but failing for me)

2016-12-09 Thread Jérémy Lal
2016-12-09 14:57 GMT+01:00 Jonas Smedegaard :
> Excerpts from Jérémy Lal's message of December 9, 2016 2:37 pm:
>>
>> 2016-12-09 12:48 GMT+01:00 Jonas Smedegaard :
>>>
>>> I have prepared a new upstream release of uglifyjs - but it still fails
>>> for me, as was the case also for last package (related to enabling
>>> testsuite).
>>>
>>> Please someone do the release.
>>>
>>> And that someone please share here your buildlog, to help me triangulate
>>> how my build environment may differ from yours, causing my build
>>> failures.
>>
>>
>> Built and autopkgtest work perfectly here, in a clean sbuild sid chroot.
>
>
> Thanks.
>
> Could you please release it.

Sure ! I'm just waiting for the monthly HKP keyring push,
which should happen in the next three days if keyring repository
maintainer isn't busy.
Anyone feel free to do it before.

Jérémy


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] new uglifyjs package ready for release (but failing for me)

2016-12-09 Thread Jonas Smedegaard

Excerpts from Jérémy Lal's message of December 9, 2016 2:37 pm:

2016-12-09 12:48 GMT+01:00 Jonas Smedegaard :

I have prepared a new upstream release of uglifyjs - but it still fails
for me, as was the case also for last package (related to enabling
testsuite).

Please someone do the release.

And that someone please share here your buildlog, to help me triangulate
how my build environment may differ from yours, causing my build
failures.


Built and autopkgtest work perfectly here, in a clean sbuild sid chroot.


Thanks.

Could you please release it.

- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

[x] quote me freely  [ ] ask before reusing  [ ] keep private

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] new uglifyjs package ready for release (but failing for me)

2016-12-09 Thread Jérémy Lal
2016-12-09 12:48 GMT+01:00 Jonas Smedegaard :
> I have prepared a new upstream release of uglifyjs - but it still fails
> for me, as was the case also for last package (related to enabling
> testsuite).
>
> Please someone do the release.
>
> And that someone please share here your buildlog, to help me triangulate
> how my build environment may differ from yours, causing my build
> failures.

Built and autopkgtest work perfectly here, in a clean sbuild sid chroot.

Jérémy


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] Bug#798278: Node-tape depends on node-has which is very small

2016-12-09 Thread Ross Gammon
Aah, thanks. I has been a long time since I started on node-tape. Time enough 
to pick up new dependencies :-) 

For the record, here is the latest list (although I am using an older npm2deb, 
and it does not pick up some that have already been packaged.):

$ npm2deb depends -r tape
Dependencies:
NPM   Debian
tape (4.6.3)  None
├─ deep-equal (~1.0.1)node-deep-equal (1.0.1-1)
├─ defined (~1.0.0)   node-defined (1.0.0-1)
├─ for-each (~0.3.2)  None
│  └─ is-function (~1.0.0)None
├─ function-bind (~1.1.0) None
├─ glob (~7.1.1)  node-glob (4.0.5-1)
├─ has (~1.0.1)   None
│  └─ function-bind (^1.0.2)  None
├─ inherits (~2.0.3)  node-inherits (2.0.1-3)
├─ minimist (~1.2.0)  node-minimist (1.2.0-1)
├─ object-inspect (~1.2.1)None
├─ resolve (~1.1.7)   node-resolve (0.3.1-1)
├─ resumer (~0.0.0)   None
│  └─ through (~2.3.4)node-through2 (1.1.1-1)
├─ string.prototype.trim (~1.1.2) None
│  ├─ define-properties (^1.1.2)  None
│  │  ├─ foreach (^2.0.5) None
│  │  └─ object-keys (^1.0.8) None
│  ├─ es-abstract (^1.5.0)None
│  │  ├─ es-to-primitive (^1.1.1) None
│  │  │  ├─ is-callable (^1.1.1)  None
│  │  │  ├─ is-date-object (^1.0.1)   None
│  │  │  └─ is-symbol (^1.0.1)None
│  │  ├─ function-bind (^1.1.0)   None
│  │  ├─ is-callable (^1.1.3) None
│  │  └─ is-regex (^1.0.3)None
│  └─ function-bind (^1.0.2)  None
└─ through (~2.3.8)   node-through2 (1.1.1-1)

Build dependencies:
NPM   Debian
concat-stream (~1.5.2)node-concat-stream (1.5.1-1)
falafel (~2.0.0)  None
js-yaml (~3.7.0)  None
tap (~7.1.1)  node-tap (0.7.1-1.1)
tap-parser (~3.0.4)   None

Regards,

Ross

On 12/04/2016 02:55 PM, Lucas Castro wrote:
> I'm not sure about that,
> 
> npm2deb brings to some others, as is-callable, is-regex and one
> build-dependencies, falafel.
> 
> following the falafel dependencies we get rollup and acorn as
> dependencies, those are very complicating packaging.
> 
> 
> On 04-12-2016 06:33, Ross Gammon wrote:
>> Hi Lucas,
>>
>> How are you getting on with node-tape? We only have a month to get it into 
>> Debian Stretch.
>>
>> For your information, the only dependency left for node-tape (as far as I 
>> know) is node-has. Node has consists of the following two lines of code:
>>
>> var bind = require('function-bind');
>> module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
>>
>> It doesn't really make sense to create a whole package just for that. I was 
>> planning to either patch node-tape so that it doesn't require node-has, or 
>> just provide node-has as binary package of node-tape (in case other packages 
>> want to use it - which I had not checked). I can't imaging node-has ever 
>> changing that much upstream!
>>
>> Sorry for not documenting this issue earlier - busy.
>>
>> Regards,
>>
>> Ross




signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] new uglifyjs package ready for release (but failing for me)

2016-12-09 Thread Jonas Smedegaard

I have prepared a new upstream release of uglifyjs - but it still fails
for me, as was the case also for last package (related to enabling
testsuite).

Please someone do the release.

And that someone please share here your buildlog, to help me triangulate
how my build environment may differ from yours, causing my build
failures.

- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

[x] quote me freely  [ ] ask before reusing  [ ] keep private

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] jqueryui_1.12.1+dfsg-3_amd64.changes is NEW

2016-12-09 Thread Pirate Praveen
On വ്യാഴം 08 ഡിസംബര്‍ 2016 03:22 വൈകു, Pirate Praveen wrote:
> Please review this so I can fix RC bug of gitlab (via #847353).

This is blocking a security update of gitlab (work is already done in
git to use ruby-jquery-ui 6.0.1 which now build depend on
node-jquery-ui). It would be extra work to isolate the security update
from current git HEAD as node-jquery-ui is needed for other grave bug fixes.

Please prioritize this over my other packages in NEW.



signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#845227: generate sub modules like lodash.isplainobject

2016-12-09 Thread Pirate Praveen
[adding -devel]

On Fri, 9 Dec 2016 00:53:05 -0800 John-David Dalton
 wrote:
> It looks like you've ended up publishing all 407 individual packages as a
> single package 😕
> They were individual to allow folks to cherry-pick individual packages at
> their desired versions for each.
> 
> - JDD

> Hmm... I can't really endorse this.

> Flattening packages to only their latest releases is pretty messy.
> I can't see that ending well. I may take steps to obstruct this kind
of thing in future releases."

I wanted to comment there, but it seems I can't comment there any more.

That is the whole point about Free Software, we are not dependent on the
choices of the developers. We are free to modify the software the way
want not the way the developers want.

Some developers like you want to force their choices on users of their
library. For another example see
https://github.com/humanmade/Salty-WordPress/issues/45 When I use grunt,
I want to be able to use it the way I want, not how grunt developers
want it. So in debian we patch grunt to use globally installed modules
and tasks.

We make sure the tests are passing with the dependencies available in
debian so we can make sure the functionality is not broken when changing
dependency versions.

The last comment about obstructing it shows your intolerance towards
users of your library. You can try, but if it is Free Software, we'll
find a way. This line of thinking is similar to how media companies want
to enforce DRM.



signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] node-bl_1.1.2-1_source.changes ACCEPTED into unstable

2016-12-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 04 Dec 2016 22:56:24 +0100
Source: node-bl
Binary: node-bl
Architecture: source
Version: 1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Paolo Greppi 
Description:
 node-bl- access multiple buffers with Buffer interface - Node.js module
Changes:
 node-bl (1.1.2-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Paolo Greppi ]
   * Update to upstream 1.1.2
   * Enable autopkgtest
 .
   [ Jérémy Lal ]
   * Patch tests to use tap and crypto
   * Enable test during build
   * Update copyright author
Checksums-Sha1:
 a44107dcd9b071257e2b089463d0ecd3164246e6 1966 node-bl_1.1.2-1.dsc
 1e66fffdbd59fa5237d88a515b0882ee38db6805 9218 node-bl_1.1.2.orig.tar.gz
 e2eccd2057b030a21a0068d1a59163598a50fd2a 2880 node-bl_1.1.2-1.debian.tar.xz
Checksums-Sha256:
 3b676a292c56e29449282a245fe29354a03e8f811fbefbeae30e62ccf06cf94b 1966 
node-bl_1.1.2-1.dsc
 3f35deea00ec5643269950d232affac9152570d3cf9e4cd34f3e3ab2a2e98525 9218 
node-bl_1.1.2.orig.tar.gz
 3024401f68e22c675f070c6cd5c88dd7e641cdcee903b8b70ff561031fc6b520 2880 
node-bl_1.1.2-1.debian.tar.xz
Files:
 e26a58191d2d819e5277ed63bb205e2e 1966 web extra node-bl_1.1.2-1.dsc
 ba7243b11e5114f7e910ea7ac3468393 9218 web extra node-bl_1.1.2.orig.tar.gz
 abc70b9ae6e5df082af1f500e3140303 2880 web extra node-bl_1.1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlhKaHoACgkQzh+cZ0US
wiqTTRAAo0SNFwgsM+tdiY4a4MwYjTc82tEelqleINu1FOEeV/MtfkLrBN1HL/dX
XOEZwDIV7pQgrifc1NnnnLCZf6hLVcRV7HndcXw4xRF/eVkcr2QJQtoS0GmM0Ulv
hQgt1nPG/uQw33w+4GCUWaEFwucYOXG/7b4XPT43S+LRToAQ8GQA4AptHFzKNiQn
guXhi4moMs3l1Sq7uHN+74fmeLls37FPIM8MRbObUsBqCxkjsf1nmkNAZVjKFO3I
Zpk6bSolAG+cjY8tG2FmB4Gr2hTXrzogk0TZ5NQBYLkxvq+V5DZ4eP4D8MfAvE+/
j9ZU21i3RrSmf4bAE/bGT4HLj7hjqA4Kn6KETEe1Y8fMFB814Mb73DACXtgG0Paq
yxFYEhJez0H1LG/x0ZVDpSTCFkpDLD80dhoqJpusuGSysQ6s/4yQUjk4ng7fREHL
fgww4y6a9+PhV+PpWtayJ9+3DPrnSrjh0j9KK5MQ4cv+2BwlAlRphg8EeokChSaa
wATDTcfdOvbQRsnvLtCPstF1P6FBvZUR9UHfcVuR/QMS0JhmoTrsp6dSZewMn4FB
1/aqVvXnz8JIa7RJfEIsiYjmRjLWAUyYVmkik8Z7Qt/R9Tcjy0ld7b59iWaDy0q7
8X5s1rr6JuLCJK1RSXOPTkq7vXSOr4tZyVOobJV+lz98UGJFN5M=
=l2Hj
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] datatables.js_1.10.13+dfsg-1_amd64.changes ACCEPTED into unstable

2016-12-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2016 08:11:48 +
Source: datatables.js
Binary: libjs-jquery-datatables
Architecture: source all
Version: 1.10.13+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Sascha Steinbiss 
Description:
 libjs-jquery-datatables - jQuery plug-in that makes nice tables from different 
data sources
Changes:
 datatables.js (1.10.13+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update maintainer email address.
   * d/copyright: 'tests' -> 'old-tests'
   * Remove unused override.
   * Fix watchfile to directly prepare orig tarball.
Checksums-Sha1:
 d5ff1c4e627ede6ed6d0b2ecca31b7d6f9d61d03 2080 datatables.js_1.10.13+dfsg-1.dsc
 cd2736c1bfbaa3de6963641044abef53b1e928bc 405472 
datatables.js_1.10.13+dfsg.orig.tar.xz
 e090a947525da9e8b545042fc96ca5a7cbae7606 4276 
datatables.js_1.10.13+dfsg-1.debian.tar.xz
 a7084d00dd32c426e4e61d0e41606bfff9d10c36 6532 
datatables.js_1.10.13+dfsg-1_amd64.buildinfo
 89ecf2ac3bb3e0eac6d5437aa63f181b8a93df3b 134914 
libjs-jquery-datatables_1.10.13+dfsg-1_all.deb
Checksums-Sha256:
 f7c04501f72e025b1678cc0e765f8eef0f1b8658e02afa734c5aa8e10fe108f9 2080 
datatables.js_1.10.13+dfsg-1.dsc
 29b5c3cbff8b395d4bc8958540c9c163f8faa6c42295a3415dbc6d82788cda82 405472 
datatables.js_1.10.13+dfsg.orig.tar.xz
 66eabccd688f00c94874dc2ee32a9747ff7bb3924dd7c611990443cb2200b57b 4276 
datatables.js_1.10.13+dfsg-1.debian.tar.xz
 d07efef08d7242ac628d02a538a84c45ec24f6d9b56cd122a94db508437db4f1 6532 
datatables.js_1.10.13+dfsg-1_amd64.buildinfo
 d4d42ebb87f6001337f268b2fdfb7b031ca6359415279271a050cb0798f6d171 134914 
libjs-jquery-datatables_1.10.13+dfsg-1_all.deb
Files:
 390a8ad68bb9e97eda1b7ad1c8aaba90 2080 web optional 
datatables.js_1.10.13+dfsg-1.dsc
 c6eac4a367fa3d81fb02670c7a5212df 405472 web optional 
datatables.js_1.10.13+dfsg.orig.tar.xz
 d00307ef56e21cc03f82f9630d0bb302 4276 web optional 
datatables.js_1.10.13+dfsg-1.debian.tar.xz
 22530d53898d54fa1498aed157c2eba3 6532 web optional 
datatables.js_1.10.13+dfsg-1_amd64.buildinfo
 14f3d278011fb51ce084897099d25b8e 134914 web optional 
libjs-jquery-datatables_1.10.13+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAlhKakIACgkQ6NN64vCf
SHIWSQ/+JL0iY4zUwcGPEGFkndKAX21EFM8SdAOVPtuRx29/nyLu5EA33DwG9QVd
NePm5VddW7F9YYxu+HvESotAhdiJg8JrEzGLt7X0HUb3LuXKtG8yGmYMU/I9vwSb
MKR/aWtIQ/Yt9HOpVzF8x71Sx9uVk9pNqcUA0sGkRHETFIC/8zYRxfhxtBmMnCZa
gcIxWU60NaYBGwjXAHfXEELAqMB5jjcpYmxCaiUu4cBFyuqpLQlwfnVnAKnuGzMs
sCHgbCCcJmdeffCpSs9vAidGwPJfsXm8PMK2XuJCksFVFihEV0wUwjnA9GKVsfL7
yerDInWy1JjTukfWx4CV7ryVwzlfYgaaDoNaQzw5qOvnogQClbj5ERF5hLI6z7wT
ljYCCoAS162T1ln2m6Xw2x+GwkqHbYclLqNki8dTEpByMju6To6slUYYNbZYMnQc
PJDptuiejVXOBKBydhRuEx78FtEdM85dcVbZ4FLw1nw7V84OH6S2DNZY456WdE3Y
JksAKw5swKUTxSn3IhRzb0Q8ieDTIMjx0GrhyugrvfTy1IOd9voX/Lod52QePstx
XyvgbUh66kGLCqxsnkDKDtG7n5oOABUEHucVS/AuUE2y4lnNNEFb7WcWj2qm+eSG
14bLmmKdBbEAz8i3l00fmMrNAbyccmey3Wb2XXyjkoMfmocVCAg=
=LFOw
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#845227: generate sub modules like lodash.isplainobject

2016-12-09 Thread John-David Dalton
It looks like you've ended up publishing all 407 individual packages as a
single package 
They were individual to allow folks to cherry-pick individual packages at
their desired versions for each.

- JDD
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Processing of datatables.js_1.10.13+dfsg-1_amd64.changes

2016-12-09 Thread Debian FTP Masters
datatables.js_1.10.13+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  datatables.js_1.10.13+dfsg-1.dsc
  datatables.js_1.10.13+dfsg.orig.tar.xz
  datatables.js_1.10.13+dfsg-1.debian.tar.xz
  datatables.js_1.10.13+dfsg-1_amd64.buildinfo
  libjs-jquery-datatables_1.10.13+dfsg-1_all.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] Processing of node-bl_1.1.2-1_amd64.changes

2016-12-09 Thread Paolo Greppi
On 09/12/2016 09:19, Pirate Praveen wrote:
> On വെള്ളി 09 ഡിസംബര്‍ 2016 01:29 വൈകു, Jérémy Lal wrote:
>> Nothing !
>> My key has expired, i renewed it as explained here:
>> https://keyring.debian.org/
>> but it's not updated immediately by "ftp masters" - i don't think it has to
>> be available in the debian-keyring package to work again, but some update
>> must be done somewhere and has not yet been done.
> 
> I think they push the changes every month. keyring git repo on alioth
> will get a new tag when they push changes live.
> 
>> Let's ask someone else to upload node-bl - the gbp repo is ready to be 
>> uploaded.
> 
> Uploaded.

Thanks! It was a mystery because no error was being returned, nor could
I find any place where to check the status

P.




signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Processing of node-bl_1.1.2-1_source.changes

2016-12-09 Thread Debian FTP Masters
node-bl_1.1.2-1_source.changes uploaded successfully to localhost
along with the files:
  node-bl_1.1.2-1.dsc
  node-bl_1.1.2.orig.tar.gz
  node-bl_1.1.2-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] Processing of node-bl_1.1.2-1_amd64.changes

2016-12-09 Thread Pirate Praveen
On വെള്ളി 09 ഡിസംബര്‍ 2016 01:29 വൈകു, Jérémy Lal wrote:
> Nothing !
> My key has expired, i renewed it as explained here:
> https://keyring.debian.org/
> but it's not updated immediately by "ftp masters" - i don't think it has to
> be available in the debian-keyring package to work again, but some update
> must be done somewhere and has not yet been done.

I think they push the changes every month. keyring git repo on alioth
will get a new tag when they push changes live.

> Let's ask someone else to upload node-bl - the gbp repo is ready to be 
> uploaded.

Uploaded.




signature.asc
Description: OpenPGP digital signature
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] Processing of node-bl_1.1.2-1_amd64.changes

2016-12-09 Thread Jérémy Lal
2016-12-09 8:55 GMT+01:00 Paolo Greppi :
> Hi all this does not seem to get through.
>
> The new version does not come up here:
> https://tracker.debian.org/pkg/node-bl
>
> What did I do wrong ?
>
> Paolo
>
> On 08/12/2016 18:19, Debian FTP Masters wrote:
>> node-bl_1.1.2-1_amd64.changes uploaded successfully to localhost
>> along with the files:
>>   node-bl_1.1.2-1.dsc
>>   node-bl_1.1.2.orig.tar.gz
>>   node-bl_1.1.2-1.debian.tar.xz
>>   node-bl_1.1.2-1_all.deb
>>   node-bl_1.1.2-1_amd64.buildinfo
>>
>> Greetings,
>>
>>   Your Debian queue daemon (running on host usper.debian.org)

Nothing !
My key has expired, i renewed it as explained here:
https://keyring.debian.org/
but it's not updated immediately by "ftp masters" - i don't think it has to
be available in the debian-keyring package to work again, but some update
must be done somewhere and has not yet been done.

Let's ask someone else to upload node-bl - the gbp repo is ready to be uploaded.

Jérémy


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel