r2915 - in /unstable/evolution-ews/debian: changelog control rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed May 18 14:45:32 UTC 2016


Author: biebl
Date: Wed May 18 14:45:32 2016
New Revision: 2915

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2915
Log:
Drop Build-Depends on libkrb5-dev and --with-krb5 configure switch.
Kerberos was not used directly, so the dependency was dropped upstream.

Modified:
    unstable/evolution-ews/debian/changelog
    unstable/evolution-ews/debian/control
    unstable/evolution-ews/debian/rules

Modified: unstable/evolution-ews/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/changelog?rev=2915&op=diff
==============================================================================
--- unstable/evolution-ews/debian/changelog	(original)
+++ unstable/evolution-ews/debian/changelog	Wed May 18 14:45:32 2016
@@ -5,6 +5,8 @@
     several years. Thank you all for your past contributions.
   * Bump build and runtime dependencies for evolution and
     evolution-data-server to ≥ 3.20.2.
+  * Drop Build-Depends on libkrb5-dev and --with-krb5 configure switch.
+    Kerberos was not used directly, so the dependency was dropped upstream.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 18 May 2016 16:11:23 +0200
 

Modified: unstable/evolution-ews/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/control?rev=2915&op=diff
==============================================================================
--- unstable/evolution-ews/debian/control	(original)
+++ unstable/evolution-ews/debian/control	Wed May 18 14:45:32 2016
@@ -27,7 +27,6 @@
                libgtk-3-dev (>= 3.0),
                libical-dev,
                libmspack-dev (>= 0.4),
-               libkrb5-dev,
                libsoup2.4-dev (>= 2.42),
                intltool (>= 0.35.5),
                libsqlite3-dev,

Modified: unstable/evolution-ews/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/rules?rev=2915&op=diff
==============================================================================
--- unstable/evolution-ews/debian/rules	(original)
+++ unstable/evolution-ews/debian/rules	Wed May 18 14:45:32 2016
@@ -13,8 +13,7 @@
 export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
 include /usr/share/dpkg/buildflags.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-krb5 \
-			     --enable-gtk-doc
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
 
 binary-install/evolution-ews::
 	find debian/evolution-ews -name \*.la -delete




More information about the pkg-evolution-commits mailing list