- Apr 14, 2015
-
-
Ruben Rodriguez authored
Belenos Attempt to fix dpkg build from jenkins See merge request !73
-
Ruben Rodriguez authored
-
- Apr 13, 2015
-
-
Ruben Rodriguez authored
Fix ui7969 - stop unrar-free packaging steering the user toward non-free software A simple edit of debian/control. The copyright dates are genuine, this languished on the mailing list, probably because the copyright statement was wrong :). Built and tested for both Toutatis and Belenos. https://trisquel.info/en/issues/7969 See merge request !71
-
Ruben Rodriguez authored
Abrowser proposed changes Those changes were submitted by user g4jc in the bugtracker: https://trisquel.info/en/issues/13954 https://trisquel.info/en/issues/13405 See merge request !70
-
- Apr 10, 2015
-
-
Andrew M. 'Leny' Lindley authored
As per @Legimet's suggestion.
-
- Apr 09, 2015
-
-
- Apr 08, 2015
-
-
Santiago Rodriguez authored
-
Santiago Rodriguez authored
Author: g4jc Source: https://trisquel.info/en/issues/13405
-
Santiago Rodriguez authored
Author: g4cj Source: https://trisquel.info/en/issues/13954
-
- Apr 02, 2015
-
-
Ruben Rodriguez authored
ca-certificates: remove CNNIC root CA Issues with this CA had been raised before, so after this incident: http://googleonlinesecurity.blogspot.com.es/2015/03/maintaining-digital-certificate-security.html I'm blacklisting it. See merge request !66
-
Santiago Rodriguez authored
-
- Apr 01, 2015
-
-
Ruben Rodriguez authored
Bring recent Haskell tools When you start working with Haskell - developing or installing packages from source - the first step is to install the platform. The two required tools (which can be used to install all the others) are GHC and cabal-install. Debian has packages for them both, but their versions are getting old. Developers use more recent versions, which usually means they download from external, such as PPAs or the Haskell Platform. Ubun7u inherits these from Debian, and Trisquel inherits them from Ubun7u. This merge request brings the recent stable recommended versions of GHC and cabal-install from a PPA, so people can start with Haskell more easily without being confused by all the different external download locations. NOTE ON HOW IT WORKS: In the PPA, there are several GHC versions and each one is built using the previous one, so there is a chain of build-depends between them. I solved the bootstraping problem by having this new GHC 7.8.3 be built using the existing GHC package coming from debian/ubun7u. Jenkinds successfully built it. - The debian package is GHC 7.6.3-10 + some patches - The PPA package used for building the new GHC 7.8.3 is 7.6.3-9 (without debian's patches) Since they're nearly identical (I did a `diff -r` to see all the differences), I gave it a try. I was lucky and GHC 7.8.3 indeed builds with debian's GHC 7.6.3. See merge request !55
-
Ruben Rodriguez authored
Add trisquel branding to nginx See merge request !64
-
Ruben Rodriguez authored
-
Ruben Rodriguez authored
Disable firefox heartbeat More info about this feature here: https://wiki.mozilla.org/Advocacy/heartbeat See merge request !65
-
Ruben Rodriguez authored
fop includes a non free sRGB color profile Fixes #11468 See merge request !63
-
- Mar 31, 2015
-
-
Santiago Rodriguez authored
-
- Mar 30, 2015
-
-
Santiago Rodriguez authored
-
Santiago Rodriguez authored
-
- Mar 27, 2015
-
-
Ruben Rodriguez authored
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
-
Ruben Rodriguez authored
-
Ruben Rodriguez authored
Use unity-control-panel when avaliable indicator-datetime package uses com.canonical.indicator.datetime gsettings namespace, and that namespace is managed by unity-control-panel, not by gnome-control-panel. Fixes #12087 #13233 #13379 See merge request !61
-
Ruben Rodriguez authored
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
-
- Mar 12, 2015
-
-
Santiago Rodriguez authored
-
- Mar 05, 2015
-
-
Santiago Rodriguez authored
-
- Mar 02, 2015
-
-
Ruben Rodriguez authored
-
- Mar 01, 2015
-
-
Ruben Rodriguez authored
-
- Feb 28, 2015
-
-
a_slacker_here authored
-
a_slacker_here authored
-
Ruben Rodriguez authored
Wrong branch!! Sorry about that... This reverts commit ef112c04.
-
Ruben Rodriguez authored
-
Ruben Rodriguez authored
This reverts commit 4293112f.
-
Ruben Rodriguez authored
-
Ruben Rodriguez authored
-
Ruben Rodriguez authored
Doxygen: fix proprietary browser references Doxygen generates API reference documentation from special comments extracted from source files. It supports generation of graphs using 'dot', part of GraphViz. These graphs can be generated as SVG files, but not all browsers suport SVG. So if SVG isn't supported, a list of suggested browsers is displayed to the user browsing the generated webpages. By default the list contains proprietary browsers. This patch changes that list to suggest only freedom respecting browsers (which support SVG rendering). I also filed this issue to the gnu-linux-libre mailing list, but got no feedback so far. I decided not to wait and fix this issue here in Trisquel. See merge request !59
-
Ruben Rodriguez authored
make-zam-plugins Add new helper for Debian testing package. See merge request !54
-
- Feb 27, 2015
-
-
fr33domlover authored
-
- Feb 25, 2015
-
-
fr33domlover authored
-
Damien Zammit authored
-
- Feb 08, 2015
-
-
Ruben Rodriguez authored
Belenos I've encountered a problem when I tried to create a configuration file on my home directory. When I tried to execute the "compton-launcher" it didn't launch compton but the following message appeared: parse_config(): Failed to read configuration file "~/.config/compton.conf Replacing "~" with the environment variable "HOME" solved the problem. See merge request !52
-