debian/0000755000000000000000000000000012146261201007161 5ustar debian/node-ejs.install0000644000000000000000000000006512142530072012257 0ustar index.js usr/lib/nodejs/ejs/ lib usr/lib/nodejs/ejs/ debian/control0000644000000000000000000000333512146261054010576 0ustar Source: ejs.js Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Mike Gabriel , Build-Depends: debhelper (>= 8.0.0), dh-buildinfo, Standards-Version: 3.9.4 Homepage: https://github.com/visionmedia/ejs/ Vcs-Git: git://git.debian.org/collab-maint/ejs.js.git Vcs-Browser: http://git.debian.org/?p=collab-maint/ejs.js.git Package: node-ejs Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg-1-3~), Description: Embedded JavaScript templates for Node.js Features of EJS: . - Complies with the Express view system - Static caching of intermediate JavaScript - Unbuffered code for conditionals etc <% code %> - Escapes html by default with <%= code %> - Unescaped buffering with <%- code %> - Supports tag customization - Filter support for designer-friendly templates - Includes - Client-side support - Newline slurping with <% code -%> or <% -%> or <%= code -%> or <%- code -%> . This package provides EJS support to Node.js. Package: libjs-ejs Architecture: all Depends: ${misc:Depends}, Description: Embedded JavaScript templates (client support) Features of EJS: . - Complies with the Express view system - Static caching of intermediate JavaScript - Unbuffered code for conditionals etc <% code %> - Escapes html by default with <%= code %> - Unescaped buffering with <%- code %> - Supports tag customization - Filter support for designer-friendly templates - Includes - Client-side support - Newline slurping with <% code -%> or <% -%> or <%= code -%> or <%- code -%> . This package provides EJS support to clients (i.e. browsers). debian/node-ejs.docs0000644000000000000000000000001612142706232011540 0ustar Readme.md testdebian/copyright0000644000000000000000000000266612146253314011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: EJS (Embedded JavaScript templates) Upstream-Contact: TJ Holowaychuk Source: https://github.com/visionmedia/ejs/ Files: * Copyright: 2009-2010 TJ Holowaychuk License: Expat Files: debian/* Copyright: 2013, Mike Gabriel License: Expat License: Expat 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/rules0000755000000000000000000000037312142704574010257 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_test: override_dh_installchangelogs: dh_installchangelogs History.md override_dh_auto_build: override_dh_auto_clean:debian/watch0000644000000000000000000000022512142530026010211 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/ejs.js-$1.tar.gz/ \ https://github.com/visionmedia/ejs/tags .*/archive/v?([\d\.]+).tar.gz debian/node-ejs.links0000644000000000000000000000007212142705700011731 0ustar usr/lib/nodejs/ejs usr/share/doc/node-ejs/examples/lib/ejsdebian/patches/0000755000000000000000000000000012142705662010622 5ustar debian/patches/series0000644000000000000000000000003612142704563012035 0ustar 001_debian-ejs-examples.patch debian/patches/001_debian-ejs-examples.patch0000644000000000000000000000157412142705634016046 0ustar Description: Adapt module import in example files to Debian package Author: Mike Gabriel --- a/examples/client.html +++ b/examples/client.html @@ -1,6 +1,6 @@ - +