Bug#855251: easytag corrupt ogg files

2018-03-07 Thread Tobias Brink
Package: easytag Version: 2.4.3-1 Followup-For: Bug #855251 Could you please also push the update disabling OGG support to stable? I seem to have corrupted who knows how many files over the last weeks. This is especially insidious, since the corrupted files still work in some media players, but

Bug#865488: munin-node: systemd unit needs "After=network.target"

2017-06-21 Thread Tobias Brink
Package: munin-node Version: 2.0.33-1 Severity: important Tags: patch After upgrading an LXC container to stretch, the "munin-node.service" systemd unit does no longer start at boot, but works fine if started manually later. The fix for me was to add [Unit] After=network.target to the

Bug#823134: calibre: Cannot edit books

2016-05-04 Thread Tobias Brink
Package: calibre Version: 2.55.0+dfsg-1 Followup-For: Bug #823134 BTW, if you need a quick hack to fix this, run the following as root: dpkg -L calibre | grep py$ | xargs sed -i 's/QUrl\.None/QUrl.None_/g' Warning: This will edit the package's files (see debsums errors in the information

Bug#823134: calibre: Cannot edit books

2016-05-04 Thread Tobias Brink
Package: calibre Version: 2.55.0+dfsg-1 Followup-For: Bug #823134 I also have this problem. It occurs not only when editing a book but also when trying to view a book or do a bunch of other things. It makes this package pretty much unusable for me right now. The problem seems to be related to a

Bug#797693: python3-imaplib2: import imaplib2 no longer works with python3

2015-09-28 Thread Tobias Brink
Hi! dererk writes: > Hi Tobias! > > I've been waiting some time to see if this 2.47 version was going to be > released at some point, but neither pypi nor its github's repository > appears to have the version you referred. Would you be able to share > where's you pulled

Bug#796824: python3-imaplib2: Python 3 incompatibility, fixed upstream in 2.47

2015-09-01 Thread Tobias Brink
Package: python3-imaplib2 Version: 2.45.0-1 Followup-For: Bug #796824 Hello! This bug still persists. Perhaps I should have included steps to reproduce in my original report, sorry. Simply connect to any server which refuses IMAP connections: Python 3.4.3+ (default, Jun 2 2015, 14:09:35) [GCC

Bug#797693: python3-imaplib2: import imaplib2 no longer works with python3

2015-09-01 Thread Tobias Brink
Package: python3-imaplib2 Version: 2.45.0-1 Severity: important Hello! With the newest upload importing imaplib2 from python3 does not work as expected any more. The error is in the file /usr/lib/python3/dist-packages/imaplib2/__init__.py which reads from imaplib2 import * but should read

Bug#796824: python3-imaplib2: Python 3 incompatibility, fixed upstream in 2.47

2015-08-24 Thread Tobias Brink
Package: python3-imaplib2 Version: 2.42-2 Severity: normal Hello! The python 3 version of imaplib2 has a bug with exception handling: It uses try: foo except Exception as msg: pass and tries to re-use msg later. This is no longer allowed in python 3, leading to UnboundLocalError

Bug#774715: burp: Please update burp package to 1.4.30

2015-01-06 Thread Tobias Brink
Package: burp Version: 1.3.48-4.1 Severity: wishlist According to the author of the burp package, the 1.4.x versions of the software are ready to use (see http://sourceforge.net/p/burp/mailman/message/33196726/) and they fix a few bugs plaguing versions 1.3.x. A major bug that is fixed, e.g., is

Bug#749510: mount: findmnt only lists filesystems when run with -m

2014-05-29 Thread Tobias Brink
This seems to only occur with kernel 3.14 and is fixed upstream in version 2.24.2 according to these links: http://www.spinics.net/lists/util-linux-ng/msg08899.html https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=6c373810f5b1d32824371e9dff6ee5a006388f98 -- To

Bug#473629: powermgmt-base: Patch for /sbin/on_ac_power

2008-06-22 Thread Tobias Brink
Package: powermgmt-base Version: 1.30 Followup-For: Bug #473629 Attached is a patch which makes /sbin/on_ac_power check /sys/class/power_supply/AC/online in addition to /proc/apci. I only tested it on one computer but there it works with kernel 2.6.24-1-686 and 2.6.25-2-686. -- System

Bug#431638: muttprint 0.72d doesn't remove e-mail signatures when configured to do so

2007-07-03 Thread Tobias Brink
Package: muttprint Version: 0.72d-9 Severity: normal Tags: patch When muttprint is invoked with the -s option it should remove the signature from an e-mail before printing it. It doesn't do this. The following patch fixes this for me: --- muttprint.old 2005-05-16 13:15:52.0 +0200 +++