File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ qgis (1.0preview18) experimental; urgency=low
2
+
3
+ * add suggestion for gpsbabel
4
+
5
+ -- Jürgen E. Fischer <jef@norbit.de> Sat, 20 Dec 2008 19:08:34 +0100
6
+
1
7
qgis (1.0preview17) experimental; urgency=low
2
8
3
9
* include quickprint and coordinate capture plugin
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Package: qgis
18
18
Architecture: any
19
19
Depends: ${shlibs:Depends}, ${misc:Depends}
20
20
Recommends: qgis-plugin-grass, python-qgis
21
+ Suggests: gpsbabel
21
22
Conflicts: uim-qt3
22
23
Description: Geographic Information System (GIS)
23
24
A Geographic Information System (GIS) manages, analyzes, and displays
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CMAKE_OPTS = \
18
18
-D CMAKE_INSTALL_PREFIX=/usr \
19
19
-D CMAKE_SKIP_RPATH=TRUE \
20
20
-D BINDINGS_GLOBAL_INSTALL=TRUE \
21
- -D PEDANTIC=TRUE \
21
+ -D PEDANTIC=TRUE
22
22
23
23
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS ) ) )
24
24
CFLAGS += -O0
You can’t perform that action at this time.
0 commit comments