Bug#780177: Still occurs with 24.5+1-1

2015-08-08 Thread Adam Porter
This problem still occurs with the 24.5+1-1 package currently in
unstable.  Trying to build it on Ubuntu Trusty, I get:

debian/patch-to-news: line 9:
0001-Prefer-usr-share-info-emacs-24-over-usr-share-info.patch: No such
file or directory
debian/patch-to-news: line 9:
0002-Run-debian-startup-and-set-debian-emacs-flavor.patch: No such
file or directory
debian/patch-to-news: line 9:
0003-Remove-files-that-appear-to-be-incompatible-with-the.patch: No
such file or directory
debian/patch-to-news: line 9:
0004-Adjust-documentation-references-for-Debian.patch: No such file or
directory
debian/patch-to-news: line 9:
0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch: No
such file or directory
debian/patch-to-news: line 9:
0006-Look-for-NEWS-in-order-to-find-etc-rather-than-GNU.patch: No such
file or directory
debian/patch-to-news: line 9:
0007-Don-t-try-to-build-src-macuvs.h-via-IVD_Sequences.tx.patch: No
such file or directory
make[1]: *** [debian/emacs24-common.README.Debian] Error 1
make[1]: Leaving directory `/home/me/tmp/emacs/emacs24-24.5+1'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2


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



Bug#780177: emacs24: Possible FTBFS due to bug in patch-to-news script

2015-03-09 Thread Adam Porter
Package: emacs24
Version: 24.4+1
Severity: minor

I am trying to build the Debian package of emacs24-24.4+1-5 on an
Ubuntu Trusty system.  I realize this is unsupported, but I have
encountered a confusing bug.  The build log shows this:


   debian/rules override_dh_auto_install
make[1]: Entering directory `/home/me/Temp/src/emacs/emacs24-24.4+1'
perl -p -e "s|\@PKG_NAME\@|emacs24-bin-common|go;" -e
"s|\@MAJOR_VERSION\@|24|go;" -e "s|\@MINOR_VERSION\@|4|go;" -e
"s|\@FULL_VERSION\@|24.4|go;" -e "s|\@PACKAGE_VERSION\@|24.4+1-5|go;"
-e "s|\@DEBIAN_REV\@||go;" -e "s|\@UPSTREAM_VERSION\@|24.4|go;" -e
"s|\@DEBSRC_VERSION\@|24.4+1|go;" -e "s|\@DEB_FLAVOR\@|emacs24|go;" -e
"s|\@MENU_VERSION\@|24|go;" -e "s|\@INFO_FILES\@|efaq.info|go;" -e
"s|\@INFO_SUBDIR\@|emacs-24|go;" -e "s|\@X_SUPPORT\@||go;" -e
"s|\@BIN_PRIORITY\@|27|go;" -e
"s|\@MOVEMAIL_BIN\@|usr/lib/emacs/24.4/x86_64-linux-gnu/movemail|go;"
< debian/emacsVER-bin-common.lintian-overrides >
debian/emacs24-bin-common.lintian-overrides
perl -p -e "s|\@PKG_NAME\@|emacs24-bin-common|go;" -e
"s|\@MAJOR_VERSION\@|24|go;" -e "s|\@MINOR_VERSION\@|4|go;" -e
"s|\@FULL_VERSION\@|24.4|go;" -e "s|\@PACKAGE_VERSION\@|24.4+1-5|go;"
-e "s|\@DEBIAN_REV\@||go;" -e "s|\@UPSTREAM_VERSION\@|24.4|go;" -e
"s|\@DEBSRC_VERSION\@|24.4+1|go;" -e "s|\@DEB_FLAVOR\@|emacs24|go;" -e
"s|\@MENU_VERSION\@|24|go;" -e "s|\@INFO_FILES\@|efaq.info|go;" -e
"s|\@INFO_SUBDIR\@|emacs-24|go;" -e "s|\@X_SUPPORT\@||go;" -e
"s|\@BIN_PRIORITY\@|27|go;" -e
"s|\@MOVEMAIL_BIN\@|usr/lib/emacs/24.4/x86_64-linux-gnu/movemail|go;"
< debian/emacsVER-bin-common.postinst >
debian/emacs24-bin-common.postinst
perl -p -e "s|\@PKG_NAME\@|emacs24-bin-common|go;" -e
"s|\@MAJOR_VERSION\@|24|go;" -e "s|\@MINOR_VERSION\@|4|go;" -e
"s|\@FULL_VERSION\@|24.4|go;" -e "s|\@PACKAGE_VERSION\@|24.4+1-5|go;"
-e "s|\@DEBIAN_REV\@||go;" -e "s|\@UPSTREAM_VERSION\@|24.4|go;" -e
"s|\@DEBSRC_VERSION\@|24.4+1|go;" -e "s|\@DEB_FLAVOR\@|emacs24|go;" -e
"s|\@MENU_VERSION\@|24|go;" -e "s|\@INFO_FILES\@|efaq.info|go;" -e
"s|\@INFO_SUBDIR\@|emacs-24|go;" -e "s|\@X_SUPPORT\@||go;" -e
"s|\@BIN_PRIORITY\@|27|go;" -e
"s|\@MOVEMAIL_BIN\@|usr/lib/emacs/24.4/x86_64-linux-gnu/movemail|go;"
< debian/emacsVER-bin-common.prerm > debian/emacs24-bin-common.prerm
cd debian && \
  csplit -s -f emacsVER-common.README. \
  emacsVER-common.README '/@@PATCH_LIST_HERE@@/'
cp debian/emacsVER-common.README.00 debian/emacsVER-common.README.tmp
for p in $(QUILT_PATCHES=debian/patches quilt series); do \
  debian/patch-to-news "$p" >> debian/emacsVER-common.README.tmp \
  && echo >> debian/emacsVER-common.README.tmp; \
done
debian/patch-to-news: line 9:
0001-Prefer-usr-share-info-emacs-24-over-usr-share-info.patch: No such
file or directory
debian/patch-to-news: line 9:
0002-Run-debian-startup-and-set-debian-emacs-flavor.patch: No such
file or directory
debian/patch-to-news: line 9:
0003-Remove-files-that-appear-to-be-incompatible-with-the.patch: No
such file or directory
debian/patch-to-news: line 9:
0004-Adjust-documentation-references-for-Debian.patch: No such file or
directory
debian/patch-to-news: line 9:
0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch: No
such file or directory
debian/patch-to-news: line 9:
0006-Look-for-NEWS-in-order-to-find-etc-rather-than-GNU.patch: No such
file or directory
debian/patch-to-news: line 9:
0007-Don-t-try-to-build-src-macuvs.h-via-IVD_Sequences.tx.patch: No
such file or directory
debian/patch-to-news: line 9:
0008-A-race-to-create-info-has-been-eliminated.patch: No such file or
directory
debian/patch-to-news: line 9:
0009-Nil-load-path-elements-shouldn-t-crash-Emacs.patch: No such file
or directory
make[1]: *** [debian/emacs24-common.README.Debian] Error 1


What's happening is, the patch-to-news script is getting just the
filename of each patch, not "debian/patches/filename.patch".

Now, there are entries in both the Ubuntu and Debian changelogs for
emacs24 packages that mention the bug being fixed (in different
versions), and it appears that the debian/rules file was edited to
change the argument to "debian/patches/$$p".  However, my download of
emacs24_24.4+1-5 from Debian does not have the corrected rules script,
so the build fails on my system.

In the process of investigating this, I found on Google a git repo
that fixes the patch-to-news script itself:

http://git.willhughes.name/emacs/commit/37eb31c8134e099a209f497512e7de8772b47105/

I don't know why the build works for Debian but doesn't work here.  Is
there a difference in quilt that causes the relative path to be
printed instead of just the filename?  Anyway, maybe it would be good
to consider patching patch-to-news itself.  It's a shame that the only
reason the build failed on my system is due to this little problem.

Thanks.

-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500,
'trusty'), (100, 'trusty-backpo

Bug#284274: Please re-add hardlink support

2013-07-04 Thread Adam Porter
There has been a newer hardlinks and hardlink-set-merging patch set
sitting on the Google Code bug report for almost two years:

http://code.google.com/p/fdupes/issues/detail?id=8#c5

This feature is sorely, sorely missed.  Running across chroots and
multiple symlinked filesystems is an extreme corner case which could
simply be left unsupported.  "We average users" would just like to
deduplicate photos and music, etc. in a single directory tree on a
single filesystem.


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



Bug#580021: Discards form data on forward/back

2010-05-03 Thread Adam Porter
Package: iceweasel
Version: 3.5.9-2

I was typing a long email in Gmail's basic HTML interface.  I
accidentally hit the back button.  When I hit the forward button, the
email was completely gone.  I thought this problem was fixed years
ago.  This is very frustrating.



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



Bug#391453: closed by Sandro Tosi (Re: reportbug: Use S/MIME for signing reports)

2010-02-02 Thread Adam Porter
I'm sorry, I think I meant to suggest using PGP/MIME, which sends the
signature in a separate message part, rather than inline signing.
Here's some info:

http://www.imc.org/smime-pgpmime.html

On Wed, Jan 6, 2010 at 05:54, Debian Bug Tracking System
 wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the reportbug package:
>
> #391453: reportbug: Use S/MIME for signing reports
>
> It has been closed by Sandro Tosi .
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Sandro Tosi 
>  by
> replying to this email.
>
>
> --
> 391453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391453
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>
>
> -- Forwarded message --
> From: Sandro Tosi 
> To: 391453-d...@bugs.debian.org, 391453-submit...@bugs.debian.org
> Date: Wed, 6 Jan 2010 12:52:54 +0100
> Subject: Re: reportbug: Use S/MIME for signing reports
> Hello,
> thanks for our report.
>
> AFAIUI, S/MIME requires a certificate to be used. On the other hand,
> every DD needs a GPG key, and gpg is the de-facto standard in debian
> to guarantee authentication, so I don't think it worth the burden to
> implement S/MIME in reportbug, hence I'm closing this report.
>
> But, if there are some formatting issue when sending signed bug
> repots, then that's a bug in reportbug and we'll fix it. Please file
> another bug with example and detailed explanation of what's happening.
>
> Regards,
> --
> Sandro Tosi (aka morph, morpheus, matrixhasu)
> My website: http://matrixhasu.altervista.org/
> Me at Debian: http://wiki.debian.org/SandroTosi
>
>
>
> -- Forwarded message --
> From: Adam Porter 
> To: Debian Bug Tracking System 
> Date: Fri, 06 Oct 2006 10:51:00 -0500
> Subject: reportbug: Use S/MIME for signing reports
> Package: reportbug
> Version: 3.29.5
> Severity: wishlist
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Sometimes inline signing creates an invalid signature.  I'm guessing it's 
> because of word-wrapping, or inserting spaces into lines that
> start with several dashes.  I think using S/MIME would fix this problem.  It 
> also makes for prettier reports in the bug tracker.
>
> - -- Package-specific info:
> ** Environment settings:
> INTERFACE="text"
>
> - -- System Information:
> Debian Release: testing/unstable
>  APT prefers testing
>  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.17-2-k7
> Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
>
> Versions of packages reportbug depends on:
> ii  python                        2.4.3-11   An interactive high-level 
> object-o
> ii  python-central                0.5.5      register and build utility for 
> Pyt
>
> Versions of packages reportbug recommends:
> pn  python-cjkcodecs | python-ico      (no description available)
>
> - -- no debconf information
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.5 (GNU/Linux)
>
> iD8DBQFFJntk5+GdyTDsrJsRAgeqAKCFH7yFCp2lvN5osfHPKeg8s+O+BACeOfud
> hZUxNwwlO1Fe53il/6Ov59Y=
> =QsiA
> -END PGP SIGNATURE-
>
>
>



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



Bug#462833: mentors

2008-03-08 Thread Adam Porter
Nick, you might want to ask on the debian-mentors list, or something
like that.  Your request might go unnoticed here.  :)



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



Bug#466193: Skip job while on battery power option

2008-02-16 Thread Adam Porter
Package: backupninja
Severity: wishlist
Tags: patch

When using backupninja on a laptop, it would be nice to be able to
choose to not run certain jobs when off AC power. I don't want to use
my limited battery power running a backup, I'd rather wait until I
plug the system in.

I have modified backupninja to check if a job is not supposed to be
run on battery power, and if not, if the system is on battery power.
It checks for a "runonbattery" option (which defaults to "yes") in the
main section of each backup job's config file in /etc/backup.d, and
uses "acpi -a" and grep to check the power status.

I'm not sure of the right way to supply a diff, so I will attach
/usr/sbin/backupninja, changed from 0.9.4-6ubuntu4 (on my laptop,
which runs Ubuntu...Debian on my desktop, but I don't run it without
it being plugged in, of course). The changes are the adding of lines
276-291.  Then the default config file should be updated, and
ninjahelper too, I guess, though that's over my head right now.



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



Bug#455979: Important; please do this

2008-02-10 Thread Adam Porter
Package: lvm2
Version: 2.02.29-1

Please do add support for this!  This is an important feature.  For example, 
if you have an external USB hard drive with LVM, and connect it after you 
boot, you have to rerun /etc/init.d/lvm2 for the LVM LVs to show up.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 lenny   www.vollstreckernet.de 
  500 etch-wx apt.wxwidgets.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6  (>= 2.7-1) | 2.7-6
libdevmapper1.02.1 (>= 2:1.02.24) | 2:1.02.24-3
libreadline5 (>= 5.2) | 5.2-3




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



Bug#465146: rgrep should skip devices/FIFOs by default

2008-02-10 Thread Adam Porter
Package: grep
Version: 2.5.3~dfsg-3
Severity: wishlist

When running $(rgrep "foo" /etc), grep hangs on /etc/splashy/splashy.fifo.  
Using the "-D skip" option to grep prevents this.  Please make this the 
default for rgrep, at least.  Otherwise, grep hangs inexplicably, requiring 
an strace to figure it out.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 lenny   www.vollstreckernet.de 
  500 etch-wx apt.wxwidgets.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 




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



Bug#465145: Direct mounts fail silently; needs documentation

2008-02-10 Thread Adam Porter
Package: autofs
Version: 4.1.4+debian-2+b1
Severity: normal

After an hour of messing around I found on a LinuxQuestions thread about RHEL4 
that there is a setting /etc/defaults/autofs (the Debian location) that 
disables direct mounts.  And if direct mounts are disabled there, and you 
configure one, it fails silently.  There are no errors, nothing says, "Direct 
mounts are disabled, please see /usr/share/doc/autofs/README.direct", it just 
fails.  Not only that, but syslog often shows:

automount[1707]: bad map format: found indirect, expected direct exiting

Which leads you to think that you made a mistake in the configuration, which 
is not the case.

Please fix this.  autofs should complain loudly to STDOUT and syslog if you 
try to make a direct mount when direct mounts are disabled, and should tell 
you to look at the readme file and /etc/default/autofs.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 lenny   www.vollstreckernet.de 
  500 etch-wx apt.wxwidgets.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libc6(>= 2.7-1) | 2.7-6
ucf | 3.004




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



Bug#404161: XMMS, stuttering, real-time priority, etc.

2008-01-11 Thread Adam Porter
Isn't the real problem that XMMS stutters at all?  Why should real-time 
priority be needed?  I never have this problem with other apps, like Amarok, 
or when playing videos in MPlayer.

I'm listening to some MP3's in XMMS right now.  All I have to do to make XMMS 
stick like a broken record is to go to my Konqueror window that's open to LWN 
and continuously scroll up and down the page.  The scrolling is smooth, the 
UI is responsive, but XMMS will completely freeze while I'm scrolling, and 
the same half-second of audio will play over and over until I stop scrolling.  
I can also make it briefly skip by simply switching windows, tabs, etc.  Why 
does XMMS have this problem when other players don't?  I can saturate the CPU 
by building KDE4 and Amarok won't skip, and neither will other players.  Why 
is XMMS so weak here?



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



Bug#460326: nice level doesn't apply to rdiff's removal of old files

2008-01-11 Thread Adam Porter
Package: backupninja
Version: 0.9.5-2
Severity: minor

On line 172 of /usr/share/backupninja/rdiff, the nice level is not applied to 
the process of removing old files.  On line 243, it is applied to the actual 
backup of changes.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  wine.budgetdedicated.com 
  500 etch-wx apt.wxwidgets.org 
  500 edgy-cafuegoubuntu.cafuego.net 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
bash  (>= 2.05b-26) | 3.1dfsg-8
dialog  | 1.1-20071028-1
gawk| 1:3.1.5.dfsg-4
 OR mawk| 1.3.3-11
mailx   | 1:20071201-1
 OR mailutils   | 




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



Bug#457013: More info

2008-01-03 Thread Adam Porter
Here you go.  I still don't understand why this is happening.


output
Description: Binary data


rdepends
Description: Binary data


Bug#457013: More info

2008-01-02 Thread Adam Porter
Package: ggzcore-bin
Version: 0.0.14-2

This is not the first time I've had this kind of problem with this very 
package.  Please see:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394065

Now for some command results:

$ acp ggzcore-bin
ggzcore-bin:
  Installed: 0.0.14-2
  Candidate: 0.0.14-2
  Version table:
 *** 0.0.14-2 0
900 http://ftp.us.debian.org testing/main Packages
800 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status
$ acp libgnutls13
libgnutls13:
  Installed: 2.0.4-1
  Candidate: 2.0.4-1
  Version table:
 *** 2.0.4-1 0
900 http://ftp.us.debian.org testing/main Packages
800 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status
$ acp libggz2
libggz2:
  Installed: 0.0.14-1
  Candidate: 0.0.14-1
  Version table:
 *** 0.0.14-1 0
900 http://ftp.us.debian.org testing/main Packages
800 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status
$ acp libggzcore9
libggzcore9:
  Installed: 0.0.14-2
  Candidate: 0.0.14-2
  Version table:
 *** 0.0.14-2 0
900 http://ftp.us.debian.org testing/main Packages
800 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status

$ ldd /usr/bin/ggz-config
linux-gate.so.1 =>  (0xe000)
libggzcore.so.9 => /usr/lib/libggzcore.so.9 (0xb7ed)
libggz.so.2 => /usr/local/lib/libggz.so.2 (0x455b1000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0x4401e000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x44465000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0x4419a000)
libgnutls.so.12 => not found
libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0x45c32000)
libz.so.1 => /usr/lib/libz.so.1 (0x441b4000)
libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x458fc000)
libnsl.so.1 => /lib/i686/cmov/libnsl.so.1 (0x458d7000)
libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x458f6000)
/lib/ld-linux.so.2 (0x43ffe000)

$ sudo apt-get install freeciv-client-gtk
Reading package lists... Done
Building dependency tree
Reading state information... Done
freeciv-client-gtk is already the newest version.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up freeciv-client-gtk (2.1.1-1) ...
ggz-config: error while loading shared libraries: libgnutls.so.12: cannot open 
shared object file: No such file or directory
dpkg: error processing freeciv-client-gtk (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 freeciv-client-gtk
E: Sub-process /usr/bin/dpkg returned an error code (1)

$ sudo apt-get remove freeciv-client-gtk
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  freeciv-client-gtk
0 upgraded, 0 newly installed, 1 to remove and 95 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 1040kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 303989 files and directories currently installed.)
Removing freeciv-client-gtk ...
ggz-config: error while loading shared libraries: libgnutls.so.12: cannot open 
shared object file: No such file or directory
dpkg: error processing freeciv-client-gtk (--remove):
 subprocess pre-removal script returned error exit status 127
ggz-config: error while loading shared libraries: libgnutls.so.12: cannot open 
shared object file: No such file or directory
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 freeciv-client-gtk
E: Sub-process /usr/bin/dpkg returned an error code (1)

As you see, I'm unable to install or remove the package; it's stuck in an 
unconfigurable state and defies everything, just like the bug I mentioned 
earlier.  Something is peculiar about ggz-config or the ggzcore-bin package...

Please let me know how I can help debug this.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  wine.budgetdedicated.com 
  500 etch-wx apt.wxwidgets.org 
  500 edgy-cafuegoubuntu.cafuego.net 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6(>= 2.5-5) | 2.7-4
libggz2 (>= 0.0.14) | 0.0.14-1
libggzcore9 (>= 0.0.14) | 0.0.14-2
libggzmod4  (>= 0.0.14) | 0.0.14-2




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



Bug#407098: confirmed

2007-12-23 Thread Adam Porter
severity 407098 grave
thanks

Package: qtparted
Version: 0.4.5-2

I can confirm this bug, and it makes qtparted completely useless.  After 
starting it and killing it several times with nothing happening except the 
splash screen appearing, I checked this bug, and also find the fd0 messages 
in the kernel log.

Until this is fixed, qtparted is completely useless.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.sunet.se 
  900 testing ftp.debian.org 
  800 unstableftp.sunet.se 
  800 unstableftp.debian.org 
  500 stable  wine.budgetdedicated.com 
  500 etch-wx apt.wxwidgets.org 
  500 edgy-cafuegoubuntu.cafuego.net 
1 experimentalftp.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libc6   (>= 2.3.6-6) | 2.7-4
libgcc1 (>= 1:4.1.0) | 1:4.2.2-4
libice6  | 2:1.0.4-1
libparted1.7-1  (>= 1.7.1-1) | 1.7.1-5.1
libpng12-0 (>= 1.2.8rel) | 1.2.15~beta5-3
libqt3-mt   (>= 3:3.3.6) | 3:3.3.7-9
libsm6   | 2:1.0.3-1+b1
libstdc++6(>= 4.1.0) | 4.2.2-4
libuuid1 | 1.40.2-1+lenny1
libx11-6 | 2:1.0.3-7
libxext6 | 1:1.0.3-2
zlib1g  (>= 1:1.2.1) | 1:1.2.3.3.dfsg-7
gksu | 2.0.0-5
 OR kdebase-bin  | 4:3.5.8.dfsg.1-2
 OR sux  | 




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



Bug#457193: cron.daily/apt runs "apt-get -qq update" by default and when set not to run it

2007-12-20 Thread Adam Porter
Package: apt
Version: 0.7.6

$ less /etc/cron.daily/apt
...
check_stamp()
{
   stamp="$1"
   interval="$2"

   if [ $interval -eq 0 ]; then
   return 1
   fi
...
UpdateInterval=0
DownloadUpgradeableInterval=0
eval $(apt-config shell UpdateInterval
APT::Periodic::Update-Package-Lists DownloadUpgradeableInterval
APT::Periodic::Download-Upgradeable-Packages)
...
UPDATE_STAMP=/var/lib/apt/periodic/update-stamp
if check_stamp $UPDATE_STAMP $UpdateInterval; then
   if apt-get -qq update 2>/dev/null; then

$ less /etc/apt/apt.conf
APT::Cache-Limit 2000;


As you can see, I haven't enabled the perodic updates in apt.conf, but
the check_stamp function returns true if the interval is set to 0,
which it is by default (UpdateInterval=0).  So "if check_stamp" will
return true, and it will then run "apt-get -qq update", even though I
haven't enabled it.  And, in fact, if I disable it in apt.conf, it
will still run it.

Is it just me or is it strange that no one has noticed this before?
Doesn't this mean that just about every Debian computer on the
Internet is running "apt-get -qq update" every day?  Isn't this a
waste of bandwidth?



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



Bug#457013: Unable to configure or remove

2007-12-18 Thread Adam Porter
Package: freeciv-client-gtk
Version: 2.1.1-1
Severity: important

Removing freeciv-client-gtk ...
ggz-config: error while loading shared libraries: libgnutls.so.12: cannot open 
shared object file: No such file or directory
dpkg: error processing freeciv-client-gtk (--remove):
 subprocess pre-removal script returned error exit status 127
ggz-config: error while loading shared libraries: libgnutls.so.12: cannot open 
shared object file: No such file or directory
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 freeciv-client-gtk
E: Sub-process /usr/bin/dpkg returned an error code (1)


If this is a bug in something ggz-related, please accept my apology and 
reassign this as necessary, but I'm not sure exactly where to file it right 
now.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.sunet.se 
  900 testing ftp.debian.org 
  800 unstableftp.sunet.se 
  800 unstableftp.debian.org 
  500 stable  wine.budgetdedicated.com 
  500 etch-wx apt.wxwidgets.org 
  500 edgy-cafuegoubuntu.cafuego.net 
1 experimentalftp.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
freeciv-data   (>= 2.1.0) | 2.1.1-1
freeciv-server (>= 2.1.0) | 2.1.1-1
ggzcore-bin   | 0.0.14-2
libatk1.0-0   (>= 1.20.0) | 1.20.0-1
libc6  (>= 2.7-1) | 2.7-4
libcairo2  (>= 1.4.0) | 1.4.10-1+lenny2
libggz-gtk1   (>= 0.0.14) | 0.0.14-2
libggzmod4(>= 0.0.14) | 0.0.14-2
libglib2.0-0  (>= 2.14.0) | 2.14.3-1
libgtk2.0-0   (>= 2.12.0) | 2.12.1-1
libpango1.0-0 (>= 1.18.3) | 1.18.3-1
libsdl-mixer1.2(>= 1.2.6) | 1.2.8-1
libsdl1.2debian (>= 1.2.10-1) | 1.2.11-9
zlib1g  (>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-7




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



Bug#449336: Upstream

2007-12-08 Thread Adam Porter
tag 449336 upstream
severity 449336 minor
thanks

Since it is also found on win32, it must be an upstream bug.  Maybe you could 
post it to Mozilla's bugzilla and link it here.  :)



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



Bug#409239: Updates?

2007-11-09 Thread Adam Porter
I don't mean to be rude, just curious...any possibility of getting this 
implemented?  It's been about 6 months, so I thought I'd ask.  :)



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



Bug#448440: Suddenly fails to play oggs; deleting ~/.xine fixes it

2007-11-09 Thread Adam Porter
On Oct 28, 2007 10:45 PM, Reinhard Tartler <[EMAIL PROTECTED]> wrote:

> Do you have a backup of your broken ~/.xine directory? Please let us
> have a look at it.

It had only one file in it, and I've attached it.

Thanks,
Adam


catalog.cache
Description: chemical/cache


Bug#420534: Anacron-like scheduling for desktop systems

2007-11-09 Thread Adam Porter
On Nov 1, 2007 7:03 PM, Micah Anderson <[EMAIL PROTECTED]> wrote:
> * Adam Porter <[EMAIL PROTECTED]> [071102 00:56]:
> > Package: backupninja
> > Version: 0.9.4-6
> > Severity: wishlist
> >
> > --- Please enter the report below this line. ---
> > I don't always have my system powered up when backupninja is set to run my
> > local rdiff-backup backup.  It would be nice if backupninja could use
> > Anacron, or some Anacron-like logic, so I could specify a frequency
> > of "daily" or "every 24 hours," and then have backupninja run it if that 
> > much
> > time has passed since the last backup was run, regardless of what time it is
> > at the moment.
>
>
> Hi,
>
> Please correct me if I misunderstand you, but I believe that this
> functionality already exists in backupninja.
>
> The backupninja cron runs every hour and although the default value for
> 'when' in /etc/backupninja.conf is "everyday at 01:00" you could change
> that to be something that works for you, such as: when = hourly, or
> specify multiple 'when' options so that the backup will fire at a time
> that you are likely to have your laptop on (if multiple 'when'options
> are present, then they all apply). See backup.d(5) SCHEDULING section.
>
> Or, you could use anacron with a job that on wakeup of your laptop
> simply does a backupninja --now.

I don't necessarily want to run backupninja every hour, or even more
than once a day.  I simply want it to run if it's been 24 hours or
more since the last time it was run.  Running rdiff-backup can be CPU-
and IO-intensive.  I have manually niced and ioniced it down, but we
shouldn't expect users to have to do that.  I don't need or want it to
run that often, anyway.

And I don't think running --now on wakeup of a laptop would
necessarily be a good idea.  If someone sleeps and wakes their laptop
several times a day...



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



Bug#448440: Suddenly fails to play oggs; deleting ~/.xine fixes it

2007-10-28 Thread Adam Porter
Package: libxine1
Version: 1.1.8-2
Severity: minor

I noticed that suddenly Amarok could not add Ogg files from my collection to 
the playlist; it said that it couldn't play that filetype.  Nothing in 
~/.xsession-errors or Amarok's console output explained it.  Finally after 
reading through a few old bugs, I tried deleting ~/.xine, and after 
restarting Amarok, suddenly Amarok can play Oggs again.

Why?  What was wrong?  Why did deleting ~/.xine fix it?  Something is wrong 
here.  This shouldn't be necessary.  The solution reminds me of fixing 
something on Windows.  :(


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.sunet.se 
  900 testing ftp.debian.org 
  800 unstableftp.sunet.se 
  800 unstableftp.debian.org 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libc6  (>= 2.6.1-1) | 2.6.1-1+b1
libfreetype6 (>= 2.3.5) | 2.3.5-1+b1
zlib1g(>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-6
libxine1-plugins| 
 OR libxine1-misc-plugins   | 1.1.8-2




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



Bug#448337: Crash in Python LiquidWeather widget

2007-10-28 Thread Adam Porter
Package: superkaramba
Version: 4:3.5.7-3
Severity: normal

I leave superkaramba running all the time with LiquidWeather.  Every so often 
(quite regularly) it crashes.  Here's a backtrace.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-k7

Debian Release: testing/unstable
  900 testing ftp.sunet.se 
  900 testing ftp.debian.org 
  800 unstableftp.sunet.se 
  800 unstableftp.debian.org 
  500 stable  security.debian.org 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
kdelibs4c2a  (>= 4:3.5.7-1) | 4:3.5.7.dfsg.1-7
libc6(>= 2.5-5) | 2.6.1-1+b1
libgcc1 (>= 1:4.2-20070516) | 1:4.2.2-3
libqt3-mt  (>= 3:3.3.7) | 3:3.3.7-9
libstdc++6(>= 4.2-20070516) | 4.2.2-3
libx11-6| 2:1.0.3-7
python2.4   (>= 2.3.90) | 2.4.4-6

Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 0xb7e686c0 (LWP 5846)]
[New Thread 0xb5feeb90 (LWP 27261)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0x4ec6e65e in [EMAIL PROTECTED] () from /lib/i686/cmov/libpthread.so.0
#2  0x494a87de in PyThread_acquire_lock (lock=, 
waitflag=) at ../Python/thread_pthread.h:313
#3  0x49478758 in PyEval_AcquireLock () at ../Python/ceval.c:228
#4  0x080b7eff in KarambaPython::getLock (this=0x82f0bf8, 
myThreadState=0xbfe7f848)
at /tmp/buildd/kdeutils-3.5.7/./superkaramba/src/karamba_python.cpp:440
#5  0x080b7fc2 in KarambaPython::callObject (this=0x82f0bf8, 
func=0x80d2366 "widgetUpdated", pArgs=0xb751b44c, lock=true)
at /tmp/buildd/kdeutils-3.5.7/./superkaramba/src/karamba_python.cpp:475
#6  0x080b86d8 in KarambaPython::widgetUpdated (this=0x82f0bf8, k=0x82cf190)
at /tmp/buildd/kdeutils-3.5.7/./superkaramba/src/karamba_python.cpp:508
#7  0x0807e42c in karamba::step (this=0x82cf190)
at /tmp/buildd/kdeutils-3.5.7/./superkaramba/src/karamba.cpp:1697
#8  0x08087662 in karamba::qt_invoke (this=0x82cf190, _id=46, _o=0xbfe7f9dc)
at ./karamba.moc:217
#9  0x41e97b10 in QObject::activate_signal (this=) at kernel/qobject.cpp:2356
#10 0x41e985f5 in QObject::activate_signal (this=) at kernel/qobject.cpp:2325
#11 0x42229b94 in QTimer::timeout (this=)
at .moc/debug-shared-mt/moc_qtimer.cpp:82
#12 0x41ebf282 in QTimer::event (this=) at kernel/qtimer.cpp:219
#13 0x41e2c36a in QApplication::internalNotify (this=)
at kernel/qapplication.cpp:2635
#14 0x41e2e193 in QApplication::notify (this=) at kernel/qapplication.cpp:2358
#15 0x4faca192 in KApplication::notify (this=, 
receiver=, event=)
at /build/buildd/kdelibs-3.5.7.dfsg.1/./kdecore/kapplication.cpp:550
#16 0x41dbd6c9 in QApplication::sendEvent (receiver=)
at ../include/qapplication.h:520
#17 0x41e1f1b1 in QEventLoop::activateTimers (this=)
at kernel/qeventloop_unix.cpp:556
#18 0x41dd219a in QEventLoop::processEvents (this=)
at kernel/qeventloop_x11.cpp:389
#19 0x41e476e4 in QEventLoop::enterLoop (this=) at kernel/qeventloop.cpp:198
#20 0x41e473e2 in QEventLoop::exec (this=) at kernel/qeventloop.cpp:145
#21 0x41e2df13 in QApplication::exec (this=) at kernel/qapplication.cpp:2758
#22 0x0807d238 in main (argc=)
at /tmp/buildd/kdeutils-3.5.7/./superkaramba/src/main.cpp:153


Bug#447538: --ssh-options breaks sftp transfers

2007-10-21 Thread Adam Porter
Package: duplicity
Version: 0.4.3-4
Severity: important
Forwarded: https://savannah.nongnu.org/bugs/index.php?21384
Tags: upstream

I've been using duplicity for years without any problems.  Suddenly 0.4.3 
changed the --ssh-command option and replaced it with --ssh-options.  The 
problem is, this is also passed to sftp, which uses different command-line 
options than ssh.  So a command that used to look like this:

$ sftp -oIdentityFile=/home/me/.ssh/backupkey/id_dsa [EMAIL PROTECTED]

Now looks like this:

$ sftp -oIdentityFile=/home/me/.ssh/backupkey/id_dsa 
-i=/home/me/.ssh/backupkey/id_dsa [EMAIL PROTECTED]

Resulting in this error:

Running 'sftp -oIdentityFile=/home/me/.ssh/backupkey/id_dsa 
-i=/home/me/.ssh/backupkey/id_dsa [EMAIL PROTECTED]' failed (attempt #1)

So now I can't backup my data.

Why was this change even necessary?  What was the point, even, since sftp 
doesn't use the same options as ssh?


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-k7

Debian Release: testing/unstable
  900 testing ftp.sunet.se 
  900 testing ftp.debian.org 
  800 unstableftp.sunet.se 
  800 unstableftp.debian.org 
  500 stable  security.debian.org 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libc6 (>= 2.3.6-6) | 2.6.1-1+b1
librsync1   (>= 0.9.6) | 0.9.7-1
python-central  (>= 0.5.8) | 0.5.15
python(<< 2.5) | 2.4.4-6
python(>= 2.4) | 2.4.4-6
gnupg  | 1.4.6-2
python-gnupginterface  | 0.3.2-9
python-pexpect | 2.1-1




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



Bug#446484: Backtraces still useless?

2007-10-15 Thread Adam Porter
I have kdeutils-dbg installed, but drkonqi always says the backtraces are 
useless when Superkaramba crashes.  What else should I try?



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



Bug#446484: Needs debug package so the frequent crashes can be diagnosed

2007-10-13 Thread Adam Porter
Package: superkaramba
Version: 4:3.5.7-3
Severity: normal

Superkaramba crashes a lot, especially with LiquidWeather, even the latest 
version of both.  But drkonqi says the backtrace is useless.  Could we please 
have a debug package for superkaramba so we can provide backtraces for these 
frequent crashes?  I can't even have it running for a few hours without it 
crashing.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-k7

Debian Release: testing/unstable
  900 testing ftp.debian.org 
  800 unstableftp.debian.org 
  500 stable  security.debian.org 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
kdelibs4c2a  (>= 4:3.5.7-1) | 4:3.5.7.dfsg.1-7
libc6(>= 2.5-5) | 2.6.1-1+b1
libgcc1 (>= 1:4.2-20070516) | 1:4.2.1-4
libqt3-mt  (>= 3:3.3.7) | 3:3.3.7-9
libstdc++6(>= 4.2-20070516) | 4.2.1-4
libx11-6| 2:1.0.3-7
python2.4   (>= 2.3.90) | 2.4.4-6




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



Bug#400004: Workaround script

2007-07-15 Thread Adam Porter
Package: iceweasel
Version: 2.0.0.3-1

I finally had enough of this and made a simple script to workaround this.  
Place this in ~/.kde/shutdown, chmod +x it of course, and edit it to point to 
your Ff/Iw profile.  Now when you log out of KDE, this script will run and 
fix the sessionstore.js file.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-2-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
fontconfig | 2.4.2-1.2
psmisc | 22.5-1
debianutils  (>= 1.16) | 2.22.1
libatk1.0-0(>= 1.12.2) | 1.18.0-2
libc6 (>= 2.3.6-6) | 2.5-9+b1
libcairo2   (>= 1.2.4) | 1.4.10-1
libfontconfig1  (>= 2.4.0) | 2.4.2-1.2
libfreetype6  (>= 2.2) | 2.2.1-6
libgcc1(>= 1:4.1.1-12) | 1:4.2-20070627-1
libglib2.0-0   (>= 2.12.0) | 2.12.12-1+b1
libgtk2.0-0 (>= 2.8.0) | 2.10.13-1
libjpeg62  | 6b-13
libmyspell3c2  | 1:3.1-18
libpango1.0-0  (>= 1.14.8) | 1.16.4-1
libpng12-0   (>= 1.2.13-4) | 1.2.15~beta5-2
libstdc++6   (>= 4.1.1-12) | 4.2-20070627-1
libx11-6   | 2:1.0.3-7
libxft2 (>> 2.1.1) | 2.1.12-2
libxinerama1   | 1:1.0.2-1
libxp6 | 1:1.0.0.xsf1-1
libxrender1| 1:0.9.2-1
libxt6 | 1:1.0.5-3
zlib1g(>= 1:1.2.1) | 1:1.2.3.3.dfsg-3

#!/bin/sh

FILE="/home/you/.mozilla/firefox/your.profile/sessionstore.js"
FIND='session:{state:"running"}'
REPLACE='session:{state:"stopped"}'

# If Firefox is still running, wait
while [ $(ps -A a | grep -i firefox-bin | wc -l) -gt "1" ]
do
sleep 3
done

# Fix the sessionstore.js file
rpl $FIND $REPLACE $FILE

signature.asc
Description: This is a digitally signed message part.


Bug#367669: I gave up

2007-07-07 Thread Adam Porter
severity 425345 normal
thanks

I finally just had it and deleted my collection.db file and now Amarok can 
save ratings again.  Of course, all of my existing ratings are gone, so now I 
have to re-rate everything again.

(Remind me again why Debian removes the built-in SQLite that comes with 
Amarok???)

I have kept a copy of the collection.db file that exhibits this problem, in 
case anyone ever wants to examine it.  I doubt I'm the only person who will 
encounter this bug.  And I'm leaving this bug open, though downgraded, since 
it's not at all fixed.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
amarok-engines  | 1.4.6-1
 OR amarok-engine   | 
ruby| 1.8.2-1
unzip   | 5.52-9
kdelibs4c2a  (>= 4:3.5.7-1) | 4:3.5.7.dfsg.1-1
libart-2.0-2(>= 2.3.18) | 2.3.19-3
libaudio2   | 1.9-2
libc6(>= 2.5-5) | 2.5-9+b1
libfontconfig1   (>= 2.4.0) | 2.4.2-1.2
libfreetype6   (>= 2.2) | 2.2.1-6
libgcc1 (>= 1:4.2-20070516) | 1:4.2-20070627-1
libgl1-mesa-glx | 6.5.2-5
 OR libgl1  | 
libglib2.0-0(>= 2.12.9) | 2.12.12-1
libgpod1| 0.4.2-3
libice6(>= 1:1.0.0) | 1:1.0.3-2
libidn11(>= 0.5.18) | 0.6.5-1
libifp4 | 1.0.0.2-3
libjpeg62   | 6b-13
libkarma0   | 0.0.6-2
libmtp5 | 0.1.5-2
libmysqlclient15off   (>= 5.0.27-1) | 5.0.41a-1
libnjb5 | 2.2.5-4.1
libpng12-0(>= 1.2.13-4) | 1.2.15~beta5-2
libpq5  | 8.2.4-2
libqt3-mt  (>= 3:3.3.7) | 3:3.3.7-5
libruby1.8   (>= 1.8.6) | 1.8.6-2
libsdl1.2debian   (>= 1.2.10-1) | 1.2.11-8
libsm6  | 2:1.0.3-1
libsqlite3-0(>= 3.3.17) | 3.3.17-1
libstdc++6(>= 4.2-20070516) | 4.2-20070627-1
libtag1c2a (>= 1.4) | 1.4-8
libtagc0   (>= 1.4) | 1.4-8
libtunepimp5| 0.5.3-4+b1
libusb-0.1-4  (>= 2:0.1.12) | 2:0.1.12-7
libvisual-0.4-0  (>= 0.4.0) | 0.4.0-1.1
libx11-6| 2:1.0.3-7
libxcursor1  (>> 1.1.2) | 1:1.1.8-2
libxext6| 1:1.0.3-2
libxft2  (>> 2.1.1) | 2.1.12-2
libxi6  | 1:1.0.1-4
libxinerama1| 1:1.0.2-1
libxrandr2 (>= 2:1.2.0) | 2:1.2.1-1
libxrender1 | 1:0.9.2-1
libxt6  | 1:1.0.5-3
zlib1g (>= 1:1.2.1) | 1:1.2.3.3.dfsg-3



signature.asc
Description: This is a digitally signed message part.


Bug#425345: Still exists

2007-07-07 Thread Adam Porter
found 425345 1.4.6-1
thanks

I'm now running Amarok 1.4.6-1 and libsqlite3-0 3.3.17-1.  I still lose song 
ratings when I restart Amarok, and clicking the fourth star rates it 3.5 
stars; I must set it manually to 4 stars by right-clicking and editing the 
rating field.

FYI, my collection.db file is currently 889 KB, but the collection.db file I 
restored back on January 9th was 3.5 MB.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
amarok-engines  | 1.4.6-1
 OR amarok-engine   | 
ruby| 1.8.2-1
unzip   | 5.52-9
kdelibs4c2a  (>= 4:3.5.7-1) | 4:3.5.7.dfsg.1-1
libart-2.0-2(>= 2.3.18) | 2.3.19-3
libaudio2   | 1.9-2
libc6(>= 2.5-5) | 2.5-9+b1
libfontconfig1   (>= 2.4.0) | 2.4.2-1.2
libfreetype6   (>= 2.2) | 2.2.1-6
libgcc1 (>= 1:4.2-20070516) | 1:4.2-20070627-1
libgl1-mesa-glx | 6.5.2-5
 OR libgl1  | 
libglib2.0-0(>= 2.12.9) | 2.12.12-1
libgpod1| 0.4.2-3
libice6(>= 1:1.0.0) | 1:1.0.3-2
libidn11(>= 0.5.18) | 0.6.5-1
libifp4 | 1.0.0.2-3
libjpeg62   | 6b-13
libkarma0   | 0.0.6-2
libmtp5 | 0.1.5-2
libmysqlclient15off   (>= 5.0.27-1) | 5.0.41a-1
libnjb5 | 2.2.5-4.1
libpng12-0(>= 1.2.13-4) | 1.2.15~beta5-2
libpq5  | 8.2.4-2
libqt3-mt  (>= 3:3.3.7) | 3:3.3.7-5
libruby1.8   (>= 1.8.6) | 1.8.6-2
libsdl1.2debian   (>= 1.2.10-1) | 1.2.11-8
libsm6  | 2:1.0.3-1
libsqlite3-0(>= 3.3.17) | 3.3.17-1
libstdc++6(>= 4.2-20070516) | 4.2-20070627-1
libtag1c2a (>= 1.4) | 1.4-8
libtagc0   (>= 1.4) | 1.4-8
libtunepimp5| 0.5.3-4+b1
libusb-0.1-4  (>= 2:0.1.12) | 2:0.1.12-7
libvisual-0.4-0  (>= 0.4.0) | 0.4.0-1.1
libx11-6| 2:1.0.3-7
libxcursor1  (>> 1.1.2) | 1:1.1.8-2
libxext6| 1:1.0.3-2
libxft2  (>> 2.1.1) | 2.1.12-2
libxi6  | 1:1.0.1-4
libxinerama1| 1:1.0.2-1
libxrandr2 (>= 2:1.2.0) | 2:1.2.1-1
libxrender1 | 1:0.9.2-1
libxt6  | 1:1.0.5-3
zlib1g (>= 1:1.2.1) | 1:1.2.3.3.dfsg-3



signature.asc
Description: This is a digitally signed message part.


Bug#427122: Date field separator displayed as letter a

2007-06-01 Thread Adam Porter
Package: kmymoney2
Version: 0.8.6-1
Severity: normal

I just installed KMyMoney and converted my GnuCash file, and all seems well, 
but KMyMoney is using the letter "a" as the date field separator in 
date-selection fields.  For example, today is displayed as "2007a06a01".  In 
non-selection (i.e. read-only) fields, it displays using the short date 
format selected in KDE, like "Fri, 1 Jun 2007."


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
kdelibs4c2a  (>= 4:3.5.5-1) | 4:3.5.7.dfsg.1-1
libacl1   (>= 2.2.11-1) | 2.2.42-1
libaqbanking16 (>= 2.2.1-2) | 2.2.3-4
libart-2.0-2(>= 2.3.16) | 2.3.19-3
libattr1   (>= 2.4.4-1) | 1:2.4.32-1.1
libaudio2   | 1.8-4
libc6  (>= 2.3.6-6) | 2.5-9+b1
libfam0 | 2.7.0-12
libfontconfig1   (>= 2.4.0) | 2.4.2-1.2
libfreetype6   (>= 2.2) | 2.2.1-5
libgcc1 (>= 1:4.1.1-12) | 1:4.2-20070528-1
libgwenhywfar38  (>= 2.4.0) | 2.4.0-1
libice6(>= 1:1.0.0) | 1:1.0.3-2
libidn11(>= 0.5.18) | 0.6.5-1
libjpeg62   | 6b-13
libkbanking1| 2.2.3-4
libofx3 | 1:0.8.2-3
libosp5(>= 1.5.2-1) | 1.5.2-3
libpcre3   (>= 4.5) | 6.7-1
libpng12-0(>= 1.2.13-4) | 1.2.15~beta5-1
libqbanking4| 2.2.3-4
libqt3-mt  (>= 3:3.3.7) | 3:3.3.7-4
libsm6  | 1:1.0.2-2
libssl0.9.8   (>= 0.9.8c-1) | 0.9.8e-4
libstdc++6(>= 4.1.1-12) | 4.2-20070528-1
libx11-6| 2:1.0.3-7
libxcursor1  (>> 1.1.2) | 1.1.7-4
libxext6| 1:1.0.1-2
libxft2  (>> 2.1.1) | 2.1.12-2
libxi6  | 1:1.0.1-4
libxinerama1| 1:1.0.1-4.1
libxrandr2  | 2:1.2.1-1
libxrender1 | 1:0.9.1-3
libxt6  | 1:1.0.5-2
zlib1g (>= 1:1.2.1) | 1:1.2.3-13



signature.asc
Description: This is a digitally signed message part.


Bug#425345: Still occuring

2007-05-31 Thread Adam Porter
found 425345 1.4.5-5
thanks

I upgraded to 1.4.5-5 from unstable, but my new song ratings are still lost 
when I close Amarok, and it still only rates 3.5 when I click on the 4th 
star.  :(


signature.asc
Description: This is a digitally signed message part.


Bug#345325: Filed upstream

2007-05-30 Thread Adam Porter
severity 345325 minor
forwarded 345325 http://bugs.kde.org/show_bug.cgi?id=146180
tags 345325 upstream
thanks

I filed it upstream and adjusted this bug accordingly.  :)


signature.asc
Description: This is a digitally signed message part.


Bug#367669: Problem reappearing, but perhaps in a different context

2007-05-20 Thread Adam Porter
Package: amarok
Version: 1.4.5-4

I have noticed that some of my song ratings have disappeared and after 
resetting them and restarting Amarok, they disappear again.  This is with 
Amarok 1.4.5-4.  I'm not sure if it has the same cause as this bug, but my 
new bug is #425345.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
amarok-engines | 1.4.5-4
 OR amarok-engine  | 
ruby   | 1.8.2-1
unzip  | 5.52-9
kdelibs4c2a (>= 4:3.5.6-1) | 4:3.5.6.r1.dfsg.1-4
libart-2.0-2   (>= 2.3.18) | 2.3.19-3
libaudio2  | 1.8-4
libc6   (>= 2.5-5) | 2.5-7
libfontconfig1  (>= 2.4.0) | 2.4.2-1.2
libfreetype6  (>= 2.2) | 2.2.1-5
libgcc1   (>= 1:4.1.2) | 1:4.2-20070516-1
libgl1-mesa-glx| 6.5.1-0.6
 OR libgl1 | 
libglib2.0-0   (>= 2.12.9) | 2.12.12-1
libgpod1   | 0.4.2-0.1
libice6   (>= 1:1.0.0) | 1:1.0.3-2
libidn11   (>= 0.5.18) | 0.6.5-1
libifp4| 1.0.0.2-3
libjpeg62  | 6b-13
libkarma0  | 0.0.6-2
libmtp5| 0.1.5-1
libmysqlclient15off  (>= 5.0.27-1) | 5.0.38-1
libnjb5| 2.2.5-4.1
libpng12-0   (>= 1.2.13-4) | 1.2.15~beta5-1
libpq5 | 8.2.4-1
libqt3-mt (>= 3:3.3.7) | 3:3.3.7-4
libruby1.8  (>= 1.8.6) | 1.8.6-1
libsdl1.2debian  (>= 1.2.10-1) | 1.2.11-8
libsm6 | 1:1.0.2-2
libsqlite3-0   (>= 3.3.16) | 3.3.17-1
libstdc++6  (>= 4.1.2) | 4.2-20070516-1
libtag1c2a(>= 1.4) | 1.4-4
libtagc0  (>= 1.4) | 1.4-4
libtunepimp3(>= 0.4.2) | 0.4.2-4.1
libusb-0.1-4 (>= 2:0.1.12) | 2:0.1.12-6
libvisual-0.4-0 (>= 0.4.0) | 0.4.0-1.1
libx11-6   | 2:1.0.3-7
libxcursor1 (>> 1.1.2) | 1.1.7-4
libxext6   | 1:1.0.1-2
libxft2 (>> 2.1.1) | 2.1.12-2
libxi6 | 1:1.0.1-4
libxinerama1   | 1:1.0.1-4.1
libxrandr2(>= 2:1.2.0) | 2:1.2.1-1
libxrender1| 1:0.9.1-3
libxt6 | 1:1.0.5-2
zlib1g(>= 1:1.2.1) | 1:1.2.3-13



pgpDrqmaS1nn5.pgp
Description: PGP signature


Bug#425345: Song ratings lost and unsettable after libsqlite upgrade

2007-05-20 Thread Adam Porter
Package: amarok
Version: 1.4.5-4
Severity: important

I noticed a couple of days ago that suddenly Amarok had lost the ratings for a 
bunch of songs in my collection.  It seemed to lose them for a rather random 
selection of songs, but only by a certain artist.  On Friday, May 18th, I 
upgraded libsqlite3-0 3.3.16-1 -> 3.3.17-1.  I'm not completely sure, but I 
think that's about when I noticed the problem, and I'm guessing it's somehow 
causing it.  It could also have begun when Amarok was upgraded from 1.4.5-3 
to 1.4.5-4.

Not only are the ratings lost, but when I rate some songs and then restart 
Amarok, the ratings I just set are lost again, even though the collection.db 
file shows a modified time of when I quit Amarok.  But the songs that still 
have their ratings do not lose them when I restart Amarok.

Also, before I realized that the ratings were being lost on every restart, I 
noticed that when I would click the 4th star in the rating column, Amarok 
would set it to 3.5 stars only, no matter how many times I clicked the 4th 
star.  If I right-clicked and edited the Rating field, I could set it to "4", 
and it would then show four stars.  However, on some other songs, if I 
clicked the 4th star, it would rate it four stars.  ???  I cannot explain 
this behavior; it's very strange.

I love Amarok, and I thank the devs for their great work, but I will admit 
that this is not the first time I have lost my song ratings due to an Amarok 
or dependency upgrade, and it's getting a little tiresome.  Maybe Amarok 
should ship its own statically-linked libsqlite so upgrades could be 
conclusively tested to not lose any database info.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
amarok-engines | 1.4.5-4
 OR amarok-engine  | 
ruby   | 1.8.2-1
unzip  | 5.52-9
kdelibs4c2a (>= 4:3.5.6-1) | 4:3.5.6.r1.dfsg.1-4
libart-2.0-2   (>= 2.3.18) | 2.3.19-3
libaudio2  | 1.8-4
libc6   (>= 2.5-5) | 2.5-7
libfontconfig1  (>= 2.4.0) | 2.4.2-1.2
libfreetype6  (>= 2.2) | 2.2.1-5
libgcc1   (>= 1:4.1.2) | 1:4.2-20070516-1
libgl1-mesa-glx| 6.5.1-0.6
 OR libgl1 | 
libglib2.0-0   (>= 2.12.9) | 2.12.12-1
libgpod1   | 0.4.2-0.1
libice6   (>= 1:1.0.0) | 1:1.0.3-2
libidn11   (>= 0.5.18) | 0.6.5-1
libifp4| 1.0.0.2-3
libjpeg62  | 6b-13
libkarma0  | 0.0.6-2
libmtp5| 0.1.5-1
libmysqlclient15off  (>= 5.0.27-1) | 5.0.38-1
libnjb5| 2.2.5-4.1
libpng12-0   (>= 1.2.13-4) | 1.2.15~beta5-1
libpq5 | 8.2.4-1
libqt3-mt (>= 3:3.3.7) | 3:3.3.7-4
libruby1.8  (>= 1.8.6) | 1.8.6-1
libsdl1.2debian  (>= 1.2.10-1) | 1.2.11-8
libsm6 | 1:1.0.2-2
libsqlite3-0   (>= 3.3.16) | 3.3.17-1
libstdc++6  (>= 4.1.2) | 4.2-20070516-1
libtag1c2a(>= 1.4) | 1.4-4
libtagc0  (>= 1.4) | 1.4-4
libtunepimp3(>= 0.4.2) | 0.4.2-4.1
libusb-0.1-4 (>= 2:0.1.12) | 2:0.1.12-6
libvisual-0.4-0 (>= 0.4.0) | 0.4.0-1.1
libx11-6   | 2:1.0.3-7
libxcursor1 (>> 1.1.2) | 1.1.7-4
libxext6   | 1:1.0.1-2
libxft2 (>> 2.1.1) | 2.1.12-2
libxi6 | 1:1.0.1-4
libxinerama1   | 1:1.0.1-4.1
libxrandr2(>= 2:1.2.0) | 2:1.2.1-1
libxrender1| 1:0.9.1-3
libxt6 | 1:1.0.5-2
zlib1g(>= 1:1.2.1) | 1:1.2.3-13



pgpcZ1FFfaTbf.pgp
Description: PGP signature


Bug#421866: Regression: Viewing bug and then filing causes incorrect data to be used

2007-05-02 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.04.27
Severity: important

You can reproduce this bug like this:

1.  View bugs for k3b.
2.  Click on #399090.
3.  Click "New Bugreport".

The default mail client will be Evolution, regardless of what you have used 
before, and the e-mail that is put out will look like this:


Package: k3b 0.12.17-3; fixed: k3b 0.12.17-5
Version: 1.0.1-1
Severity: normal


Instead of using the currently-installed version of the package (k3b 1.0.1-1), 
it uses what it found in the bug page, which includes the HTML about where 
the bug was fixed.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.13-0.1
python-qt3| 3.16-1.2



pgpZ9BamRrurq.pgp
Description: PGP signature


Bug#421865: Regression: Won't rip then burn from audio CD in one step

2007-05-02 Thread Adam Porter
Package: k3b
Version: 1.0.1-1
Severity: normal

In k3b 0.12, you could put an audio CD in your CD-RW drive, make a new audio 
CD project in k3b, drag the tracks from the top pane (representing the 
inserted audio CD) to the bottom pane, click Burn, and k3b would rip the 
tracks, eject the audio CD, take a blank CD, and burn the tracks to the blank 
CD.  This is very handy for copying an audio CD that does not have CD Text, 
since you can add it yourself.

But in k3b 1.0.1, when you follow those steps and then click Burn, the burn 
dialog says "Please insert an empty CD-R(W) medium..." in the "Burn medium" 
area.  The only way it will proceed is if you choose "Only create image", but 
that would mean that you'd have to then take the image that was created and 
burn it in a separate step.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
kdelibs4c2a(>= 4:3.5.5-1) | 4:3.5.5a.dfsg.1-8
libacl1 (>= 2.2.11-1) | 2.2.42-1
libart-2.0-2  (>= 2.3.16) | 2.3.17-1
libattr1 (>= 2.4.4-1) | 1:2.4.32-1.1
libaudio2 | 1.8-4
libc6(>= 2.3.6-6) | 2.3.6.ds1-13
libdbus-1-3 (>= 0.94) | 1.0.2-1
libdbus-qt-1-1c2   (>= 0.62.git.20060814) | 0.62.git.20060814-2
libdvdread3(>= 0.9.6) | 0.9.7-3
libexpat1 (>= 1.95.8) | 1.95.8-3.4
libfam0   | 2.7.0-12
libfontconfig1 (>= 2.4.0) | 2.4.2-1.2
libfreetype6 (>= 2.2) | 2.2.1-5
libgcc1   (>= 1:4.1.1-12) | 1:4.1.1-21
libhal1  (>= 0.5) | 0.5.8.1-9
libice6  (>= 1:1.0.0) | 1:1.0.3-2
libidn11  (>= 0.5.18) | 0.6.5-1
libjpeg62 | 6b-13
libk3b3(>= 1.0.1) | 1.0.1-1
libmusicbrainz4c2a (>= 2.1.4) | 2.1.4-1
libpng12-0  (>= 1.2.13-4) | 1.2.15~beta5-1
libqt3-mt(>= 3:3.3.7) | 3:3.3.7-4
libsm6| 1:1.0.2-2
libstdc++6  (>= 4.1.1-12) | 4.1.1-21
libx11-6  | 2:1.0.3-7
libxcursor1(>> 1.1.2) | 1.1.7-4
libxext6  | 1:1.0.1-2
libxft2(>> 2.1.1) | 2.1.12-2
libxi6| 1:1.0.1-4
libxinerama1  | 1:1.0.1-4.1
libxrandr2| 2:1.1.0.2-5
libxrender1   | 1:0.9.1-3
libxt6| 1:1.0.5-2
zlib1g   (>= 1:1.2.1) | 1:1.2.3-13
wodim | 9:1.1.4-1
 OR cdrskin   | 
cdparanoia (>= 3a9.8) | 3.10+debian~pre0-4
genisoimage   | 9:1.1.4-1
kdelibs-data   (>= 4:3.1.4-2) | 4:3.5.5a.dfsg.1-8
kdebase-bin   | 4:3.5.5a.dfsg.1-6
cdrdao   (>= 1.1.7-5) | 1:1.2.2-6



pgpU3dz68Untr.pgp
Description: PGP signature


Bug#416283: Fixed in Kaffeine, or...?

2007-05-01 Thread Adam Porter
kaffeine:
  Installed: 0.8.4-2

libxine1:
  Installed: 1.1.5-2
  Candidate: 1.1.5-2
  Version table:
 1.1.6-1 0
  1 http://ftp.us.debian.org experimental/main Packages
 *** 1.1.5-2 0
100 /var/lib/dpkg/status
 1.1.2+dfsg-4 0
900 http://ftp.us.debian.org testing/main Packages
800 http://ftp.us.debian.org unstable/main Packages

I just upgraded Kaffeine to 0.8.4 from 0.8.3 and now the crash is gone.  I 
don't know if the bug was in Xine or Kaffeine, or if this bug should be 
closed, or if it should be reassigned to Kaffeine.


pgpdfEUzOgoLg.pgp
Description: PGP signature


Bug#421853: Unable to record microphone with SB Live! (emu10k1)

2007-05-01 Thread Adam Porter
Package: alsa-driver 1.0.13-1, alsa-driver 1.0.13-2
Severity: important

I have tried to use several instrument tuners in Debian, including fmit, 
lingot, gtkguitune, and k3guitune (the latter is not in Debian, but I 
compiled it).  I have two sound cards, a SoundBlaster Live! Value, and a 
SoundBlaster Live! 5.1.  Both work fine for playing audio, but I am not able 
to record microphone input.  Here's what I've tried and encountered:

*  I can use Audacity to record from hw:0,2 or hw:1,2, but those devices 
(the ,2 ones) are multichannel input/output devices.  For some reason, 
Audacity can handle them, but all the tuner apps I've tried cannot handle the 
multiple channels; they give errors like this:

Couldn't set number of channels for ALSA device hw:0,2: Invalid argument

*  I have tried to use hw:0,1 and hw:1,1, which are supposed to be the 
microphone input devices, but Audacity simply receives no input, and the 
tuners give errors like this:

ALSA audio initialized succesfully
Audio driver initialized
Error reading sound: Broken pipe
Error reading sound: Broken pipe
Error reading sound: Broken pipe
Error reading sound: Broken pipe
Error reading sound: Broken pipe
...

The "broken pipe" errors continue forever; some apps even crash.  No matter 
what I do with adjusting sliders and changing inputs, it doesn't help.

* If I try to use hw:0,0 or hw:1,0--which shouldn't have anything to do with 
the microphone, but it was something to try--I get errors like this:

Couldn't open ALSA audio device hw:0,0: Device or resource busy

*  If I try to use aoss with the apps, I get errors that /dev/dsp is busy.

*  If I raise the correct sliders and unmute the correct inputs, I can hear 
the microphone through the speakers, so I know the hardware is working.

*  I've tried removing my ~/.asoundrc file, purging and reinstalling the ALSA 
packages, and probably other things that I can't remember, but nothing works.

This is frustrating and bewildering.  I have spent much time googling 
for "alsa broken pipe" and come up with nothing helpful.  Please help.

Here are my config files:


~/.asoundrc:
# ALSA library configuration file

# Include settings that are under the control of asoundconf(1).
# (To disable these settings, comment out this line.)



~/.asoundrc.asoundconf:
# ALSA library configuration file managed by asoundconf(1).
#
# MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN!
#
# Manual changes to the ALSA library configuration should be implemented
# by editing the ~/.asoundrc file, not by editing this file.
!defaults.pcm.card 0
defaults.ctl.card 0
defaults.pcm.device 0
defaults.pcm.subdevice -1


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 



pgputiR3aXTIU.pgp
Description: PGP signature


Bug#420867: --allow-multiple-messages missing from man page and --help

2007-04-24 Thread Adam Porter
Package: gnupg
Version: 1.4.6-2
Severity: normal

--- Please enter the report below this line. ---
When decrypting multiple files with --decrypt-files, it is necessary to also 
use --allow-multiple-messages, otherwise only the first file will decrypt, 
while the rest will give warnings but not decrypt.  These warnings seem to 
also appear when you use --allow-multiple-messages, yet the decrypt operation 
does happen.  I believe this is also the case when using --verify-files.

I only found this solution when searching Google for "gpg warning multiple 
plaintexts seen".  Then I looked in the man page and $(gpg --help) but found 
no mention of the option.  This is an important option that will drive users 
crazy if they need it but can't find it.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libbz2-1.0  | 1.0.3-6
libc6  (>= 2.3.6-6) | 2.3.6.ds1-13
libldap2  (>= 2.1.17-1) | 2.1.30-13.4
libreadline5   (>= 5.2) | 5.2-2
libusb-0.1-4  (>= 2:0.1.12) | 2:0.1.12-6
zlib1g (>= 1:1.2.1) | 1:1.2.3-13
gpgv| 1.4.6-2
makedev  (>= 2.3.1-13)  | 2.3.1-83
 OR devfsd  | 
 OR hurd| 



pgpnNZ94eit7d.pgp
Description: PGP signature


Bug#420858: Useful options not documented in man page

2007-04-24 Thread Adam Porter
Package: duplicity
Version: 0.4.2-12
Severity: normal

--- Please enter the report below this line. ---
As mentioned in #369971, the man page does not properly document 
the --archive-dir option, or the use of manifest files.  These are important 
features, and --archive-dir has the potential to greatly speed up remote 
backup operations by using locally-cached data to determine what needs to be 
backed up.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libc6 (>= 2.3.6-6) | 2.3.6.ds1-13
librsync1   (>= 0.9.6) | 0.9.7-1
python-central  (>= 0.5.8) | 0.5.13-0.1
python(<< 2.5) | 2.4.4-2
python(>= 2.4) | 2.4.4-2
gnupg  | 1.4.6-2
python-gnupginterface  | 0.3.2-9



pgpnN16xPVZOY.pgp
Description: PGP signature


Bug#420534: Anacron-like scheduling for desktop systems

2007-04-22 Thread Adam Porter
Package: backupninja
Version: 0.9.4-6
Severity: wishlist

--- Please enter the report below this line. ---
I don't always have my system powered up when backupninja is set to run my 
local rdiff-backup backup.  It would be nice if backupninja could use 
Anacron, or some Anacron-like logic, so I could specify a frequency 
of "daily" or "every 24 hours," and then have backupninja run it if that much 
time has passed since the last backup was run, regardless of what time it is 
at the moment.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
gawk   | 1:3.1.5.dfsg-4
 OR mawk   | 1.3.3-11
dialog | 1.0-20060221-3
bash (>= 2.05b-26) | 3.1dfsg-8



pgpfFbpPC5x0e.pgp
Description: PGP signature


Bug#418971: Use python-apt?

2007-04-12 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.04.07.2
Severity: wishlist

--- Please enter the report below this line. ---
It doesn't seem like r-ng uses python-apt.  I just wondered why, and if it 
would be appropriate to do so.  If python-apt isn't suitable for some reason, 
maybe it could be improved.  That way it could be used in other apps.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 stable  security.debian.org 
  500 etchdebian.beryl-project.org 
  500 edgy-cafuegoubuntu.cafuego.net 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.13-0.1
python-qt3| 3.16-1.2



pgpOB3goISUmg.pgp
Description: PGP signature


Bug#417255: Status field out-of-date

2007-04-02 Thread Adam Porter
Hi Bastian,

Thanks for your reply.  I understand how it works now.  I didn't realize RNG 
checked to see what versions it was fixed and unfixed in.

Going off the deep end a bit, I could imagine RNG using some of apt-listbugs' 
found/fixed functionality and showing some kind of hybrid status to indicate 
whether it was fixed in the version that's the candidate for installation on 
the local machine, or in a version that's in a different repo...but all that 
might be a bit complicated, especially for end-users.

Maybe RNG could do something simple like add an asterisk next to the status 
field if the bug fix is pending in a later version, or give it a slightly 
different color.  As it is now, the only way to know that it's been addressed 
is to click on it and read the bug's web page.

Thanks for this great app!  I was hoping something like RNG would come out of 
the 2006 SoC, but it was worth the wait.  :)

Adam

On Monday 02 April 2007 02:13, Bastian Venthur wrote:
> Hi Adam,
>
> thanks for all your bugreports, I really appreciate your help and
> suggestions. But this time I think you're wrong. RNG *always* shows the
> latest info from
>
>   bugs.debian.org/reportbug-ng
>
> It always gets the html from this URL and parses it. Please have a look
> at the first lines of this site:
>
> Debian Bug report logs: package reportbug-ng in unstable (versions
> 0.2007.03.24, 0.2007.03.29)
>
> This means for some archs, 0.2007.03.24 is still the current version in
> unstable and in this version #416132 was not yet fixed.
>
> There is a difference when you look at the bugs at RNG's *source* package
>
>   bugs.debian.org/src:reportbug-ng
>
> where #416132 is of course closed.
>
> In contrast to reportbug, I'm not showing the status of he source
> package on purpose since some packages like kdelibs have thousands of
> bugs, while shiping many binary packages like kate which has only a few
> dozens of bugs. If I'd show all the bugs from kdelibs if someone queries
> for kate, the user would be overwhelmed by thousands of unrelated
> bugreports.
>
> If you agree, I'll close your bugreport. Feel free to reopen it if you
> don't agree with me.
>
>
> Cheers,
>
> Bastian
>
> Adam Porter schrieb:
> > Looking at the bugs for r-ng, it shows #416132 as "Outstanding," but
> > going to the b.d.o page for r-ng in Konqueror shows that same bug as
> > "Resolved."


pgpLbaytqbXF2.pgp
Description: PGP signature


Bug#417256: Display reporting instructions like reportbug

2007-04-01 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.29
Severity: wishlist

--- Please enter the report below this line. ---
reportbug has a nice system whereby package maintainers can include a file in 
their package that has instructions for users to read before filing a bug on 
their package.  It'd be nice if r-ng could display these instructions before 
opening the e-mail window.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgpWCZpoLDaEU.pgp
Description: PGP signature


Bug#417255: Status field out-of-date

2007-04-01 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.29
Severity: normal

--- Please enter the report below this line. ---
Looking at the bugs for r-ng, it shows #416132 as "Outstanding," but going to 
the b.d.o page for r-ng in Konqueror shows that same bug as "Resolved."

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
  500 edgywine.budgetdedicated.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgpRcfmk5oc0x.pgp
Description: PGP signature


Bug#416877: openoffice.org: Lists UI styles that are not installed

2007-03-30 Thread Adam Porter
Package: openoffice.org
Version: 2.2.0-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The Tools->Options->OpenOffice.org->View->Icon size and style list shows all of 
the style choices, even if the corresponding openoffice.org-style package is 
not installed.  
Choosing one that isn't installed does nothing, leaving the user to wonder why.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages openoffice.org depends on:
ii  openoffice.org-base  2.2.0-1 OpenOffice.org office suite - data
ii  openoffice.org-calc  2.2.0-1 OpenOffice.org office suite - spre
ii  openoffice.org-core  2.2.0-1 OpenOffice.org office suite archit
ii  openoffice.org-draw  2.2.0-1 OpenOffice.org office suite - draw
ii  openoffice.org-filte 2.2.0-1 Legacy filters (e.g. StarOffice 5.
ii  openoffice.org-filte 2.0.4.dfsg.2-5etch1 Mobile Devices Filters for OpenOff
ii  openoffice.org-impre 2.2.0-1 OpenOffice.org office suite - pres
ii  openoffice.org-java- 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite Java s
ii  openoffice.org-math  2.2.0-1 OpenOffice.org office suite - equa
ii  openoffice.org-write 2.2.0-1 OpenOffice.org office suite - word

openoffice.org recommends no packages.

Versions of packages openoffice.org-writer depends on:
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libicu36   3.6-2 International Components for Unico
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libstlport5.1  5.1.2-1   STLport C++ class library
ii  libwpd8c2a 0.8.7-6   Library for handling WordPerfect d
ii  libwps-0.1-1   0.1.0-3   Works text file format import filt
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  openoffice.org-core2.2.0-1   OpenOffice.org office suite archit
ii  python-uno 2.2.0-1   Python interface for OpenOffice.or
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages openoffice.org-base depends on:
ii  j2re1.4 [jav 1.4.2.03-1  Blackdown Java(TM) 2 Runtime Envir
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libhsqldb-ja 1.8.0.7-1   Java SQL database engine
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-3 mdbtools libraries
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libstlport5. 5.1.2-1 STLport C++ class library
ii  openoffice.o 2.2.0-1 OpenOffice.org office suite archit
ii  openoffice.o 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite Java s

Versions of packages openoffice.org-calc depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libstlport5.1   5.1.2-1  STLport C++ class library
ii  libufsparse 1.2-7collection of libraries for comput
ii  lp-solve5.5.0.10-2   Solve (mixed integer) linear progr
ii  openoffice.org-core 2.2.0-1  OpenOffice.org office suite archit

Versions of packages openoffice.org-base depends on:
ii  j2re1.4 [jav 1.4.2.03-1  Blackdown Java(TM) 2 Runtime Envir
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libhsqldb-ja 1.8.0.7-1   Java SQL database engine
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-3 mdbtools libraries
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libstlport5. 5.1.2-1 STLport C++ class library
ii  openoffice.o 2.2.0-1 OpenOffice.org office suite archit
ii  openoffice.o 2.0.4.dfsg.2-5etch1 OpenOffice.org office suite Java s

Versions of packages openoffice.org-impress depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libstlport5.1   5.1.2-1  STLport C++ class library
ii  openoffice.org-core 2.2.0-1  OpenO

Bug#416598: Strange filtering issue

2007-03-28 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.28
Severity: minor

--- Please enter the report below this line. ---
While using r-ng with wnpp, I noticed that when I filtered wnpp 
on "soundkonverter", when the filter finally finished filtering, all of the 
resolved bugs in the list were displayed, even though none of them matched 
the filter.  But I tried filtering the bugs for reportbug-ng, and it didn't 
happen.  Is there a problem with filtering very large lists?

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgpggyZxH5VOg.pgp
Description: PGP signature


Bug#416579: Filtering large packages (like wnpp) freezes a lot

2007-03-28 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.28
Severity: normal

--- Please enter the report below this line. ---
If you try to use the keyword filter on packages with many bugs, like wnpp, 
the app freezes for long periods of time.  I think if there was a longer 
delay on the filter box so you could type more before it began filtering, it 
would help.  As it is now, I can't even type "soundkonverter" into the filter 
box; it starts filtering at around "soun", which takes minutes to finish.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgpUc4StTX1aQ.pgp
Description: PGP signature


Bug#416580: RFP: soundkonverter -- A KDE frontend to various sound-format converters and other utilities

2007-03-28 Thread Adam Porter
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: soundkonverter
  Version : 0.3.2
  Upstream Author : Daniel Faust <[EMAIL PROTECTED]>
* URL : http://kaligames.de/?pid=downloads/soundkonverter/index.php
* License : GPL
  Programming Lang: C++
  Description : A KDE frontend to various sound-format converters and other 
utilities

soundKonverter is a frontend to various audio converters.
 
 It is extendable by plugins and supports many backends:
 -En-/decoding: oggenc/oggdec, lame, gogo, faac/faad, mppenc/mppdec, flac, mac, 
mplayer, ffmpeg, shorten, ofr, ofs, wavpack, lac, lpac, speexenc/speexdec, 
timidity
 -Replay Gain: vorbisgain, mp3gain, aacgain, replaygain (MusePack), metaflac
 -CD ripping: kio_audiocd, cdda2wav, cdparanoia
 
 This way you can convert between various audio formats:
 -Decoding: ogg, mp3, mp2, m4a/mp4, aac, 3gp, mpc/mp+, flac, ape, wma, asf/asx, 
ra, rv, rm, avi, mpeg, wmv, qt/mov, flv, ac3, au/snd, shn, ofr, ofs, wv, la, 
pac, spx, mid, 
mod/s3m/stm/ult/uni/xm/m15/mtm/669/it, wav
 -Encoding: ogg, mp3, mp2, m4a, aac, mpc, flac, ape, ra, ac3, au, shn, ofr, 
ofs, wv, la, pac, spx, wav
 
 soundKonverter supports reading and writing tags for many formats, so the tags 
are preserved when converting files.
 
 The key features are:
 - Audio conversion
 - Replay Gain calculation
 - CD ripping
 
 soundKonverter comes with an Amarok script that allows you to easily transcode 
files when transfering to your media device.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGCyOf5+GdyTDsrJsRAq5aAJ4jW0p7fL5QV825go24B5Qb+v6S7QCfbcv1
8YB7UYaHHVb/RLOA3JqJ2hM=
=GN3v
-END PGP SIGNATURE-


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



Bug#416571: Keyboard shortcuts/hotkeys do not work at all

2007-03-28 Thread Adam Porter
Package: vlc
Version: 0.8.6-svn20061012.debian-5
Severity: important

--- Please enter the report below this line. ---
Quite simply, keyboard shortcuts or hotkeys do not work at all.  I cannot 
pause or play a video, skip forward or back, adjust the volume, etc.  Even 
changing a certain shortcut to a different key combo doesn't help.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
vlc-nox  (= 0.8.6-svn20061012.debian-5) | 
0.8.6-svn20061012.debian-5
libaa1 (>= 1.2) | 1.4p5-30
libatk1.0-0 (>= 1.12.2) | 1.12.4-3
libc6  (>= 2.3.6-6) | 2.3.6.ds1-13
libcaca0 (>= 0.99.beta11-1) | 0.99.beta11.debian-2
libcairo2(>= 1.2.4) | 1.2.4-4
libcdio6| 0.76-1
libcucul0(>= 0.99.beta11-1) | 0.99.beta11.debian-2
libdbus-1-3   (>= 0.94) | 1.0.2-1
libdbus-glib-1-2  (>= 0.71) | 0.71-3
libfontconfig1   (>= 2.4.0) | 2.4.2-1.2
libfreetype6   (>= 2.2) | 2.2.1-5
libfribidi0 (>= 0.10.7) | 0.10.7-4
libgcc1 (>= 1:4.1.1-12) | 1:4.1.1-21
libgl1-mesa-glx | 6.5.1-0.6
 OR libgl1  | 
libglib2.0-0(>= 2.12.0) | 2.12.4-2
libglu1-mesa| 6.5.1-0.6
 OR libglu1 | 
libgtk2.0-0  (>= 2.8.0) | 2.8.20-7
libice6(>= 1:1.0.0) | 1:1.0.1-2
libiso9660-4| 0.76-1
libjpeg62   | 6b-13
libnotify1  | 0.4.3-1
libpango1.0-0   (>= 1.14.8) | 1.14.8-5
libpng12-0(>= 1.2.13-4) | 1.2.15~beta5-1
libsdl-image1.2  (>= 1.2.5) | 1.2.5-2+b1
libsdl1.2debian   (>= 1.2.10-1) | 1.2.11-8
libsm6  | 1:1.0.1-3
libstdc++6(>= 4.1.1-12) | 4.1.1-21
libtar  | 1.2.11-4
libtiff4| 3.8.2-7
libvcdinfo0 (>> 0.7.23) | 0.7.23-3
libvlc0   (>= 0.8.6-svn20061012.debian) | 
0.8.6-svn20061012.debian-5
libwxbase2.6-0 (>= 2.6.3.2.1.5) | 2.6.3.2.1.5
libwxgtk2.6-0  (>= 2.6.3.2.1.5) | 2.6.3.2.1.5
libx11-6| 2:1.0.3-6
libxcursor1  (>> 1.1.2) | 1.1.7-4
libxext6| 1:1.0.1-2
libxfixes3 (>= 1:4.0.1) | 1:4.0.1-5
libxi6  | 1:1.0.1-4
libxinerama1| 1:1.0.1-4.1
libxosd2(>= 2.2.13) | 2.2.14-1.3
libxrandr2  | 2:1.1.0.2-5
libxrender1 | 1:0.9.1-3
libxv1  | 1:1.0.2-1
libxxf86vm1 | 1:1.0.1-2
zlib1g (>= 1:1.2.1) | 1:1.2.3-13
ttf-dejavu  | 2.15-1



pgpYgT3snueGF.pgp
Description: PGP signature


Bug#416299: Needs to fork konqueror when links are clicked

2007-03-26 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.24
Severity: normal

--- Please enter the report below this line. ---
If you click a URL in a bug report, R-NG spawns a Konqueror window, but R-NG 
freezes until you close that Konqueror window.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgpuuyzWkT0j8.pgp
Description: PGP signature


Bug#416283: Kaffeine crashes on startup

2007-03-26 Thread Adam Porter
Package: libxine1
Version: 1.1.2+dfsg-3
Severity: important

--- Please enter the report below this line. ---
Currently, Kaffeine is unusable for me.  If I use Konqueror to open a video in 
Kaffeine, the playlist-loading dialog quickly appears and disappears, and 
then drkonqi shows that Kaffeine has crashed.  It appears to be related to 
libxine, as the backtrace shows.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
kdelibs4c2a (>= 4:3.5.5-1) | 4:3.5.5a.dfsg.1-6
libacl1  (>= 2.2.11-1) | 2.2.41-1
libart-2.0-2   (>= 2.3.16) | 2.3.17-1
libattr1  (>= 2.4.4-1) | 2.4.32-1
libaudio2  | 1.8-3
libc6 (>= 2.3.6-6) | 2.3.6.ds1-13
libcdparanoia0 | 3.10+debian~pre0-4
libfam0| 2.7.0-12
libfontconfig1  (>= 2.4.0) | 2.4.2-1.2
libfreetype6  (>= 2.2) | 2.2.1-5
libgcc1(>= 1:4.1.1-12) | 1:4.1.1-21
libice6   (>= 1:1.0.0) | 1:1.0.1-2
libidn11   (>= 0.5.18) | 0.6.5-1
libjpeg62  | 6b-13
libogg0 (>= 1.1.3) | 1.1.3-2
libpcre3  (>= 4.5) | 6.7-1
libpng12-0   (>= 1.2.8rel) | 1.2.15~beta5-1
libqt3-mt (>= 3:3.3.7) | 3:3.3.7-3
libsm6 | 1:1.0.1-3
libstdc++6   (>= 4.1.1-12) | 4.1.1-21
libvorbis0a (>= 1.1.2) | 1.1.2.dfsg-1.2
libvorbisenc2   (>= 1.1.2) | 1.1.2.dfsg-1.2
libx11-6   | 2:1.0.3-6
libxcursor1 (>> 1.1.2) | 1.1.7-4
libxext6   | 1:1.0.1-2
libxft2 (>> 2.1.1) | 2.1.8.2-8
libxi6 | 1:1.0.1-4
libxine1  (>= 1.1.2-5) | 1.1.2+dfsg-3
libxinerama1   | 1:1.0.1-4.1
libxrandr2 | 2:1.1.0.2-5
libxrender1| 1:0.9.1-3
libxt6 | 1:1.0.2-2
zlib1g(>= 1:1.2.1) | 1:1.2.3-13
hdparm | 6.9-2

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208584512 (LWP 368)]
[New Thread -1278358608 (LWP 382)]
[New Thread -1269765200 (LWP 381)]
[New Thread -1259484240 (LWP 380)]
[New Thread -1246991440 (LWP 379)]
[New Thread -1237267536 (LWP 378)]
[New Thread -1224418384 (LWP 377)]
0xb7f99410 in ?? ()
#0  0xb7f99410 in ?? ()
#1  0xbffc78f8 in ?? ()
#2  0x000b in ?? ()
#3  0x22fed108 in ?? ()
#4  0x4607cbaf in ?? ()
#5  0x0008f575 in ?? ()
#6  0xb77db350 in ?? () from /usr/lib/libxine.so.1
#7  0x0001 in ?? ()
#8  0xb77cfa7c in ?? () from /usr/lib/libxine.so.1
#9  0xb77a0640 in xine_open (stream=0x8ad5e88, mrl=0x8b3b96e "")
at xine.c:1082
#10 0xb782dadb in KXineWidget::slotPlay (this=0x83dde80)
at 
/build/buildd/kaffeine-0.8.3/./kaffeine/src/player-parts/xine-part/kxinewidget.cpp:1847
#11 0xb782fd7a in KXineWidget::initXine (this=0x83dde80)
at 
/build/buildd/kaffeine-0.8.3/./kaffeine/src/player-parts/xine-part/kxinewidget.cpp:1274
#12 0xb78086f7 in XinePart::slotPlay (this=0x83db668, forcePlay=true)
at 
/build/buildd/kaffeine-0.8.3/./kaffeine/src/player-parts/xine-part/xine_part.cpp:358
#13 0xb7816391 in XinePart::openURL (this=0x83db668, [EMAIL PROTECTED])
at 
/build/buildd/kaffeine-0.8.3/./kaffeine/src/player-parts/xine-part/xine_part.cpp:299
#14 0x080731ab in Kaffeine::slotPlay (this=0x82b0528, [EMAIL PROTECTED])
at /build/buildd/kaffeine-0.8.3/./kaffeine/src/kaffeine.cpp:537
#15 0x08073280 in Kaffeine::slotPlaylistPlay (this=0x82b0528)
at /build/buildd/kaffeine-0.8.3/./kaffeine/src/kaffeine.cpp:567
#16 0x0807432e in Kaffeine::loadTMP (this=0x82b0528, [EMAIL PROTECTED])
at /build/buildd/kaffeine-0.8.3/./kaffeine/src/kaffeine.cpp:1560
#17 0x0807800a in Kaffeine::updateArgs (this=0x82b0528)
at /build/buildd/kaffeine-0.8.3/./kaffeine/src/kaffeine.cpp:290
#18 0x0807bbaa in Kaffeine (this=0x82b0528)
at /build/buildd/kaffeine-0.8.3/./kaffeine/src/kaffeine.cpp:242
#19 0x08071626 in KaffeineApp::newInstance (this=0xbffc8d10)
at /build/buildd/kaffeine-0.8.3/./kaffeine/src/main.cpp:59
#20 0x42a0714c in KUniqueApplication::processDelayed (this=0xbffc8d10)
at /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/kuniqueapplication.cpp:444
#21 0x42a16978 in KUniqueApplication::qt_invoke (this=0xbffc8d10, _id=19, 
_o=0xbffc8708) at ./kuniqueapplication.moc:86
#22 0x423b62ef in QObject::activate_signal (this=0x82a9248, cli

Bug#416137: RFP: pyscrabble -- PyScrabble is an online, multiplayer scrabble program written in Python.

2007-03-24 Thread Adam Porter
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: pyscrabble
  Version : 1.6.2
  Upstream Author : Kevin Conaway <[EMAIL PROTECTED]>
* URL : http://pyscrabble.sf.net
* License : GPL
  Programming Lang: Python
  Description : PyScrabble is an online, multiplayer scrabble program 
written in Python.

Gameplay Features:
Ability to chat with all users connected to a server, send private messages and 
offline messages.
Player rankings and server statistics. This includes the ability to track your 
overall record and your record against other players.
Ability to play in simultaneous games.
Use of ENABLE (Enhanced North American Benchmark LExicon) for English word 
lookup
Timed Games

Available in the following languages: 
English
Finnish
French
German
Serbian

System Features:
Developed entirely in Python.
Uses the Twisted framework for event-driven, asynchronous network programming.
PyGTK for windowing.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGBg/H5+GdyTDsrJsRAjROAJoDgcVnhGuKJ9fZlpmpNfw3ZF6JtwCg1PdX
5JOh70aIEMRCfbfHx1TjqLs=
=KsN/
-END PGP SIGNATURE-


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



Bug#416136: Handle WNPP bugs

2007-03-24 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.24
Severity: wishlist

--- Please enter the report below this line. ---
It would be nice if R-NG handled WNPP bugs like ITP as reportbug does.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgp8bkU89Ql3L.pgp
Description: PGP signature


Bug#416134: Display last-updated date for each bug

2007-03-24 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.24
Severity: wishlist

--- Please enter the report below this line. ---
I don't know if it would be practical to retrieve this for each bug, but it 
would be really handy to have a column with the last-updated date for each 
bug.  Then you could sort by that too.  :)

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgpGyWMuoAODC.pgp
Description: PGP signature


Bug#416133: Package history drop-down

2007-03-24 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.24
Severity: wishlist

--- Please enter the report below this line. ---
It would be really handy if the package name box had a drop-down history list 
with autocompletion, like Konqueror or Firefox.  :)

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgpfaKjUzFY9c.pgp
Description: PGP signature


Bug#405098: It's been a while

2007-03-24 Thread Adam Porter
Regretfully, it's been too long since I encountered this bug for me to provide 
additional information.  Feel free to close it if you think that's 
appropriate.


pgppy59WT2i91.pgp
Description: PGP signature


Bug#416131: Search by submitter

2007-03-24 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.24
Severity: wishlist

--- Please enter the report below this line. ---
I often use this URL to check on the bugs I have submitted:

http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=submitter&data=adam%40alphapapa.net&archive=no&version=&dist=unstable

It would be very handy to be able to be able to use Reportbug NG for this as 
well.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgpPlzopC5cX9.pgp
Description: PGP signature


Bug#416132: Color-code bugs by severity and status

2007-03-24 Thread Adam Porter
Package: reportbug-ng
Version: 0.2007.03.24
Severity: wishlist

--- Please enter the report below this line. ---
It would be nice if bugs were color-coded by severity, and if resolved bugs 
were slightly grayed-out.  Maybe make the worst bugs bold as well?

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: testing/unstable
  900 testing security.debian.org 
  900 testing ftp.us.debian.org 
  900 testing ftp.sunet.se 
  800 unstableftp.us.debian.org 
  800 unstableftp.sunet.se 
  500 etchdebian.beryl-project.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.12
python-qt3| 3.16-1.2



pgpggFj4piBxa.pgp
Description: PGP signature


Bug#415397: speedometer: Linear scale

2007-03-18 Thread Adam Porter
Package: speedometer
Version: 2.4-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It would be very nice to be able to choose a linear scale instead of the 
logarithmic one.  Logarithmic scales are very hard to interpret visually.  In 
speedometer, the scale 
intervals are 1 KB/s, 32 KB/s, and 1 MB/s.  My max upload speed is around 40 
KB/s, and my max download speed is around 155 KB/s.  That means that from 32 
KB/s to 155 KB/s 
there is very little detail on the logarithmic scale in speedometer, which 
makes the graphs rather useless.  An increase in download speed from 40 KB/s to 
100 KB/s (2.5x, or 
jumping from about 40% to 65% of max) moves only three increments on the graph, 
or around 15% of the graph scale.  The upload graph is worse: an increase from 
20 KB/s to 40 
KB/s (2x, or jumping from 50% to 100% of max) moves only one increment, or 
about 5% of the graph.  (Increment meaning a row on the console.)

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages speedometer depends on:
ii  python2.4.4-2An interactive high-level object-o
ii  python-urwid  0.9.7.1-1  curses-based UI/widget library for

speedometer recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF/ilo5+GdyTDsrJsRAgh1AKCBtSwe02H0A40gF3UoHStXr1VxvgCgue05
RjMnw+HrNTLdDDUzNOWcwdw=
=6mqn
-END PGP SIGNATURE-


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



Bug#316511: #316511 gocr: Maybe this will be fixed in newer versions...

2007-03-09 Thread Adam Porter
...which have yet to hit Debian.  I hope so, anyway.  This bug is coming up on 
two years old.  :)


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



Bug#414105: Fails on $(apt-get source package/distribution)

2007-03-08 Thread Adam Porter
Package: apt
Version: 0.6.46.4-0.1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I wanted to backport Basket 1.0-1 from experimental to testing/unstable.  I ran 
$(apt-get -b source basket/experimental), but apt failed:

$ sudo apt-get -b source basket/experimental
Reading package lists... Done
Building dependency tree... Done
E: Unable to find a source package for basket/experimental

However, using $(apt-get -b -t experimental source basket) worked.  And of 
course, using $(apt-get install basket/experimental) works.  So why doesn't the 
package/distribution form work when using "source"?

- -- Package-specific info:

- -- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Periodic "";
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Cache-Limit "2000";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "if dpkg -s apt-listbugs | grep -q '^Status: .* ok 
installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 || exit 10; 
echo 'Warning: apt-listbugs exited abnormally, hit enter key to continue.' 1>&2 
; read a < /dev/tty ); fi";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums 
--generate=nocheck -sp /var/cache/apt/archives; fi";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/localepurge ] && [ $(ps w -p $PPID | 
grep -c remove) != 1 ]; then /usr/sbin/localepurge; else exit 0; fi";

- -- /etc/apt/preferences --

Package: *
Pin: release o=apt-build
Pin-Priority: 800

Package: *
Pin: release o=""
Pin-Priority: 990

Package: *
Pin: release a=testing
Pin-Priority: 900

Package: *
Pin: release a=unstable
Pin-Priority: 800

Package: *
Pin: release a=experimental
Pin-Priority: 1


- -- (/etc/apt/sources.list present, but not submitted) --


- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apt depends on:
ii  debian-archive-keyring  2007.02.19   GnuPG archive keys of the Debian a
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3

apt recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF8QOD5+GdyTDsrJsRAqFVAJ9u8Yg7jSa5ZxOLj6EiH8ve8anhZgCg1So3
+kwmg+3kmOXrBqeFu7gbV9k=
=+wDD
-END PGP SIGNATURE-


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



Bug#388145: Merging more FAM 100% CPU bugs

2007-03-05 Thread Adam Porter
merge 376507 304558 388145
severity 388145 important
thanks

This bug is over two years old, and it still occurs regularly for me.  It 
often happens when launching Firefox/Iceweasel (which doesn't finish 
launching until I restart FAM), and at other times that seem random, but are 
probably triggered by some app accessing or monitoring certain directories.

Anyway, any progress, or any workarounds?  It gets old having to restart FAM 
several times a day sometimes.


pgpqkoXqAI9rX.pgp
Description: PGP signature


Bug#345890: Old bug, do you still have the problem ?

2007-02-27 Thread Adam Porter
tag 345890 -moreinfo
found 345980 4:3.5.5-2
thanks

Hi,

Yes, the bug is still present.  I have two sound cards.  If I set the channel 
in KMix to the "Master" device on card 1 (cards are numbered 0 and 1), then 
restart KMix, the channel in KMix gets reset to "Master" on card 0.

Thanks.

On Tuesday 27 February 2007 08:20, Olivier Vitrat wrote:
> tag 345890 moreinfo
> thanks
>
> Hi,
>
> the bug you've reported is more than one year old and newer version of
> this package is available.
>
> Can you still reproduce this bug? If yes please give us a short note
> with the version number you've tested. If not, this bug will be closed
> in a few weeks, but you are of course free to reopen it.
>
> Thank you for your cooperation!
>
> Olivier


pgp50ofKquN1A.pgp
Description: PGP signature


Bug#409340: checkinstall: Man page should explain use of "=" in options

2007-02-01 Thread Adam Porter
Package: checkinstall
Version: 1.6.1-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I wanted to build a package without stripping the binaries and libraries.  The 
man page indicates that --strip and 
- --stripso "toggle" those settings.  So I tried using simply "--strip 
--stripso", thinking that since the default 
config is to strip, that using those options would toggle them to off.  
However, they were still stripped.  I had 
to set "--strip=no --stripso=no" for the stripping to be turned off.

The man page doesn't give any indication that "=no" or "=yes" needs to be used 
on any of the options.  Please fix 
this.

Thank you for your work on the package.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages checkinstall depends on:
ii  file4.17-5   Determines file type using "magic"
ii  findutils   4.2.28-1 utilities for finding files--find,
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries

checkinstall recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFwt9v5+GdyTDsrJsRAnGKAKDMUVGEbN+qf30yoa0ZsEbN9HFFFQCfWyXG
k8/YYQ338/cjcUeDFXPFCjQ=
=Gi6e
-END PGP SIGNATURE-


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



Bug#409239: backupninja: ionice rdiff backups

2007-01-31 Thread Adam Porter
Package: backupninja
Version: 0.9.4-6
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I already nice my rdiff backups so they run in the background unnoticably.  It 
would be even better 
if ionice was also used so that they didn't affect disk i/o noticably either.

For example, I started a backup and then ran $(ionice -pPID -c2), which took 
the CPU nice into 
account and set the in-class priority to 4 (of 7; higher number is lower 
priority, like CPU nice).

So it would be nice if this could be integrated into Backupninja.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages backupninja depends on:
ii  bash  3.1dfsg-8  The GNU Bourne Again SHell
ii  dialog1.0-20060221-2 Displays user-friendly dialog boxe
ii  gawk  1:3.1.5.dfsg-4 GNU awk, a pattern scanning and pr
ii  mawk  1.3.3-11   a pattern scanning and text proces

backupninja recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFwW0d5+GdyTDsrJsRAu8RAKCmd+yfLxLPtX9K209vh6XHKqCyHwCg3ET+
FRRL+2ZhP8t4pL+6gt1TBWc=
=O11B
-END PGP SIGNATURE-


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



Bug#408230: Bug #408230

2007-01-28 Thread Adam Porter
severity 408230 important
tags moreinfo
thanks

Looking at the backtrace, it appears to be related to OpenGL, meaning a 3D 
Windows app, not just any Windows app (assuming I'm reading it correctly).  
It would be helpful if you provided more info about what apps you were trying 
to run that crashed.

Given that it doesn't crash for everyone, I'm downgrading it to important.  No 
need for an unnecessary RC bug when Etch is trying to get out.  :)


pgp8aQe5Frpuy.pgp
Description: PGP signature


Bug#408040: chrony: Causes boot to pause for several minutes

2007-01-22 Thread Adam Porter
Package: chrony
Version: 1.21z-5
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Lately chrony has been causing my boot process to pause for a few minutes 
before it finally proceeds.  I'm not 
sure why, but I'm sure this could be avoided.  Perhaps chrony could be put much 
lower in the rc scripts, or moved 
to a different runlevel.  Or maybe it should run in the background.  Whatever 
is the best way to do it, please do 
something.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages chrony depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libncurses5  5.5-5   Shared libraries for terminal hand
ii  libreadline5 5.2-2   GNU readline and history libraries
ii  ucf  2.0018  Update Configuration File: preserv

chrony recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFtZUY5+GdyTDsrJsRAtk1AJ9B6cvhEYk/K3KmznUE+TLIZYxbHQCfZ+Lu
/Ja1yUmius+78IHQL5K8JKM=
=43k7
-END PGP SIGNATURE-


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



Bug#407778: libxine1: Hangs playing on alternate ALSA card

2007-01-21 Thread Adam Porter
Package: libxine1
Version: 1.1.2+dfsg-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I didn't have any problems with xinelib before, but in the past couple of 
months I've been having some problems.  
I have two sound cards, both of which work fine with ALSA.  However, often 
xine-using apps (like Amarok and 
Kaffeine) will only play on one of the devices; using the other one will result 
in nothing happening.  With 
Amarok, the UI doesn't crash, but the file doesn't play, the position counter 
doesn't move, etc.  With Kaffeine, 
the entire app will freeze.  But if I play on the other card, it works fine.

You might think this is an ALSA problem, but I can play on both cards just fine 
with other apps, like XMMS and 
VLC.  I've been waiting a couple of months, hoping this would sort itself out.  
And, in fact, a few days ago I was 
able to play Amarok on this card that isn't working in Amarok now, but is 
working with XMMS and VLC right now.

I don't know what else to do but file a bug.  I tried to kill Kaffeine or 
Amarok with SIGSEGV when it wasn't 
working, but the backtrace didn't look relevant at all.

Please let me know how I can help debug this.  It's really annoying!

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libxine1 depends on:
ii  liba52-0.7.4   0.7.4-7   Library for decoding ATSC A/52 str
ii  libasound2 1.0.13-1  ALSA library
ii  libavcodec0d   0.cvs20060823-4   ffmpeg codec library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgl1-mesa-glx [l 6.5.1-0.5 A free implementation of the OpenG
ii  libglu1-mesa [libg 6.5.1-0.5 The OpenGL utility library (GLU)
ii  libmad00.15.1b-2.1   MPEG audio decoder library
ii  libmodplug0c2  1:0.7-5.2 shared libraries for mod music bas
ii  libogg01.1.3-2   Ogg Bitstream Library
ii  libpostproc0d  0.cvs20060823-4   ffmpeg video postprocessing librar
ii  libspeex1  1.1.12-2  The Speex Speech Codec
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libtheora0 0.0.0.alpha7.dfsg-1.1 The Theora Video Compression Codec
ii  libvorbis0a1.1.2.dfsg-1.2The Vorbis General Audio Compressi
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxv1 1:1.0.2-1 X11 Video extension library
ii  libxvmc1   1:1.0.2-2 X11 Video extension library
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages libxine1 recommends:
ii  libmng1   1.0.9-1Multiple-image Network Graphics li

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFs0MA5+GdyTDsrJsRAp0xAJwMWjKlIOvUC3yf8wLGII7/m3tMvwCfUA93
KtLC4/x0+sHY3Buj4uKKvOg=
=a3Qc
-END PGP SIGNATURE-


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



Bug#404915: booger-buster script

2007-01-17 Thread Adam Porter
I'm sorry if my bug report was offensive; I didn't mean to insult the icon's 
author or those who selected it, I just think that there are much prettier 
alternatives.

Here is a script to replace all of the default Iceweasel icons in the Debian 
package, just in case anyone else would like to use it.


booger-buster.sh
Description: application/shellscript


Bug#407363: kmail: Crash with dIMAP: "KMAcctCachedImap::processNewMail"

2007-01-17 Thread Adam Porter
Package: kmail
Version: 4:3.5.5.dfsg.1-4
Severity: important
Forwarded: http://bugs.kde.org/show_bug.cgi?id=140213
Tags: upstream

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Also filed at: http://bugs.kde.org/show_bug.cgi?id=140213

KMail just crashed on me while syncing a dIMAP account.  While it was syncing, 
I changed the view to a different 
folder, and then clicked on a message in the folder, and then KMail crashed.  
Here is the backtrace.  I haven't 
restarted KMail yet, so I really hope I haven't lost any mail.

(And so begins the refiling of dIMAP bugs.  :) )

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208387904 (LWP 13519)]
[New Thread -1239381072 (LWP 13529)]
[New Thread -1230988368 (LWP 13528)]
[New Thread -1222595664 (LWP 13527)]
[New Thread -1214202960 (LWP 13526)]
[KCrash handler]
#9  KMAcctCachedImap::processNewMail (this=0x818d6d0, folder=0x0,
recurse=true) at /usr/share/qt3/include/qvaluelist.h:446
#10 0x4f2f7ec1 in KMAcctCachedImap::processNewMail (this=0x818d6d0)
at /tmp/buildd/kdepim-3.5.5.dfsg.1/./kmail/kmacctcachedimap.cpp:215
#11 0x4f322130 in KMail::AccountManager::processNextCheck (this=0x83400b0,
_newMail=false)
at /tmp/buildd/kdepim-3.5.5.dfsg.1/./kmail/accountmanager.cpp:197
#12 0x4f3222de in KMail::AccountManager::singleCheckMail (this=0x83400b0,
account=0x818d6d0, interactive=false)
at /tmp/buildd/kdepim-3.5.5.dfsg.1/./kmail/accountmanager.cpp:125
#13 0x4f32294e in KMAccount::mailCheck (this=0x818d6d0)
at /tmp/buildd/kdepim-3.5.5.dfsg.1/./kmail/kmaccount.cpp:384
#14 0x4f229f55 in KMAccount::qt_invoke (this=0x818d6d0, _id=2, _o=0xbfc276ac)
at ./kmaccount.moc:237
#15 0x4f229feb in KMail::NetworkAccount::qt_invoke (this=0x818d6d0, _id=2,
_o=0xbfc276ac) at ./networkaccount.moc:77
#16 0x4f4b8393 in KMail::ImapAccountBase::qt_invoke (this=0x818d6d0, _id=2,
_o=0xbfc276ac) at ./imapaccountbase.moc:296
#17 0x4f4b85c3 in KMAcctCachedImap::qt_invoke (this=0x818d6d0, _id=2,
_o=0xbfc276ac) at ./kmacctcachedimap.moc:97
#18 0x4dabc2ef in QObject::activate_signal (this=0x84646e8, clist=0x86324f8,
o=0xbfc276ac) at kernel/qobject.cpp:2356
#19 0x4dabcd80 in QObject::activate_signal (this=0x84646e8, signal=2)
at kernel/qobject.cpp:2325
#20 0x4de473f2 in QTimer::timeout (this=0x84646e8)
at .moc/debug-shared-mt/moc_qtimer.cpp:82
#21 0x4dae3ba3 in QTimer::event (this=0x84646e8, e=0xbfc279f8)
at kernel/qtimer.cpp:219
#22 0x4da541c6 in QApplication::internalNotify (this=0xbfc27c84,
receiver=0x84646e8, e=0xbfc279f8) at kernel/qapplication.cpp:2635
#23 0x4da55fe3 in QApplication::notify (this=0xbfc27c84, receiver=0x84646e8,
e=0xbfc279f8) at kernel/qapplication.cpp:2358
#24 0x4e155f8e in KApplication::notify (this=0xbfc27c84, receiver=0x84646e8,
event=0xbfc279f8)
at 
/home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kdecore/kapplication.cpp:550
#25 0x4d9e79c1 in QApplication::sendEvent (receiver=0x84646e8,
event=0xbfc279f8) at ../include/qapplication.h:520
#26 0x4da46bc3 in QEventLoop::activateTimers (this=0x80afa08)
at kernel/qeventloop_unix.cpp:556
#27 0x4d9fbd0f in QEventLoop::processEvents (this=0x80afa08, flags=4)
at kernel/qeventloop_x11.cpp:389
#28 0x4da6e719 in QEventLoop::enterLoop (this=0x80afa08)
at kernel/qeventloop.cpp:198
#29 0x4da6e53a in QEventLoop::exec (this=0x80afa08)
at kernel/qeventloop.cpp:145
#30 0x4da55d5f in QApplication::exec (this=0xbfc27c84)
at kernel/qapplication.cpp:2758
#31 0x0804a094 in main (argc=0, argv=0x19)
at /tmp/buildd/kdepim-3.5.5.dfsg.1/./kmail/main.cpp:110
#32 0x48cb4ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#33 0x08049e11 in _start () at ../sysdeps/i386/elf/start.S:119 

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kmail depends on:
ii  kdebase-kio-plugins4:3.5.5a.dfsg.1-5 core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for al
ii  kdepim-kio-plugins 4:3.5.5.dfsg.1-4  KDE pim I/O Slaves
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13

Bug#407100: checkinstall: Fails with alternative install command (like unsermake; is this dupe of #306075?)

2007-01-16 Thread Adam Porter
On Tuesday 16 January 2007 10:57, Felipe Sateler wrote:
> I need some more information, please: what unsermake are you using
> (debian's or downloaded from svn)? What happens if you add the
> --fstrans=no option to checkinstall?
>
> PS: this is not a duplicate of 306075.

I'm using unsermake from Debian.  When I added --fstrans=no, it seemed to 
install properly.  I didn't let it finish, but unsermake ran and began to 
install a .la file, running ldconfig, etc.


pgpzWb4ViRwf3.pgp
Description: PGP signature


Bug#407100: checkinstall: Fails with alternative install command (like unsermake; is this dupe of #306075?)

2007-01-15 Thread Adam Porter
Package: checkinstall
Version: 1.6.1-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

$ sudo checkinstall unsermake install

= Installation results ===
unsermake install
Traceback (most recent call last):
  File "", line 1, in ?
ImportError: No module named unsermake
make: *** [install] Error 1

I apologize if this is a dupe of 306075, but I don't fully understand that bug 
report.

I was trying to install an SVN build of KTorrent, which uses unsermake, but 
checkinstall can't seem to handle it.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages checkinstall depends on:
ii  file 4.17-5  Determines file type using "magic"
ii  findutils4.2.28-1utilities for finding files--find,
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries

checkinstall recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFrHKM5+GdyTDsrJsRAsVyAJ9KAvdytpeqVyHpLIH6y+oWR/57GgCfUxVV
Jtfuv5mYpZgXlEmcRW/cu7c=
=QsSs
-END PGP SIGNATURE-


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



Bug#321102: more ways to reproduce this bug

2007-01-15 Thread Adam Porter
On Monday 15 January 2007 06:45, Bastian Venthur wrote:

> One last word about this bug: Bugs like this will always be reproducible
> until two-part actions like move mail from a to b (= copy mail from a to
> b, delete mail from a) are not handled somewhat atomic. In the current
> implementation KMail does not even try to do stuff like this atomic. If
> you fix this, then I think you will fix the bug.
>
> Summary: I've presented altogether five ways how certain situations in
> KMail can lead to data loss. I even was able to lose data by just
> justing CTRL-L like upstream suggests.
>
> All my examples might seem minimalistic and somewhat artificial, but
> please keep in mind that this is just in order to make the bug easy to
> reproduce! It's not hard to imagine how situations like this can happen
> to an average user on a more complicated setup.

Thank you, Bastian, for writing that.  I think that is the best explanation 
I've seen so far.

I'm not sure if doing dIMAP atomically would make sense; that sounds like 
regular, online IMAP to me.  The whole point of dIMAP is to make changes 
offline and then sync them all at once.  (Although the reason I use dIMAP is 
merely to keep an offline copy of my IMAP mail for backup.  I would love a 
hybrid IMAP mode that would keep a local copy of all messages, and make 
changes live on the server as you make them when you are online, but queue 
changes for later syncing when you're in offline mode [and KMail even has 
an "offline mode" option]).

I think a good workaround would be for KMail to keep track of whether it has 
unsynced changes, and warn the user if he tries to close KMail or log out 
before syncing the changes.  It would also be nice if the connection 
timeout/retry code was made more robust to cope better with times where the 
server or connection to it goes down.  Just yesterday I had some timeouts 
while uploading a large message to the server after moving it from one folder 
to another (why can't it just tell the server to move the message, rather 
than uploading it again?), and the process didn't finish until I stopped and 
resynced a couple of times, because KMail didn't timeout and retry on its 
own.

Perhaps the real solution is to get rid of a separate disconnected/offline 
IMAP mode and make a single, hybrid IMAP mode.  When you're online, it should 
make changes on the server as you make them locally.  When you're offline, it 
should queue changes for later syncing, and warn the user if he quits or logs 
out without syncing them.  And whether you're online or offline, it should 
have an option to keep local copies of all messages.


pgpdabSrrHsQ1.pgp
Description: PGP signature


Bug#406408: d4x: "Find links in file" doesn't work, loops with 100% CPU until stopped

2007-01-10 Thread Adam Porter
Package: d4x
Version: 2.5.7.1-4
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The File->Find Links in File function doesn't work.  Trying to look in the 
following list saved as a file caused 
d4x to use 100% CPU and displayed a little window with a non-moving progress 
bar with a large hex number 
displayed where the progress percentage would be, and it stayed that way until 
I closed the little window, after 
which the program continued working normally.

Here is the file I had it scan:

[start]
wget http://www.pbs.org/media/22ndcentury/22ndcentury_384.mov 
 
wget http://www.pbs.org/media/kcet/wiredscience/wired-pilot-full_480.mov
 
wget http://www-tc.pbs.org/wgbh/si/video/chapter_1_300.mov
wget http://www-tc.pbs.org/wgbh/si/video/chapter_2_300.mov
wget http://www-tc.pbs.org/wgbh/si/video/chapter_3_300.mov
wget http://www-tc.pbs.org/wgbh/si/video/chapter_4_300.mov
wget http://www-tc.pbs.org/wgbh/si/video/chapter_5_300.mov
wget http://www-tc.pbs.org/wgbh/si/video/chapter_6_300.mov
[end]

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages d4x depends on:
ii  d4x-common   2.5.7.1-4   graphical download manager - commo
ii  libao2   0.8.6-4 Cross Platform Audio Output Librar
ii  libatk1.0-0  1.12.3-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libpango1.0-01.14.8-4Layout and rendering of internatio
ii  libssl0.9.8  0.9.8c-4SSL shared libraries
ii  libstdc++6   4.1.1-19The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

d4x recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFpWnD5+GdyTDsrJsRAqNYAJ0e01H/T2s8hb385/3BcPySvXUGmQCg2d5T
NdYD61vYF2yWn4UJjCs1274=
=Sk+w
-END PGP SIGNATURE-


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



Bug#321102: Bug#350851 & Bug#321102: KMail data loss still not fixed

2007-01-09 Thread Adam Porter
> close 350851 4:3.5.5-1
> thanks
>
> Hi Bastian,
>
> On Mon, Jan 08, 2007 at 10:12:17PM +0100, Bastian Venthur wrote:
> > reopen 350851
> > thanks
> >
> > Hi,
> >
> > I know this mail sucks (like this whole bug) but looking at the relevant
> > KDE bugreport, I really doubt that this bug is fixed.
> >
> >   http://bugs.kde.org/show_bug.cgi?id=104956
> >
> > I'm not using KMail anymore so I can't give any first hand information,
> > but I'm still following the relevant KDE bugreports and It simply looks
> > like this bug is not fixed.
> >
> > Why was it closed anyway? Looks like upstreams bugreport is still open
> > too.
>
> So, you do not use kmail anymore, go to the kde bugzilla and see people
> is still suffering this bug in kubuntu and decide to re-open this bug
> in the Debian BTS?
>
> The commit that should fix this bug was not committed before the kde3.5.5
> release, so only distributions that have hand-picked the fix from svn had
> it included.
> It is 'closed' in kde bugzilla. 'Verified' is the 'step' after 'fixed'
> in bugzilla wordings. Verified that it is fixed). Don't mix it with
> 'confirmed' which is a confirmation that the bug exists.
>
>
> Ana

Ana,

If you check the latest reports on KDE #104956, you'll see that Christian 
Maluck reports mail loss with the 1.9.5 version in Kubuntu, which checking 
the changelog reveals to have the patch that is merged upstream in 3.5.5, 
which means it has the same patch that Debian has.

Clearly, regardless of the upstream bug tracker's "status" field (which I and 
others would change but are unable to), this bug is not solved.  I just 
experienced it myself a short time ago, and others are also experiencing it.  
Why don't you just reopen this bug, rather than asking me to open an entirely 
new bug and throwing away the logs associated with this one?

This is a severely damaging bug resulting in mail loss both locally and on the 
server.  Please reopen it until it is truly fixed.

Adam Porter


pgpvbJJ6KN1on.pgp
Description: PGP signature


Bug#391021: Bug#392021: Still occurring?

2006-12-31 Thread Adam Porter

Does this bug still happen in current builds?


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



Bug#405098: Many errors and eventual failure when "Copy data from partition" used on partition with dir_index

2006-12-31 Thread Adam Porter

Package: debian-installer
Severity: important

i386 using RC1 netinst image

I am copying my Debian installation onto a new hard drive with LVM and
encrypted swap and /tmp.  I tried to use the installer's option to
"Copy data from partition," but after I selected the source partition,
it complained about parted not being able to resize a partition that
had dir_index enabled, saying that parted can only resize it if it
disables dir_index first.  I don't know why it would need to resize
any of the partitions just to copy data from one partition to another,
and I'm not sure if it was referring to the source partition, or the
new, blank partition.

The options in the dialog were "Ignore," "Cancel," and "Go Back."  The
first time I selected Ignore, and it started copying the data. At the
end of the copy process, it started giving a series of error dialogs
saying, "Block 2490887 shouldn't have been marked (1, 0)!"  Choosing
"Continue" caused it to pop up several more times, but the first
number in the parentheses would double each time, and the block number
would increase as well, though only by a few.

After three or four of those, it would pop up a larger dialog saying,
"Assertion (block < EXT2_SUPER_BLOCKS_COUNT)fs->sb)) at
../../../../libparted/fs/ext2/ext2.h:226 in function
ext2_is_data_block() failed. \n\n A bug has been discovered! \n\n
Ignore \n Cancel" (added "\n" myself to indicate newlines in error
dialog)  Choosing Ignore caused more of the "block shouldn't have been
marked" errors, and after a few more of those, I'd get another one of
this same larger error.

IIRC, after getting into this situation, choosing Cancel or Go Back
did the same as choosing Ignore, and the only way to get out of it was
to reboot.  But if I chose Cancel or Go Back when the first warning
about resizing with dir_index appeared, all I got was a blank debconf
screen, blue with a gray bay at the bottom, and no text.  I rebooted
then too.

I've described this to the best of my recollection.  Apologies for any
errors.  I will follow up with a few photos I took of some errors
after I get my system running on the new disk.

In the end, I used the rescue mode to use the Guided Partitioning for
LVM and crypto setup, but then switched to a console and am copying
over the data manually after making symlinks to the necessary libs so
I could use GNU cp rather than busybox's.

P.S.  Is there no room for the GNU utils on the netinst iso?  Busybox
is nice but, for example, has no --help for cp, and no -v for cp
either.  I don't know about you, but when I'm copying tens of gigs of
data, I'd like -v so I can see that it's working.  :)


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



Bug#347681: Updating bugs that NEED to be fixed in Etch

2006-12-29 Thread Adam Porter
tags 347681 etch
found 347681 1:7.1.0-9
thanks

This bug really needs to be fixed in Etch.  A user shouldn't have to make 
custom udev rules to force his input devices to be assigned the same dev name 
on every boot, or else risk having them change every boot, resulting in X 
loading with no cursor control.  The other alternative is to have evdev scan 
for the device, which should work (and according to this log file, does 
work!), but then crashes X for no apparent reason!

This is even tagged as fixed-upstream.  Couldn't it be fixed in Etch?  The 
bug's been filed for a year now.


Xorg.0.log.old
Description: application/trash
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Wed Dec 14 16:39:22 PST 
2005

# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice"Generic Keyboard"
InputDevice"Logitech MX1000"
Option "AIGLX" "true"
EndSection

Section "Files"
# local font server
# if the local font server has problems, we can fall back on these
FontPath"unix/:7100"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/CID"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load   "bitmap"
Load   "dbe"
Load   "ddc"
Load   "extmod"
Load   "freetype"
Load   "glx"
Load   "int10"
Load   "record"
Load   "type1"
Load   "v4l"
Load   "vbe"
Load   "evdev"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Logitech MX1000"
Driver "evdev"
Option "CorePointer"
#Option "Device"  "/dev/input/event1" # 2006-02-26: Suddenly it 
changed from event3 to event2, causing X to fail to load, and giving a glibc 
memory corruption error on tty7  # 2006-03-06: Now it's changed again!  I'm 
going to try /dev/input/mouse0 and see if that works with evdev  # Nope, evdev 
requires an eventx device.  # Now it seems to be /dev/input/event1 !
# 2006-12-29: Tried commenting out the 'Option "Device"' line which, 
according to the log file, caused evdev to scan and detect the mouse, but 
resulted in X crashing!
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync   30.0 - 65.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
Driver "nvidia"
Option "TripleBuffer" "true"
Option   "AllowGLXWithComposite""true"
Option "RenderAccel" "true"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
Monitor"Generic Monitor"
DefaultDepth24
Option "ConnectedMonitor" "DFP-0"
SubSection "Display"
Depth   1
Modes  "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes  "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes  "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection

Bug#350851: kmail: More mail loss :(

2006-12-29 Thread Adam Porter
On Friday 29 December 2006 04:37, Ana Guerrero wrote:
> tags 350851 +fixed-upstream
> notfound 350851 4:3.5.5.dfsg.1-4
> close 350851 4:3.5.5-1
> thanks
>
> On Thu, Dec 28, 2006 at 07:06:16PM -0600, Adam Porter wrote:
> [...]
>
> > I hate to be the bearer of bad news, but KMail still has this problem. 
> > (Or maybe this is actually a separate bug caused by a separate problem,
> > but the end result is still mail loss in disconnected IMAP accounts.)
>
> Sorry Adam, we (KDE team) have been discussing this and we think this bug
> is fixed. Since this bug was fixed in october only you has reported this
> problem again. Also, after read your mail, it does not seem you have
> exactly the same problem neither.
> So, i'm closing the bug and you always can open a new one if you find out
> what it is exaclty the problem.
>
> P.S: btw, perhaps you could use /dev/input/mice instead?

This is very disappointing.  I just lost eight e-mails completely from my 
dIMAP account; they're just gone.  Other people on the KDE bug tracker also 
reported the "No Subject" e-mails in the same KDE bug report.  Not only was 
my local copy erased, but KMail erased the copy on the server as well.  Were 
it not for my forwarding e-mails to GMail before they land in my inbox, I'd 
never see those e-mails again.  There's absolutely no way to recover them.

So I just don't understand how you can claim the bug is fixed, when I just 
experienced exactly what the bug reports: data loss with disconnected IMAP 
account.  Clearly, KMail's dIMAP account support is still not completely 
trustworthy.

And how will opening a new bug report do any good?  People who have an 
interest in this problem are already subscribed to these bug reports.  
Opening a new one will just make it that much less likely for them to find 
out that the problem still exists.

Please reconsider your decision and reopen this bug.  At the very least, 
people need to be aware that the problem still exists.

P.S.  Thank you for your suggestion, but /dev/input/mice does not use the 
evdev driver.  I think there is a way to configure udev to assign the same 
eventX device every time, but I haven't been successful in doing so yet.


pgpHNPnIm3AqJ.pgp
Description: PGP signature


Bug#404915: iceweasel: Icon resembles booger

2006-12-28 Thread Adam Porter
Package: iceweasel
Version: 2.0.0.1+dfsg-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As someone in #debian pointed out recently, the new Iceweasel icon strongly 
resembles a booger, especially at 
smaller sizes.  I mean, come on, honestly, that green looks like what you blow 
out of your nose when you have a 
sinus infection.  =)  Why was that icon chosen instead of something really 
pretty like this?

https://wiki.ubuntu.com/IceWeaselIcon?action=AttachFile&do=get&target=IYY_new_tangoish.png

Really, there are a bunch of better choices at:

https://wiki.ubuntu.com/IceWeaselIcon

And I'm sure you guys know about that page already, so...why choose a booger?  
=)

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages iceweasel depends on:
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  fontconfig2.4.1-2generic font configuration library
ii  libatk1.0-0   1.12.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.1-2generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-19 GCC support library
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-3   The GTK+ graphical user interface 
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libmyspell3c2 1:3.1-18   MySpell spellchecking library
ii  libpango1.0-0 1.14.8-3   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libstdc++64.1.1-19   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  psmisc22.3-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages iceweasel recommends:
ii  myspell-en-gb [myspell-dic 1:2.0.4~rc1-3 English_british dictionary for mys
ii  myspell-en-us [myspell-dic 1:2.0.4~rc1-3 English_american dictionary for my

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFlKDM5+GdyTDsrJsRAqnwAJ0TLCQ0QVswwSApzNICsgLQ3k0JNACg8dcM
uMafrDUk2llb+tE5aObIi0g=
=eKg8
-END PGP SIGNATURE-


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



Bug#404905: akregator: Patch for custom article list colors

2006-12-28 Thread Adam Porter
Package: akregator
Version: 4:3.5.5.dfsg.1-4
Severity: wishlist
Tags: patch

Attached is a patch from Frank Osterfeld <[EMAIL PROTECTED]> that lets 
the user choose custom colors for the article list widget.  This is very 
helpful when using a light-on-dark color scheme, because the default red and 
blue can be hard to read on a dark background.  I just built Akregator with 
the patch and it works great.  Frank said that KDE 3.5.6 is already frozen, 
but could Debian please add this patch to 3.5.6 when it's uploaded?  (It 
works fine with 3.5.5 also, but I know that Etch is frozen.)
Index: akregator.kcfg
===
--- akregator.kcfg	(revision 573936)
+++ akregator.kcfg	(working copy)
@@ -40,6 +40,16 @@



+   
+false
+   
+
+#FF
+
+
+#FF
+
+
  
  
   
Index: articlelistview.cpp
===
--- articlelistview.cpp	(revision 573936)
+++ articlelistview.cpp	(working copy)
@@ -181,15 +181,20 @@
 QColorGroup cg2(cg);
 
 if (article().status() == Article::Unread)
-cg2.setColor(QColorGroup::Text, Qt::blue);
+cg2.setColor(QColorGroup::Text, Settings::useCustomColors() ? Settings::colorUnreadArticles() : Qt::blue);
 else // New
-cg2.setColor(QColorGroup::Text, Qt::red);
+cg2.setColor(QColorGroup::Text, Settings::useCustomColors() ? Settings::colorNewArticles() : Qt::red);
 
 KListViewItem::paintCell( p, cg2, column, width, align );
 }
 
 }
 
+void ArticleListView::slotPaletteOrFontChanged()
+{
+triggerUpdate();
+}
+
 void ArticleListView::ArticleItem::updateItem(const Article& article)
 {
 m_article = article;
Index: articlelistview.h
===
--- articlelistview.h	(revision 573936)
+++ articlelistview.h	(working copy)
@@ -80,6 +80,8 @@
 /** selects next unread article in list view, first unread article if no article was selected */
 void slotNextUnreadArticle();
 
+void slotPaletteOrFontChanged();
+
 signals:
 void signalArticleChosen(const Article& article);
 void signalDoubleClicked(const Article&, const QPoint&, int);
Index: settings_appearance.ui
===
--- settings_appearance.ui	(revision 573936)
+++ settings_appearance.ui	(working copy)
@@ -10,20 +10,20 @@
 0
 0
 418
-377
+566
 
 
 
 General
 
-
+
 
 unnamed
 
 
 0
 
-
+
 
 groupBox3
 
@@ -114,8 +114,25 @@
 
 
 
-
+
 
+spacer1
+
+
+Vertical
+
+
+Expanding
+
+
+
+20
+41
+
+
+
+
+
 FontsGroupBox
 
 
@@ -179,7 +196,7 @@
 
 
 
-
+
 
 kcfg_UnderlineLinks
 
@@ -187,24 +204,99 @@
 &Underline links
 
 
-
+
 
-spacer1
+groupBox3_2
 
-
-Vertical
+
+Article List Colors
 
-
-Expanding
-
-
-
-20
-41
-
-
-
-
+
+
+unnamed
+
+
+
+kcfg_UseCustomColors
+
+
+Use custom colors
+
+
+
+
+layout1
+
+
+
+unnamed
+
+
+
+lbl_unreadArticles
+
+
+false
+
+
+Unread articles
+
+
+
+
+kcfg_ColorNewArticles
+
+
+

Bug#350851: kmail: More mail loss :(

2006-12-28 Thread Adam Porter
tags 350851 -fixed-upstream
reopen 350851
found 350851 4:3.5.5.dfsg.1-4
thanks

(Actually I can't seem to reopen this bug in KDE.  Argh.  If someone doesn't 
notice and reopen it, I'll file a new one and link it to Debian.)

It's with a heavy heart that I reopen this bug on KDE's and Debian's trackers.  
Here's what just happened to me (using KMail 4:3.5.5.dfsg.1-4 from Debian):

Every time I reboot, the system changes my mouse evdev device back and forth 
from /dev/input/event[1|2] to /dev/input/event[1|2], so I end up with no 
mouse control, having to switch to another VT, edit xorg.conf and restart X.  
KMail is usually in my previous session, and I have auto-login set up in KDM, 
so when I booted, it logged me in, started KMail and downloaded new mail.  
When I returned and saw that there was no mouse control, I edited xorg.conf 
and restarted KDM.  I probably should have used the keyboard to log out of my 
KDE session first, rather than restarting KDM and causing X and all child 
processes to be terminated.  But still, should that have caused seven e-mails 
that were displaying perfectly fine in my inbox and two subfolders to 
suddenly turn to "No Subject", 
completely-empty-view-the-source-and-there's-zilch goners?  Then after 
logging back in, KMail proceeded to upload those empty mails to the IMAP 
server, erasing the e-mails there as well.  Luckily I forward all my e-mail 
to GMail as well, so I can still see them there.

The strange part is, after I restarted X and logged back in and started KMail, 
the e-mails in my inbox were fine, at first.  I read one and replied to it 
even!  But then when I clicked on the next unread message, the subject and 
sender of the message I just clicked on turned into "No Subject" 
and "Unknown".  And then when I clicked on the message that I had *just read 
and replied to*, it also turned into "No Subject" "Unknown"!  Then when I 
checked two other folders, the new messages in them were also "No 
Subject" "Unknown"!

I hate to be the bearer of bad news, but KMail still has this problem.  (Or 
maybe this is actually a separate bug caused by a separate problem, but the 
end result is still mail loss in disconnected IMAP accounts.)


pgpQwXFRdlt6H.pgp
Description: PGP signature


Bug#283203: netpbm #283203: Please upload

2006-12-27 Thread Adam Porter
It's been two years since this bug was reported, and the patch has been 
available for over six months.  Could we please get an upload, even if only 
to experimental?


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



Bug#404671: RFP: speedometer -- Python script to visually monitor network bandwidth and disk/file bandwidth

2006-12-27 Thread Adam Porter
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: speedometer
  Version : 2.4
  Upstream Author : Ian Ward
* URL : http://excess.org/speedometer/speedometer.py
* License : GPL
  Programming Lang: Python
  Description : Python script to visually monitor network bandwidth and 
disk/file bandwidth

A nice blurb about this can be found here: 
http://www.ubuntugeek.com/bandwidth-monitoring-tools-for-ubuntu-users.html

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFklDw5+GdyTDsrJsRAtlfAJ9wPB54rAjXrN0+EqPKy7x/n37jKwCdEcki
MufyP5myLQ0/kmBAm8RDEcE=
=wE4O
-END PGP SIGNATURE-


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



Bug#404632: fuzzyocr: Misleading error message

2006-12-26 Thread Adam Porter
Package: fuzzyocr
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The error message at line 68:

 "Unexpected error while trying executing gocr with arguments \"%s\".
Make sure the gocr location is specified correctly and the arguments are 
correct.",

is misleading.  gocr is not executed with the argument that shows up in the 
error message, which is the 
focr_global_wordlist.  That would not even be a valid argument to gocr.  This 
error message shows up if the Perl 
module itself is unable to read the wordlist (line 239).

It would be helpful if the message was made more truthful.  :)

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFkd905+GdyTDsrJsRAr75AKDxEL6hzKCUwRkxW89RzAW04rvnJwCgsX5p
R9hjEmnh6E6VlGvdVBC5cxY=
=9QAK
-END PGP SIGNATURE-


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



Bug#404627: fuzzyocr: Perl module path is hardcoded

2006-12-26 Thread Adam Porter
Package: fuzzyocr
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I realize this is not a supported configuration, but I thought this might still 
be a bug, so here goes...

I'm trying to set this up in my already-installed-and-working SpamAssassin 
3.1.7 installation in my Dreamhost 
account.  I have SA and some Perl modules installed into my homedir there, 
since they don't let you install 
whatever debs you want.

The problem here is that FuzzyOcr.cf has this as its first line:

loadplugin FuzzyOcr /usr/share/perl5/Mail/SpamAssassin/Plugin/FuzzyOcr.pm

That precludes it from using the paths in $PERLLIB, which I have set to include 
my locally-installed Perl modules 
($HOME/share/perl/5.8.4/...).

Admittedly, I'm not sure how other SA modules are loaded, but I know I have 
local Perl modules that SA picks up, 
and I haven't had to modify such a line in their cf files, so I'm thinking this 
needs to be changed.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFkdVm5+GdyTDsrJsRAs5hAJ9iiBrNYF9hQD8evTK7/AdRmmaU4wCgnZTS
lzTeRGmAKtyRgpxIkQl1y7U=
=uNkT
-END PGP SIGNATURE-


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



Bug#395900: BasKet 0.6.0 and Etch

2006-12-22 Thread Adam Porter
It's been 55 days since bug#395900 was filed, but Debian is still stuck on 
BasKet version 0.5.0.  It'd be a real shame if Etch was released with 0.5.0, 
as a lot has changed and improved in the new version; it has more features, 
and is more stable.  I know it's probably too late to do anything, but I 
thought I'd ask anyway: Is there any way that 0.6.0 can get into Etch?


pgpPFzlnleVFL.pgp
Description: PGP signature


Bug#404176: libxine1: Crashes playing H.264 MOV file (URL, backtrace, BUG-REPORT.TXT)

2006-12-22 Thread Adam Porter
reassign 404176 ffmpeg
thanks

On Friday 22 December 2006 05:58, Reinhard Tartler wrote:
> Adam Porter <[EMAIL PROTECTED]> writes:
> > This backtrace appears to be of no use.
> > This is probably because your
> > packages are built in a way which prevents creation of proper
> > backtraces, or the stack frame was seriously corrupted in the crash.
>
> Do you have any idea what is actually wrong in the way xine is built?
> I've heared severalt times that other distributions create more useful
> backtraces than the xine package in debian does this.

Sorry, that's just what KDE said in the drkonqi dialog's backtrace tab.  I 
didn't write that myself.  :)  And no, I have no idea at all.  I know little 
about debugging in general.


> Did you have the package libxine1-dbg installed while creating the
> backtrace?

Yes, I installed that package and reproduced the bug, but still got the same 
message in drkonqi.

> > Loaded symbols for /usr/lib/xine/plugins/1.1.2/xineplug_decode_faad.so
> > Core was generated by `/usr/bin/xine --bug-report
> > /home/first/Downloads/More/Videos/macbreak-033-450p-'. Program terminated
> > with signal 6, Aborted.
> > #0  0xb7f03410 in ?? ()
> > (gdb) backtrace
> > #0  0xb7f03410 in ?? ()
> > #1  0xb3bdc0cc in ?? ()
> > #2  0x0006 in ?? ()
> > #3  0x6bb5 in ?? ()
> > #4  0x48cc8811 in raise () from /lib/tls/i686/cmov/libc.so.6
> > #5  0x48cc9fb9 in abort () from /lib/tls/i686/cmov/libc.so.6
> > #6  0x080ddfae in ?? ()
> > #7  0x081230a8 in _IO_stdin_used ()
> > #8  0x0001 in ?? ()
> > #9  0x0023 in ?? ()
> > #10 0x48dcd440 in _IO_2_1_stdout_ () from /lib/tls/i686/cmov/libc.so.6
> > #11 0x4e4d4d4b in ff_avg_cavs_qpel16_mc00_mmx2 () from
> > /usr/lib/libavcodec.so.0d #12 0xb7f03420 in ?? ()
> > #13 0x000b in ?? ()
> > #14 0x0033 in ?? ()
> > #15 0x in ?? ()
> > (gdb) thread apply all backtrace full
>
> Hm. /usr/lib/libavcodec.so.0d is the debian ffmpeg package. Maybe the
> crash comes from there?

Ok, I'll reassign the bug.  Thanks.

Unfortunately, I can't get the file to download at the moment; stupid 
cookie-wanting redirects that don't work even after you accept cookies.  And 
also unfortunately, I already deleted the video after watching it in 
mplayer.  :/


pgpPcOfluJ3P0.pgp
Description: PGP signature


Bug#404188: democracyplayer: Preferences not saved correctly

2006-12-22 Thread Adam Porter
Package: democracyplayer
Version: 0.9.2.1-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When I try to change the minimum disk space preference, or the BitTorrent port 
settings, they are not saved.  I 
can close and reoopen the prefs dialog immediately and they are back to their 
default settings.  The console 
output while typing in new numbers shows that they aren't changed.  But if you 
type in a new number, and then use 
the up/down buttons to adjust the values, they do get changed.

(*sigh*  Why aren't bugs like this caught by the devs?  Why do I have to report 
these myself, after the app has 
been out this long?)

Setting BitTorrentMinPort to 8500
Setting BitTorrentMinPort to 8500
Setting BitTorrentMinPort to 8500
Setting BitTorrentMinPort to 8500
Setting BitTorrentMinPort to 8500
Setting BitTorrentMaxPort to 8600
Setting BitTorrentMaxPort to 8600
Setting BitTorrentMaxPort to 8600
Setting BitTorrentMaxPort to 8600
Setting BitTorrentMaxPort to 8600
Setting preserveXGBFree to 0.25
Setting preserveXGBFree to 0.25
Setting preserveXGBFree to 1.4
Setting preserveXGBFree to 1.4
Setting preserveXGBFree to 0.4
Setting preserveXGBFree to 0.4
Setting BitTorrentMinPort to 2299
Setting BitTorrentMinPort to 2299
Setting BitTorrentMinPort to 2300
Setting BitTorrentMinPort to 2300
Setting BitTorrentMaxPort to 2399
Setting BitTorrentMaxPort to 2399
Setting BitTorrentMaxPort to 2400
Setting BitTorrentMaxPort to 2400

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages democracyplayer depends on:
ii  democracyplayer-data0.9.2.1-2GTK+ based RSS video aggregator da
ii  libatk1.0-0 1.12.3-1 The ATK accessibility toolkit
ii  libboost-python1.33.1   1.33.1-9 Boost.Python Library
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libgcc1 1:4.1.1-19   GCC support library
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface 
ii  libnspr4-0d 1.8.0.8-1NetScape Portable Runtime Library
ii  libpango1.0-0   1.14.8-3 Layout and rendering of internatio
ii  libstdc++6  4.1.1-19 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-4X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxine11.1.2+dfsg-2 the xine video/media player librar
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxul0d1.8.0.8-1Gecko engine library
ii  python  2.4.4-1  An interactive high-level object-o
ii  python-glade2   2.8.6-8  GTK+ bindings: Glade support
ii  python-gnome2   2.12.4-5 Python bindings for the GNOME desk
ii  python-gnome2-extras2.14.2-1+b1  Python bindings for the GNOME desk
ii  python-gtk2 2.8.6-8  Python bindings for the GTK+ widge
ii  python-support  0.5.6automated rebuilding support for p
ii  python2.4   2.4.4-1  An interactive high-level object-o
ii  zlib1g  1:1.2.3-13   compression library - runtime

democracyplayer recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFi7Jk5+GdyTDsrJsRAqgyAKCw8wzkFvpKzJdmCSX6ENLtM01QHACeM5tO
2qAnc7E14Sp2jVTMCyqmBnQ=
=T6ur
-END PGP SIGNATURE-


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



Bug#404157: FTBFS: detect-autoconf.pl can't find autom4te, causes "./admin/cvs.sh: line 33: --version: command not found"

2006-12-22 Thread Adam Porter
On Friday 22 December 2006 02:33, Sune Vuorela wrote:
> How is your perl?
> Do you have autoconf2.13 installed?

$ acp autoconf
autoconf:
  Installed: 2.61-3
  Candidate: 2.61-3
  Version table:
 *** 2.61-3 0
800 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status
 2.61-1 0
900 http://ftp.us.debian.org testing/main Packages

$ acp autoconf2.13
autoconf2.13:
  Installed: 2.13-58
  Candidate: 2.13-58
  Version table:
 *** 2.13-58 0
900 http://ftp.us.debian.org testing/main Packages
800 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status

$ acp perl
perl:
  Installed: 5.8.8-7
  Candidate: 5.8.8-7
  Version table:
 *** 5.8.8-7 0
800 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status
 5.8.8-6.1 0
900 http://ftp.us.debian.org testing/main Packages

As far as I know, Perl is fine on my system.  I'm not aware of any other 
problems with it.

I have another problem that I suppose could be related.  I commented out that 
part of detect-autoconf.pl, and now in the build process I get this error:

make[1]: Entering directory 
`/home/first/Temp/src/akregator/kdepim-3.5.5.dfsg.1'
autoconf (GNU Autoconf) 2.61
*** automake (GNU automake) 1.9.6 found.
*** Creating acinclude.m4
*** Creating configure.files
*** Creating config.h template
/usr/bin/autoconf2.50: line 582: exec: : not found
automake: /usr/bin/autoconf2.50 failed with exit status: 127
make[1]: *** [dist] Error 1
make[1]: Leaving directory 
`/home/first/Temp/src/akregator/kdepim-3.5.5.dfsg.1'
make: *** [debian/stamp-cvs-make] Error 2
E: Building failed

I don't have a clue what could be causing this.  Thanks for your help.


pgphJTBbWQrSR.pgp
Description: PGP signature


Bug#404157: FTBFS: detect-autoconf.pl can't find autom4te, causes "./admin/cvs.sh: line 33: --version: command not found"

2006-12-21 Thread Adam Porter
Package: kdepim
Version: 4:3.5.5.dfsg.1-4
Severity: serious
Justification: no longer builds from source

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


~/Temp/src/temp/kdepim-3.5.5.dfsg.1$ dpkg-buildpackage -b -rfakeroot

make[1]: Entering directory `/home/first/Temp/src/temp/kdepim-3.5.5.dfsg.1'
../admin/cvs.sh: line 33: --version: command not found
*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
make[1]: *** [dist] Error 1
make[1]: Leaving directory `/home/first/Temp/src/temp/kdepim-3.5.5.dfsg.1'
make: *** [debian/stamp-cvs-make] Error 2

~/Temp/src/temp/kdepim-3.5.5.dfsg.1$ cd admin

~/Temp/src/temp/kdepim-3.5.5.dfsg.1/admin$ perl detect-autoconf.pl
# Unable to find autom4te!!

~/Temp/src/temp/kdepim-3.5.5.dfsg.1/admin$ which autom4te
/usr/bin/autom4te

$ apt-cache policy autoconf
autoconf:
  Installed: 2.61-3
  Candidate: 2.61-3
  Version table:
 *** 2.61-3 0
800 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status

$ apt-cache policy automake1.9
automake1.9:
  Installed: 1.9.6+nogfdl-3
  Candidate: 1.9.6+nogfdl-3
  Version table:
 *** 1.9.6+nogfdl-3 0
900 http://ftp.us.debian.org testing/main Packages
800 http://ftp.us.debian.org unstable/main Packages
100 /var/lib/dpkg/status

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kdepim depends on:
ii  akregator   4:3.5.5.dfsg.1-2 RSS feed aggregator for KDE
ii  kaddressbook4:3.5.5.dfsg.1-2 KDE NG addressbook application
ii  kalarm  4:3.5.5.dfsg.1-2 KDE alarm message, command and ema
ii  kandy   4:3.5.5.dfsg.1-2 KDE mobile phone utility
ii  karm4:3.5.5.dfsg.1-2 KDE time tracker tool
ii  kdepim-kfile-plugins4:3.5.5.dfsg.1-2 KDE File dialog plugins for palm a
ii  kdepim-kio-plugins  4:3.5.5.dfsg.1-2 KDE pim I/O Slaves
ii  kdepim-kresources   4:3.5.5.dfsg.1-2 KDE pim resource plugins
ii  kdepim-wizards  4:3.5.5.dfsg.1-2 KDE server configuration wizards
ii  kitchensync 4:3.5.5.dfsg.1-2 Synchronization framework
ii  kleopatra   4:3.5.5.dfsg.1-2 KDE Certificate Manager
ii  kmail   4:3.5.5.dfsg.1-2 KDE Email client
ii  kmailcvt4:3.5.5.dfsg.1-2 KDE KMail mail folder converter
ii  knode   4:3.5.5.dfsg.1-2 KDE news reader
ii  knotes  4:3.5.5.dfsg.1-2 KDE sticky notes
ii  konsolekalendar 4:3.5.5.dfsg.1-2 KDE konsole personal organizer
ii  kontact 4:3.5.5.dfsg.1-2 KDE pim application
ii  korganizer  4:3.5.5.dfsg.1-2 KDE personal organizer
ii  korn4:3.5.5.dfsg.1-2 KDE mail checker
ii  kpilot  4:3.5.5.dfsg.1-2 KDE Palm Pilot hot-sync tool
ii  ksync   4:3.5.5.dfsg.1-2 KDE Sync
ii  ktnef   4:3.5.5.dfsg.1-2 KDE TNEF viewer
ii  libindex0   4:3.5.5.dfsg.1-2 KDE indexing library
ii  libkcal2b   4:3.5.5.dfsg.1-2 KDE calendaring library
ii  libkdepim1a 4:3.5.5.dfsg.1-2 KDE PIM library
ii  libkgantt0  4:3.5.5.dfsg.1-2 KDE gantt charting library
ii  libkleopatra1   4:3.5.5.dfsg.1-2 KDE GnuPG interface libraries
ii  libkpimexchange14:3.5.5.dfsg.1-2 KDE PIM Exchange library
ii  libkpimidentities1  4:3.5.5.dfsg.1-2 KDE PIM user identity information 
ii  libksieve0  4:3.5.5.dfsg.1-2 KDE mail/news message filtering li
ii  libktnef1   4:3.5.5.dfsg.1-2 Library for handling KTNEF email a
ii  libmimelib1c2a  4:3.5.5.dfsg.1-2 KDE mime library
ii  networkstatus   4:3.5.5.dfsg.1-2 KDE network status monitor

kdepim recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFi1oX5+GdyTDsrJsRAv1kAJ0T9qvdb8dAVHlM2E3zwQe+dMpMYwCdFxjg
LjVkId5rk16Rr+3jREpnnPc=
=luVO
-END PGP SIGNATURE-


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



Bug#397397: amarok: Crashes, but no drkonqi/backtrace, just disappears

2006-12-21 Thread Adam Porter
On Wednesday 06 December 2006 16:32, you wrote:
> Hi,
>
> 2006 m. lapkritis 7 d., antradienis 05:28, Adam Porter rašė:
> > For some reason, when Amarok crashes, there is no dialog displayed
> > anymore, no ability to get a backtrace, etc. It just vanishes.  This is
> > not the case with other KDE apps, only Amarok.  I don't know what else to
> > do but file a bug report here.  And if I rememeber correctly, Amarok did
> > run drkonqi in the past, so I don't know why it doesn't anymore.
>
> No, amarok creates an e-mail message to amarok developers with crash info
> and backtrace attached and opens it in default KDE mailer. Have a look at
> debian bug #399564 as an example of such message (the user modified it a
> bit for debian BTS). Do you have default mail handler set properly (in
> KDE)? It works with kmail here.

Yes, KDE is set to use KMail as the default mail client in kcontrol.  Amarok 
just crashed a minute ago, gdb ran (I saw the entry in the process list while 
the music was still playing), but then Amarok simply disappeared, and created 
no e-mail.

I recall Amarok creating the e-mail in the past, but now it doesn't work.


pgpZBdeODAPBl.pgp
Description: PGP signature


Bug#402859: krename: New release: 3.0.13

2006-12-12 Thread Adam Porter
Package: krename
Version: 3.0.9-2.1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please package the new version of KRename.  One of the mentioned changes is 
improved launch speed with plugins, 
which is one of the big problems with KRename at the moment: it takes a very 
long time to load, which means it's 
usually quicker to manually rename several files by hand.  :(

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages krename depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libfam02.7.0-11  Client library to control the FAM 
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-19GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.13-4  PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-3 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

krename recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFf6Jy5+GdyTDsrJsRAmwMAKDjyuqizq9nZ4ZZnz/Ieg2vrsvi+ACg4ZPJ
0uxQOko25SV7wZkKlc2OStA=
=kmvq
-END PGP SIGNATURE-


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



Bug#402858: RFP: konqueror-plugin-mplayerthumbs -- MPlayerThumbs is a thumbnail generator for video files on Konqueror.

2006-12-12 Thread Adam Porter
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: konqueror-plugin-mplayerthumbs
  Version : 0.5b
  Upstream Author : RockMan81 
* URL : http://www.kde-apps.org/content/show.php?content=41180
* License : (GPL)
  Programming Lang: (C I guess :) )
  Description : MPlayerThumbs is a thumbnail generator for video files on 
Konqueror.

MPlayerThumbs is a thumbnail generator for video files on Konqueror.   Unlike 
the original konqueror plugin (in my gentoo box is artsplugin-xine), it DOESN'T 
depend neither on xine nor arts, instead it uses only mplayer.   You can take 
advantage of this on x86_64 systems, where you can use a 32bit mplayer to load 
win32codecs. To configure the location of your mplayer binary launch 
mplayerthumbsconfig.   Also it's faster than the xine plugin, since it can seek 
and play only a limited number of frames.   It catches a random frame from 15% 
to 70%, checking also how contrasted is the image, and dropping bad frames.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFf6Hv5+GdyTDsrJsRAgKnAJ9ErzQSQ/PulErUYXXhOvCp5RsaPQCdF25t
SSSlM+tYUbTh+ZbDHH4FZdQ=
=9cIi
-END PGP SIGNATURE-


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



Bug#400004: Iceweasel bug

2006-12-12 Thread Adam Porter
Thank you for filing this bug; I was about to do so myself.

Personally, I have always had this problem with Firefox/Iceweasel, even before 
it became Iceweasel, and even before Firefox 2.0 with the built-in 
session-saving was released, back when I was using Session Saver and Tab Mix 
to save sessions.  I guess I was never annoyed enough to file a bug until 
now.

I might be wrong, but perhaps the problem lies somehow in the shell script 
that launches Ff/Iw.  Or maybe it is in the binary itself.  Either way, I 
hope this can be fixed; it's quite annoying.


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



Bug#400857: korganizer: Endless error dialogs after endless retries

2006-11-28 Thread Adam Porter
Package: korganizer
Version: 4:3.5.5.dfsg.1-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have a remote calendar resource in my korganizer setup (my Google calendar 
file).  I have it set to update every 
so often.  But if the Internet connection goes down, korgac pops up an error 
dialog for *every failed attempt*.  
So if the connection is down for hours while I'm away, when I come back, I have 
to click "OK" over and over and 
OVER.  Thankfully, it only opens one error dialog at a time.  But when you 
click OK, it opens a new one.  And so 
on and so on for EVERY ATTEMPT.  This time it was over 200 clicks before I gave 
up and killed korgac and restarted 
it.

*sigh*  Something needs to be done...  :)

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages korganizer depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-19GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkcal2b  4:3.5.5.dfsg.1-1  KDE calendaring library
ii  libkdepim1a4:3.5.5.dfsg.1-1  KDE PIM library
ii  libkpimexchange1   4:3.5.5.dfsg.1-1  KDE PIM Exchange library
ii  libkpimidentities1 4:3.5.5.dfsg.1-1  KDE PIM user identity information 
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-3 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  perl   5.8.8-6.1 Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages korganizer recommends:
ii  kghostview4:3.5.5-2  PostScript viewer for KDE

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFbRe95+GdyTDsrJsRAo/NAJ9OY7fmy4Bk0TEyQu8OCPJDD4TggwCffh5l
RT/xPJicDzigxhMUyFiFimc=
=tihk
-END PGP SIGNATURE-


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



Bug#399020: beagle: Excluding directories doesn't work

2006-11-16 Thread Adam Porter
Package: beagle
Version: 0.2.12-1+b1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

$ cat ~/.beagle/config/indexing.xml

http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>
 
  /home/first/.kde/share/applications
  /usr/local/share/applications
  /usr/share/applications
 
 true
 false
 
  
  
  
  
 


$ beagle-config indexing ListExcludes
Debug: Loading Beagle.Util.Conf+IndexingConfig from indexing.xml
Debug: Loading Beagle.Util.Conf+DaemonConfig from daemon.xml
Debug: Loading Beagle.Util.Conf+SearchingConfig from searching.xml
User-specified resources to be excluded from indexing:
 - [Path] /home/first/Downloads/Linux/Source
 - [Path] 
/home/first/.kde/share/apps/kmail/dimap/.1108598274.directory/.INBOX.directory/Junk
 Mail/
 - [Path] 
/home/first/.kde/share/apps/kmail/dimap/.1108598274.directory/.INBOX.directory/SpamAssassin
 - [Path] /home/first/Temp/src

$ beagle-status

Pending Tasks:
1 Immediate 0 (11/17/2006 12:59:47 AM)
file:///home/first/.kde/share/apps/kmail/dimap/.1108598274.directory/.INBOX.directory/Junk
 
Mail/cur/1163649193.543... # (a Maildir message file in an excluded path)

2 Immediate 0 (11/17/2006 12:59:47 AM)
/home/first/.kde/share/apps/kmail/dimap/.1108598274.directory/.INBOX.directory/SpamAssassin/cur/1163665527.5435...
 
# (another one that should be excluded)


I don't know why #1 has "file://" before the path, and #2 doesn't, but that 
pattern continues throughout the rest 
of the task queue.  Those directories are clearly excluded, and even Beagle 
says that they are, but it keeps 
indexing those files anyway.  Reloading the daemon doesn't help.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages beagle depends on:
ii  adduser3.99  Add and remove users and groups
ii  bash   3.1dfsg-7 The GNU Bourne Again SHell
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libexif12  0.6.13-4  library to parse EXIF files
ii  libexpat1  1.95.8-3.3XML parsing C library - runtime li
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgalago1.0-cil   0.5.0-1   CLI bindings for libgalago
ii  libgconf2.0-cil2.8.3-2   CLI binding for GConf 2.12
ii  libglade2.0-cil2.8.3-2   CLI binding for the Glade librarie
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libglib2.0-cil 2.8.3-2   CLI binding for the GLib utility l
ii  libgmime2.2-cil2.2.3-1.3 CLI binding for the MIME library, 
ii  libgnome2.0-cil2.8.3-2   CLI binding for GNOME 2.12
ii  libgnomevfs2-0 2.14.2-2+b1   GNOME virtual file-system (runtime
ii  libgsf-1-114   1.14.3-1  Structured File Library - runtime 
ii  libgsf0.0-cil  0.8-1 CLI bindings for libgsf
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libgtk2.0-cil  2.8.3-2   CLI binding for the GTK+ toolkit 2
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmono-corlib1.0-cil  1.1.18-3  Mono core library (1.0)
ii  libmono-sharpzip0.6-cil1.1.18-3  Mono SharpZipLib library
ii  libmono-sharpzip0.84-cil   1.1.18-3  Mono SharpZipLib library
ii  libmono-sqlite1.0-cil  1.1.18-3  Mono Sqlite library
ii  libmono-system-data1.0-cil 1.1.18-3  Mono System.Data library
ii  libmono-system-runtime1.0- 1.1.18-3  Mono System.Runtime library
ii  libmono-system-web1.0-cil  1.1.18-3  Mono System.Web library
ii  libmono-system1.0-cil  1.1.18-3  Mono System libraries (1.0)
ii  libmono0   1.1.18-3  libraries for the Mono JIT
ii  libmono1.0-cil 1.1.18-3  Mono libraries (1.0)
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  librsvg2-2 2.14.4-2  SAX-based renderer library for SVG
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libsqlite0 2.8.17-1  SQLite shared library
ii  libsqlite3-0   3.3.8-1   SQLite 3 shared library
ii  libwmf0.2-70.2.8.4-2 Windows metafile conversion librar
ii  lib

Bug#399016: kaddressbook: Data loss, involving strange file duplication and locking problems

2006-11-16 Thread Adam Porter
Package: kaddressbook
Version: 4:3.5.5.dfsg.1-1
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have noticed this behavior for some time, since back in KDE 3.4.x at least, 
but this is the last straw, so I'm 
filing a bug.  A week or so ago I entered a few new contacts into my KDE 
address book.  When I went to look up the contacts' e-mail addresses just 
now, my search in KABC found nothing.  I opened a shell and found this:

$ cd .kde/share/apps/kabc/
$ ll
total 504K
drwx-- 2 first first 4.0K 2006-11-16 05:15 lock
drwx-- 2 first first 4.0K 2005-12-19 18:58 logos
drwx-- 2 first first 4.0K 2005-12-19 18:58 photos
drwx-- 2 first first 4.0K 2005-12-19 18:58 sounds
- -rwx-- 1 first first  41K 2006-11-16 05:15 std.vcf
- -rwx-- 1 first first  41K 2006-11-16 05:15 std.vcf__0
- -rw-r--r-- 1 first first  41K 2006-11-16 05:15 std.vcf__1
- -rw-r--r-- 1 first first  41K 2006-11-16 05:15 std.vcf__2
- -rwx-- 1 first first0 2006-11-09 03:03 std.vcf2WPY5b.new
- -rw-r--r-- 1 first first  41K 2006-11-16 05:15 std.vcf__3
- -rw-r--r-- 1 first first  41K 2006-11-16 05:15 std.vcf__4
- -rw-r--r-- 1 first first  41K 2006-11-16 05:15 std.vcf__5
- -rw-r--r-- 1 first first  42K 2006-11-16 05:15 std.vcf__6
- -rw-r--r-- 1 first first  42K 2006-11-16 05:15 std.vcf__7
- -rw-r--r-- 1 first first  42K 2006-11-16 05:15 std.vcf__8
- -rw-r--r-- 1 first first  41K 2006-11-16 05:15 std.vcf__9
- -rwx-- 1 first first0 2006-11-13 02:55 std.vcfVRcdrb.new
$ ll lock
total 8.0K
- -rw-r--r-- 1 first first 11 2006-11-09 03:03 
_home_first_.kde_share_apps_kabc_std.vcfMuo9TRh0
- -rw-r--r-- 1 first first 10 2006-11-13 02:55 
_home_first_.kde_share_apps_kabc_std.vcfSj652hp5
$ rgrep lash .
../std.vcf__6:EMAIL:[EMAIL PROTECTED]
../std.vcf__7:EMAIL:[EMAIL PROTECTED]
../std.vcf__8:EMAIL:[EMAIL PROTECTED]

As you can see, there are many duplicates of the std.vcf file, and two lock 
files.  The dates on the lock files 
don't match the date on the current std.vcf file.  There are two old 
std.vcf...new files that are empty.  There 
are three std.vcf__# files that are larger than the rest, and inside those 
three files are the contacts that I 
entered that are now missing in std.vcf.

Thankfully, I can copy one of those three files over the std.vcf file and 
regain those contacts.  But what in the 
world is going on here?

I'm rating this as grave because I consider it a data-loss bug.  Most users 
won't have any idea how to dig for 
the vcf files, and even if they do, there's no guarantee that the missing data 
will be there.  And even worse, if 
this went unnoticed for a while, you could end up with a branching scenario 
where some files had some contacts, 
and other files had other contacts, and somehow you'd have to merge them back 
together into a single file to get 
them all back.  Worst of all, this makes the KDE address book system (which is 
used by Kontact/KMail/etc) 
completely unreliable and untrustworthy.  I hope Etch isn't released with this 
bug.

Please let me know how I can help debug this.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kaddressbook depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libbluetooth2  3.7-1 Library to use the BlueZ Linux Blu
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libfam02.7.0-11  Client library to control the FAM 
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-19GCC support library
ii  libgnokii3 0.6.14-1  Gnokii library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkcal2b  4:3.5.5.dfsg.1-1  KDE calendaring library
ii  libkdepim1a4:3.5.5.dfsg.1-1  KDE PIM library
ii  libkleopatra1  4:3.5.5.dfsg.1-1  KDE GnuPG interface libraries
ii  libktnef1  4:3.5.5.dfsg.1-1  Library for handling KTNEF email a
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
i

Bug#398703: beagle: IRC log indexing hangs (for 3 days)

2006-11-14 Thread Adam Porter
Package: beagle
Version: 0.2.12-1+b1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It's currently 2006-11-14 23:46, and a quick check of beagle-status shows:

Scheduler:
Count: 4
Status: Executing task
Immediate 0 (11/11/2006 4:01:45 AM)
file:///home/me/logs/freenode_%23dreamhost.log

I cleared out the .beagle directory several days ago, and I noticed that it 
wasn't back up to size, and now I see 
that the indexer is hung again.  :/

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages beagle depends on:
ii  adduser3.99  Add and remove users and groups
ii  bash   3.1dfsg-7 The GNU Bourne Again SHell
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libexif12  0.6.13-4  library to parse EXIF files
ii  libexpat1  1.95.8-3.3XML parsing C library - runtime li
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgalago1.0-cil   0.5.0-1   CLI bindings for libgalago
ii  libgconf2.0-cil2.8.3-2   CLI binding for GConf 2.12
ii  libglade2.0-cil2.8.3-2   CLI binding for the Glade librarie
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libglib2.0-cil 2.8.3-2   CLI binding for the GLib utility l
ii  libgmime2.2-cil2.2.3-1.3 CLI binding for the MIME library, 
ii  libgnome2.0-cil2.8.3-2   CLI binding for GNOME 2.12
ii  libgnomevfs2-0 2.14.2-2+b1   GNOME virtual file-system (runtime
ii  libgsf-1-114   1.14.3-1  Structured File Library - runtime 
ii  libgsf0.0-cil  0.8-1 CLI bindings for libgsf
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libgtk2.0-cil  2.8.3-2   CLI binding for the GTK+ toolkit 2
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmono-corlib1.0-cil  1.1.18-3  Mono core library (1.0)
ii  libmono-sharpzip0.6-cil1.1.18-3  Mono SharpZipLib library
ii  libmono-sharpzip0.84-cil   1.1.18-3  Mono SharpZipLib library
ii  libmono-sqlite1.0-cil  1.1.18-3  Mono Sqlite library
ii  libmono-system-data1.0-cil 1.1.18-3  Mono System.Data library
ii  libmono-system-runtime1.0- 1.1.18-3  Mono System.Runtime library
ii  libmono-system-web1.0-cil  1.1.18-3  Mono System.Web library
ii  libmono-system1.0-cil  1.1.18-3  Mono System libraries (1.0)
ii  libmono0   1.1.18-3  libraries for the Mono JIT
ii  libmono1.0-cil 1.1.18-3  Mono libraries (1.0)
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  librsvg2-2 2.14.4-2  SAX-based renderer library for SVG
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libsqlite0 2.8.17-1  SQLite shared library
ii  libsqlite3-0   3.3.8-1   SQLite 3 shared library
ii  libwmf0.2-70.2.8.4-2 Windows metafile conversion librar
ii  libwv-1.2-31.2.4-1   Library for accessing Microsoft Wo
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxss11:1.1.0-1 X11 Screen Saver extension library
ii  mono-runtime   1.1.18-3  Mono runtime
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages beagle recommends:
ii  xpdf-utils [poppler-utils]3.01-9 Portable Document Format (PDF) sui

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFWqtD5+GdyTDsrJsRApSoAKC0Y2wi4bY

  1   2   3   4   >