mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@15350 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
73d8c9fdcf
commit
856185a13b
3
debian/control.lenny
vendored
3
debian/control.lenny
vendored
@ -27,7 +27,8 @@ Build-Depends:
|
||||
python-qt4-dev (>=4.1.0),
|
||||
python-sip4-dev (>= 4.5.0),
|
||||
sip4 (>= 4.5),
|
||||
subversion
|
||||
subversion,
|
||||
txt2tags
|
||||
Build-Conflicts: libqgis-dev, qgis-dev
|
||||
Standards-Version: 3.8.0
|
||||
XS-Python-Version: current
|
||||
|
3
debian/control.lucid
vendored
3
debian/control.lucid
vendored
@ -28,7 +28,8 @@ Build-Depends:
|
||||
python-qt4-dev (>=4.1.0),
|
||||
python-sip (>= 4.5.0),
|
||||
python-sip-dev (>= 4.5.0),
|
||||
subversion
|
||||
subversion,
|
||||
txt2tags
|
||||
Build-Conflicts: libqgis-dev, qgis-dev
|
||||
Standards-Version: 3.8.4
|
||||
XS-Python-Version: current
|
||||
|
3
debian/control.maverick
vendored
3
debian/control.maverick
vendored
@ -29,7 +29,8 @@ Build-Depends:
|
||||
python-qt4-dev (>=4.1.0),
|
||||
python-sip (>= 4.5.0),
|
||||
python-sip-dev (>= 4.5.0),
|
||||
subversion
|
||||
subversion,
|
||||
txt2tags
|
||||
Build-Conflicts: libqgis-dev, qgis-dev
|
||||
Standards-Version: 3.8.4
|
||||
XS-Python-Version: current
|
||||
|
3
debian/control.natty
vendored
3
debian/control.natty
vendored
@ -29,7 +29,8 @@ Build-Depends:
|
||||
python-qt4-dev (>=4.1.0),
|
||||
python-sip (>= 4.5.0),
|
||||
python-sip-dev (>= 4.5.0),
|
||||
subversion
|
||||
subversion,
|
||||
txt2tags
|
||||
Build-Conflicts: libqgis-dev, qgis-dev
|
||||
Standards-Version: 3.8.4
|
||||
XS-Python-Version: current
|
||||
|
12
debian/control.sid
vendored
12
debian/control.sid
vendored
@ -28,7 +28,9 @@ Build-Depends:
|
||||
python-qt4-dev (>=4.1.0),
|
||||
python-sip (>= 4.5.0),
|
||||
python-sip-dev (>= 4.5.0),
|
||||
subversion
|
||||
subversion,
|
||||
doxygen,
|
||||
txt2tags
|
||||
Build-Conflicts: libqgis-dev, qgis-dev
|
||||
Standards-Version: 3.8.4
|
||||
XS-Python-Version: current
|
||||
@ -173,3 +175,11 @@ Description: Quantum GIS mapserver
|
||||
.
|
||||
This package contains the Quantum GIS mapserver.
|
||||
|
||||
Package: qgis-apidoc
|
||||
Architecture: all
|
||||
Description: Quantum GIS API documentation
|
||||
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
|
||||
and display databases of geographic information.
|
||||
.
|
||||
This package contains the Quantum GIS API documentation.
|
||||
|
||||
|
3
debian/control.squeeze
vendored
3
debian/control.squeeze
vendored
@ -28,7 +28,8 @@ Build-Depends:
|
||||
python-qt4-dev (>=4.1.0),
|
||||
python-sip (>= 4.5.0),
|
||||
python-sip-dev (>= 4.5.0),
|
||||
subversion
|
||||
subversion,
|
||||
txt2tags
|
||||
Build-Conflicts: libqgis-dev, qgis-dev
|
||||
Standards-Version: 3.8.4
|
||||
XS-Python-Version: current
|
||||
|
4
debian/docs
vendored
4
debian/docs
vendored
@ -1,4 +0,0 @@
|
||||
AUTHORS
|
||||
BUGS
|
||||
README
|
||||
TODO
|
1
debian/qgis-apidoc.dirs
vendored
Normal file
1
debian/qgis-apidoc.dirs
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/share/qgis/doc/api
|
5
debian/qgis-common.install
vendored
5
debian/qgis-common.install
vendored
@ -7,6 +7,11 @@ usr/share/qgis/doc/SPONSORS
|
||||
usr/share/qgis/doc/CONTRIBUTORS
|
||||
usr/share/qgis/doc/TRANSLATORS
|
||||
usr/share/qgis/doc/DONORS
|
||||
usr/share/qgis/doc/AUTHORS.html
|
||||
usr/share/qgis/doc/SPONSORS.html
|
||||
usr/share/qgis/doc/CONTRIBUTORS.html
|
||||
usr/share/qgis/doc/TRANSLATORS.html
|
||||
usr/share/qgis/doc/DONORS.html
|
||||
usr/share/qgis/doc/images
|
||||
usr/share/qgis/i18n/*
|
||||
usr/share/qgis/images/*
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -31,6 +31,10 @@ CMAKE_OPTS := \
|
||||
-D WITH_MAPSERVER=TRUE \
|
||||
-D QGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin
|
||||
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"sid"))
|
||||
CMAKE_OPTS += -D WITH_APIDOC=TRUE
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"natty"))
|
||||
CMAKE_OPTS += -D QT_QTWEBKIT_INCLUDE_DIR=/usr/include/QtWebKit
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user