- d/rules: re-build js/piwik.min.js
- d/conf/*: protect access to non js or img files for plugins/
- d/*: Add postinst and other files to autoconfig of webservers
- d/*: Add a crontab file
- d/rules: Find out why dh_link creates the wrong link
- d/tests: Add some more tests

# JS libs in dist matomo

/mnt/Dev/@debian/matomo-5.1.2/node_modules/
├── chroma-js
│   ├── chroma.min.js -> debian/missing-sources (node-chroma-js is one major version up)
├── iframe-resizer
│   ├── index.js -> **Not needed anywhere in the code**
│   ├── js
│   │   ├── iframeResizer.contentWindow.min.js -> debian/missing-sources, (the package trilinos-doc embeds the same file)
│   │   ├── iframeResizer.min.js -> debian/missing-sources, (the package trilinos-doc embeds the same file)
│   │   └── index.js -> **Not needed anywhere in the code**
├── jquery
│   ├── dist
│   │   ├── jquery.min.js -> usr/share/matomo/node_modules/jquery/dist/jquery.min.js
│   │   ├── jquery.slim.js -> **Not needed anywhere in the code**
│   │   └── jquery.slim.min.js -> **Not needed anywhere in the code**
├── jquery-mousewheel
│   ├── jquery.mousewheel.js -> /usr/share/javascript/jquery-mousewheel/jquery.mousewheel.min.js
├── jquery.scrollto
│   ├── jquery.scrollTo.min.js -> /usr/share/javascript/jquery-scrollto/jquery.scrollTo.min.js
├── jquery-ui-dist
│   ├── jquery-ui.min.css -> /usr/share/javascript/jquery-ui/themes/base/jquery-ui.min.css
│   ├── jquery-ui.min.js -> /usr/share/matomo/node_modules/jquery-ui-dist/jquery-ui.min.js
│   ├── jquery-ui.structure.min.css -> /usr/share/javascript/jquery-ui/themes/base/jquery-ui.min.css
│   ├── jquery-ui.theme.min.css -> /usr/share/javascript/jquery-ui/themes/base/theme.min.css
├── @materializecss
│   └── materialize
│       ├── dist
│       │   ├── css
│       │   │   └── materialize.min.css -> debian/missing-sources, (the package materialize should be updated to link it)
│       │   └── js
│       │       └── materialize.min.js -> debian/missing-sources, (the package materialize should be updated to link it)
├── mousetrap
│   ├── mousetrap.min.js -> /usr/share/javascript/mousetrap/mousetrap.min.js
├── qrcodejs2
│   ├── qrcode.min.js -> debian/missing-sources, (some packages seem to embed it)
├── sprintf-js
│   ├── dist
│   │   ├── angular-sprintf.min.js -> /usr/share/javascript/sprintf-js/angular-sprintf.min.js
│   │   └── sprintf.min.js -> /usr/share/javascript/sprintf-js/sprintf.min.js
├── visibilityjs
│   ├── lib
│   │   ├── visibility.core.js -> debian/missing-sources, (some packages seem to embed it)
│   │   ├── visibility.fallback.js -> **Not needed anywhere in the code**
│   │   ├── visibility.js -> **Not needed anywhere in the code**
│   │   └── visibility.timers.js -> **Not needed anywhere in the code**
└── vue
    └── dist
        ├── vue.global.js -> debian/missing-sources, (contact maintainers of the vue.js package)
        └── vue.global.prod.js -> debian/missing-sources, (contact maintainers of the vue.js package)
