X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Frules;h=163f44d3ff96fca72d95a226f82f7f435bbce7b4;hb=18f7a61cdb7bd8049ab0c110aafa132978d2bc03;hp=a27cec800b9acca2e42de42d1b05fad617d50e1d;hpb=df6ca7f7d660d483fe71a319672e70c1f3030c08;p=pkg-enblend.git diff --git a/debian/rules b/debian/rules index a27cec8..163f44d 100755 --- a/debian/rules +++ b/debian/rules @@ -19,23 +19,22 @@ else CFLAGS += -O2 endif -include /usr/share/dpatch/dpatch.make - get-orig-source: dh_testdir dh_testroot chmod 755 debian/bin/uscan_repack.sh uscan --verbose --force-download --rename -config.status: configure $(DPATCH_STAMPFN) +config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr --mandir=\$${prefix}/share/man \ - --enable-gpu-support \ + --enable-gpu-support=yes \ --disable-openmp \ - --enable-image-cache \ - --with-openexr + --enable-image-cache=yes \ + --with-boost-filesystem=yes \ + --with-openexr=yes build: build-stamp @@ -46,7 +45,7 @@ build-stamp: config.status touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp