Skip to content

Commit

Permalink
add dch reference to INSTALL
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13738 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 16, 2010
1 parent 8038b85 commit 17506ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion INSTALL
Expand Up @@ -1324,6 +1324,12 @@ First you need to install the debian packaging tools once:
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:


Expand All @@ -1337,7 +1343,7 @@ you can install them using apt-get and re-run the command.
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.:


Expand Down
8 changes: 7 additions & 1 deletion doc/INSTALL.t2t
Expand Up @@ -1173,6 +1173,12 @@ First you need to install the debian packaging tools once:
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:

```
Expand All @@ -1186,7 +1192,7 @@ you can install them using ``apt-get`` and re-run the command.
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.:

```
Expand Down

0 comments on commit 17506ba

Please sign in to comment.