[Pkg-kde-extras] Bug#874675: marked as done (kipi-plugins: flickr uploader: restricts video uploads to max photo size)

2017-10-01 Thread Debian Bug Tracking System
Your message dated Mon, 02 Oct 2017 04:04:28 +
with message-id 
and subject line Bug#874675: fixed in digikam 4:5.6.0-2
has caused the Debian Bug report #874675,
regarding kipi-plugins: flickr uploader: restricts video uploads to max photo 
size
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
874675: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874675
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kipi-plugins
Version: 4:5.3.0-1
Severity: normal
Tags: upstream patch

Flickr has separate size limits for photos and videos.  This is using
the photo size limit (200MB right now) for all uploads, including
videos, which have a 1GB limit on Flickr.

The attached patch uses the video limit for all uploads.  This at least
avoids artificially blocking some uploads; an API error would result on
photos over 200MB, but I think this is both acceptable and incredibly
rare.

-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kipi-plugins depends on:
ii  digikam-private-libs  4:5.3.0-1
ii  kio   5.28.0-2
ii  kipi-plugins-common   4:5.3.0-1
ii  libc6 2.24-11+deb9u1
ii  libkf5archive55.28.0-2
ii  libkf5completion5 5.28.0-1
ii  libkf5configcore5 5.28.0-2
ii  libkf5configgui5  5.28.0-2
ii  libkf5configwidgets5  5.28.0-2
ii  libkf5coreaddons5 5.28.0-2
ii  libkf5i18n5   5.28.0-2
ii  libkf5kiocore55.28.0-2
ii  libkf5kiowidgets5 5.28.0-2
ii  libkf5kipi31.0.0  4:16.08.2-1
ii  libkf5windowsystem5   5.28.0-2
ii  libkf5xmlgui5 5.28.0-1
ii  libqt5core5a  5.7.1+dfsg-3+b1
ii  libqt5gui55.7.1+dfsg-3+b1
ii  libqt5network55.7.1+dfsg-3+b1
ii  libqt5printsupport5   5.7.1+dfsg-3+b1
ii  libqt5widgets55.7.1+dfsg-3+b1
ii  libqt5xml55.7.1+dfsg-3+b1
ii  libqt5xmlpatterns55.7.1~20161021-3
ii  libstdc++66.3.0-18

Versions of packages kipi-plugins recommends:
ii  enblend  4.2-2
ii  enfuse   4.2-2
pn  hugin
ii  imagemagick  8:6.9.7.4+dfsg-11+deb9u1
ii  imagemagick-6.q16 [imagemagick]  8:6.9.7.4+dfsg-11+deb9u1
ii  konqueror4:16.08.3-1
pn  minidlna 

Versions of packages kipi-plugins suggests:
ii  gimp  2.8.18-1
pn  kmail 
ii  vorbis-tools  1.4.0-10+b1

-- no debconf information
Index: digikam-5.3.0/extra/kipi-plugins/flickr/flickrtalker.cpp
===
--- digikam-5.3.0.orig/extra/kipi-plugins/flickr/flickrtalker.cpp
+++ digikam-5.3.0/extra/kipi-plugins/flickr/flickrtalker.cpp
@@ -715,7 +715,7 @@ void FlickrTalker::parseResponseMaxSize(
 {
 e = details.toElement();
 
-if (details.nodeName() == QLatin1String("photos"))
+if (details.nodeName() == QLatin1String("videos"))
 {
 QDomAttr a = 
e.attributeNode(QLatin1String("maxupload"));
 m_maxSize = a.value();
--- End Message ---
--- Begin Message ---
Source: digikam
Source-Version: 4:5.6.0-2

We believe that the bug you reported is fixed in the latest version of
digikam, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 874...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins  (supplier of updated digikam package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Oct 2017 22:40:20 -0500
Source: digikam
Binary: digikam-private-libs digikam showfoto digikam-data digikam-doc 
kipi-plugins kipi-plugins-common
Architecture: source
Version: 4:5.6.0-2
Distribution: unstable

[Pkg-kde-extras] digikam_5.6.0-2_source.changes ACCEPTED into unstable

2017-10-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Oct 2017 22:40:20 -0500
Source: digikam
Binary: digikam-private-libs digikam showfoto digikam-data digikam-doc 
kipi-plugins kipi-plugins-common
Architecture: source
Version: 4:5.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team 
Changed-By: Steve M. Robbins 
Description:
 digikam- digital photo management application for KDE
 digikam-data - digiKam architecture-independant data
 digikam-doc - handbook for digiKam
 digikam-private-libs - private libraries for digiKam and kipi plugins
 kipi-plugins - image manipulation/handling plugins for KIPI aware programs
 kipi-plugins-common - kipi-plugins architecture-independent data
 showfoto   - image viewer/editor for KDE
Closes: 874675
Changes:
 digikam (4:5.6.0-2) unstable; urgency=medium
 .
   * patches/flickruploadlimits.patch.  New.  Raise flickr upload size
 limit to that of videos.  Closes: #874675.
Checksums-Sha1:
 c6ad65f431da20760b72e626a223c3c39438d44f 3179 digikam_5.6.0-2.dsc
 cacdb3f67e7b46e1ab4ab80dd0bc31d0090e2208 67712 digikam_5.6.0-2.debian.tar.xz
 0ac878f3d439995b7d85f11fdfb3b0d04aab3de2 32346 digikam_5.6.0-2_source.buildinfo
Checksums-Sha256:
 4419d4155fd78ae362f6ffec55c191616ea985f676650dcb296d62a3d7daa3d6 3179 
digikam_5.6.0-2.dsc
 5a3aa96b8a8f60defef27321997002e8ba3bf1d1ac11c723db1c45ccf9144baf 67712 
digikam_5.6.0-2.debian.tar.xz
 7171402247b4b9b8cd82651ed38c4802728984cc60c1b93efff7419aebe1f724 32346 
digikam_5.6.0-2_source.buildinfo
Files:
 f2e5d28297be20a9a6e7afec73c85277 3179 graphics optional digikam_5.6.0-2.dsc
 19b4372697b7d6dae78f931ecbc44e0c 67712 graphics optional 
digikam_5.6.0-2.debian.tar.xz
 52289beef2237874244ed1b6cb6d2ae0 32346 graphics optional 
digikam_5.6.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCAAtFiEEy89k8fa3rclNjyokyeVeL63I9LkFAlnRtr8PHHNtckBkZWJp
YW4ub3JnAAoJEMnlXi+tyPS5psQP/Anfmj+x+CRvMy7cNAktGe37zfJ2owBRPgcb
dIazFH58hzzFBwoG9xeFLSU0cfJriNEogemoKHnuAber845fkfEaA/XjliMT2YBi
pJmihoOHvMkegvg7zXK2cyBfMaEHsoTTkFl6H0Ppr8G0IeWnrNtCHsQbgHX4LJ7H
CdQZc32Ih6O0TbtVTRuVZsSEmr2Z1Sc8ixfybUOO5Z6KoIxnaeCtH7TicTO9nTMM
ffCMbIDGprN6PeDrnwnODhC9qIJTwmJ3zId4hNuOZmUpTeJtg2U5VAgmyDA717Nv
Tlo8sa6BD4bmyeyV7lRyt4hJmVS6BlNhKTsGGJd5l+Ovepqe/BETt+cTdOBeDovH
lpymVJg/TaqXUGcfuKl0dIQLzyghQ5bfRk2P3MPICCR+i5U6aSz47FP9B3WYp4LN
JA+Z0XWowgmzVxr5L4/g1uA/pA5an6ocR0Wa+5ja2VRpE90jwkxAZfLVx2Vgm695
msl5ZeezwrtPnjNgY/TW0sR5ZRjjJlwzxt3L0poZZp1pOjss7QEm8euVc4clRGv/
hgfxVFhJK/cAHT8UbnXVVk+o9k28Zmkdy+D8/eAuFcEmMTUqiBOd8UqCZCVJAUwB
jJ+aq1iZWwg3d5IMy18IqWV2AsXirBNfWBqnPus/bn8lNtjWEIx+45ZpIp2nFwnH
dTMooLVG
=CT5g
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Processing of digikam_5.6.0-2_source.changes

2017-10-01 Thread Debian FTP Masters
digikam_5.6.0-2_source.changes uploaded successfully to localhost
along with the files:
  digikam_5.6.0-2.dsc
  digikam_5.6.0-2.debian.tar.xz
  digikam_5.6.0-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#854254: marked as done (kipi-plugins: Fails to upload images to flickr)

2017-10-01 Thread Debian Bug Tracking System
Your message dated Sun, 1 Oct 2017 22:45:06 -0500
with message-id <20171002034506.euctnuf2jtmb4...@sumost.ca>
and subject line Re: kipi-plugins: Fails to upload images to flickr
has caused the Debian Bug report #854254,
regarding kipi-plugins: Fails to upload images to flickr
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
854254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854254
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kipi-plugins
Version: 4:5.3.0-1
Severity: normal

Dear Maintainer,

After upgrading upgrading to Digikam 5.3.0 I have problems uploading images to 
flickr.
It does work if there are no titles or descriptions with line breaks.

Upstream this bug has been solved in 5.4.0, see 
https://bugs.kde.org/show_bug.cgi?id=374442 .

Kind regards,
Arnold Metselaar

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (550, 'testing'), (550, 'stable'), (500, 'stable-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/3 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kipi-plugins depends on:
ii  digikam-private-libs  4:5.3.0-1
ii  kio   5.28.0-1
ii  kipi-plugins-common   4:5.3.0-1
ii  libc6 2.24-9
ii  libkf5archive55.28.0-1
ii  libkf5completion5 5.28.0-1
ii  libkf5configcore5 5.28.0-1
ii  libkf5configgui5  5.28.0-1
ii  libkf5configwidgets5  5.28.0-1
ii  libkf5coreaddons5 5.28.0-1
ii  libkf5i18n5   5.28.0-1
ii  libkf5kiocore55.28.0-1
ii  libkf5kiowidgets5 5.28.0-1
ii  libkf5kipi31.0.0  4:16.08.2-1
ii  libkf5windowsystem5   5.28.0-1
ii  libkf5xmlgui5 5.28.0-1
ii  libqt5core5a  5.7.1+dfsg-3+b1
ii  libqt5gui55.7.1+dfsg-3+b1
ii  libqt5network55.7.1+dfsg-3+b1
ii  libqt5printsupport5   5.7.1+dfsg-3+b1
ii  libqt5widgets55.7.1+dfsg-3+b1
ii  libqt5xml55.7.1+dfsg-3+b1
ii  libqt5xmlpatterns55.7.1~20161021-3
ii  libstdc++66.3.0-5

Versions of packages kipi-plugins recommends:
ii  enblend  4.2-2
ii  enfuse   4.2-2
ii  hugin2016.2.0~rc2+dfsg-2+b1
ii  imagemagick  8:6.9.7.4+dfsg-1
ii  imagemagick-6.q16 [imagemagick]  8:6.9.7.4+dfsg-1
ii  konqueror4:16.08.3-1
ii  minidlna 1.1.5+dfsg-4

Versions of packages kipi-plugins suggests:
ii  gimp  2.8.18-1
ii  kmail 4:16.04.3-3
ii  vorbis-tools  1.4.0-10

-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, Feb 05, 2017 at 03:00:54PM +0100, Arnold Metselaar wrote:
> Package: kipi-plugins
> Version: 4:5.3.0-1
> Severity: normal
> 
> Dear Maintainer,
> 
> After upgrading upgrading to Digikam 5.3.0 I have problems uploading images 
> to flickr.
> It does work if there are no titles or descriptions with line breaks.
> 
> Upstream this bug has been solved in 5.4.0, see 
> https://bugs.kde.org/show_bug.cgi?id=374442 .

Digikam 5.6 has just been uploaded, which fixes this bug.

-Steve


signature.asc
Description: PGP signature
--- End Message ---
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] You Won !!!

2017-10-01 Thread State Grid (SGCC)
Your E-mail Have Won 1.5 Million USD State Grid Corporation of China (SGCC) For 
Details Reply Email :- mr_chao0...@asia.com
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#865543: marked as done (digikam: Please package digikam 5.6)

2017-10-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Oct 2017 22:22:37 -0500
with message-id <2602004.PP3ztQXf8K@riemann>
and subject line Re%3A digikam%3A Please package digikam 5.6
has caused the Debian Bug report #865543,
regarding digikam: Please package digikam 5.6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
865543: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: digikam
Version: 4:5.3.0-1
Severity: wishlist

See : https://www.digikam.org/news/2017-06-21-5.6.0-release-announcement/

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.33 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF8, LC_CTYPE=fr_FR.UTF8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages digikam depends on:
ii  digikam-data  4:5.3.0-1
ii  digikam-private-libs  4:5.3.0-1
ii  kipi-plugins  4:5.3.0-1
ii  libc6 2.24-12
ii  libgcc1   1:7.1.0-7
ii  libkf5configcore5 5.28.0-2
ii  libkf5coreaddons5 5.28.0-2
ii  libkf5filemetadata3   5.28.0-1+b2
ii  libkf5i18n5   5.28.0-2
ii  libqt5core5a  5.7.1+dfsg-3+b1
ii  libqt5gui55.7.1+dfsg-3+b1
ii  libqt5sql55.7.1+dfsg-3+b1
ii  libqt5sql5-mysql  5.7.1+dfsg-3+b1
ii  libqt5sql5-sqlite 5.7.1+dfsg-3+b1
ii  libqt5widgets55.7.1+dfsg-3+b1
ii  libstdc++67.1.0-7
ii  perl  5.24.1-4

Versions of packages digikam recommends:
ii  ffmpegthumbs4:16.08.3-1
ii  firefox-esr [www-browser]   52.2.0esr-1
ii  google-chrome-stable [www-browser]  59.0.3071.109-1
ii  konqueror [www-browser] 4:16.08.3-1
ii  links2 [www-browser]2.14-2+b1
ii  lynx [www-browser]  2.8.9dev14-2
ii  w3m [www-browser]   0.5.3-34

Versions of packages digikam suggests:
pn  digikam-doc 
ii  systemsettings  4:5.8.7-1

-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,

Closing since just uploaded 5.6 to unstable.

Also uploaded 5.7 to experimental -- depends on versions of exiv and opencv  
that are only in experimental at the moment.

-STeve 



signature.asc
Description: This is a digitally signed message part.
--- End Message ---
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] digikam_5.7.0-1_source.changes ACCEPTED into experimental

2017-10-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Oct 2017 21:25:27 -0500
Source: digikam
Binary: digikam-private-libs digikam showfoto digikam-data digikam-doc 
kipi-plugins kipi-plugins-common
Architecture: source
Version: 4:5.7.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian KDE Extras Team 
Changed-By: Steve M. Robbins 
Description:
 digikam- digital photo management application for KDE
 digikam-data - digiKam architecture-independant data
 digikam-doc - handbook for digiKam
 digikam-private-libs - private libraries for digiKam and kipi plugins
 kipi-plugins - image manipulation/handling plugins for KIPI aware programs
 kipi-plugins-common - kipi-plugins architecture-independent data
 showfoto   - image viewer/editor for KDE
Changes:
 digikam (4:5.7.0-1) experimental; urgency=medium
 .
   * New upstream.
   * patches/cmake-v9-fix.patch: Remove.  Applied upstream.
Checksums-Sha1:
 8ff22b5306d31eae803f8af1eca6d45eb7a3e120 3189 digikam_5.7.0-1.dsc
 d6032201880524c8d11ad9dd054bd81ce982278b 123315064 digikam_5.7.0.orig.tar.xz
 db831d15327d894f8083910a741ae989d2f6fd20 34080 digikam_5.7.0-1.debian.tar.xz
 146beaaf7250b5ec6a5d10cd354949b7e6762d09 32346 digikam_5.7.0-1_source.buildinfo
Checksums-Sha256:
 27ff503f488de888fd0a7e00512076f780c90971116b609742b58073f7269942 3189 
digikam_5.7.0-1.dsc
 3605ffb5b6e8fbd6b725e5075f74f505d7edee7531789c2882d11df2d20150f5 123315064 
digikam_5.7.0.orig.tar.xz
 0d014894db0f79be154be3731873c234cb4cd1de272eafc76131e2fff2b0dac7 34080 
digikam_5.7.0-1.debian.tar.xz
 9c587163dc77b058a94ae1ee04a9b028567b620ee87a964c6dd247f1344312c1 32346 
digikam_5.7.0-1_source.buildinfo
Files:
 27c30781149abfc1f2f6f96a42475a0d 3189 graphics optional digikam_5.7.0-1.dsc
 475e85b052c72763ee1103493956bd68 123315064 graphics optional 
digikam_5.7.0.orig.tar.xz
 2d7a3a9b896bc7360c9c9f12e6f75487 34080 graphics optional 
digikam_5.7.0-1.debian.tar.xz
 412893f7f8b6d6b6602170421772edd7 32346 graphics optional 
digikam_5.7.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCAAtFiEEy89k8fa3rclNjyokyeVeL63I9LkFAlnRo8cPHHNtckBkZWJp
YW4ub3JnAAoJEMnlXi+tyPS5JI8QAKAohK62DevqC7pi0BUNbM3ePZkMnKhlImT2
G/vpTTG43x+egnvVyCGwo2vGUJhhNfFH6jRMf7Er7YBTc2mSpH2V7qPzeG/vGjEA
uoDcQp1508EsT2ykx9TTt/E0Yndsd6oTepSvXympHY5OwQthzQcUj3cGsQa1HILe
WTT5/rAAfKoyrbgRzjApKrPYnMnwLeDbkwzYh+eMbroJ7QC8GEC6vQJgKdhwazaA
ghmPse5tYS1MT1a6jraRqoUQ3sRFhrwRNIixWuKOzpV+ooAg4n9nQPzj1hTQ71af
qnPA26ZT1Fus8o1VRe/i5z2lIyzZpzlswqyTgsZdhTyDQki1kPjC+fPG2yOk5o5y
7afQcrGjTAqe1ipFYSa9hLkfjE53jVzRueo5VtQ+pXV3UgJtg9cVt+GN0wdlS1LL
VqZftFEZ003pjhHlMWW4XCkjlf/9+g+YPbAsjPJp+bzNTAAKBOF85SP1vmaCF13j
lBrc3lJnQZAgZH9zxu1vL2DW2qFIoBrDH2J0EPRhStNREq2QcLcmMl4n9vY0xLvy
P4fg5RmQ+VvFdlXpubbfmUfpSPGD1g8M7fji5Ex/zy0VN1Qxs7gpAKBDeUlWC8Ni
htdN/9rm3iDIZnTkEJXkK/UCsdp0ROJaCiS/4BDuVG704/pzkAwAg7YOPMPsM0Wp
JYDKcVdj
=64hG
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#841412: marked as done (digikam: FTBFS: error with opencv 3.1)

2017-10-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Oct 2017 19:28:04 -0500
with message-id <1560595.AVyC4VS790@riemann>
and subject line Re%3A digikam%3A FTBFS%3A error with opencv 3.1
has caused the Debian Bug report #841412,
regarding digikam: FTBFS: error with opencv 3.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
841412: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841412
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: digikam
Version: 5.2.0-1
Severity: important
Justification: fails to build from source

Dear Maintainer,

I am scheduled to transition of opencv.
   https://release.debian.org/transitions/html/auto-opencv.html
This package is target to transition. I tested build with opencv 3.1.
As a result, FTBFS with opencv 3.1.

--
Run Build Command:"/usr/bin/make" "cmTC_280c4/fast"
make[2]: Entering directory
'/build/digikam-5.2.0/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_280c4.dir/build.make
CMakeFiles/cmTC_280c4.dir/build
make[3]: Entering directory
'/build/digikam-5.2.0/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_280c4.dir/CheckFunctionExists.c.o
/usr/bin/cc  -D_GNU_SOURCE -D_LARGEFILE64_SOURCE  -g -O2
-fdebug-prefix-map=/build/digikam-5.2.0=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
-std=iso9899:1990 -fno-common -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith
-Wundef -Wmissing-format-attribute -Wwrite-strings
-Werror=implicit-function-declaration -std=iso9899:1990 -fno-common
-Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security
-Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute
-Wwrite-strings -Werror=implicit-function-declaration
-std=iso9899:1990 -fno-common -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith
-Wundef -Wmissing-format-attribute -Wwrite-strings
-Werror=implicit-function-declaration
-DCHECK_FUNCTION_EXISTS=pthread_create   -o
CMakeFiles/cmTC_280c4.dir/CheckFunctionExists.c.o   -c
/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_280c4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_280c4.dir/link.txt
--verbose=1
/usr/bin/cc  -g -O2 -fdebug-prefix-map=/build/digikam-5.2.0=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2  -std=iso9899:1990 -fno-common -Wall -Wextra
-Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long
-Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings
-Werror=implicit-function-declaration -std=iso9899:1990 -fno-common
-Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security
-Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute
-Wwrite-strings -Werror=implicit-function-declaration
-std=iso9899:1990 -fno-common -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith
-Wundef -Wmissing-format-attribute -Wwrite-strings
-Werror=implicit-function-declaration
-DCHECK_FUNCTION_EXISTS=pthread_create   -Wl,-z,relro -Wl,--as-needed
CMakeFiles/cmTC_280c4.dir/CheckFunctionExists.c.o  -o cmTC_280c4
-rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_280c4.dir/build.make:97: recipe for target 'cmTC_280c4' failed
make[3]: *** [cmTC_280c4] Error 1
make[3]: Leaving directory
'/build/digikam-5.2.0/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_280c4/fast' failed
make[2]: *** [cmTC_280c4/fast] Error 2
make[2]: Leaving directory
'/build/digikam-5.2.0/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'


dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-DCMAKE_BUILD_TYPE=Debian -DCMAKE_INSTALL_RPATH=/usr/lib/digikam
-DDIGIKAMSC_COMPILE_DOC=on -DDIGIKAMSC_COMPILE_PO=on
-DENABLE_MYSQLSUPPORT=ON -DENABLE_INTERNALMYSQL=ON returned exit code
1
debian/rules:22: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 255
make[1]: Leaving directory '/build/digikam-5.2.0'
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
I: copying local configuration

--
Could you check your package?

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


digikam_5.2.0-1_amd64.build.bz2
Description: BZip2 

[Pkg-kde-extras] Bug#877300: marked as done (digikam FTBFS: undefined references)

2017-10-01 Thread Debian Bug Tracking System
Your message dated Mon, 2 Oct 2017 01:05:10 +0300
with message-id <20171001220510.a6wowhmtmon4gqo4@localhost>
and subject line digikam 4:5.6.0-1 builds
has caused the Debian Bug report #877300,
regarding digikam FTBFS: undefined references
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
877300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877300
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: digikam
Version: 4:5.3.0-3
Severity: serious

https://buildd.debian.org/status/package.php?p=digikam=sid

...
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::ImageModel(QObject*)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:134: 
undefined reference to `vtable for Digikam::ImageModel'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel* qobject_cast(QObject*)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:514: undefined reference to 
`Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `int qRegisterNormalizedMetaType(QByteArray 
const&, Digikam::ImageModel**, 
QtPrivate::MetaTypeDefinedHelper::Defined&&(!QMetaTypeId2::IsBuiltIn)>::DefinedType)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1682: undefined reference 
to `Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel* qobject_cast(QObject*)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:514: undefined reference to 
`Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `int qRegisterNormalizedMetaType(QByteArray 
const&, Digikam::ImageModel**, 
QtPrivate::MetaTypeDefinedHelper::Defined&&(!QMetaTypeId2::IsBuiltIn)>::DefinedType)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1682: undefined reference 
to `Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::~ImageModel()':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:143: 
undefined reference to `vtable for Digikam::ImageModel'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `int qRegisterNormalizedMetaType(QByteArray 
const&, Digikam::ImageModel**, 
QtPrivate::MetaTypeDefinedHelper::Defined&&(!QMetaTypeId2::IsBuiltIn)>::DefinedType)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1682: undefined reference 
to `Digikam::ImageModel::staticMetaObject'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::slotImageChange(Digikam::ImageChangeset const&)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:1337: 
undefined reference to 
`Digikam::ImageModel::imageChange(Digikam::ImageChangeset const&, 
QItemSelection const&)'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::slotImageTagChange(Digikam::ImageTagChangeset 
const&)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:1364: 
undefined reference to 
`Digikam::ImageModel::imageTagChange(Digikam::ImageTagChangeset const&, 
QItemSelection const&)'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::publiciseInfos(QList const&, 
QList const&)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:807: 
undefined reference to 
`Digikam::ImageModel::imageInfosAboutToBeAdded(QList 
const&)'
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:827: 
undefined reference to 
`Digikam::ImageModel::imageInfosAdded(QList const&)'
../models/CMakeFiles/digikamdatabasemodels_src.dir/imagemodel.cpp.o: In 
function `Digikam::ImageModel::removeRowPairs(QList > const&)':
./obj-x86_64-linux-gnu/core/libs/models/./core/libs/models/imagemodel.cpp:1057: 
undefined reference to 
`Digikam::ImageModel::imageInfosRemoved(QList const&)'

[Pkg-kde-extras] Dearest

2017-10-01 Thread Miss Maria Warlord

 

 

Dearest,

I know this mail will come to you as a surprise since we haven't known or come 
across each other before considering the fact that I sourced your email contact 
through the Internet in search of trusted person who can assist me.

I am Miss Maria Warlord Ibrahim Coulibaly 24 years old female from the Republic 
of Ivory Coast,West Africa ,am the Daughter of Late Chief Sgt.Warlord Ibrahim 
Coulibaly (a.k.a General IB ). My late father was a well known Ivory Coast 
militia leader . He died on Thursday 28 April 2011 following a fight with the 
Republican Forces of Ivory Coast(FRCI). I am constrained to contact you because 
of the maltreatment which I am receiving from my step mother.

She planned to take away all my late father's treasury and properties from me 
since the unexpected death of my beloved Father. Meanwhile I wanted to travel 
to Europe, but she hide away my international passport and other valuable 
documents. Luckily she did not discover where I kept my father's File which 
contained important documents. Now I am presently staying in the Mission in 
Burkina Faso.

I am seeking for long term relationship and investment assistance. My father of 
blessed memory deposited the sum of US$ 27.5 Million in one bank in Burkina 
Faso with my name as the next of kin. I had contacted the Bank to clear the 
deposit but the Branch Manager told me that being a refugee, my status 
according to the local law does not authorize me to carry out the operation. 
However, he advised me to provide a trustee who will stand on my behalf. I had 
wanted to inform my stepmother about this deposit but I am afraid that she will 
not offer me anything after the release of the money.

Therefore, I decide to seek for your help in transferring the money into your 
bank account while I will relocate to your country and settle down with you. As 
you indicated your interest to help me I will give you the account number and 
the contact of the bank where my late beloved father deposited the money with 
my name as the next of kin. It is my intention to compensate you with 40% of 
the total money for your assistance and the balance shall be my investment in 
any profitable venture which you will recommend to me as have no any idea about 
foreign investment. Please all communications should be through this email 
address for confidential purposes.(mariawarlor...@gmail.com)

Thanking you a lot in anticipation of your quick response. I will give you 
details in my next mail after receiving your acceptance mail to help me ,

Yours sincerely
Miss Maria Warlord Ibrahim Coulibaly
(mariawarlor...@gmail.com)

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#792163: marked as done (Reviewing kipi-plugins dependencies)

2017-10-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Oct 2017 19:34:54 +
with message-id 
and subject line Bug#792163: fixed in digikam 4:5.6.0-1
has caused the Debian Bug report #792163,
regarding Reviewing kipi-plugins dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
792163: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792163
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kipi-plugins
Version: 4:4.4.0-1.1

Dear maintainers,

I've noticed that kipi-plugins recommends konqueror. From the changelog, this
dependency was introduced almost 10 years ago, when recommended packages
weren't even installed by default. From what I've found, konqueror doesn't seem
to be used by kipi-plugins anymore, so, I guess, it's time to remove this 
dependency,
so that konqueror doesn't get unnecessarily installed for non-KDE users.


-- 
Алексей Шилин--- End Message ---
--- Begin Message ---
Source: digikam
Source-Version: 4:5.6.0-1

We believe that the bug you reported is fixed in the latest version of
digikam, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 792...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins  (supplier of updated digikam package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Oct 2017 13:44:18 -0500
Source: digikam
Binary: digikam-private-libs digikam showfoto digikam-data digikam-doc 
kipi-plugins kipi-plugins-common
Architecture: source
Version: 4:5.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team 
Changed-By: Steve M. Robbins 
Description:
 digikam- digital photo management application for KDE
 digikam-data - digiKam architecture-independant data
 digikam-doc - handbook for digiKam
 digikam-private-libs - private libraries for digiKam and kipi plugins
 kipi-plugins - image manipulation/handling plugins for KIPI aware programs
 kipi-plugins-common - kipi-plugins architecture-independent data
 showfoto   - image viewer/editor for KDE
Closes: 792163
Changes:
 digikam (4:5.6.0-1) unstable; urgency=medium
 .
   * kipi-plugins: Change konqueror from Recommends to Suggested.  Closes:
 #792163
 .
   * patches/cmake-v9-fix.patch: New.  Upstream patch required to build
 using CMake 3.9.
Checksums-Sha1:
 2854b4516e826c94c0ffed2ce0c971caccbc981e 3179 digikam_5.6.0-1.dsc
 59da687d501fd9fddc75256e79b2cbae8bff4a90 166913492 digikam_5.6.0.orig.tar.xz
 92840d35a8c1e13dc3c8102c911f2ce8b7d5f415 67308 digikam_5.6.0-1.debian.tar.xz
 d2e2ca37387e8f9061de595ea0a0c3d213feb8c6 31518 digikam_5.6.0-1_source.buildinfo
Checksums-Sha256:
 b46464543c2dfd21f085624bab22e3deb220f926d962a1f8d8b5fb93ad5169c5 3179 
digikam_5.6.0-1.dsc
 65bdd3f15668e314b852d523a0bf95da32450f31fcfda60da62e57d4622a663c 166913492 
digikam_5.6.0.orig.tar.xz
 390ecd36d21145e677cfa4bf084cd44e0f5db9a3fc39bacfde4a384eed4343a3 67308 
digikam_5.6.0-1.debian.tar.xz
 a35ee5dc372e1627d388a45d9f4b09877e4f5532272b7432522d0e8e79dd064d 31518 
digikam_5.6.0-1_source.buildinfo
Files:
 314e5e2654274a2d618ffee5aa3d9814 3179 graphics optional digikam_5.6.0-1.dsc
 7d8c1b1b31acac601bf4c61953000e0a 166913492 graphics optional 
digikam_5.6.0.orig.tar.xz
 59c1c813d0598303c2d7d1a47428636d 67308 graphics optional 
digikam_5.6.0-1.debian.tar.xz
 eef570694e9841630ae661b9aa9f01b8 31518 graphics optional 
digikam_5.6.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCAAtFiEEy89k8fa3rclNjyokyeVeL63I9LkFAlnRORoPHHNtckBkZWJp
YW4ub3JnAAoJEMnlXi+tyPS5g5cP/AqxG8rvehjvveozG3zPDAx3cK2qb6Khhe/u
eNbQKKKvM55akINLCaU1a3UTVNzo7zhDUfxqHusU5RWMAdxO+Te1ZptZfeGBX490
UAdbEoFbxSw/R1F7nt85QKLgh2mcNICnG/QBcttxz5SuOMxAFiPfAYfyL3vq+kV9
GAO/3ukN45jFrzqwk/heVK2MaqPdLMy+1At+GzspONKYGmgBhYG4yufnGv+B3zMC
wlUuJxOo6aaQZ55jK+b1TmO5c4z0e5vmE0SLmUlMqZednzcoIAj09OwfdNPp//Ez
0q3S12YVpcoTzwdCarI69asp/SLyFLPZkeC3NR9igp4RLQSffuiMutdgP7qw8pjw
6NUGtIRC6CVep9IulmJsC5p89DbV5RtEQyGx5fQLlo6Blx9SanK23vYr6S/PBxuQ
3eWF+HUqnwuXLTSoDjzg1UzlA2iA3biM2VWBstMFcV3tBwJVjm5BgLfrfbp6cu+v

[Pkg-kde-extras] digikam_5.6.0-1_source.changes ACCEPTED into unstable

2017-10-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Oct 2017 13:44:18 -0500
Source: digikam
Binary: digikam-private-libs digikam showfoto digikam-data digikam-doc 
kipi-plugins kipi-plugins-common
Architecture: source
Version: 4:5.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team 
Changed-By: Steve M. Robbins 
Description:
 digikam- digital photo management application for KDE
 digikam-data - digiKam architecture-independant data
 digikam-doc - handbook for digiKam
 digikam-private-libs - private libraries for digiKam and kipi plugins
 kipi-plugins - image manipulation/handling plugins for KIPI aware programs
 kipi-plugins-common - kipi-plugins architecture-independent data
 showfoto   - image viewer/editor for KDE
Closes: 792163
Changes:
 digikam (4:5.6.0-1) unstable; urgency=medium
 .
   * kipi-plugins: Change konqueror from Recommends to Suggested.  Closes:
 #792163
 .
   * patches/cmake-v9-fix.patch: New.  Upstream patch required to build
 using CMake 3.9.
Checksums-Sha1:
 2854b4516e826c94c0ffed2ce0c971caccbc981e 3179 digikam_5.6.0-1.dsc
 59da687d501fd9fddc75256e79b2cbae8bff4a90 166913492 digikam_5.6.0.orig.tar.xz
 92840d35a8c1e13dc3c8102c911f2ce8b7d5f415 67308 digikam_5.6.0-1.debian.tar.xz
 d2e2ca37387e8f9061de595ea0a0c3d213feb8c6 31518 digikam_5.6.0-1_source.buildinfo
Checksums-Sha256:
 b46464543c2dfd21f085624bab22e3deb220f926d962a1f8d8b5fb93ad5169c5 3179 
digikam_5.6.0-1.dsc
 65bdd3f15668e314b852d523a0bf95da32450f31fcfda60da62e57d4622a663c 166913492 
digikam_5.6.0.orig.tar.xz
 390ecd36d21145e677cfa4bf084cd44e0f5db9a3fc39bacfde4a384eed4343a3 67308 
digikam_5.6.0-1.debian.tar.xz
 a35ee5dc372e1627d388a45d9f4b09877e4f5532272b7432522d0e8e79dd064d 31518 
digikam_5.6.0-1_source.buildinfo
Files:
 314e5e2654274a2d618ffee5aa3d9814 3179 graphics optional digikam_5.6.0-1.dsc
 7d8c1b1b31acac601bf4c61953000e0a 166913492 graphics optional 
digikam_5.6.0.orig.tar.xz
 59c1c813d0598303c2d7d1a47428636d 67308 graphics optional 
digikam_5.6.0-1.debian.tar.xz
 eef570694e9841630ae661b9aa9f01b8 31518 graphics optional 
digikam_5.6.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCAAtFiEEy89k8fa3rclNjyokyeVeL63I9LkFAlnRORoPHHNtckBkZWJp
YW4ub3JnAAoJEMnlXi+tyPS5g5cP/AqxG8rvehjvveozG3zPDAx3cK2qb6Khhe/u
eNbQKKKvM55akINLCaU1a3UTVNzo7zhDUfxqHusU5RWMAdxO+Te1ZptZfeGBX490
UAdbEoFbxSw/R1F7nt85QKLgh2mcNICnG/QBcttxz5SuOMxAFiPfAYfyL3vq+kV9
GAO/3ukN45jFrzqwk/heVK2MaqPdLMy+1At+GzspONKYGmgBhYG4yufnGv+B3zMC
wlUuJxOo6aaQZ55jK+b1TmO5c4z0e5vmE0SLmUlMqZednzcoIAj09OwfdNPp//Ez
0q3S12YVpcoTzwdCarI69asp/SLyFLPZkeC3NR9igp4RLQSffuiMutdgP7qw8pjw
6NUGtIRC6CVep9IulmJsC5p89DbV5RtEQyGx5fQLlo6Blx9SanK23vYr6S/PBxuQ
3eWF+HUqnwuXLTSoDjzg1UzlA2iA3biM2VWBstMFcV3tBwJVjm5BgLfrfbp6cu+v
BiMzLkKrceZ7gCm8rXZXz4CFN7mfjHCbsxjz35NbYFHBHDFg9nChge7FnEKOiFtv
2nNfB0zyDLVhMj7jVBTMCVEoXfdGhdoke6JLGLhxZue8xedwa5TP3NBoIxPB3qw0
51fsaQ5bYWGA3aWQYzOQgsBgLkSyNycWOzLLGBCF8Z7UM0jFl13ggiigTqO3zsqZ
SCFZDvEg
=rlfJ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Processing of digikam_5.6.0-1_source.changes

2017-10-01 Thread Debian FTP Masters
digikam_5.6.0-1_source.changes uploaded successfully to localhost
along with the files:
  digikam_5.6.0-1.dsc
  digikam_5.6.0.orig.tar.xz
  digikam_5.6.0-1.debian.tar.xz
  digikam_5.6.0-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras