Bug#572013: udhcpc: bashism in /usr/share/udhcpc/default.script causes network setup to fail

2010-02-28 Thread Axel Beckert
Package: udhcpc Version: 1:1.15.3-1 Severity: important File: /usr/share/udhcpc/default.script I got a bug report by private mail. Here's the summary of it: /usr/share/udhcpc/default.script contains $((metric++)) which seems to be a bashism although checkbashisms doesn't find it (http://bugs.debi

Bug#572013: Patch for #572013, #572008 (bashism in udhcpc/default.script)

2010-02-28 Thread Axel Beckert
=== --- changelog (revision 62547) +++ changelog (working copy) @@ -1,3 +1,10 @@ +busybox (1:1.15.3-2) unstable; urgency=low + + [ Axel Beckert ] + * Fix bashism in udhcpc default.script (Closes: #572008, #572013) + + -- Axel Beckert Mon, 01 Mar 2010 01:04:13 +0100 + busybox (1

Bug#572013: Patch for #572013, #572008 (bashism in udhcpc/default.script)

2010-03-01 Thread Axel Beckert
Hi, Bastian Blank wrote: > On Mon, Mar 01, 2010 at 02:10:54AM +0100, Axel Beckert wrote: > > - /sbin/route add default gw $i dev $interface metric > > $((metric++)) > > + /sbin/route add default gw $i dev $interface metric > > $((metric=

Bug#464770: #464770 Should probably build-depend on libpng-dev?

2010-03-07 Thread Axel Beckert
current libgd versions can generate GIF as well as PNG again. I'll check if I can easily replace the embedded code copy with any of the libgd2* packages as dependency. Cc to the security testing team, see https://wiki.debian.org/EmbeddedCodeCopies Regards, Axel -- ,&#

Bug#464770: tag #464770 (wml: Should probably build-depend on libpng-dev) as pending

2010-03-07 Thread Axel Beckert
. Thanks for reporting it. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `-| 4096R: 2517 B724 C5F6 CA99

Bug#559841: #559841: wml: please consider documenting which files from the tarball are unused, repackage it, [...]

2010-03-07 Thread Axel Beckert
heck which files are used for the package build and which not. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE

Bug#464767: tag #464767 (copyright file should list also non-used code) as pending

2010-03-07 Thread Axel Beckert
tags 464767 + pending kthxbye Will be solved by repackaging and therefore removing the unused code. See #559841. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D:

Bug#575938: ITP: dh-autoreconf -- debhelper add-on to call autoreconf and clean up after the build

2010-03-31 Thread Axel Beckert
want. Indeed. I recently just implemented a similar but less sophisticated feature for one of my packages by more or less copying away all relevant files and restoring them in the clean target. I'd really like to see such a feature in Debian! Regards, Axel -- ,&#x

Bug#575514: ITA: pconsole -- parallel console shell for administering clusters

2010-04-01 Thread Axel Beckert
retitle 575514 ITA: pconsole -- parallel console shell for administering clusters owner 575514 ! kthxbye Hi, I'm a heavy-duty user of pconsole (mostly at work, but anyway) and therefore do care about this package's state in Debian. Regards, Axel -- ,''

Bug#576272: lemon: Does no more generate .c and .h files, just .out

2010-04-02 Thread Axel Beckert
Package: lemon Version: 3.6.23-1 Severity: important With lemon 3.6.22-1, the current netsurf package in Sid builds fine. With lemon 3.6.23-1 it FTBFS (http://bugs.debian.org/574299), because lemon does no more build css/parser.c and css/parser.h out of css/parser.y. It only outputs a file named c

Bug#576272: lemon: Does no more generate .c and .h files, just .out

2010-04-02 Thread Axel Beckert
Hi, Axel Beckert wrote: > I haven't found any hint on this changed behaviour (just "Updates to > Lemon") in either README.Debian, changelog.Debian.gz or changelog.gz > of sqlite3, so I consider this change being unwanted, a regression, > and therefore a bug. I suspec

Bug#576522: wml: Embedded code copy of txt2perl uses no more supported perl variable $*

2010-04-05 Thread Axel Beckert
Package: wml Version: 2.0.11ds1-0.4 Severity: normal Owner: Axel Beckert Including a file with WML's embedded code copy of txt2html (e.g. with "&wml_fmt_text({ FILE => 'demo.txt' });") fails with "$* is no longer supported at /usr/lib/wml/exec/wml_aux_txt2ht

Bug#576528: wml: Waits for input from STDIN when wml::fmt::text is used with external txt2html

2010-04-05 Thread Axel Beckert
Package: wml Version: 2.0.11ds1-0.4 Severity: normal Owner: Axel Beckert When using wml::fmt::text with the external copy of txt2html, wml waits until STDIN is closed (e.g. by pressing Ctrl-D). Looks as if txt2html expects something from STDIN. Calling "txt2html filename < /dev/null |&

Bug#576678: initramfs-tools: breaks but continues if /tmp is mounted with noexec option

2010-04-06 Thread Axel Beckert
Package: initramfs-tools Version: 0.94 Severity: normal /tmp on my EeePC is mounted as follows: tmpfs on /tmp type tmpfs (rw,noexec,nosuid,nodev) Starting with initramfs-tools 0.94, mkinitramfs throws a lot of error messages about without neither stopping nor declaring the packages which trigger

Bug#576678: initramfs-tools: breaks but continues if /tmp is mounted with noexec option

2010-04-06 Thread Axel Beckert
s(8) man page. Looked there (mostly for commandline options) before reporting that bug. But even searching for "TMP" in there now didn't find any hint on that. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debi

Bug#576678: initramfs-tools: breaks but continues if /tmp is mounted with noexec option

2010-04-06 Thread Axel Beckert
e now didn't find any hint on that. > > accepting patches ;) sending a patch: > http://git.debian.org/?p=kernel/initramfs-tools.git;a=summary > see mkinitramfs.8 in topdir. HTH: >From e99ff833679bc4c44a47e6773931e3c77abc4073 Mon Sep 17 00:00:00 2001 From: Axel Beckert Dat

Bug#613300: preliminar fuse4bsd package available, PLEASE TEST

2011-06-06 Thread Axel Beckert
ame interface (i.e. /usr/bin/fusermount and /sbin/mount.fuse). I suspect we'll probably need wrapper scripts to provide these interfaces. Will have a closer look at it later, when my kfreebsd box is back online. (Just came back from LUG-Camp.) Regards, Axel -- ,''`. | A

Bug#637454: RFP: bluegriffon -- Next Generation WYSIWYG HTML editor based on Gecko

2011-08-11 Thread Axel Beckert
Package: wnpp Severity: wishlist * Package name: bluegriffon Version : 1.1.1 Upstream Author : Disruptive Innovations, http://www.disruptive-innovations.com/ Daniel Glazman Laurent Jouanneau * URL or Web page : http://www.bluegriffon.org/

Bug#637454: RFP: bluegriffon -- Next Generation WYSIWYG HTML editor based on Gecko

2011-08-11 Thread Axel Beckert
so I don't wonder about his choice of platform at all. :-) Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE

Bug#591579: [Pkg-mozext-maintainers] Bug#591579: ITP: https-everywhere -- browser extension to enforce SSL browsing according to rules

2011-08-11 Thread Axel Beckert
Hi, just a short comment because of a very recent announcement: Axel Beckert wrote: > > I would have used xz instead of bzip2, though, as xz-utils is "Priority: > > required", but people would find that to be too aggressive. :-) > > IIRC was there also somethin

Bug#637865: confclerk: Could not execute query to insert a conference: QSqlError(19, "Unable to fetch row", "CONFERENCE.city may not be NULL")

2011-08-15 Thread Axel Beckert
Package: confclerk Version: 0.5.2-1 Severity: normal If I try to import the FrOSCon schedule from http://programm.froscon.org/2011/schedule.xml, ConfClerk throws the following SQL error: Could not execute query to insert a conference: QSqlError(19, "Unable to fetch row", "CONFERENCE.city may not

Bug#592539: (isc-dhcp-server: supply additional initscript for IPv6 daemon): Yet another idea how to solve this issue

2011-08-15 Thread Axel Beckert
same instance of dhcpd? Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `-| 4096R: 2517 B724 C5F6 CA99 5329

Bug#638030: libgtk2.0-bin: /usr/share/icons/gnome/icon-theme.cache violates FHS chapter 4

2011-08-16 Thread Axel Beckert
Package: libgtk2.0-bin Version: 2.24.5-4 Version: 2.20.1-2 Severity: serious /usr/share/icons/gnome/icon-theme.cache is not part of any package, but according to gtk-update-icon-cache(1), it is a cache file generated by gtk-update-icon-cache. This behaviour violates the File Hierachy Standard, ch

Bug#638193: qa.debian.org: DDPO broken in serveral ways since recently

2011-08-17 Thread Axel Beckert
Package: qa.debian.org Severity: important I noticed today three issues with DDPO which worked fine until a few days ago: * It no more supports developer.php?login=Firstname+Lastname * It misses at least the automatically generated "main" and "non-free" for developer.php?login=username sectio

Bug#593506: RFP: screenkey -- A screencast tool to show your keys inspired by Screenflick and initially based on key-mon project

2011-08-17 Thread Axel Beckert
is in Debian I use that one and I'm fine with it. Please try key-mon, too, and see if it fits your needs, too. So maybe this RFP can be closed. (Of course it's though fine if you still prefer screenkey. :-) Regards, Axel -- ,''`. | Axel Beckert , http://peop

Bug#591579: [Pkg-mozext-maintainers] Bug#591579: RFP: https-everywhere -- browser extension to enforce SSL browsing according to rules

2011-08-18 Thread Axel Beckert
: W: xul-ext-https-everywhere: extra-license-file usr/share/xul-ext/https-everywhere/LICENSE.txt Please fix it with the next upload or so. It's now in the NEW queue: http://ftp-master.debian.org/new.html Regards, Axel -- ,''`. | Axel Beckert , http://people

Bug#613958: links2 fails to display local HTML files

2011-08-18 Thread Axel Beckert
utomatically. ;-) Just press "\" and links2 renders it as it would have been HTML. :-) Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9

Bug#638383: links: Use update-alternatives to provide "links" together with elinks and maybe links2

2011-08-18 Thread Axel Beckert
Package: links Version: 2.3-1 Severity: wishlist elinks provides itself as alternative for /usr/bin/links. If elinks but not links is installed /usr/bin/links is always elinks. If both are installed, /usr/bin/links is always links because the package installs its binary there and update-alternativ

Bug#576115: links: IPv6 HTTP proxy doesn't work

2011-08-18 Thread Axel Beckert
Hi Witold, Witold Baryluk wrote: > Subject: links: IPv6 HTTP proxy doesn't work > [...] > Version: 2.2-1+b1 Can you check, if it works with 2.3~pre2-1 or 2.3-1? Since 2.3~pre2-1 there is an IPv6 patch applied... Regards, Axel -- ,''`.

Bug#332838: (Links does not support -Tag): Same Issue in links 2.1

2011-08-18 Thread Axel Beckert
n text-mode. In graphics mode, text inside ... is rendered in a bold face. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89

Bug#295113: Bugs #398208 (strange output of non-ascii characters) and #295113 (links improperly renders the em-dash entity as a hyphen) are the same issue

2011-08-18 Thread Axel Beckert
-compatible (and not "strange" or "weird") representations in text-mode while links2 in graphics mode shows most characters (including the em-dash) properly. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : |

Bug#591579: [Pkg-mozext-maintainers] Bug#591579: Bug#591579: RFP: https-everywhere -- browser extension to enforce SSL browsing according to rules

2011-08-19 Thread Axel Beckert
ozilla-devscripts (from which the repack script comes IIRC)? > > It's now in the NEW queue: http://ftp-master.debian.org/new.html > > Yay! Not even in NEW anymore! :-) And already installed on all my Sid machines and some Squeeze machines. :-) Regards, Ax

Bug#638383: Make Bug#638383 (links: Use update-alternatives to provide "links" together with elinks and maybe links2) a package roadmap braindump

2011-08-19 Thread Axel Beckert
retitle 638383 links/links2 package roadmap: update-alternatives and further splitting up kthxbye More braindump... Axel Beckert wrote: > Package: links > Version: 2.3-1 > Severity: wishlist > > elinks provides itself as alternative for /usr/bin/links. If elinks but > not

Bug#641867: screen version bump (4.1.0 20101110git066b098)

2011-10-08 Thread Axel Beckert
s hope they have any clue what could be the reason: https://lists.gnu.org/archive/html/screen-devel/2011-10/msg2.html "strace screen -r" did not reveal any useful information as screen seems to behave differently when being straced. :-/ Regards, Axel -- ,

Bug#560231: Patch for Bug#560231 (screen: Please remove restriction on user/login name length)

2011-10-08 Thread Axel Beckert
-devel@gnu.org/msg00186.html I applied that patch to the upcoming screen package. Will be pushed to http://anonscm.debian.org/gitweb/?p=collab-maint/screen.git soon. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | D

Bug#541730: screen: documented ‘defzombie’ command no longer recognised

2011-10-08 Thread Axel Beckert
intended or not and that either the code or the documentation gets corrected. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D

Bug#545182: closed by Axel Beckert (Re: Bug#545182: /etc/init.d/screen-cleanup: Redundant with bootclean; please remove)

2011-10-08 Thread Axel Beckert
reopen 545182 retitle 545182 Remove the /var/run-cleanup part from /etc/init.d/screen-cleanup kthxbye Josh Triplett wrote: > On Sat, Oct 08, 2011 at 10:57:09PM +0000, Axel Beckert wrote: > > Josh Triplett wrote: > > > Package: screen > > > Version: 4.0.3-14 > > &g

Bug#575088: screen -dm -c alternate-screenrc should report errors if something goes wrong

2011-10-08 Thread Axel Beckert
this problem remains with the current HEAD. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `-| 4096R: 2517 B724

Bug#578729: screen outputs spaces when switching window with "defbce on"

2011-10-08 Thread Axel Beckert
g/cgit/screen.git/commit/?id=98bf4132c545e3880432d6866527ee0753d908fc Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE

Bug#644788: screen 4.1.0 can't attach to a running or detached screen 4.0.3 session

2011-10-08 Thread Axel Beckert
Package: screen Version: 4.1.0~20110819git450e8f3-1 Severity: important If I have a detached screen 4.0.3-14 running, upgrade screen to version 4.1.0~20110819git450e8f3-1 and then try to reattach to the running detached screen with the new version, the "screen -r" process hangs until I kill it wit

Bug#644868: gnustep-back-common: postinst fails: Error: for some reason, argv not properly set up during GNUstep base initialization

2011-10-10 Thread Axel Beckert
Hi Yavor, Yavor Doganov wrote: > On Sun, Oct 09, 2011 at 11:02:25PM +0200, Axel Beckert wrote: > > gnustep-back-common reproducibly fails to configure after upgrade on > > one of my systems (kfreebsd-i386) as follows. > > > > Error: for some reason, argv not properly

Bug#644788: one possible solution

2011-10-11 Thread Axel Beckert
gh yet haven't got any response about this issue from upstream, so I'll wait a little bit more before going into any direction. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin

Bug#608583: Bug#640209: please stop using libnet-irc-perl

2011-10-11 Thread Axel Beckert
at IRC bot is a quite important und intensely used component of all Hoobit/Xymon servers I know, so I raised the severity to important and added a blocker like you did for the other bugs of that severity. Regards, Axel -- ,''`. | Axel Beckert , http://people

Bug#608583: Bug#640209: please stop using libnet-irc-perl

2011-10-12 Thread Axel Beckert
Hi, Axel Beckert wrote: > In http://bugs.debian.org/608583 there's also Bot::BasicBot mentioned, > so I'll have a look into libbot-basicbot-perl, [...] JFTR: Bot::BasicBot also uses POE::Component::IRC, but on #debian-perl, two further IRC modules popped up: AnyEvent::

Bug#563716: (screen feature wish: duplicate the window (add in adjacent tab)) impossible to implement

2011-10-12 Thread Axel Beckert
tag 563716 + wontfix kthxbye I see no chance to get such a feature to be implemented as you would have to clone all the processes running inside that to-be-cloned virtual terminal. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :

Bug#645166: links2 is Unable to Assign IP Address

2011-10-13 Thread Axel Beckert
you try to e.g. downgrade the package, test it, upgrade it again and test it again? Or did you just notice it somewhen after the upgrade? Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `

Bug#637925: debian stable: screen not working after su

2011-09-03 Thread Axel Beckert
racking System again. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `-| 4096R: 2517 B724 C5F6 CA99 5329 6E

Bug#591624: (screen: segfault when running "screen -d -m" with "layout save default" in .screenrc) possibly fixed upstream

2011-09-03 Thread Axel Beckert
Looks as if this is possibly fixed upstream: http://git.savannah.gnu.org/cgit/screen.git/commit/?id=8cf5efc07048abee125a24652768f4b24fc761bf (Untested yet, just didn't want to forget about that link. I'll probably test that later. :-) Regards, Axel -- ,''

Bug#176626: screen: mini-curses type of interface for screen -r w/ multiple screens?

2011-09-03 Thread Axel Beckert
[ \t][ \t]*/ /g;' | egrep '^ [0-9]' | sed -e 's/^ //' | iselect -a | awk -F. '{print $1}') HTH, even if it's about 8 years later. :-) Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :

Bug#640272: conkeror: please support loading local file from CLI

2011-09-03 Thread Axel Beckert
l_6.0-1 already > implements this behavior, so reporting to conkeror only. Yeah, all other browsers I know work that way and that's also the rule of the least surprise. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | De

Bug#640321: conkeror: option --help should be accepted only as first argument

2011-09-04 Thread Axel Beckert
ve not reported a similar bug, > though). Feel free to close this bug as wontfix, I wanted to document > that. Will do so. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin

Bug#640272: conkeror: please support loading local file from CLI

2011-09-04 Thread Axel Beckert
tag 640272 - confirmed forwarded 640272 irc://irc.freenode.net/#conkeror kthxbye Hi again, Axel Beckert wrote: > > It would be very useful to have the possibility to load local file from > > CLI similar to w3m, with full or relative paths: > > > > $ conkeror /usr/shar

Bug#640321: conkeror: option --help should be accepted only as first argument

2011-09-04 Thread Axel Beckert
reopen 640321 tag 640321 - wontfix severity 640321 minor retitle 640321 "conkeror: man page does not document that --help causes the help to be displayed independent of its position" kthxbye Hi Luca, Luca Capello wrote: > On Sun, 04 Sep 2011 16:08:52 +0200, Axel Beckert wrote: >

Bug#640272: conkeror: please support loading local file from CLI

2011-09-04 Thread Axel Beckert
have been to implement that in the shell > script as per the patch above. But given all my tests I still think the > problem should be fixed in conkeror upstream, instead, given that > full-path files are opened correctly. Upstream disagrees, thus feel > free to tag it as wontfix and close it. My plan is to p

Bug#636794: doesn't escape '+' properly for buildd webjump

2011-09-04 Thread Axel Beckert
cket-Class: IO::Socket::SSL Client-Transfer-Encoding: chunked Link: ; rel="stylesheet"; type="text/css" Link: ; rel="StyleSheet"; type="text/css" Link: ; rel="StyleSheet"; type="text/css" Title: Buildd status for getfem X-Powered-By: P

Bug#640334: ([kfreebsd] dash: faccessat implementation of "test -x" always returns true for user root) makes update-grub fail

2011-09-04 Thread Axel Beckert
n kfreebsd because of "test -x" failing to report executable bits properly. Colin: Yeah, that's how I stumbled upon the fact that LP: 537123 is not fixed or has a regression. :-) Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.or

Bug#532240: (screen with caption SEGVs when resized to 1 line tall) does not happen on Etch

2011-09-05 Thread Axel Beckert
. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `-| 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 -- T

Bug#249873: (samba-common: debian samba ignores "private dir" directive) is also a problem with virtual hosts in Samba

2011-09-07 Thread Axel Beckert
to implement what has been suggested in http://bugs.debian.org/297925 to implement locally instead of implementing support in the Debian package, but as mentioned above, this is not the only issue, #249873 causes. Regards, Axel -- ,''`. | Axel Beckert , htt

Bug#640954: ITA: unclutter -- hides the cursor in X after a period of inactivity

2011-09-08 Thread Axel Beckert
ned a copy before that and started to continue the packaging at [3]. [2] http://git.debian-maintainers.org/?p=daniel/unclutter.git [3] http://anonscm.debian.org/gitweb/?p=collab-maint/unclutter.git Co-maintainers welcome. Regards, Axel -- ,''`. |

Bug#192827: FLTK2 very likely will never be uploaded to Debian

2011-08-01 Thread Axel Beckert
, but also not like just UTF-8 interpreted as ISO-Latin, e.g. no à in there. I nevertheless hope that #192827 can be solved by using FLTK 1.3 and a little bit of tweaking. Thierry: Maybe you can poke the xdiskusage upstream about this issue again, with a pointer to FLTK 1.3? Reg

Bug#572372: O: wdm -- WINGs Display Manager - an xdm replacement with a WindowMaker look

2011-08-02 Thread Axel Beckert
s the main reason to switch from wdm to gdm3. *sigh* (On my privat boxes I use xdm, fwiw.) Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 2

Bug#591579: RFP: https-everywhere -- browser extension to enforce SSL browsing according to rules

2011-08-05 Thread Axel Beckert
e PPA) which I attach here as there's no package to report bugs against in the BTS yet. :-) Oh, and in the case you lost interest in it, I'd also continue your packaging efforts (very likely under the head of the pkg-mozext-maintainers group) as I really would like to see that package

Bug#591579: RFP: https-everywhere -- browser extension to enforce SSL browsing according to rules

2011-08-05 Thread Axel Beckert
age ready for review/sponsoring or if you have questions. P.S.: I'm not a pkg-mozext group member, so I don't know all the group's rules. I'm just a subscriber to the pkg-mozext-maintainers mailing list as maintainer of the conkeror package in Debian. Regards, Axel --

Bug#591579: [Pkg-mozext-maintainers] Bug#591579: RFP: https-everywhere -- browser extension to enforce SSL browsing according to rules

2011-08-09 Thread Axel Beckert
ad page in addition to the upstream git repo in debian/copyright as that's usually the first place to look for it. (If that's not possible with DEP5 to have more than one upstream location mentioned it's also fine as it is now.) Anything else looks fine so far anyway. I&

Bug#471266: Workaround for #471266: bash-completion: lvm completion does not work properly

2011-08-10 Thread Axel Beckert
--local --rename --add /etc/bash_completion.d/lvm Accordingly I suggest to remove the LVM completion completely from the package unless this issue is fixed. IMHO LVM completion in its current state does more harm than it helps. Regards, Axel -- ,''`. | Axel Beck

Bug#637104: Can't reproduce #637104 (lvm2: lvrename fails to rename COW partition when renaming snapshot)

2011-08-10 Thread Axel Beckert
ilesystem with ordered data mode. Opts: (null) Aug 10 17:14:44 acromantula kernel: [2941198.047796] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null) Looks fine for me. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :

Bug#637104: Can't reproduce #637104 (lvm2: lvrename fails to rename COW partition when renaming snapshot)

2011-08-10 Thread Axel Beckert
Axel Beckert wrote: > JFTR: I was experimenting with such stuff, too, today and couldn't > reproduce this issue with these commands on Squeeze amd64: Ah, I forgot to mention that the kernel on that box is not the default Squeeze kernel, but was 2.6.39-rc5-amd64 while doing

Bug#591579: [Pkg-mozext-maintainers] Bug#591579: ITP: https-everywhere -- browser extension to enforce SSL browsing according to rules

2011-08-11 Thread Axel Beckert
I produced is not to be ashamed of. :-) Please, let > me know if you would like to have the package as a .dsc combo. I'd say go ahead and generate a .dsc. :-) Thanks for your work! Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :&#

Bug#619786: [Pkg-zsh-devel] Bug#639044: zsh: FTBFS: /usr/bin/texi2dvi: Syntax error: Bad function name

2011-08-23 Thread Axel Beckert
s again as this now happens with dash from unstable." And yes, it no more FTBFS if I set /bin/sh to bash again on my build machine. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `.

Bug#639277: coreutils: cp refuses to copy symlinks to directories without -r

2011-08-25 Thread Axel Beckert
Package: coreutils Version: 8.5-1 Severity: normal File: /bin/cp If I try to copy a symlink which points to a directory, cp refuses to do so without -r despite it copies the symlink itself and not the contents with "cp -r", even if the symlink was given on the commandline without trailing slash:

Bug#632875: Bug#583734: Use forked git repository for wmaker source

2011-08-30 Thread Axel Beckert
ackage as this is no more necessary Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `-| 4096R: 2517 B724 C5F

Bug#632875: Bug#583734: Use forked git repository for wmaker source

2011-08-30 Thread Axel Beckert
team to distribute the load of taking care of wmaker in Debian could be a possibility, as there seem to be quite some people interested but hesitating. > Andreas Tscharner a...@vis.ethz.ch ICQ-No. 14356454 Regards from Hönggerberg :-), Axel -- ,''`. | Axel

Bug#641867: screen version bump (4.1.0 20101110git066b098)

2011-09-17 Thread Axel Beckert
screen. Your packaging work comes in quite handy there, thanks! :-) BTW, any idea when 4.1.0 will be out finally? Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F

Bug#640954: ITA: unclutter -- hides the cursor in X after a period of inactivity

2011-09-21 Thread Axel Beckert
Hi Ian, Ian Jackson wrote: > Axel Beckert writes ("Bug#640954: ITA: unclutter -- hides the cursor in X > after a period of inactivity"): > > [2] http://git.debian-maintainers.org/?p=daniel/unclutter.git > > [3] http://anonscm.debian.org/gitweb/?p=collab-mai

Bug#642391: dillo: sane default for http redirects

2011-09-22 Thread Axel Beckert
ike those URL shorteneres (http://www.longurlplease.com/ for the win! :-), because you can't just click on something to continue like you can with images. Kind regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.

Bug#597402: unclutter -keystroke does not work

2011-09-22 Thread Axel Beckert
as a similar patch applied, but a mor complex one with more features. The next upload of unclutter will clarify this in the freshly added README.Debian file. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ft

Bug#597402: unclutter -keystroke does not work

2011-09-22 Thread Axel Beckert
tag 597402 + confirmed kthxbye Hi again, Axel Beckert wrote: > J.-S. Kroll wrote: > > When calling unclutter with option "-keystroke" cursor never disappears even > > after pressing keys. It works well with "-idle" option. > > Seems to depend on the

Bug#642715: gnudatalanguage: FTBFS: Error! plplot library is required but was not found

2011-09-24 Thread Axel Beckert
he hint from the configure output also seems to suggest this. If I install libplplot-c++10, gnudatalanguage's configure script continues at that point. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.c

Bug#624218: Processed: Reopening #624218: apt: No option to completely disable TranslationIndex downloads

2011-09-24 Thread Axel Beckert
7;found' to remove fixed versions. > Changed Bug submitter to 'Axel Beckert ' from 'Max Bowsher > ' > > found 624218 0.8.15.8 > Bug #624218 [apt] apt: No option to completely disable TranslationIndex > downloads Despite all the information on http://bug

Bug#644145: dokuwiki: Oldstable update patch incomplete: Fatal error: Call to undefined function getSchemes()

2011-10-03 Thread Axel Beckert
Package: dokuwiki Version: 0.0.20080505-4+lenny3 Severity: grave Hi Tanguy, the backported patch in the oldstable update for DokuWiki is incomplete and contains a reference to a function getSchemes which is not yet existent in the oldstable version of DokuWiki. Hence all wiki pages with an exter

Bug#644145: Temporary workaround for Bug#644145: dokuwiki: Oldstable update patch incomplete: Fatal error: Call to undefined function getSchemes()

2011-10-03 Thread Axel Beckert
Hi, following a temporary workaround for all who run into this problem, too: Axel Beckert wrote: > Package: dokuwiki > Version: 0.0.20080505-4+lenny3 Downgrading to 0.0.20080505-4+lenny2 from http://snapshot.debian.org/package/dokuwiki/0.0.20080505-4%2Blenny2/#dokuwiki_0.0.20080505-4:2b:

Bug#644145: dokuwiki: Oldstable update patch incomplete: Fatal error: Call to undefined function getSchemes()

2011-10-04 Thread Axel Beckert
Hi Tanguy, Tanguy Ortolo wrote: > Axel Beckert, 2011-10-03 12:14 UTC+0200: > > the backported patch in the oldstable update for DokuWiki is > > incomplete and contains a reference to a function getSchemes which is > > not yet existent in the oldstable version of DokuWiki. &

Bug#641867: screen version bump (4.1.0 20101110git066b098)

2011-10-04 Thread Axel Beckert
; No problem. I just happened to have a free day from work and school for > once and decided I would tackle a wish list project of my own and pass > the work along. Unfortunately, I doubt I'd be able to handle full time > support of this either. I'd certainly try and le

Bug#641867: screen version bump (4.1.0 20101110git066b098)

2011-10-04 Thread Axel Beckert
100% finished, but should be already close to what I would upload. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE

Bug#641867: screen version bump (4.1.0 20101110git066b098)

2011-10-05 Thread Axel Beckert
Hi again, Axel Beckert wrote: > There is a package available here: http://noone.org/debian/ > > It's not yet 100% finished, but should be already close to what I > would upload. I did some more testing myself and found quite a showstopper: Reattaching to a running 4.0.3 scr

Bug#714801: nmu: grive_0.2.0-1

2013-07-02 Thread Axel Beckert
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu Hi, according to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712181#10 a binNMU should suffice to fix this RC bug in grive. nmu grive_0.2.0-1 . ALL . -m "Rebuild against binutils 2.23

Bug#714809: nmu: tarantool_1.4.9+20130611.2012-1

2013-07-02 Thread Axel Beckert
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu Hi, tarantool is currently uninstallable in Sid (see http://bugs.debian.org/712214). I've verified that a simple rebuild solves the issue: $ debdiff tarantool_1.4.9+20130611.2012-1_amd64.de

Bug#714809: nmu: tarantool_1.4.9+20130611.2012-1

2013-07-02 Thread Axel Beckert
Hi, Axel Beckert wrote: > tarantool is currently uninstallable in Sid (see > http://bugs.debian.org/712214). I've verified that a simple rebuild > solves the issue: This counts for amd64. But it seems that tarantool currently FTBFS on non-linux architectures: https://buildd.deb

Bug#714810: nmu: tulip_3.7.0dfsg-4

2013-07-02 Thread Axel Beckert
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu Hi, tulip is currently uninstallable in Sid and needs a rebuild against the current version of binutils. See http://bugs.debian.org/712212 I've verified in a pbuilder on amd64 that a simple

Bug#714954: console-tools: loadkeys segfaults at boot time

2013-07-04 Thread Axel Beckert
Package: console-tools Severity: normal Version: 1:0.2.3dbs-70 Dear Maintainer, after having moved a Wheezy installation from real hardware into a Xen DomU, I noticed that loadkeys segfaults at boot time. >From the syslog: /var/log/syslog.3.gz:Jul 1 15:00:15 fridlis kernel: [3.375222] loa

Bug#714964: debian-goodies: debmany claims "There is no package called ..." if "apt-get -q2 --print-uris --reinstall install ..." fails

2013-07-04 Thread Axel Beckert
Package: debian-goodies Version: 0.62 Severity: normal File: /usr/bin/debmany $ debmany bind9 ERROR: There is no package called 'bind9'. $ apt-cache policy bind9 bind9: Installed: (none) Candidate: 1:9.8.4.dfsg.P1-6+nmu2 Version table: 1:9.9.2.dfsg.P1-2 0 200 http://debian.ethz.

Bug#714969: ITP: librun-parts-perl -- Perl interface to Debian's run-parts tool

2013-07-04 Thread Axel Beckert
Package: wnpp Owner: Axel Beckert Severity: wishlist * Package name: librun-parts-perl Version : 0.02 Upstream Author : Axel Beckert * URL or Web page : https://metacpan.org/release/Run-Parts * License : Perl (GPL + Artistic) Description : Perl interface to

Bug#714970: python-owncloud: oclient fails upon start: AttributeError: 'NoneType' object has no attribute 'replace'

2013-07-04 Thread Axel Beckert
Package: python-owncloud Version: 0.3-1 Dear Maintainer, A freshly installed python-owncloud, never installed before, fails as follows when running "oclient" on the commandline: $ oclient ERROR:root:Could not find any typelib for GnomeKeyring Found libocsync @ libocsync.so.0 This version of libo

Bug#715146: screen: immediately terminates

2013-07-06 Thread Axel Beckert
kage yourself on that machine or did you use the binary package from Wheezy? (Not sure if that makes a difference, but in case, I know what I need to check in case the fact that it runs on Ubuntu or Natty is relevant.) Regards, Axel -- ,''`. | Axel Beckert , http://peopl

Bug#715340: Acknowledgement (xen-tools: 91-install-fs-tools does not install the required filesystems packages)

2013-07-08 Thread Axel Beckert
question on installation time. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `-| 4096R: 2517 B724 C5F6 CA99 53

Bug#623443: [xen-tools-discuss] Bug? use of apt proxy with xen-create-image

2013-07-09 Thread Axel Beckert
s for the report despite the bug sits elsewhere than you suspected. Kind regards, Axel -- /~\ Plain Text Ribbon Campaign | Axel Beckert \ / Say No to HTML in E-Mail and News| a...@deuxchevaux.org (Mail) X See http://www.asciiribbon.org/

Bug#716644: github-cli seems deprecated

2013-07-10 Thread Axel Beckert
ady an RFP for ghi: http://bugs.debian.org/711699 Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `-| 4096R: 2

Bug#707268: plplot: The patches for #707268 also fix #713309

2013-07-11 Thread Axel Beckert
gards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `-| 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 -- To UNSUBSCR

Bug#707268: plplot: The patches for #707268 also fix #713309

2013-07-11 Thread Axel Beckert
Hi, Axel Beckert wrote: > JFTR, the patches posted in http://bugs.debian.org/707268 also fix the > FTBFS issue reported in http://bugs.debian.org/713309 -- I was able to > successfully build plplot on a Sid machine. > > I'll see if I can make an NMU for those two issues. I&

Bug#583990: liferea: reproducibly dumps core after 20 minutes to a few hours of running

2013-07-12 Thread Axel Beckert
re's definitely some memory leak in Wheezy's liferea version. (Yeah, I know, I should have reported that earlier and should report it properly.) Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch

<    4   5   6   7   8   9   10   11   12   13   >