INSTALL: add note about installation of devscripts to get dch

This commit is contained in:
Juergen E. Fischer 2014-03-06 23:02:12 +01:00
parent cb998399cf
commit 9745deae94
3 changed files with 13 additions and 6 deletions

View File

@ -1,10 +1,10 @@
QGIS
Building QGIS from source - step by step
Friday February 07, 2014
Thursday March 06, 2014
Last Updated: Friday February 07, 2014
Last Change : Friday February 07, 2014
Last Updated: Thursday March 06, 2014
Last Change : Thursday March 06, 2014
1. Introduction
@ -319,6 +319,8 @@ The QGIS packages will be created with:
dpkg-buildpackage -us -uc -b
/!\ Note: Install devscripts to get dch.
/!\ Note: If dpkg-buildpackage complains about unmet build dependencies
you can install them using apt-get and re-run the command.

View File

@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
<DIV CLASS="header" ID="header">
<H1>QGIS</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Friday February 07, 2014</H3>
<H3>Thursday March 06, 2014</H3>
</DIV>
<DIV CLASS="body" ID="body">
<P>
Last Updated: Friday February 07, 2014
Last Change : Friday February 07, 2014
Last Updated: Thursday March 06, 2014
Last Change : Thursday March 06, 2014
</P>
<DIV CLASS="toc">
@ -526,6 +526,9 @@ The QGIS packages will be created with:
dpkg-buildpackage -us -uc -b
</PRE></div>
<P>
/!\ <B>Note:</B> Install <CODE>devscripts</CODE> to get <CODE>dch</CODE>.
</P>
<P>
/!\ <B>Note:</B> If <CODE>dpkg-buildpackage</CODE> complains about unmet build dependencies
you can install them using <CODE>apt-get</CODE> and re-run the command.

View File

@ -215,6 +215,8 @@ The QGIS packages will be created with:
dpkg-buildpackage -us -uc -b
```
/!\ **Note:** Install ``devscripts`` to get ``dch``.
/!\ **Note:** If ``dpkg-buildpackage`` complains about unmet build dependencies
you can install them using ``apt-get`` and re-run the command.