r2870 - in /unstable/evolution-data-server/debian: changelog rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Fri Feb 19 14:21:57 UTC 2016


Author: laney
Date: Fri Feb 19 14:21:56 2016
New Revision: 2870

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2870
Log:
debian/rules: Build with --fail-missing

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

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=2870&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Fri Feb 19 14:21:56 2016
@@ -3,6 +3,7 @@
   * Multiarchify the library packages. (Closes: #812938)
   * debian/rules: Strip -Bsymbolic-functions from LDFLAGS - this breaks e-d-s
     at runtime.
+  * debian/rules: Build with --fail-missing
   * New upstream release 3.18.5
 
  -- Iain Lane <laney at debian.org>  Wed, 16 Dec 2015 13:44:04 +0000

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2870&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules	(original)
+++ unstable/evolution-data-server/debian/rules	Fri Feb 19 14:21:56 2016
@@ -16,6 +16,8 @@
 
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V
 DEB_DH_MAKESHLIBS_ARGS_$(LIBCAMEL) = -V'$(LIBCAMEL) (>= $(DEB_GNOME_VERSION)), $(LIBCAMEL) (<< $(DEB_GNOME_NEXTVERSION))'
+
+DEB_DH_INSTALL_ARGS = --fail-missing -X.la
 
 # We can't add -- -c4 above as libcamel will get "-V -- -c4 -V'...'" because
 # it gets $(_ALL) first and then $(_libcamel). So use the env variable.
@@ -66,5 +68,3 @@
 		$(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel*1.2
 	rm $(CURDIR)/debian/tmp/usr/lib/evolution-data-server/*/*.la
 	rm $(CURDIR)/debian/tmp/usr/lib/*.la
-
-common-binary-post-install-arch:: list-missing




More information about the pkg-evolution-commits mailing list