--- openthesaurus-20040708.orig/debian/changelog +++ openthesaurus-20040708/debian/changelog @@ -0,0 +1,54 @@ +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-20040708.orig/debian/compat +++ openthesaurus-20040708/debian/compat @@ -0,0 +1 @@ +4 --- openthesaurus-20040708.orig/debian/rules +++ openthesaurus-20040708/debian/rules @@ -0,0 +1,77 @@ +#!/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 + + touch build-indep-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-arch-stamp build-indep-stamp configure-stamp + + -$(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-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-20040708.orig/debian/control +++ openthesaurus-20040708/debian/control @@ -0,0 +1,21 @@ +Source: openthesaurus +Section: text +Priority: optional +Maintainer: Rene Engelhard +Build-Depends: debhelper (>= 4.0.0), dpkg-dev (>= 1.10.11) +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. + --- openthesaurus-20040708.orig/debian/copyright +++ openthesaurus-20040708/debian/copyright @@ -0,0 +1,14 @@ +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 --- openthesaurus-20040708.orig/debian/openthesaurus-de-text.README.Debian +++ openthesaurus-20040708/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