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

Bug#461352: Intent to NMU



tags 461352 +pending
thanks

Hi!

I have prepared a patch that fixes this issue.  It's a very simple patch
that changes "==" for "=", which doesn't change behaviour, since the value
on the right is not a pattern.

I'm attaching the debdiff output of the package I prepared.  I have tested
the resulting package and I was able to successfully build
libtemplates-parser with /bin/sh pointing to /bin/dash.

Since this bug is only marked important, I'll be uploading to the 5-day
delayed queue.  This means that the fixed package will go into sid by
February 24th.

-- 
 Bessos,
     Maggie.
diff -u texinfo-4.11.dfsg.1/debian/patches/series texinfo-4.11.dfsg.1/debian/patches/series
--- texinfo-4.11.dfsg.1/debian/patches/series
+++ texinfo-4.11.dfsg.1/debian/patches/series
@@ -20,0 +21 @@
+fix-bashism
diff -u texinfo-4.11.dfsg.1/debian/changelog texinfo-4.11.dfsg.1/debian/changelog
--- texinfo-4.11.dfsg.1/debian/changelog
+++ texinfo-4.11.dfsg.1/debian/changelog
@@ -1,3 +1,11 @@
+texinfo (4.11.dfsg.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix bashism.
+  * Add debian/patches/fix_bashism that changes texi2dvi so that it
+    doesn't use "==" while testing. (Closes: 461352)
+
+ -- Margarita Manterola <marga@debian.org>  Tue, 19 Feb 2008 15:12:50 +0000
+
 texinfo (4.11.dfsg.1-3) unstable; urgency=low
 
   * do not trigger regeneration of texi2dvi.1 at build time, remove the
only in patch2:
unchanged:
--- texinfo-4.11.dfsg.1.orig/debian/patches/fix-bashism
+++ texinfo-4.11.dfsg.1/debian/patches/fix-bashism
@@ -0,0 +1,13 @@
+Index: texinfo-4.11.dfsg.1/util/texi2dvi
+===================================================================
+--- texinfo-4.11.dfsg.1.orig/util/texi2dvi	2008-02-19 15:24:09.000000000 +0000
++++ texinfo-4.11.dfsg.1/util/texi2dvi	2008-02-19 15:24:19.000000000 +0000
+@@ -1037,7 +1037,7 @@
+ # main info output, the user asked to run TeX, not makeinfo.
+ run_makeinfo ()
+ {
+-  test $in_lang == texinfo ||
++  test "$in_lang" = texinfo ||
+     return 0
+ 
+   # Unless required by the user, makeinfo expansion is wanted only

Attachment: signature.asc
Description: Digital signature


Reply to: