Add make-xchat helper
This helper uses [this patch](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691477#28) to replace the reference to a nonfree browser (Opera) with a reference to the default system browser (x-www-browser). It should work on toutatis too.
See merge request !100
Add city level geoip database to Belenos from multiverse
The upstream package install script come utility has been modified to also download the compressed (gz,xz,zip) source CSVs to the package's directory in /usr/share/doc. It is then possible to modify the database by editing those and rebuilding the databases with /usr/lib/geoip/geoip-generator from package geoip-bin.
The 'new' code is simply a refactored copy of the binary download code already in the install/utility script.
See https://trisquel.info/en/issues/13927
See merge request !67
make-compton: Added grafical way of enabling and disabling compton.
I've made a script that allows the activation and deactivation of Compton's effects through systems settings.
Some modifications have been made like the fact that some scripts have been moved to separate files to avoid writing "\" before some special characters and to "clean" the helper up.
Zenity is being used to ask the user what to do so "zenity" have been added in the "dependencies" section of the package.
I hope everything is correct now.
See merge request !60
disable abrowser middleclick on content
Avoids loading pages from clipboard when middle-clicking on a page.
This prevents loading pages by mistake, as that can be a privacy issue.
http://kb.mozillazine.org/Middlemouse.contentLoadURL
See merge request !62
8 v2 correct xsane et al snprintf under artistic
xsane, sane-frontends, sane-backends, and sane-backends-extras all use slightly different local snprintf s drawn from an old release of LPRng which are under the Artistic License. The autoconf setup isn't good enough to detect and use the system snprintf.
The problem was also reported to Fedora and as per spotrh's comment in User Issue 10713 they solved the problem by refactoring the more recent and acceptably licensed snprintf.c from current LPRng. Which they have sent to Sane. The xsane patch spotrh provided was used to reconstruct this and rather than manage four patches these four essentially identical helper commits copy this over the existing file and update debian/copyright with a shim. The shim is kept in DATA/blah with the new file for clarity of licensing of the code.
See merge request !12