debian/0000775000000000000000000000000012255546727007207 5ustar debian/libwps-0.2-2.install0000664000000000000000000000002511470544426012520 0ustar usr/lib/libwps*.so.* debian/libwps-dev.dirs0000664000000000000000000000002411470544426012132 0ustar usr/lib usr/include debian/rules0000775000000000000000000000451212255546653010267 0ustar #!/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 CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif # shared library versions, option 1 version=2.0.5 major=2 # 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)}'` configure: configure-stamp configure-stamp: dh_testdir dh_autoreconf $(CURDIR)/autogen.sh cp -p /usr/share/misc/config.* . ./configure --prefix=/usr --enable-static --disable-werror touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) V=1 cd src/test; $(MAKE) V=1 check touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_autoreconf_clean rm -f config.log dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/tmp $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install # fix path and remove unwanted files cd debian/tmp/usr/share/doc && \ mv libwps libwps-doc dh_install --sourcedir=debian/tmp binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog -i dh_installdocs -i dh_installexamples -i dh_installman -i dh_link -i dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog -a dh_installdocs -a dh_installexamples -a dh_installman -a dh_link -a dh_strip -a dh_compress -a dh_fixperms -a dh_makeshlibs -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/copyright0000664000000000000000000000420411470544426011132 0ustar This package was debianized by Rene Engelhard on Tue, 19 Dec 2006 12:50:54 +0100. It was downloaded from http://libwps.sf.net Upstream Authors: Andrew Ziem Fridrich Strba Copyright: (c) 2006,2007 Andrew Ziem Fridrich Strba License: GNU LGPL; on Debian systems the full text of the LGPL can be found in /usr/share/common-licenses/LGPL libwps includes POLE, which has the following license: /* POLE - Portable C++ library to access OLE Storage Copyright (C) 2002-2005 Ariya Hidayat Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the authors nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ debian/source/0000775000000000000000000000000011470544520010472 5ustar debian/source/format0000664000000000000000000000001411470544520011700 0ustar 3.0 (quilt) debian/libwps-doc.install0000664000000000000000000000001611470544426012627 0ustar usr/share/doc debian/dirs0000664000000000000000000000002111470544426010054 0ustar usr/bin usr/sbin debian/libwps-dev.install0000664000000000000000000000007711470544426012647 0ustar usr/include usr/lib/lib*.a usr/lib/lib*.so usr/lib/pkgconfig/* debian/patches/0000775000000000000000000000000011730627570010627 5ustar debian/compat0000664000000000000000000000000211470544426010375 0ustar 5 debian/libwps-doc.doc-base0000664000000000000000000000035311471257222012636 0ustar Document: libwps-doc Title: libwps documentation Abstract: This document contains the libwps API documentation Section: Programming Format: HTML Index: /usr/share/doc/libwps-doc/html/index.html Files: /usr/share/doc/libwps-doc/html/* debian/changelog0000664000000000000000000001136112255546712011055 0ustar libwps (0.2.9-2ubuntu1) trusty; urgency=medium * Update config.{guess,sub}. -- Matthias Klose Sun, 22 Dec 2013 12:32:01 +0100 libwps (0.2.9-2) unstable; urgency=low * --disable-werror (closes: #713480) -- Rene Engelhard Mon, 24 Jun 2013 14:20:24 +0000 libwps (0.2.9-1) unstable; urgency=low * New upstream release -- Rene Engelhard Sat, 01 Jun 2013 16:45:09 +0200 libwps (0.2.8-2) unstable; urgency=low * upload to unstable -- Rene Engelhard Fri, 19 Apr 2013 11:59:39 +0000 libwps (0.2.8-1) experimental; urgency=low * New upstream release -- Rene Engelhard Fri, 19 Apr 2013 11:22:06 +0000 libwps (0.2.7-1) unstable; urgency=low * New upstream release -- Rene Engelhard Thu, 31 May 2012 22:54:15 +0200 libwps (0.2.6-2) unstable; urgency=low * add build-depends on libboost-dev... -- Rene Engelhard Mon, 14 May 2012 21:37:12 +0200 libwps (0.2.6-1) unstable; urgency=low * New upstream release -- Rene Engelhard Mon, 14 May 2012 16:52:39 +0200 libwps (0.2.4-2) unstable; urgency=low * use dh-autoreconf instead of copying config.* in clean manually (closes: #664184) -- Rene Engelhard Fri, 16 Mar 2012 12:17:34 +0000 libwps (0.2.4-1) unstable; urgency=low * New upstream release -- Rene Engelhard Tue, 29 Nov 2011 23:49:15 +0000 libwps (0.2.3-1) unstable; urgency=low * New upstream release * use make V=1 -- Rene Engelhard Wed, 28 Sep 2011 18:04:57 +0000 libwps (0.2.2-2) unstable; urgency=low * rm -f config.log and update update-config-sub-and-guess (closes: #643201 for now...) -- Rene Engelhard Mon, 26 Sep 2011 23:41:01 +0000 libwps (0.2.2-1) unstable; urgency=low * New upstream release * remove unused variables in WPS4.cpp and WPS8.cpp (closes: #625387) -- Rene Engelhard Wed, 04 May 2011 22:02:18 +0000 libwps (0.2.0-3) unstable; urgency=low * upload to unstable -- Rene Engelhard Thu, 03 Feb 2011 23:30:15 +0000 libwps (0.2.0-2) experimental; urgency=low * add missing build-dep on pkg-config (why did it work before?)... * debian/libwps-0.2-2.shlibs: remove, let dh_makeshlibs do it (and there's no libwps-stream anymore anyways) * libwps-doc.doc-base: Apps/Programming -> Programming * add ${misc:Depends} -- Rene Engelhard Thu, 18 Nov 2010 18:13:34 +0100 libwps (0.2.0-1) experimental; urgency=low * New upstream release * migrate to 3.0 (quilt) -- Rene Engelhard Tue, 16 Nov 2010 19:43:13 +0100 libwps (0.1.2-1) unstable; urgency=low * New upstream release -- Rene Engelhard Thu, 13 Dec 2007 16:55:52 +0100 libwps (0.1.1-1) unstable; urgency=low * New upstream release -- Rene Engelhard Fri, 30 Nov 2007 17:29:20 +0100 libwps (0.1.0-7) unstable; urgency=low * fix typo in package description (closes: #441036) -- Rene Engelhard Mon, 10 Sep 2007 17:14:02 +0200 libwps (0.1.0-6) unstable; urgency=low * fix build with g++-4.3 (closes: #441565) -- Rene Engelhard Mon, 10 Sep 2007 15:06:05 +0200 libwps (0.1.0-5) unstable; urgency=medium * add patch from upstream fixing misc. important problems * mention POLE in debian/copyright * lintian fixes -- Rene Engelhard Fri, 31 Aug 2007 11:10:32 +0200 libwps (0.1.0-4) unstable; urgency=low * register with doc-base -- Rene Engelhard Fri, 08 Jun 2007 01:12:22 +0200 libwps (0.1.0-3) unstable; urgency=low * fix binary-* targets, oops -- Rene Engelhard Wed, 7 Mar 2007 16:55:56 +0100 libwps (0.1.0-2) unstable; urgency=low * update config.{guess,sub} because the old ones here don't understand kfreebsd-{i386,amd64} -- Rene Engelhard Wed, 7 Mar 2007 15:50:54 +0100 libwps (0.1.0-1) unstable; urgency=low * 0.1.0 release * uploa to unstable -- Rene Engelhard Mon, 19 Feb 2007 07:30:00 +0100 libwps (0.1~svn20070131-2) experimental; urgency=low * fix copyright (add Fridrich Strba), thanks Fridrich * make autogen-ing more sane annd not bloating up the diff * run make check * remove unneeded files from -doc -- Rene Engelhard Wed, 14 Feb 2007 17:07:19 +0100 libwps (0.1~svn20070131-1) experimental; urgency=low * new upstream snapshot * upload to Debian (closes: #403897) -- Rene Engelhard Thu, 1 Feb 2007 01:35:55 +0100 libwps (0.1~svn20061219-1) experimental; urgency=low * Initial release. -- Rene Engelhard Tue, 19 Dec 2006 12:50:54 +0100 debian/control0000664000000000000000000000465211754257346010620 0ustar Source: libwps Priority: optional Maintainer: Rene Engelhard Build-Depends: debhelper (>= 5), libwpd-dev (>= 0.9.0), doxygen, autotools-dev, libcppunit-dev, pkg-config, dh-autoreconf, libboost-dev Section: libs Package: libwps-dev Section: libdevel Architecture: any Depends: libwps-0.2-2 (= ${binary:Version}), libwpd-dev, ${misc:Depends} Description: Works text file format import filter library (development) libwps is a library (for use by word processors, for example) for importing the Microsoft Works word processor file format. As of November 2006, the project is new, but it imports Works format versions 2, 3, 4, and 8 with some formatting. Support for Works formats version 2000 (aka 5) is coming soon. . This package contains the files needed for developing applications using libwps. Package: libwps-0.2-2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Works text file format import filter library (shared library) libwps is a library (for use by word processors, for example) for importing the Microsoft Works word processor file format. As of November 2006, the project is new, but it imports Works format versions 2, 3, 4, and 8 with some formatting. Support for Works formats version 2000 (aka 5) is coming soon. . This package contains the shared library. Package: libwps-tools Section: utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Tools from libwps for converting Works text documents to HTML/RAW/Text libwps is a library (for use by word processors, for example) for importing the Microsoft Works word processor file format. As of November 2006, the project is new, but it imports Works format versions 2, 3, 4, and 8 with some formatting. Support for Works formats version 2000 (aka 5) is coming soon. . This package contains some little programs using libwps to convert Works text document files into HTML/Raw files and Text. Package: libwps-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: Works text file format import filter library (documentation) libwps is a library (for use by word processors, for example) for importing the Microsoft Works word processor file format. As of November 2006, the project is new, but it imports Works format versions 2, 3, 4, and 8 with some formatting. Support for Works formats version 2000 (aka 5) is coming soon. . This package contains the API documentation. debian/libwps-tools.install0000664000000000000000000000001211470544426013216 0ustar usr/bin/*