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
|
kphotoalbum (5.7.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update the upstream GPG signing key.
* Remove the unused x11proto-core-dev build dependency.
* Update the build dependencies according to the upstream build system:
- bump cmake to 3.3
- remove unused libkf5kgeomap-dev, libqt5webkit5-dev, and libkf5kipi-dev
* Bump the debhelper compatibility to 13:
- switch the debhelper-compat build dependency to 13
* Add Rules-Requires-Root: no.
* Remove the kipi-plugins recommend, as the KIPI plugins integration was
removed.
* Update lintian overrides.
-- Pino Toscano <pino@debian.org> Sat, 08 Aug 2020 22:18:25 +0200
kphotoalbum (5.6.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Pino Toscano <pino@debian.org> Thu, 13 Feb 2020 06:44:36 +0100
kphotoalbum (5.6-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Add the configuration for the CI on salsa.
* Update the build dependencies according to the upstream build system:
- add libkf5purpose-dev
* Bump the debhelper compatibility to 12:
- switch the debhelper build dependency to debhelper-compat 12
- remove debian/compat
* Bump Standards-Version to 4.5.0, no changes required.
-- Pino Toscano <pino@debian.org> Sun, 09 Feb 2020 10:52:17 +0100
kphotoalbum (5.5-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Bump some build dependencies according to the upstream build system:
- cmake to >= 3.2
- some Qt 5 packages to >= 5.9
- KF5 packages to >= 5.44.0
* Switch the Homepage to https.
* Remove the mplayer dependency, as the new version does not use it anymore.
* Install README.md instead of README as documentation.
* Drop the man page, as it is very obsolete.
* Explicitly add the gettext build dependency.
* Bump Standards-Version to 4.4.0, no changes required.
-- Pino Toscano <pino@debian.org> Mon, 08 Jul 2019 21:37:09 +0200
kphotoalbum (5.4.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Bump Standards-Version to 4.3.0, no changes required.
-- Pino Toscano <pino@debian.org> Wed, 06 Feb 2019 21:53:49 +0100
kphotoalbum (5.4-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Add upstream signing key.
* Update the patches:
- upstream_Fix-build-with-Qt-5.11.patch: drop, backported from upstream
-- Pino Toscano <pino@debian.org> Sun, 14 Oct 2018 22:07:29 +0200
kphotoalbum (5.3-2) unstable; urgency=medium
* Team upload.
* Switch Vcs-* fields to salsa.debian.org.
* Backport upstream commit 47f4c00adaa442cd03b02d44517b5503718f2813 to fix
build with Qt >= 5.11; patch upstream_Fix-build-with-Qt-5.11.patch.
(Closes: #906660)
* Bump Standards-Version to 4.2.1, no changes required.
* Bump the debhelper compatibility to 11:
- bump the debhelper build dependency to 11~
- bump compat to 11
- remove --parallel for dh, as now done by default
-- Pino Toscano <pino@debian.org> Tue, 04 Sep 2018 23:44:32 +0200
kphotoalbum (5.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Bump Standards-Version to 4.1.3, no changes required.
* Remove Fathi Boudra from Uploaders, as requested by the MIA team.
(Closes: #879364)
* Remove trailing whitespaces in changelog, and control.
* Use https in watch file.
* Remove obsolete get-orig-source-dpatch target in rules.
-- Pino Toscano <pino@debian.org> Sun, 11 Feb 2018 10:25:37 +0100
kphotoalbum (5.2-2) unstable; urgency=medium
* Team upload.
* Force generation of version.h as first step of the build, to avoid races
later on.
* Bump Standards-Version to 4.0.0, no changes required.
-- Pino Toscano <pino@debian.org> Sun, 25 Jun 2017 09:19:45 +0200
kphotoalbum (5.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update watch file.
* Update the build dependencies following the port to Frameworks:
- remove libkdcraw-dev
- add extra-cmake-modules, qtbase5-dev, libphonon4qt5-dev,
libkf5archive-dev, libkf5completion-dev, libkf5config-dev,
libkf5coreaddons-dev, libkf5doctools-dev, libkf5i18n-dev,
libkf5iconthemes-dev, libkf5jobwidgets-dev, libkf5kio-dev,
libkf5textwidgets-dev, libkf5widgetsaddons-dev, libkf5xmlgui-dev,
libkf5kdcraw-dev, libkf5kgeomap-dev, and libkf5kipi-dev
* Use the right dh addon:
- switch from kde to kf5 dh addon
- bump the pkg-kde-tools build dependency to >= 0.15.16
* Update the runtime dependencies/recommends:
- replace libqt4-sql-sqlite with libqt5sql5-sqlite
- replace khelpcenter4 with khelpcenter
* Manually add libqt5webkit5-dev, and libmarble-dev as build dependencies,
to workaround the missing dependencies in libkf5kgeomap-dev.
* Bump the cmake build dependency to 3.1, as indicated in the upstream
build system.
* Since the KIPI support is back, add kipi-plugins as recommend again.
-- Pino Toscano <pino@debian.org> Sun, 18 Jun 2017 11:09:45 +0200
kphotoalbum (4.7.2-2) unstable; urgency=medium
* Team upload.
* Disable KIPI support, since they are available only for Frameworks now:
- drop the libkipi-dev build dependency
- drop the kipi-plugins recommend
-- Pino Toscano <pino@debian.org> Fri, 19 Aug 2016 21:11:01 +0200
kphotoalbum (4.7.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Bump Standards-Version to 3.9.8, no changes required.
-- Pino Toscano <pino@debian.org> Sat, 30 Jul 2016 11:18:52 +0200
kphotoalbum (4.7.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Pino Toscano <pino@debian.org> Fri, 25 Mar 2016 10:11:37 +0100
kphotoalbum (4.7-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update the patches:
- upstream_Fix-compilation-for-Ubuntu-15.04.patch: drop, backported from
upstream
- upstream_Add-missing-QMap-and-QDate-includes.patch: drop, backported
from upstream
* Bump Standards-Version to 3.9.7, no changes required.
* Use https for the Vcs-Browser field.
-- Pino Toscano <pino@debian.org> Sun, 14 Feb 2016 00:47:43 +0100
kphotoalbum (4.6.2-2) unstable; urgency=medium
* Team upload.
* Backport part of upstream commit d83730a934437f18e0406bddb244a7a9c497565c,
and upstream commit 8dafd2c36ae8ed71577e4ff3c7c7ade18f670e37, to add a
missing forward declaration and missing includes, fixing build; patches
upstream_Fix-compilation-for-Ubuntu-15.04.patch and
upstream_Add-missing-QMap-and-QDate-includes.patch.
-- Pino Toscano <pino@debian.org> Wed, 16 Dec 2015 08:29:28 +0100
kphotoalbum (4.6.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Acknowledge NMUs, thanks Matthias Klose and Sebastian Ramacher.
* Update watch file.
* Drop patch gcc5.diff, fixed upstream.
* Bump Standards-Version to 3.9.6, no changes required.
* Remove unused build dependencies: libmarble-dev, shared-desktop-ontologies.
* Drop menu file, as kphotoalbum already provides a .desktop file.
-- Pino Toscano <pino@debian.org> Tue, 15 Dec 2015 23:19:43 +0100
kphotoalbum (4.5-1.2) unstable; urgency=medium
* Non-maintainer upload.
[ Andreas Cadhalpun ]
* debian/control:
- Change Depends on mplayer2 to mplayer. (Closes: #795419)
- Change Recommends on libav-tools to ffmpeg.
-- Sebastian Ramacher <sramacher@debian.org> Mon, 12 Oct 2015 18:38:47 +0200
kphotoalbum (4.5-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix build with GCC 5 (Betty Dall). Closes: #777929.
-- Matthias Klose <doko@debian.org> Tue, 14 Jul 2015 18:28:03 +0200
kphotoalbum (4.5-1) unstable; urgency=low
* Team upload.
* New upstream release.
* Add the pkg-config build dependency.
* Update watch file.
* Remove mplayerthumbs suggest, as it is not used since 4.4; thanks to
Johannes Zarl for the notice. (Closes: #713010)
* Switch khelpcenter recommend to khelpcenter4 (which exists).
* Fix Vcs-Browser header.
* Bump Standards-Version to 3.9.5, no changes required.
* Update copyright.
* Add the libav-tools recommend, since avconv can be used.
* Bump the cmake build dependency to 2.8.3, as indicated in the upstream
build system.
* Depend on ${perl:Depends}, since there are perl scripts.
-- Pino Toscano <pino@debian.org> Thu, 11 Sep 2014 07:19:39 +0200
kphotoalbum (4.4-2) unstable; urgency=low
* Update Standards Version 3.9.4 - no changes
* Update debian/control - fix vcs-field-not-canonical
-- Mark Purcell <msp@debian.org> Sun, 12 May 2013 09:26:03 +1000
kphotoalbum (4.4-1) experimental; urgency=low
* New upstream release
-- Mark Purcell <msp@debian.org> Sat, 02 Mar 2013 11:05:13 +1100
kphotoalbum (4.3-1) experimental; urgency=low
* New upstream release
* Add Depends: mplayer2
-- Mark Purcell <msp@debian.org> Fri, 28 Sep 2012 21:45:33 +1000
kphotoalbum (4.2-1) unstable; urgency=low
* Team upload.
* New upstream release.
* Drop all the patches, no more needed now:
- 01_kphotoalbum_stable_branch_pull.diff: backported from upstream
- debian-changes-4.1.1-3: fixed upstream
- fedora-docbook-fix.diff: fixed upstream
- ubuntu-exiv2-0.21.diff: backported from upstream
* Update watch file.
* Update copyright.
* Switch the libjpeg62-dev build dependency to libjpeg-dev. (Closes: #643314)
* Fix Vcs-Browser header.
* Bump Standards-Version to 3.9.3, no changes required.
* Bump debhelper compat to 9:
- bump compat to 9
- bump debhelper build dependency to 9
* Link with --as-needed.
* Do not install the upstream's TODO, not much helpful for users
(and it seems not really up-to-date).
-- Pino Toscano <pino@debian.org> Fri, 15 Jun 2012 11:38:11 +0200
kphotoalbum (4.1.1-4) unstable; urgency=low
* Team Upload
[ Scott Kitterman ]
* Feedback changes from Ubuntu:
- Add patch from Fedora to fix docbook format for 4.1.2-dtd transition
(Closes: #628538)
- Add change from upstream to fix build with exiv2 0.21 (change will make
kphotoalbum binNMUable when 0.21 is moved from Experimental to Unstable)
- Update debian/control: add shared-desktop-ontologies build dependency
[ Fathi Boudra ]
* Update debian/control: bump build dependencies.
* Update debian/rules:
- enable parallel build (pass --parallel option to dh).
- remove override_dh_compress - not needed anymore.
-- Scott Kitterman <scott@kitterman.com> Sun, 29 May 2011 20:45:23 -0400
kphotoalbum (4.1.1-3) unstable; urgency=low
* Update Build-Depends for KDE SC 4.4.3 (Closes: #579986)
-- Mark Purcell <msp@debian.org> Mon, 03 May 2010 20:15:11 +1000
kphotoalbum (4.1.1-2) unstable; urgency=low
* Add stable branch pull patch from KDE svn:
- Remove of some code that became dead with yesterdays bugfix
- fixed bug #220373: Viewer settings dialog did not load correct
values and had wrong defaults. (Closes: #563821)
- fixed bug #220376: Shortcuts in the annotation dialog was broken
in some translations
- bugfix: KPA crashes when viewing images if viewer cache size is set to
zero
- fixed bug #211907: Fix EXIF support dialog at startup.
- fixed bug #147891: Crashing on wrong export directory in Plugin interface
* Switch to dpkg-source 3.0 (quilt) format.
* Update debian/control:
- Bump Standards-Version to 3.8.3 (no changes needed).
* Update debian/rules:
- Use kde sequence addon.
-- Fathi Boudra <fabo@debian.org> Thu, 14 Jan 2010 10:12:27 +0100
kphotoalbum (4.1.1-1) unstable; urgency=low
* New upstream release.
- Fixes "Missing EXIF support dialog". (Closes: #552236)
- Fixes "Picture counter on timeline". (Closes: #535094)
* Fixup debian/watch.
* Fix "English help files are missing"
- Add missing doc/CMakeLists.txt (Closes: #557141)
-- Mark Purcell <msp@debian.org> Sun, 27 Dec 2009 22:01:46 +1100
kphotoalbum (4.0.2-1) unstable; urgency=low
* New upstream release. (Closes: #538061)
* Update debian/control:
- Remove cdbs build dependency
- Bump Standards-Version to 3.8.2 (no changes needed)
* Rewrite debian/rules: use dh.
-- Fathi Boudra <fabo@debian.org> Thu, 30 Jul 2009 14:28:40 +0200
kphotoalbum (4.0.1-1) unstable; urgency=low
* New upstream release.
- debian/patches/00_kphotoalbum_r967963.diff & quilt obsolete
-- Mark Purcell <msp@debian.org> Sun, 24 May 2009 16:48:14 +1000
kphotoalbum (4.0-2) unstable; urgency=low
* Add branch pull patch from r967963:
- BUGFIX: The HTML generator did not display the available themes
correctly.
- BUGFIX: Invoke external application for multiple files did not work.
- BUGFIX: build failure on armel architecture.
* Add quilt build dependency and related CDBS include.
-- Fathi Boudra <fabo@debian.org> Mon, 18 May 2009 12:42:48 +0200
kphotoalbum (4.0-1) unstable; urgency=low
* New upstream release
- dialog layout code rewrite (Closes: #451330).
- Initial KDE 4 version (Closes: #507235).
[ Fathi Boudra ]
* Remove patches (not needed).
* Bump compat to 7.
* Update debian/control:
- Switch from kde section to graphics.
- Remove quilt and libkexif1-dev build dependencies.
- Bump debhelper to 7.
- Add cmake and pkg-kde-tools build dependencies.
- Bump libexiv2 buil dependency to 0.18.
- Replace libkdcraw-dev build dependency by libkdcraw7-dev.
- Replace libkipi0-dev build dependency by libkipi6-dev.
- Add libjpeg62-dev, libmarble-dev and x11proto-core-dev build
dependencies.
- Bump Standards-Version from 3.7.3 to 3.8.1 (no changes needed).
- Replace libqt3-mt-sqlitea nd sqlite dependencies by libqt4-sql-sqlite.
- Remove deprecated kimdaba conflicts/replaces/provides.
- Add mplayerthumbs suggests.
* Update debian/copyright:
- Remove Dave Coffin.
- Add Henner Zeller.
- Update GPL version and years.
* Update debian/rules:
- Use pkg-kde-tools kde.mk.
- Remove patchsys-quilt.pk (not used).
[ Mark Purcell ]
* Refresh debian/watch
-- Fathi Boudra <fabo@debian.org> Tue, 12 May 2009 10:15:39 +0200
kphotoalbum (3.1.1-2) unstable; urgency=low
* Add typeinfo include before using typeid. (Closes: #474355)
-- Fathi Boudra <fabo@debian.org> Sat, 05 Apr 2008 21:00:40 +0200
kphotoalbum (3.1.1-1) unstable; urgency=low
* New upstream release.
* Merge Ubuntu changes:
* Add khelpcenter recommends.
* Bump libexiv2-dev, libkdcraw-dev and libkexif1-dev build dependencies.
* Add Vcs-Browser and Vcs-Svn fields.
-- Fathi Boudra <fabo@debian.org> Tue, 25 Mar 2008 23:10:58 +0100
kphotoalbum (3.1.0-1) unstable; urgency=low
* New upstream release.
* Update my e-mail address.
* Bump Standards-Version to 3.7.3.
* Use Homepage field.
* Add libkdcraw-dev build dependency.
* Replace Apps by Applications in menu file.
* Switch to quilt patch system.
* Build with --as-needed linker flag.
* Add patch to fix typo in translation. (Closes: #430702)
-- Fathi Boudra <fabo@debian.org> Fri, 14 Dec 2007 22:42:58 +0100
kphotoalbum (3.0.2-1) unstable; urgency=low
* New upstream release
-- Mark Purcell <msp@debian.org> Tue, 24 Apr 2007 06:57:07 +1000
kphotoalbum (3.0-2) unstable; urgency=low
* Update debian/watch
-- Mark Purcell <msp@debian.org> Thu, 29 Mar 2007 22:17:18 +0100
kphotoalbum (3.0-1) experimental; urgency=low
* New upstream release
* Remove autoconf 2.60 support patch, merged upstream
* control: add libqt3-mt-sqlite and sqlite to depends
* copyright: updated
-- Fathi Boudra <fboudra@free.fr> Wed, 3 Jan 2007 08:37:00 +0100
kphotoalbum (2.2-2) unstable; urgency=low
* Add version to libexiv2 dependency (Closes: #386855)
-- Fathi Boudra <fboudra@free.fr> Mon, 11 Sep 2006 00:07:52 +0200
kphotoalbum (2.2-1) unstable; urgency=low
* New upstream release (Closes: #370136, #351170)
* Convert package to cdbs (Closes: #364371, #332754)
* New maintainers:
* Maintainer: KDE Extras Team
* Uploaders: Mark Purcell and Fathi Boudra
* compat: bumped to 5
* control:
* renamed KimDaBa to KPhotoAlbum
* replaced Section graphics by kde
* removed unneeded Build-depends
* bumped Standards-Version to 3.7.2
* removed kdegraphics from recommend (Closes: #346391)
* updated description (Closes: #364160)
* added Conflicts/Replaces KimDaBa
* copyright: added missing copyrights
* manpage and menu updated according to kphotoalbum name
* watch file added
-- Fathi Boudra <fboudra@free.fr> Wed, 30 Aug 2006 13:36:01 +0200
kimdaba (2.1-1) unstable; urgency=low
* New upstream release, (closes: #316861, #314689).
* Adapted to follow new version (3.6.2) of the Debian Policy.
* Build-depends cleanup. Thanks to Ubuntu developer Jonathan Riddell
<jr@jriddell.org> and Debian Developers Adeodato Simó <asp16@alu.ua.es>
and Steve Langasek <vorlon@debian.org> (closes: #326416).
- Removed build-depends on libraries: kdelibs4, libqt3c102-mt, libacl1,
libart-2.0-2, libattr1, libgcc1, libice6, libidn11, libncurses5,
libpng12-0, libsm6, libx11-6, libxcursor1, libxext6, libxft2, libxrandr2,
libxrender1, libxt6, libaudio2, libexpat1, libfam0c102, libfontconfig1,
libfreetype6, and zlib1g.
- Removed build-depends on 'Priority: required' packages: base-files,
coreutils.
- Also removed build-depends on binutils, zlib1g-dev, gettext and xutils.
* KIPI interface added, (closes: #306386).
- Added build dependency on libkipi0-dev.
- Added Recommends: kipi-plugins.
* Added Recommends: kdegraphics, as it gives EXIF support for Kimdaba.
* Package description extended to inform of the new plugin capability.
* First version after C++ ABI change.
-- David L. Moreno <david.lopez.moreno@hispalinux.es> Wed, 3 Sep 2005 23:23:55 +0200
kimdaba (2.0-4) unstable; urgency=low
* Broken i386 package on Sid, unnecessary dependency on kdelibs 4:4.3.0
removed (closes: #309752).
* Upstream KDE-help documentation is only in Docbook format. Only HTML,
DebianDoc-SGML or Text are acceptable. Removed debian/kimdaba.doc-base
(closes: #308985).
-- David L. Moreno <david.lopez.moreno@hispalinux.es> Thu, 19 May 2005 12:56:00 +0200
kimdaba (2.0-3) unstable; urgency=low
* Explicit Build-Depends on gcc-3.3, libstdc++5, libc6-dev and libc6 removed
to allow build on ia64, alpha and ppc64 (closes: #300309).
* Corrected "a XML" typo on Description and manpage (closes: #299997).
-- David L. Moreno <david.lopez.moreno@hispalinux.es> Wed, 11 May 2005 09:28:08 +0200
kimdaba (2.0-2) unstable; urgency=low
* Changelog fixed, ITP bug closed (closes: #227525).
* Cleaned up build dependencies on versioned libraries.
-- David L. Moreno <david.lopez.moreno@hispalinux.es> Fri, 3 Dec 2004 11:44:22 +0100
kimdaba (2.0-1) unstable; urgency=low
* New upstream release
* Manpage updated. New option --import added.
-- David L. Moreno <david.lopez.moreno@hispalinux.es> Tue, 19 Oct 2004 09:22:37 +0200
kimdaba (1.1-1) unstable; urgency=low
* Initial Release.
* Missing manpage added.
-- David L. Moreno <david.lopez.moreno@hispalinux.es> Sun, 9 May 2004 18:00:54 +0200
|