[Blends-commit] [SCM] blends-dev branch, master, updated. 40c96f682224db7dc5d1b4dc1da6ddc90eaa715a

Andreas Tille tille at debian.org
Fri Jan 17 22:29:49 UTC 2014


The following commit has been merged in the master branch:
commit cf95c36d98b267060672b201fd4bdf1d2d2b3d93
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 17 17:40:39 2014 +0100

    Add a FAQ section in appendix

diff --git a/doc/debian-blends.en.xml b/doc/debian-blends.en.xml
index 6a2733c..38e6d61 100644
--- a/doc/debian-blends.en.xml
+++ b/doc/debian-blends.en.xml
@@ -16,7 +16,7 @@
 	<!ENTITY ap-devel           SYSTEM "en/A_devel.xml">
 	<!ENTITY ap-quickintro      SYSTEM "en/B_quickintro.xml">
 	<!ENTITY ap-bts             SYSTEM "en/C_bts.xml">
-
+	<!ENTITY ap-faq             SYSTEM "en/D_faq.xml">
    
 ]>
 
@@ -36,5 +36,6 @@
     &ap-devel;
     &ap-quickintro;
     &ap-bts;
+    &ap-faq;
   
 </book>
\ No newline at end of file
diff --git a/doc/en/D_faq.xml b/doc/en/D_faq.xml
new file mode 100644
index 0000000..d1eadab
--- /dev/null
+++ b/doc/en/D_faq.xml
@@ -0,0 +1,59 @@
+  <appendix id="FAQ">
+  <title>FAQ</title>
+
+  <sect1 id="AddDep">
+  <title>How can I add a dependency?</title>
+
+<para>
+If the source for the Blends package is maintained in Blends VCS every Debian
+developer and each member of the Alioth team "Debian Pure Blends" have commit
+permission to the package source.  Once you cecked it out you find the single
+tasks files inside the <filename>tasks/</filename> directory.  Fine one or
+more tasks you want to put the package into and add the line.
+
+<informalexample>
+  <programlisting>
+Depends: <varname>package</varname>
+  </programlisting>
+</informalexample>
+or
+<informalexample>
+  <programlisting>
+Suggests: <varname>package</varname>
+  </programlisting>
+</informalexample>
+</para>
+   </sect1>
+
+   <sect1 id="Additional">
+   <title>What additional information should be provided?</title>
+
+<para>
+x
+</para>
+   </sect1>
+
+   <sect1 id="BinaryPackage">
+   <title>Should I add binary or source packages?</title>
+
+<para>
+</para>
+   </sect1>
+
+   <sect1 id="Library">
+   <title>Should I add a library package to a user task?</title>
+
+<para>
+</para>
+
+   </sect1>
+
+   <sect1 id="Wiki">
+   <title>Why not simply use a Wiki</title>
+
+<para>
+</para>
+   </sect1>
+
+  </appendix>
+

-- 
Git repository for blends code



More information about the Blends-commit mailing list