[Privoxy-commits] [privoxy] 45/48: developer-manual: Mention the directory from which to execute the commands to create Debian packages
User Git
git at git.privoxy.org
Thu Dec 17 14:18:21 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit c21b4cbaf0ae5df3cec1de5d54fa388532a98777
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Dec 17 12:52:57 2020 +0100
developer-manual: Mention the directory from which to execute the commands to create Debian packages
---
doc/source/developer-manual.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list