Showing with 4 additions and 2 deletions.
  1. +2 −1 debian/changelog
  2. +1 −0 debian/qgis-providers.install
  3. +1 −1 src/providers/wcs/qgswcsprovider.cpp
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ qgis (1.9.0) UNRELEASED; urgency=low

* new development version 1.9 after branch of 1.8
* include ows provider
* include wcs provider

-- Jürgen E. Fischer <jef@norbit.de> Thu, 26 Jul 2012 13:54:05 +0200
-- Jürgen E. Fischer <jef@norbit.de> Wed, 08 Aug 2012 08:49:52 +0200

qgis (1.8.0) UNRELEASED; urgency=low

Expand Down
1 change: 1 addition & 0 deletions debian/qgis-providers.install
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ usr/lib/qgis/plugins/libpostgresprovider.so
usr/lib/qgis/plugins/libspatialiteprovider.so
usr/lib/qgis/plugins/libwfsprovider.so
usr/lib/qgis/plugins/libwmsprovider.so
usr/lib/qgis/plugins/libwcsprovider.so
2 changes: 1 addition & 1 deletion src/providers/wcs/qgswcsprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
#include <QEventLoop>
#include <QCoreApplication>
#include <QTime>
#include <QFile>

#ifdef QGISDEBUG
#include <QFile>
#include <QDir>
#endif

Expand Down