r33738 - in /desktop/experimental/gcr/debian: changelog control control.in patches/ patches/gcr-prompter_desktop_libexecdir.patch patches/series

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Thu Mar 29 21:15:58 UTC 2012


Author: jordi
Date: Thu Mar 29 21:15:57 2012
New Revision: 33738

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33738
Log:
* 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.
* Fix typo in gcr's description.

Added:
    desktop/experimental/gcr/debian/patches/
    desktop/experimental/gcr/debian/patches/gcr-prompter_desktop_libexecdir.patch
    desktop/experimental/gcr/debian/patches/series
Modified:
    desktop/experimental/gcr/debian/changelog
    desktop/experimental/gcr/debian/control
    desktop/experimental/gcr/debian/control.in

Modified: desktop/experimental/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gcr/debian/changelog?rev=33738&op=diff
==============================================================================
--- desktop/experimental/gcr/debian/changelog [utf-8] (original)
+++ desktop/experimental/gcr/debian/changelog [utf-8] Thu Mar 29 21:15:57 2012
@@ -19,6 +19,10 @@
   * 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.
+  * 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/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gcr/debian/control?rev=33738&op=diff
==============================================================================
--- desktop/experimental/gcr/debian/control [utf-8] (original)
+++ desktop/experimental/gcr/debian/control [utf-8] Thu Mar 29 21:15:57 2012
@@ -39,7 +39,7 @@
 Description: GNOME crypto services (daemon and tools)
  GCR is a library for crypto UI and related tasks.
  .
- This packages contains the certificate viewer and prompter service.
+ This package contains the certificate viewer and prompter service.
 
 Package: libgck-1-dev
 Section: libdevel

Modified: desktop/experimental/gcr/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gcr/debian/control.in?rev=33738&op=diff
==============================================================================
--- desktop/experimental/gcr/debian/control.in [utf-8] (original)
+++ desktop/experimental/gcr/debian/control.in [utf-8] Thu Mar 29 21:15:57 2012
@@ -34,7 +34,7 @@
 Description: GNOME crypto services (daemon and tools)
  GCR is a library for crypto UI and related tasks.
  .
- This packages contains the certificate viewer and prompter service.
+ This package contains the certificate viewer and prompter service.
 
 Package: libgck-1-dev
 Section: libdevel

Added: desktop/experimental/gcr/debian/patches/gcr-prompter_desktop_libexecdir.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gcr/debian/patches/gcr-prompter_desktop_libexecdir.patch?rev=33738&op=file
==============================================================================
--- desktop/experimental/gcr/debian/patches/gcr-prompter_desktop_libexecdir.patch (added)
+++ desktop/experimental/gcr/debian/patches/gcr-prompter_desktop_libexecdir.patch [utf-8] Thu Mar 29 21:15:57 2012
@@ -1,0 +1,18 @@
+Author: Jordi Mallach <jordi at debian.org>
+Description: Hardcode @libexecdir@ substitution in prompter .desktop.
+ It is not getting substituted, so the generated contentes are wrong.
+Forwarded: no, and should not be.
+
+Index: gcr-3.4.0.obsolete.0.886622642939077/gcr/gcr-prompter.desktop.in.in
+===================================================================
+--- gcr-3.4.0.obsolete.0.886622642939077.orig/gcr/gcr-prompter.desktop.in.in	2012-02-28 22:06:21.000000000 +0100
++++ gcr-3.4.0.obsolete.0.886622642939077/gcr/gcr-prompter.desktop.in.in	2012-03-29 22:31:49.798844120 +0200
+@@ -2,7 +2,7 @@
+ _Name=Access Prompt
+ _Comment=Unlock access to passwords and other secrets
+ Icon=security-medium
+-Exec=@libexecdir@/gcr-prompter
++Exec=/usr/lib/gcr/gcr-prompter
+ Terminal=false
+ Type=Application
+ NoDisplay=true

Added: desktop/experimental/gcr/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gcr/debian/patches/series?rev=33738&op=file
==============================================================================
--- desktop/experimental/gcr/debian/patches/series (added)
+++ desktop/experimental/gcr/debian/patches/series [utf-8] Thu Mar 29 21:15:57 2012
@@ -1,0 +1,1 @@
+gcr-prompter_desktop_libexecdir.patch




More information about the pkg-gnome-commits mailing list