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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Mar 15 01:47:11 UTC 2014


Author: pochu
Date: Sat Mar 15 01:47:11 2014
New Revision: 2509

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2509
Log:
* debian/rules:
  + Fail the build if there are mismatches with the symbols files.

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=2509&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/changelog	(original)
+++ experimental/evolution-data-server/debian/changelog	Sat Mar 15 01:47:11 2014
@@ -16,6 +16,8 @@
       upload to unstable.
   * debian/libcamel-1.2-49.symbols:
     + Update for the new symbols.
+  * debian/rules:
+    + Fail the build if there are mismatches with the symbols files.
 
  -- Laurent Bigonville <bigon at debian.org>  Mon, 17 Feb 2014 22:37:52 +0100
 

Modified: experimental/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/rules?rev=2509&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/rules	(original)
+++ experimental/evolution-data-server/debian/rules	Sat Mar 15 01:47:11 2014
@@ -14,7 +14,7 @@
 
 LIBCAMEL := $(shell grep '^Package: libcamel-' debian/control | awk '{ print $$2 }')
 
-DEB_DH_MAKESHLIBS_ARGS_ALL += -V
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
 DEB_DH_MAKESHLIBS_ARGS_$(LIBCAMEL) += -V'$(LIBCAMEL) (>= $(DEB_GNOME_VERSION)), $(LIBCAMEL) (<< $(DEB_GNOME_NEXTVERSION))'
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1




More information about the pkg-evolution-commits mailing list