[QGIS Commit] r9875 - trunk/qgis/debian

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Dec 20 13:19:04 EST 2008


Author: jef
Date: 2008-12-20 13:19:04 -0500 (Sat, 20 Dec 2008)
New Revision: 9875

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

Modified: trunk/qgis/debian/changelog
===================================================================
--- trunk/qgis/debian/changelog	2008-12-20 13:50:46 UTC (rev 9874)
+++ trunk/qgis/debian/changelog	2008-12-20 18:19:04 UTC (rev 9875)
@@ -1,3 +1,9 @@
+qgis (1.0preview18) experimental; urgency=low
+
+  * add suggestion for gpsbabel
+
+ -- Jürgen E. Fischer <jef at norbit.de>  Sat, 20 Dec 2008 19:08:34 +0100
+
 qgis (1.0preview17) experimental; urgency=low
 
   * include quickprint and coordinate capture plugin

Modified: trunk/qgis/debian/control
===================================================================
--- trunk/qgis/debian/control	2008-12-20 13:50:46 UTC (rev 9874)
+++ trunk/qgis/debian/control	2008-12-20 18:19:04 UTC (rev 9875)
@@ -18,6 +18,7 @@
 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

Modified: trunk/qgis/debian/rules
===================================================================
--- trunk/qgis/debian/rules	2008-12-20 13:50:46 UTC (rev 9874)
+++ trunk/qgis/debian/rules	2008-12-20 18:19:04 UTC (rev 9875)
@@ -18,7 +18,7 @@
 	-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



More information about the QGIS-commit mailing list