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 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633
|
tellico (2.3.9+dfsg.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop build dependency on obsolete nepomuk-core-dev. (Closes: #827883)
Patch from Pino Toscano <pino@debian.org>.
-- Christian Hofstaedtler <zeha@debian.org> Fri, 15 Jul 2016 13:42:26 +0000
tellico (2.3.9+dfsg.1-1) unstable; urgency=low
* New upstream release.
+ Patch cdb95d17 is now included, drop it.
+ CVS parsing update. Closes: #729503.
* Bump Stadards-Version to 3.9.6. No other change needed.
-- Regis Boudin <regis@debian.org> Sat, 18 Oct 2014 12:40:17 +0200
tellico (2.3.8+dfsg.2-1) unstable; urgency=low
* Repack the upstream source further to remove sourceless jquery.js.
Closes: #736786.
* Enable parallel building. Thanks Pino Toscano. Closes: #721029.
* Take patch cdb95d17 from upstream git. Closes: #729499.
* Bump Stadards-Version to 3.9.5. No other change needed.
-- Regis Boudin <regis@debian.org> Sat, 01 Mar 2014 15:05:27 +0100
tellico (2.3.8+dfsg.1-2) unstable; urgency=low
* Disable tests for now, which should at least temporarily address #716982.
-- Regis Boudin <regis@debian.org> Sat, 20 Jul 2013 13:02:17 +0200
tellico (2.3.8+dfsg.1-1) unstable; urgency=low
* New upstream release.
* Split the documentation to a tellico-doc package, as it represents about
half the size of the binaries. The tellico package "only" recommends it.
* Bump Standards-Version to 3.9.4.
-- Regis Boudin <regis@debian.org> Mon, 08 Jul 2013 22:26:50 +0200
tellico (2.3.5+dfsg.1-4) unstable; urgency=low
* Fix passing of hardening flags. Thanks Simon Ruderich. Closes: #669190.
-- Regis Boudin <regis@debian.org> Sun, 03 Jun 2012 10:29:26 +0200
tellico (2.3.5+dfsg.1-3) unstable; urgency=low
* Actually add pkg-config to the build-depends. For real this time.
-- Regis Boudin <regis@debian.org> Tue, 10 Apr 2012 22:57:42 +0200
tellico (2.3.5+dfsg.1-2) unstable; urgency=low
* Build-Depend on pkg-config. Thanks to Pino Toscano, and apologies again
for misunderstanding. Closes: #661447.
* Bump debhelper compatibility to 9. Build-depend accordingly.
-- Regis Boudin <regis@debian.org> Tue, 10 Apr 2012 20:33:24 +0200
tellico (2.3.5+dfsg.1-1) unstable; urgency=low
* New upstream release.
* Further repacking to remove KDE 4.7 bits.
* Bum build-depend on KDE to 4.7.
* Update packages descriptions, thanks to Paul Stewart. Closes: #647154.
* Bump Standards-Version to 3.9.3.
-- Regis Boudin <regis@debian.org> Thu, 15 Mar 2012 22:16:59 +0100
tellico (2.3.4+dfsg.1-1) unstable; urgency=low
* New upstream release
* Repack to remove the local KXmlRpc local copy.
* Drop patch for QJson, applied upstream.
* Convert debian/rules to dh.
* Bump debian/compat to 8, and update build-dependency accordingly.
-- Regis Boudin <regis@debian.org> Tue, 27 Sep 2011 21:58:23 +0100
tellico (2.3.3-2) unstable; urgency=low
* Add 0001-Use-the-new-qjson-naming.patch to build with the new QJson cmake
naming scheme.
* Add build-arch and build-indep targets to debian/rules, to make lintian
happier.
-- Regis Boudin <regis@debian.org> Wed, 14 Sep 2011 21:49:51 +0100
tellico (2.3.3-1) unstable; urgency=low
* New upstream release. Fixes FTBFS with kernel 2.6.38 (Closes: #622047)
-- Regis Boudin <regis@debian.org> Mon, 11 Apr 2011 20:27:14 +0100
tellico (2.3.2-1) experimental; urgency=low
* New upstream release (Closes: #601502).
* Drop webcam support and remove type-handling dependency (Closes: #587868).
* Should fix the crash when using filters (Closes: #549958).
* Permissions for backup files should be fixed as well (Closes: #561238).
-- Regis Boudin <regis@debian.org> Mon, 03 Jan 2011 18:42:57 +0000
tellico (2.3-1) experimental; urgency=low
* New upstream release.
* Build-depend on shared-desktop-ontologies and libqjson-dev.
* Force a check in /usr/share/apps/cmake/modules to find FindQJSON.cmake.
* Bump Standards-Version to 3.9.1.
* Follow Policy section 7.4 and use Breaks plus Replaces instead of Conflicts
plus Replaces.
-- Regis Boudin <regis@debian.org> Thu, 19 Aug 2010 12:52:35 +0100
tellico (2.2-5) unstable; urgency=high
* pkg-kde-tools has moved documentation to /usr/share/doc/kde/HTML.
update the .install file and tighten the build-dependency.
(Closes: #584153).
* Set urgency high to help with the yaz transition.
-- Regis Boudin <regis@debian.org> Tue, 01 Jun 2010 22:27:01 +0100
tellico (2.2-4) unstable; urgency=low
* Add build-depends on cmake. Thanks Felix Geyer ! Closes: #582179
* Exclude akonadi-server that libkcal4 and libkabc try to force as
depends.
-- Regis Boudin <regis@debian.org> Thu, 20 May 2010 00:29:34 +0100
tellico (2.2-3) unstable; urgency=low
* Bump build-depends from libyaz3-dev to libyaz4-dev. Don't bother about
about backportability for now. Closes: #576780
-- Regis Boudin <regis@debian.org> Sun, 11 Apr 2010 23:27:48 +0100
tellico (2.2-2) unstable; urgency=low
* Install the i18n files again, which were removed by mistake. Thanks to
Luigi Toscano. Closes: #572802
-- Regis Boudin <regis@debian.org> Sat, 20 Mar 2010 13:10:30 +0000
tellico (2.2-1) unstable; urgency=low
* New upstream release.
* Update debhelper compatibility level to 7.
* Bump Standards-Version to 3.8.4.
* Stop shipping now unused KDE3 desktop file for mime types.
-- Regis Boudin <regis@debian.org> Thu, 18 Feb 2010 01:33:48 +0000
tellico (2.1.1-2) unstable; urgency=low
* Disable webcam support if libv4l is not present, fixing FTBFS on
kfreebsd (Closes: #559731).
* Add missing Build-depend on libksane-dev.
-- Regis Boudin <regis@debian.org> Sun, 06 Dec 2009 18:11:51 +0000
tellico (2.1.1-1) unstable; urgency=low
* New upstream release. Fixes loss of loans and advance filters
(Closes: #557227, #558736).
-- Regis Boudin <regis@debian.org> Sat, 05 Dec 2009 12:35:08 +0000
tellico (2.1-1) unstable; urgency=low
* New upstream release.
* Switch to package format 3.0 with quilt.
* Actually enable webcam when building.
-- Regis Boudin <regis@debian.org> Thu, 05 Nov 2009 19:00:06 +0000
tellico (2.0-2) unstable; urgency=low
* Build-Depend on libv4l-dev except on non-linux architectures, to enable
webcam support.
-- Regis Boudin <regis@debian.org> Wed, 30 Sep 2009 00:22:17 +0100
tellico (2.0-1) unstable; urgency=low
* New upstream release. (Closes: #547935).
* This version is now a KDE4 application. Update build-dependencies
accordingly.
* Stop calling deprecated dh_desktop, which is unnecessary now.
-- Regis Boudin <regis@debian.org> Thu, 24 Sep 2009 00:05:45 +0100
tellico (1.3.2-1) unstable; urgency=low
* New upstream release.
* Recommend khelpcenter for acces to the help (Closes: #478975).
-- Regis Boudin <regis@debian.org> Fri, 23 May 2008 21:28:59 +0100
tellico (1.3.1-2) unstable; urgency=low
* Move the import scripts to a separate package, tellico-scripts, which can
be updated through debian-volatile (Closes: #457949).
* Build-depend on libyaz3-dev instead of libyaz2-dev, to use the new yaz.
* Stop suggesting python2.4, and make the guilty script use straight python
(Closes: #472741).
-- Regis Boudin <regis@debian.org> Mon, 21 Apr 2008 10:38:57 +0100
tellico (1.3.1-1) unstable; urgency=low
* New upstream release.
* Now that dh_icons is a complete feature, call it (Closes: #464590)
* Re-generate the manpage, to make lintian happy. Plus, it was outdated.
-- Regis Boudin <regis@debian.org> Sat, 15 Mar 2008 16:55:42 +0000
tellico (1.3-1) unstable; urgency=low
* New complete upstream release, going to unstable this time. Only includes
minor code changes and documentation update since the pre3 release.
* Enable new barcore reading through webcam with --enable-webcam.
-- Regis Boudin <regis@debian.org> Wed, 30 Jan 2008 14:17:07 +0000
tellico (1.3~pre3-1) experimental; urgency=low
* New upstream pre-release, upload to experimental. This release is brand
new and might break things. Back up you data !
+ Includes support for pdf files. Add libpoppler-qt-dev and libexempi-dev
to build-depends to enable it.
* Add svg icons to the xdg mimetypes. Remove hack to rename mimetypes icons,
The change is now included upstream.
* Suggest ruby for more import scripts.
* Call dh_installmime specifically for tellico-data to call
update-mime-database in postinst and postrm.
* Call dh_desktop in the tellico binary package to update the desktop
database.
-- Regis Boudin <regis@debian.org> Sun, 13 Jan 2008 18:16:45 +0000
tellico (1.2.14-1) unstable; urgency=low
* New upstream release. Mainly bugfixes and translation updates. Includes
an updated German translation (Closes: #425968, #445879).
* Check for the existence of Makefile before calling distclean.
* Build-depend on debhelper (>> 5.0.0).
* Switch to the new Debian menu hierarchy, move to Applications/Office.
* Move tellico.desktop to the tellico package, so it can find the program.
* Add a sharedmimeinfo file to tellico-data for the application/x-tellico
mimetype.
* Rename the mimetype icons to application-x-tellico so Gnome can use them.
* Use the new Homepage and Vcs-Svn fields.
* Bump Standards-Version to 3.7.3.0.
* Apply some minor modifications to tellico.desktop to comply with the
freedesktop specs.
-- Regis Boudin <regis@debian.org> Sun, 23 Sep 2007 11:06:54 +0100
tellico (1.2.11-1) unstable; urgency=low
* New upstream release (Closes: #402275, #422792). Also add a watch file
provided by Bastian Kleineidam.
+ Include updated parsing for IMDb source (Closes: #421650).
* Stop patching to remove unnecessary links, use --enable-new-ldflags
instead, which passes the --as-needed flag at link time.
-- Regis Boudin <regis@boudin.name> Mon, 8 May 2007 10:11:44 +0200
tellico (1.2.5-1) unstable; urgency=high
* "New" upstream release, aimed at Etch. Differences with 1.2.4-1 are :
+ Build fix for OOo plugin (disabled in the package anyway), r1206
+ Check if pointer is NULL *before* using it, r1212.
+ Some minor build issues
+ Use log messages instead of debug
* Also backport a bunch of bugfixes :
+ r1216 : fix crashing bug in progressitem.
+ r1224 : clear release list when removing an image.
+ r1228 : prevent an infinite loop.
+ r1245 & r1248 : fix a race condition leading to loss of images.
+ r1265 : sometimes images wouldn't show up if the cover column was
visible in the list view.
+ r1340 : sometimes z39.50 results would not show up.
+ All this makes the package back in good shape for Etch (Closes: #411744).
* Many thanks to Robby Stephenson, the uptream author, for his help picking
the patches for inclusion.
* Only call dh_compress once so help files are not compressed and can be read
(Closes: #401247).
-- Regis Boudin <regis@boudin.name> Tue, 20 Feb 2007 18:27:45 +0000
tellico (1.2.4-1) unstable; urgency=low
* New upstream release. Now works with KDE 3.3.1, so I can provide Sarge
backports again. Thanks Robby for caring about that. (Closes: #396508).
This package actually includes patches from the 1.2.x branch, up top
r1203, which contains several bugfixes.
* Have tellico-data depend on kdelibs-data, so we don't have broken symlinks.
(Closes: #387795). Thanks Lars Wirzenius for pointing at it.
* All the official arch have at least kdepim 3.5.5, drop build-dep on
kdepim-dev.
* Bump Standards-Version to 3.7.2.2
-- Regis Boudin <regis@boudin.name> Thu, 2 Nov 2006 20:32:48 +0000
tellico (1.2.2-1) unstable; urgency=low
* New upstream release. Skip 1.2 (Closes: #386402)
* Acknowledge NMU and build-depend on libyaz2-dev. Thanks Luk Claes !
(Closes: #380014)
* Suggest python and python2.4 for the external scripts.
* Drop remove_zlib_link.diff patch. xml2-config and xslt-config
return only the necessary flags now.
* libkcal2-dev now contains libemailfunctions/idmapper.h, so no need to
build-depend on the whole kdepim-dev anymore. Thanks Christopher Martin
for applying the patch. Build-depend on
libkcal2-dev( >= 3.5.4-1) | kdepim-dev, so the package can build with
older versions of kdepim.
-- Regis Boudin <regis@boudin.name> Fri, 8 Sep 2006 08:47:29 +0100
tellico (1.1.6-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Update libyaz build dependency to libyaz2-dev (Closes: #380014).
-- Luk Claes <luk@debian.org> Sat, 29 Jul 2006 16:29:00 +0200
tellico (1.1.6-1) unstable; urgency=low
* New upstream release. Bugfixes and translation updates.
* Bump Standards-Version to 3.7.2. No other change.
* debian/copyright : updated to reflect the fact that the source includes
the btparse library.
* Split the package between arch-dependent and arch-independent data. Use
${souce:Version} to be binNMU-safe
-- Regis Boudin <regis@boudin.name> Mon, 8 May 2006 14:13:35 +0100
tellico (1.1.5-1) unstable; urgency=low
* New upstream release. Should fix the FTBFS on non-Linux ports.
* Build-depend on libkcal2-dev and zlib1g-dev only for backports
-- Regis Boudin <regis@boudin.name> Thu, 20 Apr 2006 16:15:00 +0100
tellico (1.1.4-1) unstable; urgency=low
* New upstream release.
* The "transitions-clean" release.
* After a succesful try with the Amaya package, use quilt for patches
management. Also have a proper apply-patches target in debian/rules
* am_maintainer_mode.diff : use maintainer mode, see previous changelog
entries.
* libtool_for_libyaz.diff : dirty hack using "-lyaz" instead of what
yaz-config returns. This lets libtool deal with linking and removes bogus
dependencies on libssl and libwrap.
* remove_QT_links.diff : more hack to avoid QT forcing us to link against
X libraries and libpng, which we don't use directly.
* remove_zlib_link.diff : same hack as for libyaz with libxml2 and libxslt
to get rid of zlib1g dependency.
-- Regis Boudin <regis@boudin.name> Tue, 4 Apr 2006 19:58:20 +0100
tellico (1.1.3-1) unstable; urgency=low
* New upstream release, bugfixes and translations updates
-- Regis Boudin <regis@boudin.name> Mon, 13 Mar 2006 21:10:22 +0000
tellico (1.1.2-1) unstable; urgency=low
* New upstream release, bugfixes and translations updates
-- Regis Boudin <regis@boudin.name> Mon, 6 Mar 2006 20:23:08 +0000
tellico (1.1.1-2) unstable; urgency=low
* The "pbuider and buildds are not the same" package release
* In addition to relibtoolize, also rerun automake and add
AM_MAINTAINER_MODE
Hopefully, all this should fix the various FTBFS
-- Regis Boudin <regis@boudin.name> Tue, 21 Feb 2006 21:02:08 +0000
tellico (1.1.1-1) unstable; urgency=low
* New upstream release
+ Patch removing the rpath merge upstream
+ Now set .desktop file to the xdg directory
* No more Debian patches to include, except the relibtoolizing
-- Regis Boudin <regis@boudin.name> Sat, 18 Feb 2006 21:34:16 +0000
tellico (1.1-1) unstable; urgency=low
* New upstream release
+ Documentation is now dual-licensed GFDL/FreeBSD Documentation License,
so it can be included in Debian. Many thanks to Robby for that.
+ Hungarian translation update (Closes: #346414)
* Depends on libqt3-mt-dev again. We actually use it directly.
* Update files in admin. This removes some useless dependencies, including
libfreetype6.
-- Regis Boudin <regis@boudin.name> Wed, 8 Feb 2006 20:34:50 +0000
tellico (1.0.99.1.1pre3-1) unstable; urgency=low
* New upstream pre-release
-- Regis Boudin <regis@boudin.name> Sat, 28 Jan 2006 20:56:42 +0000
tellico (1.0.3+SVNr327-1) unstable; urgency=low
* New upstream release (Closes: #337634)
+ Subversion snapshot to get extra fixes
+ Fixes various bugs (including some crashes)
+ Update IMDB search
+ Include fix from Aurelien Jarno to build on GNU/kFreeBSD (Closes: #336949)
* Remove tight dependency on kdepim-related packages, the C++ ABI transition
is complete for them. Also remove build-dependency on libkcal2-dev, which is
pulled by kdepim-dev
* Upload sponsored by Thibaut VARENE <varenet@debian.org>
-- Regis Boudin <regis@boudin.name> Mon, 6 Dec 2005 14:14:47 +0100
tellico (1.0-1) unstable; urgency=high
* New upstream release (Closes: #310893)
+Updated license to add an exception to allow linking against the OpenSSL
library. Thanks to Daffyd for pointing it and Robby for modifing the
license. debian/copyright modified accordingly
+New feature for loans, to use the kde calendar. Added kdepim-dev to
Build-Depends to enable it.
+Builds with gcc-4.0 (Closes: #326645)
+To complete C++ ABI transition, tight dependencies on kdemultimedia-dev
and kdepim (Closes: #326850, #328009)
* Updated FSF adress in debian/copyright
* Replaced references to my old email address in debian/copyright and
debian/tellico.1x
* Due to the license change, set priority to high
* Introduced with 0.13.4 BibTex export with German special characters should
now be correct (Closes: #292165)
* Includes an updated German translation, thanks to Jens Seidel
(Closes: #313839)
* I doubt anyone still uses Bookcase now. Drop the dummy package
(Closes: #321830)
* Bump standard version to 3.6.2 (change in debian/control only)
* Get rid of build-dependency on xlibs-dev as delibs4-dev pulls everything
necessary
* Properly set CXXFLAGS as well as CFLAGS in debian/rules
-- Regis Boudin <regis@boudin.name> Sat, 10 Sep 2005 21:04:37 +0100
tellico (0.13.3-1) unstable; urgency=low
* New upstream release, mainly for a configure problem with FreeBSD
* Include the fix for RIS importer from upstream website
-- Regis Boudin <regis@boudin.name> Tue, 15 Feb 2005 19:22:45 +0000
tellico (0.13.2-1) unstable; urgency=low
* New upstream release
+Adds support for amazon.fr and amazon.ca imports (Closes: #291260)
+Fixes compile errors with gcc-4.0 (Closes: #290467). Thanks to Andreas
Jochens
+Fixed bug with character translations in bibtex export (Closes: #292165)
* updated debian/control file to remove upper-case article at the beginning
of short descriptions
-- Regis Boudin <regis@boudin.name> Sun, 6 Feb 2005 13:35:06 +0000
tellico (0.13.1-1) unstable; urgency=low
* New upstream release. Mainly bugfixes and translation updates.
-- Regis Boudin <regis@boudin.name> Sun, 12 Dec 2004 23:23:20 +0000
tellico (0.13-1) unstable; urgency=low
* New upstream release.
* Use dh_compat 4. Consequently, removed hack to fix absolute link.
* Updated pixmap icon to use the new one.
* Modified fix for rpath problem by patching src/Makefile.in instead of
configure. Removed the now useless "touch config.h.in" trick.
* Updated package description. Thanks to Matthieu Delehaye.
* Updated build dependencies. Removed libapanoia0-dev, added libyaz-dev.
-- Regis Boudin <regis@boudin.name> Thu, 2 Dec 2004 18:41:54 +0000
tellico (0.12-1) unstable; urgency=medium
* New upstream release and new package. This is in fact Bookcase 0.11
rebranded as Tellico because of a trademark issue.
* For smooth transition, provide an empty bookcase package depending on
tellico.
* Build depend on kdemultimedia-dev (>> 4:3.2.2-1). This specific version of
the package has a bug which prevent tellico from building.
* Bookcase 0.11 has been in sid for ~10 days, so it is already tested. Set
the priority to medium to increase the chances of getting this package in
Sarge if KDE 3.3 is accepted.
* Move tellico.desktop to /usr/share/applications instead of
/usr/share/applnk/Applications to comply with freedesktop.org standards.
-- Regis Boudin <regis@boudin.name> Wed, 22 Sep 2004 19:08:40 +0100
bookcase (0.11-1) unstable; urgency=low
* New upstream release (Closes: #269903)
-Ability to import Audio CD data from Alexandria
-Ability to import Audio files metadata
* To enable previously listed new features, updated Build-Depends :
-Added kdemultidmedia-dev
-Added libcdparanoia0-dev
-Added libtag1-dev
* Previous release (0.10) fixed bug when building with gcc-3.4
(Closes: #258542)
* debian/bookcase.xpm: only use 24 colors, lintian complained about it.
* touch config.h.in at the beginning of debian/rules. It updates the
date of the file and prevent Makefile from calling autoheader because
configure was patched.
-- Regis Boudin <regis@boudin.name> Sun, 5 Sep 2004 00:23:30 +0100
bookcase (0.9.3-1) unstable; urgency=high
* New upstream release. It solves a license issue, priority set to high.
(Closes: #252740)
* New maintainer mail address
* Do not gzip docbook files for khelpcenter (Closes: #248983)
* Remove useless mention of info file from manpage (thanks to Matthieu
Delahaye)
-- Regis Boudin <regis@boudin.name> Thu, 3 Jun 2004 23:35:01 +0100
bookcase (0.9.1-1) unstable; urgency=low
* New upstream release (Closes: #213896, #21498)
-- Regis Boudin <boudinr@esiee.fr> Wed, 5 May 2004 20:40:40 +0100
bookcase (0.8.5-1) unstable; urgency=low
* New upstream release (Closes: #236020)
-- Regis Boudin <boudinr@esiee.fr> Thu, 11 Mar 2004 10:20:47 +0000
bookcase (0.8.4-1) unstable; urgency=low
* Thanks to Matthieu Delahaye for sponsoring this package
* New upstream release (Closes: #230380, #213901, #213898, #211183)
* Description update (Closes: #213327)
-- Regis Boudin <boudinr@esiee.fr> Sun, 22 Feb 2004 20:18:17 +0000
bookcase (0.8.3-1) unstable; urgency=low
* New upstream release
-- Regis Boudin <boudinr@esiee.fr> Fri, 6 Feb 2004 10:19:37 +0000
bookcase (0.8-1) unstable; urgency=low
* New upstream release
-- Regis Boudin <boudinr@esiee.fr> Thu, 29 Jan 2004 21:40:57 +0000
bookcase (0.7.2-1) unstable; urgency=low
* New upstream release
* Packaging corrections thanks to Joerg
* Copyright file update
-- Regis Boudin <boudinr@esiee.fr> Wed, 26 Nov 2003 20:52:10 +0000
bookcase (0.6.6-3) unstable; urgency=low
* Correct dependencies (Closes: #211162, #211173)
* Many thanks to Antonin Kral for sponsoring the package
-- Regis Boudin <boudinr@esiee.fr> Tue, 16 Sep 2003 11:23:45 +0100
bookcase (0.6.6-2) unstable; urgency=low
* New manpage
* Fix rpath compilation
* Fix typo errors
-- Regis Boudin <boudinr@esiee.fr> Tue, 2 Sep 2003 13:39:27 +0100
bookcase (0.6.6-1) unstable; urgency=low
* New upstream release
-- Regis Boudin <boudinr@esiee.fr> Mon, 18 Aug 2003 11:13:37 +0100
bookcase (0.6.5-1) unstable; urgency=low
* New upstream release
-- Regis Boudin <boudinr@esiee.fr> Tue, 22 Jul 2003 09:23:09 +0100
bookcase (0.6.4-2) unstable; urgency=low
* Fix translation problem
-- Regis Boudin <boudinr@esiee.fr> Thu, 3 Jul 2003 22:32:16 +0100
bookcase (0.6.4-1) unstable; urgency=low
* New upstream release
-- Regis Boudin <boudinr@esiee.fr> Thu, 26 Jun 2003 14:39:59 +0100
bookcase (0.6.3-1) unstable; urgency=low
* Include patch for KDE 3.0
* New upstream release
-- Regis Boudin <boudinr@esiee.fr> Sat, 31 May 2003 22:54:00 +0100
bookcase (0.6.2-1) unstable; urgency=low
* Initial Release.
-- Regis Boudin <boudinr@esiee.fr> Mon, 12 May 2003 22:50:38 +0100
|