[Pkg-kde-extras] Bug#522168: tagging 522168

2009-06-25 Thread Didier 'OdyX' Raboud
#Pending by commit: http://svn.debian.org/wsvn/pkg-kde/?rev=14993
tags 522168 + pending
thanks

 Le jeudi 25 juin 2009 09:19:32 Gerfried Fuchs, vous avez écrit :
 tags 522168 - pending
 thanks

   Hi!

 * Didier Raboud did...@raboud.com [2009-06-24 14:43:39 CEST]:
  #Pending by commit: http://svn.debian.org/wsvn/pkg-kde/?rev=14983
  tags 522168 pending

  Thanks for offering the commit URL. Reading it I unfortunately noticed
 that there seems to had been a major misunderstanding with my report. It
 was about the _first_ paragraph of the package description, the rest
 wasn't any problem at all.

  (...)

  These short oneliners in the long description are the issue, not the
 rest of the long description.

  Hope I am able to clear the misunderstanding now. :)
 Rhonda

Hi Rhonda, 

I got it now I hope. I refactured the whole Description field :

Description: Lens Correction library - package specific
 Lensfun is an opensource database of photographic lenses and their
 characteristics. It contains three kinds of objects:
  * mounts
  * cameras
  * lenses
 .
 It is used in various photo-related softwares in which it allows the
 correction of various artifacts:
  * distortion
  * transveral (also known as lateral) chromatic aberrations
  * vignetting
  * colour contribution of the lens (correcting said yellowish or blueish
images)
 .
 It provides a way to read and search for specific things in the database.
 .
 package specific

Hopefully clearer now !

Best regards, 

OdyX
-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
did...@raboud.com


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

[Pkg-kde-extras] Bug#525292: [Debian #525292] Re: Any news on this?

2009-08-01 Thread Didier 'OdyX' Raboud
Le mercredi 24 juin 2009 18:21:35 Jeffrey G Thomas, vous avez écrit :
 Any news on the status of KDESUDO and the possibility of getting a working
 package?

Hi Jeffrey,

In collaboration with upstream author Anthony Mercatante, I hunted this bug a 
little more.

What I discovered so far is that the xauth command launched on line 166 of 
kdesudo/kdesudo.cpp fails on Debian and succeeds on Ubuntu.

It seems that the X server configurations differ in a sufficiently significant 
way to make the xauth command fail. I began to discuss this with the Debian X 
Team on IRC and will file a bug for this in the next days (and report this here 
accordingly). My feeling is that if this xauth bug is fixed, it should make 
kdesudo work.

More updates during next week !

Best regards, 

OdyX
-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
did...@raboud.com


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

[Pkg-kde-extras] Bug#525292: [Debian #525292] Fix pending

2009-08-03 Thread Didier 'OdyX' Raboud
# Pending by commit 15457 in pkg-kde svn repository
# http://svn.debian.org/wsvn/pkg-kde/kde-extras/kdesudo/trunk/?rev=15457
tag 525292 patch pending 
thanks
# Launchpad commands
 status inprogress
 tag patch
 done

Hi all,

I finally found time, motivation and skills (cough) to fix this RC bug. It was 
painfully complicated to understand, but the patch (attached) is finally very 
small.

This will be uploaded very soon to Debian.

Best regards, 

OdyX

-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
did...@raboud.com
Description: Xauth: Use a list-and-add scheme instead of the generate command.
 The xauth generate command doesn't work in environments where the SECURITY X
 extension is disabled (like in Debian).
 .
 This is obviously an ugly hack, but works-here™
Origin: vendor
Bug: http://bugs.debian.org/525292
Forwarded: https://bugs.launchpad.net/kdesudo/+bug/365956
Author: Didier Raboud did...@raboud.com
Last-Update: 2009-08-03
Index: kdesudo-3.4.1/kdesudo/kdesudo.cpp
===
--- kdesudo-3.4.1.orig/kdesudo/kdesudo.cpp	2009-08-03 10:21:39.0 +0200
+++ kdesudo-3.4.1/kdesudo/kdesudo.cpp	2009-08-03 10:22:15.0 +0200
@@ -163,8 +163,10 @@
 
 	QByteArray disp = m_pCookie-display();
 
-	QString c = /usr/bin/xauth -q -f  + m_tmpName +  generate  
-		+ QString::fromLocal8Bit(disp) +  . trusted timeout 60 /dev/null 21;
+QString c = xauth_token=`/usr/bin/xauth -q list  + QString::fromLocal8Bit(disp)
+  +  | head -n 1 | awk '{ print $3; }'` 
+  + /usr/bin/xauth -q -f  + m_tmpName +  add :0 . $xauth_token 2/dev/null 
+  + echo  + m_tmpName;
 
 	blockSigChild();
 	if (!(f = popen(QFile::encodeName(c), r))) {


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

[Pkg-kde-extras] Bug#514345: gtk-qt-engine-kde4: removal of package doesn't remove automatic startup config in kde4

2009-08-04 Thread Didier 'OdyX' Raboud
package gtk-qt-engine
tag 514245 wontfix
thanks

Le vendredi 6 février 2009 15:12:00 Xavier Brochard, vous avez écrit :
 Package: gtk-qt-engine-kde4
 Version: 1.1+svn145-1
 Severity: normal

 After removal of the gtk-qt-engine-kde4 package, the script
 ~/.kde4/env/gtk-qt-engine.rc.sh
 is still here and is still activated on startup:
 it is setup in
 system config / advanced / automatic startup


 regards
 xavier

Hi Xavier, 

unfortunately, once a file has been written to any $HOME, systemwide packages 
can_not_ remove them. It is simply against policy.

Best regards, 

OdyX

-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
did...@raboud.com


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

[Pkg-kde-extras] Bug#475518: Still the case with latest version ?

2009-08-04 Thread Didier 'OdyX' Raboud
tag 475518 +moreinfo
thanks

Hi Torquil,

could you try to reproduce your bug with an up-to-date testing or sid ?

Best regards, 

Odyx
-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
did...@raboud.com


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

[Pkg-kde-extras] Bug#435908: Retry this now ?

2009-08-04 Thread Didier 'OdyX' Raboud
package gtk-qt-engine
tags 435908 moreinfo
thanks

Hi, 

could you please try to reproduce this bug with an uptodate Sid or Testing ?

Best regards, 

OdyX
-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
did...@raboud.com


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

[Pkg-kde-extras] Bug#541150: New version ?

2009-08-12 Thread Didier 'OdyX' Raboud
tags 505158 -experimental +upstream 
tags 541150 +upstream
reassign 541150 gtk-qt-engine
merge 541150 505158
thanks

Hi Ivan, 

gtk-qt-engine-kde4 has been superseeded by gtk-qt-engine. Can you try with this 
version and report back if it still fails ?

Note that I am very certain it will, see #505158… Thus tagging and merging the 
two bugs.

Best regards, 

OdyX
-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
did...@raboud.com


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

[Pkg-kde-extras] Bug#573546: kbluetooth: package is empty

2010-03-12 Thread Didier 'OdyX' Raboud
# Pending by 
http://git.debian.org/?p=pkg-kde/kde-extras/kdebluetooth4.git;a=commitdiff;h=b2e5656fde5ca0b64f1b32397f499ffb471fcf14
tag 573546 +pending
thanks

Le Vendredi 12 Mars 2010 10:12:56 Marcus Better, vous avez écrit :
 Package: kbluetooth
 Version: 1:0.4.2-1
 Severity: serious
 
 Very little functionality in this release...

Hi, 

Thanks for your report. It is fixed in the packaging repository, waiting for an
upload.

Best regards, 

OdyX

-- 
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
did...@raboud.com


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

[Pkg-kde-extras] Bug#575510: kdebluetooth: Unable to install the new experimental version...

2010-03-26 Thread Didier 'OdyX' Raboud
Le Vendredi 26 Mars 2010 14:17:28 mourad, vous avez écrit :
 Package: kdebluetooth
 Version: 1:0.4~rc1-1
 Severity: important
 Tags: experimental
 
 Hi, The experimental version of kdebluetooth is not installable because af
 the dependency to kbluetooth which is a virtual paquage...  Please could
 you correct that dependency, this is the only KDE4 program to interact
 with bluetooth ?  Thanks a lot  Mourad

Hi Mourad, 

The actual version in experimental is 1:0.4.2-2 . It might be that your mirror 
is outdated.

Please make sure your mirror contains that version and retry. It is very 
certainly fixed.

Best regards,

OdyX

-- 
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
did...@raboud.com


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

[Pkg-kde-extras] Bug#575510: kdebluetooth: Unable to install the new experimental version...

2010-03-26 Thread Didier 'OdyX' Raboud
newbeewan wrote:
 
 Here the result of those commands :
 
 $ LANG=C apt-cache policy kdebluetooth
 kdebluetooth:
Installed: 1:0.4~rc1-
 (…)
 
 $ LANG=C apt-cache policy kbluetooth
 kbluetooth:
Installed: (none)
Candidate: (none)
 (…)
 $ LANG=C aptitude -texperimental show kdebluetooth
 (…)
 $ LANG=C aptitude -texperimental show kbluetooth
 Unable to find an archive experimental for the package kbluetooth
 Package: kbluetooth
 State: not a real package
 
 Regards
 
 Mourad

Oh. You are just hit by a standard experimental issue: the package is not 
built for your architecture (i386, right ?).

https://buildd.debian.org/status/package.php?p=kbluetoothsuite=experimental

I'll see what can be done to solve that, but this might be low priority as 
kbluetooth is supposed to be uploaded to unstable as soon as KDE 4.4 reaches 
unstable too.

Best regards, 

OdyX



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

[Pkg-kde-extras] Bug#578114: #578114: kdebluetooth ceased recognising dongle after upgrade

2010-04-22 Thread Didier 'OdyX' Raboud
Hi envite, 

what Debian release are you using that you still are using KDE3.5 ?

Squeeze will ship with kbluetooth 1:0.4.2-2, actually in experimental. Could 
you 
try this version ?

Thanks in advance, cheers, 

OdyX

-- 
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
did...@raboud.com


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

[Pkg-kde-extras] Bug#583348: #583348: kdesudo failing for gdebi-kde or any application

2010-11-02 Thread Didier 'OdyX' Raboud
tags 583348 +unreproducible
severity 583348 important
thanks

Hi bill and Thomas,

I just tried to install a fresh Squeeze KDE, with kdesudo, in order to try to 
reproduce your bug: kdesudo works always for me, it being to launch console 
scripts (echo 1) or graphical applications (gdebi-kde).

So I am hereby marking this bug as unreproducible and downgrading its 
severity 
to important (aka below RC level). If you can reliably install 
kdebase+kdesudo 
on a clean Squeeze (nothing installed) and reproduce the bug, please say so!

If one of you could provide more details such as: console output with kdesudo 
$application running, strace output, debug output; it'd be great to help 
solving that issue.

Cheers, OdyX (kdesudo maintainer)
-- 
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
did...@raboud.com


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

Re: [Pkg-kde-extras] Bug#672268: RFS: kde-gtk-config/2.0-1 [ITP] -- KDE configuration module for GTK+ 2.x and GTK+ 3.x style selection

2012-06-06 Thread Didier 'OdyX' Raboud
Le mardi, 5 juin 2012 22.59:34, Boris Pek a écrit :
 Great! Thank you.
 
 So you could upload it when you decide it is ready.

It's not. src:kcm-gtk is available on all Debian architectures where src:kde-
gtk-config at least failed on hurd and kfreebsd with the following error:

…/kde-gtk-config-2.0/gtk3proxies/preview3.c:28:25: fatal error: sys/inotify.h: 
No such file or directory

See https://buildd.debian.org/status/package.php?p=kde-gtk-
configsuite=experimental

This has to be fixed before any upload to unstable.

Cheers,

OdyX

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

Re: [Pkg-kde-extras] Bug#672268: RFS: kde-gtk-config/2.0-2 (updated) -- KDE configuration module for GTK+ 2.x and GTK+ 3.x style selection

2012-06-07 Thread Didier 'OdyX' Raboud
Le mercredi, 6 juin 2012 19.16:42, Boris Pek a écrit :
 Hi,
 
 I have updated the package:
 
 kde-gtk-config (3:2.0-2) experimental; urgency=low
 
   * Added file debian/patches/fix-build-on-kfreebsd-and-hurd-i386:
 fixes FTBFS in Debian GNU/kFreeBSD and in Debian GNU/Hurd.
 
 Could you upload it?

Uploaded, thanks.

Cheers,

OdyX


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

Re: [Pkg-kde-extras] kde-gtk-config/2.0-3 [updated] -- updated package and few questions

2012-06-18 Thread Didier 'OdyX' Raboud
Le vendredi, 15 juin 2012 11.12:11, vous avez écrit :
 Hi,
 
 Week passed since your upload into experimental.
 Is it good time to go forward and upload into unstable?

Yes. Uploaded now; thanks for your work.

That said, I take as granted that you'll followup bugreports and eventual 
issues that might arise with kde-gtk-config now in unstable or later in 
testing and then as stable.

Cheers,

OdyX


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

Re: [Pkg-kde-extras] kde-gtk-config/2.0-3 [updated] -- updated package and few questions

2012-06-19 Thread Didier 'OdyX' Raboud
PTS-Approved: 1

Le vendredi, 15 juin 2012 11.12:11, Boris Pek a écrit :
  And now I have questions about translations.
  
  Conditions:
  1) There are no translation files in the source tree.
  2) Translations are available only in common svn repository of KDE
  project [1].

To be honest, I don't really know the proper answer to these questions, so 
I'll let the rest of pkg-kde-extras express themselves if need be.

  Questions:
  1) Should I package them manually into separate package or they will be
  updated automatically in common package (like src:kde-l10n)?

I doubt so. kde-l10n contains the translation for KDE SC as far as I can tell.

  2) If I should package them manually how to do this in comfortable way?
 I mean: select and copy them one by one from svn repository doesn't
  look good. It should be more common way.

Your upstream should rather release tarballs that include translations, 
approved by him.

In case he doesn't want, then pulling files in debian/po/ is probably the way 
to go.

  3) If I should package them manually should I make the separate package
 kde-config-gtk-style-i18n or just add them into the same binary
  package? (Note: they will no weigh much)

Most certainly not for such a small package I'd say.

Cheers,

OdyX

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


Re: [Pkg-kde-extras] RFS: kde-gtk-config/3:2.1-1 [RC] -- KDE configuration module for GTK+ 2.x and GTK+ 3.x style selection

2012-07-01 Thread Didier 'OdyX' Raboud
Le vendredi, 29 juin 2012 01.02:06, Boris Pek a écrit :
 Hi,
 
 I have updated the package:
 
 kde-gtk-config (3:2.1-1) unstable; urgency=low

Hi Boris,

sorry, the freeze caught us. Please head to debian-release to ask for a freeze 
exception (I suspect you might need to only backport the needed patch to the 
version actually in testing). I'll sponsor the package iff the freeze 
exception is granted.

Cheers,

OdyX

___
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#717833: plasma-widget-networkmanagement: VPN connections can't be established anymore

2013-07-25 Thread Didier 'OdyX' Raboud
Package: plasma-widget-networkmanagement
Version: 0.9.0.9-1
Severity: important

Dear Maintainer,

Since I upgraded to 0.9.0.9-1, my VPN connections don't establish
anymore (in particular, with openconnect). Downgrading to 0.9.0.8-3
fixes that problem.

Apparently, the password doesn't get transmitted to the VPN backend
properly as I was getting openconnect[7566]: Got inappropriate HTTP
CONNECT response: HTTP/1.1 401 Unauthorized lines in syslog with
0.9.0.9-1.

I'm happy to provide more logs and help debug that if needed.

Cheers,

OdyX

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (500, 
'proposed-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

___
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] Bluez5 and KDE (was: Re: Bits from the systemd + GNOME sprint)

2014-05-03 Thread Didier 'OdyX' Raboud
Hi Jordi, and thanks for this interesting report!

One point I'd like to see discussed is the Bluez5 transition:

Le vendredi, 2 mai 2014, 01.26:15 Jordi Mallach a écrit :
 We finally discussed how to tackle Bluez5. Bluez 4 is the current
 release available in Debian, which is dead upstream and deprecated
 since late 2012.  GNOME 3.12 only supports Bluez 5, while the rest of
 Bluez users in Debian (including KDE, Xfce and other environments)
 haven't been ported yet to Bluez 5.

For what is worth, the KDE Bluetooth stack (Bluedevil) has a new 
upstream version that supports Bluez5: 2.0~rc1. It's mostly an upload 
away and I might help the Qt-KDE Team out by just doing it soon… It 
works fine here at least.

 Both releases are not parallel
 installable, so we concluded that a potential solution could be to
 upload Bluez 5 as “bluez5”, and let it conflict with ”bluez”
 [BLUEZ5BTS]. Desktops would then recommend their supported release
 instead of depending on it, which would allow for parallel
 installation of different desktop environments, while respecting the
 bluez conflict.

Given that Bluez4 is already deprecated for a year (and will be for two 
at freeze time), I'd rather be leaning towards moving to Bluez5 as soon 
as possible to force the various environments to migrate (but I'm not 
a Bluez maintainer)…

Cheers,

OdyX

signature.asc
Description: This is a digitally signed message part.
___
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] Bluedevil: Upload of 2.0~rc1 to experimental

2014-05-15 Thread Didier 'OdyX' Raboud
Hi dear {lib,}bluedevil maintainers,

as discussed on IRC (but AFAIK never on-mail), I intend to upload the 
2.0~rc1 versions of {lib,}bluedevil to experimental to help with the 
Bluez5 effort.

I'm a somewhat (non-)active member of the Debian Qt-KDE team and that 
upload would go to experimental, hence this let's just do it way. 
Please object if you mind. :-)

Cheers,
OdyX

___
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#797120: redshift-plasmoid: Not usable anymore in Plasma5

2015-09-02 Thread Didier 'OdyX' Raboud
Control: tags -1 +patch

Le vendredi, 28 août 2015, 00.33:57 Felix Geyer a écrit :
> Package: redshift-plasmoid
> Version: 1.0-1
> Severity: serious
> Tags: stretch sid
> Justification: Not usable anymore
>
> Hi! Plasma 5 has arrived to testing a few weeks ago and so all Plasma
> 4 widgets have become unusable.
>
> Please consider either porting this widget to Plasma5 or asking for
> it's removal from the archive.

Apparently there's an upstream porting effort:

https://github.com/simgunz/redshift-plasmoid/tree/plasma5-porting

I could compile it locally with the attached (very raw) patch.

Cheers,
OdyXdiff --git a/debian/changelog b/debian/changelog
index 9747075..603f38a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+redshift-plasmoid (1.0-23-g1156d44-1~OdyX0) experimental; urgency=low
+
+  * Upstream's plasma5-porting branch snapshot
+
+ -- Didier Raboud   Wed, 02 Sep 2015 09:30:50 +0200
+
 redshift-plasmoid (1.0-1) unstable; urgency=medium

   * New upstream release.
diff --git a/debian/control b/debian/control
index 6bbf31e..3ee00b9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,10 @@ Maintainer: Debian KDE Extras Team 
 Uploaders: Maximiliano Curia 
 Build-Depends: cmake,
debhelper (>= 9),
+   extra-cmake-modules,
+   qtbase5-dev,
kde-workspace-dev,
+   plasma-framework-dev,
pkg-kde-tools (>= 0.5)
 Standards-Version: 3.9.5
 Homepage: http://kde-apps.org/content/show.php/Redshift+plasmoid?content8737
diff --git a/debian/rules b/debian/rules
index ec024de..218c2e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f

 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5


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

Re: [Pkg-kde-extras] plasma-applet-redshift-control_1.0.6-1_amd64.changes REJECTED

2015-09-19 Thread Didier 'OdyX' Raboud
OdyXLe samedi, 19 septembre 2015, 15.21:14 Didier '' Raboud a écrit :
> Le vendredi, 18 septembre 2015, 22.00:15 Scott Kitterman a écrit :
> > Unfortunately, I am going to have to reject your pacakge.  In
> > debian/copyright you refer to GPL-3+ while most of the code is GPL 2
> > or later.  Since 3+ includes 2 or later, this might be OK, expect
> > for
> > package/metadata.desktop where it specifically says
> > X-KDE-PluginInfo-License=GPL2.  Please update your debian/copyright
> > accordingly.
> 
> Thanks for the reject, it's a good catch!
> 
> How do you see that "most of the code is GPL 2"? I couldn't find any
> license beside the "GPL" mention on [0], that is a link to [1], that
> mentions the GPL-3 (not +, arguably), and the .desktop file mentions
> "GPL".

Aww. I'm confused. I used 'git grep' on my source directory, where only 
debian/ is committed. There's GPL-2.0+ headers in the qml files, bummer.

I'll upload 1.0.8-1 with this cleared up, sorry for the noise.

Cheers,
OdyX

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