Skip to content

Commit

Permalink
Fixing debian build dependencies and procedures.
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Dec 18, 2014
1 parent 92cf3e8 commit 9601181
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
eoxserver (0.4.0-0~trusty1) trusty; urgency=low

* 0.4 beta-release.

-- Fabian Schindler <[email protected]> Mon, 16 Dec 2014 16:02:00 +0200

eoxserver (0.3.2-0~trusty2) trusty; urgency=low

* Disabled reftools.
Expand Down
8 changes: 1 addition & 7 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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;
python setup.py install --no-compile --root=$(CURDIR)/debian/tmp --install-layout=deb;

0 comments on commit 9601181

Please sign in to comment.