[freeimage] 01/03: Fix build in indep-only mode.

Anton Gladky gladk at moszumanska.debian.org
Sat Dec 19 21:29:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch debian/experimental
in repository freeimage.

commit 2f956a46dcd5d4d7ab4de9eb1726b685a927cd48
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Dec 19 22:22:06 2015 +0100

    Fix build in indep-only mode.
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index eb143e4..4b7b966 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,10 +37,12 @@ override_dh_auto_build-arch:
 override_dh_auto_build-indep:
 	cd $(CURDIR)/Wrapper/FreeImagePlus/doc && doxygen FreeImagePlus.dox
 
-override_dh_auto_install:
+override_dh_auto_install-arch:
 	dh_auto_install -- INCDIR="$(INSTALL_INCDIR)" INSTALLDIR="$(INSTALL_LIBDIR)"
 	$(MAKE) -f Makefile.fip install INCDIR="$(INSTALL_INCDIR)" INSTALLDIR="$(INSTALL_LIBDIR)"
 
+override_dh_auto_install-indep:
+
 override_dh_auto_test-arch:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	echo "Building and running the FreeImage testsuite..."
@@ -57,6 +59,9 @@ override_dh_auto_clean:
 	dh_auto_clean
 	$(MAKE) -f Makefile.fip clean
 
+override_dh_install-indep:
+	dh_installdocs --indep
+
 override_dh_installdocs-indep:
 	dh_installdocs --indep
 	dh_doxygen --indep

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freeimage.git



More information about the debian-science-commits mailing list