Your message dated Thu, 30 Oct 2008 10:51:28 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Please unfreeze rxvt-unicode 9.05-1+lenny1
has caused the Debian Bug report #503137,
regarding rxvt-unicode: prerm script does not remove urxvtcd as alternative
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
503137: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503137
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: rxvt-unicode
Version: 9.05-2
Severity: normal
Tags: patch
Hi, debian/rxvt-unicode.prerm is currently broken. Since rxvt-unicode provides
two binaries for the alternatives framework (rxvt and rxvtcd), both must be
removed in the prerm script. See, for example, xterm.
Attached diff will fix the problem.
Thanks,
Daniel Moerner
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-vserver-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages rxvt-unicode depends on:
ii base-passwd 3.5.19 Debian base system master password
ii libafterimage0 2.2.8-2 imaging library designed for After
ii libc6 2.7-15 GNU C Library: Shared libraries
ii libcairo2 1.6.4-6.1 The Cairo 2D vector graphics libra
ii libfontconfig1 2.6.0-1 generic font configuration library
ii libfreetype6 2.3.7-2 FreeType 2 font engine, shared lib
ii libgcc1 1:4.3.2-1 GCC support library
ii libglib2.0-0 2.16.6-1 The GLib library of C routines
ii libgtk2.0-0 2.12.11-4 The GTK+ graphical user interface
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii libperl5.10 5.10.0-16 Shared Perl library
ii libpng12-0 1.2.27-2 PNG library - runtime
ii librsvg2-2 2.22.2-2 SAX-based renderer library for SVG
ii libsm6 2:1.0.3-2 X11 Session Management library
ii libtiff4 3.8.2-11 Tag Image File Format (TIFF) libra
ii libx11-6 2:1.1.5-2 X11 client-side library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii libxft2 2.1.12-3 FreeType-based font drawing librar
ii libxrender1 1:0.9.4-2 X Rendering Extension client libra
ii ncurses-base 5.6+20081012-2 basic terminal type definitions
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
rxvt-unicode recommends no packages.
Versions of packages rxvt-unicode suggests:
pn ttf-bitstream-vera <none> (no description available)
-- no debconf information
--- debian/rxvt-unicode.prerm.old 2008-10-22 12:55:57.000000000 -0700
+++ debian/rxvt-unicode.prerm 2008-10-22 12:56:12.000000000 -0700
@@ -3,6 +3,7 @@
if [ "$1" = remove ]; then
update-alternatives --remove rxvt /usr/bin/urxvt
update-alternatives --remove x-terminal-emulator /usr/bin/urxvt
+ update-alternatives --remove x-terminal-emulator /usr/bin/urxvtcd
fi
#DEBHELPER#
--- End Message ---
--- Begin Message ---
Version: 9.05-1+lenny1
* Decklin Foster [Sun, 26 Oct 2008 12:55:04 -0400]:
> I've uploaded a branch of rxvt-unicode to testing-proposed-updates.
> 9.05-1+lenny1 is nothing but a backport of the fix for #503137, which is
> RC, to the version currently in testing.
> If I am going about this incorrectly: the branch is here,
>
> http://git.debian.org/?p=users/decklin/rxvt-unicode.git;a=shortlog;h=refs/heads/lenny
> and I'd like to upload a build of that for inclusion in lenny (since
> there are a bunch of unrelated changes in master). Please let me know
> what I need to do.
I've unblocked it for migration to testing. Since the changelog didn't
mark the bug as closed, I'm closing it now so that is listed as not
affecting testing any more.
Cheers,
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Antònia Font - Alpinistes-Samurais
--- End Message ---