Acknowledgement sent
to Pirate Praveen <[email protected]>:
New Bug report received and forwarded. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Sun, 09 Oct 2016 06:06:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Chris Lamb <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Sun, 09 Oct 2016 11:15:05 GMT) (full text, mbox, link).
Subject: Re: some modules has package.yaml instead of package.json
Date: Sun, 09 Oct 2016 12:13:10 +0100
Hi,
> some modules has package.yaml instead of package.json
Could you provide an existing package name and/or simple testcase for this?
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
Acknowledgement sent
to Pirate Praveen <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Sun, 09 Oct 2016 12:12:03 GMT) (full text, mbox, link).
On ഞായര് 09 ഒക്ടോബര് 2016 04:43 വൈകു, Chris Lamb wrote:
> Hi,
>
>> some modules has package.yaml instead of package.json
>
> Could you provide an existing package name and/or simple testcase for this?
>
node-jju package has package.yaml.
Similarly colors.js does not have a package.json file, but it has
bower.json file.
> Regards,
>
Acknowledgement sent
to Chris Lamb <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Sun, 09 Oct 2016 12:33:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Pirate Praveen <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Sun, 09 Oct 2016 12:36:03 GMT) (full text, mbox, link).
On ഞായര് 09 ഒക്ടോബര് 2016 05:59 വൈകു, Chris Lamb wrote:
> Pirate Praveen wrote:
>
>> node-jju package has package.yaml.
>
> Can't seem to find this package in the archive!
This was accepted only a few hours back. See
https://anonscm.debian.org/cgit/pkg-javascript/node-jju.git
Acknowledgement sent
to [email protected]:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Sat, 29 Oct 2016 13:24:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Pirate Praveen <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Sat, 29 Oct 2016 14:30:03 GMT) (full text, mbox, link).
On Sat, 29 Oct 2016 13:13:51 +0000 [email protected] wrote:
> All npm modules should have a package.json.
>
> The issue is npm2deb retrieves module source from git repo instead of npm registry.
>
> This will be fixed with #842465 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842465)
But npm tarballs does not always contains tests. We should run tests to
be able to update its dependencies (See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840213).
So npm dist tarballs should be used only when tags are missing in the
repo and not the default. Usually the upstream authors are very
responsive to requests for updating tags page.
Acknowledgement sent
to Pirate Praveen <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Mon, 31 Oct 2016 05:51:02 GMT) (full text, mbox, link).
Control: severity -1 important
On Sun, 9 Oct 2016 11:32:47 +0530 Pirate Praveen <[email protected]> wrote:
> severity: grave
> justification: breaks package build
reducing severity to important, this does not have to block the release
as it happens only in a few packages and which can easily be fixed.
Acknowledgement sent
to Jonas Smedegaard <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Mon, 31 Oct 2016 09:33:02 GMT) (full text, mbox, link).
Quoting Pirate Praveen (2016-10-31 06:46:56)
> Control: severity -1 important
>
> On Sun, 9 Oct 2016 11:32:47 +0530 Pirate Praveen <[email protected]> wrote:
> > severity: grave
> > justification: breaks package build
>
> reducing severity to important, this does not have to block the release
> as it happens only in a few packages and which can easily be fixed.
The tag is "severity", not "complexity": If the bug cause failure to
build packages the it is of high severity, no matter how hard or easy it
will be to fix.
If release happened before this bug was fixed, then it _is_ a blocker!
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
Acknowledgement sent
to Pirate Praveen <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Mon, 31 Oct 2016 09:45:04 GMT) (full text, mbox, link).
On Monday 31 October 2016 03:07 PM, Jonas Smedegaard wrote:
>> reducing severity to important, this does not have to block the release
>> as it happens only in a few packages and which can easily be fixed.
>
> The tag is "severity", not "complexity": If the bug cause failure to
> build packages the it is of high severity, no matter how hard or easy it
> will be to fix.
>
> If release happened before this bug was fixed, then it _is_ a blocker!
>
Fix is to add package.yaml to debian/install. This bug does not make any
current packages to fail. It only affects packages that are newly
created and debian/install is not corrected.
Acknowledgement sent
to Jonas Smedegaard <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Javascript Maintainers <[email protected]>.
(Mon, 31 Oct 2016 10:15:03 GMT) (full text, mbox, link).
Quoting Pirate Praveen (2016-10-31 10:39:58)
> On Monday 31 October 2016 03:07 PM, Jonas Smedegaard wrote:
> >> reducing severity to important, this does not have to block the release
> >> as it happens only in a few packages and which can easily be fixed.
> >
> > The tag is "severity", not "complexity": If the bug cause failure to
> > build packages the it is of high severity, no matter how hard or easy it
> > will be to fix.
> >
> > If release happened before this bug was fixed, then it _is_ a blocker!
> >
>
> Fix is to add package.yaml to debian/install. This bug does not make any
> current packages to fail. It only affects packages that are newly
> created and debian/install is not corrected.
Ah - makes sense, then. I simply misunderstood your previous comment.
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
Debbugs is free software and licensed under the terms of the GNU General
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.