1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396
|
pinot (1.10-1) unstable; urgency=medium
* New upstream release
+ Drop all patches as they're all now included upstream.
+ Add libboost-system-dev to build-dependencies.
* debian/watch: Fix incorrect pattern guessed prior to first release from
github.
* debian/copyright: Remove invalid tab character from licence text.
* debian/copyright: Update.
-- Olly Betts <olly@survex.com> Mon, 17 Feb 2020 00:10:05 +1300
pinot (1.05-5) unstable; urgency=medium
* Acknowledge unjustified NMU.
* Cherry-pick fix from upstream to fix FTBFS with libexiv2-27 - new patch
handle-newer-exiv2.patch. Thanks to Peter Green for identifying the
relevant patch. (Closes: #950402)
* debian/control: Update to debhelper compat 12. Only visible effect is
that the debug symbols are now compressed and so much smaller.
* debian/control,debian/compat: Use new debhelper-compat dependency
mechanism to specify compat version.
* debian/control: Note conformance with policy 4.5.0.
-- Olly Betts <olly@survex.com> Fri, 07 Feb 2020 13:45:54 +1300
pinot (1.05-4.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop unnecessary alternative Recommends on python-docutils; Closes: #945722
-- Sandro Tosi <morph@debian.org> Sun, 19 Jan 2020 14:45:31 -0500
pinot (1.05-4) unstable; urgency=medium
* debian/control: Update to recommending python3-docutils | python-docutils
for rst2html. (Closes: #945722)
-- Olly Betts <olly@survex.com> Thu, 28 Nov 2019 14:16:46 +1300
pinot (1.05-3) unstable; urgency=medium
* debian/control: Note conformance with policy 4.4.1.
* debian/control: Specify "Rules-Requires-Root: no".
* debian/rules: Enable all hardening options since we're likely to be
handling downloaded files.
* Update to use gmime 3.x, new patch gmime3.patch (Closes: #867355)
-- Olly Betts <olly@survex.com> Fri, 18 Oct 2019 16:26:58 +1300
pinot (1.05-2) unstable; urgency=medium
* Add myself as co-maintainer with maintainer's agreement.
* Convert from cdbs to dh.
* Cherry-pick fix from upstream for OpenSSL 1.1 and newer glib,
new patch: openssl-1.1+new-glib.patch (Closes: #828503)
* Avoid needlessly linking Xapian backend with OpenSSL, new patch:
fix-gpl-openssl-clash.patch (Closes: #833692)
* debian/control,debian/copyright,debian/watch: Update for upstream's
move to github.
* debian/control: Switch dbus-x11 dependency to default-dbus-session-bus |
dbus-session-bus. (Closes: #836287)
* Update to debhelper compat 11.
- Enables parallel building. (Closes: #759122)
* Update standards-version to 4.1.4:
- debian/menu: Drop obsolete menu file.
* Drop workaround for compilers which don't default to C++11.
* debian/copyright: Use https for format URL.
* Drop patch which is no longer needed: boost1.48.patch
* debian/control: Comment out old collab-maint Vcs info.
* debian/NEWS: Remove asterisk to placate lintian.
-- Olly Betts <olly@survex.com> Thu, 14 Jun 2018 16:47:38 +1200
pinot (1.05-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Version dependency on libxapian-dev for Xapian 1.4 transition.
* Fix to build with GCC6, new patch: fix-ftbfs-with-gcc6.patch
(Closes: #812165)
* Fix segfault on startup due to hard-coded mangled symbol name,
which has changed with C++11. New patch:
fix-hardcoded-mangled-symbol-name.patch
-- Olly Betts <olly@survex.com> Fri, 30 Sep 2016 15:05:23 +1300
pinot (1.05-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with GCC5 by adding -std=gnu++11 to CXXFLAGS. (Closes: #778063)
-- Olly Betts <olly@survex.com> Mon, 07 Sep 2015 17:58:50 +1200
pinot (1.05-1) unstable; urgency=low
[ upstream ]
* New release:
+ run rst2html on RST files, if available, and if RST files are
detected as such.
+ better mbox parts extraction.
+ dropped unac in favour of own code, resulting in faster indexing.
+ pinot-index --override MIMETYPE:EXTENSION overrides MIME type
detection based on files extensions.
+ turn memory pooling off by default to avoid issues with newer
boost.
+ Updated localizations.
+ fix stripping of diacritics.
+ stem subject terms.
+ fixes to abstract generation, CJKV tokenization.
[ Jonas Smedegaard ]
* Update package relations:
+ Recommend (not suggest) all external helper tools, except rpm.
+ Fix suggest file (needed to crawl rpm files).
+ Recommend python-docutils and bzip2.
+ Relax to build-depend unversioned on cdbs: Needed version
satisfied in stable, and oldstable no longer supported.
+ Stop fallback-recommending xpdf-utils: obsolete even in stable.
+ Declare binary package relations in rules file.
+ Document suggested packages in long description.
* Bump dephelper compatibility level to 8.
* Bump standards-version to 3.9.4.
* Use anonscm.debian.org URL for control file Vcs-Git field.
* Update copyright file: Fix use comment pseudo-paragraphs to obey
silly restrictions of copyright format 1.0.
* Update copyright file:
+ Update copyright holders and coverage.
+ Fix merge double copyright fields.
-- Jonas Smedegaard <dr@jones.dk> Tue, 05 Mar 2013 15:12:54 +0100
pinot (1.0-1) unstable; urgency=low
* New upstream release
* Drop patch to link against libexttextcat: Adopted upstream.
* Stop stripping deskbar-applet: Dropped upstream.
* Relax build-dependency on libexiv2-dev.
* Extend some copyright coverage, and update email of main author.
* Extend copyright coverage of packaging.
-- Jonas Smedegaard <dr@jones.dk> Sat, 23 Jun 2012 05:49:23 +0200
pinot (0.98-2) unstable; urgency=low
[ Rene Engelhard ]
* Add patch to actually link with -lexttextcat (not -ltextcat).
* Build-depend on libexttextcat-dev (not libtextcat-dev), and
build-conflicts against libtextcat-dev.
[ Jonas Smedegaard ]
* Readd libgmime-2.4-dev as fallback build-dependency, to ease
backporting.
* Bump standards-version to 3.9.3.
* Refresh patches with shortening quilt options -pab --no-index
--no-timestamps, and rewrap DEP3 headers at 72 chars.
* Update copyright file:
+ Bump format to 1.0.
+ Fix double-indent in Copyright fields as per Policy ยง5.6.13.
+ Tidy Files paragraph of Boost patch, and list its license as
separate paragraph.
* Update upstream URLs.
* Use anonscm.debian.org for Vcs-Browser field.
* Build-depend on and use dh-autoreconf, as we patch configure.in.
* Release for unstable: Recent enough exiv2 is finally released there.
-- Jonas Smedegaard <dr@jones.dk> Sun, 06 May 2012 22:40:02 +0200
pinot (0.98-1) experimental; urgency=low
* New upstream release.
Closes: bug#528009, #610092.
+ Supports lib(ext)textcat 3.
Closes: bug#644287. Thanks to Rene Engelhard.
* Update copyright file:
+ Rewrite using Subversion rev.174 of draft DEP5 format.
+ Extend copyright years.
+ Drop referencing no longer included Google sources.
+ Fix mark a section as a comment (not license).
* Drop dpkg-source local-options hint: Declared options are default
since dpkg-source 1.16.1.
* Bump debhelper compatibility level to 7.
* Stop explicitly force >2TB file support: handled upstream now.
* Relax to generally build-depend unversioned: All satisfied even in
oldstable.
* Stop suppress optional build-dependencies:
+ Build-depend on devscripts.
+ Tighten build-dependency on cdbs.
* Relax depend unversioned on deskbar-applet: Satisfied even in
oldstable.
* Fix stop build-depending on python-support (was needed only for
dropped package deskbar-plugins-pinot).
* Bump policy compliance to standards-version 3.9.2.
* Extend copyright years of packaging, and refer to FSF website (not
postal address).
* Build-depend on libexiv2-dev (and not libexif-dev).
* Release for experimental (where new enough exiv2 is available).
-- Jonas Smedegaard <dr@jones.dk> Sat, 24 Dec 2011 23:59:04 +0700
pinot (0.96-1.3) unstable; urgency=low
* Non-maintainer upload with Jonas' consent.
* Build against gmime 2.6. Closes: #664003
-- Michael Biebl <biebl@debian.org> Thu, 15 Mar 2012 14:19:54 +0100
pinot (0.96-1.2) unstable; urgency=low
* Non-Maintainer Upload.
* patches/boost1.48.patch: New. Include code from Boost singleton.hpp
header, obsoleted in Boost 1.48. Closes: #652786.
-- Steve M. Robbins <smr@debian.org> Mon, 30 Jan 2012 01:11:28 -0600
pinot (0.96-1.1) unstable; urgency=low
* Non-maintainer upload.
* Drop deskbar-plugins-pinot package as deskbar-applet has been removed.
Closes: #645542
-- Michael Biebl <biebl@debian.org> Tue, 18 Oct 2011 00:53:07 +0200
pinot (0.96-1) unstable; urgency=low
* New upstream release.
* Use only official CDBS (drop local snippets): All improvements now
adopted upstream.
* Declare package relations recursively-expanded.
* Drop all patches: Adopted upstream.
* Ease building with git-buildpackage:
+ Git-ignore quilt .pc dir.
+ Add source local-options.
* Extend years in licensing header of rules file.
* Update copyright file:
+ Rewrite in draft DEP5 v135 format.
+ Update copyright years.
* Ease backporting:
+ Only optionally-include upstream-tarball.mk.
+ Suppress optional build-dependencies.
* Relax build-dependency on cdbs (needed version available in stable).
* Build-depend on libattr1-dev for extended attributes support.
* Stop build-depending on unused gsoap.
* Bump standards-version to 3.9.1.
-- Jonas Smedegaard <dr@jones.dk> Wed, 15 Dec 2010 17:29:51 +0100
pinot (0.95-1) unstable; urgency=low
* New upstream release.
* Add NEWS entry about possible need of reindexing (as mentioned in
upstream NEWS file).
* Update local cdbs snippets:
+ Enhance package-relations.mk to support all binary package
relations (except -indep ones).
+ Implement fail-source-not-repackaged rule in upstream-tarball.mk.
+ Update URL to draft DEP5 format in copyright-check.mk output.
* Switch to source format 3.0 (quilt). Drop use of cdbs snippet
patchsystem-quilt.mk. Stop build-depending on quilt or patchutils.
Adjust README.source.
* Restructure patches to DEP3 format: Adjust meta-info; drop leading
numbers and README, unfuzz.
* Bump policy compliancy to Standards Version 3.8.3.
-- Jonas Smedegaard <dr@jones.dk> Sat, 14 Nov 2009 12:54:20 +0100
pinot (0.94-1) unstable; urgency=low
* New upstream release.
* Drop unneeded DM-Upload-Allowed stanza from debian/control.
* Simplify watch file (directly use download.berlios.net), and add
comment hinting about its use.
* Enable local CDBS script upstream-tarball.mk.
* Build-depend on libgmime-2.4-dev (and not libgmime-2.0-2-dev).
* Tighten build-dependency on cdbs.
* Drop use of noop dh_desktop, thanks to lintian.
* Bump policy compliance to Standards-Verstrol.in.1, thanks to
lintian.
-- Jonas Smedegaard <dr@jones.dk> Sun, 28 Jun 2009 19:31:24 +0200
pinot (0.93-3) unstable; urgency=low
* Define FILE_OFFSET_BITS=64 in CPPFLAGS (not CFLAGS). Closes:
bug#530572 (hopefully for real this time).
-- Jonas Smedegaard <dr@jones.dk> Sat, 13 Jun 2009 23:50:54 +0200
pinot (0.93-2) unstable; urgency=low
* Define FILE_OFFSET_BITS=64 in CFLAGS to fix >2TB file support.
Closes: bug#530572, thanks to Fabrice Colin.
* Add proper licensing header to rules file. The file is essentially
rewritten, permitting to relicense from GPL-3+ to GPL-2+.
* Rewrite copyright to use DEP5 r54 proposed machine-readable format.
Relax licensing of debian/* files.
* Use local cdbs copyright-check.mk. Add copyright hints.
* Bump policy compliancy to Standards Version 3.8.1.
* Add symbolic link pinot-prefs.1.gz to pinot.1.gz, thanks to lintian.
* Ignore private libraries, thanks to lintian.
-- Jonas Smedegaard <dr@jones.dk> Sun, 07 Jun 2009 19:24:23 +0200
pinot (0.93-1) unstable; urgency=low
[ David Paleino ]
* New upstream release
* debian/patches/:
- 00-fix_ltmain.sh.patch refreshed
- 01-fix_desktop_files.patch removed
- series updated
[ Jonas Smedegaard ]
* Adopt package. Closes: bug#513940.
* Add README.source documenting use of git-buildpackage and CDBS.
* Package now Git-maintained: Update Vcs-* hints.
* Renumber patch.
* Resolve build-dependencies using CDBS, declared in debian/rules.
* Use CDBS snippets for patch, build and install routines.
* Add patch 1002 fixing FTBFS (include som headers). Closes:
bug#527676, thanks to Bart Martens.
-- Jonas Smedegaard <dr@jones.dk> Mon, 25 May 2009 01:13:07 +0200
pinot (0.90-1) experimental; urgency=low
* Orphaning package
* New upstream release
* debian/patches/:
- 01-fix_gcc4.4.patch removed, fixed upstream
- 01-fix_desktop_files.patch added, remove deprecated Encoding
field
-- David Paleino <d.paleino@gmail.com> Mon, 02 Feb 2009 22:01:04 +0100
pinot (0.89-1) experimental; urgency=low
* New upstream release
* DM-Upload-Allowed set
* debian/patches/:
- 01-fix_gcc4.4.patch added, thanks to Martin Michlmayr
(Closes: #504908)
* debian/control:
- Standards-Version bumped to 3.8.0 (no changes needed)
- debhelper dependency bumped to >= 6.0.7~ (debian/compat updated)
* debian/pinot.lintian-overrides added (the empty stopwords directory
is intended)
* debian/rules:
- added dh_lintian to binary target
-- David Paleino <d.paleino@gmail.com> Sat, 08 Nov 2008 14:35:29 +0100
pinot (0.85-1) unstable; urgency=low
* New upstream release
* debian/patches/:
- 01-fix_m4_inclusion.patch removed, applied upstream.
* debian/control:
- added Build-Depends on libexif-dev (>= 0.6)
-- David Paleino <d.paleino@gmail.com> Sat, 24 May 2008 11:15:42 +0200
pinot (0.84-1) unstable; urgency=low
* New upstream release
* debian/patches/:
- 01-fix_linux-inotify-syscalls.h.patch removed, merged upstream.
- 01-fix_m4_inclusion.patch added, to fix possible "Fail to build
Twice in a Row" bug
-- David Paleino <d.paleino@gmail.com> Sat, 29 Mar 2008 17:54:14 +0100
pinot (0.83-2) unstable; urgency=low
* debian/patches:
- 01-fix_linux-inotify-syscalls.h added (thanks to Michael Biebl):
it should build on m68k, mips, mipsel and hppa now.
-- David Paleino <d.paleino@gmail.com> Fri, 14 Mar 2008 20:19:26 +0100
pinot (0.83-1) unstable; urgency=low
* New upstream release
* debian/control:
- short description for "pinot" improved: now it specifies that
pinot can do web queries as well.
* debian/patches:
- 01-fix_pinot.desktop.patch removed (merged upstream)
-- David Paleino <d.paleino@gmail.com> Sat, 01 Mar 2008 18:58:14 +0100
pinot (0.82-1) unstable; urgency=low
* Initial release (Closes: #446517)
-- David Paleino <d.paleino@gmail.com> Thu, 21 Feb 2008 09:09:44 +0100
|