Skip to content

Commit 9745dea

Browse files
committed
INSTALL: add note about installation of devscripts to get dch
1 parent cb99839 commit 9745dea

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

INSTALL

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Friday February 07, 2014
3+
Thursday March 06, 2014
44

55

6-
Last Updated: Friday February 07, 2014
7-
Last Change : Friday February 07, 2014
6+
Last Updated: Thursday March 06, 2014
7+
Last Change : Thursday March 06, 2014
88

99

1010
1. Introduction
@@ -319,6 +319,8 @@ The QGIS packages will be created with:
319319

320320
dpkg-buildpackage -us -uc -b
321321

322+
/!\ Note: Install devscripts to get dch.
323+
322324
/!\ Note: If dpkg-buildpackage complains about unmet build dependencies
323325
you can install them using apt-get and re-run the command.
324326

doc/INSTALL.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS</H1>
7979
<H2>Building QGIS from source - step by step</H2>
80-
<H3>Friday February 07, 2014</H3>
80+
<H3>Thursday March 06, 2014</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Friday February 07, 2014
86-
Last Change : Friday February 07, 2014
85+
Last Updated: Thursday March 06, 2014
86+
Last Change : Thursday March 06, 2014
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -526,6 +526,9 @@ <H2>3.8. Building Debian packages</H2>
526526
dpkg-buildpackage -us -uc -b
527527
</PRE></div>
528528

529+
<P>
530+
/!\ <B>Note:</B> Install <CODE>devscripts</CODE> to get <CODE>dch</CODE>.
531+
</P>
529532
<P>
530533
/!\ <B>Note:</B> If <CODE>dpkg-buildpackage</CODE> complains about unmet build dependencies
531534
you can install them using <CODE>apt-get</CODE> and re-run the command.

doc/linux.t2t

+2
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ The QGIS packages will be created with:
215215
dpkg-buildpackage -us -uc -b
216216
```
217217

218+
/!\ **Note:** Install ``devscripts`` to get ``dch``.
219+
218220
/!\ **Note:** If ``dpkg-buildpackage`` complains about unmet build dependencies
219221
you can install them using ``apt-get`` and re-run the command.
220222

0 commit comments

Comments
 (0)