2017-10-27 - Jeremy Bicha <jbicha@ubuntu.com>
zeitgeist (1.0-0.1ubuntu1) bionic; urgency=medium
* Sync with Debian. Remaining changes:
- Add add_datahub_autostart_delay.patch: Don't start for a little while
- Add nodisplay_autostart.patch: Don't show in Startup Applications
- Add disable-fts-on-touch.patch: Drop redundant FTS/xapian indexer
on Ubuntu Touch.
- Add pre_populator.patch: Pre-populate the log with some events
so that the Unity dash isn't empty on first run.
2017-10-01 - Jeremy Bicha <jbicha@debian.org>
zeitgeist (1.0-0.1) unstable; urgency=medium
[ Jeremy Bicha ]
* Non-maintainer upload.
* New upstream release (Closes: #873868) (LP: #1665902)
* Bump debhelper compat to 10
* Bump Standards-Version to 4.1.1
* Convert to automatic dbgsym package
* debian/control:
- Drop Build-Depends on intltool
- Have library suggest instead of recommend zeitgeist
* debian/rules:
- Don't ignore test failures
- Use dh_install --fail-missing instead of --skip-missing
* Drop patches applied in new release
- Give-the-D-Bus-service-files-the-correct-names.patch
- Add-a-systemd-user-service-for-each-D-Bus-session-se.patch
- fix_autocomplete.diff
- fix-test-crash.patch
- thread-default-context.patch
[ Iain Lane ]
* Fix debian/patches/startup-database-vacuum.patch
- The vacuum mode is now included upstream
- Move the wrapper script to a file in debian/ and install that
- Call the wrapper and allow it to fail so that zeitgeist starts for new
users (LP: #1666495)
* debian/patches/0001-Fix-placeholder-in-systemd-service-template.patch:
Cherry-pick. Fix substitution in systemd unit file.
2016-10-06 - Andrew Shadura <andrewsh@debian.org>
zeitgeist (0.9.16-0.2) unstable; urgency=medium
[ Andrew Shadura ]
* Non-maintainer upload.
* Add Vcs-* fields.
* Add gbp.conf.
* Merge changes from Ubuntu:
- Make libzeitgeist-2.0-0 recommend zeitgeist-core over zeitgeist to stop
python-zeitgeist being unnecessarily pulled into the default images
(LP: #1440373)
- Depend on python-gobject-2 and python-gi instead of python-gobject,
because it's a transitional package (LP: #778054)
- Skip failing tests.
- Use dh-autoreconf.
- Fix autocomplete.
- Perform VACUUM operation on activity DB on startup (LP: #919801).
- Ensure the log mainloop uses the current thread's context
when waiting (LP: #1584849).
[ Simon McVittie ]
* Use the conventional names for D-Bus session services.
* Add a systemd user service for each D-Bus session service.
[ Héctor Orón Martínez ]
* Replace raptor-utils build-dep with raptor2-utils.
2015-10-16 - Laurent Bigonville <bigon@debian.org>
zeitgeist (0.9.16-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release (Closes: #799180)
- Fix FTBFS with GCC-5 (Closes: 778192)
- Adjust the build-dependencies
- d/p/0001-Fix-unit-tests.patch,
d/p/0001-WhereClause-Fix-array-length-to-work-with-string.joi.patch,
d/p/0001-libzeitgeist-Add-a-missing-dependency-on-gio-2.0.patch:
Dropped, merged upstream
* Bump Standards-Version to 3.9.6 (no further changes)
* Replace hardcoded Pre-Depends by ${misc:Pre-Depends} substvars
* Make gir1.2-zeitgeist-2.0 package multi-arch: same
* Explicitly set libexecdir to /usr/lib/zeitgeist (Closes: #748762)
* Re-enable the tests but make them non-fatal
* d/p/fix-test-crash.patch: Fix tests from crashing with GCC-5, from
upstream
2014-06-24 - Iain Lane <laney@debian.org>
zeitgeist (0.9.14-2.2) unstable; urgency=medium
* Non-maintainer upload.
* 0001-WhereClause-Fix-array-length-to-work-with-string.joi.patch:
Cherry-pick commit to fix SQL errors when built with vala-0.24.
* 0001-Fix-unit-tests.patch: Cherry-pick another patch to fix a segfault
when optimising variants. (Closes: #752482)