Bug#973735: RFS: ebook2cw/0.8.3-1 -- convert ebooks to Morse MP3s/OGGs

2020-11-04 Thread Christoph Feenders
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "ebook2cw":

 * Package name: ebook2cw
   Version : 0.8.3-1
   Upstream Author : Fabian Kurz 
 * URL : https://fkurz.net/ham/ebook2cw.html
 * License : GPL-2+
 * Vcs : [none]
   Section : hamradio

It builds those binary packages:

  ebook2cw - convert ebooks to Morse MP3s/OGGs

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/ebook2cw/

Alternatively, one can download the package with dget using this command:

  dget -x
https://mentors.debian.net/debian/pool/main/e/ebook2cw/ebook2cw_0.8.3-1.dsc

Changes since the last upload:

 ebook2cw (0.8.3-1) unstable; urgency=low
 .
   * New upstream release 0.8.3.
   * Fix FTCBFS: Don't strip during make install. (Closes: #962430)
   * Bump Standard-Version to 4.5.0.

Regards,
--
  Christoph Feenders



Bug#722670: feed2imap: feed-item causes crash

2016-04-05 Thread Christoph Feenders
Hi Antonio,

yes, I still have this problem using Debian Jessie.

The troublesome feed is available here:
http://iopscience.iop.org/0295-5075/?rss=1

The web-site does not seem very responsive and I have the feeling that
the error/problem only occurs in some kind of timeout condition when the
server stops answering in the middle of a request (see current log for
the feed below).


---
F, [2016-04-05T05:02:07.759207 #18809] FATAL -- : Error while parsing
EPL: #http://responsivenews.co.uk/post/18948466399/cutting-the-mustard */

  /* Below is the original if statement, from the link above. I 
have
amended it to turn of JS on all IE browsers less than 10.
This is due to a function in the iop.jquery.toolbar line 
35/36.
Uses .remove which is not native js supported in IE9 or lower */
  /*if('querySelector' in document
& 'localStorage' in window
& 'addEventListener' in window)*/

  /* This is the updated selector, taken from:
https://justmarkup.com/log/2015/02/26/cut-the-mustard-revisited/ */
if('visibilityState' in document) {

/*! loadJS: load a JS. We are loading this command straight 
away,
before the body loads, so that IF a user has JS enabled, their show hide
panels will automatically be closed. */
/* If this isn't here, then these panels appear open while 
the
page is loading, then when the js loads at the bottom of the page, they
are shut. So the users sees open content, then hidden after a second or
2 when the js is loaded. Not nice */
document.write("">
/usr/lib/ruby/2.1.0/rexml/text.rb:155:in `block in check'
/usr/lib/ruby/2.1.0/rexml/text.rb:153:in `scan'
/usr/lib/ruby/2.1.0/rexml/text.rb:153:in `check'
/usr/lib/ruby/2.1.0/rexml/text.rb:120:in `initialize'
/usr/lib/ruby/2.1.0/rexml/parsers/treeparser.rb:46:in `new'
/usr/lib/ruby/2.1.0/rexml/parsers/treeparser.rb:46:in `parse'
/usr/lib/ruby/2.1.0/rexml/document.rb:287:in `build'
/usr/lib/ruby/2.1.0/rexml/document.rb:44:in `initialize'
/usr/lib/ruby/vendor_ruby/feedparser/feedparser.rb:64:in `new'
/usr/lib/ruby/vendor_ruby/feedparser/feedparser.rb:64:in `parse'
/usr/lib/ruby/vendor_ruby/feedparser/feedparser.rb:53:in `initialize'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:229:in `new'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:229:in `block in
initialize'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:223:in `each'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:223:in `initialize'
/usr/bin/feed2imap:48:in `new'
/usr/bin/feed2imap:48:in `'
...
Illegal character '&' in raw string "
  /*  Cutting the mustard -
http://responsivenews.co.uk/post/18948466399/cutting-the-mustard */

  /* Below is the original if statement, from the link above. I 
have
amended it to turn of JS on all IE browsers less than 10.
This is due to a function in the iop.jquery.toolbar line 
35/36.
Uses .remove which is not native js supported in IE9 or lower */
  /*if('querySelector' in document
& 'localStorage' in window
& 'addEventListener' in window)*/

  /* This is the updated selector, taken from:
https://justmarkup.com/log/2015/02/26/cut-the-mustard-revisited/ */
if('visibilityState' in document) {

/*! loadJS: load a JS. We are loading this command straight 
away,
before the body loads, so that IF a user has JS enabled, their show hide
panels will automatically be closed. */
/* If this isn't here, then these panels appear open while 
the
page is loading, then when the js loads at the bottom of the page, they
are shut. So the users sees open content, then hidden after a second or
2 when the js is loaded. Not nice */
document.write(""
Line: 62
Position: 1821
Last 80 unconsumed characters:

Bug#722670: feed2imap: feed-item causes crash

2016-03-21 Thread Christoph Feenders
Package: feed2imap
Version: 1.2.3-1+deb8u1
Followup-For: Bug #722670

After some time without troublesome feeds, I've now another one causing
feed2imap to crash. Messages from feed2imap follow.

Christoph

---

F, [2016-03-21T08:00:51.747842 #9333] FATAL -- : Error while parsing EPL:
#http://responsivenews.co.uk/post/18948466399/cutting-the-mustard */

  /* Below is the original if statement, from the link above. I
have amended it to turn of JS on all IE browsers less than 10.
This is due to a function in the iop.jquery.toolbar line
35/36. Uses .remove which is not native js supported in IE9 or lower */
  /*if('querySelector' in document
& 'localStorage' in window
& 'addEventListener' in window)*/

  /* This is the updated selector, taken from:
https://justmarkup.com/log/2015/02/26/cut-the-mustard-revisited/ */
if('visibilityState' in document) {

/*! loadJS: load a JS. We are loading this command straight
away, before the body loads, so that IF a user has JS enabled, their show hide
panels will automatically be closed. */
/* If this isn't here, then these panels appear open while
the page is loading, then when the js loads at the bottom of the page, they are
shut. So the users sees open content, then hidden after a second or 2 when the
js is loaded. Not nice */
document.write("">
/usr/lib/ruby/2.1.0/rexml/text.rb:155:in `block in check'
/usr/lib/ruby/2.1.0/rexml/text.rb:153:in `scan'
/usr/lib/ruby/2.1.0/rexml/text.rb:153:in `check'
/usr/lib/ruby/2.1.0/rexml/text.rb:120:in `initialize'
/usr/lib/ruby/2.1.0/rexml/parsers/treeparser.rb:46:in `new'
/usr/lib/ruby/2.1.0/rexml/parsers/treeparser.rb:46:in `parse'
/usr/lib/ruby/2.1.0/rexml/document.rb:287:in `build'
/usr/lib/ruby/2.1.0/rexml/document.rb:44:in `initialize'
/usr/lib/ruby/vendor_ruby/feedparser/feedparser.rb:64:in `new'
/usr/lib/ruby/vendor_ruby/feedparser/feedparser.rb:64:in `parse'
/usr/lib/ruby/vendor_ruby/feedparser/feedparser.rb:53:in `initialize'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:229:in `new'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:229:in `block in initialize'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:223:in `each'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:223:in `initialize'
/usr/bin/feed2imap:48:in `new'
/usr/bin/feed2imap:48:in `'

Illegal character '&' in raw string "
  /*  Cutting the mustard -
http://responsivenews.co.uk/post/18948466399/cutting-the-mustard */

  /* Below is the original if statement, from the link above. I
have amended it to turn of JS on all IE browsers less than 10.
This is due to a function in the iop.jquery.toolbar line
35/36. Uses .remove which is not native js supported in IE9 or lower */
  /*if('querySelector' in document
& 'localStorage' in window
& 'addEventListener' in window)*/

  /* This is the updated selector, taken from:
https://justmarkup.com/log/2015/02/26/cut-the-mustard-revisited/ */
if('visibilityState' in document) {

/*! loadJS: load a JS. We are loading this command straight
away, before the body loads, so that IF a user has JS enabled, their show hide
panels will automatically be closed. */
/* If this isn't here, then these panels appear open while
the page is loading, then when the js loads at the bottom of the page, they are
shut. So the users sees open content, then hidden after a second or 2 when the
js is loaded. Not nice */
document.write(""
Line: 62
Position: 1821
Last 80 unconsumed characters:

Bug#817906: debian-handbook: section on Access Control Lists

2016-03-11 Thread Christoph Feenders
Package: debian-handbook
Version: 8.20151209~deb8u1
Severity: wishlist

Hi,

I'd love to see a section explaining usage [0] and administration [1,2] of
Access Control List (ACL) in this great book.

Best,
Christoph

[0] https://en.wikipedia.org/wiki/Access_control_list
[1] https://wiki.archlinux.org/index.php/Access_Control_Lists
[2] https://access.redhat.com/documentation/en-
US/Red_Hat_Enterprise_Linux/3/html/System_Administration_Guide/ch-acls.html



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

Kernel: Linux 3.16.0-4-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- no debconf information



Bug#804771: RFA: gedit-r-plugin -- Gedit plugin for R statistical computing language

2015-11-11 Thread Christoph Feenders
Package: wnpp
Severity: normal

I request an adopter for the gedit-r-plugin package.

The package description is:
 Gedit plugin for R statistical computing language
 This plugin serves as a lightweight IDE for R. In addition
 to standard gedit functionality such as syntax highlighting
 the additional features are:
  - bottom panel containing one or more different R consoles
  - executing predefined blocks of code
  - generating customized R code

There are open issues with this package, for some of which
solutions are suggested. However, failed to test and incorporate
them for too long, so it's time to let the package find a
better maintainer.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-rfa
for detailed instructions how to adopt a package properly.



Bug#770040: Not compatible with Vte 2.91

2015-06-26 Thread Christoph Feenders
Hi Iain,

many thanks for your report and suggested solution. I've contacted
upstream to have things fixed.

Best,
Christoph


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



Bug#743417: ebook2cwgui FTBFS on hppa arch / patch attached

2014-04-10 Thread Christoph Feenders
Many thanks for bringing this issue to my attention, Helge! I've
prepared a new version of the package, dropping the libgcc1 and
libstdc++6 from the build-dependencies.

Christoph


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



Bug#741490: ebook2cwgui: Please update to use wxwidgets3.0

2014-03-20 Thread Christoph Feenders
Dear Olly,

 I've built and done some testing of your package and it seems to work
 as well as the package currently in unstable (the initial window size is
 too small to show all the controls in both cases).

Many thanks for your work! I've applied your patch and found the program
working fine (including initial window size).

 I'm happy to NMU this change if you wish me to - just let me know.

Please proceed. I'll forward the relevant changes to upstream and
discuss the window-size problem.

Thanks again,
Christoph


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



Bug#739686: rabbitvcs-nautilus: wrong status icon for filenames containing spaces

2014-02-21 Thread Christoph Feenders
Package: rabbitvcs-nautilus
Version: 0.15.2-1
Severity: normal
Tags: upstream

Dear Maintainer,

I noticed that rabbitvcs-nautilus continuously displays the green hook symbol
for files with blanks in their filename, even if the contents were changed.

Steps to reproduce the problem:

1) create file some file
- status icon: blue questionmark
2) git add some\ file
- status icon: green hook, but should be blue plus sign

The same applies if contents of some file are modified; the displayed symbol
always shows green hook.

Christoph



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.12-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rabbitvcs-nautilus depends on:
ii  nautilus 3.8.2-2
ii  python-gobject   3.10.2-2
ii  python-nautilus  1.1-4
ii  rabbitvcs-core   0.15.2-1

rabbitvcs-nautilus recommends no packages.

rabbitvcs-nautilus suggests no packages.

-- no debconf information


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



Bug#738534: ITA: cwirc -- X-Chat morse plugin

2014-02-10 Thread Christoph Feenders
Package: wnpp
Severity: normal


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



Bug#738034: (no subject)

2014-02-07 Thread Christoph Feenders
Package: cwirc
Control: retitle 553397 ITA: cwirc -- X-Chat morse plugin


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



Bug#729558: xfce4: restore icon position after change of resolution

2013-11-14 Thread Christoph Feenders
Package: xfce4
Version: 4.10.1
Severity: wishlist
Tags: upstream

Dear Maintainer,

when the monitor resolution is decreased, xfce automatically re-positions icons
on the desktop, if they don't fit on the screen otherwise. Once the monitor
resolution is increased again, the icons remain at their location instead of
being returned to their original position (as known from gnome, for example).

This behaviour may be annoying when using xfce while connecting to a low-
resolution projector or when temporarily resizing the window of a virtual
machine.

Best,
Christoph



-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing-proposed-updates'), 
(500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xfce4 depends on:
ii  gtk2-engines-xfce  3.0.1-2
ii  libxfce4ui-utils   4.10.0-5
ii  orage  4.8.4-2
ii  thunar 1.6.3-1
ii  xfce4-appfinder4.10.1-1
ii  xfce4-mixer4.10.0-2
ii  xfce4-panel4.10.1-1
ii  xfce4-session  4.10.1-3
ii  xfce4-settings 4.10.1-2
ii  xfconf 4.10.0-2
ii  xfdesktop4 4.10.2-3
ii  xfwm4  4.10.1-2

Versions of packages xfce4 recommends:
ii  desktop-base  7.0.3
ii  tango-icon-theme  0.8.90-5
ii  thunar-volman 0.8.0-2
ii  xfce4-notifyd 0.2.4-2
ii  xorg  1:7.7+4

Versions of packages xfce4 suggests:
pn  gtk3-engines-xfcenone
pn  xfce4-goodiesnone
pn  xfce4-power-manager  none

-- no debconf information


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



Bug#726981: gnome-panel: launching applications causes crash when panel oriented on right side

2013-10-21 Thread Christoph Feenders
Package: gnome-panel
Version: 3.4.2.1-4
Severity: normal
Tags: upstream

We found that launching any application causes gnome to crash, when the panel
is oriented on the right side. On a debian wheezy system, do the following to
replicate the bug:

* create test-user
* login as test-user using Gnome Classic
* set orientation of bottom panel to Right
* start any program (e.g. calculator) from application menu

-- gnome crashes and user is logged out

Both an updated machine (from Squeeze) as well as a freshly installed one
showed this behavior.



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

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

Versions of packages gnome-panel depends on:
ii  gconf-service  3.2.5-1+build1
ii  gnome-icon-theme-symbolic  3.4.0-2
ii  gnome-menus3.4.2-5
ii  gnome-panel-data   3.4.2.1-4
ii  libatk1.0-02.4.0-2
ii  libc6  2.13-38
ii  libcairo-gobject2  1.12.2-3
ii  libcairo2  1.12.2-3
ii  libdconf0  0.12.1-3
ii  libebook-1.2-133.4.4-3
ii  libecal-1.2-11 3.4.4-3
ii  libedataserver-1.2-16  3.4.4-3
ii  libedataserverui-3.0-1 3.4.4-3
ii  libgconf-2-4   3.2.5-1+build1
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libglib2.0-0   2.33.12+really2.32.4-5
ii  libgnome-desktop-3-2   3.4.2-1
ii  libgnome-menu-3-0  3.4.2-5
ii  libgtk-3-0 3.4.2-6
ii  libgweather-3-03.4.1-1+build1
ii  libical0   0.48-2
ii  libice62:1.0.8-2
ii  libpanel-applet-4-03.4.2.1-4
ii  libpango1.0-0  1.30.0-1
ii  librsvg2-2 2.36.1-1
ii  libsm6 2:1.2.1-2
ii  libsoup2.4-1   2.38.1-2
ii  libtelepathy-glib0 0.18.2-2
ii  libwnck-3-03.4.2-1
ii  libx11-6   2:1.5.0-1+deb7u1
ii  libxau61:1.0.7-1
ii  libxml22.8.0+dfsg1-7+nmu2
ii  libxrandr2 2:1.3.2-2+deb7u1

Versions of packages gnome-panel recommends:
ii  alacarte3.5.3-1
ii  evolution-data-server   3.4.4-3
ii  gnome-applets   3.4.1-3
ii  gnome-control-center1:3.4.3.1-2
ii  gnome-icon-theme3.4.0-2
ii  gnome-session   3.4.2.1-4
ii  gnome-session-fallback  3.4.2.1-4
ii  gvfs1.12.3-4

Versions of packages gnome-panel suggests:
ii  gnome-terminal [x-terminal-emulator]  3.4.1.1-2
ii  gnome-user-guide  3.4.2-1+build1
ii  guake [x-terminal-emulator]   0.4.3-3
ii  konsole [x-terminal-emulator] 4:4.8.4-2
ii  lxterminal [x-terminal-emulator]  0.1.11-4
ii  nautilus  3.4.2-1+build1
ii  xterm [x-terminal-emulator]   278-4
ii  yelp  3.4.2-1+b1

-- no debconf information


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



Bug#722670: feed2imap: feed-item causes crash

2013-09-13 Thread Christoph Feenders
Package: feed2imap
Version: 1.0-2
Severity: normal
Tags: upstream

I've been using feed2imap on a fixed set of feeds for some time without
problems, but suddenly, feed2imap started to crash on a particular feed. The
original address of the feed is
  http://iopscience.iop.org/1367-2630/?rss=1
but since the troublesome item might disappear soon, I copied the current
(2013-09-13) state to
  http://echti.de/feed2imap/trouble_feed

On this feed, feed2imap correctly extracts the oldest 3 items titled
* Entangled mechanical cat states via conditional single photon optomechanics
* Evolution of the electronic structure in Mo 1− x Re x alloys
* Spin–orbit-induced hole spin relaxation in InAs and GaAs quantum dots
but then crashes (presumably) processing the following item
* Search for excited electrons and muons in ##IMG##
[http://ej.iop.org/images/1367-2630/15/9/093011/toc_nj482877ieqn1.gif] {$\sqrt
{s}=8$} TeV proton–proton collisions with the ATLAS detector

Error messages in verbose-mode are as follows:

$ feed2imap -v
I, [2013-09-13T09:12:49.603471 #12979]  INFO -- : Feed2Imap V.1.0 started
I, [2013-09-13T09:12:49.603567 #12979]  INFO -- : Reading configuration file

I, [2013-09-13T09:12:49.609261 #12979]  INFO -- : Initializing cache ...
I, [2013-09-13T09:12:49.615230 #12979]  INFO -- : Connecting to IMAP accounts

I, [2013-09-13T09:12:49.971640 #12979]  INFO -- : Fetching and filtering feeds

I, [2013-09-13T09:12:53.796017 #12979]  INFO -- : Parsing and uploading ...
I, [2013-09-13T09:12:54.677351 #12979]  INFO -- : newJournalPhysics: 10 new
items, 0 updated items.
F, [2013-09-13T09:12:56.510144 #12979] FATAL -- : Exception caught while
uploading mail to eTocs2/New J Physics: Command Argument Error. 11
/usr/lib/ruby/vendor_ruby/feed2imap/rubyimap.rb:1095:in `get_tagged_response'
/usr/lib/ruby/vendor_ruby/feed2imap/rubyimap.rb:1147:in `send_command'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/lib/ruby/vendor_ruby/feed2imap/rubyimap.rb:1129:in `send_command'
/usr/lib/ruby/vendor_ruby/feed2imap/rubyimap.rb:649:in `append'
/usr/lib/ruby/vendor_ruby/feed2imap/imap.rb:107:in `putmail'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:256:in `initialize'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:253:in `each'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:253:in `initialize'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:218:in `each'
/usr/lib/ruby/vendor_ruby/feed2imap/feed2imap.rb:218:in `initialize'
/usr/bin/feed2imap:48:in `new'
/usr/bin/feed2imap:48
F, [2013-09-13T09:12:56.510530 #12979] FATAL -- : We can't recover from IMAP
errors, so we are exiting.

Hope this helps.
Christoph



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

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

Versions of packages feed2imap depends on:
ii  librmail-ruby1.8  1.0.0-1
ii  ruby-feedparser   0.7-2
ii  ruby-rubymail [librmail-ruby1.8]  1.0.0-1
ii  ruby1.8   1.8.7.358-7

feed2imap recommends no packages.

Versions of packages feed2imap suggests:
ii  evolution [imap-client]  3.4.4-3
pn  imap-server  none
ii  mutt [imap-client]   1.5.21-6.2

-- no debconf information


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



Bug#711770: RFA: gedit-r-plugin

2013-08-02 Thread Christoph Feenders
Hi Tobias,

I've prepared a package with the current version of the plugin:

   Package name: gedit-r-plugin
   Version : 0.8.0.2-Gtk3-1

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/gedit-r-plugin


Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/g/gedit-r-plugin/gedit-r-plugin_0.8.0.2-Gtk3-1.dsc

Christoph

ps - If I understand the lintian warning correctly, the
DM-Upload-Allowed field in control file is obsolete and should be
removed (not done yet).


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



Bug#711770: RFA: gedit-r-plugin

2013-07-31 Thread Christoph Feenders
Hi Tobias,

I'd like to help to maintain this package. Since this would only be the
third package I work on, it seems likely that I would require some help
(and a sponsor) from time to time.

Christoph


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



Bug#714074: liferea: crash when opening audio/mpeg attachment

2013-06-25 Thread Christoph Feenders
Package: liferea
Version: 1.8.6-1.1
Severity: normal

Hi,

liferea crashes reliably when performing the following steps:

1) Open liferea
2) Select example feed Free Music Archive
3) Select any news item of the feed
4) Click on 1 attachment
5) Double click on URL http://freemusicarchive.org/music ...

Please let me know if you need further information.

Best,
Christoph



-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: amd64 (x86_64)

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

Versions of packages liferea depends on:
ii  gconf-service   3.2.5-1+build1
ii  gconf2  3.2.5-1+build1
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-38
ii  libcairo2   1.12.2-3
ii  libgconf-2-43.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgtk2.0-0 2.24.10-2
ii  libice6 2:1.0.8-2
ii  libjson-glib-1.0-0  0.14.2-1
ii  libnotify4  0.7.5-1
ii  libpango1.0-0   1.30.0-1
ii  libsm6  2:1.2.1-2
ii  libsoup2.4-12.38.1-2
ii  libsqlite3-03.7.13-1+deb7u1
ii  libunique-1.0-0 1.1.6-4
ii  libwebkitgtk-1.0-0  1.8.1-3.4
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxslt1.1  1.1.26-14.1
ii  liferea-data1.8.6-1.1

Versions of packages liferea recommends:
ii  curl  7.26.0-1+wheezy3
ii  dbus  1.6.8-1+deb7u1
ii  dbus-x11  1.6.8-1+deb7u1
ii  wget  1.13.4-3

Versions of packages liferea suggests:
ii  network-manager  0.9.4.0-10

-- no debconf information


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



Bug#714074: liferea: crash when opening audio/mpeg attachment

2013-06-25 Thread Christoph Feenders
On 25/06/13 15:38, Emilio Pozuelo Monfort wrote:

 Can you check if it happens with liferea from experimental?

I tried apt-get -t experimental install liferea and got

The following packages have unmet dependencies:
 liferea : Depends: libc6 (= 2.14) but 2.13-38 is to be installed
   Depends: libglib2.0-0 (= 2.35.9) but 2.33.12+really2.32.4-5
is to be installed
   Depends: libpango-1.0-0 (= 1.14.0) but it is not installable
   Recommends: steadyflow but it is not going to be installed or
   kget but it is not going to be installed

Where is the recent version of ilbpango? My /etc/apt/sources.list reads:

deb http://ftp.de.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.de.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.de.debian.org/debian/ wheezy-updates main
deb http://ftp.de.debian.org/debian/ wheezy-proposed-updates contrib
non-free main
deb-src http://ftp.de.debian.org/debian/ wheezy-proposed-updates contrib
non-free main
deb-src http://ftp.de.debian.org/debian/ wheezy-updates main
deb http://www.deb-multimedia.org wheezy main non-free
deb http://ftp.debian.org/debian/ wheezy-backports main
deb http://cdn.debian.net/debian experimental main

Christoph


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



Bug#712019: Info received (Bug#712019: klatexformula: error message at startup)

2013-06-14 Thread Christoph Feenders
Hi Tobias,

libqt4-sql-sqlite was not installed on my system. I have now installed
the package and the error message disappeared. (Only the epstopdf error
messages remain when not disabling the 'Have epstopdf' option.)

Is the libqt4-sql-sqlite package missing in klatextopdf's dependencies
or was there something odd about my system?

Best,
Christoph


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



Bug#712019: Info received (Bug#712019: klatexformula: error message at startup)

2013-06-14 Thread Christoph Feenders
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 On Friday 14 June 2013 Christoph Feenders wrote: Is the
 libqt4-sql-sqlite package missing in klatextopdf's dependencies 
 or was there something odd about my system?
 
 libqt4-sql-sqlite is missing from the dependencies. I will prepare
 a fixed package soon.

Great! Many thanks for you help!

Best,
Christoph
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlG7IPgACgkQrSdEHAWlP3d65ACfSOrceahwEOR0T2Pl9DUjCSu6
XIoAnRjoibLAUZrcWk1A3mS+4PIPyIrm
=ciuG
-END PGP SIGNATURE-


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



Bug#712019: klatexformula: error message at startup

2013-06-13 Thread Christoph Feenders
Dear Tobias,

 I can reproduce this bug by setting e.g. chmod a-r
 $HOME/.klatexformula/library.klf.db, but not by simply starting 
 klatexformula. Did the message already occured the first time you
 started klatexformula? Could you please try to delete the
 .klatexformula directory and check if the error message pops up
 already on the first start?

Yes, the error occurred right at the first start. To be sure, I
removed the klatexformula package, deleted .klatexformula, reinstalled
klatexformula, and started it. Here's what I get on the command line:

christoph@xena:~$ klatexformula
KLatexFormula Version 3.2.6 by Philippe Faist (c) 2005-2011
Licensed under the terms of the GNU Public License GPL

Warning: QSqlDatabase: QSQLITE driver not loaded
Warning: QSqlDatabase: available drivers: QMYSQL3 QMYSQL
Warning: KLFMainWin::loadLibrary : Can't create resource engine for
library, of scheme  klf+sqlite !  Create parameters are
QMap((Filename, )(klfDefaultSubResource,
)(klfDefaultSubResourceTitle, ))
Fatal: KLFMainWin::loadLibrary: Can't create resource engine for library!
pure virtual method called
terminate called without an active exception
Aborted


There is no file called library.klf.db in the $HOME/.klatexformula
directory:

christoph@xena:~/.klatexformula$ ls -lah
total 44K
drwx--   7 christoph christoph 4.0K Jun 13 08:57 .
drwxr-x--- 147 christoph svnusers   20K Jun 13 08:57 ..
drwxr-xr-x   3 christoph christoph 4.0K Jun 13 08:57 conf
drwx--   2 christoph christoph 4.0K Jun 13 08:57 i18n
drwx--   2 christoph christoph 4.0K Jun 13 08:57 plugindata
drwx--   2 christoph christoph 4.0K Jun 13 08:57 plugins
drwx--   2 christoph christoph 4.0K Jun 13 08:57 rccresources


 epstopdf reported an error (exit status 2). Here is full stderr
 output: [...]
 
 I can reproduce this part of the bug. As temporary workaround you
 can disable the 'Have epstopdf' option in the advanced settings.

Great, thanks! I will try that for a start.

Best,
Christoph


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



Bug#712019: klatexformula: error message at startup

2013-06-12 Thread Christoph Feenders
Package: klatexformula
Version: 3.2.6-1
Severity: important

System: Wheezy (upgraded from Squeeze)

Situtation: fresh install of klatexformula

Problem: At startup following error message occurs Unable to open library file
'/home/christoph/.klatexfomula/library.klf.db' (engine: 'QSQLITE'). Error:
Driver not loaded Driver not loaded
Clicking OK Button -- Main window
When entering a fomula (e.g. f(x)) the preview is shown correctly, but when I
press Evaluate-button an error Message occurs:

epstopdf reported an error (exit status 2). Here is full stderr output:
/usr/bin/epstopdf: 156: /usr/bin/epstopdf: my: not found
/usr/bin/epstopdf: 157: /usr/bin/epstopdf: my: not found
/usr/bin/epstopdf: 158: /usr/bin/epstopdf: my: not found
/usr/bin/epstopdf: 166: /usr/bin/epstopdf: my: not found
/usr/bin/epstopdf: 168: /usr/bin/epstopdf: my: not found
/usr/bin/epstopdf: 169: /usr/bin/epstopdf: my: not found
/usr/bin/epstopdf: 169: /usr/bin/epstopdf: $^O: not found
/usr/bin/epstopdf: 172: /usr/bin/epstopdf: my: not found
/usr/bin/epstopdf: 175: /usr/bin/epstopdf: my: not found
/usr/bin/epstopdf: 176: /usr/bin/epstopdf: =: not found
/usr/bin/epstopdf: 179: /usr/bin/epstopdf: $::opt_autorotate: not found
/usr/bin/epstopdf: 180: /usr/bin/epstopdf: $::opt_compress: not found
/usr/bin/epstopdf: 181: /usr/bin/epstopdf: $::opt_debug: not found
/usr/bin/epstopdf: 182: /usr/bin/epstopdf: $::opt_embed: not found
/usr/bin/epstopdf: 183: /usr/bin/epstopdf: $::opt_exact: not found
/usr/bin/epstopdf: 184: /usr/bin/epstopdf: $::opt_filter: not found
/usr/bin/epstopdf: 185: /usr/bin/epstopdf: $::opt_gs: not found
/usr/bin/epstopdf: 186: /usr/bin/epstopdf: $::opt_gscmd: not found
/usr/bin/epstopdf: 187: /usr/bin/epstopdf: $::opt_help: not found
/usr/bin/epstopdf: 188: /usr/bin/epstopdf: $::opt_hires: not found
/usr/bin/epstopdf: 189: /usr/bin/epstopdf: $::opt_outfile: not found
/usr/bin/epstopdf: 190: /usr/bin/epstopdf: $::opt_res: not found
/usr/bin/epstopdf: 191: /usr/bin/epstopdf: $::opt_restricted: not found
/usr/bin/epstopdf: 192: /usr/bin/epstopdf: $::opt_version: not found
/usr/bin/epstopdf: 195: /usr/bin/epstopdf: Syntax error: ( unexpected

Thus, I can not drag, copy, or save the typeset formula.

Please let me know if you need futher information.



-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: amd64 (x86_64)

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

Versions of packages klatexformula depends on:
ii  libc6  2.13-38
ii  libgcc11:4.7.2-5
ii  libklatexformula3  3.2.6-1
ii  libqt4-dbus4:4.8.2+dfsg-11
ii  libqt4-sql 4:4.8.2+dfsg-11
ii  libqt4-xml 4:4.8.2+dfsg-11
ii  libqtcore4 4:4.8.2+dfsg-11
ii  libqtgui4  4:4.8.2+dfsg-11
ii  libstdc++6 4.7.2-5

klatexformula recommends no packages.

klatexformula suggests no packages.

-- no debconf information


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



Bug#700496: ITP: ebook2cwgui -- GUI for ebook2cw

2013-02-13 Thread Christoph Feenders
Package: wnpp
Severity: wishlist
Owner: Christoph Feenders deb...@echti.de

* Package name: ebook2cwgui
  Version : 0.1.2
  Upstream Author : Fabian Kurz fab...@fkurz.net
* URL : http://fkurz.net/ham/ebook2cw.html#gui
* License : GPL
  Programming Lang: C++
  Description : GUI for ebook2cw

 ebook2cwgui is a graphical user interface (GUI) for the command-line program
 ebook2cw, which converts ebooks to Morse MP3s/OGGs.

 The GUI uses the same configuration file as ebook2cw, called ebook2cw.conf.

 For a detailed description, please refer to the man-page or the project
 website.


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



Bug#698138: ITP: ebook2cw -- Convert ebooks to Morse MP3s/OGGs

2013-01-14 Thread Christoph Feenders
Package: wnpp
Severity: wishlist
Owner: Christoph Feenders deb...@echti.de

* Package name: ebook2cw
  Version : 0.8.2
  Upstream Author : Fabian Kurz fab...@fkurz.net
* URL : http://fkurz.net/ham/ebook2cw.html
* License : GPL
  Programming Lang: C
  Description : Convert ebooks to Morse MP3s/OGGs

ebook2cw is a command line program which converts a plain text (ISO 8859-1 or
UTF-8) file (ebook) to Morse code MP3 or OGG audio files. It automatically
splits and numbers the output files by chapters. For a detailed description,
please refer to the man-page or the project website.


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