View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily-proposed/nodejs 1 Development 2015-09-11 13:03:06 UTC
32. Configure dest-cpu and dest-os, hopef...

Author: kapouer
Revision Date: 2015-09-11 13:03:06 UTC

Configure dest-cpu and dest-os, hopefully fixing builds on
several architectures.

lp:ubuntu/wily/nodejs 1 Development 2015-05-07 06:12:08 UTC
39. * 2014_powerpc_support.patch: Pull in...

Author: Adam Conrad
Revision Date: 2014-03-26 23:59:23 UTC

* 2014_powerpc_support.patch: Pull in powerpc support from alow.
* 2015_ppc64el_configure.patch: Make configure understand ppc64.

lp:ubuntu/vivid/nodejs 2 Mature 2014-10-27 13:14:27 UTC
39. * 2014_powerpc_support.patch: Pull in...

Author: Adam Conrad
Revision Date: 2014-03-26 23:59:23 UTC

* 2014_powerpc_support.patch: Pull in powerpc support from alow.
* 2015_ppc64el_configure.patch: Make configure understand ppc64.

lp:ubuntu/utopic/nodejs 2 Mature 2014-04-26 13:04:44 UTC
39. * 2014_powerpc_support.patch: Pull in...

Author: Adam Conrad
Revision Date: 2014-03-26 23:59:23 UTC

* 2014_powerpc_support.patch: Pull in powerpc support from alow.
* 2015_ppc64el_configure.patch: Make configure understand ppc64.

lp:ubuntu/trusty/nodejs 2 Mature 2014-03-26 23:59:23 UTC
39. * 2014_powerpc_support.patch: Pull in...

Author: Adam Conrad
Revision Date: 2014-03-26 23:59:23 UTC

* 2014_powerpc_support.patch: Pull in powerpc support from alow.
* 2015_ppc64el_configure.patch: Make configure understand ppc64.

lp:ubuntu/trusty-proposed/nodejs 1 Development 2014-03-26 23:59:23 UTC
63. * 2014_powerpc_support.patch: Pull in...

Author: Adam Conrad
Revision Date: 2014-03-26 23:59:23 UTC

* 2014_powerpc_support.patch: Pull in powerpc support from alow.
* 2015_ppc64el_configure.patch: Make configure understand ppc64.

lp:~yolanda.robla/ubuntu/trusty/nodejs/add_distribution (Has a merge proposal) 1 Development 2013-12-03 12:22:53 UTC
35. added trusty distribution

Author: Yolanda Robla
Revision Date: 2013-12-03 12:22:53 UTC

added trusty distribution

lp:ubuntu/saucy/nodejs 2 Mature 2013-08-14 00:16:46 UTC
31. * Update 2005 patch, adding a handful...

Author: kapouer
Revision Date: 2013-08-14 00:16:46 UTC

* Update 2005 patch, adding a handful of tests that can fail on
  slow platforms.
* Add 1004 patch to fix test failures when writing NaN to buffer
  on mipsel.

lp:ubuntu/saucy-proposed/nodejs 1 Development 2013-08-14 00:16:46 UTC
31. * Update 2005 patch, adding a handful...

Author: kapouer
Revision Date: 2013-08-14 00:16:46 UTC

* Update 2005 patch, adding a handful of tests that can fail on
  slow platforms.
* Add 1004 patch to fix test failures when writing NaN to buffer
  on mipsel.

lp:ubuntu/raring/nodejs 2 Mature 2012-10-20 09:46:29 UTC
28. * Merge from Debian unstable. Remain...

Author: James Page
Revision Date: 2012-09-24 10:43:19 UTC

* Merge from Debian unstable. Remaining changes:
  - This package is x86/arm only. Update control to match.
  - d/patches/2020_increase_test_timeout.patch: Increased default test
    timeout from 60 to 120 seconds to support reliable execution of all
    tests on armhf/armel architectures.
  - d/patches/2005_expected_failing_tests.patch:
    - Allow racey tests to fail: test-child-process-fork2.
    - Allow test-fs-watch to fail as LP buildd's don't support
      inotify.

lp:ubuntu/quantal/nodejs 2 Mature 2012-09-24 10:43:19 UTC
28. * Merge from Debian unstable. Remain...

Author: James Page
Revision Date: 2012-09-24 10:43:19 UTC

* Merge from Debian unstable. Remaining changes:
  - This package is x86/arm only. Update control to match.
  - d/patches/2020_increase_test_timeout.patch: Increased default test
    timeout from 60 to 120 seconds to support reliable execution of all
    tests on armhf/armel architectures.
  - d/patches/2005_expected_failing_tests.patch:
    - Allow racey tests to fail: test-child-process-fork2.
    - Allow test-fs-watch to fail as LP buildd's don't support
      inotify.

lp:ubuntu/precise/nodejs bug 2 Mature 2012-04-03 14:13:25 UTC
21. * Merge from Debian unstable (LP: #89...

Author: James Page
Revision Date: 2012-03-29 23:18:49 UTC

* Merge from Debian unstable (LP: #892034), remaining changes:
  - This package is x86/arm only. Update control to match
  - d/patches/2009_increase_test_timeout.patch: Increased default test
    timeout from 60 to 120 seconds to support reliable execution of all
    tests on armhf/armel architectures.
  - d/patches/2005_expected_failing_tests.patch:
    - Allow racey tests to fail: test-cluster-kill-workers,
      test-child-process-fork2
    - Allow test-fs-watch to fail as LP buildd's don't support
      inotify.
    - Revert all other Ubuntu changes as no longer required.

lp:~james-page/ubuntu/precise/nodejs/0.6.x-merge bug 1 Development 2012-03-30 12:13:21 UTC
21. * Merge from Debian unstable: - New...

Author: James Page
Revision Date: 2012-03-30 12:09:16 UTC

* Merge from Debian unstable:
  - New upstream release (LP: #892034).
  - This package is x86/arm only. Update control to match
  - d/patches/2009_increase_test_timeout.patch: Increased default test
    timeout from 60 to 120 seconds to support reliable execution of all
    tests on armhf/armel architectures.
  - d/patches/2005_expected_failing_tests.patch:
    - Allow racey tests to fail: test-cluster-kill-workers,
      test-child-process-fork2
    - Allow test-fs-watch to fail as LP buildd's don't support
      inotify.
    - Revert all other Ubuntu changes as no longer required.
* Update Standards-Version to 3.9.3.
* Patch wscript to enable build on mipsel arch, libv8 being available.
  Upstream does not support that arch, failure expected.
* test-cluster-kill-workers is expected to fail on armhf,
  Bug#660802 will be closed when test pass.
* test-buffer is expected to fail on armel,
  Bug#660800 will be closed when test pass.
* Add epoch to dependency on libev >= 1:4.11. Closes: bug#658441.
* Remove tools/doc because node-doc-generator has no license for now.
* Add copyright for doc/sh* files (shjs).
* source.lintian-overrides : source-contains-waf-binary tools/node-waf
  it is simply not the case here.
* test-stream-pipe-multi expected to timeout sometimes on busy builds.
* New upstream release.
* Remove upstream patches.
* test-dgram-pingpong expected to timeout, the test itself is buggy.
* test-buffer expected to fail on armel, allow building package to make
  it easier to find the cause of the failure.
  Closes: bug#639636.
* Expect tests dgram-multicast and broadcast to fail.
  debian/patches/2005_expected_failing_tests.patch
* Drop dpkg-source local-options: Defaults since dpkg-source 1.16.1.
* New upstream release.
* Depend on libev-dev 4.11, see bug#657080.
* Bump dependency on openssl to 1.0.0g.
* Remove useless uv_loop_refcount from libuv,
  refreshed 2009_fix_shared_ev.patch.
* Apply to upstream patches landed after 0.6.10 release,
  to fix debugger repl and http client.
* New upstream release. Closes:bug#650661
* Repackage to remove non-dfsg font files ./deps/npm/html/*/*.ttf
* Remove unneeded bundled dependencies: lighter tarball,
  debian/copyright is easier to maintain.
* Drop unneeded build-dependency on scons.
* Depend on zlib1g, libc-ares, libev.
  Patches done to support building with those shared libs.
* Fix DEB_UPSTREAM_URL in debian/rules, and debian/watch.
* nodejs.pc file for pkgconfig is no more available.
* Build-depend on procps package, a test is using /bin/ps.
* Refreshed debian/patches/2005_expected_failing_tests.patch,
  only for tests that need networking.

lp:~james-page/ubuntu/precise/nodejs/test-timeout 1 Development 2012-02-13 12:25:45 UTC
21. 2009_increase_test_timeout.patch: Inc...

Author: James Page
Revision Date: 2012-02-13 12:25:45 UTC

2009_increase_test_timeout.patch: Increased default test timeout
from 60 to 120 seconds to support reliable execution of all tests
on armhf/armel architectures.

lp:ubuntu/oneiric/nodejs bug 2 Mature 2011-06-30 19:48:43 UTC
16. 2007_remove_internet_test.patch: upda...

Author: Fabrice Coutadeur
Revision Date: 2011-06-30 19:48:43 UTC

2007_remove_internet_test.patch: updated to remove more one test that needs
internet connections (test-net-connect-timeout)

lp:ubuntu/natty/nodejs 2 Mature 2011-02-22 17:00:49 UTC
12. * debian/patches/2007_remove_internet...

Author: Angel Abad
Revision Date: 2011-02-22 17:00:49 UTC

* debian/patches/2007_remove_internet_test.patch:
  - Remove test which requires internet connection

lp:ubuntu/maverick/nodejs 2 Mature 2010-09-16 05:32:58 UTC
8. No changes upload for libv8-2.2.7 -> ...

Author: Fabrice Coutadeur
Revision Date: 2010-09-16 05:32:58 UTC

No changes upload for libv8-2.2.7 -> libv8-2.2.18 transition

117 of 17 results