summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 57715ca)
raw | patch | inline | side by side (parent: 57715ca)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 Dec 2009 21:26:01 +0000 (22:26 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 20 Dec 2009 21:26:01 +0000 (22:26 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index adbb9cedd63106cec5b4b819074a624412ac86af..a6e3f733de88a5af60ff4a9aab3e192755eabd6b 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
[ Sebastian Harl ]
* debian/rules:
- Install NEWS and AUTHORS to all packages.
+ - Explicitly en/disable requested features when running configure.
- -- Sebastian Harl <tokkee@debian.org> Sun, 20 Dec 2009 21:28:58 +0100
+ -- Sebastian Harl <tokkee@debian.org> Sun, 20 Dec 2009 22:25:09 +0100
enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index f15106141820d7bd50c546fa0598abc316f13cae..a27cec800b9acca2e42de42d1b05fad617d50e1d 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
dh_testdir
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
- --prefix=/usr --mandir=\$${prefix}/share/man
+ --prefix=/usr --mandir=\$${prefix}/share/man \
+ --enable-gpu-support \
+ --disable-openmp \
+ --enable-image-cache \
+ --with-openexr
build: build-stamp