--- openthesaurus-20051019.orig/debian/changelog +++ openthesaurus-20051019/debian/changelog @@ -0,0 +1,92 @@ +openthesaurus (20051019-1) unstable; urgency=low + + * new snapshot + * disable building of OOo1 thesaurus and build only the OOo2 + one, named openoffice.org-thesaurus-de again; make it + Conflict/Replace/Provide openoffice.org2-thesaurus-de + * upload to unstable. + + -- Rene Engelhard Fri, 21 Oct 2005 17:41:59 +0200 + +openthesaurus (20050804-1) experimental; urgency=low + + * new snapshot + * don't ship thescoder anymore. add Build-Depends on thescoder + * build OOo2 thesaurus; add Build-Depends on unzip libmythes-dev + + -- Rene Engelhard Thu, 4 Aug 2005 20:24:23 +0200 + +openthesaurus (20041231-2) unstable; urgency=medium + + * add script to permutate the input lines, thescoder wants to + have each meaning at least defined on an own line in the first + part, many thanks to Maik Zumstrull for the script. + * postprocess the idx files to "fix" e.g. the Pi and "eulersche Zahl" + synonyms by subsituting the (right) , with . since , is the delimiter + in the index file format... + + -- Rene Engelhard Wed, 16 Feb 2005 22:04:11 +0100 + +openthesaurus (20041231-1) unstable; urgency=low + + * new snapshot + * build OpenOffice.org thesaurus (closes: #193888) + (use thescoder; use a slightly changed version and get it here until it is + packaged and configurable..) + + -- Rene Engelhard Sat, 1 Jan 2005 00:25:03 +0100 + +openthesaurus (20040708-1) unstable; urgency=low + + * new snapshot + + -- Rene Engelhard Thu, 8 Jul 2004 18:35:02 +0200 + +openthesaurus (20040629-1) unstable; urgency=low + + * new snapshot + + -- Rene Engelhard Tue, 29 Jun 2004 02:22:39 +0200 + +openthesaurus (20040606-1) unstable; urgency=low + + * new snapshot + + -- Rene Engelhard Sun, 6 Jun 2004 02:26:24 +0200 + +openthesaurus (20040526-1) unstable; urgency=low + + * new snapshot + + -- Rene Engelhard Wed, 26 May 2004 02:02:03 +0200 + +openthesaurus (20040515-1) unstable; urgency=low + + * new snapshot + + -- Rene Engelhard Sat, 15 May 2004 12:21:01 +0200 + +openthesaurus (20040503-1) unstable; urgency=low + + * new snapshot + + -- Rene Engelhard Mon, 3 May 2004 22:55:07 +0200 + +openthesaurus (20040422-1) unstable; urgency=low + + * new snapshot + + -- Rene Engelhard Thu, 22 Apr 2004 22:59:45 +0200 + +openthesaurus (20040421-2) unstable; urgency=low + + * package text thesaurus + + -- Rene Engelhard Thu, 22 Apr 2004 15:28:06 +0200 + +openthesaurus (20040421-1) unstable; urgency=low + + * Initial Release. + + -- Rene Engelhard Wed, 21 Apr 2004 23:23:37 +0200 + --- openthesaurus-20051019.orig/debian/compat +++ openthesaurus-20051019/debian/compat @@ -0,0 +1 @@ +4 --- openthesaurus-20051019.orig/debian/control +++ openthesaurus-20051019/debian/control @@ -0,0 +1,31 @@ +Source: openthesaurus +Section: text +Priority: optional +Maintainer: Rene Engelhard +Build-Depends-Indep: debhelper (>= 4.0.0), dpkg-dev (>= 1.10.11), dictionaries-common-dev (>= 0.16.0), unzip, libmythes-dev +Standards-Version: 3.6.1 + +Package: openthesaurus-de-kword +Architecture: all +Depends: kword (>= 1:1.2.90+20030609-1) +Description: German Thesaurus for KWord + This package contains the German OpenThesaurus (www.openthesaurus.de) thesaurus + for usage with KWord (KThesaurus). + +Package: openthesaurus-de-text +Architecture: all +Recommends: ding +Description: German Text Thesaurus for e.g. ding + This package contains the German OpenThesaurus (www.openthesaurus.de) thesaurus + for usage with e.g. ding. + +Package: openoffice.org-thesaurus-de +Architecture: all +Depends: openoffice.org-core (>= 1.9), dictionaries-common (>= 0.10) | openoffice.org-updatedicts +Provides: openoffice.org2-thesaurus, openoffice.org2-thesaurus-de +Conflicts: openoffice.org (<< 1.9), openoffice.org2-thesaurus-de +Replaces: openoffice.org2-thesaurus-de +Description: German Thesaurus for OpenOffice.org + This package contains the German OpenThesaurus (www.openthesaurus.de) + thesaurus for usage with OpenOffice.org. + --- openthesaurus-20051019.orig/debian/rules +++ openthesaurus-20051019/debian/rules @@ -0,0 +1,91 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-arch build-indep + +build-arch: build-arch-stamp +build-arch-stamp: configure-stamp + + touch build-arch-stamp + +build-indep: build-indep-stamp +build-indep-stamp: configure-stamp + unzip thes_de_DE_v2.zip && \ + cd OOo2-Thesaurus && \ + /usr/share/mythes/th_gen_idx.pl -o th_de_DE_v2.idx \ + < th_de_DE_v2.dat + + touch build-indep-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-arch-stamp build-indep-stamp configure-stamp + rm -f *.dat *.idx + rm -rf OOo2-Thesaurus + rm -f ooo_thesaurus.txt a b + + -$(MAKE) clean + + rm -f kword_thesaurus.txt thesaurus.txt + dh_clean + +install: install-indep install-arch +install-indep: + dh_testdir + dh_testroot + dh_clean -k -i + dh_installdirs -i + + cat kword_thesaurus.txt.gz | gunzip -c > kword_thesaurus.txt + install -D -m644 kword_thesaurus.txt \ + $(CURDIR)/debian/openthesaurus-de-kword/usr/share/apps/thesaurus/thesaurus_de.txt + + cat thesaurus.txt.gz | gunzip -c > thesaurus.txt + install -D -m644 thesaurus.txt \ + $(CURDIR)/debian/openthesaurus-de-text/usr/share/openthesaurus-de/thesaurus.txt + + install -D -m644 OOo2-Thesaurus/th_de_DE_v2.dat \ + $(CURDIR)/debian/openoffice.org-thesaurus-de/usr/share/myspell/dicts/th_de_DE_v2.dat + install -D -m644 OOo2-Thesaurus/th_de_DE_v2.idx \ + $(CURDIR)/debian/openoffice.org-thesaurus-de/usr/share/myspell/dicts/th_de_DE_v2.idx + install -D -m644 debian/openoffice.org-thesaurus-de.info-myspell \ + $(CURDIR)/debian/openoffice.org-thesaurus-de/usr/share/myspell/infos/ooo/openoffice.org-thesaurus-de + +install-arch: + +# Must not depend on anything. This is to be called by +# binary-arch/binary-indep +# in another 'make' thread. +binary-common: + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installdebconf + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: build-indep install-indep + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +binary-arch: build-arch install-arch + #$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure --- openthesaurus-20051019.orig/debian/copyright +++ openthesaurus-20051019/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Rene Engelhard on +Wed, 21 Apr 2004 23:01:41 +0200. + +It was downloaded from www.openthesaurus.de + +Upstream Authors: + OpenThesaurus Team (subscription + at http://lists.berlios.de/mailman/listinfo/openthesaurus-discuss#sub + needed) + Daniel Naber + +Copyright: + +GPL, on Debian systems you can find the full text of the GPL under +/usr/share/common-licenses/GPL + +thescoder sources (included to build the OpenOffice.org thesaurus) are + * Copyright (C) 2003 Giuseppe Modugno +and also GPL. + --- openthesaurus-20051019.orig/debian/openthesaurus-de-text.README.Debian +++ openthesaurus-20051019/debian/openthesaurus-de-text.README.Debian @@ -0,0 +1,9 @@ +openthesaurus-de-text for Debian +-------------------------------- + +This package provides a text thesaurus for use with programs like ding. +The file is installed into /usr/share/openthesaurus-de but for using +it with ding or other applications you need to configure them to +use it with their respective preferences/settings. + + -- Rene Engelhard , Thu, 22 Apr 2004 16:10:57 +0200 --- openthesaurus-20051019.orig/debian/openoffice.org-thesaurus-de.info-myspell +++ openthesaurus-20051019/debian/openoffice.org-thesaurus-de.info-myspell @@ -0,0 +1 @@ +THES de DE th_de_DE_v2 --- openthesaurus-20051019.orig/debian/openoffice.org-thesaurus-de.postinst +++ openthesaurus-20051019/debian/openoffice.org-thesaurus-de.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +if [ "$1" = "configure" ]; then + update-openoffice-dicts +fi + +#DEBHELPER# + --- openthesaurus-20051019.orig/debian/openoffice.org-thesaurus-de.postrm +++ openthesaurus-20051019/debian/openoffice.org-thesaurus-de.postrm @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +if [ "$1" = "remove" ]; then + update-openoffice-dicts +fi + +#DEBHELPER# +