debian/0000755000000000000000000000000012026555676007204 5ustar debian/install0000644000000000000000000000006312026555627010570 0ustar lib/* usr/lib/nodejs/express/ bin/express usr/bin/ debian/rules0000755000000000000000000000051712026555627010263 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: override_dh_auto_test: override_dh_auto_install: override_dh_auto_clean: # nothing override_dh_install: dh_install dh_buildinfo override_dh_installchangelogs: dh_installchangelogs History.md debian/docs0000644000000000000000000000001212026555627010044 0ustar Readme.md debian/watch0000644000000000000000000000017312026555627010232 0ustar version=3 https://alioth.debian.org/~dapal/npmjs.php?id=express \ http://registry.npmjs.org/express/-/express-(\d+.*)\.tgz debian/control0000644000000000000000000000137012026555627010604 0ustar Source: node-express Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino Build-Depends: debhelper (>= 8~) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/visionmedia/express Vcs-Git: git://git.debian.org/collab-maint/node-express.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-express.git;a=summary Package: node-express Architecture: all Depends: ${misc:Depends} , nodejs (>= 0.6.19~dfsg1-3~) , node-connect , node-mime (>= 1.2.4) , node-qs (>= 0.4) , node-mkdirp (>= 0.3.0) Description: web development framework for NodeJS Express is a web development framework for NodeJS, inspired to ruby's Sinatra. debian/changelog0000644000000000000000000000215412026555627011054 0ustar node-express (2.5.9-2) unstable; urgency=low * Migrate from node to nodejs (Closes: #686890) * Standards-Version bump to 3.9.4, no changes needed -- David Paleino Thu, 20 Sep 2012 11:02:11 +0200 node-express (2.5.9-1) unstable; urgency=low * New upstream version -- David Paleino Sun, 08 Apr 2012 21:58:51 +0200 node-express (2.5.8-1) unstable; urgency=low * New upstream version * Standards-Version bump to 3.9.3, no changes needed * Update debian/copyright * Bump dependencies on node-mime, node-qs and node-mkdirp -- David Paleino Thu, 22 Mar 2012 21:26:56 +0100 node-express (2.5.0-1) unstable; urgency=low * New upstream version * Add debian/watch -- David Paleino Wed, 16 Nov 2011 22:08:37 +0100 node-express (2.4.7-2) unstable; urgency=low * Compliance to Debian Javascript Policy -- David Paleino Sat, 15 Oct 2011 23:54:12 +0200 node-express (2.4.7-1) unstable; urgency=low * Initial release (Closes: #645187) -- David Paleino Thu, 13 Oct 2011 13:31:03 +0200 debian/copyright0000644000000000000000000000245512026555627011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: express Files: * Copyright: © 2009-2012, TJ Holowaychuk License: MIT Files: debian/* Copyright: © 2011-2012, David Paleino License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012026555627010500 5ustar debian/source/format0000644000000000000000000000001412026555627011706 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012026555627010627 5ustar debian/patches/01-migrate_to_nodejs.patch0000644000000000000000000000050512026555627015562 0ustar From: David Paleino Subject: migrate from node to nodejs Forwarded: not-needed --- bin/express | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- node-express.orig/bin/express +++ node-express/bin/express @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/nodejs /** * Module dependencies. debian/patches/series0000644000000000000000000000003312026555627012040 0ustar 01-migrate_to_nodejs.patch debian/links0000644000000000000000000000010212026555627010234 0ustar usr/lib/nodejs/express/express.js usr/lib/nodejs/express/index.js debian/compat0000644000000000000000000000000212026555627010376 0ustar 8