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 file
Patch File delta Description
00 examples.diff | (download)

examples/commits/index.html | 2 1 + 1 - 0 !
examples/elastic-header/index.html | 2 1 + 1 - 0 !
examples/firebase/index.html | 2 1 + 1 - 0 !
examples/grid/index.html | 2 1 + 1 - 0 !
examples/markdown/index.html | 2 1 + 1 - 0 !
examples/modal/index.html | 2 1 + 1 - 0 !
examples/move-animations/index.html | 2 1 + 1 - 0 !
examples/select2/index.html | 2 1 + 1 - 0 !
examples/svg/index.html | 2 1 + 1 - 0 !
examples/todomvc/index.html | 2 1 + 1 - 0 !
examples/tree/index.html | 2 1 + 1 - 0 !
11 files changed, 11 insertions(+), 11 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make build reproducible
drop legacy plugins.patch | (download)

scripts/config.js | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---