r27424 - in /desktop/experimental/gnome-keyring/debian: changelog patches/04_expand_LIBEXECDIR.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun Apr 10 21:26:28 UTC 2011


Author: bigon
Date: Sun Apr 10 21:26:26 2011
New Revision: 27424

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27424
Log:
debian/patches/04_expand_LIBEXECDIR.patch: Correctly expand LIBEXECDIR
in gnome-keyring-prompt.desktop

Added:
    desktop/experimental/gnome-keyring/debian/patches/04_expand_LIBEXECDIR.patch
Modified:
    desktop/experimental/gnome-keyring/debian/changelog
    desktop/experimental/gnome-keyring/debian/patches/series

Modified: desktop/experimental/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/changelog?rev=27424&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/changelog [utf-8] Sun Apr 10 21:26:26 2011
@@ -5,8 +5,10 @@
     debian/patches/05_use_in_xfce.patch: Applied upstream
   * debian/libgcr-3-0.symbols: Adjust .symbols file
   * debian/gnome-keyring.install: Also install /usr/share/applications/
-
- -- Laurent Bigonville <bigon at debian.org>  Sun, 10 Apr 2011 22:54:32 +0200
+  * debian/patches/04_expand_LIBEXECDIR.patch: Correctly expand LIBEXECDIR
+    in gnome-keyring-prompt.desktop
+
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 10 Apr 2011 23:25:25 +0200
 
 gnome-keyring (2.91.91-1) experimental; urgency=low
 

Added: desktop/experimental/gnome-keyring/debian/patches/04_expand_LIBEXECDIR.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/patches/04_expand_LIBEXECDIR.patch?rev=27424&op=file
==============================================================================
--- desktop/experimental/gnome-keyring/debian/patches/04_expand_LIBEXECDIR.patch (added)
+++ desktop/experimental/gnome-keyring/debian/patches/04_expand_LIBEXECDIR.patch [utf-8] Sun Apr 10 21:26:26 2011
@@ -1,0 +1,12 @@
+--- a/configure.in
++++ b/configure.in
+@@ -674,6 +674,9 @@
+ eval BINDIR="$bindir"
+ AC_SUBST(BINDIR)
+ 
++eval LIBEXECDIR="$libexecdir"
++AC_SUBST(LIBEXECDIR)
++
+ pkcs11dir="${libdir}/pkcs11"
+ AC_SUBST(pkcs11dir)
+ 

Modified: desktop/experimental/gnome-keyring/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/patches/series?rev=27424&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gnome-keyring/debian/patches/series [utf-8] Sun Apr 10 21:26:26 2011
@@ -1,2 +1,3 @@
 03_kfreebsd.patch
+04_expand_LIBEXECDIR.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list