tags 666085 + pending tags 668481 + patch tags 668481 + pending thanks Dear maintainer,
I've prepared an NMU for noweb (versioned as 2.11b-7.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards.
diff -u noweb-2.11b/debian/changelog noweb-2.11b/debian/changelog --- noweb-2.11b/debian/changelog +++ noweb-2.11b/debian/changelog @@ -1,3 +1,12 @@ +noweb (2.11b-7.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches/14_fix_notangle_not_found.dpatch: Add path to notangle + script. (Closes: #668481) + * debian/control: Add Multi-Arch field. Thanks to Wookey! (Closes: #666085) + + -- Mònica Ramírez Arceda <mon...@debian.org> Sat, 05 May 2012 17:34:13 +0200 + noweb (2.11b-7) unstable; urgency=low * debian/patches/13_bashism.dpatch: Fix unportable backslash in call to echo. diff -u noweb-2.11b/debian/control noweb-2.11b/debian/control --- noweb-2.11b/debian/control +++ noweb-2.11b/debian/control @@ -10,6 +10,7 @@ Architecture: any Depends: ${shlibs:Depends}, iconx, gawk Replaces: nowebm +Multi-Arch: foreign Description: A WEB-like literate-programming tool noweb is designed to meet the needs of literate programmers while remaining as simple as possible. Its primary advantages are diff -u noweb-2.11b/debian/patches/00list noweb-2.11b/debian/patches/00list --- noweb-2.11b/debian/patches/00list +++ noweb-2.11b/debian/patches/00list @@ -11,2 +11,3 @@ 13_bashism +14_fix_notangle_not_found 99_touch only in patch2: unchanged: --- noweb-2.11b.orig/debian/patches/14_fix_notangle_not_found.dpatch +++ noweb-2.11b/debian/patches/14_fix_notangle_not_found.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 14_fix_notangle_not_found.dpatch by Mònica Ramírez Arceda <mon...@debian.org> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Add path to notangle script. (Closes: #668481) + +@DPATCH@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' noweb-2.11b~/src/Makefile noweb-2.11b/src/Makefile +--- noweb-2.11b~/src/Makefile 2012-05-05 13:35:42.000000000 +0200 ++++ noweb-2.11b/src/Makefile 2012-05-05 13:37:42.192061492 +0200 +@@ -216,6 +216,6 @@ + + Makefile: Makefile.nw + chmod +w Makefile +- notangle -R'script' Makefile.nw | sh > Makefile ++ shell/notangle -R'script' Makefile.nw | sh > Makefile + chmod -w Makefile +