diff --git a/debian/changelog b/debian/changelog index f0a3bb2c0..2f1911217 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +eoxserver (0.4.0-0~trusty1) trusty; urgency=low + + * 0.4 beta-release. + + -- Fabian Schindler Mon, 16 Dec 2014 16:02:00 +0200 + eoxserver (0.3.2-0~trusty2) trusty; urgency=low * Disabled reftools. diff --git a/debian/control b/debian/control index 0554709e8..41ce0f51e 100644 --- a/debian/control +++ b/debian/control @@ -9,14 +9,8 @@ Build-Depends: debhelper (>= 9), autoconf, automake, autotools-dev, - gcc, - libproj-dev, - libgeos-dev, - libgeos++-dev, - libgdal-dev (>= 1.10.1-0~), python-all (>= 2.6.6-3~), - python-all-dev (>= 2.6.6-3~), - libmapserver1-dev + python-all-dev (>= 2.6.6-3~) Standards-Version: 3.9.3 X-Python-Version: >= 2.6 Homepage: http://eoxserver.org diff --git a/debian/rules b/debian/rules index da98f4a5d..ceeb5c2e5 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ dh $@ --with python2 override_dh_auto_build: - python setup.py build --disable-extended-reftools + python setup.py build override_dh_auto_install: - python setup.py install --disable-extended-reftools --no-compile --root=$(CURDIR)/debian/tmp --install-layout=deb; \ No newline at end of file + python setup.py install --no-compile --root=$(CURDIR)/debian/tmp --install-layout=deb; \ No newline at end of file