Package: gaim-encryption
Version: 2.38-1
Followup-For: Bug #364372
Hi,
attached patch modifies the build-dependencies in the way specified in
the bug report. The include paths' for nspr and nss have been modified
in debian/rules. Additionally the explicit dependencies for libnss and
libnspr have been removed as these are picked up by debhelper.
Compile testet and gaim starts up with the modified gaim-encryption but
no further testing has been done.
Regards,
Stefan
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages gaim-encryption depends on:
ii gaim 1:1.5.0+1.5.1cvs20051015-3 multi-protocol instant messaging c
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii libnspr4-0d 1.8.0.1-8 NetScape Portable Runtime Library
ii libnss3-0d 1.8.0.1-8 Network Security Service libraries
gaim-encryption recommends no packages.
-- no debconf information
diff -ur gaim-encryption-2.38/debian/control
gaim-encryption-2.38.mod/debian/control
--- gaim-encryption-2.38/debian/control 2006-04-27 21:07:37.000000000 +0200
+++ gaim-encryption-2.38.mod/debian/control 2006-04-27 21:01:00.000000000
+0200
@@ -2,12 +2,12 @@
Section: net
Priority: optional
Maintainer: Leo Costela <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), libnss-dev, libnspr-dev, gaim-dev (>= 1:1.3),
autotools-dev, libgtk2.0-dev
+Build-Depends: debhelper (>= 4), libnss3-dev, libnspr4-dev, gaim-dev (>=
1:1.3), autotools-dev, libgtk2.0-dev
Standards-Version: 3.6.1.0
Package: gaim-encryption
Architecture: any
-Depends: ${shlibs:Depends}, gaim (>= 1:1.3), libnss3, libnspr4
+Depends: ${shlibs:Depends}, gaim (>= 1:1.3)
Description: gaim plugin that provides transparent encryption
Provides transparent encryption to all protocols supported by Gaim.
Can be activated on a per user basis or even automatically detected.
diff -ur gaim-encryption-2.38/debian/rules gaim-encryption-2.38.mod/debian/rules
--- gaim-encryption-2.38/debian/rules 2006-04-27 21:07:37.000000000 +0200
+++ gaim-encryption-2.38.mod/debian/rules 2006-04-27 20:59:50.000000000
+0200
@@ -21,8 +21,8 @@
./configure --prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
- --with-nss-includes=/usr/include/mozilla/nss \
- --with-nspr-includes=/usr/include/mozilla/nspr \
+ --with-nss-includes=/usr/include/nss \
+ --with-nspr-includes=/usr/include/nspr \
--with-nspr-libs=/usr/lib \
--with-nss-libs=/usr/lib
$(MAKE)