r2899 - in /unstable/evolution/debian: changelog control rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue May 17 21:14:50 UTC 2016


Author: biebl
Date: Tue May 17 21:14:50 2016
New Revision: 2899

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2899
Log:
* Drop obsolete configure switches and corresponding Build-Depends:
  - --with-krb5= and libkrb5-dev
  - --enable-python
  - --with-clutter and libclutter-1.0-dev
  - --enable-nm and network-manager-dev

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

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=2899&op=diff
==============================================================================
--- unstable/evolution/debian/changelog	(original)
+++ unstable/evolution/debian/changelog	Tue May 17 21:14:50 2016
@@ -15,6 +15,11 @@
   * Drop Pre-Depends on debconf, no longer needed.
   * Bump Standards-Version to 3.9.8.
   * Add myself to Uploaders.
+  * Drop obsolete configure switches and corresponding Build-Depends:
+    - --with-krb5= and libkrb5-dev
+    - --enable-python
+    - --with-clutter and libclutter-1.0-dev
+    - --enable-nm and network-manager-dev
 
  -- Michael Biebl <biebl at debian.org>  Tue, 17 May 2016 22:46:24 +0200
 

Modified: unstable/evolution/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/control?rev=2899&op=diff
==============================================================================
--- unstable/evolution/debian/control	(original)
+++ unstable/evolution/debian/control	Tue May 17 21:14:50 2016
@@ -45,7 +45,6 @@
                libnotify-dev (>= 0.7),
                libgweather-3-dev (>= 3.10.0),
                libcanberra-gtk3-dev (>= 0.25),
-               network-manager-dev (>= 0.7) [linux-any],
                intltool (>= 0.40.0),
                libtool (>= 2.2),
                pkg-config (>= 0.16.0),
@@ -54,7 +53,6 @@
                libatk1.0-dev,
                x11proto-core-dev,
                libldap2-dev,
-               libkrb5-dev,
                libnspr4-dev,
                libnss3-dev,
                psmisc,
@@ -67,7 +65,6 @@
                gnome-pkg-tools,
                gsettings-desktop-schemas-dev (>= 2.91.92),
                libclutter-gtk-1.0-dev (>= 0.90),
-               libclutter-1.0-dev (>= 1.0.0),
                spamassassin,
                spamc,
                bogofilter,

Modified: unstable/evolution/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/rules?rev=2899&op=diff
==============================================================================
--- unstable/evolution/debian/rules	(original)
+++ unstable/evolution/debian/rules	Tue May 17 21:14:50 2016
@@ -30,22 +30,13 @@
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--with-openldap \
 	--enable-nls \
-	--with-krb5=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
 	--enable-plugins=all \
 	--enable-pst-import \
-	--enable-python \
 	--enable-contact-maps \
 	--disable-autoar \
-	--with-clutter \
 	--with-sub-version=-$(DEB_REVISION)
-
-ifneq ($(DEB_HOST_ARCH_OS), linux)
-	DEB_CONFIGURE_EXTRA_FLAGS+=--disable-nm
-else
-	DEB_CONFIGURE_EXTRA_FLAGS+=--enable-nm
-endif
 
 clean::
 	find -name '*.schemas' | xargs rm -f




More information about the pkg-evolution-commits mailing list