From: Marius Gavrilescu Date: Fri, 9 Aug 2013 13:22:34 +0000 (+0300) Subject: Update dependencies X-Git-Tag: debian/2.5-1~1 X-Git-Url: http://git.ieval.ro/?p=xfishtank.git;a=commitdiff_plain;h=a549e7c63fe964efbd56b3fd6ab3424acc4bf136 Update dependencies --- diff --git a/debian/control b/debian/control index 78807c5..52f07d8 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: xfishtank Section: games Priority: optional -Build-Depends: debhelper (>= 9), libx11-dev, xutils-dev, libxext-dev +Build-Depends: debhelper (>= 9), libx11-dev, xutils-dev, libimlib2-dev Maintainer: Marius Gavrilescu Homepage: http://jim.rees.org/computers/xfishtank.html Vcs-Browser: http://git.ieval.ro/?p=xfishtank.git;a=summary diff --git a/debian/rules b/debian/rules index a0b425a..09c8b60 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,6 @@ dh $@ override_dh_auto_build: xmkmf -a - dh_auto_build -- CCOPTIONS="$(shell dpkg-buildflags --get CFLAGS)" EXTRA_LOAD_FLAGS="$(shell dpkg-buildflags --get LDFLAGS)" SYS_LIBRARIES= EXTENSIONLIB= + dh_auto_build -- CCOPTIONS="$(shell dpkg-buildflags --get CFLAGS)" EXTRA_LOAD_FLAGS="$(shell dpkg-buildflags --get LDFLAGS)" SYS_LIBRARIES="-lImlib2" EXTENSIONLIB= override_dh_auto_install: dh_auto_install -- BINDIR=/usr/games