Your message dated Tue, 11 Nov 2014 10:51:54 +0100
with message-id <[email protected]>
and subject line Re: Bug#769060: unblock: m-tx/0.60d.ctan20131224-1
has caused the Debian Bug report #769060,
regarding unblock: m-tx/0.60d.ctan20131224-1
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.)
--
769060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769060
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package m-tx
the m-tx lua script had a one-line bug that was fixed shortly
after last years release, which I didn't realise. It is about
a missing "then" in a long elseif
Full debdiff attached, nothing spectacular, only code change in all
of it is this (for m-tx.lua script):
@@ -104,7 +104,7 @@
dvi = ""; ps2pdf = ""
elseif this_arg == "-d" then
dvi = "dvipdfm"; ps2pdf = ""
- elseif this_arg == "-c"
+ elseif this_arg == "-c" then
pmx = "pmxchords"
elseif this_arg == "-F" then
narg = narg+1
Thanks
Norbert
unblock m-tx/0.60d.ctan20131224-1
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.18.0-rc4+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru m-tx-0.60d.ctan20131214/debian/changelog m-tx-0.60d.ctan20131224/debian/changelog
--- m-tx-0.60d.ctan20131214/debian/changelog 2014-10-21 09:25:54.000000000 +0900
+++ m-tx-0.60d.ctan20131224/debian/changelog 2014-10-31 10:23:10.000000000 +0900
@@ -1,3 +1,10 @@
+m-tx (0.60d.ctan20131224-1) unstable; urgency=medium
+
+ * Imported Upstream version 0.60d.ctan20131224
+ - fixed m-tx.lua script (Closes: #767434)
+
+ -- Norbert Preining <[email protected]> Fri, 31 Oct 2014 10:22:26 +0900
+
m-tx (0.60d.ctan20131214-2) unstable; urgency=medium
* fix mismatch of prototypes of predelete (Closes: #749782)
diff -Nru m-tx-0.60d.ctan20131214/doc/generic/m-tx/README m-tx-0.60d.ctan20131224/doc/generic/m-tx/README
--- m-tx-0.60d.ctan20131214/doc/generic/m-tx/README 2013-12-12 09:52:36.000000000 +0900
+++ m-tx-0.60d.ctan20131224/doc/generic/m-tx/README 2013-12-24 14:19:30.000000000 +0900
@@ -1,4 +1,4 @@
-This is M-Tx (Music-from-TeXt), version 0.60d (2013-12-12).
+This is M-Tx (Music-from-TeXt), version 0.60d (2013-12-24).
M-Tx is a preprocessor for PMX that facilitates inputting lyrics. It
builds the PMX input file based on a language very similar to PMX. M-Tx
diff -Nru m-tx-0.60d.ctan20131214/README m-tx-0.60d.ctan20131224/README
--- m-tx-0.60d.ctan20131214/README 2013-12-12 14:52:36.000000000 +0900
+++ m-tx-0.60d.ctan20131224/README 2013-12-24 20:19:30.000000000 +0900
@@ -1,4 +1,4 @@
-This is M-Tx (Music-from-TeXt), version 0.60d (2013-12-12).
+This is M-Tx (Music-from-TeXt), version 0.60d (2013-12-24).
M-Tx is a preprocessor for PMX that facilitates inputting lyrics. It
builds the PMX input file based on a language very similar to PMX. M-Tx
diff -Nru m-tx-0.60d.ctan20131214/scripts/m-tx/m-tx.lua m-tx-0.60d.ctan20131224/scripts/m-tx/m-tx.lua
--- m-tx-0.60d.ctan20131214/scripts/m-tx/m-tx.lua 2013-12-11 17:09:50.000000000 +0900
+++ m-tx-0.60d.ctan20131224/scripts/m-tx/m-tx.lua 2013-12-24 14:19:02.000000000 +0900
@@ -104,7 +104,7 @@
dvi = ""; ps2pdf = ""
elseif this_arg == "-d" then
dvi = "dvipdfm"; ps2pdf = ""
- elseif this_arg == "-c"
+ elseif this_arg == "-c" then
pmx = "pmxchords"
elseif this_arg == "-F" then
narg = narg+1
--- End Message ---
--- Begin Message ---
Hi,
On Tue, Nov 11, 2014 at 01:10:36PM +0900, Norbert Preining wrote:
> unblock m-tx/0.60d.ctan20131224-1
Unblocked, thanks.
Cheers,
Ivo
--- End Message ---