rlwrap 0.43-1 source package in Ubuntu

Changelog

rlwrap (0.43-1) unstable; urgency=medium

  * New upstream version 0.43 (Closes: #869564)
    - Fix segmentation fault with readline keyboard macros (Closes: #799943)
    - Fix internal memory error on Tab key with --filter (LP: #1731508)
    - Make build system amenable to cross-compilation (Closes: #874217)
  * d/p/update-project-urls.patch: Drop patch, applied upstream
  * d/p/man-typos.patch: Replace patch, fix man page typos in new release
  * Bump debhelper compatibility level to 11
  * d/control, d/rules: Drop explicit dependency on dh-autoreconf, now used
    automatically
  * d/clean: Clean files remaining after a successful build
  * d/copyright: Bump copyright for release and for debian/*
  * d/rules:
    - Include dh_python3 in the build sequence
    - Rewrite perl shebang to comply with Policy 4.1.2
    - Don't backup and restore build files no longer distributed
  * d/control:
    - Build-Depend on dh-python and python3:any and Depend on ${python3:depends}
    - Update Vcs-* fields for migration to salsa.d.o
    - Bump Standards-Version to 4.1.3

 -- Mike Miller <email address hidden>  Sun, 25 Feb 2018 12:46:03 -0800

Upload details

Uploaded by:
Mike Miller
Uploaded to:
Sid
Original maintainer:
Mike Miller
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe editors

Downloads

File Size SHA-256 Checksum
rlwrap_0.43-1.dsc 1.8 KiB 8503097ebacc9c566e30c3ec6cfafae332c62ca76334b0f811ab85e9ab17ea8f
rlwrap_0.43.orig.tar.gz 158.7 KiB 29e5a850fbe4753f353b0734e46ec0da043621bdcf7b52a89b77517f3941aade
rlwrap_0.43-1.debian.tar.xz 5.5 KiB e544c7b3894a8589145f6a06686deb2177015723282f848d3cc3daaac54e62d3

Available diffs

No changes file available.

Binary packages built by this source

rlwrap: 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
 history is remembered across invocations, separately for each command;
 history completion and search work as in bash and completion word lists
 can be specified on the command line.

rlwrap-dbgsym: debug symbols for rlwrap