r45069 - in /desktop/unstable/clutter-gst-3.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Jun 13 11:35:53 UTC 2015


Author: pochu
Date: Sat Jun 13 11:35:53 2015
New Revision: 45069

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45069
Log:
Just set LDFLAGS directly, CDBS sets DEB_CONFIGURE_SCRIPT_ENV for
us. Also don't override the default LDFLAGS, but append to them
instead.

Modified:
    desktop/unstable/clutter-gst-3.0/debian/changelog
    desktop/unstable/clutter-gst-3.0/debian/rules

Modified: desktop/unstable/clutter-gst-3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gst-3.0/debian/changelog?rev=45069&op=diff
==============================================================================
--- desktop/unstable/clutter-gst-3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/clutter-gst-3.0/debian/changelog	[utf-8] Sat Jun 13 11:35:53 2015
@@ -22,6 +22,9 @@
     + Add Build-Depends-Package.
   * debian/rules:
     + Don't create a shlibs for the gstreamer plugin.
+    + Just set LDFLAGS directly, CDBS sets DEB_CONFIGURE_SCRIPT_ENV for
+      us. Also don't override the default LDFLAGS, but append to them
+      instead.
   * debian/libclutter-gst-3.0-doc.links:
     + Fix symlink in /usr/share/doc/$pkg.
 

Modified: desktop/unstable/clutter-gst-3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gst-3.0/debian/rules?rev=45069&op=diff
==============================================================================
--- desktop/unstable/clutter-gst-3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/clutter-gst-3.0/debian/rules	[utf-8] Sat Jun 13 11:35:53 2015
@@ -11,7 +11,7 @@
 GNOME_MODULE=clutter-gst
 DEB_DH_AUTORECONF_ARGS = --as-needed
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS = --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
                             --enable-introspection=yes




More information about the pkg-gnome-commits mailing list