Bug#997092: imapfilter: Version 2.7.5 appears to be packaged but is actually version 2.6.16

2021-10-23 Thread Andrew Ferrier
Package: imapfilter
Version: 1:2.7.5-1
Severity: important

Dear Maintainer,

It appears that version of 2.7.5 of imapfilter in the Debian package archive is 
actually version 2.6.16. I've tried installing the binary package from the 
pool, as well as building the package from source, but it only results in 
2.6.16. Inspecting the source also demonstrates that this is the case.

Note that this is also true of the packages in the Ubuntu archive, FWIW, but I 
assume those are taken directly from Debian.

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

Kernel: Linux 5.4.0-88-generic (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages imapfilter depends on:
ii  libc6 2.31-0ubuntu9.2
ii  liblua5.2-0   5.2.4-1.1build3
ii  libpcre2-8-0  10.34-7
ii  libssl1.1 1.1.1f-1ubuntu2.8

imapfilter recommends no packages.

imapfilter suggests no packages.

-- no debconf information



Bug#408056: mozilla-firefox: Iceweasel crashes when trying to install delicious plugin

2007-01-23 Thread Andrew Ferrier
Package: mozilla-firefox
Version: 2.0.0.1+dfsg-2
Severity: important

Recreation steps:

1. Start iceweasel from the console
2. Go to delicious.com/help
3. Click on 'firefox extension'
4. Click on 'Install v1.2 now'
5. Iceweasel crashes and disappears from X

The following output appears on the console:

[EMAIL PROTECTED]:~$ mozilla-firefox
INTERNAL ERROR on Browser End: No manager for initializing factory?

System error?:: Success
[EMAIL PROTECTED]:~$

Thanks,
Andrew.

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages mozilla-firefox depends on:
ii  iceweasel 2.0.0.1+dfsg-2 lightweight web browser based on M

mozilla-firefox recommends no packages.

-- no debconf information


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



Bug#379898: exim4-base: Could create cronjob to check paniclog

2006-07-28 Thread Andrew Ferrier
On 2006-07-28 at 14:03 +0200, Marc Haber wrote:

 On Wed, Jul 26, 2006 at 11:12:42AM +0200, Marc Haber wrote:
  I would be willing to accept a patch to the daily cron job which would
  yell into syslog, try to send an e-mail (by directly calling
  /usr/lib/sendmail and reporting a non-zero exit code to syslog and
  probably somewhere else). A hook would be nice at this place as well,
  allowing the local admin to have his local reporting method (like a
  nagios passive service check or writing a warning to /etc/motd) hooked
  in.
 
 What do you think about this code:
 
 log_this() {
   TEXT=$@
   if ! logger -t exim4 -p mail.alert $TEXT; then
 RET=$?
 echo 2 ALERT: could not syslog $TEXT, logger return value $RET
   fi
 }
 
 if [ $WATCH_PANICLOG = yes ]; then
   if [ -s /var/log/exim4/paniclog ]; then
 if [ -x /usr/local/lib/exim4/nonzero_paniclog_hook ]; then
   /usr/local/lib/exim4/nonzero_paniclog_hook
 fi
 log_this ALERT: exim paniclog /var/log/exim4/paniclog has non-zero size, 
 mail system possibly broken
 if ! echo -e Subject: exim paniclog on $(hostname) has non-zero 
 size\nTo: root\n\nexim paniclog /var/log/exim4/paniclog on $(hostname) has 
 non-zero size, mail system might be broken | exim4 root; then
   log_this PANIC: sending out e-mail warning has failed, exim has 
 non-zero return code
 fi
   fi
 fi
 
 with WATCH_PANICLOG being preset to yes?
 
 Greetings
 Marc

Looks good to me.

-- 
Andrew Ferrier

mobile: +44 (0) 7968 147953
email: [EMAIL PROTECTED]

photo gallery: www.new-destiny.co.uk/andrew/gallery2/
blog: www.new-destiny.co.uk/andrew/blog/


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



Bug#379898: exim4-base: Could create cronjob to check paniclog

2006-07-27 Thread Andrew Ferrier
On 2006-07-26 at 19:51 +0200, Andreas Metzler wrote:

 On 2006-07-26 Andrew Ferrier [EMAIL PROTECTED] wrote:
  Package: exim4-base
  Version: 4.62-1
  Severity: wishlist
 
  The exim4 specification recommends creating a cronjob to check that
  paniclog is empty: (see third bullet point from the top)
 
  http://www.exim.org/exim-html-4.40/doc/html/spec_45.html
 
  It would useful to have one of these shipped by Debian's exim4 by
  default, probably installed into /etc/cron.d. Presumably it would email
  root if the file wasn't empty.
 [...]
 
 Shouldn't this be done by logwatch or similar stuff? Every single
 package watching its own logfiles seems a little bit wasteful.
 cu andreas

Actually, yes, that would be a good idea. Perhaps the only issue is
that then leads to the email-problem-recursing-on-email-problem again.

Thanks,
Andrew.

-- 
Andrew Ferrier

mobile: +44 (0) 7968 147953
email: [EMAIL PROTECTED]

photo gallery: www.new-destiny.co.uk/andrew/gallery2/
blog: www.new-destiny.co.uk/andrew/blog/


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



Bug#379898: exim4-base: Could create cronjob to check paniclog

2006-07-26 Thread Andrew Ferrier
Package: exim4-base
Version: 4.62-1
Severity: wishlist

The exim4 specification recommends creating a cronjob to check that
paniclog is empty: (see third bullet point from the top)

http://www.exim.org/exim-html-4.40/doc/html/spec_45.html

It would useful to have one of these shipped by Debian's exim4 by
default, probably installed into /etc/cron.d. Presumably it would email
root if the file wasn't empty.

Thanks,
Andrew.

-- Package-specific info:
Exim version 4.62 #1 built 02-May-2006 11:51:48
Copyright (c) University of Cambridge 2006
Berkeley DB: Sleepycat Software: Berkeley DB 4.3.29: (September  6, 2005)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis 
nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages exim4-base depends on:
ii  adduser   3.87   Add and remove users and groups
ii  cron  3.0pl1-94  management of regular background p
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  exim4-config [exim4-config-2] 4.62-1 configuration for the exim MTA (v4
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libdb4.3  4.3.29-4.1 Berkeley v4.3 Database Libraries [
ii  netbase   4.25   Basic TCP/IP networking system

Versions of packages exim4-base recommends:
ii  psmisc22.2-1 Utilities that use the proc filesy

-- debconf information:
  exim4/purge_spool: false
  exim4/move_exim3_spool: false


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



Bug#372184: aptitude: unmarkauto does not work correctly from the command line

2006-06-08 Thread Andrew Ferrier
Package: aptitude
Version: 0.2.15.9-2
Severity: important


I just tried to get aptitude to mark libavcodeccvs as manually
installed, stopping it from being removed due to lack of use:

[EMAIL PROTECTED]:/home/ferriera$ aptitude unmarkauto libavcodeccvs
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
The following packages are unused and will be REMOVED:
  libavcodeccvs
The following packages have been kept back:
  rt2500-source
0 packages upgraded, 0 newly installed, 1 to remove and 1 not
upgraded.
Need to get 0B of archives. After unpacking 4342kB will be freed.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
(Reading database ... 94343 files and directories currently
installed.)
Removing libavcodeccvs ...
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
[EMAIL PROTECTED]:/home/ferriera$

As you can see, aptitude seems to have removed it anyway! I have marked
this bug as important since this might have caused a problem if
I hadn't had access to the original .deb. I won't object if you
downgrade to normal, though.

Thanks for your work on aptitude.

Regards,
Andrew Ferrier.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.16
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6 0.5.28.6   Advanced front-end for dpkg
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libgcc1   1:3.4.3-13 GCC support library
ii  libncurses5   5.4-4  Shared libraries for terminal hand
ii  libsigc++-1.2-5c102   1.2.5-4type-safe Signal Framework for C++
ii  libstdc++51:3.3.5-13 The GNU Standard C++ Library v3

-- no debconf information


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



Bug#358634: sshfs: Could include FAQ

2006-03-23 Thread Andrew Ferrier
Package: sshfs
Version: 1.2-1
Severity: wishlist

The latest level of the FAQ from 
http://fuse.sourceforge.net/wiki/index.php/SshfsFaq could
be included in /usr/share/doc/sshfs.

Thanks for packaging sshfs, it's really useful!

Thanks,
Andrew.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages sshfs depends on:
ii  fuse-utils2.5.2-2Filesystem in USErspace (utilities
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libfuse2  2.5.2-2Filesystem in USErspace library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines

sshfs recommends no packages.

-- debconf-show failed


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



Bug#349974: aptitude -q=10 update does not behave as expected

2006-01-26 Thread Andrew Ferrier
Package: aptitude
Version: 0.4.1-1
Severity: minor

I was trying to find an aptitude equivalent to the apt-get command:

apt-get -qq update

which doesn't output anything on stdout (unless there is an error). The
closest I could find was:

aptitude -q10 update

However, even when using an extreme value such as 10, aptitude still
outputs:

Reading package lists...
Building dependency tree...
Reading extended state information...
Initializing package states...
Building tag database...
Reading package lists...
Building dependency tree...
Reading extended state information...
Initializing package states...
Building tag database...

Technically speaking this is probably not a bug, more a wishlist item,
as there's no guarantee as to what -q hides, but it seems consistent
with most other commands that an excessive level of -q's should at
least hide all normal (stdout) output. What do you think?

One workaround, of course, is to use  /dev/null.

Thanks for your work on aptitude, it's a great tool!

Regards,
Andrew.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43.1   Advanced front-end for dpkg
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.16-2   type-safe Signal Framework for C++
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.1-1English manual for aptitude, a ter

-- no debconf information


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



Bug#296479: monitrc.d

2006-01-26 Thread Andrew Ferrier
Package: monit
Version: 1:4.6-1
Followup-For: Bug #296479

Actually, I would suggest that a good way of supporting this would be to
support an /etc/monitrc.d directory (in a similar manner to
/etc/apache.d, /etc/logrotate.d, and so on), into which other Debian
packages (clamav, spamd, apache, exim, etc.) could put config. files.
This would mean these packages could be monitored with little or no work
on the sysadmin's part. I don't know whether this would be useful for
upstream as well.

Thanks,
Andrew.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages monit depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libssl0.9.7   0.9.7g-5   SSL shared libraries

monit recommends no packages.

-- no debconf information


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



Bug#273468: dpkg-repack: Thanks

2006-01-23 Thread Andrew Ferrier
Package: dpkg-repack
Version: 1.22
Followup-For: Bug #273468

That seems to do the job really well, thanks.

Andrew

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages dpkg-repack depends on:
ii  dpkg-dev  1.13.11package building tools for Debian
ii  perl  5.8.7-10   Larry Wall's Practical Extraction 

dpkg-repack recommends no packages.

-- no debconf information


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



Bug#346213: apt-show-versions: Could provide bash completion

2006-01-06 Thread Andrew Ferrier
Package: apt-show-versions
Version: 0.09
Severity: wishlist

It would be good if apt-show-versions provided a script for
/etc/bash_completion.d to complete package names, options, etc.

Thanks for your work on this package, it's really handy.

Regards,
Andrew Ferrier.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages apt-show-versions depends on:
ii  apt   0.6.43 Advanced front-end for dpkg
ii  libapt-pkg-perl   0.1.18+b1  Perl interface to libapt-pkg
ii  perl [libstorable-perl]   5.8.7-10   Larry Wall's Practical Extraction 

apt-show-versions recommends no packages.

-- no debconf information


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



Bug#342693: yafc: Ctrl-C behaviour is annoying

2005-12-10 Thread Andrew Ferrier
On 2005-12-09 at 12:28 -0500, Decklin Foster wrote:

 Andrew Ferrier writes:
 
  In bash, and most shells, Ctrl-C seems to kill the current line and open
  a new prompt. However, in yafc, pressing Ctrl-C also disconnects from
  the server one is connected to.
 
 My thought is that if something is open (running) in a shell, ctrl-C
 kills it, so I hadn't personally found this behavior surprising.
 
 Would ctrl-U work for you? That's what I always use for erase the
 current line and start over. But I'm not sure if you're looking for
 something more here.

I have to admit I didn't know about that. Having just tested it in bash
and yafc, it does seem to do what I usually use Ctrl-C for, so I should
probably get used to doing that.

 ctrl-D should only be exit on a blank line, methinks, as it is
 equivalent to end-of-file.

Fair enough.

 Yafc uses readline, so is it also possible that you can setup the
 bindings you want by using .inputrc? If so maybe you can close this bug.
 Thanks.

Fair point - didn't know that. Sounds like my 'wrong' behaviour would
be configurable anyway if I wanted, although I'll try and get used to
the right keybindings!

Thanks for your help. I think you can close this bug.

Cheers,
Andrew.

-- 
Andrew Ferrier

web: http://www.new-destiny.co.uk/andrew/
email: [EMAIL PROTECTED]


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



Bug#342693: yafc: Ctrl-C behaviour is annoying

2005-12-09 Thread Andrew Ferrier
Package: yafc
Version: 1.1-4
Severity: normal

In bash, and most shells, Ctrl-C seems to kill the current line and open
a new prompt. However, in yafc, pressing Ctrl-C also disconnects from
the server one is connected to. I'm not sure if this is intentional, but
personally I find this very irritating and I am frequently disconnecting
accidentally. I would have thought Ctrl-D is a more appropriate keymap,
since this normally exits a shell.

However, I appreciate that this may be design, so perhaps this bug is
arguably wishlist.

Thanks for your work on yafc.

Regards,
Andrew Ferrier

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages yafc depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libreadline5  5.0-11 GNU readline and history libraries

yafc recommends no packages.

-- no debconf information


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



Bug#330242: jhead: Also happens with -autorot

2005-10-04 Thread Andrew Ferrier
Package: jhead
Version: 2.41-1
Followup-For: Bug #330242

This also seems to happen with -autorot; for example, in a directory
full of images, some of which need to be rotated, and some which don't:

jhead -autorot *

Initially all files have rw-r--r-- permissions. At the end, the ones
which are rotated end up with rw--- permissions, the rest with the
same as they had before.

Thanks,
Andrew.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages jhead depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libjpeg-progs 6b-10  Programs for manipulating JPEG fil

jhead recommends no packages.

-- no debconf information


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



Bug#330188: gnome-applets: Sticky notes: always on top option

2005-09-26 Thread Andrew Ferrier
Package: gnome-applets
Version: 2.10.1-5
Severity: wishlist

As of 2.10, the sticky notes applet appears to have new (or perhaps
fixed :) behaviour whereby the notes are always on top. Although this
probably makes sense as the default setting, I personally find it quite
irritating: unticking 'Show Notes' is not quite the same as having on
the desktop, but under all the windows. I think it would be good to
have a preference along the lines of 'Always on Top', albeit with the
default as 'Yes'.

Thanks,
Andrew.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages gnome-applets depends on:
ii  debconf [debconf-2.0]1.4.58  Debian configuration management sy
ii  gnome-applets-data   2.10.1-5Various applets for GNOME 2 panel 
ii  gnome-icon-theme 2.10.1-2GNOME Desktop icon theme
ii  gnome-panel  2.10.2-1launcher and docking facility for 
ii  gstreamer0.8-oss [gstrea 0.8.8-3 OSS plugin for GStreamer
ii  libapm1  3.2.2-3 Library for interacting with APM d
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libbonobo2-0 2.10.1-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.10.1-1The Bonobo UI library
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libgail-common   1.8.5-1 GNOME Accessibility Implementation
ii  libgail171.8.5-1 GNOME Accessibility Implementation
ii  libgconf2-4  2.10.1-2GNOME configuration database syste
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.8.0-1 The GLib library of C routines
ii  libgnome2-0  2.10.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.10.2-2A powerful object-oriented display
ii  libgnomeui-0 2.10.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.10.1-5The GNOME virtual file-system libr
ii  libgstreamer-plugins0.8- 0.8.8-3 Various GStreamer libraries and li
ii  libgstreamer0.8-00.8.11-1Core GStreamer libraries, plugins,
ii  libgtk2.0-0  2.6.8-1 The GTK+ graphical user interface 
ii  libgtop2-5   2.10.2-1Libraries for gtop system monitori
ii  libgucharmap41:1.4.3-2   Unicode browser widget library (sh
ii  libice6  6.8.2.dfsg.1-7  Inter-Client Exchange library
ii  liborbit21:2.12.2-3  libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0   2.10.2-1library for GNOME 2 panel applets
ii  libpango1.0-01.8.2-1 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   6.8.2.dfsg.1-7  X Window System Session Management
ii  libwnck162.10.3-1Window Navigator Construction Kit 
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxklavier102.0-0.2 X Keyboard Extension high-level AP
ii  libxml2  2.6.22-1GNOME XML library
ii  xlibs6.8.2.dfsg.1-7  X Window System client libraries m
ii  zlib1g   1:1.2.3-4   compression library - runtime

Versions of packages gnome-applets recommends:
pn  gnome-medianone(no description available)
ii  gnome-netstatus-applet 2.10.0-2  Network status applet for GNOME 2
ii  gnome-system-monitor   2.10.1-2  Process viewer and system resource
ii  imagemagick6:6.0.6.2-2.4 Image manipulation programs

-- debconf information:
  gnome-applets/cpufreq_SUID_bit: false


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



Bug#326901: aptitude: Cannot keep package at current version when in hold state

2005-09-06 Thread Andrew Ferrier
Package: aptitude
Version: 0.2.15.9-2
Severity: minor

Instructions to reproduce:

1. Start aptitude, select a normal, installed, package.
2. Hit =. The package is marked as held.
3. Now I've changed my mind, I just want it to be kept at the current
version, but not prevent upgrades. So I press :. Nothing happens.

The workaround is to first mark the package to be upgraded by hitting
+, then hit :. I don't think it should be necessary to do this,
though - there's no logical reason why it couldn't go straight from
'held' state to 'keep at current version but allow upgrades' state.

Thanks,
Andrew.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-5-3.3 0.5.28.6   Advanced front-end for dpkg
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libsigc++-1.2-5c102   1.2.5-4type-safe Signal Framework for C++
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.2.15.9-2 English manual for aptitude, a ter

-- no debconf information


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



Bug#315550: elinks: Doesn't save keybinding for ' correctly

2005-06-23 Thread Andrew Ferrier
Package: elinks
Version: 0.10.4-7
Severity: normal

Steps to recreate:

1. Delete or move ~/.elinks/elinks.conf out of the way.

2. Run elinks.

3. In the keybinding manager, set any action to the ' key. Confirm when
warned that it's already in use.

4. Select 'Save', then 'Close'.

5. Exit elinks.

6. Run elinks again. At startup it will print a few messages about
parse errors.

I think this occurs because the ' key is not correctly escaped in
elinks.conf when autosaved (unlike the \ key, which is correctly escaped
with itself). If I edit elinks.conf between steps 5 and 6 and insert
a \ directly before the ' so it looks like:

bind main \' = my-action

instead of:

bind main ' = my-action

there are no complaints and the key works as expected.

Thanks for maintaining this package.

Thanks,
Andrew.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages elinks depends on:
ii  debconf 1.4.51   Debian configuration management sy
ii  libbz2-1.0  1.0.2-7  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libexpat1   1.95.8-3 XML parsing C library - runtime li
ii  libgnutls11 1.0.16-13.1  GNU TLS library - runtime library
ii  libgpmg11.19.6-20General Purpose Mouse - shared lib
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  liblua505.0.2-5  Main interpreter library for the L
ii  liblualib50 5.0.2-5  Extension library for the Lua 5.0 
ii  libperl5.8  5.8.7-3  Shared Perl library
ii  zlib1g  1:1.2.2-4compression library - runtime

-- debconf-show failed


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



Bug#313417: aptitude: Does not remember package selection after install failure

2005-06-14 Thread Andrew Ferrier
On 2005-06-13 at 14:57 -0400, Daniel Burrows wrote:

 ... and when you start it, a big red dialog box appears with the message:
 
 W: Warning: could not lock the cache file.  Opening in read-only mode

Perhaps it should be doing that, but it certainly doesn't here. Maybe
there's a configuration option that toggles that behaviour? I can't find
one though. Is there anything I can do to trace why that might not be
happening?

However, that's not really the main thrust of the bug report: that was
just example to recreate the bug. The point is that if aptitude
cannot install packages for whatever reason (out of disk space, DB not
lockable, a conflict, etc.), then it should retain the selections one
has made: it's irritating to have them lost because of a problem with
(potentially) just one package.

Since this is a usability bug, though, I've no objections if you want
to lower it to minor rather than normal.

Thanks,
Andrew.

-- 
Andrew Ferrier

mobile: +44 (0) 7968 147953
web: http://www.new-destiny.co.uk/andrew/
email: [EMAIL PROTECTED]


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



Bug#313417: aptitude: Does not remember package selection after install failure

2005-06-13 Thread Andrew Ferrier
Package: aptitude
Version: 0.2.15.9-2
Severity: normal

To recreate:

1. Lock the dpkg database e.g. open a terminal, do apt-get install
apackagename, and leave it sitting at the [Y/n] prompt.

2. Open another terminal, run aptitude. Select a single package to
install and hit 'g'. The package is downloaded but then fails to install
with the message 'dpkg: status database area is locked by another
process'. This is OK.

3. Hit return. On the return to aptitude, the selected package is no
longer selected.

This is a big pain when selecting a whole bunch of packages for
install/upgrade/purging or some combination of those, as when it doesn't
work (which I think could be for any reason, not just the recreate
example above), all your selections are lost. I consider this to be
a usability bug; I was surprised that it wasn't already reported, but
I couldn't find it in the open list of bugs.

Thanks for your work on aptitude, it's a good tool!

Regards,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-5-3 0.5.28.6 Advanced front-end for dpkg
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libsigc++-1.2-5c102 1.2.5-4  type-safe Signal Framework for C++
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3

-- no debconf information


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



Bug#313206: sox: Does not cope well with running out of disk space

2005-06-12 Thread Andrew Ferrier
Package: sox
Version: 12.17.3-4woody2
Severity: grave
Justification: causes non-serious data loss

I invoke sox in the following way:

sox file.au file.wav

sox runs out of disk space half-way through the conversion (as confirmed
by a subsequent df), but appears to terminate normally: nothing is
printed to stdout, and the return code is 0. The target file is
definitely truncated, as can be easily discovered by playing it.

I feel this indicates a grave problem as the user or a script might then
decide to delete the source file file.au, perhaps permanently losing the
latter part of the audio data from the file. Of course in theory they
should check the contents of the target file, but this isn't always
feasible, particularly during mass conversions.

This bug is filed on a woody system, but I have checked the changelog
in sarge and I can't see any obvious fixes to this problem. I can
re-test this problem on sarge in about a week when I have time to
upgrade my system, if necessary.

Thanks,
Andrew.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux laura 2.4.27 #1 Sun Apr 3 16:34:01 BST 2005 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages sox depends on:
ii  libc6 2.2.5-11.8 GNU C Library: Shared libraries an
ii  libogg0   1.0rc3-1   Ogg Bitstream Library
ii  libvorbis01.0rc3-1   The Vorbis General Audio Compressi



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



Bug#299480: synaptic: Package/Configure... on package with no settings is confusing

2005-06-09 Thread Andrew Ferrier
OK, makes sense. Could you reassign this please?

Thanks,
Andrew.

On 2005-06-08 at 23:04 +0200, Michael Vogt wrote:

 Sorry, there is no way for synaptic to know that no action was
 performed by dpkg-reconfigure. dpkg-reconfigure has apparently no way
 of telling me that it didn't do anything. It's probably best to
 reassign this to dpkg-reconfigure (or add a seperate bug to
 dpkg-reconfigure). It could e.g. print a message or something.

-- 
Andrew Ferrier

web: http://www.new-destiny.co.uk/andrew/
email: [EMAIL PROTECTED]


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



Bug#312328: xxdiff: 'copy file' in recursive diff copies to wrong directory

2005-06-07 Thread Andrew Ferrier
Package: xxdiff
Version: 1:3.1-3
Severity: normal

To recreate, create two directory structures:

/tmp/a/
/tmp/a/b/
/tmp/a/b/c
/tmp/a/b/d

/tmp/a2/
/tmp/a2/b/
/tmp/a2/b/d

The 'd' files are identical, but it doesn't matter exactly what the
contents are.

Invoke xxdiff:

xxdiff -r /tmp/a /tmp/a2

xxdiff correctly shows b/c in green, and doesn't highlight the 'd'
files because they are identical. However, if one right-clicks on b/c,
and selects 'Copy left file to right', nothing seems to happen. Then
quit xxdiff and re-start it with the same command. It is obvious (and
this is backed up by looking at the contents of the filesystem), that
c has been copied to /tmp/a2/. I'm not sure if this is the intended
behaviour, but it's obviously not particularly useful if the directory
structure in question is complex!

I think there are two problems here:

1. xxdiff should copy files to the correct subdirectory.
2. It should update the file listings straight away to show that
change, as it would if you were merging files (again, a look at the
filesystem shows the file is copied instantly).

Hope this helps. Thanks for packaging xxdiff - it's invaluable to me
day-by-day!

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xxdiff depends on:
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libstdc++5   1:3.3.5-13  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#310723: /usr/bin/querybts: Minor grammar correction

2005-05-25 Thread Andrew Ferrier
Package: reportbug
Version: 3.8
Severity: minor
File: /usr/bin/querybts

querybts with no arguments produces:

Please specify a package or one or more bug numbers.
Note: most shells consider # a comment character; however, a
leading # is unneeded to specify a bug by number.

The last line should probably say:

leading # is not needed to specify a bug by number.

Thanks,
Andrew.

-- Package-specific info:
** Environment settings:
EDITOR=vi

** /home/ferriera/.reportbugrc:
mode advanced
realname Andrew Ferrier
email [EMAIL PROTECTED]
no-cc

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages reportbug depends on:
ii  python2.3 2.3.5-3An interactive high-level object-o

-- no debconf information


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



Bug#310568: screen: Does not honour monitor toggle correctly when defmonitor is set

2005-05-24 Thread Andrew Ferrier
Package: screen
Version: 4.0.2-2.backports.org.1
Severity: normal

Note: I have also seen this bug with the standard woody version of the
package, 3.9.11-5woody1. I upgraded to the latest backport from
backports.org to see if this fixed it but exactly the same bug occurs.

With 'defmonitor on' in my ~/.screenrc, the C-a M keystroke produces the
message 'Window n (blah) is no longer being monitored for activity' (and
this matches up with the subsequent behaviour - the window is not
monitored and no messages ever appear whilst other windows are
selected). However, if I press the keystroke again, the same message
appears and the window is still not monitored, contrary to the manpage
which says the C-a M keystroke toggles the state. The only way to
monitor the window now is to type ':monitor on'.

With 'defmonitor on' commented out in ~/.screenrc, this bug does not
occur - the monitor state starts out as off and the keystroke toggles it
correctly.

I'm not sure if this bug affects other toggled options.

Thanks,
Andrew.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux laura 2.4.27 #1 Sun Apr 3 16:34:01 BST 2005 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages screen depends on:
ii  base-passwd  3.4.1   Debian Base System Password/Group 
ii  debconf  1.2.34  Debian configuration management sy
ii  libc62.2.5-11.8  GNU C Library: Shared libraries an
ii  libncursesw5 5.2.20020112a-7 Shared libraries for terminal hand
ii  libpam0g 0.72-35 Pluggable Authentication Modules l
ii  passwd   2902-13 Change and administer password and



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



Bug#308947: vim-common: Syntax highlighting for sources.list

2005-05-13 Thread Andrew Ferrier
Package: vim-common
Version: 1:6.3-071+1
Severity: wishlist

It would be handy if vim had syntax highlighting for apt's
sources.list, a file that can be confusing for newcomers to Debian
especially.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages vim-common depends on:
ii  vim  1:6.3-071+1 Vi IMproved - enhanced vi editor

-- no debconf information


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



Bug#307904: spamassassin: Version 3.0.3 into unstable?

2005-05-06 Thread Andrew Ferrier
Package: spamassassin
Version: 3.0.2-1
Severity: wishlist

Now that version 3.0.3 of SpamAssassin has been released, could it be
put into unstable?

Thanks for your work on this package.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages spamassassin depends on:
ii  debconf   1.4.30.13  Debian configuration management sy
ii  libdigest-sha1-perl   2.10-1 NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.45-2 A collection of modules that parse
ii  perl [libstorable-perl]   5.8.4-8Larry Wall's Practical Extraction 
ii  spamc 3.0.2-1Client for SpamAssassin spam filte

-- debconf information:
  spamassassin/upgrade/2.40:
  spamassassin/upgrade/2.40w:
  spamassassin/upgrade/cancel: Continue
  spamassassin/upgrade/2.42m: No
  spamassassin/upgrade/2.42u: No


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



Bug#307910: /usr/bin/dpigs: dpigs could support human-readable

2005-05-06 Thread Andrew Ferrier
Package: debian-goodies
Version: 0.23
Severity: wishlist
File: /usr/bin/dpigs

Obviously the -h option is already taken, but it would be handy if
dpigs could support something similar to du's -h option to print in
human-readable form. It's a very handy utility, but this would make it
more friendly I think.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages debian-goodies depends on:
ii  curl   7.13.2-2  Get a file from an HTTP, HTTPS, FT
ii  grep-dctrl 2.1.10Grep Debian package information
ii  lsof   4.74.dfsg.3-2 List open files.
ii  python 2.3.5-1   An interactive high-level object-o

-- no debconf information


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



Bug#305564: RFP: atlas-flightgear -- Produce and display high quality charts of the world for users of FlightGear, an open source flight simulator.

2005-04-20 Thread Andrew Ferrier
Package: wnpp
Version: N/A; reported 2005-04-20
Severity: wishlist

* Package name: atlas-flightgear
  Version : 0.2.2
  Upstream Author : [EMAIL PROTECTED]
* URL : http://atlas.sourceforge.net/
* License : GPL
  Description : Produce and display high quality charts of the world for 
users of FlightGear, an open source flight simulator.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux laura 2.4.27 #1 Sun Apr 3 16:34:01 BST 2005 i686
Locale: LANG=C, LC_CTYPE=C



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



Bug#305318: /usr/sbin/update-alternatives: Suggested improvements to update-alternatives help text

2005-04-19 Thread Andrew Ferrier
Package: dpkg
Version: 1.10.27
Severity: wishlist
File: /usr/sbin/update-alternatives

Although update-alternatives is a handy utility, the help text that
appears when you execute it without arguments is a little confusing and
ambiguous, in my humble opinion - it took me a while to figure out
exactly what it meant. Currently at the bottom it says:

name is the name in /etc/alternatives.
path is the name referred to.
link is the link pointing to /etc/alternatives/name.
priority is an integer; options with higher numbers are chosen.

Instead, how about:

link is the symlink pointing to /etc/alternatives/name.
   (e.g. /usr/bin/pager)
name is the master name for this link group.
   (e.g. pager)
path is the location of one of the alternative target files.
   (e.g. /usr/bin/less)
priority is an integer; higher numbers have higher priority in
   automatic mode.

Although this is a bit wordier, I feel it would be an improvement.
Perhaps a better example could be chosen, but I think it definitely
helps one's understanding. I'd appreciate your comments.

Regards,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dpkg depends on:
ii  dselect 1.10.27  a user tool to manage Debian packa
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#305158: desktop-file-utils: Invalid characters in sodipodi desktop file?

2005-04-18 Thread Andrew Ferrier
Package: desktop-file-utils
Version: 0.10-1
Severity: minor

On my system, I see the following behaviour:

[EMAIL PROTECTED]:/home/ferriera$ update-desktop-database
File '/usr/share/applications/sodipodi.desktop' contains invalid MIME type 
'image/svg+xml,image/svg' that contains invalid characters
[EMAIL PROTECTED]:~$ desktop-file-validate 
/usr/share/applications/sodipodi.desktop

I see no output from the latter command - and exactly the same occurs
if I run it as root.

It may be possible that the sodipodi desktop file does contain an
invalid MIME type - I don't know enough about how this works - but it
seem to me that either both or neither commands above should object.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages desktop-file-utils depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libglib2.0-02.6.3-1  The GLib library of C routines
ii  libpopt01.7-5lib for parsing cmdline parameters

-- no debconf information


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



Bug#303387: libgetopt-mixed-perl: Manpage does not explain what happens with a string option containing whitespace

2005-04-06 Thread Andrew Ferrier
Package: libgetopt-mixed-perl
Version: 1.008-10
Severity: minor

This is a great package. However, the manpage doesn't explain what
happens to a string argument that contains whitespace. I found by
experiment that:

--myoption=argument that contains whitespace

does the right thing and passes the complete string as the argument to
myoption. However, it's not clear from the documentation whether that
will happen or

argument

will be the string passed in instead (the documentation does talk about
whitespace after the option but that's not quite the same thing).

Thanks for your work on this package.

Regards,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libgetopt-mixed-perl depends on:
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- debconf-show failed


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



Bug#297877: gnome-media: Fixed in 2.10

2005-03-14 Thread Andrew Ferrier
Package: gnome-media
Version: 2.8.0-0.2
Followup-For: Bug #297877

Apparently this is fixed in Gnome 2.10, so you might want to close this when 
that gets into unstable.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnome-media depends on:
ii  gstreamer0.8-misc0.8.7-3 Collection of various GStreamer pl
ii  gstreamer0.8-oss [gstrea 0.8.7-3 OSS plugin for GStreamer
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-1 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.2-1   library to load .glade files at ru
ii  libglib2.0-0 2.6.2-1 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.1-2 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-11The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgstreamer-gconf0.8-0  0.8.7-3 GConf support for GStreamer
ii  libgstreamer-plugins0.8- 0.8.7-3 Various GStreamer libraries and li
ii  libgstreamer0.8-00.8.8-1 Core GStreamer libraries, plugins,
ii  libgtk2.0-0  2.6.2-3 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liborbit21:2.10.5-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtasn1-2   0.2.10-3Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.16-3GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#299480: synaptic: Package/Configure... on package with no settings is confusing

2005-03-14 Thread Andrew Ferrier
Package: synaptic
Version: 0.55+cvs20050218-1
Severity: normal

If I select Package/Configure... on a debconfable package with no settings to 
set right now (for example, adduser behaves like that on my system), the 
behaviour is confusing. If I run

dpkg-reconfigure -fgnome adduser

from the command line, it does indeed return to the command line straight 
away, which is probably expected. Since synaptic uses this (as far as I know), 
it seems to do nothing, which makes it look like it's ignoring the menu item 
entirely. I'm not sure about the best way to fix this, perhaps 
dpkg-reconfigure has a return code you could check?

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages synaptic depends on:
ii  apt [libapt-pkg-libc6.3- 0.5.28.1Advanced front-end for dpkg
ii  gksu 1.2.4-1 graphical frontend to su
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libglade2-0  1:2.4.2-1   library to load .glade files at ru
ii  libglib2.0-0 2.6.3-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.2-3 The GTK+ graphical user interface 
ii  libncurses5  5.4-4   Shared libraries for terminal hand
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libvte4  1:0.11.11-5 Terminal emulator widget for GTK+ 
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxml2  2.6.16-3GNOME XML library
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  scrollkeeper 0.3.14-9.1  A free electronic cataloging syste
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- debconf-show failed


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



Bug#264137: /usr/bin/make-jpkg: Man page

2005-03-10 Thread Andrew Ferrier
Package: java-package
Version: 0.20
Followup-For: Bug #264137

One more thing: this would require an addition to the man page too probably to 
mention IBM JDK/JREs.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.31 helper programs for debian/rules
ii  fakeroot  1.2.2  Gives a fake root environment

-- no debconf information


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



Bug#264137: java-package: Excellent

2005-03-08 Thread Andrew Ferrier
Package: java-package
Version: 0.20
Followup-For: Bug #264137

The latest version of this is indeed an excellent patch: I've tested it on IBM 
JDK 1.4.2 and it works very well. I suggest it be integrated into 
java-package.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.31 helper programs for debian/rules
ii  fakeroot  1.2.2  Gives a fake root environment

-- no debconf information


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



Bug#298451: /usr/bin/svn_load_dirs: Would be helpful if supported confirmation

2005-03-07 Thread Andrew Ferrier
Package: subversion-tools
Version: 1.1.3-2
Severity: wishlist
File: /usr/bin/svn_load_dirs

svn_load_dirs is a really useful tool, but it would be useful if it supported 
some way of listing what will be committed before the commit is done, and 
confirming or declining that. Once or twice, I've made a mistake in the 
arguments and ended up deleting the latest revision from the repository (I 
know I could always recover another way, but I'm a perfectionist!). It would 
also be helpful if I could specify the commit message because the default only 
contains the import path name, which isn't guaranteed to be anything useful.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages subversion-tools depends on:
ii  exim4 4.44-2 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.44-2 lightweight exim MTA (v4) daemon
ii  libconfig-inifiles-perl   2.38-3 Read .ini-style configuration file
ii  liburi-perl   1.30-1 Manipulates and accesses URI strin
ii  perl  5.8.4-6Larry Wall's Practical Extraction 
ii  python2.3 2.3.5-1An interactive high-level object-o
ii  python2.3-subversion  1.1.3-2python modules for interfacing wit
ii  rcs   5.7-14 The GNU Revision Control System
ii  subversion1.1.3-2advanced version control system (a

-- no debconf information


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



Bug#297877: /usr/bin/gnome-cd: Could minimise only to panel notification area?

2005-03-03 Thread Andrew Ferrier
Package: gnome-media
Version: 2.8.0-0.2
Severity: wishlist
File: /usr/bin/gnome-cd

I noticed that gnome-cd puts an icon in the Panel Notification Area. However, 
even when it does this, minimising the main gnome-cd window still lists the 
window in the Window List. It would be nice if instead the window disappears 
from this list, as GAIM does when you hit the close button. I'm not sure if 
there are standards which dictate what should happen in this area, though.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnome-media depends on:
ii  gstreamer0.8-misc0.8.7-3 Collection of various GStreamer pl
ii  gstreamer0.8-oss [gstrea 0.8.7-3 OSS plugin for GStreamer
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-1 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.2-1   library to load .glade files at ru
ii  libglib2.0-0 2.6.2-1 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-11The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgstreamer-gconf0.8-0  0.8.7-3 GConf support for GStreamer
ii  libgstreamer-plugins0.8- 0.8.7-3 Various GStreamer libraries and li
ii  libgstreamer0.8-00.8.8-1 Core GStreamer libraries, plugins,
ii  libgtk2.0-0  2.6.2-3 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liborbit21:2.10.5-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtasn1-2   0.2.10-3Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.16-3GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- debconf-show failed


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



Bug#275410: rootstrap: Could drop entirely?

2005-02-23 Thread Andrew Ferrier
Package: rootstrap
Version: 0.3.21-1
Followup-For: Bug #275410

I think it might be better if the dependency on user-mode-linux was dropped 
entirely. From kernel 2.6.9 onwards, the UML patch is integrated into the 
kernel, and thus the user-mode-linux package is not needed at all. Plus 
rootstrap has other uses valid without UML, as the description admits:

 Rootstrap was originally written to provide a facility for building
 filesystems for use with User-mode Linux, but can be useful in other
 applications as well.

Maybe it should be moved to Recommends/Suggests?

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rootstrap depends on:
pn  debootstrap  Not found.
ii  dpkg  1.10.26Package maintenance system for Deb
ii  python2.3.4-5An interactive high-level object-o
pn  user-mode-linux  Not found.


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



Bug#291973: RFP: gaim-osd -- Allow Gaim to display several notification messages in an 'on-screen display' manner

2005-01-24 Thread Andrew Ferrier
Package: wnpp
Severity: wishlist

* Package name: gaim-osd
  Version : 1.0.0-1
  Upstream Author : ?
* URL : http://gaimosd.sourceforge.net/
* License : GPL
  Description : Allows Gaim to display several notification messages in an 
'on-screen display' manner

On-screen display overlays shaped text on your screen; it has a similar effect 
as a television's on-screen volume controls, etc.  The XOSD library makes this 
ability possible.  Gaim OSD is an implementation of the XOSD library, allowing 
Gaim to display several notification messages.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#290885: qtparted: Keyboard shortcuts incorrectly shown

2005-01-17 Thread Andrew Ferrier
Package: qtparted
Version: 0.4.4-3
Severity: minor

When I run qtparted (under my Gnome 2.8 desktop), the keyboard accelerators 
(underlines) on the main menu are correctly shown (i.e. a line under the F of 
File, the O of Operations, etc.). However, when opening one of these menus, a 
 symbol prefixes the accelerator letter for each item on the menu rather than 
an underline under the letter. Pressing the relevant key doesn't seem to work 
either.

Unfortunately taking a screen shot of this doesn't seem to work.

Thanks,
Andrew.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages qtparted depends on:
ii  gksu 1.2.2-1 graphical frontend to su
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libparted1.6-0   1.6.11-8The GNU Parted disk partitioning s
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-7   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libuuid1 1.35-6  Universally unique id library
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxrandr2   4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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