r38374 - in /packages/unstable/libgda5/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Jun 5 08:20:11 UTC 2013


Author: pochu
Date: Wed Jun  5 08:20:11 2013
New Revision: 38374

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38374
Log:
* debian/rules:
  + Pass -c4 to dh_makeshlibs.

Modified:
    packages/unstable/libgda5/debian/changelog
    packages/unstable/libgda5/debian/rules

Modified: packages/unstable/libgda5/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/changelog?rev=38374&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/changelog [utf-8] (original)
+++ packages/unstable/libgda5/debian/changelog [utf-8] Wed Jun  5 08:20:11 2013
@@ -6,6 +6,8 @@
     + Fix printf format with the new upstream release.
   * debian/libgda-5.0-4.symbols:
     + Add new symbols.
+  * debian/rules:
+    + Pass -c4 to dh_makeshlibs.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 04 Jun 2013 21:57:19 +0200
 

Modified: packages/unstable/libgda5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/rules?rev=38374&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/rules [utf-8] (original)
+++ packages/unstable/libgda5/debian/rules [utf-8] Wed Jun  5 08:20:11 2013
@@ -14,6 +14,7 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,--as-needed -Wl,-O1
 
+DEB_DH_MAKESHLIBS_ARGS_libgda-5.0-$(SONAME) += -- -c4
 DEB_DH_MAKESHLIBS_ARGS_ALL += -X /usr/lib/libgda-5.0/providers
 
 DEB_MAKE_CHECK_TARGET = check




More information about the pkg-gnome-commits mailing list