Bug#918295: sddm: deactivating Wi-Fi from SDDM login page deactivates trackpad

2019-01-04 Thread Cédric Boutillier
Package: sddm
Version: 0.18.0-1
Severity: normal

Dear Maintainer,

I have an HP EliteBook 820 Laptop with a separate button to switch
on/off Wi-Fi (xev reports: keycode 255 (keysym 0x0, NoSymbol)
When trying to switch on/off wifi from the sddm login screen, the
trackpad gets disabled (the on-screen logo is displayed). Pushing the
same button a second time doesn't switch back on the trackpad.

Once logged in inside KDE, I can switch on again the trackpad from KDE
(I set up even a keyboard shortcut for that), and the Wifi button
doesn't alter its state anymore, and fulfills only its function.

Sddm is somehow messing with the mapping for this special key.

Thanks in advance. Let me know if you need more information.

Cédric


-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages sddm depends on:
ii  adduser 3.118
ii  debconf [debconf-2.0]   1.5.69
ii  libc6   2.28-4
ii  libgcc1 1:8.2.0-13
ii  libpam0g1.1.8-3.8
ii  libqt5core5a5.11.2+dfsg-7
ii  libqt5dbus5 5.11.2+dfsg-7
ii  libqt5gui5  5.11.2+dfsg-7
ii  libqt5network5  5.11.2+dfsg-7
ii  libqt5qml5  5.11.2-3
ii  libqt5quick55.11.2-3
ii  libstdc++6  8.2.0-13
ii  libsystemd0 240-2
ii  libxcb-xkb1 1.13.1-2
ii  libxcb1 1.13.1-2
ii  qml-module-qtquick2 5.11.3-2
ii  x11-common  1:7.7+19
ii  xserver-xorg [xserver]  1:7.7+19
ii  xvfb [xserver]  2:1.20.3-1

Versions of packages sddm recommends:
ii  haveged 1.9.1-6
ii  libpam-systemd  240-2
ii  sddm-theme-breeze [sddm-theme]  4:5.14.3-1+b1

Versions of packages sddm suggests:
ii  libpam-kwallet5   5.14.3-1
ii  qtvirtualkeyboard-plugin  5.11.2+dfsg-2+b1

-- debconf information:
* shared/default-x-display-manager: sddm
  sddm/daemon_name: /usr/bin/sddm


Bug#723634: ruby-kde4: please build against ruby1.9.1

2013-09-18 Thread Cédric Boutillier
Package: ruby-kde4
Version: 4:4.10.5-1.1
Severity: important
Tags: patch
User: debian-r...@lists.debian.org
Usertags: ruby18-removal
Control: block -1 with 520901

Hi!

Please build the korundum package against ruby1.9.1, which has been the
default Ruby interpreter since Wheezy. Ruby 1.8 is not maintained
upstream anymore, and the Debian Ruby Team is willing to get rid of it
as soon as possible.

Please find attached patches to solve this issue, allowing to:
- build against ruby1.9.1, libruby1.9.1-dev
- install the files according to the Debian Ruby policy

Note that this bug is blocked by #520901 against qtruby to build
libqtruby4shared against ruby1.9.1.

Cheers,

Cédric
From 2cecd2bbe09e62fe3039b959b980c0d0cde14e5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= 
Date: Tue, 17 Sep 2013 16:50:49 +0200
Subject: [PATCH 1/3] build against ruby1.9.1

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6e64461..de7d9df 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Qt/KDE Maintainers 
 Uploaders: Torsten Marek , Sune Vuorela , David Palacio , Michael Meskes ,
Maximiliano Curia 
-Build-Depends: debhelper (>= 9), cmake, ruby1.8, ruby1.8-dev,
+Build-Depends: debhelper (>= 9), cmake, ruby1.9.1, ruby1.9.1-dev,
  smoke-dev-tools (>= 4:4.10), libsmokeqt4-dev (>= 4:4.10),
  libsmokekde-dev (>= 4:4.10), libqtruby4shared-dev (>= 4:4.10),
  kdelibs5-dev, kdepimlibs5-dev, libakonadi-dev, okular-dev (>= 4:4.10), libsoprano-dev
-- 
1.8.4.rc3

From ce49da11a9454d6c059056b8e6a91882b54235ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= 
Date: Tue, 17 Sep 2013 16:51:32 +0200
Subject: [PATCH 2/3] use Ruby vendor dirs to install as per Ruby policy

---
 debian/rules | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4c291ea..e9e52f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,11 @@
 #! /usr/bin/make -f
 
-#Always use Ruby 1.8.x
-RUBY_SITEARCH := $(shell ruby1.8 -rrbconfig -e 'puts Config::CONFIG["sitearch"]')
+RUBY_VENDORARCHDIR := $(shell ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorarchdir"]')
+RUBY_VENDORDIR := $(shell ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendordir"]')
 CMAKE_FLAGS := \
-  -DRUBY_EXECUTABLE=/usr/bin/ruby1.8 \
-  -DCUSTOM_RUBY_SITE_LIB_DIR=/usr/lib/ruby/1.8/ \
-  -DCUSTOM_RUBY_SITE_ARCH_DIR=/usr/lib/ruby/1.8/$(RUBY_SITEARCH) \
-  $(NULL)
+  -DCUSTOM_RUBY_SITE_LIB_DIR=$(RUBY_VENDORDIR) \
+  -DCUSTOM_RUBY_SITE_ARCH_DIR=$(RUBY_VENDORARCHDIR) \
+   $(NULL)
 
 override_dh_install:
 	dh_install --list-missing
-- 
1.8.4.rc3

From d7e3aa7f34e4b2a28786a2ea4d47252fa40fc489 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= 
Date: Wed, 18 Sep 2013 10:49:01 +0200
Subject: [PATCH 3/3] fix install paths

---
 debian/ruby-akonadi.install |  4 ++--
 debian/ruby-kde4.install| 24 
 debian/ruby-okular.install  |  4 ++--
 debian/ruby-plasma.install  |  4 ++--
 debian/ruby-soprano.install |  4 ++--
 5 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/debian/ruby-akonadi.install b/debian/ruby-akonadi.install
index edcb15f..f680c36 100644
--- a/debian/ruby-akonadi.install
+++ b/debian/ruby-akonadi.install
@@ -1,2 +1,2 @@
-usr/lib/ruby/1.8/*/akonadi.so
-usr/lib/ruby/1.8/akonadi/akonadi.rb
+usr/lib/ruby/vendor_ruby/*/*/akonadi.so
+usr/lib/ruby/vendor_ruby/akonadi/akonadi.rb
diff --git a/debian/ruby-kde4.install b/debian/ruby-kde4.install
index d309294..76e1a19 100644
--- a/debian/ruby-kde4.install
+++ b/debian/ruby-kde4.install
@@ -1,15 +1,15 @@
 usr/bin/krubyapplication
 usr/bin/rbkconfig_compiler4
 usr/lib/kde4/krubypluginfactory.so
-usr/lib/ruby/1.8/*/khtml.so
-usr/lib/ruby/1.8/*/kio.so
-usr/lib/ruby/1.8/*/korundum4.so
-usr/lib/ruby/1.8/*/ktexteditor.so
-usr/lib/ruby/1.8/*/nepomuk.so
-usr/lib/ruby/1.8/*/solid.so
-usr/lib/ruby/1.8/KDE/korundum4.rb
-usr/lib/ruby/1.8/khtml/khtml.rb
-usr/lib/ruby/1.8/kio/kio.rb
-usr/lib/ruby/1.8/ktexteditor/ktexteditor.rb
-usr/lib/ruby/1.8/nepomuk/nepomuk.rb
-usr/lib/ruby/1.8/solid/solid.rb
+usr/lib/ruby/vendor_ruby/*/*/khtml.so
+usr/lib/ruby/vendor_ruby/*/*/kio.so
+usr/lib/ruby/vendor_ruby/*/*/korundum4.so
+usr/lib/ruby/vendor_ruby/*/*/ktexteditor.so
+usr/lib/ruby/vendor_ruby/*/*/nepomuk.so
+usr/lib/ruby/vendor_ruby/*/*/solid.so
+usr/lib/ruby/vendor_ruby/KDE/korundum4.rb
+usr/lib/ruby/vendor_ruby/khtml/khtml.rb
+usr/lib/ruby/vendor_ruby/kio/kio.rb
+usr/lib/ruby/vendor_ruby/ktexteditor/ktexteditor.rb
+usr/lib/ruby/vendor_ruby/nepomuk/nepomuk.rb
+usr/lib/ruby/vendor_ruby/solid/solid.rb
diff --git a/debian/ruby-okular.install b/debian/ruby-okular.install
index 4060193..cf8c95f 100644
--- a/debian/ruby-okular.install
+++ b/debian/ruby-okular.install
@@ -1,2 +1,2 @@
-usr/lib/ruby/1.8/*/okular.so
-usr/lib/ruby/1.8/okular/okular.rb
+usr/lib/ruby/vendor_ruby/*/*/okular.so
+usr/lib/ruby/

Bug#520901: patches

2013-09-17 Thread Cédric Boutillier
larative.install
+++ b/debian/ruby-qt4-declarative.install
@@ -1,2 +1,2 @@
-usr/lib/ruby/1.8/qtdeclarative/qtdeclarative.rb
-usr/lib/ruby/1.8/*/qtdeclarative.so
+usr/lib/ruby/vendor_ruby/qtdeclarative/qtdeclarative.rb
+usr/lib/ruby/vendor_ruby/*/*/qtdeclarative.so
diff --git a/debian/ruby-qt4-script.install b/debian/ruby-qt4-script.install
index 29a847b..f68ddd1 100644
--- a/debian/ruby-qt4-script.install
+++ b/debian/ruby-qt4-script.install
@@ -1,2 +1,2 @@
-usr/lib/ruby/1.8/qtscript/qtscript.rb
-usr/lib/ruby/1.8/*/qtscript.so
+usr/lib/ruby/vendor_ruby/qtscript/qtscript.rb
+usr/lib/ruby/vendor_ruby/*/*/qtscript.so
diff --git a/debian/ruby-qt4-test.install b/debian/ruby-qt4-test.install
index 076cf4c..2da39f4 100644
--- a/debian/ruby-qt4-test.install
+++ b/debian/ruby-qt4-test.install
@@ -1,2 +1,2 @@
-usr/lib/ruby/1.8/qttest/qttest.rb
-usr/lib/ruby/1.8/*/qttest.so
+usr/lib/ruby/vendor_ruby/qttest/qttest.rb
+usr/lib/ruby/vendor_ruby/*/*/qttest.so
diff --git a/debian/ruby-qt4-uitools.install b/debian/ruby-qt4-uitools.install
index de490cf..0617c6f 100644
--- a/debian/ruby-qt4-uitools.install
+++ b/debian/ruby-qt4-uitools.install
@@ -1,2 +1,2 @@
-usr/lib/ruby/1.8/qtuitools/qtuitools.rb
-usr/lib/ruby/1.8/*/qtuitools.so
+usr/lib/ruby/vendor_ruby/qtuitools/qtuitools.rb
+usr/lib/ruby/vendor_ruby/*/*/qtuitools.so
diff --git a/debian/ruby-qt4-webkit.install b/debian/ruby-qt4-webkit.install
index 9870da1..dadf947 100644
--- a/debian/ruby-qt4-webkit.install
+++ b/debian/ruby-qt4-webkit.install
@@ -1,2 +1,2 @@
-usr/lib/ruby/1.8/qtwebkit/qtwebkit.rb
-usr/lib/ruby/1.8/*/qtwebkit.so
+usr/lib/ruby/vendor_ruby/qtwebkit/qtwebkit.rb
+usr/lib/ruby/vendor_ruby/*/*/qtwebkit.so
diff --git a/debian/ruby-qt4.install b/debian/ruby-qt4.install
index 575ab0a..b3d8c7b 100644
--- a/debian/ruby-qt4.install
+++ b/debian/ruby-qt4.install
@@ -1,6 +1,6 @@
 usr/bin/rbqtapi
 usr/bin/rbrcc
 usr/bin/rbuic4
-usr/lib/ruby/1.8/Qt/*.rb
-usr/lib/ruby/1.8/Qt*.rb
-usr/lib/ruby/1.8/*/qtruby4.so
+usr/lib/ruby/vendor_ruby/Qt/*.rb
+usr/lib/ruby/vendor_ruby/Qt*.rb
+usr/lib/ruby/vendor_ruby/*/*/qtruby4.so
diff --git a/debian/ruby-qwt5.install b/debian/ruby-qwt5.install
index 4d73a76..20d992c 100644
--- a/debian/ruby-qwt5.install
+++ b/debian/ruby-qwt5.install
@@ -1,2 +1,2 @@
-usr/lib/ruby/1.8/qwt/qwt.rb
-usr/lib/ruby/1.8/*/qwt.so
+usr/lib/ruby/vendor_ruby/qwt/qwt.rb
+usr/lib/ruby/vendor_ruby/*/*/qwt.so
-- 
1.8.4.rc3

From 030cf315268b63e6de6fd78b012673727f847536 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= 
Date: Tue, 17 Sep 2013 14:47:13 +0200
Subject: [PATCH 4/4] drop use_ruby1.8.diff, since the default Ruby version is
 used now

---
 debian/patches/series   |  1 -
 debian/patches/use_ruby1.8.diff | 14 --
 2 files changed, 15 deletions(-)
 delete mode 100644 debian/patches/use_ruby1.8.diff

diff --git a/debian/patches/series b/debian/patches/series
index aa9ef00..1f2052f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-use_ruby1.8.diff
 fix_ruby_requires.diff
diff --git a/debian/patches/use_ruby1.8.diff b/debian/patches/use_ruby1.8.diff
deleted file mode 100644
index 019998a..000
--- a/debian/patches/use_ruby1.8.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Author: Vincent Fourmond 
-Description: Use Debian executable name
-Last-Update: 2011-06-24
-Origin: vendor
-Forwarded: no
-
 a/bin/rbqtapi
-+++ b/bin/rbqtapi
-@@ -1,4 +1,4 @@
--#!/usr/bin/env ruby
-+#!/usr/bin/env ruby1.8
- 
- # Note: this program is part of qtruby and makes use of its internal functions.
- #   You should not rely on those in your own programs.
-- 
1.8.4.rc3

diff -Nru qtruby-4.10.5/debian/changelog qtruby-4.10.5/debian/changelog
--- qtruby-4.10.5/debian/changelog  2013-07-12 20:22:42.0 +0200
+++ qtruby-4.10.5/debian/changelog  2013-09-17 14:54:00.0 +0200
@@ -1,3 +1,12 @@
+qtruby (4:4.10.5-1.1) UNRELEASED; urgency=low
+
+  * build-conflict with ruby1.8 and build with ruby1.9.1
+  * install files in Ruby vendor locations as per Ruby policy
+  * fix install path for Ruby libs
+  * drop use_ruby1.8.diff, since the default Ruby version is used now
+
+ -- Cédric Boutillier   Tue, 17 Sep 2013 14:53:38 +0200
+
 qtruby (4:4.10.5-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru qtruby-4.10.5/debian/control qtruby-4.10.5/debian/control
--- qtruby-4.10.5/debian/control2013-07-12 20:22:42.0 +0200
+++ qtruby-4.10.5/debian/control2013-09-17 14:41:19.0 +0200
@@ -4,9 +4,10 @@
 Maintainer: Debian Qt/KDE Maintainers 
 Uploaders: Torsten Marek , Sune Vuorela , 
David Palacio , Michael Meskes ,
Maximiliano Curia 
+Build-Conflicts: libruby1.8
 Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.6.8), cmake,
  smoke-dev-tools (>= 4:4.10), libsmokeqt4-dev (>= 4:4.10),
- ruby1.8, ruby1.8-dev,
+ ruby1.9.1, ruby1.9.1-dev,
  libqt4-dev, libqtwebkit-dev, libphonon-dev, libqscintilla2-dev
 Standards-Version: 3.9.4
 Homepage: http://projects.kde.org/p

Bug#520901: raising severity and tagging

2013-09-12 Thread Cédric Boutillier
Control: severity -1 important
Control: user debian-r...@lists.debian.org
Control: usertags -1 ruby18-removal

Hi,

Since Wheezy, ruby1.9.1 has been the default Ruby interpreter.
Upstream has obsoleted Ruby 1.8 and will not provide any support for it.
As a consequence, the Ruby team is willing to remove ruby1.8 from the
archive (See the page for the scheduled transition [0]).

I am therefore raising the severity of this bug to important.

Don't hesitate to contact the Ruby team if help is needed to address
this issue.

Cheers,

Cédric

  0: http://release.debian.org/transitions/html/ruby1.8-removal.html


signature.asc
Description: Digital signature


Transition of Ruby packages to the new Ruby policy

2012-04-27 Thread Cédric Boutillier
the team repository. We would be happy to answer your questions and hear
your comments on debian-r...@lists.debian.org or on the #debian-ruby IRC
channel.

Cédric Boutillier, for the Ruby Team.




List of Ruby packages needing to be converted to the new policy, sorted
by maintainer/uploader:


Adam Majer 
   libbz2-ruby

akira yamada 
   bsfilter
   libeb-ruby
   libkakasi-ruby
   libshadow-ruby
   libuconv-ruby
   racc
   rdtool

Alan Boudreault 
   mapserver (U)

Aleksey Kravchenko 
   rhash

Alessandro Ghedini 
   ecasound (U)

Alessio Treglia 
   ecasound (U)

Alex Pennace 
   raspell

Alexander Wirt 
   rrdtool (U)

Andreas Tille 
   libsbml (U)

Andrew Pollock 
   puppet (U)

ARAKI Yasuhiro 
   gonzui
   mod-ruby (U)

Arnaud Cornet 
   ruby-prof

Athena Capital Research 
   quickfix
   rubyluabridge

Aurélien GÉRÔME 
   libnet-irc-ruby
   libsnmp-ruby

Benjamin Drung 
   xmms2

Bernd Zeimetz 
   rrdtool (U)

Bram Senders 
   shoes

Bryan McLellan 
   libabstract-ruby

C.J. Adams-Collier 
   dlr-languages (U)

Cajus Pollmeier 
   qpid-cpp

Changyan Xie 
   libsbml (U)

Christoph Egger 
   graphviz (U)

Cleto Martín 
   zeroc-ice (U)

Dafydd Harries 
   rbbr
   ruby-amazon

Daigo Moriwaki 
   tdiary

Daniel Watkins 
   ditz

Dave Beckett 
   redland-bindings

David Claughton 
   graphviz

David Palacio 
   korundum (U)
   qtruby (U)

Debian CLI Libraries Team 
   dlr-languages

Debian GIS Project 
   gdal
   geos
   mapserver
   ruby-hdfeos5

Debian Med Packaging Team 
   libsbml

Debian Multimedia Maintainers

   ecasound

Debian Qt/KDE Maintainers 
   korundum
   qtruby

Debian RRDtool Team 
   rrdtool

Debian Vim Maintainers 
   vim

Decklin Foster 
   libchronic-ruby
   liblockfile-ruby
   libtrollop-ruby

Deepak Tripathi 
   libhtml-htmltokenizer-ruby
   libxml-simple-ruby

Dirk Eddelbuettel 
   quantlib-swig

Esteban Manchado Velázquez 
   dhelp

Francesco Paolo Lovergine 
   gdal (U)
   geos (U)
   mapserver (U)

Francesco Poli (wintermute) 
   apt-listbugs

Francisco Moya 
   zeroc-ice

Georgios M. Zarkadas 
   dhelp (U)

Gudjon I. Gudjonsson 
   comedilib

Guilherme de S. Pastore 
   subversion (U)

Gustavo Franco 
   ruby-mp3info

Hendrik Sattler 
   obexftp

Ivo Maintz 
   libsbml (U)

James McCoy 
   vim (U)

Janos Guljas 
   uwsgi

Jesse van den Kieboom 
   gnoemoe

Joey Schulze 
   vpim

Jon Bernard 
   libfam-ruby
   libimlib2-ruby

Jérémy Bobbio 
   schleuder

Kenshi Muto 
   quickml

KURASHIKI Satoru 
   hyperestraier
   qdbm

Kurt Roeckx 
   epic5

Masahito Omote 
   prime
   prime-dict
   sary-ruby
   suikyo

Matt Palmer 
   dns323-firmware-tools
   libaugeas-ruby

Matthias Klose 
   dlr-languages (U)

Micah Anderson 
   puppet (U)

Michael Janssen 
   player

Michael Meskes 
   korundum (U)
   qtruby (U)

Mirco Bauer 
   dlr-languages (U)

Moritz Muehlenhoff 
   elinks (U)

Moriyoshi Koizumi 
   libsbml (U)

Nico Golde 
   stfl
   tpp

Nicolas Valcárcel Scerpella (Canonical) 
   libaugeas-ruby (U)

Nigel Kersten 
   puppet (U)

NIIBE Yutaka 
   gonzui (U)
   htree
   langscan
   libescape-ruby
   libwebapp-ruby
   samidare
   tomoe
   treil
   wfo

Nobuhiro IMAI 
   rubilicious

Olly Betts 
   xapian-bindings

Pablo Lorenzzoni 
   html-template

Paul van Tilburg 
   gnoemoe (U)
   shoes (U)

Peter Samuelson 
   subversion

Puppet Package Maintainers 
   puppet

Roberto C. Sanchez 
   quickfix (U)
   rubyluabridge (U)

Russ Allbery 
   remctl

Ryan Niebur 
   libxml-simple-ruby (U)

Sebastian Harl 
   graphviz (U)
   rrdtool (U)

Sebastien Delafond 
   god

Shugo Maeda 
   eruby
   librmail-ruby
   libwrap-ruby
   mod-ruby
   mod-ruby (U)

Siegfried-Angel Gevatter Pujals 
   screenruler

Stefan Hornburg (Racke) 
   dhelp (U)

Stig Sandbeck Mathisen 
   puppet (U)

Sune Vuorela 
   korundum (U)
   qtruby (U)

Sylvestre Ledru 
   ohcount

Taku YASUI 
   libgettext-ruby (U)
   libimage-size-ruby (U)
   librd-html-ext-ruby (U)
   libzip-ruby (U)

Taku YASUI 
   hiki
   libexif-ruby
   libfilesystem-ruby (U)
   libmp3tag-ruby
   nadoka
   ruby-exif (U)

TANIGUCHI Takaki 
   amrita2
   aswiki

Tatsuki Sugiura 
   libfcgi-ruby
   libfilesystem-ruby
   libgettext-ruby
   libimage-size-ruby
   libneedle-extras-ruby
   libneedle-ruby
   libnet-netrc-ruby
   libnora-ruby
   librd-html-ext-ruby
   libvorbisfile-ruby
   libzip-ruby

Tatsuya Kinoshita 
   mhc

Thomas Mueller 
   apt-listbugs (U)

Thorsten Alteholz 
   libsbml (U)

Todd Troxell 
   flvtool2

Tomas Pospisek 
   posixlock

Torsten Marek 
   korundum (U)
   qtruby (U)

Torsten Werner 
   ohcount (U)

Troy Heber 
   subversion (U)

Y Giridhar Appaji Nag 
   elinks

YAEGASHI Takeshi 
   rubyfilter

Youhei SASAKI 
   rttool
   ruby-hdfeos5 (U)

Yukiharu YABUKI 
   td2planet


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAFcjS5VnDk_N-S5bCYgZvfc_SQ7GOwHA6ErMhUz4RZKzsp=h...@mail.gmail.com



Bug#487884: libqt4-gui: bug fixed by upstream

2009-04-23 Thread Cédric Boutillier
Package: libqt4-gui
Version: 4.5.0-2
Severity: normal

According to
http://www.qtsoftware.com/developer/task-tracker/index_html?method=entry&id=196152
 ,
a fix for this bug will be released with 4.5.2. The bug has been marked
"fixed" upstream a week ago.

Best,

Cedric



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (700, 'testing'), (600, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libqt4-gui depends on:
ii  libqt4-assistant  4.5.0-2Qt 4 assistant module
ii  libqt4-designer   4.5.0-2Qt 4 designer module
ii  libqt4-opengl 4.5.0-2Qt 4 OpenGL module
ii  libqt4-svg4.5.0-2Qt 4 SVG module
ii  libqtgui4 4.5.0-2Qt 4 GUI module

libqt4-gui recommends no packages.

libqt4-gui suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#444475: The bug is known upstream, but still present in 3.5.8 and 4.0.0

2008-01-22 Thread Cédric Boutillier
Package: kopete
Version: 4:4.0.0-1
Severity: normal


Dear Maintainers,

I found that this bug was already submitted upstream, and two patches have 
been available for about one year.

https://bugs.kde.org/show_bug.cgi?id=135997

The problem is still present in Debian in versions 3.5.8 and 4.0.0. Will this 
be on the list of fixes for 3.5.9 ?

Thanks !




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#444475: patch for kopete_latexconvert.sh ?

2007-12-18 Thread Cédric Boutillier
tags 75 + patch
thanks

Hi !

Would the following patch be suitable ? I tried it on my system, and seems to 
solve the issue.

Thanks!
diff -Nru kdenetwork-3.5.8/kopete/plugins/latex/kopete_latexconvert.sh kdenetwork-3.5.8.new/kopete/plugins/latex/kopete_latexconvert.sh
--- kdenetwork-3.5.8/kopete/plugins/latex/kopete_latexconvert.sh	2005-09-10 10:20:16.0 +0200
+++ kdenetwork-3.5.8.new/kopete/plugins/latex/kopete_latexconvert.sh	2007-12-18 14:02:58.0 +0100
@@ -222,7 +222,7 @@
 	mv $tmpdir/out.$format.0 $outfile
 fi
 
-let OPTIND=$OPTIND+1
+OPTIND=$(($OPTIND+1))
 outfile=""
 done
 


Bug#444475: kopetex: bashism in kopete_latexconvert makes kopete hang.

2007-09-28 Thread Cédric Boutillier
Package: kopete
Version: 4:3.5.7-4
Severity: normal

--- Please enter the report below this line. ---
Hi,

When I tried to type latex formulae in Kopete, I noticed that Kopete hanged. 
Launching kopete from a console and repeating the operation led to the 
following message:

/usr/bin/kopete_latexconvert.sh: 1: let: not found

I thin that the problem is the line 225: let OPTIND=$OPTIND+1, which seems to 
be a bashism, whereas the shebang indicates /bin/sh.
This line should be then replaced by 

OPTIND=$(($OPTIND+1))

I would have liked to produce a patch, but I don't know (yet) (and have no 
time now to learn) how to do it correctly.
Thanks !

Cedric

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-686

Debian Release: lenny/sid
  990 unstableftp.fr.debian.org 
  700 testing ftp.lip6.fr 
  300 experimentalftp.lip6.fr 

--- Package information. ---
Depends(Version) | Installed
-+-==
kdelibs4c2a   (>= 4:3.5.7-1) | 4:3.5.7.dfsg.1-7
libacl1(>= 2.2.11-1) | 2.2.45-1
libart-2.0-2 (>= 2.3.18) | 2.3.19-3
libattr1(>= 2.4.4-1) | 1:2.4.39-1
libaudio2| 1.9-2+b1
libc6 (>= 2.6-1) | 2.6.1-5
libfam0  | 2.7.0-13
libfontconfig1(>= 2.4.0) | 2.4.2-1.2
libfreetype6  (>= 2.3.5) | 2.3.5-1+b1
libgadu3  (>= 1:1.7~rc2) | 1:1.7~rc2-2
libgcc1  (>= 1:4.2-20070516) | 1:4.2.1-5
libglib2.0-0 (>= 2.12.9) | 2.14.1-3
libgsmme1c2a(>= 1.10-10) | 1.10-10
libice6 (>= 1:1.0.0) | 2:1.0.4-1
libidn11 (>= 0.5.18) | 1.1-1
libjpeg62| 6b-14
libmeanwhile1 (>= 1.0.2) | 1.0.2-3
libpcre3(>= 4.5) | 7.3-2
libpng12-0 (>= 1.2.13-4) | 1.2.15~beta5-2
libqt3-mt   (>= 3:3.3.7) | 3:3.3.7-9
libsm6   | 2:1.0.3-1+b1
libstdc++6 (>= 4.2-20070516) | 4.2.1-5
libx11-6 | 2:1.0.3-7
libxcursor1   (>> 1.1.2) | 1:1.1.9-1
libxext6 | 1:1.0.3-2
libxft2   (>> 2.1.1) | 2.1.12-2
libxi6   | 2:1.1.3-1
libxinerama1 | 1:1.0.2-1
libxml2  (>= 2.6.29) | 2.6.30.dfsg-2
libxrandr2  (>= 2:1.2.0) | 2:1.2.2-1
libxrender1  | 1:0.9.4-1
libxslt1.1   (>= 1.1.18) | 1.1.22-1
libxt6   | 1:1.0.5-3
zlib1g (>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-5




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#374361: kaudiocreator: Please include options to deactivate the paranoia mode of cdparanoia

2006-06-18 Thread Cédric Boutillier
Package: kaudiocreator
Version: 4:3.5.3-1
Severity: wishlist

Could you please add some options in the ripper menu to (de)activate the
paranoia/extra paranoia mode of cdparanoia, like in Grip for example ?

Some of my encoding are failing because of the lack of such options.

Thank you in advance

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-k8
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages kaudiocreator depends on:
ii  kdelibs4c2a   4:3.5.3-1  core libraries and binaries for 
al
ii  kdemultimedia-kio-plugins 4:3.5.3-1  enables the browsing of audio CDs
ii  libartsc0 1.5.3-2aRts sound system C support 
librar
ii  libasound21.0.11-4   ALSA library
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-5  GCC support library
ii  libglib2.0-0  2.10.3-1   The GLib library of C routines
ii  libkcddb1 4:3.5.3-1  CDDB library for KDE
ii  libqt3-mt 3:3.3.6-2  Qt GUI Library (Threaded runtime 
v
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3

Versions of packages kaudiocreator recommends:
pn  flac   (no description available)
ii  vorbis-tools  1.1.1-5several Ogg Vorbis tools

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]