Your message dated Tue, 19 Jul 2016 09:56:11 +0000
with message-id <[email protected]>
and subject line Bug#576524: fixed in ssft 0.9.14
has caused the Debian Bug report #576524,
regarding ssft: uses hardcoded pager (DP 11.4)
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.)
--
576524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576524
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ssft
Version: 0.9.11
Severity: minor
Tags: patch
A hardcoded pager, more, is used by ssft. This patch changes all
invocations of more to use sensible-pager instead.
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (750, 'stable'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
ssft depends on no packages.
Versions of packages ssft recommends:
ii dialog 1.1-20080316-1 Displays user-friendly dialog boxe
ii gettext-base 0.17-4 GNU Internationalization utilities
ii zenity 2.22.1-2 Display graphical dialog boxes fro
ssft suggests no packages.
-- no debconf information
--
_ Brian Ryans 8B2A 54C4 E275 8CFD 8A7D 5D0B 0AD0 B014 C112 13D0 .
( ) ICQ UIN: 43190205 | Mail/MSN/Jabber: [email protected] ..:
X ASCII Ribbon Campaign Against HTML mail and v-cards: asciiribbon.org
/ \ Any technology distinguishable from magic is insufficiently advanced
From 9803fa6f9a2a00684e152b8ec1c2aa05a3953e41 Mon Sep 17 00:00:00 2001
From: Brian Ryans <[email protected]>
Date: Sun, 4 Apr 2010 18:50:09 -0500
Subject: [PATCH] make ssft use sensible-pager, not hardcoded pager
policy 11.4
---
ssft.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ssft.sh b/ssft.sh
index 856670f..56831ce 100755
--- a/ssft.sh
+++ b/ssft.sh
@@ -760,7 +760,7 @@ ssft_select_multiple() {
_l_count=$(( $_l_count + 1 ))
_l_ss="$(echo "$_l_selected_items" | cut -b $_l_count)"
printf " (%s) %2s. %s\n" "$_l_ss" "$_l_count" "$_l_item"
- done | more
+ done | sensible-pager
echo ""
printf "%s: " "$_l_PROMPT_STR"
read _l_option
@@ -939,7 +939,7 @@ ssft_select_single() {
_l_selected=" "
fi
printf "%s %2s. %s\n" "$_l_selected" "$_l_count" "$_l_item"
- done | more
+ done | sensible-pager
echo ""
printf "%s: " "$_l_PROMPT_STR"
read _l_option
@@ -1116,7 +1116,7 @@ ssft_show_file() {
;;
text)
ssft_print_text_title "$_l_title"
- more "$_l_file"
+ sensible-pager "$_l_file"
echo ""
;;
*)
--
1.5.6.5
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: ssft
Source-Version: 0.9.14
We believe that the bug you reported is fixed in the latest version of
ssft, which is due to be installed in the Debian FTP archive.
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.
Sergio Talens-Oliag <[email protected]> (supplier of updated ssft 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: SHA256
Format: 1.8
Date: Tue, 19 Jul 2016 09:55:21 +0200
Source: ssft
Binary: ssft
Architecture: source all
Version: 0.9.14
Distribution: unstable
Urgency: low
Maintainer: Sergio Talens-Oliag <[email protected]>
Changed-By: Sergio Talens-Oliag <[email protected]>
Description:
ssft - Shell Scripts Frontend Tool
Closes: 406928 406936 576524 576525 580132
Changes:
ssft (0.9.14) unstable; urgency=low
.
* Use SSFT_PAGER, /usr/bin/sensible-pager or fallback to the PAGER variable
if sensible-pager is not available (Closes: Bug#576524).
* Added a README file to the package in asciidoc format (Closes: Bug#576525).
* Fixed small manpage typo (Closes: Bug#580132).
* Set maximum width and height for kdialog and zenity when displaying a
file (Closes: Bug#406936).
* Show title on kdialog progress bar (Closes: Bug#406928).
* Updated standards.
Checksums-Sha1:
b9b7f19802e0bf862479c83e5401b8b5b9585c9f 1434 ssft_0.9.14.dsc
669cf687b8368568e73b2ee26ef9defb6990a7d8 25676 ssft_0.9.14.tar.xz
64d271dcb8bd7d0165d8261446cf4ac33501bf5d 16272 ssft_0.9.14_all.deb
Checksums-Sha256:
ca3631ccc51578d5318f64481a9d44e32a1ed60feb7d7b8d23a2bdd424ab53db 1434
ssft_0.9.14.dsc
7e01164780bdb44387167a25cfaf7f48f6b451cc2acaa69037b38ca16ba084c7 25676
ssft_0.9.14.tar.xz
2f8a9fad1593549733181b859f428c1d48a8bea8c1a7b2a85ee8084a026b5d0d 16272
ssft_0.9.14_all.deb
Files:
c31ac15898b3ee0bd046d6fbd95fcec8 1434 utils optional ssft_0.9.14.dsc
442383f5ed23888834a95c5676d252eb 25676 utils optional ssft_0.9.14.tar.xz
e4c7ffaa1c3824cec0b766d9f22dd781 16272 utils optional ssft_0.9.14_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXjeQ3AAoJEIIa7g/RZ/vfs7oQAIX2/oT1SMLzbihNPP1pqwPc
zPXVcih3HaAWFL3mj+PK/3E15BhQtKlyawKwxXL4LPJjuOjat4d301JHKMAXFNTx
Uy3+xiz9+RewrU5bEJ7FykMY3Hte5a6PmDkwZuvKtsZx8fOInvyHlQOp7BRcfFPJ
lzZ9csDDIl73/uIojkYdQMJ5W7giGIQElrDbjviUp7VQZ3Zl4AYFoXLXZqw6zqxD
1ZAPSaQq63d7cHFPyV3D8z7O1aXRbwz4uSTORfdrqK8sVoirYDstChmN1m7WkADU
EvfLrYgNhxoL2qqfeW2SVPXIRmYgcm77XDE3EgzxHEgNJF466Ay4p4bigIOvyjbo
1qvHHmfri6SXrP9pfSoEZXgXPESQPttCbJa5PrhXNC8SbtZ13F/H6xNcX790MsDq
DQY5jhSMFYEN6qu4V6EInPU/gce51R4ay1yL3AOOV5F65xn12HsCLvpjr0BD7AdQ
z9vUyRfoBHrYvziR8x+PJfc7TdAJB4q25poK0FPufNC1Ipj3gE7F4FSPRiswgpfG
odjnYggmbHYR6MQVnd+U9ZRxjxaLm1le8OeQyr9s6QWwNtvBKYB6NmeFs+OJzq04
sNsNKjkCqU96Rmymzd/CjavqldEipT2hipMEmVkl1qVN76ugkC1TBvICeOKnLHpZ
vJyHDNtTsddRKp4zM7MZ
=at+d
-----END PGP SIGNATURE-----
--- End Message ---