diff -u enchant-1.4.2/debian/changelog enchant-1.4.2/debian/changelog --- enchant-1.4.2/debian/changelog +++ enchant-1.4.2/debian/changelog @@ -1,3 +1,21 @@ +enchant (1.4.2-3.1ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes (LP: #261075): + - Split libenchant_voikko.so into a separate package to avoid pulling + in the copious voikko dependencies, lifting the package description + from the previous libenchant-voikko binary from tmispell-voikko. + - Make libenchant1c2a Suggest: libenchant-voikko. + + -- Laurent Bigonville Tue, 02 Sep 2008 19:20:35 +0200 + +enchant (1.4.2-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Re-add lost patch for using gmodule-no-export-2.0 so that libraries linkin to + enchant don't have all their symbols exported. Closes:#484463. + + -- Dafydd Harries Sun, 24 Aug 2008 21:46:43 +0100 + enchant (1.4.2-3ubuntu1) intrepid; urgency=low * Split libenchant_voikko.so into a separate package to avoid pulling diff -u enchant-1.4.2/debian/patches/00list enchant-1.4.2/debian/patches/00list --- enchant-1.4.2/debian/patches/00list +++ enchant-1.4.2/debian/patches/00list @@ -1 +1 @@ - +01_use_gmodule_no_export.dpatch only in patch2: unchanged: --- enchant-1.4.2.orig/debian/patches/01_use_gmodule_no_export.dpatch +++ enchant-1.4.2/debian/patches/01_use_gmodule_no_export.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## use_gmodule_no_export.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad enchant-1.4.2~/enchant.pc.in enchant-1.4.2/enchant.pc.in +--- enchant-1.4.2~/enchant.pc.in 2008-08-24 21:23:26.000000000 +0100 ++++ enchant-1.4.2/enchant.pc.in 2008-08-24 21:34:54.000000000 +0100 +@@ -6,6 +6,6 @@ + Name: libenchant + Description: A spell checking library + Version: @VERSION@ +-Requires: glib-2.0 gmodule-2.0 ++Requires: glib-2.0 gmodule-no-export-2.0 + Libs: -L${libdir} -lenchant + Cflags: -I${includedir}/enchant