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

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Wed Aug 30 19:12:55 UTC 2017


Author: jbicha
Date: Wed Aug 30 19:12:55 2017
New Revision: 3191

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3191
Log:
Switch from autotools to cmake

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=3191&op=diff
==============================================================================
--- unstable/evolution-ews/debian/changelog	(original)
+++ unstable/evolution-ews/debian/changelog	Wed Aug 30 19:12:55 2017
@@ -1,6 +1,7 @@
 evolution-ews (3.24.5-1) UNRELEASED; urgency=medium
 
   * New upstream release
+    - Switch from autotools to cmake
 
  -- Jeremy Bicha <jbicha at debian.org>  Wed, 30 Aug 2017 15:07:29 -0400
 

Modified: unstable/evolution-ews/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/control?rev=3191&op=diff
==============================================================================
--- unstable/evolution-ews/debian/control	(original)
+++ unstable/evolution-ews/debian/control	Wed Aug 30 19:12:55 2017
@@ -3,12 +3,14 @@
 Priority: optional
 Maintainer: Debian Evolution Maintainers <pkg-evolution-maintainers at lists.alioth.debian.org>
 Uploaders: Jordi Mallach <jordi at debian.org>,
-           Josselin Mouette <joss at debian.org>
+           Josselin Mouette <joss at debian.org>,
+           Jeremy Bicha <jbicha at debian.org>
 Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Apps/Evolution
 Vcs-Svn: svn://anonscm.debian.org/pkg-evolution/unstable/evolution-ews
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-evolution/unstable/evolution-ews
-Build-Depends: debhelper (>= 10),
+Build-Depends: cmake,
+               debhelper (>= 10),
                dpkg-dev (>= 1.14.16),
                gnome-pkg-tools,
                gnome-common,

Modified: unstable/evolution-ews/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/rules?rev=3191&op=diff
==============================================================================
--- unstable/evolution-ews/debian/rules	(original)
+++ unstable/evolution-ews/debian/rules	Wed Aug 30 19:12:55 2017
@@ -20,7 +20,9 @@
 	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-gtk-doc
+	dh_auto_configure -- \
+		-DLIBEXEC_INSTALL_DIR=/usr/lib \
+		-DSYSCONF_INSTALL_DIR=/etc
 
 override_dh_install:
 	dh_install




More information about the pkg-evolution-commits mailing list