[ubuntu/karmic] tracker 0.6.95-1ubuntu1 (Accepted)
Chris Coulson
chrisccoulson at googlemail.com
Tue Jun 16 08:00:14 BST 2009
tracker (0.6.95-1ubuntu1) karmic; urgency=low
* Merge from debian unstable (LP: #387440), remaining changes:
- debian/control:
+ Do not build-depend on universe dependencies:
libunac1-dev, libqdbm-dev.
+ tracker depends on procps.
- debian/30-tracker.conf:
+ Increase maximum number of inotify watches to 524288.
- debian/rules:
+ Don't use external qdbm.
+ Pass --disable-unac to configure. This version won't
automatically build without UNAC support when it
is not installed now.
- debian/tracker.install:
+ Don't install the DBus service so trackerd is not automatically
started when other software try to see if it's already running
- debian/patches/02_no_kde_autostart.patch:
+ Do not autostart trackerd in KDE.
- debian/patches/03_dont_activate_indexing_and_watching.patch:
+ Don't active indexing nor watching as decided by the
technical board.
- debian/patches/05_am_maintainer_mode.patch:
+ Enable AM_MAINTAINER_MODE, to stop the build system being updated,
which will fail in the buildd anyway.
- debian/patches/11_drop_evolution_module.patch:
+ Don't build the evolution indexer module.
- debian/patches/20_index_error_auto_reindex.patch:
+ Automatically reindex if the index becomes corrupt as opposed
to displaying a notification with reindex action, which requires
user intervention and results in a confusing fallback notification.
Reindexing is the only sane way to recover from a corrupt index
anyway.
- debian/patches/20-tracker-defaults.patch:
+ Don't disable the evolution module in the default config - we
don't even install the module in Ubuntu so there's no point in
doing this.
- debian/patches/99_autotools.patch:
+ Autotools update.
- debian/tracker.postinst:
+ Start procps to apply "sysctl.d/30-tracker.conf"
- debian/tracker.py:
+ Apport hook to ignore tracker-extract crashes. The hook is not
installed since tracker-extract no longer limits memory with
setrlimit().
* debian/tracker.install:
- Don't install tracker.py in /usr/share/apport/package-hooks/, as
memory limits using setrlimit() were disabled in 0.6.93.
- Don't install the push-modules - they don't work and have been disabled
upstream.
* debian/control:
- Don't build-depend on evolution-dev or evolution-data-server-dev.
The push-modules were disabled upstream, so these dependencies are
not required.
* Dropped patches merged upstream:
- 21_remove_all_indexes_on_reindex.patch.
- 22_flush_stop_on_index_error.patch.
- 23_indexer_pause_on_index_error.patch.
- 30_dont_index_removable_media.patch.
* debian/rules:
- Drop obsolete --enable-external-sqlite configure flag.
* debian/patches/11_drop_evolution_module.patch:
- Updated to hide the Evolution indexing option from the preferences
dialog.
tracker (0.6.95-1) unstable; urgency=low
* New upstream release.
* Stop installing the kmail push module for now as kmail support is not yet
mature enough.
* debian/libtrackerclient0.symbols
- Updated for new API additions.
tracker (0.6.94-1) unstable; urgency=low
* New upstream release.
* Drop Build-Depends on deskbar-applet and python-gtk2-dev again and install
the tracker deskbar-applet module manually instead.
* debian/patches/20-tracker-defaults.patch
Create configuration file with more conservative defaults.
(Closes: #525107)
- Disable evolution plugin by default.
- Set throttle level to 10.
NOTE: An existing ~/.config/tracker/tracker.cfg will *not* be updated
automatically. This change only affects newly created configuration files.
tracker (0.6.93-1) unstable; urgency=low
* New upstream release.
* debian/tracker-utils.install
- Install tracker-processes binary.
* debian/libtrackerclient0.symbols
- Updated for new API additions.
* debian/control
- Add Build-Depends on libvorbis-dev (>= 0.22).
* debian/rules
- Add --enable-libvorbis to configure flags for the vorbis metadata
extractor.
Date: Mon, 15 Jun 2009 19:37:06 +0100
Changed-By: Chris Coulson <chrisccoulson at googlemail.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Luke Yelavich <luke.yelavich at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/tracker/0.6.95-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 15 Jun 2009 19:37:06 +0100
Source: tracker
Binary: tracker libtrackerclient0 libtrackerclient-dev libtracker-gtk0 libtracker-gtk-dev tracker-utils tracker-search-tool libdeskbar-tracker tracker-dbg
Architecture: source
Version: 0.6.95-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chris Coulson <chrisccoulson at googlemail.com>
Description:
libdeskbar-tracker - metadata database, indexer and search tool - deskbar-applet plugi
libtracker-gtk-dev - GTK+ widgets for apps that use tracker - development files
libtracker-gtk0 - GTK+ widgets for apps that use tracker
libtrackerclient-dev - metadata database, indexer and search tool - development files
libtrackerclient0 - metadata database, indexer and search tool - library
tracker - metadata database, indexer and search tool
tracker-dbg - metadata database, indexer and search tool - debugging symbols
tracker-search-tool - metadata database, indexer and search tool - GNOME frontend
tracker-utils - metadata database, indexer and search tool - commandline tools
Closes: 525107
Launchpad-Bugs-Fixed: 387440
Changes:
tracker (0.6.95-1ubuntu1) karmic; urgency=low
.
* Merge from debian unstable (LP: #387440), remaining changes:
- debian/control:
+ Do not build-depend on universe dependencies:
libunac1-dev, libqdbm-dev.
+ tracker depends on procps.
- debian/30-tracker.conf:
+ Increase maximum number of inotify watches to 524288.
- debian/rules:
+ Don't use external qdbm.
+ Pass --disable-unac to configure. This version won't
automatically build without UNAC support when it
is not installed now.
- debian/tracker.install:
+ Don't install the DBus service so trackerd is not automatically
started when other software try to see if it's already running
- debian/patches/02_no_kde_autostart.patch:
+ Do not autostart trackerd in KDE.
- debian/patches/03_dont_activate_indexing_and_watching.patch:
+ Don't active indexing nor watching as decided by the
technical board.
- debian/patches/05_am_maintainer_mode.patch:
+ Enable AM_MAINTAINER_MODE, to stop the build system being updated,
which will fail in the buildd anyway.
- debian/patches/11_drop_evolution_module.patch:
+ Don't build the evolution indexer module.
- debian/patches/20_index_error_auto_reindex.patch:
+ Automatically reindex if the index becomes corrupt as opposed
to displaying a notification with reindex action, which requires
user intervention and results in a confusing fallback notification.
Reindexing is the only sane way to recover from a corrupt index
anyway.
- debian/patches/20-tracker-defaults.patch:
+ Don't disable the evolution module in the default config - we
don't even install the module in Ubuntu so there's no point in
doing this.
- debian/patches/99_autotools.patch:
+ Autotools update.
- debian/tracker.postinst:
+ Start procps to apply "sysctl.d/30-tracker.conf"
- debian/tracker.py:
+ Apport hook to ignore tracker-extract crashes. The hook is not
installed since tracker-extract no longer limits memory with
setrlimit().
* debian/tracker.install:
- Don't install tracker.py in /usr/share/apport/package-hooks/, as
memory limits using setrlimit() were disabled in 0.6.93.
- Don't install the push-modules - they don't work and have been disabled
upstream.
* debian/control:
- Don't build-depend on evolution-dev or evolution-data-server-dev.
The push-modules were disabled upstream, so these dependencies are
not required.
* Dropped patches merged upstream:
- 21_remove_all_indexes_on_reindex.patch.
- 22_flush_stop_on_index_error.patch.
- 23_indexer_pause_on_index_error.patch.
- 30_dont_index_removable_media.patch.
* debian/rules:
- Drop obsolete --enable-external-sqlite configure flag.
* debian/patches/11_drop_evolution_module.patch:
- Updated to hide the Evolution indexing option from the preferences
dialog.
.
tracker (0.6.95-1) unstable; urgency=low
.
* New upstream release.
* Stop installing the kmail push module for now as kmail support is not yet
mature enough.
* debian/libtrackerclient0.symbols
- Updated for new API additions.
.
tracker (0.6.94-1) unstable; urgency=low
.
* New upstream release.
* Drop Build-Depends on deskbar-applet and python-gtk2-dev again and install
the tracker deskbar-applet module manually instead.
* debian/patches/20-tracker-defaults.patch
Create configuration file with more conservative defaults.
(Closes: #525107)
- Disable evolution plugin by default.
- Set throttle level to 10.
NOTE: An existing ~/.config/tracker/tracker.cfg will *not* be updated
automatically. This change only affects newly created configuration files.
.
tracker (0.6.93-1) unstable; urgency=low
.
* New upstream release.
* debian/tracker-utils.install
- Install tracker-processes binary.
* debian/libtrackerclient0.symbols
- Updated for new API additions.
* debian/control
- Add Build-Depends on libvorbis-dev (>= 0.22).
* debian/rules
- Add --enable-libvorbis to configure flags for the vorbis metadata
extractor.
Checksums-Sha1:
cd1eb394f26bc1889c36eacfdd8f92c7f0c5d157 2132 tracker_0.6.95-1ubuntu1.dsc
5365e9660b35afc6b7a6909206ca3ab9594cbb15 2037314 tracker_0.6.95.orig.tar.gz
507c7b419a6c0d13502964e2d66843c43576eac6 32436 tracker_0.6.95-1ubuntu1.diff.gz
Checksums-Sha256:
f5f7abae48304f5607eca67dba0b54edf268a1a9bdaa5d02a90e845f24a56094 2132 tracker_0.6.95-1ubuntu1.dsc
b8562bb8da392b7de1595f1b104fe82cbf2907a1c8344d565ddf1b2bee4ec51c 2037314 tracker_0.6.95.orig.tar.gz
6d1082342a7c0f774f7046871c9821a2af6af2dbe35730d698dcb8bddc0f6a77 32436 tracker_0.6.95-1ubuntu1.diff.gz
Files:
8fb6ea05a89d78e474578a2ea3f0c3b1 2132 utils optional tracker_0.6.95-1ubuntu1.dsc
72a24cd14f0047fea82d4823f3877560 2037314 utils optional tracker_0.6.95.orig.tar.gz
2e16eb26d27689159cade61acb1e82ec 32436 utils optional tracker_0.6.95-1ubuntu1.diff.gz
Original-Maintainer: Michael Biebl <biebl at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAko3QJ8ACgkQjVefwtBjIM4YywCfTc8B18M0z7uIqt3rLdNJcoCy
y80AoOCfG1e9REKtTK7iEA5RN3t852mX
=o0Lx
-----END PGP SIGNATURE-----
More information about the Karmic-changes
mailing list