Skip to content
Snippets Groups Projects
  1. Apr 08, 2015
  2. Apr 02, 2015
  3. Apr 01, 2015
    • Ruben Rodriguez's avatar
      Merge branch 'haskell' into 'belenos' · 0b3778cb
      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
      0b3778cb
    • Ruben Rodriguez's avatar
      Merge branch 'branding-nginx' into 'belenos' · 05dd0ed3
      Ruben Rodriguez authored
      Add trisquel branding to nginx
      
      See merge request !64
      05dd0ed3
    • Ruben Rodriguez's avatar
      Added "GNU/Linux" to rebrand. · 793e7ce9
      Ruben Rodriguez authored
      793e7ce9
    • Ruben Rodriguez's avatar
      Merge branch 'disable-firefox-heartbeat' into 'belenos' · 6428a2d9
      Ruben Rodriguez authored
      Disable firefox heartbeat
      
      More info about this feature here:
      https://wiki.mozilla.org/Advocacy/heartbeat
      
      See merge request !65
      6428a2d9
    • Ruben Rodriguez's avatar
      Merge branch 'nonfree-fop' into 'belenos' · 0f233a14
      Ruben Rodriguez authored
      fop includes a non free sRGB color profile
      
      Fixes #11468
      
      See merge request !63
      0f233a14
  4. Mar 31, 2015
  5. Mar 30, 2015
  6. Mar 27, 2015
  7. Mar 12, 2015
  8. Mar 05, 2015
  9. Mar 02, 2015
  10. Mar 01, 2015
  11. Feb 28, 2015
  12. Feb 27, 2015
  13. Feb 25, 2015
  14. Feb 08, 2015
    • Ruben Rodriguez's avatar
      Merge branch 'belenos' into 'belenos' · 5be1bb73
      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
      5be1bb73
    • a_slacker_here's avatar
      Fixing the parse_config() issue · a9ad80e8
      a_slacker_here authored
      a9ad80e8
  15. Jan 29, 2015
  16. Jan 28, 2015
  17. Jan 24, 2015
Loading