Skip to content

Commit 7a8b90c

Browse files
author
jef
committed
update debian packaging
git-svn-id: http://svn.osgeo.org/qgis/trunk@9600 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 348f0f7 commit 7a8b90c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
qgis (1.0preview16) experimental; urgency=low
2+
3+
* new upstream preview release (preview II).
4+
* introduce conflict with uim-qt3 (fixes GUI issues on Ubuntu intrepid)
5+
6+
-- Jürgen E. Fischer <jef@norbit.de> Sat, 08 Nov 2008 12:10:21 +0100
7+
18
qgis (1.0preview7) experimental; urgency=low
29

310
* remove quickprint plugin

debian/control

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Package: qgis
1818
Architecture: any
1919
Depends: ${shlibs:Depends}, ${misc:Depends}
2020
Recommends: qgis-plugin-grass, python-qgis
21+
Conflicts: uim-qt3
2122
Description: Geographic Information System (GIS)
2223
A Geographic Information System (GIS) manages, analyzes, and displays
2324
databases of geographic information. Quantum GIS (QGIS) supports shapefile
@@ -31,7 +32,7 @@ Package: libqgis-core1
3132
Architecture: any
3233
Depends: ${shlibs:Depends}, ${misc:Depends}
3334
Replaces: qgis (<=0.9.2rc1)
34-
Conflicts: libqgis1
35+
Conflicts: libqgis1, uim-qt3
3536
Description: Quantum GIS - shared core library
3637
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
3738
and display databases of geographic information.
@@ -43,7 +44,7 @@ Package: libqgis-gui1
4344
Architecture: any
4445
Depends: ${shlibs:Depends}, ${misc:Depends}
4546
Replaces: qgis (<=0.9.2rc1)
46-
Conflicts: libqgis1
47+
Conflicts: libqgis1, uim-qt3
4748
Description: Quantum GIS - shared gui library
4849
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
4950
and display databases of geographic information.

debian/rules

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ endif
3131

3232
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
3333
CMAKE_OPTS += -D CMAKE_BUILD_TYPE=Debug -D ENABLE_TESTS=TRUE
34+
CFLAGS += -DQGISDEBUG=1
35+
MAKEFLAGS += VERBOSE=YES
3436
endif
3537

3638
debian/build/CMakeCache.txt: CMakeLists.txt

0 commit comments

Comments
 (0)