~tracker-team/tracker/tracker-0.8.karmic

Viewing all changes in revision 29.

  • Committer: Chris Coulson
  • Date: 2010-05-03 19:54:01 UTC
  • Revision ID: chrisccoulson@ubuntu.com-20100503195401-r8bdsdcc2f8kjqs1
* Merge with Debian, remaining changes:
  - debian/30-tracker.conf: increase number of watches to 524288
  - debian/control: don't build-depend on libunac-dev
  - debian/rules: don't build with --enable-unac
* New upstream release
* General:
  - Fixed miner desktop files so they have trailing ; for Categories
  - Added structural view design document
  - Added queries for contact data generation scripts
  - Added queries for message data generation scripts
  - Added debugging to libinotify to assist in fixing GB#615965
  - Updated data generation scripts and templates quite heavily
* Functional Tests:
  - Fixed query used for getting image metdata
  - Fixed signal handling in miner file operations test
  - Fixed performance scripts to not use isStoredAs
  - Updated contact related performance queries
  - Updated message related performance queries
  - Added writeback support for PNG, TIFF, MP4
  - Added videos to the data generation
  - Added test set configuration for maximum values
  - Added full text queries
  - Added basic file operations for miner-fs and desktop environments
* libtracker-db:
  - Added tracker:uri-is-parent SQLite functions (for crawling improvements)
  - Added tracker:uri-is-descendant SQLite functions (for crawling 
    improvements)
  - Support O_LARGEFILE when using g_open for the journal
* libtracker-data:
  - Fixed memory leak on journal replay
* libtracker-miner:
  - Improve crawling queries (3693 dirs, 27678 files, was 651s, now 166s)
  - Don't translate statuses
* libtracker-client:
  - Added initial test cases
* tracker-extract:
  - Fixed man page for -d
  - Fixed double free in Vorbis extractor, caused timeouts in miner-fs logs
  - Set nfo:isContentEncrypted for encrypted docs
  - Improve <script> bypassing.
* libtracker-extract:
  - Don't run past an array in XMP tests
* evolution:
  - Fixed race condition
* tracker-search-tool:
  - Removed --service (old 0.6 option which is unused)
  - Added support for starting queries using command line arguments
* Ontology:
  - nfo:isContentEncrypted was defined in nmm, not nfo
* tracker-sparql:
  - Fixed typo in man page for command line args
* tracker-status:
  - Added --list-common-statuses option
* tracker-control:
  - Added --reindex-mime-type and --start options to man page docs
* New upstream release.
* debian/control
  - Improve package descriptions. Thanks to Tshepang Lekhonkhobe for the
    patch.
  - Add Build-Depends on gtk-doc-tools and graphviz.
* debian/rules
  - Add --enable-gtk-doc to DEB_CONFIGURE_EXTRA_FLAGS.
* debian/libtracker-{client,extractor,miner}-dev.install
  - Install API documentation.
* debian/patches/30-vfat-hidden-attribute-build-fix.patch
  - Removed, merged upstream.
* debian/tracker.install
  - Install D-Bus interface description file tracker-miner-web.xml.
* New upstream release.
* Remove patches
  - debian/patches/10-improve-library-dependencies.patch (merged upstream)
  - debian/patches/20-am-maintainer-mode.patch (obsolete)
  - debian/patches/99-autoreconf.patch (obsolete)
* Upload to unstable.
* debian/control
  - Add Breaks: rygel-tracker (<< 0.5) as the D-Bus API has changed between
    0.6 and 0.8.
  - Add Conflicts/Replaces: tracker (<< 0.8.1-1) to tracker-gui. The icons
    were moved between those two packages.
  - Remove useless Conflicts from tracker-miner-fs and
    tracker-miner-evolution. Both packages already have a strict dependency
    on tracker.
* debian/patches/10-improve-library-dependencies.patch
  - Only link against libraries when actually needed to get rid of
    unnecessary library dependencies.
* debian/patches/99-autoreconf.patch
  - Run autoreconf to update the build system.
* New major upstream release. (Closes: #549695)
  - The changes are too numerous to list them all, as it is basically a
    rewrite. Some relevant changes:
  - QDBM is gone, and with it its limitations. (Closes: #452657, #525393)
  - The metadata store has been split from the file system crawler and can
    be used independently. There are separate "miners" which can be
    installed to feed data to tracker.
    The new packaging layout accounts for that change.
  - Support for Nepomuk with SPARQL which are used to query and update the
    data.
  - tracker-meta-folder is gone. (Closes: #430623)
* Remove patches:
  - debian/patches/10-binutils-gold.patch (fixed upstream)
  - debian/patches/15-am-maintainer-mode.patch (obsolete)
  - debian/patches/20-tracker-search-man-page-typo-fix.patch (merged
    upstream)
  - debian/patches/25-trackerd-man-page-typo-fix.patch (merged upstream)
  - debian/patches/99-autoreconf.patch (obsolete)
* debian/patches/30-vfat-hidden-attribute-build-fix.patch
  - Refresh to apply cleanly.
* Update Build-Depends:
  - Bump libglib2.0-dev to (>= 2.20.0).
  - Bump libdbus-1-dev to (>= 1.0).
  - Bump libdbus-glib-1-dev to (>= 0.78).
  - Bump libsqlite3-dev to (>= 3.6.16).
  - Bump libgtk2.0-dev to (>= 2.18.0).
  - Bump libexempi-dev to (>= 2.1.0).
  - Drop libgmime-2.4-dev, libgnome2-dev, libgnomeui-dev,
    libgnome-desktop-dev, libglade2-dev, libraptor1-dev, libqdbm-dev,
    libhal-dev, libhal-storage-dev.
  - Add libflac-dev (>= 1.2.1) for FLAC extractor support.
  - Add evolution-dev (>= 2.25.5) and evolution-data-server-dev (>= 2.25.5)
    for the evolution email miner.
  - Add libpanel-applet2-dev for the tracker-search-bar applet.
  - Add libnautilus-extension-dev for the tracker-tag widget integration in
    nautilus.
  - Add libdevkit-power-gobject-dev (>= 007) for AC power detection.
  - Add libenca-dev (>= 1.9) for detecting defect Russion or Cyrillic language
    specifis in MP3s.
  - Add libiptcdata0-dev for extracting IPTC metadata from images.
  - Add libxml2-dev (>= 2.6), uuid-dev, libgee-dev (>= 0.3), valac.
* New package layout:
  - Drop libdeskbar-applet, libtracker-gtk0, libtracker-gtk-dev.
  - Add libtracker-miner-0.8-0, libtracker-miner-0.8-dev,
    libtracker-extract-0.8-0 libtracker-extract-0.8-dev,
    tracker-extract, tracker-miner-fs, tracker-miner-evolution,
    tracker-explorer, tracker-gui.
  - Make tracker-search-tool a transitional package which depends on
    tracker-gui.
  - Rename libtrackerclient0 → libtracker-client-0.8-0,
    libtrackerclient-dev → libtracker-client-0.8-dev.
* Add symbols files for all shared libraries:
  - Add debian/libtracker-client-0.8-0.symbols.
  - Add debian/libtracker-miner-0.8-0.symbols.
  - Add debian/libtracker-extract-0.8-0.symbols.
* Rename tracker.postinst → tracker-miner-fs.postinst as tracker-miner-fs
  needs the increased fs.inotify.max_user_watches, not tracker-store.
* Add lintian overrides for binary-or-shlib-defines-rpath for packages
  linking against private libraries in /usr/lib/tracker-0.8:
  - Add debian/libtracker-extract-0.8-0.lintian-overrides.
  - Add debian/libtracker-miner-0.8-0.lintian-overrides.
  - Add debian/tracker-gui.lintian-overrides.
  - Add debian/tracker-miner-evolution.lintian-overrides.
  - Add debian/tracker-miner-fs.lintian-overrides.
  - Add debian/tracker-utils.lintian-overrides.
* Remove the old xdg autostart files for trackerd and tracker-applet
  on upgrades:
  - Add debian/tracker-gui.preinst.
  - Add debian/tracker.preinst.
* debian/rules:
  - Update configure switches, enable FLAC extractor support.
  - Update DEB_DH_MAKESHLIBS_ARGS_ALL arguments.
* Review and update debian/copyright.
* debian/patches/30-vfat-hidden-attribute-build-fix.patch
  - Don't build VFAT check for hidden attributes on non-linux platforms.
    Thanks Petr Salinger for the patch. (Closes: #576938)
* New upstream release.
* debian/tracker.manpages
  - Remove tracker-thumbnailer.1, no longer installed upstream.
* Remove patches:
  - debian/patches/10-drop-bogus-version-info.patch (merged upstream)
  - debian/patches/20-tracker-defaults.patch (merged upstream)
  - debian/patches/30-gmime-2.4.patch (merged upstream)
* debian/control
  - Fix small typo in tracker-dbg's package description. (Closes: #550771)
  - Bump Standards-Version to 3.8.4. No further changes.
  - Add Depends on procps.
* debian/patches/10-binutils-gold.patch
  - Add missing libraries to fix FTBFS with binutils-gold. (Closes: #556499)
* debian/patches/15-am-maintainer-mode.patch
  - Set AM_MAINTAINER_MODE to make patching the build system less painful.
* debian/patches/99-autoreconf.patch
  - Rerun autoreconf -i to update the build system.
* debian/*.lintian-overrides
  - Add lintian overrides for tracker-search-tool and tracker-utils. Those
    binaries encode an rpath for /usr/lib/tracker. As they are built from
    the same source package and have a strict dependency on the tracker
    binary package, it is acceptable to define an rpath.
* debian/patches/20-tracker-search-man-page-typo-fix.patch
  - Fix typo in the tracker-search.1 man page detected by lintian.
* debian/patches/25-trackerd-man-page-typo-fix.patch
  - Fix typo in the trackerd.1 man page spotted by Hans Spaans.
    (Closes: #549868)
* debian/rules
  - Update configure flags.
  - Don't generate ldconfig calls in postinst/postrm for the libraries
    shipped in /usr/lib/tracker.
* debian/tracker.postinst
  - Start procps to apply "sysctl.d/30-tracker.conf".
* Port to GMime 2.4. (Closes: #549052)
* debian/control
  - Update Build-Depends libgmime-2.0-2-dev → libgmime-2.4-dev.
  - Bump Standards-Version to 3.8.3. No further changes.
* debian/patches/30-gmime-2.4.patch
  - Pull patch from https://bugzilla.gnome.org/show_bug.cgi?id=564640 to
    make tracker compile against GMime 2.4.
* debian/patches/99-autoreconf.patch
  - Run autoreconf as the gmime-2.4 patch requires changes to the build
    system.
* Bump Standards-Version to 3.8.2. No further changes.
* libdeskbar-tracker: Change Depends on python-gnome2-desktop to
  python-gnomedesktop, as python-gnome2-desktop is going away.
  (Closes: #541565)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: