Re: [Pkg-javascript-devel] RFS: jquery-jplayer/2.1.0-1

2012-05-09 Thread Paul van Tilburg
Hello Pau,

On Mon, May 07, 2012 at 02:32:57AM +0200, Pau Garcia i Quiles wrote:
> I am looking for a sponsor for my package "jquery-jplayer"

The package is looking good, and am eager to use it as a depend of
owncloud.  This would actually allow us to bring the "media" application
back.  (Already working on that.)

Two small nitpicky things about debian/copyright:
- The DEP-5 is a standard now, so the Format URL is now:
  http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
- Please also include the Upstream-Contact field.

Since it is a jQuery plugin, is it not supposed to depend on jQuery somehow?
(Possibly as suggest/recommend, I don't how it's done for other plugins?)

Cheers,
Paul

-- 
Using the Power of Debian GNU/Linux  | E-mail: pau...@debian.org
Jabber/GTalk: p...@luon.net  | GnuPG key ID: 0x50064181

___
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] Upgrade issues

2012-03-31 Thread Paul van Tilburg
Hi,

On Thu, Mar 29, 2012 at 10:43:58AM +0200, Jérémy Lal wrote:
> > On Wed, Mar 28, 2012 at 12:06:15PM +0200, Jérémy Lal wrote:
> >> On 28/03/2012 09:53, Paul van Tilburg wrote:
> > Do you suggest/imply to manually get a newer connect-form and put it
> > manually in ./node_modules and remove ~/.npm and ~/.node_libraries?
> 
> Yes, that might be the simplest approach.
> Or wait, because we might be able to upload npm package in a few days.

I have noticed that from version 2.0 and up, node-connect-form is
deprecated and node-connect can handle forms by itself.  I saw that David
is already working on node-connect 2.0 but several dependencies are missing.
Also node-connect is in collab-maint, not in pkg-javascript, is there a
reason for this?  Can I help?

Paul

-- 
Using the Power of Debian GNU/Linux  | E-mail: pau...@debian.org
Jabber/GTalk: p...@luon.net  | GnuPG key ID: 0x50064181

___
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] Upgrade issues

2012-03-29 Thread Paul van Tilburg
Hey,

On Wed, Mar 28, 2012 at 12:06:15PM +0200, Jérémy Lal wrote:
> On 28/03/2012 09:53, Paul van Tilburg wrote:
> In node 0.6 all dependencies (modules) are available either globally
> (that is when installed as a debian package) or locally (when installed by 
> npm,
> though it can be done by hand).
> When installed locally, modules go to ./node_modules/
> No more hidden folders or stuff in ~/

Ok, but from my previous setup, connect-form is installed in
~/.node-modules, where the index.js loads stuff from ~/.npm.
At the moment, it seems even that I can require the connect-form library,
but using it gives the error below.

> > ---
> >   $ node app.js
> > 
> >   node.js:201
> >   throw e; // process.nextTick error, or 'error' event on first tick
> > ^
> >   Error: require.paths is removed. Use node_modules folders, or the
> >   NODE_PATH environment variable instead.
> >   at Function. (module.js:378:11)
> >   at Object. 
> > (/home/paul/.node_libraries/connect-form@0.2.1/index.js:4:21)
> >   at Module._compile (module.js:441:26)
> >   at Object..js (module.js:459:10)
> >   at Module.load (module.js:348:32)
> >   at Function._load (module.js:308:12)
> >   at Module.require (module.js:354:17)
> >   at require (module.js:370:17)
> >   at Object. (/home/paul/Projects/plemp-node/app.js:12:12)
> >   at Module._compile (module.js:441:26)
> > ---
> > 
> > I assumed connect-form was broken for node > 0.6, however, I cannot
> > upgrade it as npm also doesn't work:

Do you suggest/imply to manually get a newer connect-form and put it
manually in ./node_modules and remove ~/.npm and ~/.node_libraries?

I could also package the library, as there is no node form processing
library in Debian yet.  How do I go about it?  I only found a Javascript
policy wiki page.

Paul

-- 
Using the Power of Debian GNU/Linux  | E-mail: pau...@debian.org
Jabber/GTalk: p...@luon.net  | GnuPG key ID: 0x50064181

___
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] Upgrade issues

2012-03-28 Thread Paul van Tilburg
Hi all,

Before I want to file appropriate bug reports, I wanted to check in here first.
I have been working on a Node Express app that uses the connect-form library.
I am planning to package this soon when I have the time.  But I still
have an issue:
With the upload of nodejs 0.6 and dependant libraries my setup has
completely broken.  As I am very new to (node.)js I am not sure what is
going on.

---
  $ node app.js

  node.js:201
  throw e; // process.nextTick error, or 'error' event on first tick
^
  Error: require.paths is removed. Use node_modules folders, or the
  NODE_PATH environment variable instead.
  at Function. (module.js:378:11)
  at Object. 
(/home/paul/.node_libraries/connect-form@0.2.1/index.js:4:21)
  at Module._compile (module.js:441:26)
  at Object..js (module.js:459:10)
  at Module.load (module.js:348:32)
  at Function._load (module.js:308:12)
  at Module.require (module.js:354:17)
  at require (module.js:370:17)
  at Object. (/home/paul/Projects/plemp-node/app.js:12:12)
  at Module._compile (module.js:441:26)
---

I assumed connect-form was broken for node > 0.6, however, I cannot
upgrade it as npm also doesn't work:

---
  $  npm

  node.js:201
  throw e; // process.nextTick error, or 'error' event on first tick
^
  Error: No such module
  at Object. (/usr/share/npm/lib/utils/output.js:8:21)
  at Module._compile (module.js:441:26)
  at Object..js (module.js:459:10)
  at Module.load (module.js:348:32)
  at Function._load (module.js:308:12)
  at Module.require (module.js:354:17)
  at require (module.js:370:17)
  at Object. (/usr/share/npm/lib/utils/log.js:21:14)
  at Module._compile (module.js:441:26)
  at Object..js (module.js:459:10)
---

Any ideas/pointers?

Cheers,
Paul

-- 
Using the Power of Debian GNU/Linux  | E-mail: pau...@debian.org
Jabber/GTalk: p...@luon.net  | GnuPG key ID: 0x50064181

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