Bug#439289: hex-a-hop: superfluous \n in level name

2007-08-23 Thread Piotr Engelking
Package: hex-a-hop Version: 0.0.20070315-3 Severity: minor Tags: patch One of the level names is displayed as "Toughened\n\nTiles", with superfluous end of line. The attached patch fixes this problem. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'tes

Bug#436166: [Pkg-lirc-maint] Bug#436166: Progress notes

2007-08-23 Thread Stephen Gran
This one time, at band camp, Loïc Minier said: > On Sat, Aug 11, 2007, Stephen Gran wrote: > > bttv.h is a 'private' header, and not included in the kernel headers > > shipped in Debian. This is why there is an attempt at versioned bttv.h > > headers in lirc itself. It's a bad hack, but I'm not s

Bug#439290: hex-a-hop: the new font is not particularly readable

2007-08-23 Thread Piotr Engelking
Package: hex-a-hop Version: 0.0.20070315-3 Severity: normal The font introduced in 0.0.20070315-3 is somewhat less readable compared to earlier versions. I'd suggest using the same typeface that upstream uses. If there is some particular reason not to do so, bold variant of the current font would

Bug#439291: hex-a-hop: end credits are not displayed

2007-08-23 Thread Piotr Engelking
Package: hex-a-hop Version: 0.0.20070315-3 Severity: normal Tags: patch debian/patches/compiler_warnings.patch, introduced in 0.0.20070315-3, has changed an assignment of global variable into an assignment of local variable, and, as a result, broken credits displayed when you complete all levels.

Bug#439292: bashism

2007-08-23 Thread Joey Hess
Package: googleearth-package Version: 0.3.0 Severity: normal cp "$tmpdir"/{README}* usr/share/doc/googleearth This is a bashism. It's also an unneccesary one, since /README* would be identical. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstabl

Bug#439285: [Pbuilder-maint] Bug#439285: pbuilder login does not create a login shell

2007-08-23 Thread Junichi Uekawa
Hi, > pbuilder login does: > > ${CHROOTEXEC} bin/bash > > This starts bash as a normal interactive shell, not a login shell. > This means that it can, for example, be suspended, with unpleasant > results. bash's exec command allows setting the invoked program's 0th > argument with the -a

Bug#341276: Suggested patch

2007-08-23 Thread Samuel Rydén
I have included a patch that seems to cure the unicode issues I've encountered so far. I am no python wizkid, but it seems to do the trick! Regards, - Sam 437a438,442 > import sys > if sys.getdefaultencoding() == 'ascii': > mustencode =

Bug#293404: updates breaks tab completion in running zshs

2007-08-23 Thread Chris Lamb
I recently upgraded from 4.3.4-8 to 4.3.4-14 and encountered a similar problem to the (now-archived) #396659 wrt Vim tab-completion not working. (Restarting zsh or `exec zsh` did not fix the problem, nor did purging the package and re-installing.) However, removing ~/.zcompdump and then restartin

Bug#439293: {CALL(?, ?)} statements with output parameters fail with MySQL error

2007-08-23 Thread Enrico Zini
Package: libmyodbc Version: 3.51.15r409-1+b1 Severity: normal Hello, Here is another report about stored procedures. The attached code should run a simple stored procedure with an input and an output parameter, but instead it fails with this error message: Connecting Creating procedure E

Bug#439237: xserver-xorg-input-mouse: the mouse disappear when it goes on the 10cm of the left vertical track of the screen

2007-08-23 Thread Daniel
Brice Goglin wrote: > Daniel wrote: > >> one more error with ./autogen.sh >> >> " >> autoreconf2.50: Entering directory `.' >> autoreconf2.50: configure.ac: not using Gettext >> autoreconf2.50: running: aclocal --output=aclocal.m4t >> aclocal: configure.ac: 106: macro `AM_CFLAGS' not found in l

Bug#439295: linux-image-2.6.21-2-686: System fails to boot

2007-08-23 Thread Vesa Savolainen
Package: linux-image-2.6.21-2-686 Version: 2.6.21-6 Severity: critical Justification: breaks the whole system *** Please type your report below this line *** After upgrading from linux-image-2.6.18-4-686 to linux-image-2.6.21-2-686, the system fails to boot because the kernel now suddenly sees ha

Bug#439294: acpi-support: resume.d/62-ifup.sh is mistaken about NetworkManager

2007-08-23 Thread Uri David Akavia
Subject: acpi-support: resume.d/62-ifup.sh is mistaken about NetworkManager Package: acpi-support Version: 0.95-2 Severity: normal *** Please type your report below this line *** /etc/resume.d/62-ifup.sh includes the lines # Kick network-manager to bring up its interfaces. (It won't do this # au

Bug#439291: hex-a-hop: end credits are not displayed

2007-08-23 Thread Jens Seidel
tags 439291 +pending thanks On Fri, Aug 24, 2007 at 12:54:31AM +0200, Piotr Engelking wrote: > debian/patches/compiler_warnings.patch, introduced in 0.0.20070315-3, has > changed an assignment of global variable into an assignment of local > variable, and, as a result, broken credits displayed wh

Bug#437673:

2007-08-23 Thread Bluefuture
Seems to be fixed now. Please check it so i could close this bug. Ste -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#341276: Suggested patch

2007-08-23 Thread Samuel Rydén
Package: bittornado-gui Upon opening a .torrent file that contain file names with funky characters in it, causing a UnicodeDecodeError exception. Error message and suggested patch below. BitTorrent T-0.3.17 (BitTornado) OS: linux2 Python version: 2.5.1 (r251:54863, May 2 2007, 16:56:35) [GCC 4

Bug#434394: Time to move bwidget under /usr/share?

2007-08-23 Thread Anselm Lingnau
Francesco Paolo Lovergine wrote: > Bwidget should move its stuff under /usr/share now, it depends on tk8.4 > so I see no reasons to maintain it under /usr/lib which is not > appropriate by policy. I agree with you in principle but as long as Debian's wish8.4 does not include /usr/share in its au

Bug#437675: dehs tags machine readable status

2007-08-23 Thread Bluefuture
Actually i use in Dehs a simple function (dpkg based) to see if the package is updated against upstream: function is_updated ($up_vers,$debian_vers) { if ($up_vers=='') return 0; passthru("dpkg --compare-versions '$up_vers' eq '" . vers_conv($debian_vers) . "'",$great); if ($great!=0) return 1; el

Bug#437177: ta-lib packaged and waiting for upload by sponsor

2007-08-23 Thread Marco van Zwetselaar
I have just finished packaging ta-lib v0.3.0. The packages are waiting for approval by my Debian sponsor. The packages have been uploaded to mentors.debian.net. The are also apt-gettable from my site. Instructions are at http://www.zwets.com/ta-lib. Will mark this ITP bug as pending. -- To

Bug#439086: qtstalker-plugin-mysql packaged and waiting for upload by sponsor

2007-08-23 Thread Marco van Zwetselaar
I have just finished packaging qtstalker-plugin-mysql v0.34.0. The package is waiting for approval by my Debian sponsor. The package has been uploaded to mentors.debian.net. It is also apt-gettable from my site. More information at http://www.zwets.com/qtstalker. Will mark this ITP bug as pendin

Bug#438816: gcc-multilib: Please provide arch-gcc binary for the multilib architecture

2007-08-23 Thread Matthias Klose
Josh Triplett writes: > Package: gcc-multilib > Version: 4:4.1.2-3 > Severity: wishlist > > Could gcc-multilib provide an arch-gcc binary for the multilib architecture? > For instance, i486-linux-gnu-gcc on x86_64? is there a concrete use case? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#439289: hex-a-hop: superfluous \n in level name

2007-08-23 Thread Jens Seidel
tags 439289 +pending thanks On Fri, Aug 24, 2007 at 12:50:30AM +0200, Piotr Engelking wrote: > One of the level names is displayed as "Toughened\n\nTiles", with > superfluous end of line. The attached patch fixes this problem. The patch doesn't fix this but a symptom of another bug :-) I rendered

Bug#439296: brasero doesn't format fresh dvd+rw before burning

2007-08-23 Thread Brent S. Elmer, Ph.D.
Subject: brasero doesn't format fresh dvd+rw before burning Package: brasero Version: 0.6.0-2 Severity: important *** Please type your report below this line *** Brasero should handle a fresh dvd+rw when burning. When you click on burn, brasero says there are 0 bytes empty on a brand new dvd+rw

Bug#439290: hex-a-hop: the new font is not particularly readable

2007-08-23 Thread Jens Seidel
severity 439290 wishlist thanks On Fri, Aug 24, 2007 at 12:52:21AM +0200, Piotr Engelking wrote: > The font introduced in 0.0.20070315-3 is somewhat less readable compared to > earlier versions. I'd suggest using the same typeface that upstream uses. If > there is some particular reason not to do

Bug#280537: Patch for portmap

2007-08-23 Thread Aníbal Monsalve Salazar
On Thu, Aug 23, 2007 at 05:59:26PM -0600, Sean McCreary wrote: >I wanted portmap to support a list of interface addresses rather than >just one, so I made some small changes. I have attached a diff >--- portmap.c.5-26 2007-08-22 13:30:13.0 -0600 >+++ portmap.c 2007-08-22 15:36:59.000

Bug#408850: using flags "-fwhole-program --combine" broken

2007-08-23 Thread Matthias Klose
please recheck with current gcc-4.2 and gcc-snapshot. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#439113: The "search results" tab is always hidden

2007-08-23 Thread Michael Biebl
David schrieb: > I am now in another machine and it happens too. It is progressive (at least > in this machine). > > Do a search in tracker, close, now reopen it. The tab of the results is a > bit more rightwards than previous time. Close, reopen: the tab is even more > rightwards. After two of th

Bug#439293: A work-around

2007-08-23 Thread Enrico Zini
Hello, a work-around I found is this: 1. if the procedure has only one out/inout parameter, implement it as a function 2. if the procedure has more than one out/inout parameter, return them as a result set using a select statement. For case 1, see the last code I posted in #439241. Fo

Bug#439297: JPEG compression artifacts in images run through ps2pdf

2007-08-23 Thread Barak A. Pearlmutter
Package: gs-common Version: 0.3.11 Severity: wishlist When I use LaTeX/beamer to make a talk that includes a bunch of nice crisp images they look great in the postscript produced by latex/dvips but after running them through ps2pdf the images exhibit many artifacts which look to me like the sort t

Bug#439298: wireshark: built without compiler optimization

2007-08-23 Thread Adrian Bunk
Package: wireshark Version: 0.99.6rel-1 Severity: normal Wireshark is currently built without any compiler optimization (no -O2 is passed to gcc). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#393275: -O2 on Alpha makes code crash

2007-08-23 Thread Enrico Zini
On Mon, Jul 23, 2007 at 10:54:35AM +0200, Matthias Klose wrote: > tag 393275 + moreinfo > thanks > Please recheck with g++-4.1, g++-4.2 and gcc-snapshot from unstable. We're talking about spending a couple of days full time installing snapshots and supervising compiler runs: I'm sorry I'm quite s

Bug#438714: Possible patch

2007-08-23 Thread Jan Hülsbergen
Hello, I just ran into the same issue and the following fixes it for me: ---snip--- --- 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#439072: snd-intel8x0 line-in not working in later 2.6.x kernels

2007-08-23 Thread Adrian Bunk
forwarded 439072 https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3335 thanks On Thu, Aug 23, 2007 at 11:17:28PM +0200, Josip Rodin wrote: > On Thu, Aug 23, 2007 at 07:04:13PM +0200, Adrian Bunk wrote: > > > While browsing kernel options, I noticed: > > > > > > Please contact Adrian Bun

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#439299: doesn't update mtime on .jpilot/*.pdb when syncing

2007-08-23 Thread Ken Bloom
Package: jpilot Version: 0.99.9.10-1 Severity: normal JPilot doesnt' update the mtime on the databases stored in .jpilot/*.pdb when syncing. The ctime is updated, but the mtime also needs to be updated. [EMAIL PROTECTED] .jpilot]$ date Thu Aug 23 19:45:15 CDT 2007 Hotsync Palm device now. [EMAI

Bug#439293: {CALL(?, ?)} statements with output parameters fail with MySQL error

2007-08-23 Thread Steve Langasek
On Fri, Aug 24, 2007 at 12:15:24AM +0100, Enrico Zini wrote: > Here is another report about stored procedures. > The attached code should run a simple stored procedure with an input and > an output parameter, but instead it fails with this error message: > Connecting > Creating procedure >

Bug#398759: libapache2-mod-fcgid: ProcessLifeTime and IdleTimeout don't work

2007-08-23 Thread Michal Pokrywka
I was considering usage of libapache2-mod-fcgid and browsed through its bugreports here and on sf mailing list. I think following mail contains workaround/documentation for this debian bug. http://sourceforge.net/mailarchive/message.php?msg_name=20070516151638.13781e84.listen%40mjh.name (in short

Bug#439290: hex-a-hop: the new font is not particularly readable

2007-08-23 Thread Piotr Engelking
Jens Seidel <[EMAIL PROTECTED]> wrote: > To be honest I do not know how to change the font. It may indeed depend > on your local font settings. I fear I have no idea how sdl-pango handles fonts, either. > But do you really consider the current font so bad? It is a little bit > different from the

Bug#439289: hex-a-hop: superfluous \n in level name

2007-08-23 Thread Piotr Engelking
Jens Seidel <[EMAIL PROTECTED]> wrote: > PS: Please note that the files are in DOS mode. That's why you have to > sedn patches in binary mode (e.g. base64 encoding). Otherwise they > cannot be applied. Hmm... I have just downloaded the attachments from the BTS and they seem to contain dos line end

Bug#439289: hex-a-hop: superfluous \n in level name

2007-08-23 Thread Jens Seidel
On Fri, Aug 24, 2007 at 03:02:00AM +0200, Piotr Engelking wrote: > Jens Seidel <[EMAIL PROTECTED]> wrote: > > PS: Please note that the files are in DOS mode. That's why you have to > > sedn patches in binary mode (e.g. base64 encoding). Otherwise they > > cannot be applied. > > Hmm... I have just

Bug#439300: mirror submission for mirror.filebin.info

2007-08-23 Thread Nathaniel Nelson
Package: mirrors Severity: wishlist Submission-Type: new Site: mirror.filebin.info Aliases: FileBin Type: leaf Archive-http: /debian/ Mirrors-from: www.fifi.org Archive-architecture: i386 Maintainer: Nathaniel Nelson <[EMAIL PROTECTED]> Country: US United States Location: Lansdowne PA Comment: Fi

Bug#439292: bashism

2007-08-23 Thread Wesley J. Landaker
On Thursday 23 August 2007 17:11:18 Joey Hess wrote: > Package: googleearth-package > Version: 0.3.0 > Severity: normal > > cp "$tmpdir"/{README}* usr/share/doc/googleearth > > This is a bashism. It's also an unneccesary one, since /README* would be > identical. Yeah, it used to be /{README,EULA

Bug#439244: Please clarify request

2007-08-23 Thread Rafael Belmonte
Any of these two options would be valid for me. Thanks. 2007/8/24, Filipus Klutiero <[EMAIL PROTECTED]>: > Do you want a version of Synaptic using Qt, or simply an equivalent of > Synaptic that uses Qt instead of GTK+, IOW a Qt APT front-end? > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#439303: python-libgmail: new upstream version 0.1.6 available

2007-08-23 Thread Kamaraju Kusumanchi
Package: python-libgmail Version: 0.1.5.1+cvs20070102-2 Severity: wishlist According to http://sourceforge.net/project/showfiles.php?group_id=113492 version 0.1.6 is available since July 29, 2007. Would it be possible to package the latest version for Sid? thanks raju -- System Information: Debi

Bug#439301: lmms: New upstream version

2007-08-23 Thread Raphael Geissert
Package: lmms Version: 0.2.1-1.1 Severity: wishlist Upstream has released a new version which is said to bring much more stability and new features. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: i386 (i68

Bug#439302: lmms: Add a debian/watch

2007-08-23 Thread Raphael Geissert
Package: lmms Version: 0.2.1-1.1 Severity: wishlist Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please add a debian/watch file. - --- /dev/null 2007-08-23 11:59:44.179953893 -0500 +++ debian/watch2007-08-23 21:36:27.0 -0500 @@ -0,0 +1,3 @@ +version=3 +http://sf.ne

Bug#430118: libxml-sax-perl blocks two other packages

2007-08-23 Thread Ardo van Rangelrooij
Damyan Ivanov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -=| Gerfried Fuchs, 23.08.2007 15:18 |=- Any news on this bugreport? I don't see any reply to Niko's mail since last month, don't forget that it is a RC bug. I gave this a try, but all this XML::SAX is so black magic. I tr

Bug#439304: libao2: Please provide lib32 packages

2007-08-23 Thread Josh Triplett
Package: libao2 Version: 0.8.8-3 Severity: wishlist Could libao please provide lib32 packages on x86-64, to support compiling and running 32-bit programs using libao? Thanks, Josh Triplett -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Arc

Bug#438816: gcc-multilib: Please provide arch-gcc binary for the multilib architecture

2007-08-23 Thread Josh Triplett
Matthias Klose wrote: > Josh Triplett writes: >> Package: gcc-multilib >> Version: 4:4.1.2-3 >> Severity: wishlist >> >> Could gcc-multilib provide an arch-gcc binary for the multilib architecture? >> For instance, i486-linux-gnu-gcc on x86_64? > > is there a concrete use case? Several. First, i

Bug#439260: Addinfo - Iceape browser and mailnews closing

2007-08-23 Thread Whit Hansell
It's gotten worse on the browser side. I've been going to various sites and can't scroll down much from the top of the page before the browser closes totally. I can open a number of pages but if I try to read down the page of any page even using the scroll bar in stead of the wheel mouse, the

Bug#439305: Recommends: too many packages

2007-08-23 Thread Matthias Urlichs
Package: ttf-sil-abyssinica Severity: normal As packages listed in Recommends: are now installed by default, listing inkscape, fontforge, fonttools, and whatnot in the ttf-sil-* packages does not make sense any more. Please move to Suggests:. -- System Information: Debian Release: 4.0 APT prefe

Bug#181756: base: init does not respect multiple consoles

2007-08-23 Thread Faidon Liambotis
# help is not needed any more, a patch is attached to the BTS tags 181756 - help thanks Any plans on merging this patch? I've been hit by this bug as well and I'd like to see a solution. I haven't tested Martin's patch yet but he seems to know what he is doing. Martin, have you tried pushing this

Bug#438963: hal fails to start after update

2007-08-23 Thread Chris Seufert
Yer, thanks, that sorted it out... just did a purge and reinstall of the package That error message isn't particularly intuitive to me... but hey. Thanks again. -Chris On 8/22/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > Christopher Seufert schrieb: > > Package: hal > > Version: 0.5.9.1-4 > >

Bug#439306: dpkg-dev: incorrect section name in dpkg-buildpackage(1)

2007-08-23 Thread Markus Järvinen
Package: dpkg-dev Version: 1.14.5 Severity: minor There's a section like this in dpkg-buildpackage(1): FILES dpkg-source(1), dpkg-architecture(1), dpkg-genchanges(1), gpg(1), pgp(1). I think it should be "SEE ALSO". -- System Information: Debian Release: lenny/sid APT pref

Bug#428480: gnome-terminal: problem with shift + function keys and vim

2007-08-23 Thread Markus Järvinen
Sven Arvidsson <[EMAIL PROTECTED]>: > On Tue, 2007-06-12 at 09:44 +0300, Markus Järvinen wrote: > > After upgrading (2.14.2-2 -> 2.18.0-2) the behavior of shift + function > > keys have changed somehow. For example this mapping from my .vimrc doesn't > > work: > > > > im=strftime("%d.%

Bug#404956: "ip rule flush" semantics change...

2007-08-23 Thread ST
For me, it deleted all rules but the zeroth, "from all lookup 255". Neat job indeed. Why would anybody want to do this? Anyway, turning a probably useful command into a routing killer deserves at least an appropriate change in the man page. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

Bug#432389: Processed too early?

2007-08-23 Thread Filipus Klutiero
> Hi, > > I just try to find mysql-gui-tools but I didn't found it. > Is this package not yet packaged yet? > > Thanks, > Luís Sousa Hum, indeed...Adam, did you really mean to have mysql-query-browser removed before it was replaced?

Bug#432654: libatomic-ops-dev: Reported upstream

2007-08-23 Thread Ian Wienand
Package: libatomic-ops-dev Version: 1.2-1 Followup-For: Bug #432654 Hi, Thanks for looking into this I got together a power system and had a play, and I think it is a gcc issue. I have reported it upstream, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33171 Thanks, -i -- System Informati

Bug#439307: please suggest kexi-mdb-plugin

2007-08-23 Thread Philippe Cloutier
Package: kexi Version: 1:1.6.3-1lenny1 Severity: wishlist Please make kexi suggest kexi-mdb-plugin. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#439260: Addinfo - Iceape browser and mailnews closing

2007-08-23 Thread Mike Hommey
On Fri, Aug 24, 2007 at 12:06:22AM -0400, Whit Hansell <[EMAIL PROTECTED]> wrote: > It's gotten worse on the browser side. I've been going to various sites > and can't scroll down much from the top of the page before the browser > closes totally. I can open a number of pages but if I try to re

Bug#439301: pending

2007-08-23 Thread Patrick Winnertz
tags 439301 + pending thanks Thanks for this information *g* , but a new package is already prepared and will show up in the archive soon :) Greetings Patrick Winnertz -- .''`. Patrick Winnertz <[EMAIL PROTECTED]> : :' : GNU/Linux Debian-Edu Developer `. `'` http://www.der-winnie.de htt

Bug#439308: should be able to delete certain attachments in crypted mail

2007-08-23 Thread martin f krafft
Package: mutt Version: 1.5.16-3 Severity: wishlist I understand perfectly that in mutt, deleting an attachment might mean: Deletion of attachments from encrypted messages is unsupported. (although this is a signed message). If the attachment is included in the portion of the body, which was si

Bug#439210: Display corruption with EXA

2007-08-23 Thread Jos van Wolput
Brice Goglin wrote: Jos van Wolput wrote: Package: xserver-xorg-video-intel Version: 2:2.1.1-1 Severity: important System: debian unstable, kernel 2.6.22-1-686, Intel 855 chipset. - Hi, When using the option "AccelMethod" "EXA" in xorg.conf I get a corrupted display. The background of gdm

Bug#439201: Reopen Bug#439201

2007-08-23 Thread Jari Aalto
reopen 439201 ! severity wishlist thanks >> http://savannah.gnu.org/cvs/?group=wdiff >> >> The developer[1] has announced that 0.5. is no longer supported and he >> suggested to move to the CVS version where 0.6pre is. > > This does not change the general Debian policy that only stable, release

Bug#398004: #398004 lynx-cur: Bad default for system mailer

2007-08-23 Thread Atsuhito Kohda
Hi all, On Tue, 17 Jul 2007 06:24:38 -0400 (EDT), Thomas Dickey wrote: > For example, on one of my shell accounts, following > >View the file lynx.cfg. > > to > > See also > * compile time options > > shows (just searching for "mail"): > > system_mail_flags '-t -o

Bug#439270: postgresql-8.1-plr: needs R_HOME which is a known constant for Debian

2007-08-23 Thread Martin Pitt
Hi, Dirk Eddelbuettel [2007-08-23 14:05 -0500]: > HINT: R_HOME must be defined in the environment of the user that starts the > postmaster process. Right, that's a long-standing problem. Too bad that plr doesn't have a real maintainer... > Now, we try hard to get by without environment variable

Bug#354948: Out of date?

2007-08-23 Thread Benjamin Leipold
No. It seems to work. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#439061: Same problem also with qt/kde apps

2007-08-23 Thread Andrei Popescu
Hi, I also have troubles with opera and ktorrent in addition to pidgin and claws-mail. Please contact me if you need more info. Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) signature.asc Description: PGP signature

Bug#431620: eh?

2007-08-23 Thread Joey Hess
Apparently Ubuntu has has 3.2 since December 2006. I don't understand this, since doko maintains it in both distributions? -- see shy jo signature.asc Description: Digital signature

<    1   2   3   4