| Submitter | Robert P. J. Day |
|---|---|
| Date | July 5, 2012, 11:58 p.m. |
| Message ID | <alpine.DEB.2.02.1207051957500.8240@oneiric> |
| Download | mbox | patch |
| Permalink | /patch/31303/ |
| State | New |
| Headers | show |
Comments
On Thu, 2012-07-05 at 19:58 -0400, Robert P. J. Day wrote: > it needs this: > > diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml > index 81b301a..e776b43 100644 > --- a/doc/manual/usermanual.xml > +++ b/doc/manual/usermanual.xml > @@ -336,7 +336,7 @@ SRC_URI_append_1.0.7+ = "file://some_patch_which_the_new_versions_need.patch;pat > <para>The 'depends' flag for tasks is a more generic form of which allows an interdependency on specific tasks rather than specifying the data in DEPENDS.</para> > <para><screen>do_patch[depends] = "quilt-native:do_populate_staging"</screen></para> > <para>means the do_populate_staging task of the target quilt-native must have completed before the do_patch can execute.</para> > - <para>The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace. > + <para>The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace.</para> > </section> > </section> > > > whoever wants to fix it, go wild. My fault, fixed, thanks. Richard
Patch
diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml index 81b301a..e776b43 100644 --- a/doc/manual/usermanual.xml +++ b/doc/manual/usermanual.xml @@ -336,7 +336,7 @@ SRC_URI_append_1.0.7+ = "file://some_patch_which_the_new_versions_need.patch;pat <para>The 'depends' flag for tasks is a more generic form of which allows an interdependency on specific tasks rather than specifying the data in DEPENDS.</para> <para><screen>do_patch[depends] = "quilt-native:do_populate_staging"</screen></para> <para>means the do_populate_staging task of the target quilt-native must have completed before the do_patch can execute.</para> - <para>The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace. + <para>The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace.</para> </section> </section>