r33741 - in /desktop/experimental/gcr/debian: changelog patches/ rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Thu Mar 29 21:59:17 UTC 2012


Author: jordi
Date: Thu Mar 29 21:59:17 2012
New Revision: 33741

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33741
Log:
Pass --libexecdir to configure, to avoid a reference to unexpanded
${prefix}/lib/gcr/gcr-prompter in the prompter's desktop file.

Removed:
    desktop/experimental/gcr/debian/patches/
Modified:
    desktop/experimental/gcr/debian/changelog
    desktop/experimental/gcr/debian/rules

Modified: desktop/experimental/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gcr/debian/changelog?rev=33741&op=diff
==============================================================================
--- desktop/experimental/gcr/debian/changelog [utf-8] (original)
+++ desktop/experimental/gcr/debian/changelog [utf-8] Thu Mar 29 21:59:17 2012
@@ -19,9 +19,8 @@
   * Drop dh-autoreconf, we don't need it right now.
   * Stop configuring with --enable-static, and drop .a files from -dev
     packages.
-  * Add gcr-prompter_desktop_libexecdir.patch: hack to avoid a wrong
-    reference to unexpanded ${prefix}/lib/gcr/gcr-prompter in the
-    prompter's desktop file.
+  * Pass --libexecdir to configure, to avoid a reference to unexpanded
+    ${prefix}/lib/gcr/gcr-prompter in the prompter's desktop file.
   * Fix typo in gcr's description.
 
  -- Jordi Mallach <jordi at debian.org>  Thu, 15 Mar 2012 21:50:54 +0100

Modified: desktop/experimental/gcr/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gcr/debian/rules?rev=33741&op=diff
==============================================================================
--- desktop/experimental/gcr/debian/rules [utf-8] (original)
+++ desktop/experimental/gcr/debian/rules [utf-8] Thu Mar 29 21:59:17 2012
@@ -10,7 +10,8 @@
 
 DEB_MAKE_CHECK_TARGET := -k check || true
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
+DEB_CONFIGURE_EXTRA_FLAGS += --libexecdir=/usr/lib/gcr \
+                             --enable-gtk-doc \
                              --enable-introspection \
                              --disable-update-mime
 




More information about the pkg-gnome-commits mailing list