Skip to content

Commit

Permalink
Merge branch 'master' of github.com:qgis/Quantum-GIS
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed May 23, 2011
2 parents 7c0e900 + b610620 commit 4d5455f
Show file tree
Hide file tree
Showing 182 changed files with 6,332 additions and 5,583 deletions.
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
qgis (1.8.0) UNRELEASED; urgency=low

* new development version 1.8 after branch
* add qgis browser (qbrowser)

-- Jürgen E. Fischer <jef@norbit.de> Sat, 07 May 2011 00:47:20 +0200
-- Jürgen E. Fischer <jef@norbit.de> Mon, 23 May 2011 18:08:18 +0200

qgis (1.7.0) UNRELEASED; urgency=low

Expand Down
1 change: 1 addition & 0 deletions debian/control.intrepid
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Description: Quantum GIS mapserver

Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/control.jaunty
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Description: Quantum GIS mapserver

Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/control.karmic
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Description: Quantum GIS mapserver

Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/control.lenny
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ Description: Quantum GIS sql anywhere plugin and provider

Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/control.lucid
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Description: Quantum GIS sql anywhere plugin and provider

Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/control.maverick
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ Description: Quantum GIS sql anywhere plugin and provider

Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/control.natty
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ Description: Quantum GIS sql anywhere plugin and provider

Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/control.sid
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ Description: Quantum GIS sql anywhere plugin and provider

Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/control.squeeze
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Description: Quantum GIS sql anywhere plugin and provider

Package: qgis-api-doc
Architecture: all
Section: doc
Description: Quantum GIS API documentation
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
1 change: 1 addition & 0 deletions debian/qgis-plugin-grass.postrm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e

if [ "$1" = "remove" ]; then
dpkg-divert --package qgis-plugin-grass --remove --rename --divert /usr/bin/qgis.bin /usr/bin/qgis
dpkg-divert --package qgis-plugin-grass --remove --rename --divert /usr/bin/qbrowser.bin /usr/bin/qbrowser
fi

#DEBHELPER#
Expand Down
1 change: 1 addition & 0 deletions debian/qgis-plugin-grass.preinst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e

if [ "$1" = "install" -o "$1" = "upgrade" ]; then
dpkg-divert --package qgis-plugin-grass --add --rename --divert /usr/bin/qgis.bin /usr/bin/qgis
dpkg-divert --package qgis-plugin-grass --add --rename --divert /usr/bin/qbrowser.bin /usr/bin/qbrowser
fi

#DEBHELPER#
Expand Down
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,11 @@ binary-arch: build install

install -o root -g root -m 755 -d $(CURDIR)/debian/qgis/usr/bin
install -o root -g root -m 755 $(CURDIR)/debian/tmp/usr/bin/qgis $(CURDIR)/debian/qgis/usr/bin
install -o root -g root -m 755 $(CURDIR)/debian/tmp/usr/bin/qbrowser $(CURDIR)/debian/qgis/usr/bin

install -o root -g root -m 755 -d $(CURDIR)/debian/qgis-plugin-grass/usr/bin
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qgis
install -o root -g root -m 755 $(CURDIR)/debian/qgis.sh $(CURDIR)/debian/qgis-plugin-grass/usr/bin/qbrowser

dh_pycentral
dh_installmenu
Expand Down
6 changes: 3 additions & 3 deletions i18n/qgis_af.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19154,7 +19154,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down Expand Up @@ -23931,7 +23931,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down Expand Up @@ -25390,7 +25390,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
6 changes: 3 additions & 3 deletions i18n/qgis_ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19657,7 +19657,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down Expand Up @@ -24415,7 +24415,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location filename="../src/core/qgsproject.cpp" line="982"/>
<source>%1 is not writeable. Please adjust permissions (if possible) and try again.</source>
<source>%1 is not writable. Please adjust permissions (if possible) and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down Expand Up @@ -25929,7 +25929,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/app/qgsrasterlayerproperties.cpp" line="1560"/>
<source>The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<source>The file was not writable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt.</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
6 changes: 3 additions & 3 deletions i18n/qgis_bg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20797,7 +20797,7 @@ This may be a problem in your network connection or at the WMS server.</source>
</message>
<message>
<location filename="../src/core/qgsmaplayer.cpp" line="714"/>
<source>The directory containing your dataset needs to be writeable!</source>
<source>The directory containing your dataset needs to be writable!</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down Expand Up @@ -25574,7 +25574,7 @@ Result: %3 (%4)</source>
</message>
<message>
<location fil