Your message dated Mon, 13 Jul 2009 23:03:10 +0000
with message-id <[email protected]>
and subject line Bug#536734: fixed in ssft 0.9.13
has caused the Debian Bug report #536734,
regarding ssft: no way to show a directory selection dialog
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.)
--
536734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536734
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ssft
Version: 0.9.11
Severity: wishlist
Tags: patch
All dialog frontents supported by SSFT support showing a directory selection
prompt, but SSFT itself does not. This is a low-hanging fruit, and the new
function is logically mostly a copy of ssft_file_selection, changing the
frontend arguments where appropriate.
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28-13-generic (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
ssft depends on no packages.
Versions of packages ssft recommends:
ii dialog 1.1-20080819-1 Displays user-friendly dialog boxe
ii gettext-base 0.17-6ubuntu2 GNU Internationalization utilities
ii kdebase-bin 4:4.2.2-0ubuntu4 core binaries for the KDE 4 base m
ii zenity 2.26.0-0ubuntu2 Display graphical dialog boxes fro
ssft suggests no packages.
-- no debconf information
# Function: ssft_directory_selection TITLE
#
# Description: Read a path from the user and store the value on the
# variable SSFT_RESULT. The function returns 0 if some value was set by the
# user and != 0 if it wasn't.
ssft_directory_selection() {
# MENU strings
ssft_set_textdomain
_l_FNAME_STR="`gettext "Directory"`"
ssft_reset_textdomain
# Local variables
_l_title="";
_l_fpath="";
# Check arguments
if [ "$#" -lt 1 ]; then
return 255
fi
# Set _l_variables
_l_title="$1";
# Read values
case "$SSFT_FRONTEND" in
zenity)
_l_fpath=$( zenity --title "$_l_title" --file-selection --directory );
;;
kdialog)
_l_fpath=$( kdialog --title "$_l_title" --getexistingdirectory "`pwd`" 2>
/dev/null);
;;
dialog)
_l_fpath=$( dialog --stdout --title "$_l_title" --dselect "`pwd`" 0 0 );
;;
text)
ssft_print_text_title "$_l_title"
printf "%s: " "$_l_FNAME_STR"
read _l_fpath
echo ""
;;
*)
_l_fpath=""
;;
esac
SSFT_RESULT="$_l_fpath"
test -n "$_l_fpath"
return $?
}
--- End Message ---
--- Begin Message ---
Source: ssft
Source-Version: 0.9.13
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:
ssft_0.9.13.dsc
to pool/main/s/ssft/ssft_0.9.13.dsc
ssft_0.9.13.tar.gz
to pool/main/s/ssft/ssft_0.9.13.tar.gz
ssft_0.9.13_all.deb
to pool/main/s/ssft/ssft_0.9.13_all.deb
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: RIPEMD160
Format: 1.8
Date: Tue, 14 Jul 2009 00:47:20 +0200
Source: ssft
Binary: ssft
Architecture: source all
Version: 0.9.13
Distribution: unstable
Urgency: low
Maintainer: Sergio Talens-Oliag <[email protected]>
Changed-By: Sergio Talens-Oliag <[email protected]>
Description:
ssft - Shell Scripts Frontend Tool
Closes: 536734
Changes:
ssft (0.9.13) unstable; urgency=low
.
* Added ssft_directory_selection function (Closes: Bug#536734).
* Added a test for the function.
* Updated translations.
Checksums-Sha1:
a99fc6559f3fe63e5479c6d5e8dc643d743ad01b 729 ssft_0.9.13.dsc
a95f9b0193a4cd447c48319674bcad5aedba4e87 27466 ssft_0.9.13.tar.gz
d25b8b4f082e05da290affc0709c9ded1da57ded 16704 ssft_0.9.13_all.deb
Checksums-Sha256:
9167a4122291bc1e96db88303d9717c69834bd50d5bd7f98dda074f5748ff1db 729
ssft_0.9.13.dsc
c4ff198a3ff0232e2446e6705ef13c517bcbc1a97360e20c1c5d975e3cebfb34 27466
ssft_0.9.13.tar.gz
eb76204b657ef7a35ee7deedee55aa729ac1a0b2bd4d28244cf1babb664628ef 16704
ssft_0.9.13_all.deb
Files:
22e0b9c131341b17fb51eeef1a036799 729 utils optional ssft_0.9.13.dsc
a66ee6fb890acc209ce2791458004959 27466 utils optional ssft_0.9.13.tar.gz
803aa7281807def0bc78e0887171fae5 16704 utils optional ssft_0.9.13_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFKW7sQZ3AFK7jB+mkRA4nOAKC/SStWrrsz5+vyZi0kh2yGyspgPwCfai3a
QL3wVjMEHx6RYNytXVE6Uak=
=MNP9
-----END PGP SIGNATURE-----
--- End Message ---