[Pkg-javascript-commits] [node-express] 03/09: Revert "install package.json - install index.js (removed from links) - pop bin/express, now moved to express-generator module"

Jonas Smedegaard js at moszumanska.debian.org
Tue Apr 29 21:13:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-express.

commit 585575ca85544e72fff0c68b43ebfb431c243b13
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 29 21:19:01 2014 +0200

    Revert "install package.json - install index.js (removed from links) - pop bin/express, now moved to express-generator module"
    
    The commit did three things, only one of which is sensible:
    
      * package.json is relevant only for source distribution (i.e. by npm).
      * top-level index.js is relevant only for build-time tests.
    
    This reverts commit c9017752f81b6e04ca753e747ec0098ffa8a7562.
---
 debian/install | 5 ++---
 debian/links   | 1 +
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/install b/debian/install
index 7cbf0dc..538db3d 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,2 @@
-package.json usr/lib/nodejs/express/
-lib usr/lib/nodejs/express/
-index.js usr/lib/nodejs/express/
+lib/*	usr/lib/nodejs/express/
+bin/express	usr/bin/
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..f1e34a5
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/lib/nodejs/express/express.js	usr/lib/nodejs/express/index.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-express.git



More information about the Pkg-javascript-commits mailing list