debian packaging update

git-svn-id: http://svn.osgeo.org/qgis/trunk@15350 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2011-03-06 02:14:27 +00:00
parent 73d8c9fdcf
commit 856185a13b
10 changed files with 31 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
View File

@ -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.

View File

@ -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
View File

@ -1,4 +0,0 @@
AUTHORS
BUGS
README
TODO

1
debian/qgis-apidoc.dirs vendored Normal file
View File

@ -0,0 +1 @@
usr/share/qgis/doc/api

View File

@ -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
View File

@ -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