--- libvmime-0.9.1.orig/debian/changelog +++ libvmime-0.9.1/debian/changelog @@ -0,0 +1,96 @@ +libvmime (0.9.1-1ubuntu2) utopic; urgency=high + + * No change rebuild against gnutls28. + + -- Dimitri John Ledkov Fri, 15 Aug 2014 23:09:24 +0100 + +libvmime (0.9.1-1ubuntu1) trusty; urgency=medium + + * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by + getting new libtool macros (should actually update config.{sub,guess}). + + -- Logan Rosen Mon, 06 Jan 2014 01:25:00 -0500 + +libvmime (0.9.1-1) unstable; urgency=low + + * New upstream release. + * Acknowledge non-maintainer upload (closes: #610151, #529834) + * Updated to Debian Policy v3.9.2. + + -- Mattias Nordstrom Wed, 13 Jul 2011 14:45:56 +0300 + +libvmime (0.9.0-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Stop shipping libtool la files in binary packages. + http://wiki.debian.org/ReleaseGoals/LAFileRemoval Closes: #610151 + + -- Andreas Metzler Sun, 20 Feb 2011 09:46:41 +0100 + +libvmime (0.9.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use pkg-config to locate gnutls. (Closes: #529834) + + -- Andreas Metzler Sun, 22 Nov 2009 18:11:44 +0100 + +libvmime (0.9.0-1) unstable; urgency=low + + * New upstream release + * Added patch to fix FTBFS on GCC 4.4 (closes: #504941) + * Updated to Debian Policy v3.8.1.0, no changes needed. + + -- Mattias Nordstrom Sat, 11 Apr 2009 15:49:56 +0300 + +libvmime (0.8.1-3) unstable; urgency=low + + * Applied patch for GCC 4.3 (closes: #461696) + * Updated watch file (closes: #462829) + + -- Mattias Nordstrom Sat, 08 Mar 2008 16:12:07 +0200 + +libvmime (0.8.1-2) unstable; urgency=low + + * New maintainer email address. + * Added patch for GnuTLS 2.2 (closes: #450854) + * Modified Debian watch file to use SF script (closes: #450117) + * Updated to Debian Policy v3.7.3. no changes needed. + + -- Mattias Nordstrom Mon, 21 Jan 2008 13:54:32 +0200 + +libvmime (0.8.1-1) unstable; urgency=low + + * New upstream release + * Added patch by Martin Michlmayr to fix FTBFS with GCC 4.3 (closes: #421117) + + -- Mattias Nordstrom Sat, 14 Jul 2007 17:26:32 +0300 + +libvmime (0.8.0+cvs20061009-1) unstable; urgency=low + + * New upstream CVS checkout. + + -- Mattias Nordstrom Mon, 9 Oct 2006 19:53:39 +0300 + +libvmime (0.8.0-3) unstable; urgency=low + + * Removed post* and pre* files as they didn't do anything. + * Updated to Debian Policy v3.7.2, no changes needed. + * Updated to debhelper version 5. + * Updated copyright file to include proper license information. + * Removed old /usr/share/pkgconfig line from libvmime-dev.install. + + -- Mattias Nordstrom Sat, 13 May 2006 23:34:05 +0300 + +libvmime (0.8.0-2) unstable; urgency=low + + * Added dependency on libgnutls-dev and libgsasl7-dev for libvmime-dev + (closes: #348879) + + -- Mattias Nordstrom Sat, 21 Jan 2006 15:25:10 +0200 + +libvmime (0.8.0-1) unstable; urgency=low + + * Initial release (closes: #341388) + + -- Mattias Nordstrom Wed, 30 Nov 2005 22:37:56 +0200 + --- libvmime-0.9.1.orig/debian/compat +++ libvmime-0.9.1/debian/compat @@ -0,0 +1 @@ +5 --- libvmime-0.9.1.orig/debian/control +++ libvmime-0.9.1/debian/control @@ -0,0 +1,36 @@ +Source: libvmime +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Mattias Nordstrom +Build-Depends: debhelper (>= 5.0.0), dh-autoreconf, libgnutls-dev (>= 1.2.0), libgsasl7-dev +Standards-Version: 3.9.2 +Section: libs +Homepage: http://www.vmime.org/ + +Package: libvmime-dev +Section: libdevel +Architecture: any +Depends: libvmime0 (= ${binary:Version}), libgnutls-dev (>= 1.2.0), libgsasl7-dev, ${misc:Depends} +Description: C++ mail library (development files) + VMime is a powerful C++ class library for parsing, generating, or editing + Internet RFC-[2]822 and MIME messages. VMime is designed to provide a fast + and an easy way to manipulate Internet mail messages. + . + The recent releases of VMime also include support for using messaging + protocols (POP3, IMAP, SMTP and maildir) with a lot of features supported: + listing folders, downloading and adding messages to folders, extracting parts + from message, getting and setting message flags, and a lot more. + +Package: libvmime0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: C++ mail library (runtime library) + VMime is a powerful C++ class library for parsing, generating, or editing + Internet RFC-[2]822 and MIME messages. VMime is designed to provide a fast + and an easy way to manipulate Internet mail messages. + . + The recent releases of VMime also include support for using messaging + protocols (POP3, IMAP, SMTP and maildir) with a lot of features supported: + listing folders, downloading and adding messages to folders, extracting parts + from message, getting and setting message flags, and a lot more. --- libvmime-0.9.1.orig/debian/copyright +++ libvmime-0.9.1/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Mattias Nordstrom on +Tue, 29 Nov 2005 22:34:45 +0200. + +It was downloaded from http://www.vmime.org/ + +Upstream author: Vincent Richard + +This software is copyright (c) 2004 by Vincent Richard. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 51 Franklin St, + Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public +License, can be found in /usr/share/common-licenses/GPL --- libvmime-0.9.1.orig/debian/docs +++ libvmime-0.9.1/debian/docs @@ -0,0 +1,3 @@ +README +README.msvc +README.refcounting --- libvmime-0.9.1.orig/debian/libvmime-dev.dirs +++ libvmime-0.9.1/debian/libvmime-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- libvmime-0.9.1.orig/debian/libvmime-dev.install +++ libvmime-0.9.1/debian/libvmime-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/pkgconfig/* --- libvmime-0.9.1.orig/debian/libvmime0.dirs +++ libvmime-0.9.1/debian/libvmime0.dirs @@ -0,0 +1 @@ +usr/lib --- libvmime-0.9.1.orig/debian/libvmime0.install +++ libvmime-0.9.1/debian/libvmime0.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- libvmime-0.9.1.orig/debian/rules +++ libvmime-0.9.1/debian/rules @@ -0,0 +1,112 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +# shared library versions, option 1 +version=0.8.0 +major=0 +# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so +#version=`ls src/.libs/lib*.so.* | \ +# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` +#major=`ls src/.libs/lib*.so.* | \ +# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` + +config.status: configure + dh_testdir + dh_autoreconf ./bootstrap + # Add here commands to configure the package. + CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp + + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) clean + cd src ; rm -f `find . -type l` + dh_autoreconf_clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libvmime-0.9.1.orig/debian/watch +++ libvmime-0.9.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://qa.debian.org/watch/sf.php/vmime libvmime-(.*).tar.bz2 debian uupdate