Bug#1001583: fish: Version info is empty

2022-02-03 Thread Wolodja Wentland
Package: fish Version: 3.3.1+ds-2 Followup-For: Bug #1001583 X-Debbugs-Cc: deb...@babilen5.org Hello, I am seeing the following behaviour when using fzf-history-widget: --- snip --- Argument is not a number: '' Standard input (line 64): if [ "$FISH_MAJOR" -gt 2 -o \( "$FISH_MAJOR" -eq 2 -

Bug#1000829: $PATH is reset because of Debian patch

2021-11-29 Thread Wolodja Wentland
Package: fish Version: 3.3.1+ds-2 Followup-For: Bug #1000199 Hello, I can confirm the behaviour reported in this bug (i.e. PATH hardcoded to /usr/local/bin /usr/bin /bin/usr/local/games /usr/games). I've furthermore tested the alternative implementation provided by Federico and that resolved any

Bug#1000199: $PATH is reset because of Debian patch

2021-11-29 Thread Wolodja Wentland
Package: fish Version: 3.3.1+ds-2 Followup-For: Bug #1000199 Hello, I can confirm the behaviour reported in this bug (i.e. PATH hardcoded to /usr/local/bin /usr/bin /bin/usr/local/games /usr/games). I've furthermore tested the alternative implementation provided by Federico and that resolved any

Bug#862735: Infinite loop in Python docstring detection

2017-05-16 Thread Wolodja Wentland
Package: emacs25 Version: 25.1+1-4 Severity: normal Tags: patch Dear Maintainer, emacs25 runs into an infinite loop in python-mode that can be triggered with: $ emacs25 -Q test.py --eval '(insert " \"")' which makes python-mode and other modes that use it rather unpleasant to use. This bug h

Bug#851654: Prerm maintainer script unconditionally stops xend/xenconsoled

2017-01-17 Thread Wolodja Wentland
On Tue, Jan 17, 2017 at 14:45 +, Ian Jackson wrote: > > If the maintainer scripts of these versioned > > packages would only deal with 'their' version this would not happen. > I wonder if this is the best approach. Which of the different coinstallable > packages' xenconsoled actually ends up

Bug#851654: Prerm maintainer script unconditionally stops xend/xenconsoled

2017-01-17 Thread Wolodja Wentland
Hi Ian, On Tue, Jan 17, 2017 at 10:58 +, Ian Jackson wrote: > Wolodja Wentland writes ("Bug#851654: Prerm maintainer script unconditionally > stops xend/xenconsoled"): > We triggered a xen stop by removing obsolete > xen-utils-4.1 packages while already using xen-u

Bug#851654: Prerm maintainer script unconditionally stops xend/xenconsoled

2017-01-17 Thread Wolodja Wentland
Package: xen-utils-4.4 Severity: normal Dear Maintainer, the xen-utils-4.4 and xen-utils-4.1 prerm maintainer scripts contain the following code snippet: remove|upgrade) update-alternatives --remove xen-default /usr/lib/xen-4.4 if [ -x "/etc/init.d/xen" ]; then i

Bug#851137: Requires a dependency on missing 'scandir' module

2017-01-12 Thread Wolodja Wentland
Package: python-pathlib2 Version: 2.2.0-1 Severity: grave Dear Maintainer, thank you for packaging python-pathlib2, but it appears to be unusable at the moment. Using an up-to-date sid version, unsurprisingly, results in the following error: >>> import pathlib2 Traceback (most recent call

Bug#760080: Build python3 package

2016-08-17 Thread Wolodja Wentland
Package: virtualenvwrapper Version: 4.3.1-2 Followup-For: Bug #760080 It would be great if Python 3 packages could be build. Is there anything we can do to help or something in particular that's holding this back? Thank you! Wolodja

Bug#738063: nfs-kernel-server: option to disable NFSv4 in /etc/default/nfs-kernel-server not working properly

2016-06-12 Thread Wolodja Wentland
Hello, this problem just came up in #debian and it took us a while to arrive at the same conclusion (and patch) as detailed in this bug report. It would be appreciated if the patch could be included as this would allow users in a similar situation to solve it immediately. Thank you! -- Wolodja

Bug#826561: build-openstack-debian-image: /etc/cloud/cloud.cfg.d/90_dpkg.cfg should be well-formed YAML

2016-06-06 Thread Wolodja Wentland
able APT policy: (500, 'unstable'), (500, 'testing') >From 943308553ec242ade8de63bf77f3439fba38dad9 Mon Sep 17 00:00:00 2001 From: Wolodja Wentland Date: Mon, 6 Jun 2016 13:32:45 +0200 Subject: [PATCH] Remove leading tab from datasource_list The leading tab caused ya

Bug#826276: Manpage does not document all arguments being passed to the customize script

2016-06-03 Thread Wolodja Wentland
Package: vmdebootstrap Version: 1.5-1 Severity: minor Dear Maintainer, the manpage of vmdebootstrap documents the customize option as: --customize=SCRIPT [...] Thes cript needs to be executable and is passed the root directory of the debootstrap as the only argument.

Bug#805071: salt-ssh: sal-ssh in sid does not work with a Wheezy target : no backports.ssl_match_hostname in the pushed bundle

2016-05-30 Thread Wolodja Wentland
Hi Gilles, we have just uploaded a new salt version to unstable and this bug should have been fixed a while ago. As outlined in [0] I had to perform some additional cleanup steps before I was able to use salt-ssh with squeeze and wheezy targets again. It would be fantastic if you could check if t

Bug#783063: Xen domU freeze with "Guest Rx stalled"

2016-04-05 Thread Wolodja Wentland
Hello, we have been observing this behaviour over the last couple of months and can report that it still happens with recent kernels in wheezy-backports. In particular the following kernels where used: Dom0: 3.16.7-ckt11-1+deb8u6~bpo70+1 DomU: 3.16.7-ckt20-1+deb8u3~bpo70+1 We still only see thi

Bug#818237: Re: vagrant-libvirt: undefined method `group_by' for nil:NilClass (NoMethodError)

2016-04-03 Thread Wolodja Wentland
Christian Hofstaedtler writes: > [ text/plain ] > * Antonio Terceiro [160401 16:34]: >> On Fri, Apr 01, 2016 at 02:22:14PM +0200, Christian Hofstaedtler wrote: > As such, no good reason to move it. Due to our discussion the following PR has been submitted to upstream: https://github.com/mitche

Bug#818237: Re: vagrant-libvirt: undefined method `group_by' for nil:NilClass (NoMethodError)

2016-04-01 Thread Wolodja Wentland
Christian Hofstaedtler writes: > [ text/plain ] > This might be a suitable patch for vagrant, but I clearly don't > understand enough of what vagrant is doing there in the first place. > (The patch makes vagrant plugin install vagrant-libvirt work for > me, but that's the only thing I tried.) [ p

Bug#818237: vagrant-libvirt: undefined method `group_by' for nil:NilClass (NoMethodError)

2016-04-01 Thread Wolodja Wentland
Package: vagrant Version: 1.8.1+dfsg-1 Followup-For: Bug #818237 Hello, i looked into this issue and found the following discussion: https://github.com/pradels/vagrant-libvirt/issues/575 which led me to: https://github.com/rubygems/rubygems/commit/044b0e2685e4b219b013f1067d670918a48c1f62 I ca

Bug#753358: Bug#743977: drbd8: Xen resource script fails when using the xl stack

2015-09-18 Thread Wolodja Wentland
Hi, we are still experiencing this error on stable jessie with xen 4.4.1 and it does not appear to be fixed in that version at all. The actual error is: -- snip -- Traceback (most recent call last): File "/usr/lib/xen-4.4/bin/pygrub", line 809, in part_offs = get_partition_offsets(file)

Bug#726935: network-manager-gnome: nm-connection-editor segfaults when importing .ovpn config

2015-09-01 Thread Wolodja Wentland
into the Debian packaging. It would be much appreciated if you could review Jousselin's patch and integrate it into the Debian packages as well unless there is a good reason not to. Have a nice day and thank you for your work Wolodja Wentland -- System Information: Debian Release: stretch

Bug#794461: RequirementParseError: Expected version spec in funcsigs; python_version<"3.3" at ; python_version<"3.3"

2015-08-03 Thread Wolodja Wentland
On Mon, Aug 03, 2015 at 11:54 +0200, Vincent Bernat wrote: > > When running cookiecutter the aforementioned error is encountered. The > > entire > > traceback is: > > > > $ cookiecutter --help […] > > pkg_resources.RequirementParseError: Expected version spec in > > funcsigs;python_version<"

Bug#794461: RequirementParseError: Expected version spec in funcsigs; python_version<"3.3" at ; python_version<"3.3"

2015-08-03 Thread Wolodja Wentland
Package: cookiecutter Version: 1.0.0-2 Severity: grave Dear Maintainer, When running cookiecutter the aforementioned error is encountered. The entire traceback is: $ cookiecutter --help Traceback (most recent call last): File "/usr/bin/cookiecutter", line 5, in from pkg_resource

Bug#783063: Xen domU freeze with "Guest Rx stalled"

2015-04-22 Thread Wolodja Wentland
On Wed, Apr 22, 2015 at 08:37 +0100, Ian Campbell wrote: > In fact 3.16.7-ckt9-2~bpo70+1 has just been uploaded, so best to test > > that.

Bug#774625: Disabled services in sysvinit are started/reenabled during transition to systemd

2015-01-05 Thread Wolodja Wentland
Package: systemd Version: 215-8 Severity: important Dear Maintainer, services that have explicitly been disabled in sysvinit with "update-rc.d disable $SERVICE" are enabled/started in systemd after the transition. This requires users to keep track of the service status before the upgrade/transiti

Bug#762194: Summary:Re: Bug#762194: Proposal for upgrades to jessie (lendows 1)

2014-12-01 Thread Wolodja Wentland
On Sat, Nov 29, 2014 at 12:30 -0800, Steve Langasek wrote: > On Sat, Nov 29, 2014 at 08:14:07PM +0100, Philipp Kern wrote: > > That's even more unlikely than to add a debconf message (which would be > > package-owned). Yes, debian-installer is frozen. This would add new > > udebs, new strings, new

Bug#771678: Please add bash (zsh) completion functionality

2014-12-01 Thread Wolodja Wentland
Package: dcfldd Version: 1.3.4.1-6 Severity: wishlist Hello, one of the reasons for still using dd even though dcfldd is installed is that the former comes with nice bash-completion scripts. dcfldd unfortunately does not which probably hampers its adoption quite a bit due to the rather, well, ver

Bug#765411: Was this package abandonned?

2014-10-15 Thread Wolodja Wentland
On Tue, Oct 14, 2014 at 15:51 -0400, Alexandre Viau wrote: > Is there any plans to update leiningen? It's needed to compile Riemann, which > I > intend to package.  There are definitely plans to update leiningen, but I am not sure when I (or anybody else) will get around to do that. AFAICT this

Bug#765346: [Pkg-libvirt-maintainers] Bug#765346: Authentication error due to missing polkit agent

2014-10-14 Thread Wolodja Wentland
On Tue, Oct 14, 2014 at 15:03 +0200, Guido Günther wrote: > On Tue, Oct 14, 2014 at 02:59:01PM +0200, Wolodja Wentland wrote: > > On Tue, Oct 14, 2014 at 14:19 +0200, Guido Günther wrote: > > > On Tue, Oct 14, 2014 at 01:02:50PM +0200, Wolodja Wentland wrote: > O.k. The fil

Bug#765346: [Pkg-libvirt-maintainers] Bug#765346: Authentication error due to missing polkit agent

2014-10-14 Thread Wolodja Wentland
On Tue, Oct 14, 2014 at 15:03 +0200, Guido Günther wrote: > On Tue, Oct 14, 2014 at 02:59:01PM +0200, Wolodja Wentland wrote: > > On Tue, Oct 14, 2014 at 14:19 +0200, Guido Günther wrote: > > > On Tue, Oct 14, 2014 at 01:02:50PM +0200, Wolodja Wentland wrote: >

Bug#765346: [Pkg-libvirt-maintainers] Bug#765346: Authentication error due to missing polkit agent

2014-10-14 Thread Wolodja Wentland
On Tue, Oct 14, 2014 at 14:19 +0200, Guido Günther wrote: > On Tue, Oct 14, 2014 at 01:02:50PM +0200, Wolodja Wentland wrote: > > $ groups > > [...] libvirt [...] > > Which is used in > > /usr/share/polkit-1/rules.d/60-libvirt.rules Well, I only have /etc/polkit

Bug#765346: [Pkg-libvirt-maintainers] Bug#765346: Authentication error due to missing polkit agent

2014-10-14 Thread Wolodja Wentland
Hello Guido, On Tue, Oct 14, 2014 at 14:19 +0200, Guido Günther wrote: > On Tue, Oct 14, 2014 at 01:02:50PM +0200, Wolodja Wentland wrote: > > > > $ groups > > [...] libvirt [...] > > Which is used in > > /usr/share/polkit-1/rules.d/60-libvirt.rules In

Bug#765346: Authentication error due to missing polkit agent

2014-10-14 Thread Wolodja Wentland
Package: libvirt-bin Version: 1.2.9-2 Severity: important Hello, ever since upgrading libvirt* to 1.2.9* I am running into the following error when trying to connect: $ virsh connect qemu:///system error: Failed to connect to the hypervisor error: authentication failed: no agent is availab

Bug#699532: Dependency chain

2014-04-08 Thread Wolodja Wentland
On Tue, Apr 08, 2014 at 17:29 +0300, Jaakko Niemi wrote: > Any news on this? We have now nasty situation as leiningen is broken > in testing, and fix is in unstable, but that won't go in because of it's > depending on clojure-contrib, which depends on clojure1.2, which is > broken o

Bug#741255: Downgrade "Recommends: nagios3 | icinga" to Suggests

2014-03-10 Thread Wolodja Wentland
Source: nagios-nrpe-plugin Severity: normal Dear Maintainer, the installation of nagios-nrpe-plugin will cause the installation of nagios3 as the package currently includes a "Recommends: nagios3 | icinga" which should, in my opinion, be downgraded to a "Suggests: nagios3 | icinga". The reasoni

Bug#740833: get-orig-source fails for non hg snapshot versions

2014-03-05 Thread Wolodja Wentland
Source: xnbd Version: 0.3.0 Severity: normal Dear Arno, xnbd's get-orig-source assumes that REPOSITORY_REV is not empty which would, however, be the case for normal releases. This causes the hg archive run to be erroneously called with an "-r -t files". An easy fix is to use something along the

Bug#738001: Test are not run during build

2014-02-07 Thread Wolodja Wentland
Source: xcache Version: 3.1.0-1 Severity: normal Dear Maintainer, having just built xcache 3.1.0-1 locally I noticed that tests fail to run: -- snip -- … Build complete. Don't forget to run 'make test'. /bin/sed "s#\\./\\.libs/#/«PKGBUILDDIR»/\\.libs/#" < /«PKGBUILDDIR»/xcache-test.ini > /«PKG

Bug#737842: Please package php5 debhelper sequence independently

2014-02-06 Thread Wolodja Wentland
Source: php5-dev Severity: wishlist Dear Michal, it would, in my opinion, be a good idea to package the new php5 dh sequence independently as having it coupled makes it incredibly hard to backport modules that use this sequence to wheezy. If it had been packaged independently it would make it wou

Bug#733494: OptParse exception during [dist-]upgrade

2013-12-29 Thread Wolodja Wentland
Package: apt-cudf Version: 3.1.3-7 Severity: normal Dear maintainer, I have used apt-cudf happily for a while now, but recently it started to show the following behaviour: $ sudo apt-get --solver aspcud dist-upgrade Reading package lists... Done Building dependency tree Reading state inf

Bug#727177: Raising severity to critical

2013-10-23 Thread Wolodja Wentland
severity 727177 critical kthxbye I have just spoken to another user on IRC who reported identical problems after upgrading libnss-ldap from 264-2.5 to 265-1. The problems (segfaults of various binaries from other packages) seized once the user downgraded back to 264-2.5. I have not personally en

Bug#726025: ITP: tigris -- Stream-based JSON string escaping for Clojure

2013-10-11 Thread Wolodja Wentland
Package: wnpp Severity: wishlist Owner: Wolodja Wentland * Package name: tigris Version : 0.1.1 Upstream Author : Matthew Lee Hinman * URL : https://github.com/dakrone/tigris * License : EPL-1.0 Programming Lang: Clojure, Java Description : Stream

Bug#720506: ITP: jackson-dataformat-yaml -- fast and powerful JSON library for Java -- YAML dataformat

2013-08-22 Thread Wolodja Wentland
Package: wnpp Severity: wishlist Owner: Wolodja Wentland * Package name: jackson-dataformat-yaml Version : 2.2.2 Upstream Author : FasterXML, LLC, Seattle, USA * URL : https://github.com/FasterXML/jackson-dataformat-yaml/ * License : Apache-2.0 Programming

Bug#720505: ITP: jackson-dataformat-smile -- fast and powerful JSON library for Java -- Smile dataformat

2013-08-22 Thread Wolodja Wentland
Package: wnpp Severity: wishlist Owner: Wolodja Wentland * Package name: jackson-dataformat-smile Version : 2.2.2 Upstream Author : FasterXML, LLC, Seattle, USA * URL : https://github.com/FasterXML/jackson-dataformat-smile/ * License : Apache-2.0

Bug#720504: ITP: jackson-databind -- fast and powerful JSON library for Java -- data binding

2013-08-22 Thread Wolodja Wentland
Package: wnpp Severity: wishlist Owner: Wolodja Wentland * Package name: jackson-databind Version : 2.2.2 Upstream Author : FasterXML, LLC, Seattle, USA * URL : https://github.com/FasterXML/jackson-databind/ * License : Apache-2.0 Programming Lang: Java

Bug#720503: ITP: jackson-annotations -- fast and powerful JSON library for Java -- annotations

2013-08-22 Thread Wolodja Wentland
Package: wnpp Severity: wishlist Owner: Wolodja Wentland * Package name: jackson-annotations Version : 2.2.2 Upstream Author : FasterXML, LLC, Seattle, USA * URL : https://github.com/FasterXML/jackson-annotations * License : Apache-2.0 Programming Lang

Bug#711852: Reopen #711852

2013-08-17 Thread Wolodja Wentland
reopen 711852 kthxbye Hi, unfortunately switching the maven doc build target from javadoc:jar to javadoc:javadoc is not possible as of now as it causes a number of FTBFS in packages that expect the documentation to be generated in target/apidocs and not target/site/apidocs. We therefore had to r

Bug#719323: ITP: jackson-core -- fast and powerful JSON library for Java

2013-08-11 Thread Wolodja Wentland
On Sun, Aug 11, 2013 at 12:52 +0100, Stephen Nelson wrote: > On 11 Aug 2013 00:32, "Wolodja Wentland" wrote: >> It is not, but thank you for catching this and reviewing WNPP bugs! :) >> libjackson-json-java is version 1.* of the JSON processoe by FasterXML >> wh

Bug#719323: ITP: jackson-core -- fast and powerful JSON library for Java

2013-08-10 Thread Wolodja Wentland
On Sun, Aug 11, 2013 at 00:09 +0100, Stephen Nelson wrote: > On 10 Aug 2013, at 19:17, Wolodja Wentland wrote: > > > Package: wnpp > Severity: wishlist > Owner: Wolodja Wentland > > * Package name: jackson-core > Version : 2

Bug#719323: ITP: jackson-core -- fast and powerful JSON library for Java

2013-08-10 Thread Wolodja Wentland
Package: wnpp Severity: wishlist Owner: Wolodja Wentland * Package name: jackson-core Version : 2.2.2 Upstream Author : FasterXML, LLC, Seattle, USA * URL : http://wiki.fasterxml.com/JacksonHome * License : Apache-2.0 Programming Lang: Java Description

Bug#717384: ITP: python-affinity -- control process CPU affinity

2013-08-06 Thread Wolodja Wentland
Hi Apollon, On Sat, Jul 20, 2013 at 08:35 +0300, Apollon Oikonomopoulos wrote: > Package: wnpp > Severity: wishlist > Owner: Apollon Oikonomopoulos > > * Package name: python-affinity > Version : 0.1.0 > Upstream Author : Enfold Systems, LLC > * URL : https://pypi.py

Bug#717366: ITP: connman-ui -- A full-featured GTK based trayicon UI for ConnMan.

2013-08-06 Thread Wolodja Wentland
Hi Shawn, On Fri, Jul 19, 2013 at 12:33 -0700, Shawn Landden wrote: > * Package name: connman-ui > Version : 0 > Upstream Author : tomasz.burszt...@linux.intel.com > * URL : https://github.com/tbursztyka/connman-ui > * License : GPL-2+ > Programming Lang: C w

Bug#717083: ITP: pychef -- Python library to interact with the Chef server API

2013-08-06 Thread Wolodja Wentland
On Tue, Jul 16, 2013 at 12:23 -0300, Miguel Landaeta wrote: > Package: wnpp > Severity: wishlist > Owner: Miguel Landaeta > > * Package name: pychef > Version : 0.2.2 > Upstream Author : Noah Kantrowitz > * URL : https://github.com/coderanger/pychef > * License

Bug#715014: spamd sets its cmdline ($0) wrongly by using spaces

2013-07-05 Thread Wolodja Wentland
Package: spamassassin Version: 3.3.2-6 Severity: normal Dear Maintainer, spamd includes the following snippet (line 2623): sub daemonize { # Pretty command line in ps $0 = join (' ', $ORIG_ARG0, @ORIG_ARGV) unless would_log("dbg"); which incorrectly uses spaces to separate e

Bug#715000: [checkrestart] IndexError during cmdline parsing in Process

2013-07-05 Thread Wolodja Wentland
Dear Axel, upon further investigation it does not look as if this is a bug in checkrestart per se. checkrestart correctly (cf. proc(5)) assumed that /proc/[pid]/cmdline is a set of string that is separated by null bytes with a further null byte at the end. The reason checkrestart runs into a prob

Bug#715000: [checkrestart] IndexError during cmdline parsing in Process

2013-07-05 Thread Wolodja Wentland
or between elements of the command line seems to be wrong. I fixed this error with the following patch: commit 8c5824bc920eef4333ece8ce477db39015322700 Author: Wolodja Wentland Date: Fri Jul 5 11:37:19 2013 +0100 Fix IndexError during cmdline parsing diff --git a/checkrestar

Bug#684289: robert-hooke: Transition package to use default java implementation

2013-06-04 Thread Wolodja Wentland
Hello, I fixed this bug in robert-hooke, packaged a new version and uploaded it to mentors [0] where it is waiting for a sponsor. [0] https://mentors.debian.net/package/robert-hooke thanks -- Wolodja 4096R/CAF14EFC 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc Descriptio

Bug#684022: leiningen: Transition package to use default java implementation.

2013-06-04 Thread Wolodja Wentland
Hello, I fixed the bug in leiningen and commited the changes to its VCS, but the package is currently waiting on mentors [0] for a sponsor. [0] http://mentors.debian.net/package/leiningen thanks -- Wolodja 4096R/CAF14EFC 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc Descr

Bug#710499: New upstream version available

2013-05-31 Thread Wolodja Wentland
On Fri, May 31, 2013 at 14:55 +0200, Emmanuel Bourg wrote: > I believe maven-compiler-plugin 3.1 requires Maven 3 to build, so we'll > have to complete the transition to Maven 3 before packaging this update. > If you don't absolutely need the most recent version we could at least > upgrade to the

Bug#710499: New upstream version available

2013-05-31 Thread Wolodja Wentland
Package: libmaven-compiler-plugin-java Version: 2.0.2-6 Severity: wishlist Dear Maintainer, It would be much appreciated if you could consider packaging the current upstream version of maven-compiler-plugin (3.1). Please let me know if there are problems with this and what can/could be done to r

Bug#710495: Packaging uses seemingly unmaintained, unpackaged and unkown packaging helper "silt"

2013-05-31 Thread Wolodja Wentland
Package: libclojure-maven-plugin-java Version: 1.3.3-3 Severity: wishlist Hello Peter, I recently looked into updating clojure-maven-helper to the current version available from upstream but discovered, much to my dismay, that it uses a packaging helper called silt [0]. Unfortunately I am quite u

Bug#710493: Newer upstream version available

2013-05-31 Thread Wolodja Wentland
Package: libclojure-maven-plugin-java Version: 1.3.3-3 Severity: wishlist Dear Peter, the clojure-maven-plugin version packaged in Debian is quite outdated and it would be wonderful if you could package the current upstream version (1.3.17). Projects that use this plugin seem to depend on 1.3.13

Bug#709446: debhelper skips important commands in the jh_maven_repo_helper sequence

2013-05-23 Thread Wolodja Wentland
reassign 709446 maven-repo-helper kthxbye On Thu, May 23, 2013 at 12:27 +0100, Wolodja Wentland wrote: > Specifically I am building a package [0] that uses maven-repo-helper to > install a jar into a local maven repository at /usr/share/maven-repo/ . The > relevant sequence is >

Bug#709446: debhelper skips important commands in the jh_maven_repo_helper sequence

2013-05-23 Thread Wolodja Wentland
Package: debhelper Version: 9.20130518 Severity: important Dear Joey, apparently the new functionality that allows debhelper to skip "unused" commands is suffering from heuristics that are just a little too eager. Specifically I am building a package [0] that uses maven-repo-helper to install a

Bug#706824: Newer version available

2013-05-05 Thread Wolodja Wentland
Package: awesome Version: 3.5-1+local1 Severity: wishlist Dear Julien, as you are surely aware there are multiple new versions of awesome available from upstream. It would be wonderful if you could package them. I'd like to note that I've packaged 3.5 without major problems, but had to fix the aw

Bug#701641: Segfault when saving messages: ../sysdeps/x86_64/multiarch/strcmp.S: No such file or directory.

2013-03-21 Thread Wolodja Wentland
On Tue, Mar 19, 2013 at 09:50 -0500, Mark Nipper wrote: > On 19 Mar 2013, Wolodja Wentland wrote: > > not solve the issue. I upgraded to the current version again yesterday and > > have not yet run into this problem today ever since I upgraded some packages > > today. Among

Bug#701641: Segfault when saving messages: ../sysdeps/x86_64/multiarch/strcmp.S: No such file or directory.

2013-03-19 Thread Wolodja Wentland
On Sat, Mar 16, 2013 at 13:41 -0500, Mark Nipper wrote: > On 16 Mar 2013, Ryan Kavanagh wrote: > > On Fri, Mar 08, 2013 at 11:40:09AM +, Wolodja Wentland wrote: > > > It seems to me as if this but manifested itself directly after the latest > > > dovecot upload (1:2.

Bug#693726: xserver-xorg-input-synaptics: synaptics crashes

2013-03-18 Thread Wolodja Wentland
forwarded 693726 https://bugs.freedesktop.org/show_bug.cgi?id=52496 kthxbye Hello, this is a simple "Me too" message with the major difference that I do not experience this problem during wakeup, but at (seemingly?) random times during usage. I have not yet found a way to reliably reproduce it, b

Bug#690127: [Pkg-utopia-maintainers] Bug#690127: release-notes: Issues: switch dm to get an active consolekit session

2013-03-16 Thread Wolodja Wentland
On Mon, Jan 28, 2013 at 14:58 +0100, Michael Biebl wrote: > I probably won't get around to it sending you a detailed answer this > week. Hopefully next week. Please poke me again if you haven't heard > from me until then. Feel yourself poked. :) I would very much like to write this important bit

Bug#701641: Segfault when saving messages: ../sysdeps/x86_64/multiarch/strcmp.S: No such file or directory.

2013-03-16 Thread Wolodja Wentland
On Sat, Mar 16, 2013 at 12:14 -0400, Ryan Kavanagh wrote: > On Fri, Mar 08, 2013 at 11:40:09AM +0000, Wolodja Wentland wrote: > > It seems to me as if this but manifested itself directly after the latest > > dovecot upload (1:2.1.7-7) to sid, but I am not entirely sure if this is

Bug#701641: Segfault when saving messages: ../sysdeps/x86_64/multiarch/strcmp.S: No such file or directory.

2013-03-08 Thread Wolodja Wentland
Package: mutt Version: 1.5.21-6.2 Followup-For: Bug #701641 Dear Maintainer, I too am running into this bug, but am /not/ experiencing crashes but simply receive "tls_socket_read (A TLS fatal alert has been received.)" typically after saving a message from one folder to another. Upon restarting m

Bug#700319: kgb-bot should allow to use the real name or entire mail address in messages

2013-02-11 Thread Wolodja Wentland
Package: kgb-bot Version: 1.25-1 Severity: wishlist Dear Maintainer, the current way in which author names are extracted from commit logs leads to suboptimal commit messages in some cases. This is, in particular, the case if somebody committed as, say, "deb...@example.com". Currently this would r

Bug#699532: New upstream version is available

2013-02-01 Thread Wolodja Wentland
Hello Maayuki, On Fri, Feb 01, 2013 at 19:54 +0900, Masayuki Hatta wrote: > Package: leiningen > Version: 1.7.1-1 > Severity: wishlist > > Leiningen 2.x is out, the upstream declare 1.x is outdated and strongly > recommend to upgrade. Also, Incanter needs Leiningen 2.x for building. I > appreci

Bug#699546: ITP: libslingshot-clojure -- Enhanced throw and catch library for Clojure

2013-02-01 Thread Wolodja Wentland
Package: wnpp Severity: wishlist Owner: Wolodja Wentland * Package name: libslingshot-clojure Version : 0.10.3 Upstream Author : Stephen C. Gilardi * URL : https://github.com/scgilardi/slingshot/ * License : EPL-1.0 Programming Lang: Clojure, Java

Bug#699180: Register tutorial with doc-base

2013-01-28 Thread Wolodja Wentland
Hi Niels, I learned how to spell your first name correctly in the meanwhile and the attached patch gets it right. Sorry about that :) -- Wolodja 4096R/CAF14EFC 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC diff --git a/debian/javahelper.doc-base b/debian/javahelper.doc-base new file mode 1

Bug#699180: Register tutorial with doc-base

2013-01-28 Thread Wolodja Wentland
Package: javahelper Version: 0.43 Severity: wishlist Tags: patch Hello, the javahelper package includes a tutorial that is not registered with doc-base. The patch creates a suitable javahelper.doc-base file to register it. Thank you and have a nice day! -- System Information: Debian Release: 7.

Bug#690127: release-notes: Issues: switch dm to get an active consolekit session

2013-01-28 Thread Wolodja Wentland
ger or asked to start their session via ~/.xsession from xdm as suggested in [1]. (which also means that "nox11" has to be removed IIRC) 3. wdm What about wdm and other display managers? > On Sat, Jan 26, 2013 at 04:45:57PM +, Wolodja Wentland wrote: >

Bug#690127: Bug #690127: release-notes: Issues: switch dm to get an active consolekit session

2013-01-26 Thread Wolodja Wentland
Hello, I've just stumbled over this report and have to say that the proposed section in the release notes is suboptimal. This is mainly due because it is unclear which workaround is actually being referred to in the linked bug reports. I would prefer it if the actual changes that are needed are d

Bug#682816: xserver-xorg-video-intel: Slow rendering of applications using Bitmap fonts.

2012-08-15 Thread Wolodja Wentland
Package: xserver-xorg-video-intel Followup-For: Bug #682816 I ran into the a similar issue in that gvim was redrawing windows extremely slow. This issue happened when I set the guifont to Terminus and reports such as [0] pointed to xserver-xorg-video-intel as the culprit. Luckily the problem seem

Bug#675228: Use http://paste.debian.net by default

2012-05-30 Thread Wolodja Wentland
Package: libapp-nopaste-perl Version: 0.33-1 Severity: wishlist nopaste currently uploads pastes to http://pastie.org by default. Users have to set the NOPASTE_SERVICES environment variable to 'Debian' in order to change this permanently which is just cumbersome. It would, IMHO, make sense to chan

Bug#627434: Rename to emacs23-doc

2012-05-30 Thread Wolodja Wentland
Dear Maintainer, I agree with Karl on this issue and find the current package name confusing and misleading. It is unnecessarily hard to find this package if you search for "the emacs documentation package" as it is, for example, not listed if you search for "emacs documentation" (e.g. "apt-cache

Bug#669322: [Aptitude-devel] Bug#669322: aptitude: "Method http has died unexpectedly" with zh_CN.utf8 locale

2012-04-28 Thread Wolodja Wentland
Hello, thank you Daniel for looking into this. I'd like to start by providing a few more details as this might help to triage this bug. The bug is related to parsing/handling of aptitude-defaults and manifests itself when aptitude-defaults.{zh*,..} are used. I verified this by replacing /usr/loca

Bug#669322: aptitude: "Method http has died unexpectedly" with zh_CN.utf8 locale

2012-04-19 Thread Wolodja Wentland
Hello, I can confirm this issue and was able to reproduce it with zh_TW.UTF-8 and ja_JP.UTF-8, but not with {ko_KR,de_DE,fr_FR,ru_RU}.UTF-8. It is also most definitely not due to the font that is used as I could reproduce it with a number of terminals, different fonts and on the console. A workar

Bug#648742: Please add Wolodja Wentland as a Debian Maintainer

2011-11-14 Thread Wolodja Wentland
heezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf-8, LC_CTYPE=en_GB.utf-8 (charmap=UTF-8) Shell: /bin/sh linke

Bug#647632: leiningen: Could not locate clojure/contrib/java_utils__init.class or clojure/contrib/java_utils.clj on classpath:

2011-11-05 Thread Wolodja Wentland
Patch against /usr/bin/lein that fixes the bug if clojure-contrib is installed. -- Wolodja 4096R/CAF14EFC 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC From: Wolodja Wentland Date: Sat, 5 Nov 2011 13:35:57 + Subject: Add clojure-contrib to CLASSPATH This patch fixes #647632 by adding

Bug#647632: leiningen: Could not locate clojure/contrib/java_utils__init.class or clojure/contrib/java_utils.clj on classpath:

2011-11-05 Thread Wolodja Wentland
tags 647632 confirmed pending kthxbye On Sat, Nov 05, 2011 at 14:15 -0700, Phil Hagelberg wrote: > On Fri, Nov 4, 2011 at 10:22 AM, Mathieu Malaterre > wrote: > > > pom         Write a pom.xml file to disk for Maven interop. > > leiningen.push  Problem loading: java.io.FileNotFoundException: Cou

Bug#642895: leiningen: gitpkg master causes an error

2011-09-26 Thread Wolodja Wentland
he detailed bug report. I have just pushed to the pristine-tar branch which should now reference 691804925b14beb54c460c65b7a302839fdd440b and not 5ec6a70228e6466f25eae0b22d3ddc798f103a47. The former is the following commit: commit 691804925b14beb54c460c65b7a302839fdd440b Author: Wo

Bug#642795: java.lang.ClassNotFoundException: org/objectweb/asm/commons/Method

2011-09-26 Thread Wolodja Wentland
On Sun, Sep 25, 2011 at 09:59 +0200, Torsten Werner wrote: > Okay, the bug is in /usr/bin/lein. The line 66 must be changed from > > CLOJURE_JAR="/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3.jar" > > to > > CLOJURE_JAR="/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3-all.jar" Thank

Bug#642723: leiningen: FTBFS: Could not find the main class: clojure.main. Program will exit.

2011-09-26 Thread Wolodja Wentland
Hi all, the FTBFS is almost certainly caused by #642795 [0] and should be fixed shortly. [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642795 -- Wolodja 4096R/CAF14EFC 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc Description: Digital signature

Bug#573348: Comments and patch

2011-07-19 Thread Wolodja Wentland
even if hal is not installed. Kind regards -- .''`. Wolodja Wentland : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc Description: Digital signature

Bug#566963: Progress report - leiningen packaging

2011-07-11 Thread Wolodja Wentland
enables us to get leiningen into Debian soonish. There is still some work that needs to be done, but it shouldn't take too long. Kind Regards -- .''`. Wolodja Wentland : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30

Bug#630138: libc6: Incorrect path for memcpy-preload.so and memcpy-syslog-preload.so in NEWS.Debian

2011-06-11 Thread Wolodja Wentland
Package: libc6 Version: 2.13-6 Severity: minor -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The path for both memcpy-preload.so and memcpy-syslog-preload.so has not been updated in NEWS.Debian.gz to reflect their new, multiarch conformant, location. The absolute path is given as: /usr/li

Bug#612121: http://www.debian.org/ports/kfreebsd-amd64/ is missing

2011-02-05 Thread Wolodja Wentland
Package: www.debian.org Severity: normal http://www.debian.org/ports/kfreebsd-amd64/ is missing, results in 404 message. -- System Information: Debian Release: 6.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Li

Bug#612120: www.debian.org/ports/kfreebsd-i386 is missing

2011-02-05 Thread Wolodja Wentland
Package: www.debian.org Severity: normal http://www.debian.org/ports/kfreebsd-i386/ is missing and results in a 404. -- System Information: Debian Release: 6.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux

Bug#554506: SATA AHCI/Compatibility mode fix

2010-07-28 Thread Wolodja Wentland
necessary steps were: 1. Edit /etc/initramfs-tools/modules and add "ahci" 2. Run "update-initramfs -u" 3. Change SATA option from "Compatibility" to "AHCI" in the BIOS 4. Reboot Kind regards Wolodja -- .''`. Wolodja Wentland : :&#x

Bug#554506: [pkg-cryptsetup-devel] Bug#554506: cryptsetup: unable to find root volume

2010-07-27 Thread Wolodja Wentland
f_lvm/swap cryptsetup: lvm device name (/dev/disk/by-uuid/...) does not begin with /dev/mapper cryptsetup: evms_activate is not available --- snip --- kind regards Wolodja -- .''`. Wolodja Wentland : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD

Bug#530670: mutt: request enabling Tokyo Cabinet

2009-12-05 Thread Wolodja Wentland
Hi, I reopened the bug. If linking mutt with tokyocabinet instead of gdbm is not wanted this bug should be tagged wontfix. It would be great though, if tokyocabinet becomes the default header cache backend. -- .''`. Wolodja Wentland : :' : `. `'

Bug#554506: cryptsetup: unable to find root volume

2009-12-03 Thread Wolodja Wentland
e -ay /dev/kikutani # mount /dev/mapper/kikutani-{root,home} /mnt/target/{,home} If you need further information please do no hesitate to contact me. regards Wolodja Wentland -- Package-specific info: -- /proc/cmdline BOOT_IMAGE=/vmlinuz-2.6.30-2-amd64 root=/dev/mapper/kikutani-root ro quie

Bug#547003: ipython: IPython should use current Python Environment

2009-09-16 Thread Wolodja Wentland
usr/lib64/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib64/python2.5/lib-tk', '/home/user/ipython_bug/lib/python2.5/site-packages', '/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/si

Bug#532786: Automount still broken

2009-09-10 Thread Wolodja Wentland
re available and should be applied to halevt. with kind regards Wolodja Wentland signature.asc Description: Digital signature

Bug#532786: Automount broken due to missing PolicyKit permission for halevt user

2009-06-11 Thread Wolodja Wentland
The same effect can be achieved by using "polkit-gnome-authorization". Does anybody know where the rules set with that tool are saved? I am also a bit unsure about plugdev vs. PolicyKit with halevt. It looks like the maintainer thought that it is sufficient that the halevt user

Bug#500053: conky: out_to_console should really not draw on root window

2009-04-02 Thread Wolodja Wentland
> 2. One can create a new conky package which disables X support entirely > (conky-nox) for such users. > Perhaps the latter is a better solution. The question is whether > people really want it. (All those xmonad, awesome, dwm users who > use conky please respond!). I hereby respond and note tha

Bug#462889: seahorse fails to start

2008-01-28 Thread Wolodja Wentland
I could copy my private keyring back and migrated all important keys back into my "new" public keyring. The problem still occurs with my old pubring.gpg. Thank you for the fast reply and kind help. Wolodja Wentland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "

  1   2   >