Your message dated Fri, 24 Apr 2009 10:47:04 +0000
with message-id <[email protected]>
and subject line Bug#522929: fixed in rlwrap 0.30-1.1
has caused the Debian Bug report #522929,
regarding register rlwrap as an alternative for "readline-editor" (new virtual 
package)
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.)


-- 
522929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522929
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rlwrap
Version: 0.28-2.1
Severity: normal

Hi, I've raised a few days ago the proposal of a new virtual package
(and executable) called "readline-editor" [1]. As no complains were
raised, I've moved to action :-)

The "ledit" package I'm responsible for has already been patched
(though not yet uploaded) to provide readline-editor at priority 40,
i.e., a low one [2].

Attached you can find a patch which add similar support to rlwrap,
placing it as a higher priority of 60, since I believe rlwrap is
superior in features to ledit.

Please consider applying the given patch.

Cheers.

[1] http://lists.debian.org/debian-devel/2009/04/msg00231.html
[2] 
http://git.debian.org/?p=pkg-ocaml-maint/packages/ledit.git;a=commitdiff;h=b1ad084f091caeeb7028f22fe35bb675aefa2dcd

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

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

Versions of packages rlwrap depends on:
ii  libc6                     2.9-6          GNU C Library: Shared libraries
ii  libncurses5               5.7+20090404-1 shared libraries for terminal hand
ii  libreadline5              5.2-4          GNU readline and history libraries

rlwrap recommends no packages.

rlwrap suggests no packages.

-- no debconf information
diff -u rlwrap-0.28/debian/changelog rlwrap-0.28/debian/changelog
--- rlwrap-0.28/debian/changelog
+++ rlwrap-0.28/debian/changelog
@@ -1,3 +1,12 @@
+rlwrap (0.28-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Register rlwrap as a provider of "readline-editor". Make the package
+    both provide the corresponding virtual package and register as an
+    alternative for /usr/bin/readline-editor.
+
+ -- Stefano Zacchiroli <[email protected]>  Tue, 07 Apr 2009 14:25:40 +0200
+
 rlwrap (0.28-2) unstable; urgency=medium
 
   * Changed debian/rules to use $(CURDIR) instead of $(PWD) so package
diff -u rlwrap-0.28/debian/control rlwrap-0.28/debian/control
--- rlwrap-0.28/debian/control
+++ rlwrap-0.28/debian/control
@@ -8,6 +8,7 @@
 Package: rlwrap
 Architecture: any
 Depends: ${shlibs:Depends}
+Provides: readline-editor
 Description: readline feature command line wrapper
  This package provides a small utility that uses the GNU readline library
  to allow the editing of keyboard input for any other command.  Input
only in patch2:
unchanged:
--- rlwrap-0.28.orig/debian/rlwrap.prerm
+++ rlwrap-0.28/debian/rlwrap.prerm
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+if [ "$1" != "upgrade" ]; then
+  update-alternatives --remove readline-editor /usr/bin/rlwrap
+fi
+
+#DEBHELPER#
only in patch2:
unchanged:
--- rlwrap-0.28.orig/debian/rlwrap.postinst
+++ rlwrap-0.28/debian/rlwrap.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+case "$1" in
+  configure)
+    update-alternatives \
+      --install /usr/bin/readline-editor readline-editor /usr/bin/rlwrap 60 \
+      --slave /usr/share/man/man1/readline-editor.1.gz readline-editor.1.gz /usr/share/man/man1/rlwrap.1.gz
+    ;;
+esac
+
+#DEBHELPER#

--- End Message ---
--- Begin Message ---
Source: rlwrap
Source-Version: 0.30-1.1

We believe that the bug you reported is fixed in the latest version of
rlwrap, which is due to be installed in the Debian FTP archive:

rlwrap_0.30-1.1.diff.gz
  to pool/main/r/rlwrap/rlwrap_0.30-1.1.diff.gz
rlwrap_0.30-1.1.dsc
  to pool/main/r/rlwrap/rlwrap_0.30-1.1.dsc
rlwrap_0.30-1.1_amd64.deb
  to pool/main/r/rlwrap/rlwrap_0.30-1.1_amd64.deb
rlwrap_0.30.orig.tar.gz
  to pool/main/r/rlwrap/rlwrap_0.30.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Zacchiroli <[email protected]> (supplier of updated rlwrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 07 Apr 2009 14:40:22 +0200
Source: rlwrap
Binary: rlwrap
Architecture: source amd64
Version: 0.30-1.1
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli <[email protected]>
Changed-By: Stefano Zacchiroli <[email protected]>
Description: 
 rlwrap     - readline feature command line wrapper
Closes: 522929 522931
Changes: 
 rlwrap (0.30-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release (Closes: #522931)
   * Add missing debian/watch file
   * Bump Standards-Version to 3.8.1 (no changes needed)
   * Bump debhelper compatibility level to 5 (4 is now deprecated)
   * Add Homepage field to debian/control
   * debian/rules: install upstream ChangeLog
   * debian/copyright: add copyright notice
   * Register rlwrap as a provider of "readline-editor". Make the package
     both provide the corresponding virtual package and register as an
     alternative for /usr/bin/readline-editor. (Closes: #522929)
Checksums-Sha1: 
 b7e23ab27b016db39defee31abfb2b9c329e17a2 1018 rlwrap_0.30-1.1.dsc
 26f3a6348710fee5e87f5274ddc29af8eaaf65d2 184037 rlwrap_0.30.orig.tar.gz
 81f8a91b08545395459c8fddb02630691c626666 2652 rlwrap_0.30-1.1.diff.gz
 b50556b2cc3735a78cba6b3bdf59514d840dec10 44436 rlwrap_0.30-1.1_amd64.deb
Checksums-Sha256: 
 88586fde99ed8a2ca6953923ca97f6cc98a453d22b9a2d63fd66eba3db0ed659 1018 
rlwrap_0.30-1.1.dsc
 1dea22de58d750ff622dd676ddbacce80d0305d0ec85422e326b6e71c7971671 184037 
rlwrap_0.30.orig.tar.gz
 270c4d8f1b8a492c1e1f8ef1dc416bd390c896016b94a307772dacc45a10154e 2652 
rlwrap_0.30-1.1.diff.gz
 af842c073ae93535e83a884653ff81c20dee8c93a332dae16a40578c4f0460a3 44436 
rlwrap_0.30-1.1_amd64.deb
Files: 
 2c5ffa25f51d48460d33152008c5e7a9 1018 utils optional rlwrap_0.30-1.1.dsc
 03d8bd4996945ea32d3c7d5dc38c956e 184037 utils optional rlwrap_0.30.orig.tar.gz
 1bdd41eec5a0ed359abd9d04a457e001 2652 utils optional rlwrap_0.30-1.1.diff.gz
 459ba1643817ac158e3afdf0382c4b67 44436 utils optional rlwrap_0.30-1.1_amd64.deb

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

iD8DBQFJ5F6J1cqbBPLEI7wRAimTAJ4sQ/WFjzAJqxc+Uay3DJaSXy7MIwCfQat4
gVD6hbQUWpie8pHd7atnfhQ=
=L6PF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to