[Pkg-kde-extras] Bug#900008: marked as done (kid3 FTCBFS: multiple reasons)

2018-06-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Jun 2018 13:20:14 +
with message-id 
and subject line Bug#98: fixed in kid3 3.6.1-1
has caused the Debian Bug report #98,
regarding kid3 FTCBFS: multiple reasons
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.)


-- 
98: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=98
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kid3
Version: 3.5.1-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

kid3 fails to cross build from source. The first reason is that it
forces the the build architecture compiler with CMAKE_C_COMPILER and
CMAKE_CXX_COMPILER. It's good that the packaging forwards the
environment variables, but the defaults happen to be the build
architecture compilers and that's wrong for cross compilation.

I thought simply removing them would be a regression, so I went a head
and made debhelper add them in #897083, which got applied to
debhelper/11.3. Thus debhelper will now add these flags for you and you
can drop them in debian/rules.

Now that doesn't quite make it build as it fails running ldd to figure
out prerequisites of a plugin. The CMake GetPrerequisites is probably
unfixable, so I simply ask you to avoid it by making the choice of
ffmpeg explicit with -DWITH_FFMPEG=ON. That way you avoid accidentally
building against gstreamer.

So with these changes kid3 actually cross builds. Can you apply the
attached patch?

Helmut
diff --minimal -Nru kid3-3.5.1/debian/changelog kid3-3.5.1/debian/changelog
--- kid3-3.5.1/debian/changelog 2017-11-07 10:24:02.0 +0100
+++ kid3-3.5.1/debian/changelog 2018-05-24 06:33:47.0 +0200
@@ -1,3 +1,12 @@
+kid3 (3.5.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
++ Let debhelper pass CMAKE_*_COMPILER.
++ Explicitly request building with ffmpeg.
+
+ -- Helmut Grohne   Thu, 24 May 2018 06:33:47 +0200
+
 kid3 (3.5.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --minimal -Nru kid3-3.5.1/debian/rules kid3-3.5.1/debian/rules
--- kid3-3.5.1/debian/rules 2017-11-07 10:24:02.0 +0100
+++ kid3-3.5.1/debian/rules 2018-05-24 06:33:47.0 +0200
@@ -5,7 +5,7 @@
 DEB_CMAKE_PREFIX = /usr
 DEB_CONFIG_INSTALL_DIR = $(DEB_CMAKE_PREFIX)/share/kde4/config
 DEB_HTML_INSTALL_DIR = $(DEB_CMAKE_PREFIX)/share/doc/kde/HTML
-BASE_CMAKE_DEFS = -DWITH_QT5=ON -DKDE_INSTALL_BINDIR=$(DEB_CMAKE_PREFIX)/bin 
-Wno-dev
+BASE_CMAKE_DEFS = -DWITH_QT5=ON -DKDE_INSTALL_BINDIR=$(DEB_CMAKE_PREFIX)/bin 
-Wno-dev -DWITH_FFMPEG=ON
 
 %:
dh $@ --parallel --builddirectory=kid3-build
@@ -16,8 +16,6 @@
-DCMAKE_INSTALL_PREFIX=$(DEB_CMAKE_PREFIX) \
$(BASE_CMAKE_DEFS) \
-DLIB_INSTALL_DIR=$(DEB_CMAKE_PREFIX)/lib/kid3 \
-   -DCMAKE_C_COMPILER:FILEPATH="$(CC)" \
-   -DCMAKE_CXX_COMPILER:FILEPATH="$(CXX)" \
-DCMAKE_C_FLAGS="$(CFLAGS)" \
-DCMAKE_CXX_FLAGS="$(CXXFLAGS)"
 
--- End Message ---
--- Begin Message ---
Source: kid3
Source-Version: 3.6.1-1

We believe that the bug you reported is fixed in the latest version of
kid3, 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 900...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Matthäi  (supplier of updated kid3 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: Tue, 05 Jun 2018 14:29:54 +0200
Source: kid3
Binary: kid3-core kid3 kid3-qt kid3-cli
Architecture: source amd64
Version: 3.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Patrick Matthäi 
Changed-By: Patrick Matthäi 
Description:
 kid3   - KDE audio tag editor
 kid3-cli   - Command line audio tag editor
 kid3-core  - Audio tag editor core libraries and data
 kid3-qt- Audio tag editor
Closes: 885391 98
Changes:
 kid3 (3.6.1-1) unstable; urgency=medium
 .
   * New upstream release.
 - Fixes FTCBFS.
   Closes: #98
   * Add environment variables from the patch of #98.
   * Replace build dependencies on deprecated framework packages.
 Closes: #885391
   * Bump Standards-Version to 4.1.4.
   *

[Pkg-kde-extras] Bug#885391: marked as done (kid3: build-depends on deprecated Frameworks -dev packages)

2018-06-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Jun 2018 13:20:14 +
with message-id 
and subject line Bug#885391: fixed in kid3 3.6.1-1
has caused the Debian Bug report #885391,
regarding kid3: build-depends on deprecated Frameworks -dev packages
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.)


-- 
885391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885391
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kid3
Version: 3.5.1-1
Severity: wishlist
Tags: patch

Dear Maintainer,

your package build-depends on deprecated Frameworks -dev packages,
which currently are transitional packages.

In particular, the replacements needed for this packages are:
- kdoctools-dev -> libkf5doctools-dev
- kio-dev -> libkf5kio-dev

Attached there is a patch for this.

The non-deprecated packages are already available in the current Debian
stable, i.e. Stretch.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Mark Purcell 
  Patrick Matthäi 
 Build-Depends: debhelper (>= 10),
  extra-cmake-modules,
- kio-dev,
- kdoctools-dev,
+ libkf5kio-dev,
+ libkf5doctools-dev,
  qtmultimedia5-dev,
  qtdeclarative5-dev,
  qttools5-dev,
--- End Message ---
--- Begin Message ---
Source: kid3
Source-Version: 3.6.1-1

We believe that the bug you reported is fixed in the latest version of
kid3, 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 885...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Matthäi  (supplier of updated kid3 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: Tue, 05 Jun 2018 14:29:54 +0200
Source: kid3
Binary: kid3-core kid3 kid3-qt kid3-cli
Architecture: source amd64
Version: 3.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Patrick Matthäi 
Changed-By: Patrick Matthäi 
Description:
 kid3   - KDE audio tag editor
 kid3-cli   - Command line audio tag editor
 kid3-core  - Audio tag editor core libraries and data
 kid3-qt- Audio tag editor
Closes: 885391 98
Changes:
 kid3 (3.6.1-1) unstable; urgency=medium
 .
   * New upstream release.
 - Fixes FTCBFS.
   Closes: #98
   * Add environment variables from the patch of #98.
   * Replace build dependencies on deprecated framework packages.
 Closes: #885391
   * Bump Standards-Version to 4.1.4.
   * Move package to my own repository.
   * Remove upgrade option from debian/watch.
   * Move source.lintian-overrides file to source directory.
   * Remove trailing whitespace from debian/changelog.
   * Bump debian/compat to level 11.
Checksums-Sha1:
 e39104af56371123aa315c61ed09a2a1d45bdcf3 2395 kid3_3.6.1-1.dsc
 11ff5d066de5944936c7b4a1c0c1f03b81992852 1428799 kid3_3.6.1.orig.tar.gz
 63487e3ed1917ad0b221aef61d70d103dee7c1b7 195 kid3_3.6.1.orig.tar.gz.asc
 2e57099f2e7a94002ef731869461bceb915ac857 8040 kid3_3.6.1-1.debian.tar.xz
 505227c8757ca3d0466cefce87254c9bf163d82e 1055916 
kid3-cli-dbgsym_3.6.1-1_amd64.deb
 fad8550a8c03f9976b792f8ef1593d2ff16ca724 62828 kid3-cli_3.6.1-1_amd64.deb
 96daa6e86da2eed8feaaa24a2cc4ae62d35a57cb 27931676 
kid3-core-dbgsym_3.6.1-1_amd64.deb
 bb377fa825b1857b949862ed7443ce558c7ad90e 1109516 kid3-core_3.6.1-1_amd64.deb
 7a00b14cc0ffbeab677a28b7e075d6ac2363fe34 770128 kid3-dbgsym_3.6.1-1_amd64.deb
 c7a8b145adf498ea08f5d36f5d974584e965b25f 1744892 
kid3-qt-dbgsym_3.6.1-1_amd64.deb
 2a13287595f6c1e4f182d183e870c2919e593b34 211508 kid3-qt_3.6.1-1_amd64.deb
 7a921a600ff9939430d263cb8537287a082ac977 23602 kid3_3.6.1-1_amd64.buildinfo
 17b930437ece89ded04a2501c3054ee2ec25e49d 222320 kid3_3.6.1-1_amd64.deb
Checksums-Sha256:
 74e67699ab1b3d19a66d88c80454735d1689a110c915cabcbf75b25c65b5ba95 2395 
kid3_3.6.1-1.dsc
 4644b2955265920d78c0d689545603a59e5020e98319be74c5b141f5a46976ad 1428799 
kid3_3.6.1.orig.tar.gz
 c9bc9cc7b6f3719139674ba93a83cb8574cdc7b0b4d5280344d20ca1e1147e21 195 
kid3_3.6.1.orig.tar.gz.asc
 9e8ee07a3bd52b9e492f303a0bd9e11cc0a1de345dfda3c870d4ed5a13c287f5 8040 
kid3_3.6.1-1.debian.tar.xz
 27b08de6c7c0b1256f59ae4023527b8ff038da730b7de73fcbd311838d21af36 1055916 
kid3-cli-dbgsym_3.6.1-1_amd64.deb
 8c7fef8a56511ce95e11a8be4b5f42da87dc0bbb82731befbaef9eae47b9ede0 62828 
kid

[Pkg-kde-extras] Bug#874952: Bug#874952: Bug#874952: KEurocalc has been ported to Qt5

2018-06-05 Thread Pino Toscano
In data martedì 5 giugno 2018 10:13:27 CEST, Éric Bischoff ha scritto:
> Le mardi 5 juin 2018, 10:02:28 CEST Pino Toscano a écrit :
> > In data martedì 5 giugno 2018 09:22:47 CEST, Éric Bischoff ha scritto:
> > > I have ported KEurocalc to Qt5
> > > 
> > > application: https://websvn.kde.org/trunk/extragear/utils/keurocalc/
> > > documentation: https://websvn.kde.org/trunk/extragear/utils/doc/keurocalc/
> > 
> > This is great to hear!
> > 
> > With my KDE upstream hat on, there are few steps that still needs to be
> > done though:
> > - switch its translations to the Frameworks branches (please contact
> >   the kde-i18n-doc mailing list)
> 
> I have already contacted kde-docbook mailing list for that :-( . If that does 
> not work out, I'll repeat with kde-i18n-doc .

I am not sure that that mailing list is used... and it was specific for
documentation stuff. Anyway, kde-i18n-doc is the right one.

> > - convert it to Git (please contact KDE sysadmins)
> 
> OK, how? Could you please drop a word to them?

Best for you is to create a sysadmin task on the KDE's phabricator
instance:
- if you don't have it already, create an identity account on
  https://identity.kde.org/
- login with that to https://phabricator.kde.org
- create a new sysadmin task from
  https://phabricator.kde.org/maniphest/task/edit/form/2/

> > P.S.: the homepage [1] is unreacheable.
> > 
> > [1] http://opensource.bureau-cornavin.com/keurocalc/
> 
> Yes, I decided to stop self-hosting it and use only official KDE repos. This 
> address has already been removed from the doc.

What is the replacement? https://userbase.kde.org/KEuroCalc is?

-- 
Pino Toscano

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

[Pkg-kde-extras] keurocalc_1.2.3-2_source.changes ACCEPTED into unstable

2018-06-05 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Jun 2018 11:31:02 +0200
Source: keurocalc
Binary: keurocalc keurocalc-data
Architecture: source
Version: 1.2.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team 
Changed-By: Pino Toscano 
Description:
 keurocalc  - universal currency converter and calculator - binary package
 keurocalc-data - universal currency converter and calculator - data package
Changes:
 keurocalc (1.2.3-2) unstable; urgency=medium
 .
   * Team upload.
   * Switch Vcs-* fields to salsa.debian.org.
   * Remove trailing whitespaces in changelog, and control.
   * Drop menu file, since keurocalc already provides a .desktop file.
   * Bump the debhelper compatibility to 10:
 - bump the debhelper build dependency to 10~
 - bump compat to 10
   * Remove debian/tmp prefixes from install files.
   * Use the icons already correctly installed, instead of copying them manually
 from the source directory
 - drop debian/dirs, no more needed now
   * Rewrite rules to use the dh sequencer:
 - drop the cdbs build dependency
 - add the pkg-kde-tools build dependency
 - use the kde dh addon
 - shuffle which docs are installed:
   - install nothing in keurocalc-data, since it is not needed there
   - stop installing TODO, since it is not useful for users
   - stop installing README, since it is empty
   * Remove the unused ${shlibs:Depends} substvar in keurocalc-data.
   * Link in as-needed mode.
   * Move the icons from keurocalc to keurocalc-data
 - add proper breaks/replaces
   * Bump Standards-Version to 4.1.4, no more changes required now.
Checksums-Sha1:
 2519b55d9f458fbdf1c22854b8d9a76e4343e538 2054 keurocalc_1.2.3-2.dsc
 ac516c24a0eaa69e2845d41d06ec304f815df073 4436 keurocalc_1.2.3-2.debian.tar.xz
 624d1d376a0e29265458b2be808cbbffef955d22 15937 
keurocalc_1.2.3-2_source.buildinfo
Checksums-Sha256:
 eabff4b551f0b9983ae6ca82ab06bbcb986a2493f592e3ad7c0ea7fc5e794183 2054 
keurocalc_1.2.3-2.dsc
 09df6d9b7c3dd09ff1f22b0f4f22694d27068a1c693cdcf1baab828b23daf508 4436 
keurocalc_1.2.3-2.debian.tar.xz
 23f777dca92b37e81dcb7ccdd45c374ce7cd5aae6b23ae0c98a52c0e39a4db67 15937 
keurocalc_1.2.3-2_source.buildinfo
Files:
 b289f98da932352ee151ba8efaeb7f6c 2054 kde optional keurocalc_1.2.3-2.dsc
 057c61cd73434a0c47528e83fbed9778 4436 kde optional 
keurocalc_1.2.3-2.debian.tar.xz
 658ed04628aaa55fcf0488f2b64bfe99 15937 kde optional 
keurocalc_1.2.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAlsWWIoACgkQLRkciEOx
P03MPRAAn7U6GJR4cyfUTjcepVI2EmBEnBqI0Ic/MXpYWCO8rDMzlDxKTjrW7gPu
rGlLJTwkiAxrL0FchxyFkzNx2C8RhbeAJsvopEr8hsFEo/3aUOtjUD8YEqPVw7FX
noTCQlsjNiAlbK20Qe1NZ3mAAbBdqUWRQqR94DTwTh+awEynG1uem/G87bdYC7Ij
RJ1hkEMYgGZput1X9oDXeyoWLb3F0nhjDklxbQkL/K4NNLPtVH9G4F7pktewuEw6
GWBqGqXDIi4XtFacsBtWXo+ffRYIjD/V8cajhbYHv5msCnWqB3W2vGeyNuhztDGP
d4UnV3reXyVJRyxoup50sqcQumz+HlxgsVuOdsOIw5Sy3e+rzKnwnTS6fdJ9AELU
Wme6yUPY5GlRM+llnpWFw91bgP3arCw64b8HqJCasVw9uIJmcnEIJcSI7FTWJumO
K8yhHCHuoncXUru1mqg/gFRXOJj0IBdfiKSR07RPNr4z5jxM/ZSvbCUIiK3ria7z
EpTYGlrXf4FlHv09duYNw/l2jNkh32ijJSms8fHsq5LQoFcOBsK79IO56qlKLVhP
MuoZ6PmVHAAHz+eeF/V+yQs1f/Dx/fws0/TQtmKNH2NfJ88irKPcxnEIJjOsBdar
ANut/BD6IlWGuP4+eKKvLKaIZzFqxC10l+dWknNC2eZcvRtGNlA=
=N0Ts
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

[Pkg-kde-extras] Processing of keurocalc_1.2.3-2_source.changes

2018-06-05 Thread Debian FTP Masters
keurocalc_1.2.3-2_source.changes uploaded successfully to localhost
along with the files:
  keurocalc_1.2.3-2.dsc
  keurocalc_1.2.3-2.debian.tar.xz
  keurocalc_1.2.3-2_source.buildinfo

Greetings,

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

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

[Pkg-kde-extras] Bug#874952: Bug#874952: KEurocalc has been ported to Qt5

2018-06-05 Thread Éric Bischoff
Le mardi 5 juin 2018, 10:02:28 CEST Pino Toscano a écrit :
> Hi Éric,

Hi Pino,


Glad to hear from you again :-) .


> In data martedì 5 giugno 2018 09:22:47 CEST, Éric Bischoff ha scritto:
> > I have ported KEurocalc to Qt5
> > 
> > application: https://websvn.kde.org/trunk/extragear/utils/keurocalc/
> > documentation: https://websvn.kde.org/trunk/extragear/utils/doc/keurocalc/
> 
> This is great to hear!
> 
> With my KDE upstream hat on, there are few steps that still needs to be
> done though:
> - switch its translations to the Frameworks branches (please contact
>   the kde-i18n-doc mailing list)

I have already contacted kde-docbook mailing list for that :-( . If that does 
not work out, I'll repeat with kde-i18n-doc .


> - convert it to Git (please contact KDE sysadmins)

OK, how? Could you please drop a word to them?

 
> Once the above is done, a new release certainly will help :-)
> 
> P.S.: the homepage [1] is unreacheable.
> 
> [1] http://opensource.bureau-cornavin.com/keurocalc/

Yes, I decided to stop self-hosting it and use only official KDE repos. This 
address has already been removed from the doc.



-- 
Éric Bischoff

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

[Pkg-kde-extras] Bug#874952: Bug#874952: KEurocalc has been ported to Qt5

2018-06-05 Thread Pino Toscano
Hi Éric,

In data martedì 5 giugno 2018 09:22:47 CEST, Éric Bischoff ha scritto:
> I have ported KEurocalc to Qt5
> 
> application: https://websvn.kde.org/trunk/extragear/utils/keurocalc/
> documentation: https://websvn.kde.org/trunk/extragear/utils/doc/keurocalc/

This is great to hear!

With my KDE upstream hat on, there are few steps that still needs to be
done though:
- switch its translations to the Frameworks branches (please contact
  the kde-i18n-doc mailing list)
- convert it to Git (please contact KDE sysadmins)

Once the above is done, a new release certainly will help :-)

P.S.: the homepage [1] is unreacheable.

[1] http://opensource.bureau-cornavin.com/keurocalc/

Thanks,
-- 
Pino Toscano

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

[Pkg-kde-extras] Bug#874952: KEurocalc has been ported to Qt5

2018-06-05 Thread Éric Bischoff
Hi Lisandro,


I have ported KEurocalc to Qt5

application: https://websvn.kde.org/trunk/extragear/utils/keurocalc/
documentation: https://websvn.kde.org/trunk/extragear/utils/doc/keurocalc/


Best,

-- 
Éric Bischoff

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