[QGIS Commit] r13738 - in trunk/qgis: . doc
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Jun 16 16:05:32 EDT 2010
Author: jef
Date: 2010-06-16 20:05:32 +0000 (Wed, 16 Jun 2010)
New Revision: 13738
Modified:
trunk/qgis/INSTALL
trunk/qgis/doc/INSTALL.t2t
Log:
add dch reference to INSTALL
Modified: trunk/qgis/INSTALL
===================================================================
--- trunk/qgis/INSTALL 2010-06-16 11:31:39 UTC (rev 13737)
+++ trunk/qgis/INSTALL 2010-06-16 20:05:32 UTC (rev 13738)
@@ -1324,6 +1324,12 @@
apt-get install build-essential
+First you need to create an changelog entry for your distribution. For example for Ubuntu Lucid:
+
+
+ dch -l ~lucid --force-distribution --distribution lucid "lucid build"
+
+
The QGIS packages will be created with:
@@ -1337,7 +1343,7 @@
using dpkg -r libqgis1-dev. Otherwise dpkg-buildpackage will complain about a
build conflict.
-The the packages are created in the parent directory (ie. one level up).
+The packages are created in the parent directory (ie. one level up).
Install them using dpkg. E.g.:
Modified: trunk/qgis/doc/INSTALL.t2t
===================================================================
--- trunk/qgis/doc/INSTALL.t2t 2010-06-16 11:31:39 UTC (rev 13737)
+++ trunk/qgis/doc/INSTALL.t2t 2010-06-16 20:05:32 UTC (rev 13738)
@@ -1173,6 +1173,12 @@
apt-get install build-essential
```
+First you need to create an changelog entry for your distribution. For example for Ubuntu Lucid:
+
+```
+dch -l ~lucid --force-distribution --distribution lucid "lucid build"
+```
+
The QGIS packages will be created with:
```
@@ -1186,7 +1192,7 @@
using ``dpkg -r libqgis1-dev``. Otherwise ``dpkg-buildpackage`` will complain about a
build conflict.
-The the packages are created in the parent directory (ie. one level up).
+The packages are created in the parent directory (ie. one level up).
Install them using dpkg. E.g.:
```
More information about the QGIS-commit
mailing list