From a549e7c63fe964efbd56b3fd6ab3424acc4bf136 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 9 Aug 2013 16:22:34 +0300 Subject: [PATCH] Update dependencies --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2