[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1110312: isochron FTCBFS: unable to find .pc file during clean



Package: isochron
Version: 0.9-0.2
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs
X-Debbugs-Cc: debian-cross@lists.debian.org

Isochron fails to cross-build because it's unable to detect
.pc file during clean target.

During cross-build the relevant triplet prefixed names are passed
only during build. Please consider to apply patch pasted at the
end of this mail.

Thanks
Nilesh

diff --git a/debian/rules b/debian/rules
index 3237d7b..2c72399 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@ DPKG_EXPORT_BUILDFLAGS = 1
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/default.mk
 export DH_VERBOSE = 1
+include /usr/share/dpkg/architecture.mk
+DPKG_EXPORT_BUILDTOOLS=1
+include /usr/share/dpkg/buildtools.mk
%:
        dh $@


Reply to: