aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAge
* drop unneeded DEB_HOST_MULTIARCH re-definition from debian/rulesChristopher Roy Bratusek2015-05-13
|
* remove creation of luminaStartapps from debian/rulesChristopher Roy Bratusek2015-05-13
|
* enable building lumina-fileinfo (Debian)Christopher Roy Bratusek2015-04-22
|
* prevent building lumina-fileinfo for nowChristopher 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
|
* Debian: pass buildflags to qmake, fix debug package creation, recude codeMarshall Banana2015-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 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)
* 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
|
* 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
|
* fix package buildChristopher Roy Bratusek2014-11-07
|
* partially revert previous commitChristopher Roy Bratusek2014-10-05
|
* auto-create global.hChristopher Roy Bratusek2014-10-05
| | | | remove unrequired tasks from debian/rules
* fixes in debian/rulesChristopher 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
* Updated Debian rules/package files to reflect updated Lumina binaries.Jesse Smith2014-09-24
| | | | | Removed Debian patches that could no longer be applied cleanly. Added initial external device support to Linux in libLumina.
* debian packaging scriptsChristopher Roy Bratusek2014-09-06
bgstack15