r44856 - in /desktop/unstable/gnome-desktop3/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri May 29 23:46:17 UTC 2015


Author: biebl
Date: Fri May 29 23:46:16 2015
New Revision: 44856

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44856
Log:
Add missing trailing slash to DEB_CONFIGURE_EXTRA_FLAGS arguments.

Modified:
    desktop/unstable/gnome-desktop3/debian/changelog
    desktop/unstable/gnome-desktop3/debian/rules

Modified: desktop/unstable/gnome-desktop3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/changelog?rev=44856&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/changelog	[utf-8] Fri May 29 23:46:16 2015
@@ -1,3 +1,9 @@
+gnome-desktop3 (3.16.2-2) UNRELEASED; urgency=medium
+
+  * Add missing trailing slash to DEB_CONFIGURE_EXTRA_FLAGS arguments.
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 30 May 2015 01:45:14 +0200
+
 gnome-desktop3 (3.16.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-desktop3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/rules?rev=44856&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/rules	[utf-8] Fri May 29 23:46:16 2015
@@ -18,7 +18,7 @@
 DEB_CONFIGURE_LIBEXECDIR := \$${prefix}/lib/$(DEB_HOST_MULTIARCH)/$(LIB_PKG)
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
-			--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+			--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 			--with-gnome-distributor=$(shell dpkg-vendor --query vendor) \
 			--with-pnp-ids-path=/usr/share/hwdata/pnp.ids \
 			--enable-gtk-doc \




More information about the pkg-gnome-commits mailing list