Bug#857013: Fixing #857013

2017-04-22 Thread Nis Martensen
control: tags 857013 patch Thanks Michal for finding and reporting this bug! >From 9d8f610dedbd831961ed2d30d96782c569c60d5c Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de> Date: Sat, 22 Apr 2017 11:43:19 +0200 Subject: [PATCH 2/2] utils.py: Fix IndexError: list

Bug#857013: Fixing #857013

2017-04-20 Thread Nis Martensen
This might work, too? : - conffiles = conffiles + [re.findall(r' (.+) ([0-9a-f]+).*$', line)[0]] + conffiles += re.findall(r' (.+) ([0-9a-f]+).*$', line)

Bug#857794: reportbug: crash when encountering some non-ASCII characters

2017-03-24 Thread Nis Martensen
Hi Stuart, Thanks for your comments! On 22-03-2017 02:45, Stuart Prescott wrote: > C.UTF-8 is provided within glibc (it's in the libc-bin package so it > is always available). Is it worth setting that as the locale for all > communication with subprocesses? It strikes me that could simplify >

Bug#857794: reportbug: crash when encountering some non-ASCII characters

2017-03-21 Thread Nis Martensen
Thank you for your report, and for the nice recipe to reproduce the bug. Can you try the attached patch? >From f42c5879b91b11a986e93f7f92244cf938dae0fb Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de> Date: Tue, 21 Mar 2017 22:23:49 +0100 Subject: [PATCH] S

Bug#848729: It is grave

2017-02-14 Thread Nis Martensen
> and my locale is: > > $ locale > LANG=en_DK.UTF-8 Your Traceback is different from the others. This bug is not fixed yet. Did you try to attach a text(plain/html/etc) file in a different encoding than UTF-8? As a workaround, you could gzip that file. Attached a patch that shoul

Bug#853269: reportbug: attempting to use gtk2 interface on text console segfaults, should fallback to text

2017-02-03 Thread Nis Martensen
> reportbug should fallback to the text ui if run from a text console. Here is a patch that implements this. Regards, Nis >From a2da701d8f1fa1a5b33392a6ee8b4d16171466ce Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de> Date: Wed, 1 Feb 2017 23:28:51 +0100 Subject

Bug#853269: reportbug: attempting to use gtk2 interface on text console segfaults, should fallback to text

2017-01-30 Thread Nis Martensen
Package: reportbug Version: 7.1.4 Severity: normal $ reportbug --ui gtk2 Unable to init server: Could not connect: Connection refused Unable to init server: Could not connect: Connection refused Segmentation fault $ reportbug should fallback to the text ui if run from a text console.

Bug#853159: [reportbug] package reportbug should recommend to install the package "gir1.2-vte-2.9"

2017-01-30 Thread Nis Martensen
as intended. The attached patch fixes both #852652 and #853159. >From 7c4ef828a097583f71144e2b785e15c9a7895a55 Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de> Date: Mon, 30 Jan 2017 23:52:20 +0100 Subject: [PATCH 3/3] ui/gtk2_ui: fix incomplete fallback to text ui This fixes cra

Bug#749884: reportbug: doesn't grok :any qualifiers in Depends

2017-01-28 Thread Nis Martensen
The attached patch fixes this by dropping the qualifier before looking up the package status information. It is possible that something else is needed for proper multi-arch support. Regards, Nis >From 3df5c44f472609894488df47deb30f9f3281dc86 Mon Sep 17 00:00:00 2001 From: Nis Marten

Bug#848729: reportbug UnicodeDecodeError: possible patch, please test

2017-01-28 Thread Nis Martensen
Control: tags 848729 patch On 26-01-2017 00:47, Nis Martensen wrote: > Can you please test if the attached patch fixes this bug? > > (This bug already has multiple duplicates -- Bugs #848729, #849358, > #850687, #851865, #852129 all seem related.) Recipe to reproduce the bug:

Bug#848729: reportbug UnicodeDecodeError: possible patch, please test

2017-01-25 Thread Nis Martensen
Can you please test if the attached patch fixes this bug? (This bug already has multiple duplicates -- Bugs #848729, #849358, #850687, #851865, #852129 all seem related.) >From f1bbfcfd8ef09ae86f06ea1aa815e0a4c4e51e92 Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de>

Bug#850317: reportbug attachment bug fix

2017-01-16 Thread Nis Martensen
File "/usr/lib/python3/dist-packages/reportbug/submit.py", line 177, in mime_attach email.Encoders.encode_base64(part) AttributeError: module 'email' has no attribute 'Encoders' Looks like a typo with a simple fix: s/Encoders/encoders/ in line 177 of reportbug/submit.py

Bug#851361: reportbug: please show user from address in human readable format, not rfc 2047 encoded

2017-01-14 Thread Nis Martensen
ing '=?utf-8?q?Hans_M=C3=BCller?= <foo@bar.invalid>' as your from address. After: > Using 'Hans Müller <foo@bar.invalid>' as your from address. >From e1e88e8d5d865dca3d7ad7fb7507423a398248b6 Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de> Date: Sat, 14 Jan

Bug#851355: reportbug manpage: wrong order of email environment variables

2017-01-14 Thread Nis Martensen
aken from your > user name and /etc/mailname. The order of the environment variable does not match the code, which means that the fix for bug #472296 was not complete/correct. Patch attached. >From d4b4fe45ba0a424b7c2ae7bdb2ab8b0b3df994c7 Mon Sep 17 00:00:00 2001 From: Nis Marten

Bug#851322: reportbug: bug script fails with non-ascii characters in reportbugrc

2017-01-13 Thread Nis Martensen
Package: reportbug Version: 7.1.2 Severity: normal Dear Maintainer, Configure a realname with non-ascii characters, then try to report a bug on reportbug itself with reportbug 7.1.2. If you have no locale set, reportbug fails immediately. (But I'm not sure this case should be supported. You

Bug#849749: reportbug: unable to run its own bug script without python 2

2016-12-31 Thread Nis Martensen
The previous patch is still not sufficient if there are non-ascii characters in the name, for example. Explicitly choosing utf-8 character encoding makes it work. >From 95f5fcb92086110e23a3611beae550397ad49801 Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de> Date: Fr

Bug#849749: reportbug: unable to run its own bug script without python 2

2016-12-31 Thread Nis Martensen
The previous patch turned out to be incomplete. Here is a new version, now tested. The bug control file should probably also be updated. Attaching another patch. >From 098e23286bfa44566e4877dd9532ce5e436a799f Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de> Date: Fr

Bug#849749: reportbug: unable to run its own bug script without python 2

2016-12-30 Thread Nis Martensen
rom 5ba5586196275bec188fe4f473a1eba207506cb5 Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de> Date: Fri, 30 Dec 2016 14:11:24 +0100 Subject: [PATCH] Port bug script to python3 --- share/script | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/script b/sha

Bug#849677: [Reportbug-maint] Bug#849677: reportbug: ampersand-replaced usernames should be capitalized instead of uppercased

2016-12-30 Thread Nis Martensen
Hey Sandro, On 29-12-2016 19:53, Sandro Tosi wrote: > Thanks for your patch, but in the meantime reportbug has migrated to > python3 (as for v7.0.0, latest v7.1.1) - could you verify if your fix > is still required in the new version and if so port the patch to it? > git repo url for reference: >

Bug#849677: reportbug: ampersand-replaced usernames should be capitalized instead of uppercased

2016-12-29 Thread Nis Martensen
hed. >From a385efe73ab398b9acd51319dd5249385843326d Mon Sep 17 00:00:00 2001 From: Nis Martensen <nis.marten...@web.de> Date: Thu, 29 Dec 2016 19:25:44 +0100 Subject: [PATCH] Ampersand replacement should capitalize, but not uppercase to match behavior of "finger" --- reportbug/utils.py | 2 +- 1 fi

Bug#813847: dracut: create fsck flag files (like initramfs-tools)

2016-02-05 Thread Nis Martensen
re we go. Patch attached (untested, but looks obvious?). From: Nis Martensen <nis.marten...@web.de> Date: Fri, 5 Feb 2016 22:55:17 +0100 Subject: [PATCH] create fsck flag files in non-systemd mode When / and /usr are successfully checked in the initramfs, indicate this in flag files. The

Bug#810748: systemd does not mount /usr in initramfs, breaking split /usr

2016-01-19 Thread Nis Martensen
think? From: Nis Martensen <nis.marten...@web.de> Date: Tue, 19 Jan 2016 22:01:43 +0100 Subject: [PATCH] Skip filesystem check if already done by the initramfs Newer versions of initramfs-tools already fsck and mount / and /usr in the initramfs. Skip the filesystem check in this case.

Bug#810748: systemd does not mount /usr in initramfs, breaking split /usr

2016-01-16 Thread Nis Martensen
> Can you test whether this compiles and fixes #782522 ? Done that now, the patch works for me. And #782522 remains fixed for initramfs-tools. (Actually I tested a slightly modified version of the patch, with debug output. Attached.) > Not sure if we also need to address #782522 for dracut,

Bug#810748: systemd does not mount /usr in initramfs, breaking split /usr

2016-01-14 Thread Nis Martensen
Control: tags 810748 + patch Moving the flag file test to the place where the fsck_deps are added may work. Untested patch (intended to replace the culprit one, jessie version) attached. Can you test whether this compiles and fixes #782522 ? And, if it does, possibly provide a .deb for jessie so

Bug#810748: dracut: jessie version does not mount /usr

2016-01-13 Thread Nis Martensen
retitle 810748 systemd does not mount /usr in initramfs, breaking split /usr reassign 810748 systemd 215-17+deb8u2 severity 810748 serious If I read the code correctly, than this patch is the culprit:

Bug#810748: systemd does not mount /usr in initramfs, breaking split /usr

2016-01-13 Thread Nis Martensen
> If I read the code correctly, than this patch is the culprit: > http://sources.debian.net/src/systemd/215-17%2Bdeb8u2/debian/patches/Skip-filesystem-check-if-already-done-by-the-initram.patch/?hl=29#L29 > > When systemd is run in the initramfs (which it is with dracut), there > is no

Bug#810748: dracut: jessie version does not mount /usr

2016-01-11 Thread Nis Martensen
Package: dracut Version: 040+1-1 Severity: important In split-/usr configurations, when dracut switches root from the initrd to /sysroot, it must already have mounted sysroot/usr before. Otherwise systemd will be unable to read /etc/os-release (which is a symlink to .../usr/lib/os-release) and

Bug#803504: dovecot pam authentication broken

2015-10-31 Thread Nis Martensen
Some more data points: - Further simplification of the dovecot config (ssl = no) does not make a difference. - The problem is not reproducible on a different machine, using the exact same content of /etc/dovecot.conf and /etc/pam.d/dovecot. - On the machine where the problem persists, this pam

Bug#803504: dovecot pam authentication broken

2015-10-31 Thread Nis Martensen
The problem is now reproducible on my second machine. > - What difference between my test machines could potentially cause the > difference in behavior? One difference was related to the dovecot-related packages. I could only reproduce the problem with the following packages installed:

Bug#803504: dovecot pam authentication broken

2015-10-30 Thread Nis Martensen
Source: dovecot Version: 1:2.2.13-12~deb8u1 Severity: normal Dovecot stopped working after the upgrade from wheezy to jessie: None of our users could still log in. After some debugging, the problem was fixed by switching from passdb { driver=pam } to passdb { driver=shadow }. However, I believe

Bug#131137: [ft-devel] manual pages for freetype2-demos

2014-01-05 Thread Nis Martensen
On 28.10.2013 10:44, Werner LEMBERG wrote: I've now committed revised and updated versions of the man pages. Please check. Thank you. Here is another one, for freetype-config. While there is already one for that in Debian, it is written in SGML and requires the corresponding toolchain to

Bug#131137: manual pages for freetype2-demos

2013-08-31 Thread Nis Martensen
Hi, In Debian there is a goal to have man pages for all executables. There aren't any for the freetype2-demo programs yet, which is considered a bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131137. Please find attached some minimal draft man pages, mainly based upon the usage output of

Bug#717052: qgis: Please add working watch file

2013-08-11 Thread Nis Martensen
Paolo Cavallini wrote: Dear Maintainer, for a proper update of thermometer [0], it is essential to add a watch file. Yes please. Like: -- version=3 http://qgis.org/downloads/qgis-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- -- To UNSUBSCRIBE, email to

Bug#701936: btrfs can't fsck /run/rootdev on boot

2013-03-17 Thread Nis Martensen
/fsck.c#n297 The same could be done in sysvinit. Possible (untested) patch attached. From 70df7cd47d0950592ae95f61fa12ba066b36fd16 Mon Sep 17 00:00:00 2001 From: Nis Martensen nis.marten...@web.de Date: Sun, 17 Mar 2013 13:28:16 +0100 Subject: [PATCH] Skip root filesystem check for btrfs file systems

Bug#545801: qcontrol: no longer works in lenny

2009-09-10 Thread Nis Martensen
2009/9/9 Frans Pop elen...@planet.nl: Can you please provide the output of the following command (as root):   udevadm test /class/input/event0 This program is for debugging only, it does not run any program, specified by a RUN key. It may show incorrect results, because some values may be

Bug#545801: qcontrol: no longer works in lenny

2009-09-10 Thread Nis Martensen
Hi Frans, 2009/9/10 Frans Pop elen...@planet.nl: Create a file /etc/udev/rules.d/z60-qcontrol.rules: KERNEL==event*, ENV{ID_PATH}==platform-gpio-keys, \        SYMLINK+=input/by-path/$env{ID_PATH}-event- Sorry, still no difference... -- To UNSUBSCRIBE, email to

Bug#545801: qcontrol: no longer works in lenny

2009-09-10 Thread Nis Martensen
Hi Frans, 2009/9/10 Nis Martensen nis.marten...@web.de: Sorry, still no difference... Must have been a copy/paste error on my side. In fact in works now. Thank you for your help! Regards, Nis -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#545801: qcontrol: no longer works in lenny

2009-09-09 Thread Nis Martensen
Package: qcontrol Version: 0.4.2-1 Severity: important After installing the latest stable updates, qcontrol stopped working: qcontrol error: gpio_keys device not available I suspect this may be caused by the updated udev (Version: 0.125-7+lenny3). There is no /dev/input/by-path directory: $ ls

Bug#524505: qcontrol: no longer works with udev in lenny

2009-09-08 Thread Nis Martensen
Package: qcontrol Followup-For: Bug #524505 With the recent udev update in Lenny (Version 0.125-7+lenny3), qcontrol no longer works: qcontrol error: gpio_keys device not available (warning). -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable')

Bug#530347: apticron: Please improve compatibility to different mailx implementations

2009-05-24 Thread Nis Martensen
Package: apticron Severity: normal Tags: patch Hi Tiago, Please consider the attached patch. This time, the patch has actually been tested. Regards, Nis From 5f800612e607bc854b5a0a5399a3911ec2b85701 Mon Sep 17 00:00:00 2001 From: Nis Martensen nis.marten...@web.de Date: Sun, 24 May 2009 11:08

Bug#524169: Please reopen 524169

2009-05-02 Thread Nis Martensen
Hi Tiago, The fix you are using for 524169 is broken, because you now call /usr/bin/bsd-mailx, but this does not necessarily exist. See: Depends: bsd-mailx | mailutils How about making apticron compatible to all three mailx implementations currently in debian again? The attached (untested) patch

Bug#526437: ivman: Connected USB devices not mounted on boot

2009-05-01 Thread Nis Martensen
Package: ivman Version: 0.6.14-3.1 Severity: normal Tags: patch Running ivman as system daemon, a connected USB drive was only mounted when connected during operation, but not on boot. Changing the runlevel configuration to start ivman after hal solved the issue. Untested patches below. ---

Bug#465484: heirloom-mailx: fails to send utf-8 encoded mail in POSIX locale

2008-02-13 Thread Nis Martensen
On Wed, 13 Feb 2008 01:43:20 +0100, Hilko Bengen wrote: Thanks for spotting this. I believe that putting a set ttycharset=utf8 into /etc/nail.rc should fix this issue. Could you please try whether the bug is still reproducible with that setting? Putting the above line in .nailrc does

Bug#465484: heirloom-mailx: fails to send utf-8 encoded mail in POSIX locale

2008-02-13 Thread Nis Martensen
On Tue, 12 Feb 2008 19:55:51 +0100, Nis Martensen wrote: Apticron stopped working for me, instead I got mails from anacron with the following content: /etc/cron.daily/apticron: Invalid or incomplete multibyte or wide character . . . message not sent. //dead.letter 1285/51195 run-parts

Bug#465484: heirloom-mailx: fails to send utf-8 encoded mail in POSIX locale

2008-02-12 Thread Nis Martensen
Package: heirloom-mailx Version: 12.3-3 Severity: normal Apticron stopped working for me, instead I got mails from anacron with the following content: /etc/cron.daily/apticron: Invalid or incomplete multibyte or wide character . . . message not sent. //dead.letter 1285/51195 run-parts:

Bug#463857: hotkey-setup: initscript fails on Thinkpad R61: /dev/input/uinput not found

2008-02-04 Thread Nis Martensen
Improved patch: --- hotkey-setup2008-01-16 23:08:03.0 +0100 +++ hotkey-setup.modified 2008-02-04 15:49:07.0 +0100 @@ -62,6 +62,10 @@ if [ ! -c /dev/nvram ]; then modprobe nvram fi + for t in 0.1 0.2 0.4 0.8 1.6; do + [

Bug#463857: hotkey-setup: initscript fails on Thinkpad R61: /dev/input/uinput not found

2008-02-03 Thread Nis Martensen
Package: hotkey-setup Version: 0.1-21 Severity: normal Tags: patch Yesterday I noticed that hotkey-setup failed with something like /dev/input/uinput: no such file or directory or similar. Re-running the initscript succeeded. I suspect that device files are not necessarily immediately available

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-12-13 Thread Nis Martensen
want to move the feed links, you can modify that template. Of course, that means such a change would be global. Were you wanting to move the feed links globally, or only for a single page? We want to move them globally. Nis Martensen wrote: However, this will change the feedlink URIs

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-12-13 Thread Nis Martensen
Of course, I forgot to attach the patches... From f5d7b98a47d880fee8af639879cb5a694a39d72e Mon Sep 17 00:00:00 2001 From: Nis Martensen [EMAIL PROTECTED] Date: Thu, 13 Dec 2007 09:56:59 +0100 Subject: [PATCH] Also increment feednum only if feeds are generated --- IkiWiki/Plugin/inline.pm |4

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-12-06 Thread Nis Martensen
Hi Joey, On Tue, 20 Nov 2007 12:54:38 +0100, Nis Martensen wrote: Subject: [PATCH] Add an option to move feedlinks to below the inlined content In case no postform is provided, feedlinksbelow=yes can be used to move the feedlinks down. The same effect can already be achieved without

Bug#453820: mysql-server-5.0: Don't use commented out password lines

2007-12-01 Thread Nis Martensen
Package: mysql-server-5.0 Version: 5.0.32-7etch3 Severity: minor Tags: patch We were wondering why upgrading mysql-server kept breaking access for the debian-sys-maint user for us. The reason turned out to be that we had an old (commented out) password line in /etc/mysql/debian.cnf (at the top of

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-11-20 Thread Nis Martensen
On Thu, 15 Nov 2007 14:37:22 +0100, Nis Martensen wrote: * Include feedlink template only if at least one of $rss or $atom is defined. This part was unnecessary: One should use »feeds=no« instead. Remaining part of the previous patch below. Tested against latest git. From

Bug#451376: ikiwiki: inline plugin: allow moving feedlinks below inlined content

2007-11-15 Thread Nis Martensen
, this one is actually from me. Only tested with ikiwiki 2.9. From c1fcaf33156dfa595c2b0e606323edcc7b4d314d Mon Sep 17 00:00:00 2001 From: Nis Martensen [EMAIL PROTECTED] Date: Thu, 15 Nov 2007 13:51:40 +0100 Subject: [PATCH] Allow moving the feedlinks to below the inlined content * This adds

Bug#443329: should override umask when writing wiki

2007-11-13 Thread Nis Martensen
On Tue, 13 Nov 2007 15:32:33 -0500, Joey Hess wrote: I suppose it could be implemented as an option. Although wouldn't it be better for apache itself to have an option for setting the umask? I'm sure there are other cgi scripts that write files with unexpected modes when apache inherits an

Bug#451019: ikiwiki: Allow different date formats in one wiki

2007-11-12 Thread Nis Martensen
Package: ikiwiki Version: 2.9 Severity: wishlist Tags: patch http://cairographics.org is currently using a slightly patched version of ikiwiki. This means that Carl has to re-apply his patches when an ikiwiki update is installed on fd.org. I would like to submit the changes that might be suitable

Bug#451023: ikiwiki: Put username and email adress into git's author field

2007-11-12 Thread Nis Martensen
Package: ikiwiki Version: 2.9 Severity: wishlist Tags: patch This is the second part of my submit changes from fd.org that might be suitable for upstream quest. The following patch is currently being used on cairographics.org. See also http://ikiwiki.info/todo/git_attribution/ . From: Carl

Bug#443329: should override umask when writing wiki

2007-11-12 Thread Nis Martensen
Third part of this patch submission series. The patch below (by cworth) is currently in use in cairographics.org's version of ikiwiki. Since the subject matches, I am sending this to an existing bug report. Subject: [PATCH] Explicitly set umask to 0002 in wrapper Without this, the CGI was

Bug#450777: tasksel: Tasksel uninstalls packages without asking

2007-11-10 Thread Nis Martensen
Package: tasksel Severity: important Version of the tasksel package: 2.66 Yesterday a new server (dhcp, samba, nis+nfs, cups, ntp) was set up (a fresh etch install) and has already replaced our old server. Today I noticed that at was not installed somehow. Having never really used tasksel (it

Bug#413888: pybliographer: fresh stable release upstream 1.2.11

2007-09-29 Thread Nis Martensen
Hi Chris, Pybliographer 1.2.11 is out. It would be nice to have this version in debian. -From http://pybliographer.org/News/2007-09-25: | This is mainly a bugfix release. Changes include: | | * fixed multiple creation of entries | * fixed bug related to creating a new field | * rearrangement of

Bug#433188: ikiwiki: img plugin does not always need to provide a link

2007-07-15 Thread Nis Martensen
Package: ikiwiki Version: 2.3 Severity: wishlist Tags: patch Hi, currently images included with the image plugin always provide a link to the image. Sometimes this may not be needed, it may be enough to just show the image. Currently one has to use HTML to do that. Possible patch, using a

Bug#432556: ikiwiki: meta plugin: stylesheet embedding needs type instead of style

2007-07-13 Thread Nis Martensen
On Thu, 12 Jul 2007 17:17:11 -0400, Joey Hess wrote: Nis Martensen wrote: - \ style=\text/css\ /\n; + \ type=\text/css\ /\n; You'll have to give me more information. style= works here: http://ikiwiki.info/css_market/ It certainly does not for me

Bug#432556: ikiwiki: meta plugin: stylesheet embedding needs type instead of style

2007-07-13 Thread Nis Martensen
On Fri, 13 Jul 2007 16:38:37 -0400, Joey Hess wrote: Nis Martensen wrote: The three alternate stylesheets use style= and do not work, but there is an additional problem with them: They give a 404 not found because there is one css_market/ too much. So I still don't understand why you say

Bug#432556: ikiwiki: meta plugin: stylesheet embedding needs type instead of style

2007-07-10 Thread Nis Martensen
Package: ikiwiki Version: 2.3 Severity: minor Tags: patch External stylesheets are not used, due to a typo. diff --git a/meta.pm b/meta.pm index 184146c..4d7dde7 100644 --- a/meta.pm +++ b/meta.pm @@ -90,7 +90,7 @@ sub preprocess (@) { #{{{ $meta{$page}.='link href='.$stylesheet.

Bug#432045: ikiwiki: toc plugin: anchors without closing tags confuse firefox

2007-07-08 Thread Nis Martensen
On Sat, 07 Jul 2007 20:33:59 -0400, Joey Hess wrote: Why is this not a firefox/gecko bug? The XHTML spec says: It probably is. I only saw the results and thought it would be easiest to fix here. (At least as long as firefox shows this behaviour.) In fact, it seems to depend on whether the

Bug#432045: ikiwiki: toc plugin: anchors without closing tags confuse firefox

2007-07-06 Thread Nis Martensen
Package: ikiwiki Version: 2.3 Severity: minor Tags: patch There is a minimal example at http://www.eev.e-technik.tu-darmstadt.de/~nmartensen/ that shows what I mean. Tested with Iceweasel and Epiphany from etch. The fix is simple: diff --git a/toc.pm b/toc.pm index 797bfc6..bc62f71 100644 ---

Bug#125637: pybliographer: undocumented manual pages

2007-02-23 Thread Nis Martensen
was written by Nis Martensen for Debian/GNU Linux and may be used, modified and/or distributed freely by anyone. .TH pybliographic 1 23 February 2007 .SH NAME pybliographic \- manage bibliographic databases (GUI) .SH SYNOPSIS .B pybliographic .RI [ database ] .SH DESCRIPTION Pybliographic is a graphical

Bug#125637: pybliographer: undocumented manual pages

2007-02-23 Thread Nis Martensen
), http://pybliographer.org/ .SH AUTHOR This manpage was written by Nis Martensen for Debian/GNU Linux and may be used, modified and/or distributed freely by anyone. .TH pybcompact 1 23 February 2007 .SH NAME pybcompact \- produce compact bibliographic databases .SH SYNOPSIS .B pybcompact .RI \[la

Bug#412085: pybtex: does not work

2007-02-23 Thread Nis Martensen
Package: pybliographer Version: 1.2.9-1 Severity: normal No manpage yet for pybtex, because it does not work at all: $ pybtex usage: pybtex latexfile [bibtexfiles...] $ cat as.tex \documentclass[11pt]{article} \bibliographystyle{plain} \begin{document} \cite{one} \bibliography{bibo}

Bug#125637: pybliographer: undocumented manual pages

2007-02-23 Thread Nis Martensen
. It supports the following file formats: BibTeX, ISI (ISIFile), Medline, Ovid, Refer. .SH SEE ALSO pybliographer(1), http://pybliographer.org/ .SH AUTHOR This manpage was written by Nis Martensen for Debian/GNU Linux and may be used, modified and/or distributed freely by anyone. .TH pybtext 1 2007-02

Bug#394802: wmaker: please revert changes to Defaults/WindowMaker

2006-12-08 Thread Nis Martensen
Hello, On Mon, 23 Oct 2006 09:43:01 +0200, Frederik Schueler wrote: your last upload broke wmaker completely: most key shortcuts have been deactivated without warning, like alt-tab window switching, window raising and lowering, desktop switching, automatic window focussing etc where all

Bug#384962: locale unusable with current firefox

2006-09-13 Thread Nis Martensen
On Tue, 12 Sep 2006 21:51:31 +0200, gerhard oettl wrote: Same story here, but as suggested in bug 364454 aptitude reinstall firefox-locale-de revived the language support. As already stated in bug 364454, running touch /usr/lib/firefox/extensions/langpack-* is much faster than

Bug#384956: zimpl is currently uninstallable in testing

2006-08-28 Thread Nis Martensen
Package: zimpl Severity: grave Justification: renders package unusable pc23:~# apt-get install zimpl Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable

Bug#377827: apticron fails to read changelogs via apt-listchanges

2006-07-13 Thread Nis Martensen
Hi, The actual bug here was in apt-listchanges which did not produce any output any more. This was caused by a change in the default options of GNU tar (see #375300). The bug is fixed in apt-listchanges 2.59-0.3 which is going into testing today. Nis -- To UNSUBSCRIBE, email to [EMAIL

Bug#377050: fails to configure when upgrading both tetex-bin and lmodern

2006-07-06 Thread Nis Martensen
Package: tetex-bin Version: 3.0-17 Severity: normal pc23:~# apt-get upgrade [...] Preparing to replace tetex-bin 3.0-16 (using .../tetex-bin_3.0-17_i386.deb) ... Unpacking replacement tetex-bin ... [...] Preparing to replace lmodern 0.99.3-4 (using .../lmodern_1.00-2_all.deb) ... Unpacking

Bug#370674: apticron: argument list for apt-listchanges isn't built properly

2006-06-12 Thread Nis Martensen
On Tue, 06 Jun 2006 12:04:27 +0200, Michael Kaaden wrote: Looking into this, I assume line 90 if [ `ls ${PKGPATH}${PKG}_${VERFILE}_*.deb /dev/null` ] ; then to be the source of the problem. It is. ls will not produce any output (due to the redirection to /dev/null), so the test ([) has

Bug#364454: firefox-locale-de: not compatible with Firefox 1.5.0.3

2006-05-18 Thread Nis Martensen
On Tue, 16 May 2006 17:06:23 +0200, Markus Bauer wrote: Reinstalling firefox-locale-de and touch /usr/lib/firefox/extensions/[EMAIL PROTECTED]/ does not work with my current firefox version (1.5.dfsg+1.5.0.3-2). Both reinstalling and touch ... only work if you have started firefox before and

Bug#364454: firefox-locale-de: incompatible version is compatible

2006-05-09 Thread Nis Martensen
I didn't check which file, though. touch /usr/lib/firefox/extensions/[EMAIL PROTECTED]/ alone does help. Maybe firefox should touch /usr/lib/firefox/extensions/langpack-* on upgrade, if the language packs are still compatible. This is only a workaround, though. Nis -- To UNSUBSCRIBE, email

Bug#364454: firefox-locale-de: incompatible version is compatible

2006-05-01 Thread Nis Martensen
Package: firefox-locale-de Version: 1.5.0.1lang20060327-1 Followup-For: Bug #364454 Instead of reinstalling, I ran touch $(dpkg -L firefox-locale-de) which helped, too. Apparently firefox decides about compatibility of extensions based on file timestamps. I didn't check which file, though. Nis

Bug#365073: RFP: zimpl -- mathematical modeling language for mixed integer programs

2006-04-27 Thread Nis Martensen
Package: wnpp Severity: wishlist * Package name: zimpl Version : 2.0.4 Upstream Author : Thorsten Koch koch at zib.de * URL : http://www.zib.de/koch/zimpl/ * License : GPL Description : mathematical modeling language for mixed integer programs Zimpl is

Bug#341578: m-tx: this bug is already fixed

2006-04-14 Thread Nis Martensen
Package: m-tx Version: 0.60-3 Followup-For: Bug #341578 The dangling symlink bug is already fixed in m-tx 0.60-3. Due to a missing build on mips this version is still not in testing yet. Roland, can you trigger a rebuild on mips? Thanks, Nis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#281415: antiword: Next new version available

2006-04-14 Thread Nis Martensen
On Thu, 13 Apr 2006 23:16:41 +0200, Nis Martensen wrote: If you prepare an update, please consider either fixing or dropping kantiword. [...] Kantiword still needs gv (and konsole for error messages) to work. Another random idea would be to move kantiword from /usr/bin to a place in /usr

Bug#281415: antiword: Next new version available

2006-04-13 Thread Nis Martensen
Package: antiword Version: 0.35-2sarge1 Followup-For: Bug #281415 Antiword 0.37 is out, upstream ChangeLog: ,--- | Changes 0.36 to 0.37 | | Bug fixes: | - Bug reported by Suzanne Skinner [EMAIL PROTECTED] (and others) fixed | New features: | - XML/DocBook output now contains

Bug#360783: bts: [manual]: Typo in URI

2006-04-04 Thread Nis Martensen
Package: devscripts Version: 2.9.15 Severity: minor Tags: patch One of the URIs in the bts(1) manpage does not work. Patch attached. Thanks, Nis --- bts.1.orig 2006-04-04 19:29:19.0 +0200 +++ bts.1 2006-04-04 19:30:12.0 +0200 @@ -253,7 +253,7 @@ .SH COMMANDS .IX Header

Bug#357326: severity is serious

2006-03-27 Thread Nis Martensen
The comment to the bts command got lost... This bug is serious because it makes pmx FTBFS on powerpc. Thanks, Nis Martensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#352237: m-tx: obsolete information in debian/copyright

2006-02-10 Thread Nis Martensen
Package: m-tx Version: 0.60-3 Severity: minor Tags: patch Hi Roland, This updates some addresses in debian/copyright. --- copyright 2005-09-04 14:27:04.0 +0200 +++ copyright.changed 2006-02-10 16:32:27.0 +0100 @@ -5,14 +5,10 @@ Wed, 06 Aug 2003 14:08:00 +0200 It was

Bug#351706: m-tx: FTBFS on mips and mipsel

2006-02-06 Thread Nis Martensen
Package: m-tx Version: 0.60-3 Severity: important Justification: fails to build from source According to http://buildd.debian.org/fetch.php?pkg=m-txver=0.60-3arch=mipsstamp=1134401866file=logas=raw and http://buildd.debian.org/fetch.php?pkg=m-txver=0.60-3arch=mipselstamp=1134396601file=logas=raw

Bug#317570: lilypond: convert-ly not working

2005-09-15 Thread Nis Martensen
On Sat, 09 Jul 2005 20:18:43 +0100, Silas S. Brown wrote: Here is a piece of music in Lilypond format which I wrote on Debian Woody and it worked fine. When I upgraded to Sarge, it wouldn't typeset anymore. I tried using convert-ly to upgrade it, but the resulting output from convert-ly

Bug#326204: m-tx: debuild clean should also clean doc directory

2005-09-02 Thread Nis Martensen
Package: m-tx Version: 0.60-2 Severity: minor Tags: patch As you suggested, my next patch comes via reportbug :-) This one makes debian/rules clean also clean the mtxdoc directory. This allows us to generate a list of non-generated files in the doc directory after running debian/rules clean.

Bug#316165: m-tx: mtx.tex missing

2005-08-03 Thread Nis Martensen
-0.55c/debian/postinst 2005-08-03 09:49:08.0 +0200 @@ -0,0 +1,19 @@ +#!/bin/sh +# +# postinst script for the Debian GNU/Linux m-tx package +# by Nis Martensen [EMAIL PROTECTED], stolen from the postinst +# script for the pmx package by Anthony Fok [EMAIL PROTECTED] +# This is free

Bug#299006: mozilla-firefox: searchplugin still auto-updated

2005-04-11 Thread Nis Martensen
Package: mozilla-firefox Version: 1.0.2-1 Followup-For: Bug #299006 I still get duplicate google searchplugins, even though updateCheckDays is set to 0 in /usr/lib/mozilla-firefox/searchplugins/google.src 2 or 3 days ago I deleted the old duplicate, but today it came back. -- System

<    1   2   3