[Pkg-javascript-devel] Bug#611698: Bug#611698: any progress

2012-03-28 Thread Jérémy Lal
Stalled.
See also :
http://bugs.debian.org/614907

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


[Pkg-javascript-devel] SEO Proposal For High Ranking

2012-03-28 Thread Rajini Singh
Hi,

 

I am Rajini, SEO Consultant.

 

Advertising in the online world is one of the most inexpensive and highly
effective methods of promoting a business.

  

We are a Leading Indian Based SEO  Web Development Company and one of the
very few companies which offer organic SEO Services with a full range of
supporting services such as one way themed text links, blog submissions,
directory submissions, article writing and postings, etc.

 

We are a team of 85+ professionals which includes 25 full time SEO experts.
We are proud to inform you that our team handled 100+ SEO projects and
obtained 10+ manually built links in the past 1 year.

 

Let me know if you are interested and I'll present you with a proposal that
would not only improve sales of your company but also brand your products.

 

Feel free to contact me in case of any enquiry.

 

 

Kind Regards

Name: Rajini Singh

Designation: Online SEO Consultant

Country: India

 

 

 

Note: We are not spammers and are against spamming of any kind. If you are
not interested then you can reply with a simple \NO\,We will never contact
you again.

___
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.anonymous (module.js:378:11)
  at Object.anonymous 
(/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.anonymous (/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.anonymous (/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.anonymous (/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


Re: [Pkg-javascript-devel] Upgrade issues

2012-03-28 Thread Jérémy Lal
On 28/03/2012 09:53, Paul van Tilburg wrote:
 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.

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 ~/

 ---
   $ 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.anonymous (module.js:378:11)
   at Object.anonymous 
 (/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.anonymous (/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 debian package required a lot of work, and hasn't been updated
for such a while that it is now completely useless, see #622628.

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


[Pkg-javascript-devel] Bug#622628: npm dependencies waiting to be reviewed/uploaded

2012-03-28 Thread Jérémy Lal
For npm-1.1.4, the last one is :
git://git.debian.org/collab-maint/node-which.git
(i asked David Paleino to take care of that one).

IMO the three other modules that are left are too bound to npm to be
packaged separatedly.

It would also be a good idea to upload npm 1.1.4 soon, as more recent
versions of npm are introducing new modules : the more we wait, the more
work is needed, the more we wait :)

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

[Pkg-javascript-devel] Bug#622628: Bug#622628: npm dependencies waiting to be reviewed/uploaded

2012-03-28 Thread David Paleino
2012/3/28 Jérémy Lal kapo...@melix.org:
 For npm-1.1.4, the last one is :
 git://git.debian.org/collab-maint/node-which.git
 (i asked David Paleino to take care of that one).

Will do it ASAP, probably tonight (UTC+1+DST) :)

David



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