aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* add lumina-fileinfo.install (Debian)Christopher Roy Bratusek2015-04-21
|
* new snapshot (Debian)Christopher Roy Bratusek2015-04-21
|
* add lumina fileinfo package (Debian)Christopher Roy Bratusek2015-04-21
|
* auto-detect Debian vs. non-Debian Linux distributionChristopher Roy Bratusek2015-04-19
|
* add lumina-xconfig dependencyChristopher Roy Bratusek2015-04-19
|
* bump version in debian/changelogChristopher Roy Bratusek2015-04-19
|
* a few runtime dependenciesChristopher Roy Bratusek2015-04-18
|
* new snapshotChristopher Roy Bratusek2015-04-18
|
* Merge pull request #80 from darealshinji/patch-1Ken Moore2015-03-30
|\ | | | | Debian packaging
| * install lumina-qt5ct in /etc/defaultdarealshinji2015-03-28
| |
| * Debian: pass buildflags to qmake, fix debug package creation, recude codeMarshall Banana2015-03-28
| |
| * Debian: package descriptions and substituion variablesMarshall Banana2015-03-28
| |
| * Debian: missing dependency libxcb-composite0-devdarealshinji2015-03-28
| |
| * don't return error after running dh_auto_cleandarealshinji2015-03-28
| | | | | | Fix for `W: lumina-desktop source: debian-rules-ignores-make-clean-error line 32`
| * Debian: package dependency fixesdarealshinji2015-03-28
| | | | | | | | | | | | | | Will fix the following source package issues: E: lumina-desktop source: depends-on-build-essential-package-without-using-version make [build-depends: make] E: lumina-desktop source: depends-on-build-essential-package-without-using-version g++ [build-depends: g++] E: lumina-desktop source: not-binnmuable-all-depends-any lumina-data -> libluminautils1 E: lumina-desktop source: not-binnmuable-all-depends-any lumina-data -> lumina-desktop
* | debian: new build dependency on libxcb-composite0-devChristopher Roy Bratusek2015-03-28
| | | | | | | | debian: new dependency on usbmount
* | debian/changelogChristopher Roy Bratusek2015-03-28
|/
* - updated debian/changelogChristopher Roy Bratusek2015-03-26
| | | | | - checksums for LuminaOS-Debian and LuminaOS-Linux - capacity for LuminaOS-Debian
* final fixChristopher Roy Bratusek2015-03-12
|
* fix typoChristopher Roy Bratusek2015-03-12
|
* add debian/lumina-data.installChristopher Roy Bratusek2015-03-12
|
* debian packaging:Christopher Roy Bratusek2015-03-12
| | | | | | - drop lumina-core - add lumina-data - make lumina-desktop replace lumina-core
* debian packaging:Christopher Roy Bratusek2015-03-12
| | | | | - new upstream snapshot - add qt5-configuration-tool wrapper for Lumina-DE (use qt5ct QT_QPA_PLATFORMTHEME if /usr/bin/qt5ct exists and LUMINA_USE_QT5CT is TRUE in /etc/defaul/lumina-qt5ct)
* lumina-xconfig.install addedChristopher Roy Bratusek2015-02-24
|
* update for lumina 0.8.3Christopher Roy Bratusek2015-02-24
|
* debian: add lumina-info package, install translations into specific ↵Christopher Roy Bratusek2015-01-28
| | | | packages, move lxpolkit from recommends to depends, add /etc/luminaStartapps
* debian/rules: minor fixChristopher Roy Bratusek2015-01-27
|
* two commands not allowed to fail (debian/rules)Christopher Roy Bratusek2015-01-27
|
* improve debian packaging, install missing file, provide fallback configurationChristopher Roy Bratusek2015-01-26
|
* add recommends for lxpolkit and qt5-configuration-toolChristopher Roy Bratusek2015-01-23
|
* add LuminaOS-DebianChristopher Roy Bratusek2015-01-23
|
* debian: missing dependency on qttools5-dev-toolsChristopher Roy Bratusek2015-01-08
| | | | | Conflicts: debian/control
* debian: lumina qt5/0.8.0 updatesChristopher Roy Bratusek2015-01-08
| | | | | Conflicts: debian/changelog
* typoChristopher Roy Bratusek2014-11-07
|
* take binary-only builds properly into accountChristopher Roy Bratusek2014-11-07
|
* update install filesChristopher Roy Bratusek2014-11-07
|
* fix package buildChristopher Roy Bratusek2014-11-07
|
* fix versionChristopher Roy Bratusek2014-11-07
|
* missing file addedChristopher Roy Bratusek2014-11-07
|
* update debian packagingChristopher Roy Bratusek2014-11-07
|
* debian/changelogChristopher Roy Bratusek2014-11-02
|
* update debian/changelogChristopher Roy Bratusek2014-10-05
|
* partially revert previous commitChristopher Roy Bratusek2014-10-05
|
* auto-create global.hChristopher Roy Bratusek2014-10-05
| | | | remove unrequired tasks from debian/rules
* add debian prefix patchChristopher Roy Bratusek2014-10-05
|
* fix prefix in debian/*.installChristopher Roy Bratusek2014-10-05
|
* fixes in debian/rulesChristopher Roy Bratusek2014-10-05
|
* change debian/source/format to git instead of quiltChristopher Roy Bratusek2014-10-05
|
* debian/changelog updateChristopher Roy Bratusek2014-10-05
|
* add global.h containing PREFIX and make use of it in all sub-modules,Christopher Roy Bratusek2014-10-05
| | | | | add PREFIX and LIBPREFIX to the qmake .pro files (allows to change prefix and libdir using <qmake PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu/> or whatever) update debian packaging scripts accordingly
bgstack15