Skip to content

Commit

Permalink
debian packaging: use libqscintilla2-qt4-dev on unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 3, 2018
1 parent a8e292d commit d4365a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian/control.in
Expand Up @@ -43,7 +43,8 @@ Build-Depends:
python-sip (>= 4.5.0),
python-sip-dev (>= 4.5.0),
libosgearth-dev,
libqscintilla2-dev,
# jessie stretch trusty xenial yakkety zesty artful# libqscintilla2-dev,
#sid # libqscintilla2-qt4-dev,
git,
doxygen,
graphviz,
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/MetaSearch/dialogs/maindialog.py
Expand Up @@ -438,7 +438,7 @@ def search(self):

# bbox
# CRS is WGS84 with axis order longitude, latitude
# defined by 'urn:ogc:def:crs:OGC:1.3:CRS84'
# defined by 'urn:ogc:def:crs:OGC:1.3:CRS84'
minx = self.leWest.text()
miny = self.leSouth.text()
maxx = self.leEast.text()
Expand Down

0 comments on commit d4365a1

Please sign in to comment.