~ubuntu-branches/ubuntu/natty/nodejs/natty

« back to all changes in this revision

Viewing changes to debian/patches/install-man-nodejs.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, Jérémy Lal, Jonas Smedegaard
  • Date: 2011-02-07 23:39:40 UTC
  • mfrom: (7.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110207233940-ctxh80ux4u7xfybh
Tags: 0.2.6-4
[ Jérémy Lal ]
* Disable simple/test-buffer Buffer.unpack test that fails on ARM.
  The pack/unpack functions are deprecated, and not documented.

[ Jonas Smedegaard ]
* Drop done items from TODO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= <kapouer@melix.org>
2
 
Date: Fri, 1 Jan 2010 22:22:12 +0100
3
 
Subject: [PATCH] rename node.1 to nodejs.1
4
 
 
5
 
---
6
 
 wscript |    4 ++--
7
 
 1 files changed, 2 insertions(+), 2 deletions(-)
8
 
 
9
 
--- a/wscript
10
 
+++ b/wscript
11
 
@@ -559,8 +559,8 @@
12
 
 
13
 
   # Only install the man page if it exists.
14
 
   # Do 'make doc install' to build and install it.
15
 
-  if os.path.exists('doc/node.1'):
16
 
-    bld.install_files('${PREFIX}/share/man/man1/', 'doc/node.1')
17
 
+  if os.path.exists('doc/nodejs.1'):
18
 
+    bld.install_files('${PREFIX}/share/man/man1/', 'doc/nodejs.1')
19
 
 
20
 
   bld.install_files('${PREFIX}/bin/', 'bin/*', chmod=0755)
21
 
   bld.install_files('${PREFIX}/share/nodejs/wafadmin', 'tools/wafadmin/*.py')