Bug#609047: An update on CCL for Debian

2024-08-13 Thread R. Matthew Emerson
On Sat, 10 Jul 2021 18:31:24 +0200 =?ISO-8859-1?Q?S=E9bastien?= Villemot 
 wrote:
> I’ve recently tried to reevaluate the situation regarding CCL in
> Debian.
> 
> In short, the answer is unfortunately that it’s not yet possible to
> package CCL, but there is however the hope that the situation will
> improve at some point.
> 
> What prevents CCL from being packaged Debian is the ffigen tool, which
> is required at build time to generate various FFI bindings. The latest
> functional version of this tool (ffigen4) is essentially a patch over
> GCC 4. The ftpmasters refused to have this in the archive (see above).
> 
> There is however an ongoing effort to rewrite ffigen, see:
> https://github.com/Clozure/ccl/issues/13
> 
> The rewrite is essentially a small executable depending on libclang,
> and is now dubbed ffigen5.
> 
> I’ve tried it, and even though it is able to parse many C headers, it
> still fails at some. So it’s not yet ready for use. But hopefully it
> will be at some point, which should clear the way for CCL in Debian.

Upstream here.

I’ve recently released CCL 1.13 
(https://github.com/Clozure/ccl/releases/tag/v1.13). In this release, Linux 
headers are processed with the new ffigen5 tool 
(https://github.com/Clozure/ccl-ffigen).

I’d be happy to show anyone interested how to use the tool and generate the 
interface databases.

In short, look at ccl:x86-headers64;libc;C;translate.sh for how to invoke the 
ffigen5 tool.  That will produce a bunch of .ffi files.  To generate the .cdb 
files used by CCL’s ffi, start CCL, and then do:

(require 'parse-ffi)
(ccl::parse-standard-ffi-files :libc)

Here, :libc indicates that the .ffi files to process are in 
x86-headers64/libc/C.  If you said :elf, that would mean to look for .ffi files 
in x86-headers64/elf/C.

As I say, if there’s anything I can do to help get CCL packaged, please get in 
touch.



Bug#831008: synaptic: Update Synaptic to 0.82.5 for bug 1282542 (Launchpad):, GLib-CRITICAL ... assertion 'pid > 0' failed

2016-07-13 Thread Emerson Prado

Package: synaptic
Version: 0.81.2-4
Severity: minor

Dear Maintainer,

Pls refer to this Launchpad bug report:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1282542

Synaptic issues the following warning when installing or updating packages:
(synaptic:6800): GLib-CRITICAL **: g_child_watch_add_full: assertion 
'pid > 0' failed
The installations and upgrades finish successfully. The problem seems to 
be the assertion or warning itself.

This warning does not show if same operations are performed via apt-get.

According to the bug report mentioned above, the bug was fixed in 
Synaptic 0.82.5 . So, pls kindly consider updating the packages 
available in Debian repos to this version.
I am willing to test if needed. I use Linux Mint Debian Edition, but 
have resources available for virtual machines.


I skipped testing newer versions available in Debian repos because the 
fix is reported to be committed only in 0.82.5 .


Best regards,
Emerson

-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#705512: emacs --daemon exits when an emacsclient opened frame is closed

2013-09-25 Thread Adam C. Emerson
On Wed, Sep 25, 2013 at 12:42:01PM -0500, Rob Browning wrote:
> "Adam C. Emerson"  writes:
> 
> > However, if I keep one frame open continually, I can open and close
> > other frames without trouble.
> 
> Any chance you might be able to test with emacs24-lucid (you should be
> able to just install that to replace emacs24, and then switch back
> afterward).
> 
> Though I don't know if it's applicable here, there are (or were) some
> known problems in GTK+ that can cause problems with frames.

Running under Lucid made the problem go away, yes.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#718612: w3m seg faults after launching external viewer

2013-08-03 Thread Adam C. Emerson
Package: w3m
Version: 0.5.3-10
Followup-For: Bug #718612

And here is a patch:

diff -u -r w3m-0.5.3.orig/form.c w3m-0.5.3/form.c
--- w3m-0.5.3.orig/form.c   2013-08-03 14:56:51.0 -0400
+++ w3m-0.5.3/form.c2013-08-03 15:35:54.437611596 -0400
@@ -970,7 +970,7 @@
 int j;
 #endif
 
-if (!buf || !buf->formitem || !PreForm)
+if (!buf || buf == NO_BUFFER || !buf->formitem || !PreForm)
return;
 
 for (pf = PreForm; pf; pf = pf->next) {


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages w3m depends on:
ii  libc62.17-92
ii  libgc1c2 1:7.2d-5
ii  libgpm2  1.20.4-6.1
ii  libssl1.0.0  1.0.1e-3
ii  libtinfo55.9+20130608-1
ii  zlib1g   1:1.2.8.dfsg-1

Versions of packages w3m recommends:
ii  ca-certificates  20130610

Versions of packages w3m suggests:
pn  cmigemo   
ii  man-db2.6.5-2
ii  mime-support  3.54
ii  w3m-el-snapshot [w3m-el]  1.4.517+0.20130704-2
pn  w3m-img   

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#718612: w3m seg faults after launching external viewer

2013-08-02 Thread Adam C. Emerson
Package: w3m
Version: 0.5.3-10
Severity: normal

When launching an external viewer to handle some MIME type (such as gliv
or evince), w3m crashes immediately after launching the viewer.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages w3m depends on:
ii  libc62.17-92
ii  libgc1c2 1:7.2d-5
ii  libgpm2  1.20.4-6.1
ii  libssl1.0.0  1.0.1e-3
ii  libtinfo55.9+20130608-1
ii  zlib1g   1:1.2.8.dfsg-1

Versions of packages w3m recommends:
ii  ca-certificates  20130610

Versions of packages w3m suggests:
pn  cmigemo   
ii  man-db2.6.5-2
ii  mime-support  3.54
ii  w3m-el-snapshot [w3m-el]  1.4.517+0.20130704-2
pn  w3m-img   

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#709544: Please un-remove HighContrastInverse

2013-05-23 Thread Adam C. Emerson
Package: gnome-themes-standard
Version: 3.8.0-1
Severity: wishlist

Please reinstate the HighContrastInverse theme.

The solution the GNOME developers propose in the changelog of using
a compositor for inversion fails from a usability standpoint for the
reasons analogous to why fiddling with their DPI isn't a substitute for
changing font sizes.  (Being able to have a consistent color scheme for
all standard widgets without distorting all colors in an application is
important.  Imagine if you couldn't change colors of text in a webpage
without affecting the colors of all the images.)

Second, compositing may not be available on all platforms, and making a
vital accessiblity feature depend on it is not the most wonderful thing
in the world when providing it is so trivial.

Thank you very much.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9.0 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-themes-standard depends on:
ii  gnome-themes-standard-data  3.8.0-1
ii  libatk1.0-0 2.8.0-2
ii  libc6   2.17-3
ii  libcairo-gobject2   1.12.14-4
ii  libcairo2   1.12.14-4
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgdk-pixbuf2.0-0  2.28.1-1
ii  libglib2.0-02.36.1-2build1
ii  libgtk-3-0  3.8.2-1
ii  libgtk2.0-0 2.24.18-1
ii  libpango1.0-0   1.32.5-5
ii  librsvg2-2  2.36.1-1
ii  multiarch-support   2.17-3

Versions of packages gnome-themes-standard recommends:
ii  gnome-accessibility-themes  3.8.0-1
ii  gtk2-engines-pixbuf 2.24.18-1

gnome-themes-standard suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#709114: cmus crashes on external command

2013-05-20 Thread Adam C. Emerson
Package: cmus
Version: 2.5.0-2
Severity: normal

I have a shell script called 'share'

#!/bin/sh

base=`basename "$1"`

cp "$1" /var/ftp/pub

chmod 644 /var/ftp/pub/"$base"

escaped="$(perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$base")"

echo -n "ftp://example.com/pub/$escaped"; | xsel -i

And the binding

:bind common w run share {}

And when I highlight a track and hit 'w' cmus crashes instantly.

Thank you.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9.0 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cmus depends on:
ii  libao4  1.1.0-2
ii  libasound2  1.0.27-4
ii  libc6   2.17-3
ii  libcddb21.3.2-3
ii  libcdio-cdda1   0.83-4
ii  libcdio13   0.83-4
ii  libfaad22.7-8
ii  libflac81.2.1-6
ii  libmad0 0.15.1b-7
ii  libmodplug1 1:0.8.8.4-3
ii  libmpcdec6  2:0.1~r459-4
ii  libncursesw55.9+20130504-1
ii  libogg0 1.3.1-1
ii  libtinfo5   5.9+20130504-1
ii  libvorbis0a 1.3.2-1.3
ii  libvorbisfile3  1.3.2-1.3
ii  libwavpack1 4.60.1-3

Versions of packages cmus recommends:
ii  cmus-plugin-ffmpeg  2.5.0-2
ii  libpulse0   2.0-6.1

cmus suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#705512: emacs --daemon exits when an emacsclient opened frame is closed

2013-04-15 Thread Adam C. Emerson
Package: emacs24
Version: 24.3+1-1
Followup-For: Bug #705512

However, if I keep one frame open continually, I can open and close
other frames without trouble.

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-trunk-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages emacs24 depends on:
ii  emacs24-bin-common  24.3+1-1
ii  gconf-service   3.2.5-1+build1
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.17-0experimental2
ii  libcairo-gobject2   1.12.2-3
ii  libcairo2   1.12.2-3
ii  libdbus-1-3 1.6.8-1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgconf-2-43.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libgif4 4.1.6-10
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnutls26 2.12.20-6
ii  libgomp14.8.0-2
ii  libgpm2 1.20.4-6
ii  libgtk-3-0  3.4.2-6
ii  libice6 2:1.0.8-2
ii  libjpeg88d-1
ii  libm17n-0   1.6.4-1
ii  libmagickcore5  8:6.7.7.10-5
ii  libmagickwand5  8:6.7.7.10-5
ii  libotf0 0.9.13-1
ii  libpango1.0-0   1.30.0-1
ii  libpng12-0  1.2.49-3
ii  librsvg2-2  2.36.1-1
ii  libselinux1 2.1.9-5
ii  libsm6  2:1.2.1-2
ii  libtiff43.9.6-11
ii  libtinfo5   5.9-10
ii  libx11-62:1.5.0-1
ii  libxft2 2.3.1-1
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxpm4 1:3.5.10-1
ii  libxrender1 1:0.9.7-1
ii  zlib1g  1:1.2.7.dfsg-13

emacs24 recommends no packages.

Versions of packages emacs24 suggests:
ii  emacs24-common-non-dfsg  24.3+1-1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#705512: emacs --daemon exits when an emacsclient opened frame is closed

2013-04-15 Thread Adam C. Emerson
Package: emacs24
Version: 24.3+1-1
Severity: normal

Emacs is started with emacs --daemon.  if a frame is created with
/usr/bin/emacsclient -c and then closed (using the window manager
close command) emacs exits.  When I capture the output it doesn't
print any kind of error to stderr or stdout on doing so.  The problem
also occurs if emacsclient is used to edit a file and the client is
detached with C-x #.

Thank you.


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-trunk-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages emacs24 depends on:
ii  emacs24-bin-common  24.3+1-1
ii  gconf-service   3.2.5-1+build1
ii  libasound2  1.0.25-4
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.17-0experimental2
ii  libcairo-gobject2   1.12.2-3
ii  libcairo2   1.12.2-3
ii  libdbus-1-3 1.6.8-1
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgconf-2-43.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libgif4 4.1.6-10
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnutls26 2.12.20-6
ii  libgomp14.8.0-2
ii  libgpm2 1.20.4-6
ii  libgtk-3-0  3.4.2-6
ii  libice6 2:1.0.8-2
ii  libjpeg88d-1
ii  libm17n-0   1.6.4-1
ii  libmagickcore5  8:6.7.7.10-5
ii  libmagickwand5  8:6.7.7.10-5
ii  libotf0 0.9.13-1
ii  libpango1.0-0   1.30.0-1
ii  libpng12-0  1.2.49-3
ii  librsvg2-2  2.36.1-1
ii  libselinux1 2.1.9-5
ii  libsm6  2:1.2.1-2
ii  libtiff43.9.6-11
ii  libtinfo5   5.9-10
ii  libx11-62:1.5.0-1
ii  libxft2 2.3.1-1
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxpm4 1:3.5.10-1
ii  libxrender1 1:0.9.7-1
ii  zlib1g  1:1.2.7.dfsg-13

emacs24 recommends no packages.

Versions of packages emacs24 suggests:
ii  emacs24-common-non-dfsg  24.3+1-1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#694405: Theme in settings.ini is ignored

2012-11-25 Thread Adam C. Emerson
Package: libgtk-3-0
Version: 3.4.2-4
Severity: normal

Good evening,

GTK3 applications have started ignoring my
~/.config/gtk-3.0/settings.ini file.  I haven't changed the file in
over a year, and the problem started roughly two weeks ago.

The file is:

[Settings]
gtk-theme-name = HighContrastInverse
gtk-fallback-icon-theme = gnome
gtk-font-name = Sans 16

The applications print no warnings about being unable to open the
theme, and I have the gtk-accessibility-themes package installed that
provides the HighContrastInverse theme.  It does seem to be using the
proper font, however.

Thank you.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgtk-3-0 depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-37
ii  libcairo-gobject2   1.12.2-2
ii  libcairo2   1.12.2-2
ii  libcolord1  0.1.21-4
ii  libcomerr2  1.42.5-1
ii  libcups21.5.3-2.6
ii  libfontconfig1  2.9.0-7
ii  libfreetype62.4.9-1
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-3
ii  libgnutls26 2.12.20-2
ii  libgssapi-krb5-21.10.1+dfsg-3
ii  libgtk-3-common 3.4.2-4
ii  libk5crypto31.10.1+dfsg-3
ii  libkrb5-3   1.10.1+dfsg-3
ii  libpango1.0-0   1.30.0-1
ii  libx11-62:1.5.0-1
ii  libxcomposite1  1:0.4.3-2
ii  libxcursor1 1:1.1.13-1
ii  libxdamage1 1:1.1.3-2
ii  libxext62:1.3.1-2
ii  libxfixes3  1:5.0-4
ii  libxi6  2:1.6.1-1
ii  libxinerama12:1.1.2-1
ii  libxrandr2  2:1.3.2-2
ii  multiarch-support   2.13-37
ii  shared-mime-info1.0-1+b1
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages libgtk-3-0 recommends:
ii  hicolor-icon-theme  0.12-1
ii  libgtk-3-bin3.4.2-4

Versions of packages libgtk-3-0 suggests:
ii  gvfs 1.12.3-1+b1
ii  librsvg2-common  2.36.1-1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677180: Fixed in 1.5.3-4 or, actually, in 1.5.3-2?

2012-10-23 Thread Emerson Prado
Hi all,
After requesting 1.5.3-4 to be included in Linux Mint Debian Edition,
I was alerted that the fixed version is, in fact, 1.5.3-2, as
indicated by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677180#16.
Could you pls double check and, if that's the case, edit bug
description?
Best regards


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#659940: standard practice + workaround

2012-03-25 Thread David Emerson
dereferencing undefined variables (as a test to see whether they are 
assigned or not) is considered standard practice in bash scripting.


There are many, many scripts in debian that use this feature; running 
your system with set -u will BREAK these scripts so they will not 
function properly. This is because [ -z $foo ] should return 0 (success) 
if $foo is unassigned, however if you set -u then it returns 1 (failure).


To get an idea of how many scripts on your system will break when you 
run them with set -u, you can do a quick grepping:


grep -I ' -z ' /bin/* /usr/bin/*

So don't use set -u, unless you are actively debugging a script that you 
are writing (that is what it's for.)





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#628598: VDPAU overlays when it shouldn't

2012-02-22 Thread Adam C. Emerson
On Sun, Feb 19, 2012 at 02:33:42PM +0100, Andreas Beckmann wrote:
> If we don't receive further information about this problem, I'll close
> this bug report in 4 weeks as unreproducible.

This bug is resolved as of 290.10-1 in testing.  Thank you.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#644917: lightdm: (null) is passed as argument to /etc/X11/Xsession

2011-11-12 Thread Adam C. Emerson
Package: lightdm
Version: 1.0.6-1
Followup-For: Bug #644917

This bug still exists for me in version 1.0.6-1.  I downloaded the
source package and compared the provided lightdm-xsession.desktop with
the one I have installed, and I'm up to date in that regard.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lightdm depends on:
ii  adduser3.113
ii  consolekit 0.4.5-1  
ii  dbus   1.4.16-1 
ii  debconf [debconf-2.0]  1.5.40   
ii  libc6  2.13-21  
ii  libglib2.0-0   2.28.8-1 
ii  libpam0g   1.1.3-4  
ii  libxcb11.7-3
ii  libxdmcp6  1:1.1.0-3
ii  lightdm-gtk-greeter1.0.6-1  

Versions of packages lightdm recommends:
ii  xserver-xorg  1:7.6+9

Versions of packages lightdm suggests:
ii  accountsservice  0.6.15-1

-- debconf information:
  lightdm/daemon_name: /usr/sbin/lightdm
* shared/default-x-display-manager: lightdm



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#635995: drracket ignores text color but respects background

2011-07-29 Thread Adam C. Emerson
Package: racket
Version: 5.1.1+dfsg1-2
Severity: normal

In dialogues such as the language selector, drracket respects the GTK+
theme's background (I am using the HighContrastLargePrintInverse
theme) but not the text colour.  This results in black text on a dark
blue background.

drracket ought either to respect the theme completely or, if it is
going to assert its own foreground colour, assert its own background
colour as well.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages racket depends on:
ii  libc6  2.13-10   Embedded GNU C Library: Shared lib
ii  racket-common  5.1.1+dfsg1-2 extensible programming language in

Versions of packages racket recommends:
ii  racket-doc 5.1.1+dfsg1-2 extensible programming language in

racket suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#635314: xxxterm honours GTK theme foreground but ignores GTK theme background in URL bar

2011-07-24 Thread Adam C. Emerson
Package: xxxterm
Version: 1.399-1
Severity: normal

I am using the HighContrastLargePrintInverse GTK+ accessibility theme.
It specifies a blue background and white text.  The XXXTerm URL bar
draws the white text, but enforces a white background.

White on white text is not very readable.

It should either honour the theme entirely (including both foreground
and background) or it should impose a text colour whenever it sets a
text background.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xxxterm depends on:
ii  libatk1.0-0   2.0.1-2ATK accessibility toolkit
ii  libbsd0   0.3.0-1utility functions from BSD systems
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-3generic font configuration library
ii  libfreetype6  2.4.4-2FreeType 2 font engine, shared lib
ii  libgdk-pixbuf2.0-02.23.5-1   GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgnutls26   2.10.5-2   the GNU TLS library - runtime libr
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.4-1   Layout and rendering of internatio
ii  libsoup2.4-1  2.34.2-1   HTTP library implementation in C -
ii  libwebkit-1.0-2   1.2.7-3Web content engine library for Gtk

xxxterm recommends no packages.

xxxterm suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573515: Still an issue

2011-06-22 Thread Adam C. Emerson
On Wed, Jun 22, 2011 at 08:10:14AM -0400, Ryan Kavanagh wrote:
> tags 573515 unreproducible
> thanks
> 
> Hi Adam,
> Are you still able to reproduce this? Would you by chance have the
> visualBell resource enabled?

No.  This was fixed at some point in an update.

Thank you.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#628598: VDPAU overlays when it shouldn't

2011-05-30 Thread Adam C. Emerson
Package: libvdpau1
Version: 0.4.1-2
Severity: normal

Running mplayer with the default vdpau causes video to be overlain on
black pixels even when the window is hidden or in another virtual
workspace.  Switching to -vo xv solves the problem.

I get a similar problem in flash (and no obvious way to switch video renderers.)

I am running an nVidia GeForce 8400 GS.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libvdpau1 depends on:
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-2  GCC support library
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3
ii  libx11-6  2:1.4.3-1  X11 client-side library
ii  libxext6  2:1.3.0-1  X11 miscellaneous extension librar

libvdpau1 recommends no packages.

Versions of packages libvdpau1 suggests:
ii  nvidia-vdpau-driver [vdpau-d 270.41.06-1 NVIDIA vdpau driver
ii  nvidia-vdpau-driver-ia32 [vd 270.41.06-1 NVIDIA vdpau 32-bit driver

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#609069: altwin:hyper_win option has no effect

2011-04-11 Thread Adam C. Emerson
On Sun, Mar 06, 2011 at 02:57:56AM +0100, Cyril Brulebois wrote:
> > 
> > with the same version…
> > 
> > > I use the following line:
> > > 
> > > setxkbmap -layout "us,gr(polytonic)" -model "pc104" -option 
> > > terminate:ctrl_alt_bksp -option caps:super -option grp:alt_shift_toggle 
> > > -option grp_led:caps -option compose:menu -option altwin:hyper_win
> > 
> > that seems to work for me, pressing the windows key gives me Hyper_L.
> > 
> > What's the output of setxkbmap -print?

11/04/2011, 22:41:31 azure@electric:~% setxkbmap -print
xkb_keymap {
xkb_keycodes  { include "evdev+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete+ledcaps(group_lock)"  };
xkb_symbols   { include 
"pc+us+gr(polytonic):2+inet(evdev)+altwin(hyper_win)+group(alt_shift_toggle)+capslock(super)+compose(menu)+terminate(ctrl_alt_bksp)"
};
xkb_geometry  { include "pc(pc104)" };
};

> > > All options are effective except for altwin:hyper_win.  Both windows
> > > keys continue to act as Super modifiers.
> > 
> > How do you check that? Try xev?

Ah, I see now that my problem is not actually in xkb but in my
applications.  xev says that my windows keys actually are hyper.  I
had thought XKB was not working because Emacs identified Windows-A as Super A.

My apologies for the spurious bug.  I shall look into how to make
Emacs behave properly.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#612887: please avoid the dependency on several sound servers

2011-03-04 Thread Adam C. Emerson
Package: cmus
Version: 2.3.4-1
Severity: normal

I agree that libroar should not recommend the sound server.  However,
as I understand it libroar and libpulse are required by plugins loaded
at run-time rather than having cmus statically linked against them.

Would it be reasonable to change from depends to recommends or
suggests, since, if I am correct, cmus would work fine without these
libraries unless you loaded the plugins requiring them?

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cmus depends on:
ii  libao41.0.0-5Cross Platform Audio Output Librar
ii  libasound21.0.23-2.1 shared library for ALSA applicatio
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libfaad2  2.7-6  freeware Advanced Audio Decoder - 
ii  libflac8  1.2.1-3Free Lossless Audio Codec - runtim
ii  libmad0   0.15.1b-5  MPEG audio decoder library
ii  libmodplug1   1:0.8.8.1-2shared libraries for mod music bas
ii  libmpcdec62:0.1~r459-1   MusePack decoder - library
ii  libncursesw5  5.7+20100313-5 shared libraries for terminal hand
ii  libpulse0 0.9.21-4   PulseAudio client libraries
ii  libroar1  0.4~beta3-1foundation libraries for the RoarA
ii  libvorbisfile31.3.2-1The Vorbis General Audio Compressi
ii  libwavpack1   4.60.1-1   an audio codec (lossy and lossless

Versions of packages cmus recommends:
ii  cmus-plugin-ffmpeg2.3.4-1lightweight ncurses audio player (

cmus suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#463598: /var/run/utmp exists, but wdm still doesn't register the session

2011-02-11 Thread Adam C. Emerson
On Fri, Feb 11, 2011 at 12:26:18PM +0100, Agustin Martin wrote:
> On Thu, May 27, 2010 at 07:37:37PM +0200, Agustin Martin wrote:
> > On Fri, May 21, 2010 at 09:36:47PM +0300, Yury Bulka wrote:
> > > 
> > > Hello! Let me firstly thank you for your work on this package and for 
> > > reading this:)
> > > So here's what the report is about:
> > > I've also noticed that wdm doesn't register the session it starts to 
> > > utmp, but in my case /var/run/utmp exists on my system.
> > > It's strange, because the "sessreg" command is in its place in file 
> > > /etc/X11/wdm/Xstartup:
> > > ---
> > > # Insert a utmp entry for the session
> > > if grep -q ^use-sessreg /etc/X11/wdm/wdm.options; then
> > >   exec sessreg -a -l $DISPLAY -u /var/run/utmp -x /etc/X11/wdm/Xservers 
> > > $USER
> > > # NOTREACHED
> > > fi
> > > ---
> > > and the option "use-sessreg" is enabled in /etc/X11/wdm/wdm.options.
> > > I tried to install xdm and it does register the session with almost 
> > > identical "sessreg" command (the only difference is the -x parameter 
> > > which is set to "/etc/X11/xdm/Xservers" there)...
> > 
> > I replaced wdm Xstartup with xdm Xstartup and s/xdm/wdm/g. No luck, it still
> > does not register session. I have verified that $DISPLAY and $USER values
> > just before the sessreg call are correct and so that the sessreg line is
> > processed if use-sessreg is enabled.
> > 
> > I am curious, did it register session at some time?
> > 
> > In the box where wdm is installed last time /var/log/wdm.log was updated was
> > long time ago, on November 2005 for sid. I wonder what happened at that 
> > time.
> > I think about something related to xfree86 -> xorg transition (last xfree86 
> > log in this sid box is from September 2005).
> 
> By the way, just noticed why "/var/log/wdm.log" was not updated. It was indeed
> the expected behavior.
> 
> Somewhere around 1.27 (Seems to be 1.27-1, according to changelog, in reply
> to #242155), "wdm-config" was modified to have messages be sent to syslog 
> as default, while previous default was "/var/log/wdm.log". And that
> happened in late 2004 amd hit me in 2005.
> 
> I have checked my "/var/log/syslog" and it indeed contains wdm messages. 
> If I modify "wdm-config" to not use syslog, messages are sent again to
> "/var/log/wdm.log".
> 
> Adam, I am aware this bug is 3 years old and you no longer use wdm, but do 
> you remember if when noticing the problem you checked "/var/log/wdm.log", 
> or it was "/var/log/syslog"?
> 
> Thanks for your feedback,

I'm sorry, I don't remember.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#609069: altwin:hyper_win option has no effect

2011-01-05 Thread Adam C. Emerson
Package: xkb-data
Version: 1.8-2
Severity: minor

I use the following line:

setxkbmap -layout "us,gr(polytonic)" -model "pc104" -option 
terminate:ctrl_alt_bksp -option caps:super -option grp:alt_shift_toggle -option 
grp_led:caps -option compose:menu -option altwin:hyper_win

All options are effective except for altwin:hyper_win.  Both windows keys 
continue to act as Super modifiers.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#589420: Hitting 'u' (for update) obliterates streams from playlist

2010-07-17 Thread Adam C. Emerson
Package: cmus
Version: 2.3.3-1
Severity: normal

WHen I hit 'u' to update my music library (after changing an ID3 tag
or similar) it deletes every stream from my playlist.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cmus depends on:
ii  libao4 1.0.0-4   Cross Platform Audio Output Librar
ii  libasound2 1.0.23-1  shared library for ALSA applicatio
ii  libavformat52  5:0.6~svn20100603-0.0 ffmpeg file format library
ii  libc6  2.11.2-2  Embedded GNU C Library: Shared lib
ii  libfaad2   2.7-4 freeware Advanced Audio Decoder - 
ii  libflac8   1.2.1-2+b1Free Lossless Audio Codec - runtim
ii  libmad00.15.1b-5 MPEG audio decoder library
ii  libmodplug0c2  1:0.8.8-2 shared libraries for mod music bas
ii  libmpcdec6 2:0.1~r459-1  MusePack decoder - library
ii  libncursesw5   5.7+20100313-2shared libraries for terminal hand
ii  libpulse0  0.9.21-3  PulseAudio client libraries
ii  libvorbisfile3 1.3.1-1   The Vorbis General Audio Compressi
ii  libwavpack14.60.1-1  an audio codec (lossy and lossless

cmus recommends no packages.

cmus suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#588715: grub-probe fails to find a device for /

2010-07-11 Thread Adam C. Emerson
Package: grub-common
Version: 1.98-1
Severity: normal

First noticed within the past week while trying to upgrade memtest86+,
the grub-probe program complains:
grub-probe: error: cannot find a device for / (is /dev mounted?).

It gives the same error when invoked directly from the command line.
/dev is, in fact, mounted.  The output of mount shows:
/dev/mapper/c--68--40--176--142-root on / type ext4 
(rw,user_xattr,errors=remount-ro)
Verifying that with file gives:
/dev/mapper/c--68--40--176--142-root: symbolic link to `../dm-0'
And verifying that gives:
/dev/dm-0: block special


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-common depends on:
ii  base-files  5.7  Debian base system miscellaneous f
ii  dpkg1.15.7.2 Debian package management system
ii  gettext-base0.18-1   GNU Internationalization utilities
ii  install-info4.13a.dfsg.1-5   Manage installed documentation in 
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages grub-common recommends:
ii  os-prober 1.38   utility to detect other OSes on a 

Versions of packages grub-common suggests:
pn  grub-emu   (no description available)
pn  multiboot-doc  (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#586272: Please include documentation

2010-06-17 Thread Adam C. Emerson
Package: libasyncns0
Version: 0.3-1
Severity: wishlist

The README  file makes  reference to doxygen  generated documentation.
It  would  be  helpful  if the  doxygen-generated  documentation  were
included.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libasyncns0 depends on:
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib

libasyncns0 recommends no packages.

libasyncns0 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#463598: wdm: sessreg invocation in Xstart up and Xreset doesn't work

2010-05-31 Thread Adam C . Emerson
At Mon, 31 May 2010 15:42:51 +0200,
Agustin Martin wrote:
> 
> On Fri, Feb 01, 2008 at 12:50:25PM -0500, Adam C. Emerson wrote:
> > Package: wdm
> > Version: 1.28-2.3
> > Severity: normal
> > 
> > 
> > Due to the nonexistence of utmp on my newly installed system, the
> > -u /var/log/utmp option to sessreg causes it to not reg sesses.
> > Removing this option makes everything work perfectly.
> 
> Looking at some bugs in this orphaned package.
> 
> Not sure if is a typo, but is /var/run/utmp what is used, not /var/log/utmp.
> Anyway, seems that in systems with /var/run/utmp there is still no log. See 
> followup to your bug report,
> 
> http://bugs.debian.org/463598
> 
> I tried removing the '-u /var/run/utmp' part from Xstartup, but seems to
> still not register sessions. Are wdm sesions registered at your site with
> the change?
> 
> I compared code in wdm and xdm Xstartups and they looked very similar, so I
> guess this problem originates somewhere else.
> 
> In the box where wdm is installed last time /var/log/wdm.log was updated was
> long time ago, on November 2005 for sid. I wonder what happened at that
> time. I think about something related to xfree86 -> xorg transition (last 
> xfree86 log in this sid box is from September 2005).
> 
> Thanks for your feedback,

I've switched to using xdm now (it's working fine at my site.)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#582703: Should include some documentation

2010-05-22 Thread Adam C. Emerson
Package: libbind4-dev
Version: 6.0-1
Severity: normal

The upstream version put out by the ISC has some manpages and such in
it, and it would be really nice if they were installed with this
package.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libbind4-dev depends on:
ii  libbind4  6.0-1  DNS resolver and message parsing l

libbind4-dev recommends no packages.

libbind4-dev suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#582702: Quite a lot of missing manpages

2010-05-22 Thread Adam C. Emerson
Package: libbind-dev
Version: 1:9.7.0.dfsg.P1-1
Severity: normal

libbind-dev doesn't include manpages for anything but the lwres calls.
There should be some for all the stuff under include/isc, include/dns,
etc.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libbind-dev depends on:
ii  libbind9-601:9.7.0.dfsg.P1-1 BIND9 Shared Library used by BIND
ii  libdns64   1:9.7.0.dfsg.P1-1 DNS Shared Library used by BIND
ii  libisc60   1:9.7.0.dfsg.P1-1 ISC Shared Library used by BIND
ii  libisccfg601:9.7.0.dfsg.P1-1 Config File Handling Library used 
ii  liblwres60 1:9.7.0.dfsg.P1-1 Lightweight Resolver Library used 

libbind-dev recommends no packages.

libbind-dev suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573931: eyeD3 --rename should not clobber

2010-03-14 Thread Adam C. Emerson
Package: eyeD3
Version: 0.6.17-1
Severity: wishlist

Currently, a typo such as eyeD3 --remame * '%n - %t' will cause all
files to be renamed to the first file in the directory, losing all but
one.  This is almost certainly never the behaviour the user wants, so
an option to prevent clobbering existing files would be nice.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages eyeD3 depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-eyed3  0.6.17-1   Python module for id3-tags manipul

eyeD3 recommends no packages.

eyeD3 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573789: W3M should support id anchors in all elements

2010-03-13 Thread Adam C. Emerson
Package: w3m
Version: 0.5.2-4
Severity: wishlist
Tags: patch

Section 12.2.3 in the HTML 4.01 reccommendation says:

The id attribute may be used to create an anchor at the start tag of
any element (including the A element).

While w3m supports this functionality with some elements, it doesn't
with all.  I've added all elements from the HTML 4.01 reccommendation
to the tag table, and set every opening tag to record the id element
so this works.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages w3m depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgc1c21:6.8-1.2conservative garbage collector for
ii  libgpm2 1.20.4-3.3   General Purpose Mouse - shared lib
ii  libncurses5 5.7+20090803-2   shared libraries for terminal hand
ii  libssl0.9.8 0.9.8m-2 SSL shared libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages w3m recommends:
ii  ca-certificates   20090814   Common CA certificates

Versions of packages w3m suggests:
ii  man-db  2.5.7-2  on-line manual pager
ii  menu2.1.43   generates programs menu for all me
ii  migemo  0.40-10  Japanese incremental search with R
ii  mime-support3.48-1   MIME files 'mime.types' & 'mailcap
ii  w3m-el-snapshot [w3 1.4.387+0.20100304-1 simple Emacs interface of w3m (dev
pn  w3m-img(no description available)

-- no debconf information
diff -urpN w3m-0.5.2-orig/html.c w3m-0.5.2/html.c
--- w3m-0.5.2-orig/html.c	2007-04-19 08:00:38.0 -0400
+++ w3m-0.5.2/html.c	2010-03-13 17:44:47.796827639 -0500
@@ -127,15 +127,15 @@ TagInfo TagMAP[MAX_HTMLTAG] = {
 {"h", ALST_P, MAXA_P, 0},	/*   3 HTML_H  */
 {"/h", NULL, 0, TFLG_END},	/*   4 HTML_N_H*/
 {"p", ALST_P, MAXA_P, 0},	/*   5 HTML_P  */
-{"br", NULL, 0, 0},		/*   6 HTML_BR */
-{"b", NULL, 0, 0},		/*   7 HTML_B  */
+{"br", ALST_NOP, MAXA_NOP, 0},/*   6 HTML_BR */
+{"b", ALST_NOP, MAXA_NOP, 0},	/*   7 HTML_B  */
 {"/b", NULL, 0, TFLG_END},	/*   8 HTML_N_B*/
 {"ul", ALST_UL, MAXA_UL, 0},	/*   9 HTML_UL */
 {"/ul", NULL, 0, TFLG_END},	/*  10 HTML_N_UL   */
 {"li", ALST_LI, MAXA_LI, 0},	/*  11 HTML_LI */
 {"ol", ALST_UL, MAXA_UL, 0},	/*  12 HTML_OL */
 {"/ol", NULL, 0, TFLG_END},	/*  13 HTML_N_OL   */
-{"title", NULL, 0, 0},	/*  14 HTML_TITLE  */
+{"title", ALST_NOP, MAXA_NOP, 0},	/*  14 HTML_TITLE  */
 {"/title", NULL, 0, TFLG_END},	/*  15 HTML_N_TITLE*/
 {"hr", ALST_HR, MAXA_HR, 0},	/*  16 HTML_HR */
 {"dl", ALST_DL, MAXA_DL, 0},	/*  17 HTML_DL */
@@ -147,11 +147,11 @@ TagInfo TagMAP[MAX_HTMLTAG] = {
 {"blockquote", ALST_NOP, MAXA_NOP, 0},	/*  23 HTML_BLQ*/
 {"/blockquote", NULL, 0, TFLG_END},	/*  24 HTML_N_BLQ  */
 {"img", ALST_IMG, MAXA_IMG, 0},	/*  25 HTML_IMG*/
-{"listing", NULL, 0, 0},	/*  26 HTML_LISTING*/
+{"listing", ALST_NOP, MAXA_NOP, 0},	/*  26 HTML_LISTING*/
 {"/listing", NULL, 0, TFLG_END},	/*  27 HTML_N_LISTING  */
-{"xmp", NULL, 0, 0},	/*  28 HTML_XMP*/
+{"xmp", ALST_NOP, MAXA_NOP, 0},	/*  28 HTML_XMP*/
 {"/xmp", NULL, 0, TFLG_END},	/*  29 HTML_N_XMP  */
-{"plaintext", NULL, 0, 0},	/*  30 HTML_PLAINTEXT  */
+{"plaintext", ALST_NOP, MAXA_NOP, 0},	/*  30 HTML_PLAINTEXT  */
 {"table", ALST_TABLE, MAXA_TABLE, 0},	/*  31 HTML_TABLE  */
 {"/table", NULL, 0, TFLG_END},	/*  32 HTML_N_TABLE*/
 {"meta", ALST_META, MAXA_META, 0},	/*  33 HTML_META   */
@@ -159,9 +159,9 @@ TagInfo TagMAP[MAX_HTMLTAG] = {
 {"frame", ALST_FRAME, MAXA_FRAME, 0},	/*  35 HTML_FRAME  */
 {"frameset", ALST_FRAMESET, MAXA_FRAMESET, 0},	/*  36 HTML_FRAMESET   */
 {"/frameset", NULL, 0, TFLG_END},	/*  37 HTML_N_FRAMESET */
-{"center", NULL, 0, 0},	/*  38 HTML_CENTER */
+{"center", ALST_NOP, MAXA_NOP, 0},	/*  38 HTML_CENTER */
 {"/center", NULL, 0, TFLG_END},	/*  39 HTML_N_CENTER   */
-{"font", NULL, 0, 0},	/*  40 HTML_FONT   */
+{"font", ALST_NOP, MAXA_NOP, 0},	/*  40 HTML_FONT   */
 {"/font", NULL, 0, TFLG_END},	/*  41 HTML_N_FONT */
 {"form", ALST_FORM, MAXA_FORM, 0},	/*  42 HTML_FORM   */
 {"/form", NULL, 0, TFLG_END},	/*  43 HTML_N_FORM */
@@ -171,7 +171,7 @@ TagInfo TagMAP[MAX_HTMLTAG] = {
 {"select", ALST_SELECT, MAXA_SELECT, 0},	/*  47 HTML_SELECT */
 {"/select", NULL, 0, TFLG_END},	/*  48 HTML_N

Bug#573515: rxvt-unicode can't beep

2010-03-11 Thread Adam C. Emerson
Package: rxvt-unicode
Version: 9.07-1
Severity: normal

rxvt-unicode does not beep when the ^G character is printed or at any
other time.  I know the PC speaker works since other X applications
such as gajim are able to use it, and the beep works from the Linux
console.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rxvt-unicode depends on:
ii  base-passwd 3.5.22   Debian base system master password
ii  libafterimage0  2.2.9-4  imaging library designed for After
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-2 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.3-3GCC support library
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.18.7-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libperl5.10 5.10.1-11shared Perl library
ii  libpng12-0  1.2.43-1 PNG library - runtime
ii  librsvg2-2  2.26.0-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.2-3+b1   Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-2X11 client-side library
ii  libxext62:1.1.1-3X11 miscellaneous extension librar
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  ncurses-base5.7+20090803-2   basic terminal type definitions
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

rxvt-unicode recommends no packages.

Versions of packages rxvt-unicode suggests:
ii  ttf-dejavu2.30-2 Metapackage to pull in ttf-dejavu-

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#572362: Pure-ftpd crashes

2010-03-03 Thread Adam C. Emerson
Package: pure-ftpd
Version: 1.0.28-1
Severity: important

pure-ftpd keeps generating crashes:

[800793.790671] pure-ftpd[9464]: segfault at 8 ip 7f1413293d25 sp 
7fffdd9fe1a0 error 4 in libc-2.10.2.so[7f1413274000+14a000]
[803555.771036] pure-ftpd[10663]: segfault at 8 ip 7f8bf959ad25 sp 
7fffaa16a270 error 4 in libc-2.10.2.so[7f8bf957b000+14a000]
[803564.398590] pure-ftpd[10666]: segfault at 8 ip 7f0ab278dd25 sp 
7fff4a1adf40 error 4 in libc-2.10.2.so[7f0ab276e000+14a000]

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pure-ftpd depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcap2 1:2.17-2 support for getting/setting POSIX.
ii  libpam0g1.1.1-2  Pluggable Authentication Modules l
ii  libssl0.9.8 0.9.8m-2 SSL shared libraries
ii  lsb-base3.2-23   Linux Standard Base 3.2 init scrip
ii  openbsd-inetd [inet-superse 0.20080125-4 The OpenBSD Internet Superserver
ii  pure-ftpd-common1.0.28-1 Pure-FTPd FTP server (Common Files

pure-ftpd recommends no packages.

pure-ftpd suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#571957: xcompmgr reports itself as 1.1.3

2010-02-28 Thread Adam C. Emerson
Package: xcompmgr
Version: 1.1.5-1
Severity: normal

Give it any kind of invalid argument and:

xcompmgr: invalid option -- 'v'
xcompmgr v1.1.3
usage: xcompmgr [options]
Options
   -d display
  Specifies which display should be managed.
   -r radius
.
.
.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xcompmgr depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libx11-6  2:1.3.3-1  X11 client-side library
ii  libxcomposite11:0.4.1-1  X11 Composite extension library
ii  libxdamage1   1:1.1.2-1  X11 damaged region extension libra
ii  libxfixes31:4.0.4-1  X11 miscellaneous 'fixes' extensio
ii  libxrender1   1:0.9.5-1  X Rendering Extension client libra

xcompmgr recommends no packages.

xcompmgr suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#569120: Random crash, usually when a key is pressed

2010-02-09 Thread Adam C. Emerson
Package: awesome
Version: 3.4.3-1
Severity: important

At random times, usually when some command key is pressed, awesome
crashes.

Here is the trace from my xsession.errors:

W: awesome: luaA_panic:679: unprotected error in call to Lua API (stack 
overflow (too much signal)), restarting awesome
*** glibc detected *** awesome: corrupted double-linked list: 
0x01d1b880 ***
=== Backtrace: =
/lib/libc.so.6[0x7f6d2e932d16]
/lib/libc.so.6[0x7f6d2e93314d]
/lib/libc.so.6[0x7f6d2e934668]
/lib/libc.so.6(cfree+0x6c)[0x7f6d2e9379bc]
/usr/lib/libImlib2.so.1[0x7f6d2fb5b797]
/usr/lib/libImlib2.so.1(imlib_free_image+0x23)[0x7f6d2fb46413]
awesome[0x437771]
/usr/lib/liblua5.1.so.0[0x7f6d2f508a56]
/usr/lib/liblua5.1.so.0[0x7f6d2f508f69]
/usr/lib/liblua5.1.so.0[0x7f6d2f50a78f]
/usr/lib/liblua5.1.so.0[0x7f6d2f50ae18]
/usr/lib/liblua5.1.so.0[0x7f6d2f508647]
/usr/lib/liblua5.1.so.0(lua_close+0x60)[0x7f6d2f50fac0]
awesome(awesome_atexit+0x1e6)[0x40fc06]
awesome(awesome_restart+0x9)[0x40fc69]
awesome[0x42687e]
/usr/lib/liblua5.1.so.0[0x7f6d2f50892e]
/usr/lib/liblua5.1.so.0(lua_error+0x9)[0x7f6d2f503eb9]
/usr/lib/liblua5.1.so.0(luaL_error+0xc2)[0x7f6d2f515072]
awesome(luaA_object_emit_signal+0xd6)[0x43cc86]
awesome[0x4325a0]
awesome(untag_client+0x205)[0x4334f5]
awesome(client_unmanage+0x120)[0x415a80]
awesome[0x41be12]
awesome[0x40f60d]
/usr/lib/libev.so.3(ev_invoke_pending+0x61)[0x7f6d2f72a481]
/usr/lib/libev.so.3(ev_loop+0x84c)[0x7f6d2f72f1bc]
awesome(main+0x8f6)[0x410596]
/lib/libc.so.6(__libc_start_main+0xfd)[0x7f6d2e8e0abd]
awesome[0x40f419]
=== Memory map: 
0040-00455000 r-xp  fe:00 46015191   
/usr/bin/awesome
00654000-00656000 rw-p 00054000 fe:00 46015191   
/usr/bin/awesome
00656000-00658000 rw-p  00:00 0 
00c34000-05784000 rw-p  00:00 0  [heap]
7f6d2000-7f6d20021000 rw-p  00:00 0 
7f6d20021000-7f6d2400 ---p  00:00 0 
7f6d275dc000-7f6d275f2000 r-xp  fe:00 52813874   
/lib/libgcc_s.so.1
7f6d275f2000-7f6d277f1000 ---p 00016000 fe:00 52813874   
/lib/libgcc_s.so.1
7f6d277f1000-7f6d277f2000 rw-p 00015000 fe:00 52813874   
/lib/libgcc_s.so.1
7f6d27807000-7f6d27c73000 r--p  fe:00 46342307   
/usr/share/fonts/truetype/arphic/gkai00mp.ttf
7f6d27c73000-7f6d27e49000 rw-p  00:00 0 
7f6d27e49000-7f6d28737000 r--p  fe:00 46342287   
/usr/share/fonts/truetype/kochi/kochi-mincho-subst.ttf
7f6d28737000-7f6d29127000 r--p  fe:00 46342292   
/usr/share/fonts/truetype/arphic/bkai00mp.ttf
7f6d29127000-7f6d2914a000 rw-p  00:00 0 
7f6d2915e000-7f6d2916d000 r--p  fe:00 17203203   
/usr/share/fonts/truetype/mathematica/VeraBd.ttf
7f6d2916d000-7f6d2916e000 r-xp  fe:00 46081994   
/usr/lib/imlib2/loaders/argb.so
7f6d2916e000-7f6d2936e000 ---p 1000 fe:00 46081994   
/usr/lib/imlib2/loaders/argb.so
7f6d2936e000-7f6d2936f000 rw-p 1000 fe:00 46081994   
/usr/lib/imlib2/loaders/argb.so
7f6d2936f000-7f6d29372000 r-xp  fe:00 46081995   
/usr/lib/imlib2/loaders/bmp.so
7f6d29372000-7f6d29571000 ---p 3000 fe:00 46081995   
/usr/lib/imlib2/loaders/bmp.so
7f6d29571000-7f6d29572000 rw-p 2000 fe:00 46081995   
/usr/lib/imlib2/loaders/bmp.so
7f6d29572000-7f6d29581000 r-xp  fe:00 52813903   
/lib/libbz2.so.1.0.4
7f6d29581000-7f6d2978 ---p f000 fe:00 52813903   
/lib/libbz2.so.1.0.4
7f6d2978-7f6d29782000 rw-p e000 fe:00 52813903   
/lib/libbz2.so.1.0.4
7f6d29782000-7f6d29784000 r-xp  fe:00 46081996   
/usr/lib/imlib2/loaders/bz2.so
7f6d29784000-7f6d29983000 ---p 2000 fe:00 46081996   
/usr/lib/imlib2/loaders/bz2.so
7f6d29983000-7f6d29984000 rw-p 1000 fe:00 46081996   
/usr/lib/imlib2/loaders/bz2.so
7f6d29984000-7f6d2998c000 r-xp  fe:00 38093077   
/usr/lib/libgif.so.4.1.6
7f6d2998c000-7f6d29b8b000 ---p 8000 fe:00 38093077   
/usr/lib/libgif.so.4.1.6
7f6d29b8b000-7f6d29b8c000 rw-p 7000 fe:00 38093077   
/usr/lib/libgif.so.4.1.6
7f6d29b8c000-7f6d29b8e000 r-xp  fe:00 46081997   
/usr/lib/imlib2/loaders/gif.so
7f6d29b8e000-7f6d29d8d000 ---p 2000 fe:00 46081997   
/usr/lib/imlib2/loaders/gif.so
7f6d29d8d000-7f6d29d8e000 rw-p 1000 fe:00 46081997   
/usr/lib/imlib2/loaders/gif.so
7f6d29d8e000-7f6d29da2000 r-xp  fe:00 46016264   
/usr/lib/libid3tag.so.0.3.0
7f6d29da2000-7f6d29ea1000 ---p 00014000 fe:00 46016264   
/usr/lib/libid3tag.so.0.3.0
7f6d29ea1000-7f6d29ea4000 rw-p 00013000 fe:00 46016264   
/usr/lib

Bug#568361: Cmus needs to be rebuilt against new libavformat

2010-02-04 Thread Adam C. Emerson
Package: cmus
Version: 2.2.0-4.1
Severity: normal

Starting cmus gives this error

cmus: Error: /usr/lib/cmus/ip/ffmpeg.so: symbol av_new_packet, version 
LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference
cmus: Press  to continue.

And then after pressing enter, it continues.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cmus depends on:
ii  libao2 0.8.8-5   Cross Platform Audio Output Librar
ii  libartsc0  1.5.9-3+b1aRts sound system C support librar
ii  libasound2 1.0.21a-1 shared library for ALSA applicatio
ii  libavformat52  5:0.5+svn20100126-0.0 ffmpeg file format library
ii  libc6  2.10.2-5  Embedded GNU C Library: Shared lib
ii  libfaad2   2.7-4 freeware Advanced Audio Decoder - 
ii  libflac8   1.2.1-2+b1Free Lossless Audio Codec - runtim
ii  libmad00.15.1b-4 MPEG audio decoder library
ii  libmodplug0c2  1:0.8.7-1 shared libraries for mod music bas
ii  libmpcdec6 2:0.1~r453-1  MusePack decoder - library
ii  libncursesw5   5.7+20090803-2shared libraries for terminal hand
ii  libvorbisfile3 1.2.3-3   The Vorbis General Audio Compressi
ii  libwavpack14.60.1-1  an audio codec (lossy and lossless

cmus recommends no packages.

cmus suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567861: I get the busy cursor at inopportune times

2010-02-01 Thread Adam C. Emerson
On Mon, Feb 01, 2010 at 12:47:37PM +0100, Julien Danjou wrote:
> At 1264970923 time_t, Adam C. Emerson wrote:
> > In many cases my mouse is stuck on the busy cursor.  I'll use
> > applications like gajim or nicotine and have to wave it around and play
> > with menus and everything to get it un-busy.  This is rather
> > frustrating, since the resize-pane cursor doesn't come up when I'm
> > resizing a pane, so it's rather a pain to know when to click and drag.
> 
> Sounds like you're starting applicatin that does not work with
> startup-notification. So the cursor stays as a clock until it times out.

If I start gajim, I can have it running for hours and when I switch back
to the gajim window I'll still get the busy cursor a fairly often,
though.  Is the timeout configurable?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#567861: I get the busy cursor at inopportune times

2010-01-31 Thread Adam C. Emerson
Package: awesome
Version: 3.4.3-1
Severity: normal

In many cases my mouse is stuck on the busy cursor.  I'll use
applications like gajim or nicotine and have to wave it around and play
with menus and everything to get it un-busy.  This is rather
frustrating, since the resize-pane cursor doesn't come up when I'm
resizing a pane, so it's rather a pain to know when to click and drag.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages awesome depends on:
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libev31:3.8-1high-performance event loop librar
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libimlib2 1.4.2-5powerful image loading and renderi
ii  liblua5.1-0   5.1.4-5Simple, extensible, embeddable pro
ii  libpango1.0-0 1.26.2-1   Layout and rendering of internatio
ii  libstartup-notification0  0.10-1 library for program launch feedbac
ii  libx11-6  2:1.3.3-1  X11 client-side library
ii  libxcb-atom1  0.3.6-1utility libraries for X C Binding 
ii  libxcb-aux0   0.3.6-1utility libraries for X C Binding 
ii  libxcb-event1 0.3.6-1utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.6-1utility libraries for X C Binding 
ii  libxcb-image0 0.3.6-1utility libraries for X C Binding 
ii  libxcb-keysyms1   0.3.6-1utility libraries for X C Binding 
ii  libxcb-property1  0.3.6-1utility libraries for X C Binding 
ii  libxcb-randr0 1.5-2  X C Binding, randr extension
ii  libxcb-render-util0   0.3.6-1utility libraries for X C Binding 
ii  libxcb-render01.5-2  X C Binding, render extension
ii  libxcb-shape0 1.5-2  X C Binding, shape extension
ii  libxcb-shm0   1.5-2  X C Binding, shm extension
ii  libxcb-xinerama0  1.5-2  X C Binding, xinerama extension
ii  libxcb-xtest0 1.5-2  X C Binding, xtest extension
ii  libxcb1   1.5-2  X C Binding
ii  libxdg-basedir1   1.0.2-1implementation of the XDG Base Dir
ii  menu  2.1.43 generates programs menu for all me

Versions of packages awesome recommends:
ii  rlwrap0.36-1 readline feature command line wrap
ii  x11-xserver-utils 7.5+1  X server utilities

awesome suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#566786: Way to easily disable shares/new downloads

2010-01-24 Thread Adam C. Emerson
Package: nicotine
Version: 1.2.14+dfsg-1
Severity: wishlist

It would be nice if I could disable sharing.  I'd like to be able to let
all current uploads finish and THEN close nicotine without any new
uploads being started.  It seems more polite than closing the program
with someone's download half-finished.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nicotine depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-support1.0.6  automated rebuilding support for P

Versions of packages nicotine recommends:
ii  python-geoip  1.2.4-2Python bindings for the GeoIP IP-t
ii  python-mutagen1.15-2 audio metadata editing library
ii  python-notify 0.1.1-2+b1 Python bindings for libnotify
ii  xdg-utils 1.0.2-6.1  desktop integration utilities from

Versions of packages nicotine suggests:
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
pn  python-gnome2  (no description available)
pn  python-gst0.10 (no description available)
pn  python-psyco   (no description available)
pn  python-sexy(no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#565235: PC Speaker does not work

2010-01-13 Thread Adam C. Emerson
Package: linux-2.6
Version: 2.6.32-5
Severity: normal

My speaker will not beep, as of this update.  I've tried rmmod'ing and
modprobe'ing the pcspkr module multiple times, but the beep still won't
return.

-- Package-specific info:
** Version:
Linux version 2.6.32-trunk-amd64 (Debian 2.6.32-5) (b...@decadent.org.uk) (gcc 
version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Sun Jan 10 22:40:40 UTC 2010

** Command line:
BOOT_IMAGE=//vmlinuz-2.6.32-trunk-amd64 
root=/dev/mapper/c--68--40--176--142-root ro quiet

** Tainted: P (1)
 * Proprietary module has been loaded.

** Kernel log:
[0.892919] usb usb8: SerialNumber: :00:1d.2
[0.892971] usb usb8: configuration #1 chosen from 1 choice
[0.892997] hub 8-0:1.0: USB hub found
[0.893002] hub 8-0:1.0: 2 ports detected
[1.131821] usb 1-1: new high speed USB device using ehci_hcd and address 2
[1.170365] ata6: SATA link down (SStatus 0 SControl 300)
[1.170395] ata8: SATA link down (SStatus 0 SControl 300)
[1.170422] ata7: SATA link down (SStatus 0 SControl 300)
[1.268713] usb 1-1: New USB device found, idVendor=03f0, idProduct=5711
[1.268716] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1.268718] usb 1-1: Product: Photosmart C4100 series
[1.268720] usb 1-1: Manufacturer: HP
[1.268722] usb 1-1: SerialNumber: MY6C8H50QK04J7
[1.268787] usb 1-1: configuration #1 chosen from 1 choice
[1.274634] Initializing USB Mass Storage driver...
[1.274739] scsi8 : SCSI emulation for USB Mass Storage devices
[1.274800] usb-storage: device found at 2
[1.274803] usb-storage: waiting for device to settle before scanning
[1.274811] usbcore: registered new interface driver usb-storage
[1.274814] USB Mass Storage support registered.
[1.323951] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[1.332084] ata5.00: ATA-7: SAMSUNG HD103UJ, 1AA01113, max UDMA7
[1.332087] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[1.340113] ata5.00: configured for UDMA/133
[1.478641] ata2.00: SATA link down (SStatus 0 SControl 300)
[1.478653] ata2.01: SATA link down (SStatus 0 SControl 300)
[1.624049] ata1.00: SATA link down (SStatus 0 SControl 300)
[1.624059] ata1.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[1.632007] usb 4-2: new low speed USB device using uhci_hcd and address 2
[1.640197] ata1.01: ATAPI: TSSTcorp CDDVDW SH-S203N, SB01, max UDMA/100
[1.656197] ata1.01: configured for UDMA/100
[1.657364] scsi 0:0:1:0: CD-ROMTSSTcorp CDDVDW SH-S203N  SB01 
PQ: 0 ANSI: 5
[1.813054] usb 4-2: New USB device found, idVendor=045e, idProduct=0040
[1.813056] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[1.813059] usb 4-2: Product: Microsoft Wheel Mouse Optical®
[1.813061] usb 4-2: Manufacturer: Microsoft
[1.813125] usb 4-2: configuration #1 chosen from 1 choice
[1.823470] scsi 4:0:0:0: Direct-Access ATA  SAMSUNG HD103UJ  1AA0 
PQ: 0 ANSI: 5
[1.824679] firewire_ohci :04:02.0: PCI INT A -> GSI 21 (level, low) -> 
IRQ 21
[1.833452] Uniform Multi-Platform E-IDE driver
[1.840262] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 
TB/931 GiB)
[1.840306] sd 4:0:0:0: [sda] Write Protect is off
[1.840308] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[1.840330] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[1.840454]  sda:sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 
cdda tray
[1.850092] Uniform CD-ROM driver Revision: 3.20
[1.850169] sr 0:0:1:0: Attached scsi CD-ROM sr0
[1.858721]  sda1 sda2 < sda5 >
[1.878800] sd 4:0:0:0: [sda] Attached SCSI disk
[1.881710] usbcore: registered new interface driver hiddev
[1.884971] sr 0:0:1:0: Attached scsi generic sg0 type 5
[1.885049] sd 4:0:0:0: Attached scsi generic sg1 type 0
[1.896281] input: Microsoft Microsoft Wheel Mouse Optical® as 
/devices/pci:00/:00:1a.1/usb4/4-2/4-2:1.0/input/input4
[1.896337] generic-usb 0003:045E:0040.0001: input,hidraw0: USB HID v1.00 
Mouse [Microsoft Microsoft Wheel Mouse Optical®] on usb-:00:1a.1-2/input0
[1.896368] usbcore: registered new interface driver usbhid
[1.896370] usbhid: v2.6:USB HID core driver
[1.896525] firewire_ohci: Added fw-ohci device :04:02.0, OHCI version 
1.10
[2.062461] device-mapper: uevent: version 1.0.3
[2.062598] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: 
dm-de...@redhat.com
[2.276975] EXT4-fs (dm-0): mounted filesystem with ordered data mode
[2.397579] firewire_core: created device fw0: GUID 00508db115f4, S400
[3.581997] udev: starting version 150
[4.072603] processor LNXCPU:00: registered as cooling_device0
[4.072699] processor LNXCPU:01: registered as cooling_device1
[4.072740] processor LNXCPU:02: registered as cooling_device2
[4.072869] processor LNXCPU:03: registered as co

Bug#553909: Please include the static version of libSDL

2009-11-01 Thread Adam C. Emerson
Package: ia32-libs
Version: 20090808
Severity: normal

libSDL.a would, I think, let me compile zsnes from source.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ia32-libs depends on:
ii  dpkg   1.15.4.1  Debian package management system
ii  lib32asound2   1.0.21a-1 shared library for ALSA applicatio
ii  lib32gcc1  1:4.4.2-1 GCC support library (32 bit Versio
ii  lib32ncurses5  5.7+20090803-2shared libraries for terminal hand
ii  lib32stdc++6   4.4.2-1   The GNU Standard C++ Library v3 (3
ii  lib32z11:1.2.3.3.dfsg-15 compression library - 32 bit runti
ii  libc6-i386 2.10.1-5  GNU C Library: 32-bit shared libra
ii  lsb-release3.2-23Linux Standard Base version report

ia32-libs recommends no packages.

Versions of packages ia32-libs suggests:
ii  ia32-libs-gtk 20090804   GTK+ ia32 shared libraries

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#553461: nxml-mode: Please change dependencies to not pull in emacs22 if emacs23 is installed

2009-10-31 Thread Adam C. Emerson
Package: nxml-mode
Severity: wishlist


The way the dependencies for nxml-mode are written now, it wants to pull
in emacs22 even though I'm running emacs23 and it seems to work fine
under emacs23.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#489544: installation-reports

2009-01-20 Thread David L. Emerson
Hi Jérémy,

sorry to have taken so long to get back! I had to give my brother the 
flash drive, and only recently got another one to test with.

I tried this installation again with a daily build:
== Daily build #3 for i386, using installer build from sid
== This build finished at Sat Jan 17 15:10:11 UTC 2009.

The problem still stands -- /scripts/local-top/cryptroot does not wait 
for its cryptsource, and reaches here:
  message "cryptsetup: source device $cryptsource not found"
  return 1

I guess the assumption is that udev_settle would find the device, but it 
seems not to -- udev_settle considers itself finished *before* all the 
USB devices have been detected, so udev_settle isn't doing what we 
expect in this case.

As requested, here are the versions:

ii  cryptsetup2:1.0.6-7
ii  initramfs-tools   0.92o


Cheers,
David


On Wed 30 Jul 2008 2:21 am, Jérémy Bobbio wrote:
> On Wed, Jul 30, 2008 at 12:47:02AM -0700, David L. Emerson wrote:
> > I've just finished a similar installation with the Lenny beta 2 
> > installer (encrypted lvm on bootable usb flash drive)
> 
> Thanks.  I would have been more happy if you would have used a daily
> build, but it's great nevertheless.
> 
> > re Problem 3: STILL A BIG PROBLEM. Here are the boot messages:
> > 
> > Uncompressing Linux... Ok, booting the kernel.
> > Loading, please wait...
> >   Volume group "socrates" not found
> > Setting up cryptographic volume sda2_crypt (based on /dev/sda2)
> > cryptsetup: Source device /dev/sda2 not found
> > 
> > [... wait about 5 seconds ...]
> > 
> > sd 0:0:0:0: [sda] Assuming drive cache: write through
> > sd 0:0:0:0: [sda] Assuming drive cache: write through
> > 
> > [... forehead -> desk ...]
> > 
> > [... wait about a minute, then it drops to busybox because 
> > the /dev/mapper/socrates-root_vol does not exist ...]
> > 
> > so, it looks like I will have to manually reroll the initramfs 
again. If 
> > you want me to test again with a later version, I'll try and figure 
out 
> > a way to do that :)
> 
> Could you give me the installed version of the initramfs-tools and
> cryptsetup packages?
> 
> I have seen similar issues being fixed in recent version of those
> packages, and I am not sure if they have migrated to Lenny yet.
> (The development version of debian-installer installs testing by
> default.)
> 
> Cheers,
> -- 
> Jérémy Bobbio.''`. 
> lu...@debian.org: :Ⓐ  :  # apt-get install 
anarchism
> `. `'` 
>   `-   
> 




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#509235: iceweasel crashes when libcurl3-gnutls is not installed

2008-12-26 Thread David L. Emerson
This was a problem on my brother's computer, and it doesn't look like 
I'm going to have an opportunity to test it again until I upgrade my 
own system to Lenny.

~David.



On Friday 19 December 2008 11:44 pm, Mike Hommey wrote:
> On Fri, Dec 19, 2008 at 07:27:31PM -0800, David L. Emerson wrote:
> > Package: iceweasel
> > Version: 3.0.4-1
> > Severity: important
> >  
> > *** Please type your report below this line ***
> > 
> > After logging into gmail, the inbox page mostly loads and displays, 
but 
> > then iceweasel completely crashes.
> > 
> > I did an strace, which showed that it was looking for 
libcurl-gnutls, 
> > and then killed by sigsegv
> > 
> > So I installed libcurl3-gnutls and now iceweasel/gmail works fine.
> > 
> > the iceweasel package should have a mandatory dependency on 
> > libcurl3-gnutls, if the absence makes it crash like that :)
> 
> Remove libcurl3-gnutls, then try running
> MOZ_DISABLE_PLUGINS=1 iceweasel -safe-mode
> 
> My bet is that it will stop crashing. That's not iceweasel requiring
> curl-gnutls, but something else you installed.
> 
> Mike
> 




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#509235: iceweasel crashes when libcurl3-gnutls is not installed

2008-12-19 Thread David L. Emerson
Package: iceweasel
Version: 3.0.4-1
Severity: important
 
*** Please type your report below this line ***

After logging into gmail, the inbox page mostly loads and displays, but 
then iceweasel completely crashes.

I did an strace, which showed that it was looking for libcurl-gnutls, 
and then killed by sigsegv

So I installed libcurl3-gnutls and now iceweasel/gmail works fine.

the iceweasel package should have a mandatory dependency on 
libcurl3-gnutls, if the absence makes it crash like that :)

Here is the last 75 lines of strace iceweasel:

open("/home/bop/.mozilla/firefox/wz8lokww.default/prefs.js", O_RDONLY) = 
61
close(61)   = 0
open("/usr/lib/iceweasel/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/mozilla-firefox/plugins/libcurl.so.4", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 61
fstat64(61, {st_mode=S_IFREG|0644, st_size=45364, ...}) = 0
mmap2(NULL, 45364, PROT_READ, MAP_PRIVATE, 61, 0) = 0xae996000
close(61)   = 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/i686/cmov/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/lib/i686/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/lib/i686/cmov/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/i686/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/lib/sse2/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/lib/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/i486-linux-gnu/libcurl.so.4", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/i486-linux-gnu/libcurl.so.4", O_RDONLY) = -1 ENOENT (No 
such file or directory)
munmap(0xae996000, 45364)   = 0
open("/usr/lib/iceweasel/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/lib/mozilla-firefox/plugins/libcurl-gnutls.so.4", O_RDONLY) 
= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 61
fstat64(61, {st_mode=S_IFREG|0644, st_size=45364, ...}) = 0
mmap2(NULL, 45364, PROT_READ, MAP_PRIVATE, 61, 0) = 0xae996000
close(61)   = 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/i686/cmov/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/lib/i686/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/lib/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/lib/i686/cmov/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/lib/i686/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/sse2/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/lib/i486-linux-gnu/libcurl-gnutls.so.4", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/lib/i486-linux-gnu/libcurl-gnutls.so.4", O_RDONLY) = -1 
ENOENT (No such file or directory)
munmap(0xae996000, 45364)   = 0
open("/usr/lib/iceweasel/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/mozilla-firefox/plugins/libcurl.so.3", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 61
fstat64(61, {st_mode=S_IFREG|0644, st_size=45364, ...}) = 0
mmap2(NULL, 45364, PROT_READ, MAP_PRIVATE, 61, 0) = 0xae996000
close(61)   = 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/i686/cmov/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/lib/i686/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/lib/i686/cmov/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/i686/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/lib/sse2/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/lib/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/i486-linux-gnu/libcurl.so.3", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/i486-linux-gnu/libcurl.so.3", O_RDONLY) = -1 ENOENT (No 
such file or directory)
munmap(0xae996000, 45364)   = 0
open("/usr/lib/iceweasel/libcurl-gnutls.so.3", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/lib/mozilla-firefox/plugins/libcurl-gnutls.so.3", O_RDONLY) 
= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 61
fstat64(61, {st_mode=S_IFREG|0644, st_size=45364, ..

Bug#501748: fortunes: Minor glitch in a fortune in 'cookie'

2008-10-09 Thread Adam C. Emerson
Package: fortunes
Version: 1:1.99.1-3.1
Severity: minor

"The ACLU has stood foursquare against the recurring tides of hysteria that
>from time to time threaten freedoms everywhere... Indeed, it is difficult
to appreciate how far our freedoms might have eroded had it not been for the
Union's valiant representation in the courts of the constitutional rights
of people of all persuasions, no matter how unpopular or even despised
by the majority they were at the time."
-- former Supreme Court Chief Justice Earl Warren

The 'from' in the second line really should not be preceded by the
greater than sign.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fortunes depends on:
ii  fortune-mod 1:1.99.1-3.1 provides fortune cookies on demand
ii  fortunes-min1:1.99.1-3.1 Data files containing fortune cook

fortunes recommends no packages.

fortunes suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#500282: fortunes: Attribution misspelled

2008-09-26 Thread Adam C. Emerson
Package: fortunes
Version: 1:1.99.1-3.1
Severity: normal

The fortune:

The ideas of economists and political philosophers, both when they
are right and when they are wrong, are more powerful than is generally
understood.  Indeed, the world is ruled by little else.
-- John Maynard Keyes

In science has an incorrect attribution.  It should be John Maynard
Keynes.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fortunes depends on:
ii  fortune-mod 1:1.99.1-3.1 provides fortune cookies on demand
ii  fortunes-min1:1.99.1-3.1 Data files containing fortune cook

fortunes recommends no packages.

fortunes suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#493572: kwin: intermittent: window decorations and title bars are absent

2008-09-13 Thread David L. Emerson
I was finally able to get to this computer, and I am still seeing the 
intermittent bug with the versions you mentioned:

kdebase 4:3.5.9.dfsg.1-5
kdelibs 4:3.5.9.dfsg.1-6

~David.

On Friday 08 August 2008 1:10 pm, Ana Guerrero wrote:
> On Sun, Aug 03, 2008 at 03:10:05AM -0700, David L. Emerson wrote:
> > Package: kwin
> > Version: 4:3.5.9.dfsg1-(4?)
> > Severity: important
> > 
> > 
> > sometimes when I start kde, there are no title bars (and thus no 
window 
> > decorations) on any of the windows. Additionally, I have only one 
> > virtual desktop instead of four, and it seems like some of the key 
> > bindings do not work. 
> > 
> > This is an intermittent problem, but I see it pretty frequently: 
once 
> > every 2 or 3 times I start kde. Usually I can make the problem go 
away 
> > by ending my session and starting a new one. 
> > 
> > I have a fresh installation of debian lenny and kde 3.5.9 with an 
empty 
> > home directory. I selected all the defaults while going through the 
kde 
> > theming wizard.
> > 
> > according to the kde team:
> > "Distribution issue. Please report this to the Debian team."
> > http://bugs.kde.org/show_bug.cgi?id=168179
> > 
> > (sorry for the lack of detailed info; I'm not on the lenny box right 
> > now, but I did update it 3 days ago.)
> > 
> > -- System Information:
> > Debian Release: lenny/sid
> >   APT prefers lenny
> > Architecture: i386 (i686)
> 
> 
> You are skipping the info of the available package versions isntalled 
on your
> system. Does this problem occurs if you have your system up-to-date?
> With kdebase 4:3.5.9.dfsg.1-5 and kdelibs 4:3.5.9.dfsg.1-6.
> 
> 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#493572: kwin: intermittent: window decorations and title bars are absent

2008-08-03 Thread David L. Emerson
Package: kwin
Version: 4:3.5.9.dfsg1-(4?)
Severity: important


sometimes when I start kde, there are no title bars (and thus no window 
decorations) on any of the windows. Additionally, I have only one 
virtual desktop instead of four, and it seems like some of the key 
bindings do not work. 

This is an intermittent problem, but I see it pretty frequently: once 
every 2 or 3 times I start kde. Usually I can make the problem go away 
by ending my session and starting a new one. 

I have a fresh installation of debian lenny and kde 3.5.9 with an empty 
home directory. I selected all the defaults while going through the kde 
theming wizard.

according to the kde team:
"Distribution issue. Please report this to the Debian team."
http://bugs.kde.org/show_bug.cgi?id=168179

(sorry for the lack of detailed info; I'm not on the lenny box right 
now, but I did update it 3 days ago.)

-- System Information:
Debian Release: lenny/sid
  APT prefers lenny
Architecture: i386 (i686)





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#493320: aptitude: pressing 'delete' in search/tree limit dialog doesn't delete previous entry

2008-08-01 Thread David L. Emerson
Package: aptitude
Version: 0.4.11.8-1
Severity: normal

There's a great new feature where '/' search and 'l' limit bring up a 
dialog that keeps the previous search. It's also really great that if I 
type something, that previous search is deleted.

However, suppose I bring up the dialog and I just want to clear out the 
tree limit, and show everything again. If I press the delete key while 
the dialog is showing the previous entry, it does not delete anything.

If I press 'end' and backspace, I can delete it. But it would be nice to 
use the 'delete' key as well.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#493322: aptitude: pressing 'escape' in search/tree limit dialog should cancel

2008-08-01 Thread David L. Emerson
Package: aptitude
Version: 0.4.11.8-1
Severity: normal

Pressing 'escape' in the dialog puts a ^[ into the search term, instead 
of just closing/canceling the search/limit.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#489544: installation-reports

2008-07-30 Thread David L. Emerson
I've just finished a similar installation with the Lenny beta 2 
installer (encrypted lvm on bootable usb flash drive)

re Problem 1: I was able to delete the swap partition with your advise: 
deleting both partitions, then the volumes, then making one volume. 
Kinda cumbersome ... I guess it would be nice if there was a prompt 
about swap vs. no swap, but it's also nice not to bother most people 
with it.

re Problem 2: this time I didn't dd my drive ahead of time, I just let 
the installer do its thing :P


re Problem 3: STILL A BIG PROBLEM. Here are the boot messages:

Uncompressing Linux... Ok, booting the kernel.
Loading, please wait...
  Volume group "socrates" not found
Setting up cryptographic volume sda2_crypt (based on /dev/sda2)
cryptsetup: Source device /dev/sda2 not found

[... wait about 5 seconds ...]

sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Assuming drive cache: write through

[... forehead -> desk ...]

[... wait about a minute, then it drops to busybox because 
the /dev/mapper/socrates-root_vol does not exist ...]

so, it looks like I will have to manually reroll the initramfs again. If 
you want me to test again with a later version, I'll try and figure out 
a way to do that :)

~David.



On Monday 28 July 2008 9:50 am, Jérémy Bobbio wrote:
> On Sun, Jul 06, 2008 at 01:21:00PM -0700, David L. Emerson wrote:
> > Image version: debian-40r3-i386-netinst.iso
> > […]
> > 
> > This computer supports booting from USB, so I decided to install 
debian 
> > on a USB Flash drive. I wanted an encrypted root partition.
> > 
> > PROBLEM 1. I first tried the "automatic" encrypted LVM setup. It 
> > insisted upon making a swap partition, and I was unable to delete 
that 
> > partition. Of course I don't want a swap partition on a flash based 
> > drive. I ultimately had to back up several steps and do a manual 
setup.
> 
> The automatic encrypted LVM setup create the swap partition as a 
Logical
> Volume.  The easiest (but not obvious) way to get rid of it would have
> been to:
>  * go to "Configure the Logical Volume Manager",
>  * remove both Logical Volumes (swap_1 and root),
>  * create a new Logical Volume (root),
>  * apply those changes,
>  * configure the newly created Logical Volume (root) as /
> 
> We could probably manage to detect that we are partitioning a Solid
> State Device, and skip the creation of a swap partition, but this 
would
> require a fair amount of changes in partman.  I doubt anyone will be
> working on that in the d-i team, but patches are more than welcome.
> 
> > PROBLEM 2. Before I started the install, I used dd if=/dev/urandom 
> > of=/dev/sda to write random data to the drive, which makes cracking 
an 
> > encrypted partition/drive much more difficult. However, the debian 
> > installer insisted on writing (zeros?) to the to-be-encrypted 
partition 
> > before formatting. This was very time consuming, wasteful/redundant, 
> > and perhaps a security liability as well. In fact, the installer did 
> > this several times due to problem 1 ;)
> > I should be able to skip that writing since I already did it myself.
> 
> The installer is not writing zeros.  It is actually doing a similar
> process than the one you did by yourself! :)
> 
> It can be avoided though when using manual partitioning, by switching
> "Erase data" to "no" while configuring the partition used as "physical
> volume for encryption".
> 
> > PROBLEM 3. System would not boot!!  .
> > 
> > It brought up the grub menu just fine, and began loading the kernel 
and 
> > initramfs. The problem occured when it tried to configure lvm 
> > (/usr/share/initramfs-tools/scripts/local-top/lvm) -- the kernel had 
> > not yet detected the presence of the USB Flash drive! Thus the call 
to 
> > activate_vg "$ROOT" was doomed to failure, since udev had not yet 
> > discovered the root device. A few seconds after the failure 
messages, 
> > udev discovered the device -- udev had "settled" before running 
> > local-top, but the USB event came later.
> > […] 
> 
> AFAIK, a lot of related issues have been fixed for Lenny.  If you 
could
> give it a try, it would be great.
> 
> Cheers,
> -- 
> Jérémy Bobbio   .''`. 
> [EMAIL PROTECTED]   : :Ⓐ  :  # apt-get install anarchism
>`. `'` 
>  `-   
> 




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#492517: haskell-mode: Inferior haskell seems to not be loaded

2008-07-26 Thread Adam C. Emerson
Package: haskell-mode
Version: 2.4-1
Severity: normal

The README file says:

- Interaction with inferior Haskell interpreter: just hit C-c C-z  or
  C-c C-l.

Hitting C-c C-z or C-c C-l gives:

Symbol's function definition is void: switch-to-haskell

or

Symbol's function definition is void: inferior-haskell-load-file

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages haskell-mode depends on:
ii  emacs [emacsen]   22.2+2-3   The GNU Emacs editor (metapackage)
ii  emacs22-gtk [emacsen] 22.2+2-3   The GNU Emacs editor (with GTK use

Versions of packages haskell-mode recommends:
ii  ghc6   6.8.2-5   GHC - the Glasgow Haskell Compilat
ii  hugs   98.200609.21-5+b1 A Haskell 98 interpreter

haskell-mode suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#491815: fortunes: Typo in the language of flowers

2008-07-21 Thread Adam C. Emerson
Package: fortunes
Version: 1:1.99.1-3.1
Severity: minor

In the file miscellaneous the line:

Mint:   Virute

Should actually read

Mint:   Virtue

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fortunes depends on:
ii  fortune-mod 1:1.99.1-3.1 provides fortune cookies on demand
ii  fortunes-min1:1.99.1-3.1 Data files containing fortune cook

fortunes recommends no packages.

fortunes suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#491030: bash-doc contains no documentation

2008-07-15 Thread Adam C. Emerson
Package: bash-doc
Version: 3.2-4
Severity: important

GFDL or not, the Bash documentation is important and worthwhile.  If you
do not believe that it can be packaged as free software, is there any
reason not to upload it to non-free?  Given that bash-doc USED to
contain useful and worthwhile documentation, how hard can it be to
change the name to bash-doc-nonfree and upload it into non-free?  If you
don't want to touch it, I would love to do so if you or someone would
sponsor the thing.

Whether you like the GFDL or not, obliterating the documentation for GNU
software that is an essential part of the system rather than moving it
to non-free is non-sensical.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#489544: installation-reports

2008-07-06 Thread David L. Emerson
Package: installation-reports

Boot method: CD
Image version: debian-40r3-i386-netinst.iso
Date: 2008 June 6

Machine: IBM Thinkpad T42
Processor: Pentium M 1.8 GHz
Memory: 1.5 GB
Partitions: installed on an unpartitioned 4 GB USB flash drive

Output of lspci -knn (or lspci -nn): (irrelevant)

Base System Installation Checklist: (all OK except as noted below)


Comments/Problems:

This computer supports booting from USB, so I decided to install debian 
on a USB Flash drive. I wanted an encrypted root partition.

PROBLEM 1. I first tried the "automatic" encrypted LVM setup. It 
insisted upon making a swap partition, and I was unable to delete that 
partition. Of course I don't want a swap partition on a flash based 
drive. I ultimately had to back up several steps and do a manual setup.


PROBLEM 2. Before I started the install, I used dd if=/dev/urandom 
of=/dev/sda to write random data to the drive, which makes cracking an 
encrypted partition/drive much more difficult. However, the debian 
installer insisted on writing (zeros?) to the to-be-encrypted partition 
before formatting. This was very time consuming, wasteful/redundant, 
and perhaps a security liability as well. In fact, the installer did 
this several times due to problem 1 ;)
I should be able to skip that writing since I already did it myself.


PROBLEM 3. System would not boot!!  .

It brought up the grub menu just fine, and began loading the kernel and 
initramfs. The problem occured when it tried to configure lvm 
(/usr/share/initramfs-tools/scripts/local-top/lvm) -- the kernel had 
not yet detected the presence of the USB Flash drive! Thus the call to 
activate_vg "$ROOT" was doomed to failure, since udev had not yet 
discovered the root device. A few seconds after the failure messages, 
udev discovered the device -- udev had "settled" before running 
local-top, but the USB event came later.

In order to solve this problem, I added a script 
to /etc/initramfs-tools/scripts/init-premount that waits for the device 
to appear in the /dev tree:

echo -n "Waiting for /dev/sda5 to appear"
while ! [ -b /dev/sda5 ]; do echo -n .; sleep 1s; done

It took me several days to figure out what the problem was, how to fix 
it, and how to use initramfs to roll the initrd, but now it works! 
Although my script could probably be more robust.

IMO, the debian-installer should always set up the init system to wait 
for the $ROOT (and $resume?) partitions to be visible in the /dev tree 
before proceeding with the local-top scripts.

~David.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#488445: erlang-doc-html: Package is conflicted by the current version of erlang-base-hipe

2008-06-28 Thread Adam C. Emerson
Package: erlang-doc-html
Version: 1:12.b.2-dfsg-1
Severity: normal

It would be ever so lovely if this package were upgraded to a version
that would let it install with erlang-base-hipe.  Or if erlang-base-hipe
could be convinced to be friends with it.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#485388: fortunes: Jack Handey, not Jack Handley

2008-06-08 Thread Adam C. Emerson
Package: fortunes
Version: 1:1.99.1-3.1
Severity: normal

All fortunes ascribed to 'Jack Handley, The New Mexican, 1988' should
actually be ascribed to Jack Handey.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fortunes depends on:
ii  fortune-mod 1:1.99.1-3.1 provides fortune cookies on demand
ii  fortunes-min1:1.99.1-3.1 Data files containing fortune cook

fortunes recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#484577: gajim: It would be really quite nice if Control-Tab worked properly

2008-06-04 Thread Adam C. Emerson
Package: gajim
Version: 0.11.4-3
Severity: wishlist

In switching between tabs using Control-Tab is all well and good.
Unless someone is composing a message.  If this is the case Control-Tab
will not switch away from their tab and to that of one who isn't doing
anything.

This makes me quite sad, because I then have to reach for my mouse.

I prefer to avoid this, since mice are better for devouring, preferrably
stir fried Szechuan style than they are for input.

Thank you very much.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gajim depends on:
ii  dnsutils  1:9.4.2-10 Clients provided with BIND
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-3The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-4   The GTK+ graphical user interface 
ii  libgtkspell0  2.0.13-1   a spell-checking addon for GTK's T
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libxss1   1:1.1.3-1  X11 Screen Saver extension library
ii  python2.5.2-1An interactive high-level object-o
ii  python-glade2 2.12.1-4   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-4   Python bindings for the GTK+ widge
ii  python-support0.8.1  automated rebuilding support for P

Versions of packages gajim recommends:
pn  dbus   (no description available)
pn  notification-daemon(no description available)
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  python-gnupginterface 0.3.2-9Python interface to GnuPG (GPG)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483520: frozen-bubble: Aspect ratio not preserved in full-screen mode

2008-05-29 Thread Adam C. Emerson
Package: frozen-bubble
Version: 2.1.0-2+b1
Severity: normal

More to the point, the aspect ratio goes all wonky in full-screen mode
because I have a wide-screen monitor.  Ideally it would be nice if there
were a way to get full-screen mode by scaling the image up instead of
flicking to some resolution.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages frozen-bubble depends on:
ii  fb-music-high0.1.2   High quality, large music files fo
ii  frozen-bubble-data   2.1.0-2 Data files for Frozen-Bubble
ii  libc62.7-11  GNU C Library: Shared libraries
ii  libglib2.0-0 2.16.3-2The GLib library of C routines
ii  libpango1.0-01.20.2-2Layout and rendering of internatio
ii  libsdl-mixer1.2  1.2.8-4 mixer library for Simple DirectMed
ii  libsdl-pango10.1.2-4 text rendering with Pango in SDL a
ii  libsdl-perl  1.20.3dfsg-3+b1 SDL bindings for the Perl language
ii  libsdl1.2debian  1.2.13-2Simple DirectMedia Layer
ii  perl 5.10.0-10   Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10. 5.10.0-10   The Pathologically Eclectic Rubbis

frozen-bubble recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483406: apt-file: Please change dependency on menu to a recommends or suggest

2008-05-28 Thread Adam C. Emerson
Package: apt-file
Version: 2.1.2
Severity: wishlist

Depending on menu for su-to-root as indicated in the changelog seems a
bit extreme.  You can make perfectly good use of apt-file without menu.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-file depends on:
ii  curl  7.18.1-1   Get a file from an HTTP, HTTPS or 
ii  libapt-pkg-perl   0.1.22+b1  Perl interface to libapt-pkg
ii  libconfig-file-perl   1.42-1 Parses simple configuration files
ii  liblist-moreutils-perl0.22-1+b1  Addition list functions not found 
ii  menu  2.1.39 generates programs menu for all me
ii  perl  5.10.0-10  Larry Wall's Practical Extraction 
ii  wget  1.11.2-1   retrieves files from the web

apt-file recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#22506: Wide spectrum of boner enlargers!

2008-05-25 Thread Joseph Emerson

Gaining PE length and thickness http://

Joseph Emerson




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#478654: fortunes: Mark Twain almost certainly did not write A Plan for the Improvement of English Spelling

2008-04-29 Thread Adam C. Emerson
Package: fortunes
Version: 1:1.99.1-3.1
Severity: minor

See http://www.ojohaven.com/fun/spelling.html .  A print copy of Words
at Play or The Joy of Lex as they mention should be able to verify the
claim.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fortunes depends on:
ii  fortune-mod 1:1.99.1-3.1 provides fortune cookies on demand
ii  fortunes-min1:1.99.1-3.1 Data files containing fortune cook

fortunes recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#476772: fortunes: Misattribution

2008-04-18 Thread Adam C. Emerson
Package: fortunes
Version: 1:1.99.1-3.1
Severity: normal


The quote:

Did you know that clones never use mirrors?
-- Ambrose Bierce, "The Devil's Dictionary"

Is not in The Devil's Dictionary.

I'm fairly certain it's not in any works by Ambrose Bierce.  I've not
come across it in the collections of his writings I've seen and it's not
consistent with his style.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fortunes depends on:
ii  fortune-mod 1:1.99.1-3.1 provides fortune cookies on demand
ii  fortunes-min1:1.99.1-3.1 Data files containing fortune cook

fortunes recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#476770: fortunes: Stanislaw Lem did not write Unkempt Thoughts

2008-04-18 Thread Adam C. Emerson
Package: fortunes
Version: 1:1.99.1-3.1
Severity: normal


In the people and politics files, quotes from 'Unkempt Thoughts' are
wrongly attributed to Stanislaw Lem or Stanislaw J. Lem rather than the
correct author Stanislaw Jerzy Lec.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fortunes depends on:
ii  fortune-mod 1:1.99.1-3.1 provides fortune cookies on demand
ii  fortunes-min1:1.99.1-3.1 Data files containing fortune cook

fortunes recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#470410: zsnes: Same problem

2008-04-02 Thread Adam C. Emerson
Package: zsnes
Version: 1.510-2
Followup-For: Bug #470410


I am having the same problem as the reporting user.  I'm using the Intel
82801I audio controller with the HDA Intel driver (Realtek ALC888
chipset).  This problem is specific to zsnes, as ogg123 also uses libao
for audio output and plays perfectly well.

When using alsa, zsnes does not print any error.  The only sound related
output is as follows:

Audio Opened.
Driver: Advanced Linux Sound Architecture (ALSA) output
Channels: 2
Rate: 32000

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsnes depends on:
ii  libao2 0.8.8-4   Cross Platform Audio Output Librar
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcc11:4.3.0-3 GCC support library
ii  libgl1-mesa-glx [libgl 7.0.3~rc2-2   A free implementation of the OpenG
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libstdc++6 4.3.0-3   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

zsnes recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#270385: All her inner secrets revealed

2008-04-01 Thread Efrain Emerson

I tore her clothes apart

With your new found confidence you will be able to satisfy her all the time 
http://www.buginaveb.com/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#121621: Scarlett Johansson spills boobs

2008-03-31 Thread Peggy Emerson
Shock attack as reported on ABC last night

Give Sharon the ride of her life today with this in tow. 
http://www.kolifera.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#473387: pcsx-df: New Version Available

2008-03-30 Thread Adam C. Emerson
Package: pcsx-df
Version: 1:1.816-1
Severity: normal


A new version was released on sourceforge on the 25th of February.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pcsx-df depends on:
ii  libasound2 1.0.16-2  ALSA library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbz2-1.0 1.0.5-0.1 high-quality block-sorting file co
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libpango1.0-0  1.20.0-1  Layout and rendering of internatio
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxml22.6.31.dfsg-2 GNOME XML library
ii  libxv1 2:1.0.4-1 X11 Video extension library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

pcsx-df recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#429362: and saw it as a "ray of hope."

2008-03-21 Thread Daniela Emerson
Aquire Prescirptions and Medictaions right now

www.alexandriaanimadvert.toporaig.com



it's beauaudience




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#46612: absenteeism aptitude archipelago

2008-03-17 Thread Ronda Emerson
Buy Perscriptions and Mdeications tomorrow

www.ammunitionbali.balzac.potorswe.com



in absenteeismaptitude




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#353006: anecdotal affluence arouse

2008-03-17 Thread Emerson Parsons
Grab Presrciptions and Medicatoins ASAP

www.anchovyamputate.aggrieve.loloies.com



see anecdotalaffluence




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#175153: fHawaiian Heatm

2008-03-17 Thread Emerson Walls
Big Buddha Bud

http://www.mybudshop.com



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#222703: acorn baffle beatify

2008-03-17 Thread Luann Emerson
Get Prescriptinos and Mediactions immediately

http://bawdaltogether.avocet%2eicoraun.com



and acornbaffle




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#348665: automorphism alway

2008-03-12 Thread emerson pam
Take Prescritpions immediately
http://www.apaceaddison.antony%2Epresenteither.com



! annalappend

automorphism , beaten




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#385115: "True friends," he tells

2008-03-10 Thread Stephan Emerson
Anke
Once again the strong winner hits!
Our first and very promising pick of 08
To watch Tuesday, the 11th of March 2008

Analysis of OrderPro Logistics:
Sym: OPLO
At: 0.006 (Upwards trend, a perfect time to get in)
5day Est: 0.02


In recent Headlines: OrderPro Logistics Announces Warehouse Customer Expansion 
Within CMA Logistics Subsidiary

Do your own research on this phenomenal new company, and you will see why it is 
a great addition to your 'portefollio'.

Again, this one will fly up to the sky!
We have never been wrong before!
Get it up on your watch list on Tue the 11th, March 08
Try... Warm milk, caffeine-free herbal tea, or hot water with lemon and honey. 
These drinks may help get your body ready for rest.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#45336: face-to-face communication

2008-03-10 Thread Dirk Emerson
Ulrike
Once again the strong winner hits!
Our first and very promising pick of 08
To watch Tuesday, the 11th of March 2008

Analysis of OrderPro Logistics:
Sym: OPLO
At: 0.006 (Upwards trend, a perfect time to get in)
5day Est: 0.02


In recent Headlines: OrderPro Logistics Announces Warehouse Customer Expansion 
Within CMA Logistics Subsidiary

Do your own research on this phenomenal new company, and you will see why it is 
a great addition to your 'portefollio'.

Again, this one will fly up to the sky!
We have never been wrong before!
Get it up on your watch list on Tue the 11th, March 08
Add white noise: "Background noise is good for two reasons," says David 
Neubauer, M.D., associate director of the Johns Hopkins Sleep Disorders Center, 
in Baltimore.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#469933: libgpmg1: Please do not log info level messages

2008-03-07 Thread Adam C. Emerson
Package: libgpmg1
Version: 1.20.3~pre3-2.1
Severity: minor


libgpmg1 should not log info level messages by default.  If the gpm
daemon isn't runing by default, there's no need to log
entries like:

Mar  7 20:10:34 azure w3m: *** info 
Mar  7 20:10:34 azure w3m: /dev/gpmctl: No such file or directory
Mar  7 20:10:34 azure w3m: *** info 
Mar  7 20:10:34 azure w3m: /dev/gpmctl: No such file or directory

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgpmg1 depends on:
ii  libc6 2.7-9  GNU C Library: Shared libraries

libgpmg1 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#206528: Your 9 inch schlong will amaze the girls

2008-03-05 Thread emerson tuyen
Here's how you can make Scarlett moan when you enter her, and make her want you 
ALL NIGHT LONG
http://ipsoneda.com/




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466468: libgpmg1: New version breaks applications linking to libgpm

2008-02-18 Thread Adam C. Emerson
Package: libgpmg1
Version: 1.20.3~pre3-1
Severity: normal


Applications linking to libgpm fail to work with the newest version when
under a terminal under X.  Debug output is printed and the applications
hang and fail to respond to keypresses.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgpmg1 depends on:
ii  libc6 2.7-8  GNU C Library: Shared libraries

libgpmg1 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#463598: wdm: sessreg invocation in Xstart up and Xreset doesn't work

2008-02-01 Thread Adam C. Emerson
Package: wdm
Version: 1.28-2.3
Severity: normal


Due to the nonexistence of utmp on my newly installed system, the
-u /var/log/utmp option to sessreg causes it to not reg sesses.
Removing this option makes everything work perfectly.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wdm depends on:
ii  debconf [debconf-2.0]   1.5.19   Debian configuration management sy
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpam-modules  0.99.7.1-5   Pluggable Authentication Modules f
ii  libpam-runtime  0.99.7.1-5   Runtime support for the PAM librar
ii  libpam0g0.99.7.1-5   Pluggable Authentication Modules l
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libwraster3 0.92.0-7 Shared libraries of Window Maker r
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxau6 1:1.0.3-2X11 authorisation library
ii  libxdmcp6   1:1.0.2-2X11 Display Manager Control Protoc
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxmu6 2:1.0.4-1X11 miscellaneous utility library
ii  psmisc  22.6-1   Utilities that use the proc filesy
ii  xbase-clients   1:7.3+10 miscellaneous X clients - metapack
ii  xutils  1:7.3+10 X Window System utility programs m

wdm recommends no packages.

-- debconf information:
* shared/default-x-display-manager: wdm
  wdm/daemon_name: /usr/bin/wdm



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447535: centerim-utf8: Apparently, it's only some kinds of connects

2007-12-14 Thread Adam C. Emerson
Package: centerim-utf8
Version: 4.22.1.20071022-1
Followup-For: Bug #447535


Apparently connecting to Yahoo with online status when the previous
status was offline (either selecting it from the menu or autoconnect),
but switching the online status to 'away' makes it connect perfectly
well to Yahoo, and then from 'away' it can be set to 'online'.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages centerim-utf8 depends on:
ii  centerim-common   4.22.1.20071022-1  A text-mode multi-protocol instant
ii  libc6 2.7-4  GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.17.1-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.2.2-4  GCC support library
ii  libgcrypt11   1.4.0-2LGPL Crypto library - runtime libr
ii  libgnutls13   2.0.4-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.4-2  library for common error values an
ii  libgpgme111.1.5-2GPGME - GnuPG Made Easy
ii  libidn11  1.1-1  GNU libidn library, implementation
ii  libkrb53  1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libldap2  2.1.30.dfsg-13.5   OpenLDAP libraries
ii  liblzo2-2 2.02-3 data compression library
ii  libncursesw5  5.6+20071124-1 Shared libraries for terminal hand
ii  libopencdk10  0.6.6-1Open Crypto Development Kit (OpenC
ii  libstdc++64.2.2-4The GNU Standard C++ Library v3
ii  libtasn1-31.1-1  Manage ASN.1 structures (runtime)
ii  zlib1g1:1.2.3.3.dfsg-7   compression library - runtime

Versions of packages centerim-utf8 recommends:
ii  sox 14.0.0-5 Swiss army knife of sound processi
ii  w3m [www-browser]   0.5.1-5.1+b1 WWW browsable pager with excellent

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#454086: hplip: README.Debian.gz is not accurate

2007-12-02 Thread Adam C. Emerson
Package: hplip
Version: 2.7.10-4
Severity: normal


README.Debian.gz makes reference to /etc/init.d/hplip which no longer
exists.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hplip depends on:
ii  adduser 3.105add and remove users and groups
ii  coreutils   5.97-5.6 The GNU core utilities
ii  cupsys  1.3.4-2  Common UNIX Printing System(tm) - 
ii  hplip-data  2.7.10-4 HP Linux Printing and Imaging - da
ii  libc6   2.7-3GNU C Library: Shared libraries
ii  libcupsys2  1.3.4-2  Common UNIX Printing System(tm) - 
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libsane 1.0.19~cvs20071028-1 API library for scanners
ii  libsnmp15   5.4.1~dfsg-4 SNMP (Simple Network Management Pr
ii  libssl0.9.8 0.9.8g-3 SSL shared libraries
ii  libusb-0.1-42:0.1.12-8   userspace USB programming library
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  python  2.4.4-6  An interactive high-level object-o
ii  python-support  0.7.5automated rebuilding support for p

Versions of packages hplip recommends:
ii  cupsys-client1.3.4-2 Common UNIX Printing System(tm) - 
ii  hpijs2.7.10+2.7.10-4 HP Linux Printing and Imaging - gs
ii  hpijs-ppds   2.7.10+2.7.10-4 HP Linux Printing and Imaging - HP
ii  hplip-gui2.7.10-4HP Linux Printing and Imaging - GU
pn  openprinting-ppds  (no description available)
ii  python-reportlab 2.0dfsg-1   ReportLab library to create PDF do

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#453908: libxine1: Please recommend plugin libraries rather than depending on them

2007-12-02 Thread Adam C. Emerson
On Sun, Dec 02, 2007 at 10:53:17AM +0100, Reinhard Tartler wrote:
> 
> "Adam C. Emerson" <[EMAIL PROTECTED]> writes:
> 
> > It doesn't seem quite sensible to me to split up plugins into libraries
> > then depend on all of them.  I have no use for libxine1-console, say,
> > and I'd like to be able to uninstall it.
> 
> There should be no problem with removing them if you don't want
> them. The dependency on libxine1-plugins is an alternative dependency on
> libxine1-plugins and libxine1-misc-plugins, so there should be no
> problem uninstalling libxine1-console and libxine1-plugins.
> 
> Can you please elaborate a bit more why you are not able to uninstall it?

Well, specifically I want to remove libxine1-console.  But libxine1
depends on both libxine1-console and libxine1-x specifically, rather
than as alternates.

> > (Even better would be if libxine1-misc-plugins were split up, but that'd
> > be more of a pain so I won't ask.)
> 
> That's technically not really difficult. What is actually difficult is
> to find a good line where to split. If you have a good idea what to put
> in what new potential package, I'd love to hear it. But please consider
> filing a new bug for this so this can be tracked seperately.
> 
> -- 
> Gruesse/greetings,
> Reinhard Tartler, KeyID 945348A4
> 
> 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#453908: libxine1: Please recommend plugin libraries rather than depending on them

2007-12-02 Thread Adam C. Emerson
Package: libxine1
Version: 1.1.8-3
Severity: wishlist


It doesn't seem quite sensible to me to split up plugins into libraries
then depend on all of them.  I have no use for libxine1-console, say,
and I'd like to be able to uninstall it.

(Even better would be if libxine1-misc-plugins were split up, but that'd
be more of a pain so I won't ask.)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libxine1 depends on:
ii  libxine1-console  1.1.8-3libaa/libcaca/framebuffer/directfb
ii  libxine1-misc-plugins 1.1.8-3Input, audio output and post plugi
ii  libxine1-x1.1.8-3X desktop video output plugins for

Versions of packages libxine1 recommends:
ii  libc6   2.7-3GNU C Library: Shared libraries
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libxine1-doc [libxine-d 1.1.8-3  the xine video player library, doc
ii  libxine1-ffmpeg 1.1.8-3  MPEG-related plugins for libxine1
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#133896: Fw:

2007-11-02 Thread emerson ira

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447535: centerim-utf8: Segfaults instead of connecting to Yahoo!.

2007-10-22 Thread Adam C. Emerson
On Mon, Oct 22, 2007 at 11:55:36PM -0500, Anibal Avelar wrote:
> Hi.
> 
> Please, you run centerim so:
> 
> centerim -d
> 
> Try to do the same to produce the segfaults. After you send me the
> .centerim/debug
> file.  This is a log file comming from centerim with the option '-d'.
> 
> Thank you.
> 
> Regards.

It's not a very good log:

-- centerim debug log started on Tue Oct 23 00:59:53 2007
+ [yahoo] connecting to the server






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447535: centerim-utf8: Segfaults instead of connecting to Yahoo!.

2007-10-21 Thread Adam C. Emerson
Package: centerim-utf8
Version: 4.22.1.20071003-1
Severity: normal

The newest update to centerim segfaults instantly when told to connect
to Yahoo!.  My username contains an underscore, if that sheds any light
on the matter.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages centerim-utf8 depends on:
ii  centerim-common   4.22.1.20071003-1  A text-mode multi-protocol instant
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.17.0-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libgcrypt11   1.2.4-2LGPL Crypto library - runtime libr
ii  libgnutls13   2.0.1-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.4-2  library for common error values an
ii  libgpgme111.1.5-2GPGME - GnuPG Made Easy
ii  libidn11  1.1-1  GNU libidn library, implementation
ii  libkrb53  1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libldap2  2.1.30.dfsg-13.5   OpenLDAP libraries
ii  liblzo2-2 2.02-3 data compression library
ii  libncursesw5  5.6+20071013-1 Shared libraries for terminal hand
ii  libopencdk10  0.6.4-1Open Crypto Development Kit (OpenC
ii  libstdc++64.2.2-3The GNU Standard C++ Library v3
ii  libtasn1-30.3.10-1   Manage ASN.1 structures (runtime)
ii  zlib1g1:1.2.3.3.dfsg-6   compression library - runtime

Versions of packages centerim-utf8 recommends:
ii  sox 14.0.0-4 Swiss army knife of sound processi
ii  w3m [www-browser]   0.5.1-5.1+b1 WWW browsable pager with excellent

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#111879: How does Wondercum help me?

2007-09-10 Thread Emerson Moss

Do you have any refund policy?
http://emagx.net




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#439719: cmus: Would be nice if it recommended rather than depending on libartsc0

2007-08-26 Thread Adam C. Emerson
Package: cmus
Version: 2.2.0-1
Severity: wishlist


As the cmus binary itself does not link to libartsc0, and loads an
arts plugin which does at runtime if it's used, it would be nice if it
recommended rather than depending upon it.  (Similarly for libasound2 and 
libao2.)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-1-multimedia-amd64 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cmus depends on:
ii  libao2   0.8.8-3 Cross Platform Audio Output Librar
ii  libartsc01.5.7-2 aRts sound system C support librar
ii  libasound2   1.0.14a-2   ALSA library
ii  libavcodec1d 0.cvs20070307-6 ffmpeg codec library
ii  libavformat1d0.cvs20070307-6 ffmpeg file format library
ii  libavutil1d  0.cvs20070307-6 ffmpeg utility library
ii  libc62.6.1-1 GNU C Library: Shared libraries
ii  libfaad0 2.5-4+b1freeware Advanced Audio Decoder - 
ii  libflac8 1.1.4-3+b1  Free Lossless Audio Codec - runtim
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libmodplug0c21:0.7-7 shared libraries for mod music bas
ii  libmpcdec3   1.2.2-1 Musepack (MPC) format library
ii  libncursesw5 5.6+20070812-1  Shared libraries for terminal hand
ii  libvorbisfile3   1.2.0.dfsg-2The Vorbis General Audio Compressi
ii  libwavpack1  4.41.0-1an audio codec (lossy and lossless

cmus recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#436980: fceu: New version breaks aspect ratio on wide screens

2007-08-09 Thread Adam C. Emerson
On Fri, Aug 10, 2007 at 02:33:27AM +, Joe Nahmias wrote:
> On Thu, Aug 09, 2007 at 06:05:18PM -0400, Adam C. Emerson wrote:
> > On Thu, Aug 09, 2007 at 09:56:44PM +, Joe Nahmias wrote:
> > > I presume that you're using full screen mode with a screen that does not
> > > have 3:4 ratio.  Try disabling opengl on the command-line.  For
> > > example:
> > > 
> > >fceu -opengl 0 SuperMario.nes
> > 
> > That gets the aspect ratio right, but I just end up with a small area in
> > the middle of the screen rather than having it scaled up but with the
> > aspect ratio preserved.
> 
> OK, you should investigate the various scaling and resolution options to
> get this right.  Check out -xres, -yres and all the rest in
> /usr/share/doc/fceu/fceultra.html.
> 
> I personally use the following display options:
> 
>   fceu -opengl 0 -fs 1 -xres 640 -yres 480 /usr/share/nes/efp.nes
> 
> This uses most of the screen on my ThinkPad T61, with some black space
> on the sides, because it's not a 4:3 display.
> 
> Hope this helps,
> --Joe
> 
> PS - Please keep the BTS in the cc list.
> 
> 

I shall give that a try.  I was just surprised since it was working fine
immediately before the upgrade and quit after.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#436980: fceu: New version breaks aspect ratio on wide screens

2007-08-09 Thread Adam C. Emerson
Package: fceu
Version: 0.98.12-2
Severity: normal


Good evening, gentle creature.

After upgrading 0.98.12-2, fceu no longer uses the proper aspect ratio.
1024x768 mode is stretched horizontally.  Setting the package to the
'native' resolution, 1680x1050 causes the display to be heavily
compressed vertically and still stretched all the way horizontally.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fceu depends on:
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

fceu recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#434854: gajim: Having middle click work would really be quite nice

2007-07-27 Thread Adam C. Emerson
Package: gajim
Version: 0.11.1-1
Severity: wishlist


It would be ever so lovely if middle click on the input line pasted from
PRIMARY.  You can make Xterm select to CLIPBOARD and then paste with ^V
if you really want to, but it's rather cumbersome, and I don't believe
you can get urxvt to select to CLIPBOARD at all (at least there's no
mention of being able to do so in the urxvt manpage.)


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gajim depends on:
ii  python2.4.4-6An interactive high-level object-o
ii  python-glade2 2.10.6-1   GTK+ bindings: Glade support
ii  python-gtk2   2.10.6-1   Python bindings for the GTK+ widge
ii  python-pysqlite2 [python2.4-p 2.3.5-1python interface to SQLite 3
ii  python-support0.6.4  automated rebuilding support for p

Versions of packages gajim recommends:
pn  dbus   (no description available)
ii  dnsutils1:9.4.1-1+b1 Clients provided with BIND
pn  notification-daemon(no description available)
ii  python-dbus 0.82.0-1 simple interprocess messaging syst
ii  python-gnupginterface   0.3.2-9  Python interface to GnuPG (GPG)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#433868: quack-el: Please repackage to work with Emacs22

2007-07-19 Thread Adam C. Emerson
Package: quack-el
Version: 0.29-1
Severity: wishlist


I tried it on my own system and it works perfectly, I just had to poke
at the files under debian/ to let it know it actually could work with
emacs22 and it's lovely.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages quack-el depends on:
ii  emacs22-gtk [emacs22] 22.1+1-1   The GNU Emacs editor (with GTK use

quack-el recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#432927: rxvt-unicode-lite: urxvtd does not appear to release pseudo-TTYs

2007-07-13 Thread Adam C. Emerson
Package: rxvt-unicode-lite
Version: 7.9-2
Severity: normal


When starting urxvtd at the beginning of an X session and using urxvtc
to get a terminal, closing the window does not free the device under
/dev/pts:

13/07/2007, 03:58:24 [EMAIL PROTECTED]:/proc/sys/kernel/pty% cat nr 
367
13/07/2007, 03:58:31 [EMAIL PROTECTED]:/proc/sys/kernel/pty% cat max 
4096

(This is for six terminal windows open.)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rxvt-unicode-lite depends on:
ii  base-passwd 3.5.11   Debian base system master password
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070707-1 GCC support library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxpm4 1:3.5.6-3X11 pixmap library
ii  ncurses-base5.6-3Descriptions of common terminal ty

rxvt-unicode-lite recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#423949: mirror submission for mirrors.uol.com.br

2007-07-10 Thread Emerson Gomes
Hello Simon, 

It ended up that we couldn't update from kernel.org those days (just
because I said it was doing better :), so we moved to ftp.br.debian.org
for good and now things should be OK.

Best regards,
Emerson

-Original Message-
From: Simon Paillard [mailto:[EMAIL PROTECTED] 
Sent: quarta-feira, 4 de julho de 2007 12:11
To: Emerson Gomes; [EMAIL PROTECTED]
Subject: Re: Bug#423949: mirror submission for mirrors.uol.com.br

Hello Emerson,

On Wed, Jul 04, 2007 at 06:15:27AM -0300, Emerson Gomes wrote:
> > > > Would ftp.br.debian.org be a faster source mirror ?
> > > That's right, I'll run the next syncs from there.
>
> > Ok, could you do the switch soon, so that we can add directly the 
> > mirror with the "final mirror" ?
>
> Our connection to kernel.org seem to be a little more stable, so we're

> sticking to it.

Your mirror is not completely up to date :
- http://mirrors.uol.com.br/pub/debian/project/trace/ lists out of
  date trace files

- http://mirrors.uol.com.br/pub/debian/dists/unstable/ lists also
  outdated files

Please check your logs. Something may prevent the update to be
completed.

Best regards,

--
Simon Paillard


AVISO: A informacao contida neste e-mail, bem como em qualquer de seus anexos, 
e CONFIDENCIAL e destinada ao uso exclusivo do(s) destinatario(s) acima 
referido(s), podendo conter informacoes sigilosas e/ou legalmente protegidas. 
Caso voce nao seja o destinatario desta mensagem, informamos que qualquer 
divulgacao, distribuicao ou copia deste e-mail e/ou de qualquer de seus anexos 
e absolutamente proibida. Solicitamos que o remetente seja comunicado 
imediatamente, respondendo esta mensagem, e que o original desta mensagem e de 
seus anexos, bem como toda e qualquer copia e/ou impressao realizada a partir 
destes, sejam permanentemente apagados e/ou destruidos. Informacoes adicionais 
sobre nossa empresa podem ser obtidas no site http://sobre.uol.com.br/.

NOTICE: The information contained in this e-mail and any attachments thereto is 
CONFIDENTIAL and is intended only for use by the recipient named herein and may 
contain legally privileged and/or secret information. If you are not the 
e-mail?s intended recipient, you are hereby notified that any dissemination, 
distribution or copy of this e-mail, and/or any attachments thereto, is 
strictly prohibited. Please immediately notify the sender replying to the above 
mentioned e-mail address, and permanently delete and/or destroy the original 
and any copy of this e-mail and/or its attachments, as well as any printout 
thereof. Additional information about our company may be obtained through the 
site http://www.uol.com.br/ir/.



Bug#423949: mirror submission for mirrors.uol.com.br

2007-07-04 Thread Emerson Gomes
Sorry, I forgot to answer to the part below.

I have removed those packages manually.

Thank you.

Att.,
Emerson 

-Original Message-
From: Emerson Gomes 
Sent: quarta-feira, 4 de julho de 2007 06:15
To: 'Simon Paillard'; [EMAIL PROTECTED]
Subject: RE: Bug#423949: mirror submission for mirrors.uol.com.br

The current anonftpsync script does not remove files for architectures
newly exludes.

So you have to delete manually the packages in pool/ and the specific
files in dists/

for arch in alpha arm hppa hurd-i386 m68k mips mipsel s390 sparc do find
/path/debian/dists/. -name *$arch* -exec rm -r {} \; find
/path/debian/pool/ -name *_$arch.deb -exec rm -r {} \; done

Regards,

--
Simon Paillard


AVISO: A informacao contida neste e-mail, bem como em qualquer de seus anexos, 
e CONFIDENCIAL e destinada ao uso exclusivo do(s) destinatario(s) acima 
referido(s), podendo conter informacoes sigilosas e/ou legalmente protegidas. 
Caso voce nao seja o destinatario desta mensagem, informamos que qualquer 
divulgacao, distribuicao ou copia deste e-mail e/ou de qualquer de seus anexos 
e absolutamente proibida. Solicitamos que o remetente seja comunicado 
imediatamente, respondendo esta mensagem, e que o original desta mensagem e de 
seus anexos, bem como toda e qualquer copia e/ou impressao realizada a partir 
destes, sejam permanentemente apagados e/ou destruidos. Informacoes adicionais 
sobre nossa empresa podem ser obtidas no site http://sobre.uol.com.br/.

NOTICE: The information contained in this e-mail and any attachments thereto is 
CONFIDENTIAL and is intended only for use by the recipient named herein and may 
contain legally privileged and/or secret information. If you are not the 
e-mail?s intended recipient, you are hereby notified that any dissemination, 
distribution or copy of this e-mail, and/or any attachments thereto, is 
strictly prohibited. Please immediately notify the sender replying to the above 
mentioned e-mail address, and permanently delete and/or destroy the original 
and any copy of this e-mail and/or its attachments, as well as any printout 
thereof. Additional information about our company may be obtained through the 
site http://www.uol.com.br/ir/.



Bug#423949: mirror submission for mirrors.uol.com.br

2007-07-04 Thread Emerson Gomes
Hello,

Sorry for this huge delay.

> So you switched to anonftpsync ?
Yes.

> > > Would ftp.br.debian.org be a faster source mirror ?
> > That's right, I'll run the next syncs from there.
> Ok, could you do the switch soon, so that we can add directly the
mirror with the "final mirror" ?
Our connection to kernel.org seem to be a little more stable, so we're
sticking to it.

> > Moreoever, according the the trace directory, you mirror from
kernel.org.
> Still the same.
We'll keep it that way, if it's okay.

> > > Maybe you changed the architectures mirrors afterwards, but there 
> > > are many missing packages for example in 
> > > http://mirrors.uol.com.br/pub/debian/pool/main/b/base-files/
> > > 
> > > You can compare with 
> > > ftp://ftp.br.debian.org/debian/pool/main/b/base-files/
> > 
> > That's right, we decided to remove the following architetures to
save 
> > disk space: alpha arm hppa hurd-i386 m68k mipsel mips s390 sparc >
for that.

The current anonftpsync script does not remove files for architectures
newly exludes.

So you have to delete manually the packages in pool/ and the specific
files in dists/

for arch in alpha arm hppa hurd-i386 m68k mips mipsel s390 sparc do find
/path/debian/dists/. -name *$arch* -exec rm -r {} \; find
/path/debian/pool/ -name *_$arch.deb -exec rm -r {} \; done

Regards,

--
Simon Paillard


AVISO: A informacao contida neste e-mail, bem como em qualquer de seus anexos, 
e CONFIDENCIAL e destinada ao uso exclusivo do(s) destinatario(s) acima 
referido(s), podendo conter informacoes sigilosas e/ou legalmente protegidas. 
Caso voce nao seja o destinatario desta mensagem, informamos que qualquer 
divulgacao, distribuicao ou copia deste e-mail e/ou de qualquer de seus anexos 
e absolutamente proibida. Solicitamos que o remetente seja comunicado 
imediatamente, respondendo esta mensagem, e que o original desta mensagem e de 
seus anexos, bem como toda e qualquer copia e/ou impressao realizada a partir 
destes, sejam permanentemente apagados e/ou destruidos. Informacoes adicionais 
sobre nossa empresa podem ser obtidas no site http://sobre.uol.com.br/.

NOTICE: The information contained in this e-mail and any attachments thereto is 
CONFIDENTIAL and is intended only for use by the recipient named herein and may 
contain legally privileged and/or secret information. If you are not the 
e-mail?s intended recipient, you are hereby notified that any dissemination, 
distribution or copy of this e-mail, and/or any attachments thereto, is 
strictly prohibited. Please immediately notify the sender replying to the above 
mentioned e-mail address, and permanently delete and/or destroy the original 
and any copy of this e-mail and/or its attachments, as well as any printout 
thereof. Additional information about our company may be obtained through the 
site http://www.uol.com.br/ir/.



Bug#430173: tnftp: Formatting of the manpage is messed up

2007-06-22 Thread Adam C. Emerson
Package: tnftp
Version: 20050625-0.2
Severity: minor


Unlike other manpages, the tnftp manpage seems to not fit the width of
the screen.  It looks almost as if the lines were formatted for the
proper width, then wrapped at 72.  Running a manpage of another command
in the same terminal showed fine results, so I believe it is not a
terminal issue.

However, the terminal in question is
xterm -class UXTerm -title uxterm -u8
running in the en_US.UTF-8 lang with the following X resources:

! VT100 resource specifications.

*.VT100.background: #00
*.VT100.foreground: #aa
*.VT100.font: -efont-fixed-medium-r-normal--24-240-75-75-c-120-iso10646-1
*.VT100.CursorBlink: true
*.VT100.colorULMode: true
*.VT100.colorBDMode: true
*.vt100.eightBitInput: false
*.VT100.metaSendsEscape: true
*.VT100.loginShell: true

at 139 columns by 42 lines if it makes any difference.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tnftp depends on:
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libncurses5   5.6-3  Shared libraries for terminal hand

tnftp recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#428678: pidgin: Please split finch into its own package

2007-06-13 Thread Adam C. Emerson
Package: pidgin
Version: 2.0.1-1
Severity: wishlist


It'd be nice to be able to install just finch without all the library
dependencies that the full graphical pidging pulls in.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  libavahi-compat-howl00.6.19-2Avahi Howl compatibility library
ii  libc62.5-10  GNU C Library: Shared libraries
ii  libcairo21.4.6-1.1   The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.1.0-1 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.73-2  simple interprocess messaging syst
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libglib2.0-0 2.12.12-1   The GLib library of C routines
ii  libgstreamer0.10-0   0.10.13-2   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.10.12-2   The GTK+ graphical user interface 
ii  libgtkspell0 2.0.10-3+b1 a spell-checking addon for GTK's T
ii  libice6  1:1.0.3-2   X11 Inter-Client Exchange library
ii  libncursesw5 5.6-3   Shared libraries for terminal hand
ii  libnspr4-0d  4.6.6-3 NetScape Portable Runtime Library
ii  libnss3-0d   3.11.5-3+b1 Network Security Service libraries
ii  libpango1.0-01.16.4-1Layout and rendering of internatio
ii  libperl5.8   5.8.8-7 Shared Perl library
ii  libsasl2-2   2.1.22.dfsg1-12 Authentication abstraction library
ii  libsasl2-modules 2.1.22.dfsg1-12 Pluggable Authentication Modules f
ii  libsm6   2:1.0.3-1   X11 Session Management library
ii  libstartup-notification0 0.9-1   library for program launch feedbac
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.3-2   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxml2  2.6.28.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra
ii  libxss1  1:1.1.2-1   X11 Screen Saver extension library
ii  pidgin-data  2.0.1-1 multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.13-2  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.5-7   GStreamer plugins from the "good" 
ii  python-dbus   0.81.1-1   simple interprocess messaging syst

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#425180: jackd: Please update README.Debian

2007-05-19 Thread Adam C. Emerson
Package: jackd
Version: 0.103.0-5
Severity: normal


the README.Debian file in jackd makes references to jackstart (which no
longer exists) and to capabilities which the changelog for the latest
version seem to indicate are no longer supported.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages jackd depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libflac7  1.1.2-6Free Lossless Audio Codec - runtim
ii  libjack0  0.103.0-5  JACK Audio Connection Kit (librari
ii  libsndfile1   1.0.17-1   Library for reading/writing audio 

jackd recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



  1   2   >