diff -u libpst-0.6.27/debian/control libpst-0.6.27/debian/control --- libpst-0.6.27/debian/control +++ libpst-0.6.27/debian/control @@ -3,14 +3,14 @@ XSBC-Original-Maintainer: Carl Byington Section: utils Priority: optional -Build-Depends: debhelper (>= 7), \ - cdbs, \ - libtool, \ - debhelper (>= 5), \ - autotools-dev, \ - libfreetype6-dev, \ - libgd2-xpm-dev, \ - zlib1g-dev, \ +Build-Depends: debhelper (>= 7), + cdbs, + libtool, + debhelper (>= 5), + autotools-dev, + libfreetype6-dev, + libgd2-xpm-dev, + zlib1g-dev, libjpeg62-dev Standards-Version: 3.8.0 @@ -18,12 +18,9 @@ Priority: extra Section: utils Architecture: any -Depends: - imagemagick, \ - libfreetype6, \ - libgd2-xpm, \ - zlib1g, \ - libjpeg62 +Depends: ${shlibs:Depends}, + ${misc:Depends}, + imagemagick Description: Utilities to convert Outlook .pst files to other formats The Libpst utilities include readpst which can convert email messages to both mbox and MH mailbox formats, pst2ldif which can convert the @@ -31,16 +28,12 @@ which can convert email messages to the DII load file format used by Summation. A shared library is also provided. -Package: libpst +Package: libpst1 Architecture: any Priority: extra -Section: utils -Depends: readpst (= ${binary:Version}) \ - imagemagick, \ - libfreetype6, \ - libgd2-xpm, \ - zlib1g, \ - libjpeg62 +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: Utilities to convert Outlook .pst files to other formats The Libpst utilities include readpst which can convert email messages to both mbox and MH mailbox formats, pst2ldif which can convert the @@ -52,8 +45,9 @@ Package: libpst-dev Architecture: any Priority: extra -Section: devel -Depends: libpst (= ${binary:Version}) +Section: libdevel +Depends: libpst1 (= ${binary:Version}), + ${misc:Depends} Description: Utilities to convert Outlook .pst files to other formats The Libpst utilities include readpst which can convert email messages to both mbox and MH mailbox formats, pst2ldif which can convert the reverted: --- libpst-0.6.27/debian/libpst.spec +++ libpst-0.6.27.orig/debian/libpst.spec @@ -1,127 +0,0 @@ -Summary: Utilities to convert Outlook .pst files to other formats -Name: libpst -Version: 0.6.25 -Release: 1%{?dist} -License: GPLv2+ -Group: Applications/Productivity -Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -URL: http://www.five-ten-sg.com/%{name}/ -Requires: ImageMagick -BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel - - -%description -The Libpst utilities include readpst which can convert email messages -to both mbox and MH mailbox formats, pst2ldif which can convert the -contacts to .ldif format for import into ldap databases, and pst2dii -which can convert email messages to the DII load file format used by -Summation. - - -%prep -%setup -q - - -%build -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%{_bindir}/* -%{_mandir}/man1/* -%{_mandir}/man5/* -%docdir %{_datadir}/doc/%{name}-%{version} -%{_datadir}/doc/%{name}-%{version} - - -%changelog -* Fri Jan 16 2009 Carl Byington - 0.6.25-1 -- improve handling of content-type charset values in mime parts - -* Thu Dec 11 2008 Carl Byington - 0.6.24-1 -- patch from Chris Eagle to build on cygwin - -* Thu Dec 04 2008 Carl Byington - 0.6.23-1 -- bump version to avoid cvs tagging mistake in fedora - -* Fri Nov 28 2008 Carl Byington - 0.6.22-1 -- patch from David Cuadrado to process emails with type PST_TYPE_OTHER -- base64_encode_multiple() may insert newline, needs larger malloc -- subject lines shorter than 2 bytes could segfault - -* Tue Oct 21 2008 Carl Byington - 0.6.21-1 -- fix title bug with old schema in pst2ldif. -- also escape commas in distinguished names per rfc4514. - -* Thu Oct 09 2008 Carl Byington - 0.6.20-1 -- add configure option --enable-dii=no to remove dependency on libgd. -- many fixes in pst2ldif by Robert Harris. -- add -D option to include deleted items, from Justin Greer -- fix from Justin Greer to add missing email headers -- fix from Justin Greer for my_stristr() -- fix for orphan children when building descriptor tree -- avoid writing uninitialized data to debug log file -- remove unreachable code -- create dummy top-of-folder descriptor if needed for corrupt pst files - -* Sun Sep 14 2008 Carl Byington - 0.6.19-1 -- Fix base64 encoding that could create long lines. -- Initial work on a .so shared library from Bharath Acharya. - -* Thu Aug 28 2008 Carl Byington - 0.6.18-1 -- Fixes for iconv on Mac from Justin Greer. - -* Tue Aug 05 2008 Carl Byington - 0.6.17-1 -- More fixes for 32/64 bit portability on big endian ppc. - -* Tue Aug 05 2008 Carl Byington - 0.6.16-1 -- Use inttypes.h for portable printing of 64 bit items. - -* Wed Jul 30 2008 Carl Byington - 0.6.15-1 -- Patch from Robert Simpson for file handle leak in error case. -- Fix for missing length on lz decompression, bug found by Chris White. - -* Sun Jun 15 2008 Carl Byington - 0.6.14-1 -- Fix my mistake in debian packaging. - -* Fri Jun 13 2008 Carl Byington - 0.6.13-1 -- Patch from Robert Simpson for encryption type 2. - -* Tue Jun 10 2008 Carl Byington - 0.6.12-1 -- Patch from Joachim Metz for debian packaging and -- fix for incorrect length on lz decompression - -* Tue Jun 03 2008 Carl Byington - 0.6.11-1 -- Use ftello/fseeko to properly handle large files. -- Document and properly use datasize field in b5 blocks. -- Fix some MSVC compile issues and collect MSVC dependencies into one place. - -* Thu May 29 2008 Carl Byington - 0.6.10-1 -- Patch from Robert Simpson for doubly-linked list code and arrays of unicode strings. - -* Fri May 16 2008 Carl Byington - 0.6.9 -- Patch from Joachim Metz for 64 bit compile. -- Fix pst format documentation for 8 byte backpointers. - -* Wed Mar 05 2008 Carl Byington - 0.6.8 -- Initial version of pst2dii to convert to Summation dii load file format -- changes for Fedora packaging guidelines (#434727) - -* Tue Jul 10 2007 Carl Byington - 0.5.5 -- merge changes from Joe Nahmias version - -* Sun Feb 19 2006 Carl Byington - 0.5.3 -- initial spec file using autoconf and http://www.fedora.us/docs/rpm-packaging-guidelines.html - reverted: --- libpst-0.6.27/debian/readpst.dirs +++ libpst-0.6.27.orig/debian/readpst.dirs @@ -1,4 +0,0 @@ -usr/bin -usr/share/man/man1 -usr/share/man/man5 -usr/share/doc diff -u libpst-0.6.27/debian/copyright libpst-0.6.27/debian/copyright --- libpst-0.6.27/debian/copyright +++ libpst-0.6.27/debian/copyright @@ -32,10 +32,16 @@ - - + This package 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 package 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 + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA The Debian packaging is (C) 2008, Joachim Metz and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. - - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. - reverted: --- libpst-0.6.27/debian/libpst.docs +++ libpst-0.6.27.orig/debian/libpst.docs @@ -1,6 +0,0 @@ -AUTHORS -COPYING -INSTALL -NEWS -README -TODO diff -u libpst-0.6.27/debian/libpst-dev.install libpst-0.6.27/debian/libpst-dev.install --- libpst-0.6.27/debian/libpst-dev.install +++ libpst-0.6.27/debian/libpst-dev.install @@ -1,0 +2,2 @@ +debian/tmp/usr/lib/libpst*.so +debian/tmp/usr/lib/pkgconfig/* reverted: --- libpst-0.6.27/debian/libpst.install +++ libpst-0.6.27.orig/debian/libpst.install @@ -1,2 +0,0 @@ -debian/tmp/usr/lib/libpst* -debian/tmp/usr/lib/pkgconfig/* reverted: --- libpst-0.6.27/debian/libpst-dev.dirs +++ libpst-0.6.27.orig/debian/libpst-dev.dirs @@ -1 +0,0 @@ -usr/include reverted: --- libpst-0.6.27/debian/libpst.dirs +++ libpst-0.6.27.orig/debian/libpst.dirs @@ -1,2 +0,0 @@ -usr/lib -usr/lib/pkgconfig only in patch2: unchanged: --- libpst-0.6.27.orig/debian/libpst1.install +++ libpst-0.6.27/debian/libpst1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libpst*.so.*