Package: pidgin-encryption
Version: 3.0-5
Severity: important
Tags: patch

Subject says it all.
Description: Upstream changes introduced in version 3.0-5
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 pidgin-encryption (3.0-5) unstable; urgency=low
 .
   * debian/control: policy 3.8.3 (no changes)
   * convert to 3.0 (quilt)
   * debian/{compat,control}: bump to dh 7
   * debian/patches: add patch to fix scrambled header
     (closes: #557581) (thanks Rafi Rubin)
   * debian/rules: replace dh_clean -k with dh_prep
 .
 The person named in the Author field signed this changelog entry.
Author: Leo Costela <[email protected]>
Bug-Debian: http://bugs.debian.org/557581

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- pidgin-encryption-3.0.orig/rsa_nss.c
+++ pidgin-encryption-3.0/rsa_nss.c
@@ -100,7 +100,7 @@ gboolean rsa_nss_init() {
       /* TODO: Fix this so autoconf does the work trying to find this lib. */
       SECMOD_AddNewModule("Builtins",
 #ifndef _WIN32
-                          LIBDIR "/libnssckbi.so",
+                          "libnssckbi.so",
 #else
                           "nssckbi.dll",
 #endif

Reply via email to