[ubuntu/precise] nodejs 0.6.12~dfsg1-1ubuntu1 (Accepted)

James Page james.page at ubuntu.com
Tue Apr 3 14:00:21 UTC 2012


nodejs (0.6.12~dfsg1-1ubuntu1) precise; urgency=low

  * 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.

nodejs (0.6.12~dfsg1-1) unstable; urgency=low

  * 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.

nodejs (0.6.11~dfsg1-2) unstable; urgency=low

  * test-stream-pipe-multi expected to timeout sometimes on busy builds.

nodejs (0.6.11~dfsg1-1) unstable; urgency=low

  * 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.

nodejs (0.6.10~dfsg2-2) unstable; urgency=low

  [ Jérémy Lal ]
  * Expect tests dgram-multicast and broadcast to fail.
    debian/patches/2005_expected_failing_tests.patch

  [ Jonas Smedegaard ]
  * Drop dpkg-source local-options: Defaults since dpkg-source 1.16.1.

nodejs (0.6.10~dfsg2-1) unstable; urgency=low

  * 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.

nodejs (0.6.8~dfsg1-1) experimental; urgency=low

  * 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.

Date: Thu, 29 Mar 2012 23:18:49 +0100
Changed-By: James Page <james.page at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/nodejs/0.6.12~dfsg1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 29 Mar 2012 23:18:49 +0100
Source: nodejs
Binary: nodejs-dev nodejs nodejs-dbg
Architecture: source
Version: 0.6.12~dfsg1-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: James Page <james.page at ubuntu.com>
Description: 
 nodejs     - Node.js event-based server-side javascript engine
 nodejs-dbg - Node.js event-based server-side javascript engine (debug)
 nodejs-dev - Development files for Node.js
Closes: 639636 650661 658441
Launchpad-Bugs-Fixed: 892034
Changes: 
 nodejs (0.6.12~dfsg1-1ubuntu1) precise; urgency=low
 .
   * 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.
 .
 nodejs (0.6.12~dfsg1-1) unstable; urgency=low
 .
   * 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.
 .
 nodejs (0.6.11~dfsg1-2) unstable; urgency=low
 .
   * test-stream-pipe-multi expected to timeout sometimes on busy builds.
 .
 nodejs (0.6.11~dfsg1-1) unstable; urgency=low
 .
   * 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.
 .
 nodejs (0.6.10~dfsg2-2) unstable; urgency=low
 .
   [ Jérémy Lal ]
   * Expect tests dgram-multicast and broadcast to fail.
     debian/patches/2005_expected_failing_tests.patch
 .
   [ Jonas Smedegaard ]
   * Drop dpkg-source local-options: Defaults since dpkg-source 1.16.1.
 .
 nodejs (0.6.10~dfsg2-1) unstable; urgency=low
 .
   * 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.
 .
 nodejs (0.6.8~dfsg1-1) experimental; urgency=low
 .
   * 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.
Checksums-Sha1: 
 fff54d20b2e24759805334efb5f961a48668ccb8 2442 nodejs_0.6.12~dfsg1-1ubuntu1.dsc
 01c78502728622ecfced600f79ecb29d2af60338 5080414 nodejs_0.6.12~dfsg1.orig.tar.gz
 cbfa1f17765463a8abd1be4bfac6080ed2cedaac 36471 nodejs_0.6.12~dfsg1-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 332d601f2030f697bdc2e3777569306ec0bd564c30946149aa006b25518bc1da 2442 nodejs_0.6.12~dfsg1-1ubuntu1.dsc
 52b2db76055f5a3db45a0f4325e3d3f88951687252e9ac1c1b36c3fdff964037 5080414 nodejs_0.6.12~dfsg1.orig.tar.gz
 3af778858289817d20e89e316880b18b018a1632afaa12a970df3bc1efab31e9 36471 nodejs_0.6.12~dfsg1-1ubuntu1.debian.tar.gz
Files: 
 d7eef592e7e28d93d13bb0905cdf3264 2442 web extra nodejs_0.6.12~dfsg1-1ubuntu1.dsc
 dbbd4890fbbe54f300fdf27121f598d1 5080414 web extra nodejs_0.6.12~dfsg1.orig.tar.gz
 5d7bd54721803e8cfee4d39d742bd12f 36471 web extra nodejs_0.6.12~dfsg1-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJPev8cAAoJEL/srsug59jDFJwP/3Cb9bEyNxxpZrVodb4AQw4c
0DSSbjj3iCmJk+ikqGRxNEuUUUvvMfTuTego6BnEgPuM4oUE0cRa5aRKL7divS3U
MOENfr74mZuOEFGgusSZLHrPh5knHJnhbRXNMO9qSPfailngzHfawmeJP7Ry5jR3
EmJUintr5FapgZvBX/M5zZHFh6NuwA8p+nJDVENyU4MZMAObj9vp/MnotJX5MHV5
nS0wi9Pd1PGx+/gCapGzcEi/qlSIktmQZCcwMOPnZXIaCspY8v2+9Py9qtZBQLlJ
cXM5CBLlfxY8xDcCS7V0iDdu8lpDozIy9I5dWqEy2AzoqIePUrapWnmsO6q3jabt
4BUK4+yltGNxW04EJygyQIx9AO8CrhG/M94el8zs7g5RPdeaSjlf0/rOPLQkPmyK
ITctm7FsLt69dmz+qmT3Y1xvZKhpXz5aSLYzEJdHQW2hTbi8lRR3z7uLEzWqk7Xb
m4yKBNBQsETgxxxcLfSmzg83FYIcQB4zgkscOH5rs6a+d18gajulmS/x4CCJuy2N
v6roO8FQ9jXdMEi/6R07sm5n3Pp3yS+fRTTfpTct8S6PXqyCBQlFGMNh9wGmCjTT
NH44c31RA3lAHcwyn24PLUPCfuXos7dEkPleMJs8AGxuWb6br7G01Xm/kn16wo0O
9dfiLydepjSZAVt88vEA
=UGoA
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list