Tags 379486 + patch pending
Thanks

I've found a fix for this bug.  It was just a very small bashism.  I have
prepared and NMU and I'm going to upload it.

I'm attaching the interdiff for the NMU, as you can see it's very simple.

-- 
Love,
        Marga
diff -u xplot-1.19/debian/changelog xplot-1.19/debian/changelog
--- xplot-1.19/debian/changelog
+++ xplot-1.19/debian/changelog
@@ -1,3 +1,10 @@
+xplot (1.19-7.2) unstable; urgency=low
+
+  * Non-Maintainer Upload to Fix Failure To Build From Source due to a small
+    bashism in the cbuild script. (Closes: #379486)
+
+ -- Margarita Manterola <[EMAIL PROTECTED]>  Mon, 31 Jul 2006 00:56:24 -0300
+
 xplot (1.19-7.1) unstable; urgency=high
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- xplot-1.19.orig/libfli/lib/cbuild
+++ xplot-1.19/libfli/lib/cbuild
@@ -28,7 +28,7 @@
 
 ############### now source cbuild.def if it exists
 if [ -f "cbuild.def" ] ; then
-    . cbuild.def || error syntax error in cbuild.def
+    . ./cbuild.def || error syntax error in cbuild.def
 fi    
 
 ############### non-configurable settings

Reply via email to