Package: vue.js / 2.6.12+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
vue.js | 2.6.12+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
00 examples.diff | (download) |
examples/commits/index.html |
2 1 + 1 - 0 ! |
fix examples to use libjs from /usr/share/javascript Refresh with something like: grep -l -r dist/vue.min.js examples/* | \ xargs sed -i 's/..\/..\/dist\/vue.min.js/\/javascript\/vue\/vue.min.js/g' |
03 package.diff | (download) |
package.json |
2 1 + 1 - 0 ! |
patch package.json to look at the full build (runtime + compiler) rather than the Runtime-only build as we don't compile everything (see README.Debian). |
fix for rollup plugin alias.diff | (download) |
scripts/config.js |
2 1 + 1 - 0 ! |
fix rollup-plugin-alias use for rollup-plugin-alias 2 see https://github.com/rollup/rollup-plugin-alias/pull/53 |
reproducible.diff | (download) |
scripts/config.js |
2 1 + 1 - 0 ! |
make build reproducible |
drop legacy plugins.patch | (download) |
scripts/config.js |
6 3 + 3 - 0 ! |
--- |