Skip to content

Commit 66d72f0

Browse files
committedDec 27, 2015
fix lucid reference in INSTALL
1 parent 46f283b commit 66d72f0

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed
 

‎INSTALL

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Thursday December 17, 2015
3+
Sunday December 27, 2015
44

55

6-
Last Updated: Thursday December 17, 2015
7-
Last Change : Thursday December 17, 2015
6+
Last Updated: Sunday December 27, 2015
7+
Last Change : Sunday December 27, 2015
88

99

1010
1. Introduction
@@ -293,7 +293,8 @@ First you need to install the debian packaging tools once:
293293

294294
apt-get install build-essential
295295

296-
First you need to create an changelog entry for your distribution. For example for Ubuntu Lucid:
296+
First you need to create an changelog entry for your distribution. For example
297+
for Ubuntu Precise:
297298

298299
dch -l ~precise --force-distribution --distribution precise "precise build"
299300

‎doc/INSTALL.html

Lines changed: 5 additions & 4 deletions
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>Thursday December 17, 2015</H3>
80+
<H3>Sunday December 27, 2015</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Thursday December 17, 2015
86-
Last Change : Thursday December 17, 2015
85+
Last Updated: Sunday December 27, 2015
86+
Last Change : Sunday December 27, 2015
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -495,7 +495,8 @@ <H2>3.8. Building Debian packages</H2>
495495
</PRE></div>
496496

497497
<P>
498-
First you need to create an changelog entry for your distribution. For example for Ubuntu Lucid:
498+
First you need to create an changelog entry for your distribution. For example
499+
for Ubuntu Precise:
499500
</P>
500501

501502
<div class="code"><PRE>

‎doc/linux.t2t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ First you need to install the debian packaging tools once:
170170
apt-get install build-essential
171171
```
172172

173-
First you need to create an changelog entry for your distribution. For example for Ubuntu Lucid:
173+
First you need to create an changelog entry for your distribution. For example
174+
for Ubuntu Precise:
174175

175176
```
176177
dch -l ~precise --force-distribution --distribution precise "precise build"

0 commit comments

Comments
 (0)
Please sign in to comment.