Update dependencies
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 9 Aug 2013 13:22:34 +0000 (16:22 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 9 Aug 2013 13:22:34 +0000 (16:22 +0300)
debian/control
debian/rules

index 78807c5a773eecb298beece82fbfc915ca029635..52f07d89b0c9b145c9227418bc3680c51f5f0e57 100644 (file)
@@ -1,7 +1,7 @@
 Source: xfishtank
 Section: games
 Priority: optional
 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 <marius@ieval.ro>
 Homepage: http://jim.rees.org/computers/xfishtank.html
 Vcs-Browser: http://git.ieval.ro/?p=xfishtank.git;a=summary
 Maintainer: Marius Gavrilescu <marius@ieval.ro>
 Homepage: http://jim.rees.org/computers/xfishtank.html
 Vcs-Browser: http://git.ieval.ro/?p=xfishtank.git;a=summary
index a0b425a93cb56e0d0dec8529c7eb764fbda7d2f7..09c8b60e46ee5fd779fccccf267e5bd5078fe33d 100755 (executable)
@@ -3,6 +3,6 @@
        dh $@
 override_dh_auto_build:
        xmkmf -a
        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
 override_dh_auto_install:
        dh_auto_install -- BINDIR=/usr/games
This page took 0.011737 seconds and 4 git commands to generate.