Bug#847910: ITP: node-path-root -- Get the root of a posix or windows filepath

2016-12-12 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-path-root Version : 0.1.1 Upstream Author : Jon Schlinkert (https://github.com/jonschlinkert) * URL : https://gith

Bug#845227: trying my JS skills

2016-12-05 Thread Paolo Greppi
I am not sure what you want to achieve (and I ignore the intent of upstream) but I noticed that the build-modules.js script looks at the last argument in the command line to select the target it should copy the files to so for example if I create a directory: mkdir dist/q then passing this as

Bug#850176: reported upstream

2017-01-09 Thread Paolo Greppi
FYI, https://github.com/bottlepy/bottle/issues/923 Paolo

Bug#850176: fixed upstream

2017-01-09 Thread Paolo Greppi
FYI, upstream fixed this within about 1 h from reporting (!) The patch is a one-liner. We would pick it up when the package is updated to 0.12.13. But what is best to do for stable ? Thanks, Paolo

Bug#850176: [python-bottle] latest security update breaks existing code

2017-01-04 Thread Paolo Greppi
Package: python-bottle Version: 0.12.7-1+deb8u1 Severity: normal --- Please enter the report below this line. --- Dear maintainer, the latest security update breaks existing code like the following script: #!/usr/bin/env python # coding=utf-8 import bottle @bottle.route('/', method='GET') def

Bug#848749: disable build-time tests

2016-12-19 Thread Paolo Greppi
Il looks like node-expand-tilde returns a directory which does not exist (sbuild-nonexistent) at this line in node-fined/test/utils/get-userhome-file.js: var userHomeDir = expandTilde('~'); This in turn triggers the exception in the next line: var userHomeFiles = fs.readdirSync(userHomeDir);

Bug#848970: ITP: node-jsonminify -- Minify blocks of JSON-like content into valid JSON

2016-12-21 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-jsonminify Version : 0.4.1 Upstream Author : Kei Funagayama <kei.to...@gmail.com> (https://github.com/fkei) * URL

Bug#721611: RFS: tinycon.js 0.6.5

2016-12-21 Thread Paolo Greppi
Hi, I have packaged tinycon.js, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/tinycon.js.git This is a requirement of etherpad-lite (https://bugs.debian.org/576998). Please someone more experienced than me review it and if it's OK sponsor its upload.

Bug#848964: ITP: node-rx -- The Reactive Extensions for JavaScript

2016-12-21 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-rx Version : 4.1.0 Upstream Author : Cloud Programmability Team (https://github.com/Reactive-Extensions/RxJS/blob/master/autho

Bug#848854: status update

2016-12-20 Thread Paolo Greppi
The repo on alioth is ready. I'm waiting for the dependency node-file-sync-cmp (https://bugs.debian.org/845025 to enter unstable to emit the RFS. Paolo

Bug#848853: RFS: node-grunt-contrib-uglify 2.0.0

2016-12-20 Thread Paolo Greppi
Hi, I have packaged node-grunt-contrib-uglify, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-grunt-contrib-uglify.git I had to repackage to get rid of uglyfied files part of the test suite. Therefore I can not not run tests during build or autopkgtests

Bug#848970: RFS: node-jsonminify 0.4.1

2016-12-21 Thread Paolo Greppi
Hi, I have packaged node-jsonminify, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-jsonminify.git Please someone more experienced than me review it and if it's OK sponsor its upload. Thanks, Paolo

Bug#848353: status update

2016-12-21 Thread Paolo Greppi
The repo on alioth is ready: https://anonscm.debian.org/git/pkg-javascript/node-css-select.git I'm waiting for the dependency node-domutils (https://bugs.debian.org/848324) to enter unstable to emit the RFS. Paolo

Bug#847916: ITP: node-liftoff -- Launch your command line tool with ease

2016-12-18 Thread Paolo Greppi
On 18/12/2016 12:29, Pirate Praveen wrote: > On തിങ്കള്‍ 12 ഡിസംബര്‍ 2016 04:27 വൈകു, Paolo Greppi wrote: >> * Package name: node-liftoff > > Is there any blockers for this? gulp-util is the only other remaining > dependency (I'll upload it next) for gulp. > > node-

Bug#848366: RFS: node-is-promise 2.1.0

2016-12-19 Thread Paolo Greppi
Hi, I have packaged node-is-promise, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-is-promise.git/ Please someone more experienced than me review it and if it's OK sponsor its upload. Thanks, Paolo

Bug#848371: RFS: node-external-editor 2.0.1

2016-12-19 Thread Paolo Greppi
Hi, I have packaged node-external-editor, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-external-editor.git/ I had to cheat on the dependency on node-tmp: the package.json requests 0.0.31 but with 0.0.28 that we have in debian the tests pass .. Please

Bug#848367: RFS: node-ansi-escapes 1.4.0

2016-12-19 Thread Paolo Greppi
Hi, I have packaged node-ansi-escapes, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-ansi-escapes.git/ Please someone more experienced than me review it and if it's OK sponsor its upload. Thanks, Paolo

Bug#848369: RFS: node-exit-hook 1.1.1

2016-12-19 Thread Paolo Greppi
Hi, I have packaged node-exit-hook, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-exit-hook.git/ I tried patching the test suite to use mocha rather than ava: diff --git a/test.js b/test.js index e92fb06..546f7f3 100644 --- a/test.js +++ b/test.js @@

Bug#848749: set a different $HOME for build-time tests

2016-12-19 Thread Paolo Greppi
As per this comment in the Pkg-javascript-devel mailing list: https://lists.alioth.debian.org/pipermail/pkg-javascript-devel/2016-December/016725.html I have changed the approach to set a different $HOME for build-time tests. This should fix the build-time tests. Paolo

Bug#848853: ITP: node-grunt-contrib-uglify -- Minify JavaScript files with UglifyJS

2016-12-20 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-grunt-contrib-uglify Version : 2.0.0 Upstream Author : Grunt Team (http://gruntjs.com/) * URL : https://github.com/g

Bug#848854: ITP: node-grunt-contrib-copy -- Copy files and folders

2016-12-20 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-grunt-contrib-copy Version : 1.0.0 Upstream Author : Grunt Team (http://gruntjs.com/) * URL : https://github.com/gruntjs

Bug#845025: this is required for node-grunt-contrib-copy

2016-12-20 Thread Paolo Greppi
Hi ! this one is required for node-grunt-contrib-copy too (ITP: https://bugs.debian.org/848854) How are you getting on ? Paolo

Bug#849179: ITP: node-sorted-object -- Return a copy of an object with its keys sorted

2016-12-23 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-sorted-object Version : 2.0.1 Upstream Author : Domenic Denicola <d...@domenic.me> (https://domenic.me/) * URL

Bug#849182: ITP: node-pad -- Left and right string padding

2016-12-23 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-pad Version : 1.0.2 Upstream Author : David Worms <da...@adaltas.com> * URL : https://github.com/wdavidw/nod

Bug#849181: ITP: node-progress -- Flexible ascii progress bar

2016-12-23 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-progress Version : 1.1.8 Upstream Author : TJ Holowaychuk <t...@vision-media.ca> * URL : https://github.com/visi

Bug#849178: ITP: node-array-from -- ES2015 Array.from ponyfill

2016-12-23 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-array-from Version : 2.1.1 Upstream Author : Tomek Wiszniewski and Benjamin Barber * URL : https://github.com/studio-b12

Bug#849185: ITP: node-cli-cursor -- Toggle the CLI cursor

2016-12-23 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-cli-cursor Version : 1.0.2 Upstream Author : Sindre Sorhus <sindresor...@gmail.com> (sindresorhus.com) * URL

Bug#848364: status of node-inquirer

2016-12-23 Thread Paolo Greppi
Hi, the repo on alioth is up to date and builds fine if you install locally all the dependencies missing to date. These are on the way: name ITPRFS / NEW - cli-width (^2.0.0) 849141 NEW today - restore-cursor (^1.0.1) 849145 NEW today - run-async (^2.2.0)

Bug#848964: RFS: node-rx 4.1.0

2016-12-23 Thread Paolo Greppi
Hi, now that all dependencies are in I have packaged node-rx, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-rx.git/ Please someone more experienced than me review it and if it's OK sponsor its upload. Thanks, Paolo

Bug#848353: RFS: node-css-select 1.2.0

2016-12-23 Thread Paolo Greppi
Hi, I have packaged node-css-select, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-css-select.git Please someone more experienced than me review it and if it's OK sponsor its upload. Thanks, Paolo

Bug#849185: RFS: node-cli-cursor 1.0.2

2016-12-23 Thread Paolo Greppi
Hi, I have packaged node-cli-cursor, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-cli-cursor.git Please someone more experienced than me review it and if it's OK sponsor its upload. Thanks, Paolo

Bug#794988: [Pkg-javascript-devel] Bug#794988: the domhandler dependency

2016-12-23 Thread Paolo Greppi
On 16/12/2016 11:29, Paolo Greppi wrote: > I got the same while testing node-cheerio (ITP: > https://bugs.debian.org/848315). > > The domhandler dependency is indeed listed in the current upstream's > package.json. > > Upgrading node-htmlparser2 from 3.7.3 to 3.9.2 woul

Bug#849557: [Pkg-javascript-devel] Bug#849557: Bug#849557: switch to node-uglify instead of yui-compressor

2016-12-28 Thread Paolo Greppi
On 28/12/2016 17:30, Pirate Praveen wrote: > 2016-12-28 21:32 या दिवशी Pirate Praveen ने लिहीले : >> yui-compressor pulls in jre. Since nodejs is already a build dep, its >> better to use node-uglify. > > On a closer look, yui-compressor is used only for minifying css. To replace > it, we should

Bug#781417: RFS: node-socket.io-parser 2.3.1

2016-12-28 Thread Paolo Greppi
Hi, building on the work by Bas Couwenberg back in 2015 I have packaged node-socket.io-parser, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-socket.io-parser.git Besides node-socket.io and closure-util mentioned above in the ITP, this is also a

Bug#849580: ITP: node-graceful-readlink -- graceful fs.readlink

2016-12-28 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-graceful-readlink Version : 1.0.1 Upstream Author : zhiyelee * URL : https://github.com/zhiyelee/graceful-readlink * L

Bug#849580: RFS: node-graceful-readlink 1.0.1

2016-12-28 Thread Paolo Greppi
Hi, I have packaged node-graceful-readlink, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-graceful-readlink.git Please someone more experienced than me review it and if it's OK sponsor its upload. Thanks, Paolo

Bug#849141: ITP: node-cli-width -- Get stdout window width

2016-12-22 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-cli-width Version : 2.1.0 Upstream Author : Ilya Radchenko <i...@burstcreations.com> * URL : https://github.com

Bug#849141: RFS: node-cli-width 2.1.0

2016-12-22 Thread Paolo Greppi
Hi, I have packaged node-cli-width, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-cli-width.git Please someone more experienced than me review it and if it's OK sponsor its upload. Thanks, Paolo

Bug#849145: RFS: node-restore-cursor 1.0.1

2016-12-22 Thread Paolo Greppi
Hi, I have packaged node-restore-cursor, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-restore-cursor.git Please someone more experienced than me review it and if it's OK sponsor its upload. Thanks, Paolo

Bug#849147: RFS: node-run-async 2.3.0

2016-12-22 Thread Paolo Greppi
Hi, I have packaged node-run-async, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-run-async.git It is required for node-inquirer (ITP: https://bugs.debian.org/848364) which in turn is required by node-yarnpkg 0.18 (ITP: https://bugs.debian.org/843021).

Bug#849145: ITP: node-restore-cursor -- Gracefully restore the CLI cursor on exit

2016-12-22 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-restore-cursor Version : 1.0.1 Upstream Author : Sindre Sorhus <sindresor...@gmail.com> (http://sindresorhu

Bug#849145: additional info

2016-12-22 Thread Paolo Greppi
It is required for cli-cursor which in tun is required for node-inquirer (ITP: https://bugs.debian.org/848364) which finally is required by node-yarnpkg 0.18 (ITP: https://bugs.debian.org/843021). My intention is to package it within the javascript maintainers team. The repo will be on alioth:

Bug#849147: ITP: node-run-async -- Run function synchronously or asynchronously

2016-12-22 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-run-async Version : 2.3.0 Upstream Author : Simon Boudrias <ad...@simonboudrias.com> * URL : https://github.com/s

Bug#849255: ITP: node-object-assign-sorted -- Object.assign with sorted keys

2016-12-24 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-object-assign-sorted Version : 1.0.0 Upstream Author : James Kyle <m...@thejameskyle.com> * URL : https:

Bug#849254: ITP: node-command-join -- Escape and join command-line arguments

2016-12-24 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-command-join Version : 1.1.1 Upstream Author : Sean Genabe <seangen...@outlook.com> * URL : https://github.co

Bug#848364: RFS: node-inquirer 2.0.0

2016-12-24 Thread Paolo Greppi
Hi, I have packaged node-inquirer, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-inquirer.git This depends on node-rx and on node-cli-cursor which are currently in the NEW queue. Please someone more experienced than me review it and if it's OK sponsor

Bug#849254: RFS: node-command-join 1.1.1

2016-12-24 Thread Paolo Greppi
Hi, I have packaged node-command-join, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-command-join.git I managed to get away with the build-dep on babel ... by just copying the file as-is (!). The build-time tests run fine. The autopkgtests currently

Bug#849255: RFS: node-object-assign-sorted 1.0.0

2016-12-24 Thread Paolo Greppi
Hi, I have packaged node-object-assign-sorted, see the ITP I am CC-ing and the repo: https://anonscm.debian.org/git/pkg-javascript/node-object-assign-sorted.git This depends on node-sorted-object which is currently in the NEW queue. Please someone more experienced than me review it and if it's

Bug#847353: [Pkg-javascript-devel] Bug#847353: Bug#846961: recent update of libjs-jquery-ui broke gitlab

2016-12-07 Thread Paolo Greppi
On 07/12/2016 14:54, Pirate Praveen wrote: > On Wed, 7 Dec 2016 17:12:12 +0530 Pirate Praveen wrote: >> I tested the patch, but that was not enough., I still get the same error :( > > I tested using embedded copy of jquery-ui in ruby-jquery-ui-rails and it > is working. So it

Bug#794988: the domhandler dependency

2016-12-16 Thread Paolo Greppi
I got the same while testing node-cheerio (ITP: https://bugs.debian.org/848315). The domhandler dependency is indeed listed in the current upstream's package.json. Upgrading node-htmlparser2 from 3.7.3 to 3.9.2 would force us to package domhandler and domutils, and the latter's dependency

Bug#848324: ITP: node-domutils -- utilities for working with htmlparser2's dom

2016-12-16 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-domutils Version : 1.5.1 Upstream Author : Felix Boehm <m...@feedic.com> * URL : https://github.com/FB55/domuti

Bug#848325: ITP: node-dom-serializer -- render dom nodes to string

2016-12-16 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-dom-serializer Version : 0.1.0 Upstream Author : Felix Boehm <m...@feedic.com> * URL : https://github.com/c

Bug#794988: 3 new related ITPs

2016-12-16 Thread Paolo Greppi
As a start I'll take care of the three new packages: - node-domhandler https://bugs.debian.org/848322 - node-domutils https://bugs.debian.org/848324 - node-dom-serializer https://bugs.debian.org/848325 Paolo

Bug#848322: ITP: node-domhandler -- htmlparser2 handler that turns pages into a dom

2016-12-16 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-domhandler Version : 2.3.0 Upstream Author : Felix Boehm <m...@feedic.com> * URL : https://github.com/fb5

Bug#846216: RFS: node-proper-lockfile 2.0.0

2016-12-16 Thread Paolo Greppi
The repo on alioth is ready: https://anonscm.debian.org/git/pkg-javascript/node-proper-lockfile.git For the version dependency on node-retry >= 0.10.0, discussed here: - https://lists.alioth.debian.org/pipermail/pkg-javascript-devel/2016-December/016454.html -

Bug#845482: RFS: python-patch 1.16

2017-04-04 Thread Paolo Greppi
te: >> On Tue, Nov 29, 2016 at 08:20:23AM +0100, Paolo Greppi wrote: >>> Hi, >> >> Hi! >> >> FYI, I found your RFS only thanks to the /topic in #debian-python. >> Unless you're very lucky most RFSes sent to random mailing lists have a >> tendenc

Bug#860634: fix for node-grunt-contrib-copy RC bug

2017-04-21 Thread Paolo Greppi
Hi team there is a RC bug on node-grunt-contrib-copy, I have provided a fix and uploaded that to alioth. I have tested with pkg-ruby-extras/build and tested the reverse deps (node-rx) too. These two packages have an impressive popcon count of ... 7+5 ! But anyway please someone sponsor the

Bug#860634: reproducible here

2017-04-21 Thread Paolo Greppi
This is easy to reproduce on stretch from the root of a source package against the currently installed package. Just make sure the tmp directory created during the build process is not present: make -f debian/rules clean or just: rm -rf tmp then run the tests in the local environment

Bug#576998: [Pkg-javascript-devel] why not

2017-07-21 Thread Paolo Greppi
Hallo yes it's still on my todo list. It's not in the npm registry so we can't easily (i.e. with the js_task_edit.py script) create a task page as for the other nodejs packages [1]. But it has quite a few node dependencies. As libjs-tinycon and node-jsonminify are in the archive we're left

Bug#865892: reproducible

2017-07-03 Thread Paolo Greppi
This is easily reproducible: just apt remove node-asnyc, and try the build. I am working on the fix while at the same time updating to 2.0.1 Paolo

Bug#847306: Missing dependency php-curl

2017-06-08 Thread Paolo Greppi
Speaking about missing dependencies, it should probably also depend on php-curl: $ sudo apt install arcanist $ arc PHP CONFIGURATION ERRORS You need to install the cURL PHP extension, with 'apt-get install php-curl'. I did that, and it works afterwards. Paolo

Bug#797194: unrepro on stretch

2017-06-08 Thread Paolo Greppi
If somebody else conforms, I think this one can be closed. Paolo

Bug#845482: RFS: python-patch 1.16

2017-05-24 Thread Paolo Greppi
Il 29/12/2016 18:17, Mattia Rizzolo ha scritto: > On Tue, Nov 29, 2016 at 08:20:23AM +0100, Paolo Greppi wrote: >> Hi, > > Hi! > > FYI, I found your RFS only thanks to the /topic in #debian-python. > Unless you're very lucky most RFSes sent to random mailing lists have

Bug#861515: node-grunt-contrib-copy FTBFS on armhf i386

2017-05-30 Thread Paolo Greppi
Hi all, re. https://bugs.debian.org/861515, since we haven't got any reply from upstream for almost a month (https://github.com/gruntjs/grunt-contrib-copy/issues/291), I have updated node-grunt-contrib-copy to simply skip the failing test:

Bug#754551: reopening the ITP for node-ms

2017-05-31 Thread Paolo Greppi
I intend to package this module, for the rationale see https://bugs.debian.org/836205 A quick search on https://codesearch.debian.net shows the following node/js-related packages that contain the string 'humanize', possibly indicating that they import the ms copy embedded in node-debug:

Bug#836205: is not yet fixed after all

2017-05-30 Thread Paolo Greppi
While I have been lazy in not closing this one with a Closes: line in debian/changes with 2.5.1-1, it turns out it was right to do so after all. The issue has been reopened from upstream, and seems to be not really fixed in ms 0.7.2 as stated in the original advisory:

Bug#863934: fix

2017-06-19 Thread Paolo Greppi
According to upstream (https://github.com/felixge/node-dateformat/issues/21) "dateformat() doesn't really play well with timezones since the javascript Date() object itself doesn't really play well with timezones." We should be content with fixing the tests for the GMT timezone using the trick

Bug#861515: reproducibile here

2017-05-02 Thread Paolo Greppi
I have set up an i386 debci lxc testbed with: debci_arch=i386 debci setup then confirmed that the lxc container has indeed been created: lxc-ls --fancy NAME STATE AUTOSTART GROUPS IPV4 IPV6 adt-sid-amd64 STOPPED 0 - -- adt-sid-i386 STOPPED 0 -

Bug#726486: [Pkg-javascript-devel] pump.io packaging help (from upstream)

2017-05-04 Thread Paolo Greppi
Hi Alex, nice to know that we can count on upstream for this one. I have updated the page at https://wiki.debian.org/Javascript/Nodejs/Tasks/Pump.io which was stuck at pump.io 0.3.0. The count of missing packages has gone up from about 40 to over 90, so it's going to be a long way before we

Bug#843021: wiki page

2017-05-04 Thread Paolo Greppi
As this is a complex package, I have created a dedicated page in the wiki: https://wiki.debian.org/Javascript/Nodejs/Tasks/yarn

Bug#843021: Yarn 1.0 and update

2017-09-20 Thread Paolo Greppi
Yarn 1.0 has been released on 2017-11-07 [1] I have updated the repo [2] and looked at the dependency list. Even taking into account packages which are WIP and stuck in contrib, some build dependencies are missing. 2 have ITPs: - node-babel-loader: #845130 - node-gulp-newer #848651 and 10

Bug#876435: mocha: manpage contains broken link

2017-09-22 Thread Paolo Greppi
Package: mocha Version: 1.20.1-7 Severity: minor X-Debbugs-Cc: paolo.gre...@libpf.com Dear Maintainer, when I type man mocha at the end of the manpage it states: SEE ALSO More info about mocha can be found in /usr/share/doc/node-mocha/Readme.md.gz But that link is broken, it should

Bug#876300: libsundials-dev: libsundials-serial-dev is gone

2017-09-20 Thread Paolo Greppi
Package: libsundials-dev Version: 2.7.0+dfsg-2 Severity: normal Dear Maintainer, on stretch libsundials-serial-dev is available. With the update 2.7.0 release this is not available anymore. I assume it is replaced by libsundials-dev. Should there be a transitional package to ease the

Bug#870956: [Pkg-javascript-devel] Bug#870956: Bug#870956: node-jsdom: should node-jsdom be removed from unstable?

2017-09-10 Thread Paolo Greppi
Il 10/09/2017 08:45, Lucas Nussbaum ha scritto: > Hi, > > On 10/08/17 at 17:38 +0530, Pirate Praveen wrote: >> I think (from what I remember) this is a dependency of >> node-jquery-. Though it required many other build tools also >> packaged, so it was not touched. I will see if I can confirm

Bug#850409: bump

2017-09-25 Thread Paolo Greppi
Happened today with: https://tracker.debian.org/pkg/pyjwt Paolo

Bug#881339: let's find a solution

2017-11-30 Thread Paolo Greppi
babel-preset-env is an essential component of babel: https://babeljs.io/docs/plugins/preset-env babel is a sort of "compiler" that translates from bleeding-edge javascript to older, more widespread standard versions (such as the javascript that runs in a browser). It's a very successful project

Bug#882964: node-serve-favicon: should depend on node-ms

2017-11-27 Thread Paolo Greppi
Package: node-serve-favicon Version: 2.1.5-1 Severity: important X-Debbugs-Cc: paolo.gre...@libpf.com Dear maintainer, this package imports humanize from node-debug as ms. With node-debug 3.1.0 the embedded copy of the ms module will be stripped. There is a new node-ms module for that (currently

Bug#882963: node-send: should depend on node-ms

2017-11-27 Thread Paolo Greppi
Package: node-send Version: 0.9.4-1 Severity: important X-Debbugs-Cc: paolo.gre...@libpf.com Dear maintainer, this package imports humanize from node-debug as ms. With node-debug 3.1.0 the embedded copy of the ms module will be stripped. There is a new node-ms module for that (currently in the

Bug#882965: node-connect-timeout: should depend on node-ms

2017-11-27 Thread Paolo Greppi
Package: node-connect-timeout Version: 1.3.0-1 Severity: important X-Debbugs-Cc: paolo.gre...@libpf.com Dear maintainer, this package imports humanize from node-debug as ms. With node-debug 3.1.0 the embedded copy of the ms module will be stripped. There is a new node-ms module for that

Bug#883180: zlib1g-dev: please update to 1.2.11

2017-11-30 Thread Paolo Greppi
Package: zlib1g-dev Version: 1:1.2.8.dfsg-5 Severity: important X-Debbugs-Cc: paolo.gre...@libpf.com Dear Maintainer, nodejs embeds latest zlib (1.2.11) since 4.8 which is now in testing. The target for buster is to have nodejs 8 or 9. The nodejs maintainer patches away the embedded copy and

Bug#379304: it works

2017-11-30 Thread Paolo Greppi
The file is now /etc/thunderbird/pref/thunderbird.js and in the source is: https://anonscm.debian.org/cgit/pkg-mozilla/thunderbird.git/tree/debian/thunderbird.js I added this to /etc/thunderbird/pref/thunderbird.js: pref("mail.compose.other.header", "X-Debbugs-Cc"); restarted Thundebird, and it

Bug#863704: duplicate of 843021

2017-11-30 Thread Paolo Greppi
sorry I did not notice this earlier ! https://bugs.debian.org/843021 Paolo

Bug#790241: gulp-shell dependency

2017-12-05 Thread Paolo Greppi
FYI, I just filed a bug upstream to get rid of the gulp-shell dependency in the www module: https://github.com/buildbot/buildbot/issues/3802 Paolo

Bug#883156: version 1.1

2017-12-04 Thread Paolo Greppi
Hi, I just uploaded version 1.1 of pico2wave to this repo: https://gitlab.com/simevo/pico2wave This version converts text from stdin, silently truncating it if it exceeds 32766 characters. In this way at least there is no crash. I also created a man page using markdown to document the new

Bug#878674: also segfaults when building vue.js

2017-12-13 Thread Paolo Greppi
I think I reproduced this one when building vue.js on sid amd64, using node built in the most basic config from unchanged upstream sources: git clone https://github.com/nodejs/node.git cd node git checkout v6.12.0 ./configure --without-npm --prefix=/usr --openssl-use-def-ca-store && make -j8 -C

Bug#878674: reproducible with node executable from nodejs.org

2017-12-14 Thread Paolo Greppi
It segfaults when building vue.js on sid amd64, using node executable downloaded from nodejs.org: wget https://nodejs.org/dist/latest-v6.x/node-v6.12.2-linux-x64.tar.xz xz -d node-v6.12.2-linux-x64.tar.xz tar xf node-v6.12.2-linux-x64.tar cd vue.js NODE_PATH=/usr/lib/nodejs/

Bug#881339: poor yarn

2017-12-02 Thread Paolo Greppi
@don: yarn is a javascript package manager like npm which we already have in debian, as we have pip, gem, composer, go get etc. Both yarn and npm are probably not useful during packaging, but they happen to be popular tools among front-end developers at the moment, that's why I filed the ITP for

Bug#881339: maybe this one is solved but let's keep finding solutions together

2017-12-01 Thread Paolo Greppi
First the actual issue of this bug may be solved because we have found a technical solution by cheating a little bit on dependencies: https://lists.alioth.debian.org/pipermail/pkg-javascript-devel/2017-December/022806.html

Bug#883156: version 1.1

2017-12-10 Thread Paolo Greppi
Il 10/12/2017 21:16, Samuel Thibault ha scritto: > Hello, > > Paolo Greppi, on lun. 04 déc. 2017 18:24:46 +0100, wrote: >> P.S. IMHO it would make sense to separate the libttspico-utils binary >> package from the svox source package. >> In this way it would have i

Bug#883657: ITP: node-locate-path -- Get the first path that exists on disk of multiple paths

2017-12-06 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> * Package name: node-locate-path Version : 2.0.0 Upstream Author : Sindre Sorhus <sindresor...@gmail.com> (sindresorhus.com) * URL : https://github.com/sindresorhus/locate

Bug#883553: tentative conversion to webpack/babel build

2017-12-06 Thread Paolo Greppi
cat .babelrc { "presets": [ "es2015", ], "plugins": [ "babel-plugin-add-module-exports" ], "ignore": [ "dist/*.js" ] } cat webpack.config.js 'use strict'; var path = require('path'); var config = { target: 'web', entry: 'lib/es6-promise.js', resolve: { modules:

Bug#871459: vue.js

2017-10-30 Thread Paolo Greppi
As discussed (some time ago..) with Michael, I have taken over the ITP for vue.js. I'll try to package it within the javascript maintainers team. I have started work on this repo on alioth: https://anonscm.debian.org/git/pkg-javascript/vue.js.git It build-depends on a few packages:

Bug#843021: node-yarnpkg status update

2017-10-31 Thread Paolo Greppi
I have just updated the repo: https://anonscm.debian.org/cgit/pkg-javascript/node-yarnpkg.git with upstream's latest release (1.2.1). W.r.t. the previous time I looked (version 1.0.2 of 2017-09-13) the dependencies have not changed much: - 2 new dependencies (strip-ansi and puka) -

Bug#898259: RFP: vscode -- Microsoft Visual Studio Code

2018-05-09 Thread Paolo Greppi
Il 09/05/2018 12:11, Daniel Pocock ha scritto: > ... > Visual Studio Code regularly comes up in discussions.  Several GSoC > students have asked about using it for Python projects. > > Upstream releases[1] the source code under an MIT license on Github > ... Hi, this looks like an interesting

Bug#897021: ITP: node-peek-stream -- Node.js module that provides an enhanced stream type

2018-04-27 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> * Package name: node-peek-stream Version : 1.1.3 Upstream Author : Mathias Buus * URL : https://github.com/mafintosh/peek-stream * License : Expat Programming Lang: Java

Bug#897019: ITP: node-gunzip-maybe -- Node.js module that optionally gunzips a stream

2018-04-27 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> * Package name: node-gunzip-maybe Version : 1.4.1 Upstream Author : Mathias Buus (@mafintosh) * URL : https://github.com/mafintosh/gunzip-maybe * License : Expat Programmin

Bug#897023: ITP: node-tar-fs -- Node.js module that provides filesystem-like access to tar files

2018-04-27 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> * Package name: node-tar-fs Version : 1.16.0 Upstream Author : Mathias Buus * URL : https://github.com/mafintosh/tar-fs * License : Expat Programming Lang: JavaScript Descr

Bug#897025: ITP: node-v8-compile-cache -- Node.js module that enables the code cache to speed up instantiation time

2018-04-27 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> * Package name: node-v8-compile-cache Version : 1.1.2 Upstream Author : Andres Suarez <zert...@gmail.com> * URL : https://github.com/zertosh/v8-compile-cache * License

Bug#896691: RFS: safe-regex

2018-04-27 Thread Paolo Greppi
Hi, I have packaged node-safe-regex: https://salsa.debian.org/js-team/node-safe-regex It requires node-ret which is already in the NEW queue. I have tested the build with sbuild --extra-package I am Cc-ing the ITP. Please someone sponsor the upload. Paolo

Bug#897021: RFS: node-peek-stream

2018-04-27 Thread Paolo Greppi
Hi, I have packaged node-peek-stream: https://salsa.debian.org/js-team/node-peek-stream I am Cc-ing the ITP. Please someone sponsor the upload. Paolo

<    1   2   3   4   5   6   >