Skip to content

Commit 17506ba

Browse files
author
jef
committed
add dch reference to INSTALL
git-svn-id: http://svn.osgeo.org/qgis/trunk@13738 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8038b85 commit 17506ba

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

INSTALL

+7-1
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,12 @@ First you need to install the debian packaging tools once:
13241324
apt-get install build-essential
13251325

13261326

1327+
First you need to create an changelog entry for your distribution. For example for Ubuntu Lucid:
1328+
1329+
1330+
dch -l ~lucid --force-distribution --distribution lucid "lucid build"
1331+
1332+
13271333
The QGIS packages will be created with:
13281334

13291335

@@ -1337,7 +1343,7 @@ you can install them using apt-get and re-run the command.
13371343
using dpkg -r libqgis1-dev. Otherwise dpkg-buildpackage will complain about a
13381344
build conflict.
13391345

1340-
The the packages are created in the parent directory (ie. one level up).
1346+
The packages are created in the parent directory (ie. one level up).
13411347
Install them using dpkg. E.g.:
13421348

13431349

doc/INSTALL.t2t

+7-1
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,12 @@ First you need to install the debian packaging tools once:
11731173
apt-get install build-essential
11741174
```
11751175

1176+
First you need to create an changelog entry for your distribution. For example for Ubuntu Lucid:
1177+
1178+
```
1179+
dch -l ~lucid --force-distribution --distribution lucid "lucid build"
1180+
```
1181+
11761182
The QGIS packages will be created with:
11771183

11781184
```
@@ -1186,7 +1192,7 @@ you can install them using ``apt-get`` and re-run the command.
11861192
using ``dpkg -r libqgis1-dev``. Otherwise ``dpkg-buildpackage`` will complain about a
11871193
build conflict.
11881194

1189-
The the packages are created in the parent directory (ie. one level up).
1195+
The packages are created in the parent directory (ie. one level up).
11901196
Install them using dpkg. E.g.:
11911197

11921198
```

0 commit comments

Comments
 (0)