r3165 - in /experimental/evolution-data-server/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Tue Jul 18 21:09:45 UTC 2017


Author: jbicha-guest
Date: Tue Jul 18 21:09:45 2017
New Revision: 3165

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3165
Log:
Explicitly set SENDMAIL_PATH to avoid a build warning

Modified:
    experimental/evolution-data-server/debian/changelog
    experimental/evolution-data-server/debian/rules

Modified: experimental/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/changelog?rev=3165&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/changelog	(original)
+++ experimental/evolution-data-server/debian/changelog	Tue Jul 18 21:09:45 2017
@@ -12,6 +12,7 @@
     - Build-depend on db-util to silence test warning
   * debian/rules:
     - Set -DCMAKE_SKIP_RPATH=ON
+    - Explicitly set SENDMAIL_PATH to avoid a build warning
   * Add additional autopkgtest to run installed-tests
   * Add evolution-data-server.postinst to recommend restarting
     after updating.

Modified: experimental/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/rules?rev=3165&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/rules	(original)
+++ experimental/evolution-data-server/debian/rules	Tue Jul 18 21:09:45 2017
@@ -6,6 +6,8 @@
 # see https://bugzilla.gnome.org/show_bug.cgi?id=594473 for details
 export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+export SENDMAIL_PATH = /usr/sbin/sendmail
 
 %:
 	dh $@ --with gir,gnome




More information about the pkg-evolution-commits mailing list