Hi!
I have prepared an NMU that applies the patch provided by Peter De Wachter
and makes mrwtoppm correctly build from source.
I'm attaching the interdiff output, which includes the patch and the
debian/changelog entry, nothing else.
I'll be uploading directly to unstable, according to the 0-day NMU policy.
This package is in serious need of some love. It's outdated, give several
lintian warnings, etc. The last upload was in 2004. I'm not fixing any of
the minor issues of the package due to the freeze. But after lenny is
realease, something should be done about it.
--
Besos, ,''`.
Marga : :' :
`. `'
`-
diff -u mrwtoppm-0.1.1/debian/changelog mrwtoppm-0.1.1/debian/changelog
--- mrwtoppm-0.1.1/debian/changelog
+++ mrwtoppm-0.1.1/debian/changelog
@@ -1,3 +1,11 @@
+mrwtoppm (0.1.1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload to fix Failure To Build From Source.
+ * Applied patch from Peter De Wachter <[EMAIL PROTECTED]> removing
+ unnecesary declaration of extern cmsAdaptMatrixToD50.
+
+ -- Margarita Manterola <[EMAIL PROTECTED]> Sat, 30 Aug 2008 17:46:03 +0000
+
mrwtoppm (0.1.1-2) unstable; urgency=low
* Remove ctest.1 and gtest.1 manpages, the binaries are not included anyway.
only in patch2:
unchanged:
--- mrwtoppm-0.1.1.orig/src/libmri/MRI_GenMRIStFConverter.c
+++ mrwtoppm-0.1.1/src/libmri/MRI_GenMRIStFConverter.c
@@ -61,8 +61,6 @@
out->n[2] = in->n[0] * mat->v[2].n[0] + in->n[1] * mat->v[2].n[1] + in->n[2] * mat->v[2].n[2];
}
-extern BOOL cmsAdaptMatrixToD50 (LPMAT3 r, LPcmsCIExyY source);
-
void
createXYZtoRGBmat(LPMAT3 mat, const MRI *mri)
{