Hello,

I'm doing an NMU of cpipe to fix #355075; diff attached.

Thanks,

Matej
diff -u cpipe-3.0.0/debian/changelog cpipe-3.0.0/debian/changelog
--- cpipe-3.0.0/debian/changelog
+++ cpipe-3.0.0/debian/changelog
@@ -1,3 +1,11 @@
+cpipe (3.0.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix build failure with make 3.81+.  Thanks to Matt Kraai for the patch.
+    Closes: #355075.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Fri, 10 Mar 2006 14:32:38 +0100
+
 cpipe (3.0.0-2) unstable; urgency=low
 
   * Added missing -lm to the linker call, closes: #172038
diff -u cpipe-3.0.0/makefile cpipe-3.0.0/makefile
--- cpipe-3.0.0/makefile
+++ cpipe-3.0.0/makefile
@@ -27,7 +27,7 @@
 
 
 cmdline.c cmdline.h cpipe.1: cmdline.cli
-       clig cmdline.cli || {\
+       clig cmdline.cli || { \
        echo "*****"; \
        echo "Get clig at http://wsd.iitb.fhg.de/~kir/clighome";; \
        echo "or use cmdline.c, cmdline.h and cpipe.1 as they come"; \

Reply via email to