[QGIS Commit] r9600 - trunk/qgis/debian

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Nov 8 14:06:55 EST 2008


Author: jef
Date: 2008-11-08 14:06:55 -0500 (Sat, 08 Nov 2008)
New Revision: 9600

Modified:
   trunk/qgis/debian/changelog
   trunk/qgis/debian/control
   trunk/qgis/debian/rules
Log:
update debian packaging

Modified: trunk/qgis/debian/changelog
===================================================================
--- trunk/qgis/debian/changelog	2008-11-08 19:06:29 UTC (rev 9599)
+++ trunk/qgis/debian/changelog	2008-11-08 19:06:55 UTC (rev 9600)
@@ -1,3 +1,10 @@
+qgis (1.0preview16) experimental; urgency=low
+
+  * new upstream preview release (preview II).
+  * introduce conflict with uim-qt3 (fixes GUI issues on Ubuntu intrepid)
+
+ -- Jürgen E. Fischer <jef at norbit.de>  Sat, 08 Nov 2008 12:10:21 +0100
+
 qgis (1.0preview7) experimental; urgency=low
 
   * remove quickprint plugin

Modified: trunk/qgis/debian/control
===================================================================
--- trunk/qgis/debian/control	2008-11-08 19:06:29 UTC (rev 9599)
+++ trunk/qgis/debian/control	2008-11-08 19:06:55 UTC (rev 9600)
@@ -18,6 +18,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: qgis-plugin-grass, python-qgis
+Conflicts: uim-qt3
 Description: Geographic Information System (GIS)
  A Geographic Information System (GIS) manages, analyzes, and displays
  databases of geographic information. Quantum GIS (QGIS) supports shapefile
@@ -31,7 +32,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: qgis (<=0.9.2rc1)
-Conflicts: libqgis1
+Conflicts: libqgis1, uim-qt3
 Description: Quantum GIS - shared core library
  Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
  and display databases of geographic information.
@@ -43,7 +44,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: qgis (<=0.9.2rc1)
-Conflicts: libqgis1
+Conflicts: libqgis1, uim-qt3
 Description: Quantum GIS - shared gui library
  Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
  and display databases of geographic information.

Modified: trunk/qgis/debian/rules
===================================================================
--- trunk/qgis/debian/rules	2008-11-08 19:06:29 UTC (rev 9599)
+++ trunk/qgis/debian/rules	2008-11-08 19:06:55 UTC (rev 9600)
@@ -31,6 +31,8 @@
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CMAKE_OPTS += -D CMAKE_BUILD_TYPE=Debug -D ENABLE_TESTS=TRUE
+	CFLAGS += -DQGISDEBUG=1
+	MAKEFLAGS += VERBOSE=YES
 endif
 
 debian/build/CMakeCache.txt: CMakeLists.txt



More information about the QGIS-commit mailing list