Your message dated Mon, 03 Oct 2005 13:32:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#249056: fixed in waimea 0.4.0-6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 14 May 2004 18:56:40 +0000
>From [EMAIL PROTECTED] Fri May 14 11:56:40 2004
Return-path: <[EMAIL PROTECTED]>
Received: from lns-th2-3-82-64-38-227.adsl.proxad.net (yellowpig.yi.org)
[82.64.38.227] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BOhrM-0000OK-00; Fri, 14 May 2004 11:56:40 -0700
Received: from seventeen
([127.0.0.1] helo=yellowpig.yi.org ident=mail)
by yellowpig.yi.org with smtp (Exim 3.35 #1 (Debian))
id 1BOhrJ-0008WH-00; Fri, 14 May 2004 20:56:37 +0200
Received: (nullmailer pid 32751 invoked by uid 1000);
Fri, 14 May 2004 18:56:34 -0000
Date: Fri, 14 May 2004 20:56:33 +0200
From: Bill Allombert <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: menu-methods shoud use title() and not $title
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="7JfCtLOvnd9MIVvH"
Content-Disposition: inline
X-Reportbug-Version: 2.58
User-Agent: Mutt/1.5.6i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_DSBL autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
X-CrossAssassin-Score: 1
--7JfCtLOvnd9MIVvH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: waimea
Version: 0.4.0-3
Severity: normal
Hello,
waimea menu-methods has some small problems, in particular, it
used $title directly instead of using title() and hard-coded a
call to x-terminal-emulator instead of using term().
Also config="menu-1" must be after the !include menu.h in case
!include menu.h switch to menu-2.
And of course I have added outputencoding="ISO-8859-1".
Cheers,
--
Bill. <[EMAIL PROTECTED]>
Imagine a large red swirl here.
--7JfCtLOvnd9MIVvH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=waimea
#!/usr/sbin/install-menu
#
# Generates waimea menus for all registered applications.
# (taken from fluxbox)
!include menu.h
compat="menu-1";
outputencoding="ISO-8859-1"
genmenu="menu"
rootprefix="/etc/X11/waimea/"
userprefix=".waimea/"
treewalk="M)"
#rootsection="/Debian"
function mytitle()=esc(title(), "()")
function mycom($com)="{" esc($com, "{}\"") "}"
function entry($item,$com)= \
nstring(level(), " ") "[" $item"] (" mytitle() ") " $com "\n"
supported
x11= entry("item", mycom($command))
text= entry("item", mycom(term()))
wm= entry("restart", mycom($command))
waimea= entry($command, "")
waimea-sub= entry("sub", "<!" $command ">\n"
endsupported
preoutput= \
"# Automatically generated file. Do not edit (see
/usr/share/doc/menu/README)\n\n\n\n!Debian MENU\n\n[start](rootmenu)\n[title]
(Debian)\n"
postoutput= \
"\n!Debian END\n \
!\n \
! Window Menu\n \
!\n \
[start] (window)\n \
[title] (Window Menu)\n \
[checkbox=MAXIMIZED] @FALSE (Maximized) \"maximize\"
@TRUE (Maximized) \"unmaximize\"\n \
[checkbox=SHADED] @FALSE (Shaded) \"shade\"
@TRUE (Shaded) \"unshade\"\n \
[checkbox=STICKY] @FALSE (Sticky) \"sticky\"
@TRUE (Sticky) \"unsticky\"\n \
[checkbox=ALWAYSONTOP] @FALSE (Always On Top) \"alwaysontopon\"
@TRUE (Always On Top) \"alwaysontopoff\"\n \
[checkbox=ALWAYSATBOTTOM] @FALSE (Always At Bottom) \"alwaysatbottomon\"
@TRUE (Always At Bottom) \"alwaysatbottomoff\"\n \
[checkbox=DECORTITLE] @FALSE (Titlebar) \"decortitleon\"
@TRUE (Titlebar) \"decortitleoff\"\n \
[checkbox=DECORHANDLE] @FALSE (Handlebar) \"decorhandleon\"
@TRUE (Handlebar) \"decorhandleoff\"\n \
[checkbox=DECORBORDER] @FALSE (Border) \"decorborderon\"
@TRUE (Border) \"decorborderoff\"\n \
[checkbox=DECORALL] @FALSE (All Decorations) \"decorallon\"
@TRUE (All Decorations) \"decoralloff\"\n \
[item] (Raise) \"raise\"\n \
[item] (Lower) \"lower\"\n \
[item] (Kill Client) \"kill\"\n \
[item] (Close) \"close\"\n \
[end]"
startmenu= ""
submenutitle= entry("submenu",mycom($longtitle))
# by harnir: removed 'restart' and 'exit' entries
# which are now in WindowManagers menu
endmenu= nstring(level(), " ") ifeq(level(), "0", " ") "[end]\n"
--7JfCtLOvnd9MIVvH--
---------------------------------------
Received: (at 249056-close) by bugs.debian.org; 3 Oct 2005 20:41:01 +0000
>From [EMAIL PROTECTED] Mon Oct 03 13:41:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EMWyo-0002PM-00; Mon, 03 Oct 2005 13:32:10 -0700
From: Gerfried Fuchs <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#249056: fixed in waimea 0.4.0-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 03 Oct 2005 13:32:10 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4
Source: waimea
Source-Version: 0.4.0-6
We believe that the bug you reported is fixed in the latest version of
waimea, which is due to be installed in the Debian FTP archive:
waimea_0.4.0-6.diff.gz
to pool/main/w/waimea/waimea_0.4.0-6.diff.gz
waimea_0.4.0-6.dsc
to pool/main/w/waimea/waimea_0.4.0-6.dsc
waimea_0.4.0-6_i386.deb
to pool/main/w/waimea/waimea_0.4.0-6_i386.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.
Gerfried Fuchs <[EMAIL PROTECTED]> (supplier of updated waimea 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.7
Date: Mon, 3 Oct 2005 20:11:24 +0200
Source: waimea
Binary: waimea
Architecture: source i386
Version: 0.4.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Gerfried Fuchs <[EMAIL PROTECTED]>
Description:
waimea - A highly customizable window manager based on blackbox
Closes: 234595 240979 249056 296893 306731
Changes:
waimea (0.4.0-6) unstable; urgency=low
.
* QA Group upload, most work done by David Schmitt at the debianna.at
transition party
* added new menu-method by Bill Allombert (closes: #249056, #234595)
* created skeleton session.desktop (closes: #240979)
* fix typo in manpage (closes: #306731)
* remove deprecated script call (closes: #296893)
* updated xlib build dependencies for split layout
* Added libxft-dev Build-Dependency to enable xft.
Files:
b419bf3ca180e0d1bff19f25f54d22a9 693 x11 optional waimea_0.4.0-6.dsc
4a0b7cb88fbb9a6dde0931b5631c964b 31685 x11 optional waimea_0.4.0-6.diff.gz
6207ea149d5875b3193277ad268a1a4a 210116 x11 optional waimea_0.4.0-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iEYEARECAAYFAkNBkysACgkQELuA/Ba9d8bYwwCgj59RSr0x8ZmANFqPCqmMg0JG
xl0AnRGdKni+zcKTZtqd2CZ6hMvCTNoE
=az2s
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]