Description: Upstream changes introduced in version 1.1.0-4 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . xfce4-mailwatch-plugin (1.1.0-4) UNRELEASED; urgency=low . [ Yves-Alexis Perez ] * debian/patches: - 02_link-with-libxfcegui4, links against libxfcegui4 since xfce4-panel doesn't brings the flags anymore. * debian/control: - add build-dep on xfce4-dev-tools, intltool and libtool in order to run xdt-autogen after patching. - add build-dep on hardening-includes. * debian/rules: - run xdt-autogen after patching. - pick {C,LD}FLAGS from dpkg-buildflags - add hardening flags to {C,LD}FLAGS - add -z,defs, -O1 and --as-needed to LDFLAGS. * Switch to 3.0 (quilt) source format. . [ Lionel Le Folgoc ] * debian/rules: clean up autogenerated files changed by xdt-autogen. * debian/control: add myself to Uploaders. . The person named in the Author field signed this changelog entry. Author: Yves-Alexis Perez --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- xfce4-mailwatch-plugin-1.1.0.orig/configure.ac +++ xfce4-mailwatch-plugin-1.1.0/configure.ac @@ -81,7 +81,9 @@ dnl check for gnutls support XDT_CHECK_OPTIONAL_PACKAGE([GNUTLS], [gnutls], [1.2.0], [ssl], [gnutls support for secure IMAP/POP3 connections], [yes]) if test "x$GNUTLS_FOUND" = "xyes"; then - AC_DEFINE([HAVE_SSL_SUPPORT], [1], [Define if SSL support is enabled]) + AM_PATH_LIBGCRYPT([1.4.2], [AC_DEFINE([HAVE_SSL_SUPPORT], [1], + [Define if SSL support is enabled])], + [GNUTLS_FOUND = "no"]) fi AM_CONDITIONAL([HAVE_SSL_SUPPORT], [test "x$GNUTLS_FOUND" = "xyes"]) --- xfce4-mailwatch-plugin-1.1.0.orig/panel-plugin/Makefile.am +++ xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.am @@ -36,7 +36,8 @@ libmailwatch_la_LIBADD = \ $(top_builddir)/libmailwatch-core/libmailwatch-core.la \ @GTHREAD_LIBS@ \ @XFCE4_PANEL_LIBS@ \ - @GNUTLS_LIBS@ + @GNUTLS_LIBS@ \ + @LIBGCRYPT_LIBS@ else @@ -62,7 +63,8 @@ xfce4_mailwatch_plugin_LDADD = \ @GTHREAD_LIBS@ \ @LIBXFCE4PANEL_LIBS@ \ @LIBXFCEGUI4_LIBS@ \ - @GNUTLS_LIBS@ + @GNUTLS_LIBS@ \ + @LIBGCRYPT_LIBS@ if HAVE_CYGWIN xfce4_mailwatch_plugin_LDFLAGS = \