[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#769060: unblock: m-tx/0.60d.ctan20131224-1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <preining@debian.org>  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

Reply to: