Skip to content

Commit c828a92

Browse files
author
jef
committedDec 20, 2008
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@9875 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1c84510 commit c828a92

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
 

‎debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
qgis (1.0preview17) experimental; urgency=low
28

39
* include quickprint and coordinate capture plugin

‎debian/control

Lines changed: 1 addition & 0 deletions
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+
Suggests: gpsbabel
2122
Conflicts: uim-qt3
2223
Description: Geographic Information System (GIS)
2324
A Geographic Information System (GIS) manages, analyzes, and displays

‎debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CMAKE_OPTS = \
1818
-D CMAKE_INSTALL_PREFIX=/usr \
1919
-D CMAKE_SKIP_RPATH=TRUE \
2020
-D BINDINGS_GLOBAL_INSTALL=TRUE \
21-
-D PEDANTIC=TRUE \
21+
-D PEDANTIC=TRUE
2222

2323
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
2424
CFLAGS += -O0

0 commit comments

Comments
 (0)
Please sign in to comment.