Bug#487212: sepolgen: diff for NMU version 1.0.11-3.1

2008-07-20 Thread Jan Hülsbergen
tags 487212 + patch thanks Hi, The following is the diff for my sepolgen 1.0.11-3.1 NMU. This is my first attempt at an NMU so any feedback would be greatly appreciated. Regards, Jan diff -u sepolgen-1.0.11/debian/local.mk sepolgen-1.0.11/debian/local.mk --- sepolgen-1.0.11/debian/local.mk

Bug#485052: python-pyrss2gen: diff for NMU version 1.0.0-4.1

2008-07-20 Thread Jan Hülsbergen
tags 485052 + patch thanks Hi, The following is the diff for my python-pyrss2gen 1.0.0-4.1 NMU. I am not sure that this is the right solution, but it Works For Me. diff -u python-pyrss2gen-1.0.0/debian/changelog python-pyrss2gen-1.0.0/debian/changelog --- python-pyrss2gen-1.0.0/debian/changelog

Bug#488743: netbeans-platform: should not be available on platforms that don't have a sun jre

2008-06-30 Thread Jan Hülsbergen
Package: netbeans-platform Severity: important The package netbeans-platform depends on sun-java5-jdk | sun-java5-jre | sun-java6-jdk | sun-java6-jre all of which are not available on ppc (and probably other architectures). Once I have the time to 'hack' my java-package to work with recent

Bug#477799: python-m2crypto: missing inspect import makes m2urllib2 fail

2008-04-25 Thread Jan Hülsbergen
Package: python-m2crypto Version: 0.18.2-1 Severity: important Tags: patch m2urllib2.py in M2Crypto uses from urllib 2 import *, which in python 2.4 also brought in inspect, which is no longer the case in 2.5. Adding an explicit inspect import works fine: ---snip--- --- m2urllib2.py.orig

Bug#438714: Possible patch

2007-08-23 Thread Jan Hülsbergen
] -if arch != all and arch != apt_pkg.CPU: +if arch != all and arch != apt_pkg.Config[APT::Architecture]: self._dbg(1,ERROR: Wrong architecture dude!) self._failureString = _(Wrong architecture '%s' % arch) return False ---snap--- -- Jan

Bug#438714: Patch again

2007-08-23 Thread Jan Hülsbergen
Hello again, sorry for the garbled patch, this time properly, as attachement. regards, Jan --- DebPackage.py.orig 2007-08-24 02:30:26.0 +0200 +++ DebPackage.py 2007-08-24 02:31:27.0 +0200 @@ -232,7 +232,7 @@ # check arch arch = self._sections[Architecture] -

Bug#433440: sonata: New upstream version fixes Bug with password-protected mpd-connections

2007-07-17 Thread Jan Hülsbergen
Package: sonata Version: 1.2-1 Severity: important When starting sonata 1.2 with a password configured it crashes: --snip-- Traceback (most recent call last): File /usr/bin/sonata, line 48, in ? app = sonata.Base() File /usr/lib/python2.4/site-packages/sonata.py, line 539, in __init__

Bug#322632: (no subject)

2007-03-08 Thread Jan Hülsbergen
Hi, the behaviour described is still present in version 4:3.5.5a.dfsg.1-6. But after reading the CGI spec and searching the web, I don't think this really *is* a bug. It differs from what apache does in such a situation though, so I might be wrong but from what I've gathered, treating

Bug#365955: tray icons for non-KDE apps detach from kicker system tray after kicker restart (debian bug #365955)

2007-03-08 Thread Jan Hülsbergen
This still happens and is reported upstream: http://bugs.kde.org/show_bug.cgi?id=131520 HTH, Jan pgpz3vvAmEA5t.pgp Description: PGP signature

Bug#413695: python-beautifulsoup: Description falsely states the package is only for python2.3

2007-03-06 Thread Jan Hülsbergen
Package: python-beautifulsoup Version: 3.0.1-2 Severity: minor The description of this package contains the line This package contains BeautifulSoup for Python v2.3. which is true but also missleading, since it contains BeautifulSoup for every python version supplied since the transition to the

Bug#411652: incomplete upload?

2007-02-21 Thread Jan Hülsbergen
I just built the bacula source package (1.38.11-7) and the resulting packages don't have the mentioned problem. The +b1 does not show up in any of the version numbers of any of the built packages, which makes me (naively?) believe, that a proper rebuild would fix the problem in the archives,

Bug#403886: tetex-doc preinst: line 8: [: too many arguments

2006-12-20 Thread Jan Hülsbergen
Package: tetex-doc Version: 3.0.dfsg.3-4 Severity: normal When upgrading tetex-doc I got the error: /var/lib/dpkg/tmp.ci/preinst: line 8: [: too many arguments In /var/lib/dpkg/info/tetex-doc.preinst I found on line 8: if [ `md5sum $OLDCONFFILE` = f2b4328c1403ac91f92d8b144c1be7fe ]; then the