Package: icedove-dev Version: 3.0.4-1 Severity: normal Tags: patch To build some icedove plugins (especially enigmail) some more headers should get shipped with the icedove-dev package. - nsStreamConverter.h - mimecryp.h - mimemoz2.h
The attached patch should fix that issue. -- System Information: Debian Release: squeeze/sid APT prefers mike APT policy: (700, 'mike'), (500, 'unstable'), (101, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages icedove-dev depends on: ii icedove 3.0.4-1 mail/news client with RSS and inte ii libasound2 1.0.22-2 shared library for ALSA applicatio ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.3-7 GCC support library ii libglib2.0-0 2.24.0-1 The GLib library of C routines ii libidl0 0.8.13-1 library for parsing CORBA IDL file ii libnspr4-0d 4.8.4-1 NetScape Portable Runtime Library ii libstdc++6 4.4.3-7 The GNU Standard C++ Library v3 icedove-dev recommends no packages. icedove-dev suggests no packages. -- no debconf information
>From f2a1c202a021e0621f8d3beb6416bf9a7ee4d0a2 Mon Sep 17 00:00:00 2001 From: Michael Musenbrock <redea...@gmx.net> Date: Thu, 8 Apr 2010 23:11:39 +0200 Subject: [PATCH] add missing headers for icedove-dev package --- mailnews/mime/src/Makefile.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/mailnews/mime/src/Makefile.in b/mailnews/mime/src/Makefile.in index ebb2805..1b7317c 100644 --- a/mailnews/mime/src/Makefile.in +++ b/mailnews/mime/src/Makefile.in @@ -141,6 +141,9 @@ endif EXPORTS = \ nsMimeStringResources.h \ + nsStreamConverter.h \ + mimecryp.h \ + mimemoz2.h \ mimetext.h \ mimeleaf.h \ mimecth.h \ -- 1.7.0.4