File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -1324,6 +1324,12 @@ First you need to install the debian packaging tools once:
1324
1324
apt-get install build-essential
1325
1325
1326
1326
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
+
1327
1333
The QGIS packages will be created with:
1328
1334
1329
1335
@@ -1337,7 +1343,7 @@ you can install them using apt-get and re-run the command.
1337
1343
using dpkg -r libqgis1-dev. Otherwise dpkg-buildpackage will complain about a
1338
1344
build conflict.
1339
1345
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).
1341
1347
Install them using dpkg. E.g.:
1342
1348
1343
1349
Original file line number Diff line number Diff line change @@ -1173,6 +1173,12 @@ First you need to install the debian packaging tools once:
1173
1173
apt-get install build-essential
1174
1174
```
1175
1175
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
+
1176
1182
The QGIS packages will be created with:
1177
1183
1178
1184
```
@@ -1186,7 +1192,7 @@ you can install them using ``apt-get`` and re-run the command.
1186
1192
using ``dpkg -r libqgis1-dev``. Otherwise ``dpkg-buildpackage`` will complain about a
1187
1193
build conflict.
1188
1194
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).
1190
1196
Install them using dpkg. E.g.:
1191
1197
1192
1198
```
You can’t perform that action at this time.
0 commit comments