Package: sockjs-client / 0.3.4+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
sockjs-client | 0.3.4+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix coffee path.patch | (download) |
Makefile |
12 6 + 6 - 0 ! |
fix coffee path and nodejs binary name sockjs, for some reason, has a default coffee path set to ./node_modules/.bin, which is not what most people have. We use the coffeescript binary shipped with Debian so we want to simply set this to "coffee". . Also, the binary of nodejs is called nodejs under Debian, fix that in the Makefile. |
use optimist not optparse.patch | (download) |
bin/render.coffee |
55 36 + 19 - 0 ! |
use optimist instead of optparse-js Most JavaScript projects use optimist to parse arguments. Using optparse-js for the build scripts here adds an unnecessary dependency on a package most people don't use anyway, so we patch it out. . Also, update the uglify code to work with the UglifyJS2 API. |
dont include sockjs license.patch | (download) |
lib/all.js |
5 1 + 4 - 0 ! |
don't include license-mit-sockjs in the combined output. In the upstream version, the LICENSE-MIT-SockJS file is included verbatim in the JavaScript comments of the combined, generated JS output files. There's no real need to do that as the license is already clarified in the package, and the license information provided is confusing at best. |
update uglifyjs.patch | (download) |
package.json |
2 1 + 1 - 0 ! |
require uglifyjs version 2.0. |
1