On Sat, Nov 11, 2006, Arjan Oosting wrote:
> tag 397628 patch
> [snip]
> I have attached my diff.gz as I have based my work on a snapshot of the
> new upstream darcs archive (I have updated get-orig-source in
> debian/rules appropriately)

Please be careful that you've introduced bashisms in your patch.

For example:

--- haskell98-report-20030706.orig/hierarchical-modules/Makefile
+++ haskell98-report-20030706/hierarchical-modules/Makefile
@@ -8,4 +8,4 @@
        TEXINPUTS=../styles: pdflatex $<

 clean :
-       rm hier.ps hier.pdf
+       rm -f hier.{ps,pdf,aux,dvi,log}

should be

-       rm hier.ps hier.pdf
+       rm -f hier.ps hier.pdf hier.aux hier.dvi hier.log

-- 
adn
Mohammed Adnène Trojette

Reply via email to