~ubuntu-branches/ubuntu/wily/psi/wily-proposed

« back to all changes in this revision

Viewing changes to src/systeminfo.cpp

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2014-07-01 21:49:34 UTC
  • mfrom: (6.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140701214934-gt4dkgm94byi4vnn
Tags: 0.15-1
* New upstream version
* set debhelper compat level to 9
* set Standards-Version to 3.9.5 (no further changes)
* add lintian override regarding license-problem-non-free-RFC
* use qconf to regenerate configure script
* implement hardening using buildflags instead of hardening-wrapper

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                LinuxDebian,
80
80
                LinuxRedHat,
81
81
                LinuxGentoo,
 
82
                LinuxExherbo,
82
83
                LinuxSlackware,
83
84
                LinuxSuSE,
84
85
                LinuxConectiva,
108
109
                { LinuxMandrake,        OsUseFile,      "/etc/mandrake-release",        "Mandrake Linux"        },
109
110
                { LinuxDebian,          OsAppendFile,   "/etc/debian_version",          "Debian GNU/Linux"      },
110
111
                { LinuxGentoo,          OsUseFile,      "/etc/gentoo-release",          "Gentoo Linux"          },
 
112
                { LinuxExherbo,         OsUseName,      "/etc/exherbo-release",         "Exherbo Linux"         },
 
113
                { LinuxArch,            OsUseName,      "/etc/arch-release",            "Arch Linux"            },
111
114
                { LinuxSlackware,       OsAppendFile,   "/etc/slackware-version",       "Slackware Linux"       },
112
115
                { LinuxPLD,             OsUseFile,      "/etc/pld-release",             "PLD Linux"             },
113
116
                { LinuxAurox,           OsUseName,      "/etc/aurox-release",           "Aurox Linux"           },