r49211 - in /desktop/unstable/mutter/debian: changelog rules

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Thu Jun 30 22:18:27 UTC 2016


Author: smcv
Date: Thu Jun 30 22:18:27 2016
New Revision: 49211

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49211
Log:
d/rules: add a missing backslash so we build with the intended
configure options, and in particular not -Werror (Closes: #829140)

Modified:
    desktop/unstable/mutter/debian/changelog
    desktop/unstable/mutter/debian/rules

Modified: desktop/unstable/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/changelog?rev=49211&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/changelog	[utf-8] (original)
+++ desktop/unstable/mutter/debian/changelog	[utf-8] Thu Jun 30 22:18:27 2016
@@ -2,6 +2,8 @@
 
   * d/p/fix-gint64-format.patch: Add patch from Luca Bruno fixing a format
     string on ILP32 architectures
+  * d/rules: add a missing backslash so we build with the intended
+    configure options, and in particular not -Werror (Closes: #829140)
 
  -- Simon McVittie <smcv at debian.org>  Thu, 30 Jun 2016 23:01:03 +0100
 

Modified: desktop/unstable/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/rules?rev=49211&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/rules	[utf-8] (original)
+++ desktop/unstable/mutter/debian/rules	[utf-8] Thu Jun 30 22:18:27 2016
@@ -17,7 +17,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libexecdir="\$${libdir}/mutter"
+		--libexecdir="\$${libdir}/mutter" \
 		--enable-startup-notification \
 		--enable-compile-warnings \
 		$(CONFFLAGS)




More information about the pkg-gnome-commits mailing list