tags 588554 + patch tags 588554 + pending thanks Dear maintainer,
I've prepared an NMU for jamin (versioned as 0.97.14~cvs~81203-3.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru jamin-0.97.14~cvs~81203/debian/changelog jamin-0.97.14~cvs~81203/debian/changelog --- jamin-0.97.14~cvs~81203/debian/changelog 2010-04-02 21:21:33.000000000 +0200 +++ jamin-0.97.14~cvs~81203/debian/changelog 2010-07-15 15:01:17.000000000 +0200 @@ -1,3 +1,11 @@ +jamin (0.97.14~cvs~81203-3.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches/1004_install_correct_dir.patch: Install files into + /usr/lib instead of /usr/lib64 (Closes: #588554) + + -- Alexander Reichle-Schmehl <[email protected]> Thu, 15 Jul 2010 15:00:24 +0200 + jamin (0.97.14~cvs~81203-3) unstable; urgency=low * Revert to depend (not just recommend) swh-plugins. diff -Nru jamin-0.97.14~cvs~81203/debian/patches/1004_install_correct_dir.patch jamin-0.97.14~cvs~81203/debian/patches/1004_install_correct_dir.patch --- jamin-0.97.14~cvs~81203/debian/patches/1004_install_correct_dir.patch 1970-01-01 01:00:00.000000000 +0100 +++ jamin-0.97.14~cvs~81203/debian/patches/1004_install_correct_dir.patch 2010-07-15 15:00:03.000000000 +0200 @@ -0,0 +1,16 @@ +--- a/configure.in ++++ b/configure.in +@@ -97,13 +97,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GE + AM_GLIB_GNU_GETTEXT + + libnn=lib +-case "${host_os}" in +- linux*) +- case "${host_cpu}" in +- x86_64|mips64|ppc64|sparc64|s390x) +- libnn=lib64 +- esac +-esac + + if test "${libdir}" = '${exec_prefix}/lib'; then + libdir='${exec_prefix}/'${libnn} diff -Nru jamin-0.97.14~cvs~81203/debian/patches/series jamin-0.97.14~cvs~81203/debian/patches/series --- jamin-0.97.14~cvs~81203/debian/patches/series 2010-03-12 19:32:12.000000000 +0100 +++ jamin-0.97.14~cvs~81203/debian/patches/series 2010-07-15 14:59:38.000000000 +0200 @@ -1,3 +1,4 @@ #1001_use_AM_CFLAGS_for_CFLAGS.patch #1002_compile_with_-fPIC.patch 1003_add_dynamic_linking.patch +1004_install_correct_dir.patch

