[Pkg-freeipa-devel] certmonger: Changes to 'debian-unstable'

Juan Gregorio Hernando Rivero ghe at alioth.debian.org
Fri Jun 29 16:59:39 UTC 2012


 debian/control            |    1 +
 debian/patches/nspr4_path |   17 +++++++++++++++++
 debian/patches/series     |    1 +
 3 files changed, 19 insertions(+)

New commits:
commit 3b53660c1f8c6adcc46023c5da4a2d31a67761dd
Author: Ghe Rivero <ghe at debian.org>
Date:   Fri Jun 29 18:57:06 2012 +0200

    Added libnss3-dev to build-depends

diff --git a/debian/control b/debian/control
index 1507d86..b52958d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 8), dh-autoreconf, autopoint, quilt, lsb-release,
  uuid-dev,
  expect,
  libnss3-tools,
+ libnss3-dev,
  dbus-x11,
  dos2unix,
  libnspr4-dev

commit 565d00f14383ed7b6be87f115b4b569c3761118d
Author: Ghe Rivero <ghe at debian.org>
Date:   Fri Jun 29 18:52:30 2012 +0200

    Fixed nspr4 and nss3 libs path

diff --git a/debian/patches/nspr4_path b/debian/patches/nspr4_path
new file mode 100644
index 0000000..cb84fd4
--- /dev/null
+++ b/debian/patches/nspr4_path
@@ -0,0 +1,17 @@
+--- a/src/tlslayer-n.c
++++ b/src/tlslayer-n.c
+@@ -23,10 +23,10 @@
+ #include <stdlib.h>
+ #include <talloc.h>
+ 
+-#include <nspr4/nspr.h>
+-#include <nspr4/prnetdb.h>
+-#include <nss3/nss.h>
+-#include <nss3/ssl.h>
++#include <nspr/nspr.h>
++#include <nspr/prnetdb.h>
++#include <nss/nss.h>
++#include <nss/ssl.h>
+ 
+ #include "tlslayer.h"
+ #include "tlslayer-int.h"
diff --git a/debian/patches/series b/debian/patches/series
index fdffa2a..ef980d6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 # placeholder
+nspr4_path



More information about the Pkg-freeipa-devel mailing list