-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Debian packaging from Qt4/Harmattan to Qt5/Ubuntu #9
base: master
Are you sure you want to change the base?
Conversation
LGTM. |
What is LGTM? |
@vranki "Looks good to me", meaning that you can merge it. |
Great :) |
All this time I thought it was "looks good to merge" |
Btw, ubuntu has upgraded to tracker-sparql-1.0 and current master doesn't build with it. Are you planning to upgrade libqtsparql to support it some time? These dependencies need to be upgraded as well. |
Our tracker in Nemo Mobile was updated to 1.1 here: nemomobile-packages/tracker@8897d69 From http://packages.ubuntu.com/search?keywords=tracker it looks like Ubuntu has Tracker 1.0 in Utopic and Tracker 1.2 in Vivid. I wonder of we could make it so that it works with both 1.1 and 1.2 or ideally with 1.0, 1.1 and 1.2 (as long as they are API-compatible) -- any suggestions? |
updated packaging for cowbuilder-dist
removed dependency to libqt4-dev
Changed dependency from libtracker-sparql-0.16-dev to libtracker-sparql-1.0-dev. Disabled doc package and compiling. Added 'package' helper script for creating the deb package.
Support for Ubuntu 16.04 LTS.
This change allows building the Debian package on Ubuntu instead of obsolete Nokia Harmattan platform.
It's not thoroughly tested, but "works for me". As a bonus there's a fix for missing unistd.h header which prevents compilation in some situation.