Control: tags -1 patch Hi there,
please find attached a NMU debdiff to fix this buildfailure: > syfi (1.0.0.dfsg-1.2) unstable; urgency=low > > * Non-maintainer upload. > * debian/rules: Do not specify python include dirs in the call to CMAKE, > it causes a FTBFS because CMAKE can't find the correct includes. Since > CMAKE 2.8.11-1, CMAKE knows how to find multi-arched python by itself. > (Closes: #713520) (LP: #1250177) > > -- Andreas Moog <am...@ubuntu.com> Mon, 11 Nov 2013 19:23:53 +0100 Since I don't have Upload rights, I'll ask on Debian-Mentors for a sponsor. -- Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany Ubuntu Developer PGP-encrypted mails preferred (Key-ID: 74DE6624) PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru syfi-1.0.0.dfsg/debian/changelog syfi-1.0.0.dfsg/debian/changelog --- syfi-1.0.0.dfsg/debian/changelog 2013-05-16 16:08:28.000000000 +0200 +++ syfi-1.0.0.dfsg/debian/changelog 2013-11-11 19:24:38.000000000 +0100 @@ -1,3 +1,13 @@ +syfi (1.0.0.dfsg-1.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Do not specify python include dirs in the call to CMAKE, + it causes a FTBFS because CMAKE can't find the correct includes. Since + CMAKE 2.8.11-1, CMAKE knows how to find multi-arched python by itself. + (Closes: #713520) (LP: #1250177) + + -- Andreas Moog <am...@ubuntu.com> Mon, 11 Nov 2013 19:23:53 +0100 + syfi (1.0.0.dfsg-1.1) unstable; urgency=low * Non maintainer upload. diff -Nru syfi-1.0.0.dfsg/debian/rules syfi-1.0.0.dfsg/debian/rules --- syfi-1.0.0.dfsg/debian/rules 2013-05-16 16:07:20.000000000 +0200 +++ syfi-1.0.0.dfsg/debian/rules 2013-11-11 18:20:32.000000000 +0100 @@ -28,10 +28,7 @@ install-stamp-%: cd $(DEB_BUILDDIR) && rm CMakeCache.txt && \ - cmake -D PYTHON_EXECUTABLE:FILEPATH=/usr/bin/$* \ - -D PYTHON_LIBRARY:FILEPATH=/usr/lib/$(DEB_HOST_MULTIARCH)/lib$*.so \ - -D PYTHON_INCLUDE_DIR:PATH=/usr/include/$* \ - $(DEB_CMAKE_NORMAL_ARGS) $(DEB_CMAKE_EXTRA_FLAGS) + cmake $(DEB_CMAKE_NORMAL_ARGS) $(DEB_CMAKE_EXTRA_FLAGS) make -C $(DEB_BUILDDIR) install DESTDIR=$(CURDIR)/debian/tmp touch $@
signature.asc
Description: OpenPGP digital signature