From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 17 Dec 2020 11:52:57 +0000 (+0100)
Subject: developer-manual: Mention the directory from which to execute the commands to create... 
X-Git-Tag: v_3_0_30~202
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/@default-cgi@show-url-info?a=commitdiff_plain;h=c21b4cbaf0ae5df3cec1de5d54fa388532a98777;p=privoxy.git

developer-manual: Mention the directory from which to execute the commands to create Debian packages
---

diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index 5768b30a..9c2a1a9a 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -2623,13 +2623,13 @@ for-privoxy-version=3.0.11
         right version into an empty directory</emphasis>. (See
         "Building and releasing packages" above).  Then add a log
         entry to <filename>debian/changelog</filename>, if it is not
-        already there, for example by running:
+        already there, for example by running (from the debian directory):
       </para>
         <programlisting>
   debchange -v &p-version;-&p-status;-1 "New upstream version"
 </programlisting>
       <para>
-        Then, run:
+        Then, run (from the root directory):
       </para>
         <programlisting>
   dpkg-buildpackage -rfakeroot -us -uc -b