diff --git a/debian/changelog b/debian/changelog index 54c291775c..8a63e27e1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ evolution (3.24.1-1) UNRELEASED; urgency=medium + * Team upload. + + [ Jeremy Bicha ] * New upstream release (LP: #1685683) - Switch from autotools to cmake * Bump e-d-s dependencies and build-dependencies to 3.24.1 @@ -8,11 +11,12 @@ evolution (3.24.1-1) UNRELEASED; urgency=medium * Split bogofilter, pstimport, and spamassassin support into separate packages so that they can be individually installed or uninstalled by appstream clients - * Update 10_revert_libevolution_avoid-version.patch: - * Disable 02_nss_paths.patch since it's not clear whether this - is still needed + * Update 10_revert_libevolution_avoid-version.patch - -- Jeremy Bicha Tue, 02 May 2017 22:17:49 -0400 + [ Mathieu Trudel-Lapierre ] + * Update 02_nss_paths.patch + + -- Jeremy Bicha Tue, 13 Jun 2017 15:17:49 -0400 evolution (3.22.6-1) unstable; urgency=medium diff --git a/debian/patches/02_nss_paths.patch b/debian/patches/02_nss_paths.patch index 2663b22538..6162cb7673 100644 --- a/debian/patches/02_nss_paths.patch +++ b/debian/patches/02_nss_paths.patch @@ -4,16 +4,20 @@ Description: Fix the NSS libdir to add a "/nss" built-in certificate store of NSS) lives, and it's actually under libdir/nss rather than directly under libdir. -Index: b/configure.ac +--- + cmake/modules/FindSMIME.cmake | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: b/cmake/modules/FindSMIME.cmake =================================================================== ---- a/configure.ac -+++ b/configure.ac -@@ -751,7 +751,7 @@ - fi - AC_DEFINE(HAVE_NSS,1,[Define if you have NSS]) - AC_DEFINE(HAVE_SSL,1,[Define if you have a supported SSL library]) -- AC_DEFINE_UNQUOTED(MOZILLA_NSS_LIB_DIR,"`$PKG_CONFIG --variable=libdir $mozilla_nss`",[Define to the full path of mozilla nss library]) -+ AC_DEFINE_UNQUOTED(MOZILLA_NSS_LIB_DIR,"`$PKG_CONFIG --variable=libdir $mozilla_nss`/nss",[Define to the full path of mozilla nss library]) - MANUAL_NSPR_CFLAGS="" - MANUAL_NSPR_LIBS="" - MANUAL_NSS_CFLAGS="" +--- a/cmake/modules/FindSMIME.cmake ++++ b/cmake/modules/FindSMIME.cmake +@@ -55,7 +55,7 @@ if((WITH_NSPR_INCLUDES STREQUAL "") AND + set(MANUAL_NSPR_LIBS "") + set(MANUAL_NSS_INCLUDES "") + set(MANUAL_NSS_LIBS "") +- set(MOZILLA_NSS_LIB_DIR "${_nss_libdir}") ++ set(MOZILLA_NSS_LIB_DIR "${_nss_libdir}/nss") + return() + endif((NOT (mozilla_nspr STREQUAL "")) AND (NOT (mozilla_nss STREQUAL ""))) + endif() diff --git a/debian/patches/series b/debian/patches/series index 3e4522b2c1..5c8ca63c60 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ -#02_nss_paths.patch +02_nss_paths.patch 10_revert_libevolution_avoid-version.patch