[Pkg-javascript-devel] Bug#872488: marked as done (nodejs: Build-Dependency loop nodejs => node-yamlish, node-marked => nodejs)

2017-08-28 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2017 05:00:25 +
with message-id 
and subject line Bug#872488: fixed in nodejs 6.11.2~dfsg-3
has caused the Debian Bug report #872488,
regarding nodejs: Build-Dependency loop nodejs => node-yamlish, node-marked => 
nodejs
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.)


-- 
872488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872488
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nodejs
Version: 6.11.2~dfsg-2
Severity: important
Tags: patch

Hi,

Currently nodejs has a dependency loop which causes problems when
building on buildds when the previous nodejs version is not installable
for some reason. Fortunately, the node dependencies appear to only be
used for building documentation. Therefore the loop can be broken by
splitting the documentation into an Architecture: all package: this will
make buildds not require installing nodejs to build nodejs.

Please find a patch attached doing this. Patch is against -1 because -2
was not in git...

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information
From 421b536f2e076e35ae75674112d0ca28142d9a6a Mon Sep 17 00:00:00 2001
From: Felipe Sateler 
Date: Thu, 17 Aug 2017 16:53:58 -0300
Subject: [PATCH] Split documentation into a separate, arch:all package

This avoids the dependency loop on the buildds, since they will now no longer 
require
nodejs to be available.
---
 debian/control.in   | 27 -
 debian/{nodejs.doc-base => nodejs-doc.doc-base} |  0
 debian/{nodejs.docs => nodejs-doc.docs} |  0
 debian/rules| 16 ++-
 4 files changed, 28 insertions(+), 15 deletions(-)
 rename debian/{nodejs.doc-base => nodejs-doc.doc-base} (100%)
 rename debian/{nodejs.docs => nodejs-doc.docs} (100%)

diff --git a/debian/control.in b/debian/control.in
index 949b7685..30f03285 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,6 +5,8 @@ Maintainer: Debian Javascript Maintainers 
,
  Jonas Smedegaard 
 Build-Depends: @cdbs@
+Build-Depends-Indep: node-yamlish,
+ node-marked
 Standards-Version: 4.0.0
 Homepage: http://nodejs.org/
 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/nodejs.git
@@ -33,7 +35,8 @@ Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Provides: ${cdbs:Provides}
-Recommends: ${cdbs:Recommends}
+Recommends: ${cdbs:Recommends},
+ nodejs-doc
 Replaces: nodejs-legacy
 Conflicts: nodejs-legacy
 Description: evented I/O for V8 javascript
@@ -49,3 +52,25 @@ Description: evented I/O for V8 javascript
  System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
  HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
 
+Package: nodejs-doc
+Architecture: all
+Depends: ${misc:Depends}
+Provides: ${cdbs:Provides}
+Recommends: ${cdbs:Recommends}, nodejs
+Replaces: nodejs (<< 6.11.2~dfsg-3)
+Conflicts: nodejs (<< 6.11.2~dfsg-3)
+Description: evented I/O for V8 javascript
+ Node.js is a platform built on Chrome's JavaScript runtime for easily
+ building fast, scalable network applications. Node.js uses an
+ event-driven, non-blocking I/O model that makes it lightweight and
+ efficient, perfect for data-intensive real-time applications that run
+ across distributed devices.
+ .
+ Node.js is bundled with several useful libraries to handle server
+ tasks:
+ .
+ System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
+ HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
+ .
+ This package contains documentation for nodejs.
+
diff --git a/debian/nodejs.doc-base b/debian/nodejs-doc.doc-base
similarity index 100%
rename from debian/nodejs.doc-base
rename to debian/nodejs-doc.doc-base
diff --git a/debian/nodejs.docs b/debian/nodejs-doc.docs
similarity index 100%
rename from debian/nodejs.docs
rename to debian/nodejs-doc.docs
diff --git a/debian/rules b/debian/rules
index 3e7a938a..5320069f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,10 +24,6 @@ bdeps +=, bash-completion, curl, procps, zlib1g-dev, 
libicu-dev, libc-ares-dev (
 bdeps +=, libkvm-dev [kfreebsd-any], gyp (>= 0.1~svn1773)
 # Needed for tests
 bdeps +=, ca-certificates
-# needed by doctool-yaml.patch
-bdeps +=, 

[Pkg-javascript-devel] Bug#872585: marked as done ([nodejs] Document why not supported on powerpc/armel)

2017-08-28 Thread Debian Bug Tracking System
Your message dated Tue, 29 Aug 2017 05:00:25 +
with message-id 
and subject line Bug#872585: fixed in nodejs 6.11.2~dfsg-3
has caused the Debian Bug report #872585,
regarding [nodejs] Document why not supported on powerpc/armel
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.)


-- 
872585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872585
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nodejs
Version: 6.11.2~dfsg-2
Severity: important

Could you please document in README.Debian why it is not supported on powerpc 
and armel ? With maybe link to bug in bts, bug forwarded upstream

signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: nodejs
Source-Version: 6.11.2~dfsg-3

We believe that the bug you reported is fixed in the latest version of
nodejs, 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 872...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérémy Lal  (supplier of updated nodejs 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: Mon, 28 Aug 2017 17:16:03 +0200
Source: nodejs
Binary: nodejs-dev nodejs nodejs-doc
Architecture: source amd64 all
Version: 6.11.2~dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jérémy Lal 
Description:
 nodejs - evented I/O for V8 javascript
 nodejs-dev - evented I/O for V8 javascript (development files)
 nodejs-doc - API documentation for Node.js, the javascript platform
Closes: 872488 872585
Changes:
 nodejs (6.11.2~dfsg-3) unstable; urgency=medium
 .
   * README.Debian explains armel/powerpc are not supported.
 Closes: #872585.
   * Build nodejs-doc, Closes: #872488.
 Thanks to Felipe Sateler.
   * Build using g++-6 to work around FTBFS on mips64el.
 See: #871514.
Checksums-Sha1:
 c78a73e29189734b53fee0adb4fd59b35827bf1e 2544 nodejs_6.11.2~dfsg-3.dsc
 9ad4de14ebe364b2fb4a14465505b4b5731d79e7 62780 
nodejs_6.11.2~dfsg-3.debian.tar.xz
 61b26c68d1a84188a596d7492eb3a2fdc9fa4747 130073950 
nodejs-dbgsym_6.11.2~dfsg-3_amd64.deb
 c75b743b3e84db9dce996877475181232ccebc1b 324776 
nodejs-dev_6.11.2~dfsg-3_amd64.deb
 3c787fe5f0595f642e2662bdd9e3e53933e83bf1 288398 
nodejs-doc_6.11.2~dfsg-3_all.deb
 ccf1d4937af2b18f3c4a67f3050eb8e6d49c0083 9573 
nodejs_6.11.2~dfsg-3_amd64.buildinfo
 d1af82a1034a9e8dc1044b6bda9a783bc4779c5e 3958696 nodejs_6.11.2~dfsg-3_amd64.deb
Checksums-Sha256:
 30f5ebf327ca406c36be7ba0991f52b5e4c3fc127c0caa1b50138119fdfb2d2a 2544 
nodejs_6.11.2~dfsg-3.dsc
 32dd9b4ab06638c72d4bbfe2324543f3c259918506ffef7387f4c4546ca1aa4e 62780 
nodejs_6.11.2~dfsg-3.debian.tar.xz
 773e3a9b4ec89f19fa3ee239046632f06998f3b08599c31d32c1a73178c1984f 130073950 
nodejs-dbgsym_6.11.2~dfsg-3_amd64.deb
 86730202d848c9add13475c4e70647830bc1090a6eb13ba4dd2ce3fa1df0ad62 324776 
nodejs-dev_6.11.2~dfsg-3_amd64.deb
 eacd94cb25d915e470b7c3c0bc1decc4a79f6a885c0ba62e66986da60f419ddb 288398 
nodejs-doc_6.11.2~dfsg-3_all.deb
 28030cfdb00652c0eb32f8f8cc265840490217af6f4b8c65328bf25687070600 9573 
nodejs_6.11.2~dfsg-3_amd64.buildinfo
 fdd759775725630d66e4e2a31bd9a10dcb63b8e132bd50ed793a7f4ce8886da4 3958696 
nodejs_6.11.2~dfsg-3_amd64.deb
Files:
 ee4fefb54e13736f2b6d107f9494c6c3 2544 web optional nodejs_6.11.2~dfsg-3.dsc
 128983def8e66fad8a6d1ece674718e2 62780 web optional 
nodejs_6.11.2~dfsg-3.debian.tar.xz
 bfc743608db95704de31b5e2d06af8d6 130073950 debug extra 
nodejs-dbgsym_6.11.2~dfsg-3_amd64.deb
 226aacd880dfa7932424e25becf6f7f8 324776 devel extra 
nodejs-dev_6.11.2~dfsg-3_amd64.deb
 2289371d098bd0ecf8cfa5003694776e 288398 doc optional 
nodejs-doc_6.11.2~dfsg-3_all.deb
 8e2dd87dce8fc87fa0d03d3bfaa87b44 9573 web optional 
nodejs_6.11.2~dfsg-3_amd64.buildinfo
 545351d7f52b8051ea421fb2c25e59ea 3958696 web optional 
nodejs_6.11.2~dfsg-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCAAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAlmkiEcSHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0WJIP/0Q2CmiqC8BmG48EA2BR+YJYMT+ZrGl7
pGtrQ8n/AtRzPBU3MecSRQTM8tX+va2lJgznUrWrC7JHUMA5j/wUreMCkyzFz9ke
bAC4VapEUGiBrpMJBwd/NFu8kD0C49lhOmurmNTAvhL0zvXuT7RTZeby5/byR2EG
Dns+x4Cp9iWTJ2

[Pkg-javascript-devel] nodejs_6.11.2~dfsg-3_amd64.changes ACCEPTED into unstable, unstable

2017-08-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Aug 2017 17:16:03 +0200
Source: nodejs
Binary: nodejs-dev nodejs nodejs-doc
Architecture: source amd64 all
Version: 6.11.2~dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jérémy Lal 
Description:
 nodejs - evented I/O for V8 javascript
 nodejs-dev - evented I/O for V8 javascript (development files)
 nodejs-doc - API documentation for Node.js, the javascript platform
Closes: 872488 872585
Changes:
 nodejs (6.11.2~dfsg-3) unstable; urgency=medium
 .
   * README.Debian explains armel/powerpc are not supported.
 Closes: #872585.
   * Build nodejs-doc, Closes: #872488.
 Thanks to Felipe Sateler.
   * Build using g++-6 to work around FTBFS on mips64el.
 See: #871514.
Checksums-Sha1:
 c78a73e29189734b53fee0adb4fd59b35827bf1e 2544 nodejs_6.11.2~dfsg-3.dsc
 9ad4de14ebe364b2fb4a14465505b4b5731d79e7 62780 
nodejs_6.11.2~dfsg-3.debian.tar.xz
 61b26c68d1a84188a596d7492eb3a2fdc9fa4747 130073950 
nodejs-dbgsym_6.11.2~dfsg-3_amd64.deb
 c75b743b3e84db9dce996877475181232ccebc1b 324776 
nodejs-dev_6.11.2~dfsg-3_amd64.deb
 3c787fe5f0595f642e2662bdd9e3e53933e83bf1 288398 
nodejs-doc_6.11.2~dfsg-3_all.deb
 ccf1d4937af2b18f3c4a67f3050eb8e6d49c0083 9573 
nodejs_6.11.2~dfsg-3_amd64.buildinfo
 d1af82a1034a9e8dc1044b6bda9a783bc4779c5e 3958696 nodejs_6.11.2~dfsg-3_amd64.deb
Checksums-Sha256:
 30f5ebf327ca406c36be7ba0991f52b5e4c3fc127c0caa1b50138119fdfb2d2a 2544 
nodejs_6.11.2~dfsg-3.dsc
 32dd9b4ab06638c72d4bbfe2324543f3c259918506ffef7387f4c4546ca1aa4e 62780 
nodejs_6.11.2~dfsg-3.debian.tar.xz
 773e3a9b4ec89f19fa3ee239046632f06998f3b08599c31d32c1a73178c1984f 130073950 
nodejs-dbgsym_6.11.2~dfsg-3_amd64.deb
 86730202d848c9add13475c4e70647830bc1090a6eb13ba4dd2ce3fa1df0ad62 324776 
nodejs-dev_6.11.2~dfsg-3_amd64.deb
 eacd94cb25d915e470b7c3c0bc1decc4a79f6a885c0ba62e66986da60f419ddb 288398 
nodejs-doc_6.11.2~dfsg-3_all.deb
 28030cfdb00652c0eb32f8f8cc265840490217af6f4b8c65328bf25687070600 9573 
nodejs_6.11.2~dfsg-3_amd64.buildinfo
 fdd759775725630d66e4e2a31bd9a10dcb63b8e132bd50ed793a7f4ce8886da4 3958696 
nodejs_6.11.2~dfsg-3_amd64.deb
Files:
 ee4fefb54e13736f2b6d107f9494c6c3 2544 web optional nodejs_6.11.2~dfsg-3.dsc
 128983def8e66fad8a6d1ece674718e2 62780 web optional 
nodejs_6.11.2~dfsg-3.debian.tar.xz
 bfc743608db95704de31b5e2d06af8d6 130073950 debug extra 
nodejs-dbgsym_6.11.2~dfsg-3_amd64.deb
 226aacd880dfa7932424e25becf6f7f8 324776 devel extra 
nodejs-dev_6.11.2~dfsg-3_amd64.deb
 2289371d098bd0ecf8cfa5003694776e 288398 doc optional 
nodejs-doc_6.11.2~dfsg-3_all.deb
 8e2dd87dce8fc87fa0d03d3bfaa87b44 9573 web optional 
nodejs_6.11.2~dfsg-3_amd64.buildinfo
 545351d7f52b8051ea421fb2c25e59ea 3958696 web optional 
nodejs_6.11.2~dfsg-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCAAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAlmkiEcSHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0WJIP/0Q2CmiqC8BmG48EA2BR+YJYMT+ZrGl7
pGtrQ8n/AtRzPBU3MecSRQTM8tX+va2lJgznUrWrC7JHUMA5j/wUreMCkyzFz9ke
bAC4VapEUGiBrpMJBwd/NFu8kD0C49lhOmurmNTAvhL0zvXuT7RTZeby5/byR2EG
Dns+x4Cp9iWTJ2xM3CengYfKpagqnPByePK+uLL/4HKmP6VkWRZdLWf5moVGPXuc
aK/UvIZ8Xk75I5yaFEIZL0DajK0QsQqPSd00UeAxM794j5nqB+Ri9Sx6djMr6WeE
lXv3j6kBMI+IakhC9fbFhf0yYCsEy/uL4TyahZuIWO7H9kOTsVjwzw6+TCykPndo
A+oqCyXuOIwTT5uBOE3BCOEdq5h3nAfunHrlE1AOx0+CqkQZrWI7CRo++bW/JTiW
D/dPdK/sg7thuo8I2uNTWZ6sNiEG+zQkVjkVwwCtwx4Vb2HR7fupeqFyJS5ETaKg
1JWvz9I8ZhYfGI8AwLnBqGrBFvkaUZ/wBQfyaOfnWhHQDtdzCvuVKghhK18OqHHK
5GnXBa2rGyBpx5HbE5iCW2F29h/Em1euaud7QSzlqtp5nvdR8NXvwDRMSs5tjUqc
7bSvsbxsvuz9aZjGwgevHCgncsh9Y2wxPxNmWqD3qbyPwotUabPbb4cz5pzMNXaD
t8OXfVeg5MFs
=kCVe
-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] backbone 1.3.3~dfsg-2 MIGRATED to testing

2017-08-28 Thread Debian testing watch
FYI: The status of the backbone source package
in Debian's testing distribution has changed.

  Previous version: 1.3.3~dfsg-1
  Current version:  1.3.3~dfsg-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
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-webpack-sources 1.0.1-1 MIGRATED to testing

2017-08-28 Thread Debian testing watch
FYI: The status of the node-webpack-sources source package
in Debian's testing distribution has changed.

  Previous version: 0.2.3-1
  Current version:  1.0.1-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
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] nodejs_6.11.2~dfsg-3_amd64.changes is NEW

2017-08-28 Thread Debian FTP Masters
binary:nodejs-doc is NEW.
binary:nodejs-doc 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 nodejs_6.11.2~dfsg-3_amd64.changes

2017-08-28 Thread Debian FTP Masters
nodejs_6.11.2~dfsg-3_amd64.changes uploaded successfully to localhost
along with the files:
  nodejs_6.11.2~dfsg-3.dsc
  nodejs_6.11.2~dfsg-3.debian.tar.xz
  nodejs-dbgsym_6.11.2~dfsg-3_amd64.deb
  nodejs-dev_6.11.2~dfsg-3_amd64.deb
  nodejs-doc_6.11.2~dfsg-3_all.deb
  nodejs_6.11.2~dfsg-3_amd64.buildinfo
  nodejs_6.11.2~dfsg-3_amd64.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


[Pkg-javascript-devel] node-detective_4.5.0-1_amd64.changes is NEW

2017-08-28 Thread Debian FTP Masters
binary:node-detective is NEW.
binary:node-detective is NEW.
source:node-detective 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-detective_4.5.0-1_amd64.changes

2017-08-28 Thread Debian FTP Masters
node-detective_4.5.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-detective_4.5.0-1.dsc
  node-detective_4.5.0.orig.tar.gz
  node-detective_4.5.0-1.debian.tar.xz
  node-detective_4.5.0-1_all.deb
  node-detective_4.5.0-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] coffeescript_1.12.7~dfsg-1_amd64.changes ACCEPTED into unstable

2017-08-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Aug 2017 20:23:54 +0200
Source: coffeescript
Binary: coffeescript libjs-coffeescript coffeescript-doc
Architecture: source all
Version: 1.12.7~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jonas Smedegaard 
Description:
 coffeescript - interpreter and compiler for the CoffeeScript language
 coffeescript-doc - documentation for the CoffeeScript language
 libjs-coffeescript - client-side interpreter for the CoffeeScript language
Changes:
 coffeescript (1.12.7~dfsg-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release(s).
 .
   [ Jonas Smedegaard ]
   * Update watch file: Limit to 1.x.x releases.
   * Modernize Vcs-* fields:
 + Use https protocol.
 + Consistently use anonscm host.
 + Use git (not cgit) in path.
   * Declare compliance with Debian Policy 4.1.0.
   * Relax to build-depend unversioned on cdbs: Required version
 satisfied even in oldstable.
   * Drop patches to avoid tests during build and to test exitcode: Fixed
 upstream.
   * Unfuzz patches.
   * Advertise DEP3 format in patch headers.
   * Update copyright info: Use https protocol in file format URL.
   * Update git-buildpackage config: Filter any .git* files.
   * Drop obsolete lintian override regarding debhelper 9.
   * Tighten lintian overrides regarding License-Reference.
   * Use section javascript (not web) for libjs-coffeescript.
Checksums-Sha1:
 f42dc3e2010a492561cd0a5fb6222ac63204562b 2248 coffeescript_1.12.7~dfsg-1.dsc
 b56574fbb1435707528bcbf8b65e260b33ca1bdc 823435 
coffeescript_1.12.7~dfsg.orig.tar.gz
 8627538c9a96e93b28bf5b6c7c66e6141a603ea6 13056 
coffeescript_1.12.7~dfsg-1.debian.tar.xz
 8b58c12b521ad00176157bba9a46913681fed235 202538 
coffeescript-doc_1.12.7~dfsg-1_all.deb
 f7e9c0ace143e288af942c8b1286d41eca85ac66 141424 
coffeescript_1.12.7~dfsg-1_all.deb
 8449b7c3573b63cae19db4aac1310ae24575e26a 8901 
coffeescript_1.12.7~dfsg-1_amd64.buildinfo
 56ea59aebc41e1b458ef6e1dd69e35c07e22a45f 99096 
libjs-coffeescript_1.12.7~dfsg-1_all.deb
Checksums-Sha256:
 e5c4168374030fde4a772f4b2cca4fa20bb6e2017f99cc96d3a121e43041334c 2248 
coffeescript_1.12.7~dfsg-1.dsc
 6a183fa0981885f7450365c17ad6fd13ab4861d864cc3b7fa47e9e6dc31ae6e7 823435 
coffeescript_1.12.7~dfsg.orig.tar.gz
 2da8632803d16ba92e8b11f1706bb96edeaf06d59576d3185fc88f894afb7b1c 13056 
coffeescript_1.12.7~dfsg-1.debian.tar.xz
 179c6b48883bdf67c0c45253e98a2f877a3aac64ada399c0c4f1290386f62b18 202538 
coffeescript-doc_1.12.7~dfsg-1_all.deb
 2f72d7a8e74c546bd260620f0dbef5f6efea5feb955d56851a9059dd65993cde 141424 
coffeescript_1.12.7~dfsg-1_all.deb
 444025109c10996e89222c909832d7bbea080a070bb8284ad9cc1fc67ad5d0a6 8901 
coffeescript_1.12.7~dfsg-1_amd64.buildinfo
 fe7d4f81292a9d04b01e163d6f7f640abcf6a632a7ebb0c2e5bb5117f53c631b 99096 
libjs-coffeescript_1.12.7~dfsg-1_all.deb
Files:
 eed55db37d7a9c95d2c1a3951fc63fe2 2248 devel extra 
coffeescript_1.12.7~dfsg-1.dsc
 27ce24e6aaf892d9a2882ff92fc3a8df 823435 devel extra 
coffeescript_1.12.7~dfsg.orig.tar.gz
 d3beaa0fedc9c89094644dc6f4154b6e 13056 devel extra 
coffeescript_1.12.7~dfsg-1.debian.tar.xz
 fd3b3001af5af8a131b85783fd9ffeae 202538 doc extra 
coffeescript-doc_1.12.7~dfsg-1_all.deb
 d15513cfe7365fdc635027ba3c0a60b2 141424 devel extra 
coffeescript_1.12.7~dfsg-1_all.deb
 d014f57e5a72612fa309576fc445 8901 devel extra 
coffeescript_1.12.7~dfsg-1_amd64.buildinfo
 8b8db594069ff1db3ea7c1fd17a0ea7e 99096 javascript extra 
libjs-coffeescript_1.12.7~dfsg-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlmkYDUACgkQLHwxRsGg
ASEHWw/+Kj5i+GGgV7QxtdGj8SJmA3miF/LTGECBQruZrUtNNyo3IrZ2cVhFVwO7
ApyHBANb3SWolSmiIALfKdC1Hq0X1nrplYRq+ETQevlAqe1Z9qPzn0hSN937F/Sc
kWFRJ/PR3egVS21GmAtFDl1vOEFNdFCxHcguXidyQEMzLSeEU413EgZRjjhs1HH3
RatbgvRYt0A4W0W/2vnZKtftAr/5GNNHOxqYlCJ4YWfuI/NEz8ogouIyDQlZkNcZ
ASct/JmCHQfWycfVan544k22sYS9+Eyjead4IwVZQlQugPPoY3qyugs6Et/lzxOE
nquNsSKdVV7TG19nNDW1kzFAWwYsk2qFXB3B283iJ8j7jGuiFk73tadj2WRnh890
N+aGcCdGWdsOz9Z8Mz3/DaliCS8/tDOqXA6SsY1/mwRaSygqc4/deOWyQKvugRdU
MvYwJgLXJApklJli5AAo8u8KMy3NIsvTa5ZR50x63YfRU2zV7CRxHgXoj/FEFG3y
hdOR0wUlKyeHIw4czzBdBbky0CoWvydM4kixyOuOutxxV/w2BusjAXgmpMPPDm0M
tlpd+neN1o9zMmxWkcjkzys0ZqiYIeBvUEOPpRabi/IIykKM7/sd+F103ppb7sgI
iND34yWJ8WSYtKLfPBr1bOMhxjgObiVSn7He1b6jS/VIbCwIdfo=
=q/MM
-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 coffeescript_1.12.7~dfsg-1_amd64.changes

2017-08-28 Thread Debian FTP Masters
coffeescript_1.12.7~dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  coffeescript_1.12.7~dfsg-1.dsc
  coffeescript_1.12.7~dfsg.orig.tar.gz
  coffeescript_1.12.7~dfsg-1.debian.tar.xz
  coffeescript-doc_1.12.7~dfsg-1_all.deb
  coffeescript_1.12.7~dfsg-1_all.deb
  coffeescript_1.12.7~dfsg-1_amd64.buildinfo
  libjs-coffeescript_1.12.7~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


[Pkg-javascript-devel] nodejs_6.11.2~dfsg-3_source.changes REJECTED

2017-08-28 Thread Debian FTP Masters


Source-only uploads to NEW are not allowed.

binary:nodejs-doc is NEW.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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 nodejs_6.11.2~dfsg-3_source.changes

2017-08-28 Thread Debian FTP Masters
nodejs_6.11.2~dfsg-3_source.changes uploaded successfully to localhost
along with the files:
  nodejs_6.11.2~dfsg-3.dsc
  nodejs_6.11.2~dfsg-3.debian.tar.xz
  nodejs_6.11.2~dfsg-3_source.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] Bug#873502: [npm2deb] Section should be javascript

2017-08-28 Thread Bastien ROUCARIÈS
Package: npm2deb
Version: 0.2.6-1
Severity: important

Section should be set to javascript

signature.asc
Description: This is a digitally signed message part.
-- 
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#840213: [npm2deb] Not complete

2017-08-28 Thread Bastien ROUCARIÈS
Package: npm2deb
Version: 0.2.6-1

I use a script call runtestsuite, that copy the test directory and replace ../
by name of package than run.

Quite useful, see for instance my js pacakge

ro...@debian.org

signature.asc
Description: This is a digitally signed message part.
-- 
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] libjs-autolink_1.0.2+dfsg2-1_amd64.changes REJECTED

2017-08-28 Thread Chris Lamb

Hi,

There is some kind of unattributed (etc.) code copy under test/jasmine/. This
needs, at the very least, clarification in debian/copyright (not here!).


 -- Chris Lamb   Mon, 28 Aug 2017 10:00:57 +



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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: limit source to nodejs, tagging 872488

2017-08-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit source nodejs
Limiting to bugs with field 'source' containing at least one of 'nodejs'
Limit currently set to 'source':'nodejs'

> tags 872488 + pending
Bug #872488 [src:nodejs] nodejs: Build-Dependency loop nodejs => node-yamlish, 
node-marked => nodejs
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
872488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872488
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