debian packaging update

git-svn-id: http://svn.osgeo.org/qgis/trunk@9875 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-12-20 18:19:04 +00:00
parent 1c84510421
commit c828a92d8f
3 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
qgis (1.0preview18) experimental; urgency=low
* add suggestion for gpsbabel
-- Jürgen E. Fischer <jef@norbit.de> Sat, 20 Dec 2008 19:08:34 +0100
qgis (1.0preview17) experimental; urgency=low
* include quickprint and coordinate capture plugin

1
debian/control vendored
View File

@ -18,6 +18,7 @@ Package: qgis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: qgis-plugin-grass, python-qgis
Suggests: gpsbabel
Conflicts: uim-qt3
Description: Geographic Information System (GIS)
A Geographic Information System (GIS) manages, analyzes, and displays

2
debian/rules vendored
View File

@ -18,7 +18,7 @@ CMAKE_OPTS = \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_SKIP_RPATH=TRUE \
-D BINDINGS_GLOBAL_INSTALL=TRUE \
-D PEDANTIC=TRUE \
-D PEDANTIC=TRUE
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0