mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
debian and osgeo4w packaging update: include qbrowser
This commit is contained in:
parent
4549d0e199
commit
23a182209e
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||
|
||||
|
1
debian/control.intrepid
vendored
1
debian/control.intrepid
vendored
@ -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.
|
||||
|
1
debian/control.jaunty
vendored
1
debian/control.jaunty
vendored
@ -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.
|
||||
|
1
debian/control.karmic
vendored
1
debian/control.karmic
vendored
@ -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.
|
||||
|
1
debian/control.lenny
vendored
1
debian/control.lenny
vendored
@ -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.
|
||||
|
1
debian/control.lucid
vendored
1
debian/control.lucid
vendored
@ -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.
|
||||
|
1
debian/control.maverick
vendored
1
debian/control.maverick
vendored
@ -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.
|
||||
|
1
debian/control.natty
vendored
1
debian/control.natty
vendored
@ -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.
|
||||
|
1
debian/control.sid
vendored
1
debian/control.sid
vendored
@ -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.
|
||||
|
1
debian/control.squeeze
vendored
1
debian/control.squeeze
vendored
@ -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.
|
||||
|
1
debian/qgis-plugin-grass.postrm
vendored
1
debian/qgis-plugin-grass.postrm
vendored
@ -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#
|
||||
|
1
debian/qgis-plugin-grass.preinst
vendored
1
debian/qgis-plugin-grass.preinst
vendored
@ -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#
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
@ -137,6 +137,7 @@ cd ..
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' postinstall.bat >%OSGEO4W_ROOT%\etc\postinstall\%PACKAGENAME%.bat
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' preremove.bat >%OSGEO4W_ROOT%\etc\preremove\%PACKAGENAME%.bat
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' qgis.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%.bat.tmpl
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' browser.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-browser.bat.tmpl
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' qgis.reg.tmpl >%OSGEO4W_ROOT%\apps\%PACKAGENAME%\bin\qgis.reg.tmpl
|
||||
|
||||
REM sed -e 's/%OSGEO4W_ROOT:\=\\\\\\\\%/@osgeo4w@/' %OSGEO4W_ROOT%\apps\%PACKAGENAME%\python\qgis\qgisconfig.py >%OSGEO4W_ROOT%\apps\%PACKAGENAME%\python\qgis\qgisconfig.py.tmpl
|
||||
|
@ -136,6 +136,7 @@ cd ..
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' postinstall.bat >%OSGEO4W_ROOT%\etc\postinstall\%PACKAGENAME%.bat
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' preremove.bat >%OSGEO4W_ROOT%\etc\preremove\%PACKAGENAME%.bat
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' qgis.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%.bat.tmpl
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' browser.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-browser.bat.tmpl
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%GRASS_VERSION%/g' qgis.reg.tmpl >%OSGEO4W_ROOT%\apps\%PACKAGENAME%\bin\qgis.reg.tmpl
|
||||
|
||||
REM sed -e 's/%OSGEO4W_ROOT:\=\\\\\\\\%/@osgeo4w@/' %OSGEO4W_ROOT%\apps\%PACKAGENAME%\python\qgis\qgisconfig.py >%OSGEO4W_ROOT%\apps\%PACKAGENAME%\python\qgis\qgisconfig.py.tmpl
|
||||
|
@ -2,7 +2,9 @@ textreplace -std -t bin\@package@.bat
|
||||
|
||||
mkdir "%OSGEO4W_STARTMENU%"
|
||||
xxmklink "%OSGEO4W_STARTMENU%\Quantum GIS (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@.bat" " " \ "Quantum GIS - Desktop GIS (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
|
||||
xxmklink "%OSGEO4W_STARTMENU%\Quantum GIS Browser (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@-browser.bat" " " \ "Quantum GIS Browser (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
|
||||
xxmklink "%ALLUSERSPROFILE%\Desktop\Quantum GIS (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@.bat" " " \ "Quantum GIS - Desktop GIS (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
|
||||
xxmklink "%ALLUSERSPROFILE%\Desktop\Quantum GIS Browser (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@-browser.bat" " " \ "Quantum GIS - Browser (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico"
|
||||
|
||||
set O4W_ROOT=%OSGEO4W_ROOT%
|
||||
set OSGEO4W_ROOT=%OSGEO4W_ROOT:\=\\%
|
||||
|
@ -1,5 +1,8 @@
|
||||
del "%OSGEO4W_STARTMENU%\Quantum GIS (@version@).lnk"
|
||||
del "%OSGEO4W_STARTMENU%\Quantum GIS Browser (@version@).lnk"
|
||||
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS (@version@).lnk"
|
||||
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS Browser (@version@).lnk"
|
||||
del "%OSGEO4W_ROOT%"\bin\@package@.bat
|
||||
del "%OSGEO4W_ROOT%"\bin\@package@-browser.bat
|
||||
del "%OSGEO4W_ROOT%"\apps\@package@\python\qgis\qgisconfig.py
|
||||
del "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.reg
|
||||
|
Loading…
x
Reference in New Issue
Block a user