--- openoffice.org-thesaurus-pl-1.4.orig/debian/postinst +++ openoffice.org-thesaurus-pl-1.4/debian/postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "configure" ]; then + update-openoffice-dicts +fi + +#DEBHELPER# + +exit 0 --- openoffice.org-thesaurus-pl-1.4.orig/debian/copyright +++ openoffice.org-thesaurus-pl-1.4/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Mateusz Skowroński on +Fri, 28 Jul 2006 19:48:41 +0200 + +It was downloaded from http://synonimy.ux.pl + +Copyright (C) 2004-2007 Marcin Miłkowski + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License, version 2.1, as published by the Free Software Foundation. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; 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 Lesser General Public +License, can be found in /usr/share/common-licenses/LGPL. + +The Debian packaging is (C) 2006-2008, Mateusz Skowroński and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- openoffice.org-thesaurus-pl-1.4.orig/debian/dictlistinfo +++ openoffice.org-thesaurus-pl-1.4/debian/dictlistinfo @@ -0,0 +1 @@ +THES pl PL th_pl_PL_v2 --- openoffice.org-thesaurus-pl-1.4.orig/debian/postrm +++ openoffice.org-thesaurus-pl-1.4/debian/postrm @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "remove" ]; then + update-openoffice-dicts +fi + +#DEBHELPER# + +exit 0 --- openoffice.org-thesaurus-pl-1.4.orig/debian/rules +++ openoffice.org-thesaurus-pl-1.4/debian/rules @@ -0,0 +1,49 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + /usr/share/mythes/th_gen_idx.pl -o th_pl_PL_v2_debian.idx < th_pl_PL_v2.dat + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + rm -f th_pl_PL_v2_debian.idx + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + + install -D -m644 th_pl_PL_v2_debian.idx \ + debian/openoffice.org-thesaurus-pl/usr/share/myspell/dicts/th_pl_PL_v2.idx + install -m644 th_pl_PL_v2.dat \ + debian/openoffice.org-thesaurus-pl/usr/share/myspell/dicts + install -D -m644 debian/dictlistinfo \ + debian/openoffice.org-thesaurus-pl/usr/share/myspell/infos/ooo/openoffice.org-thesaurus-pl + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs debian/copyright + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- openoffice.org-thesaurus-pl-1.4.orig/debian/watch +++ openoffice.org-thesaurus-pl-1.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/synonimy/OOo2-Thesaurus-(.*)\.zip --- openoffice.org-thesaurus-pl-1.4.orig/debian/changelog +++ openoffice.org-thesaurus-pl-1.4/debian/changelog @@ -0,0 +1,51 @@ +openoffice.org-thesaurus-pl (1.4-2) unstable; urgency=low + + * Update copyright file. + * Bump Standards-Version to 3.7.3 (no changes needed). + * Move libmythes-dev to Build-Depends-Indep. Thanks lintian. + + -- Mateusz Skowronski Wed, 09 Apr 2008 03:48:32 +0200 + +openoffice.org-thesaurus-pl (1.4-1) unstable; urgency=low + + * New upstream release. + * Update copyright file. + + -- Mateusz Skowronski Mon, 7 May 2007 22:35:55 +0200 + +openoffice.org-thesaurus-pl (1.3-1) unstable; urgency=low + + * New upstream release. + * Move to main. Upstream is dual-licensed now. LGPL/OSL2.0 + Thanks Rene Engelhard. (Closes: #420669) + + -- Mateusz Skowronski Tue, 24 Apr 2007 07:50:01 +0200 + +openoffice.org-thesaurus-pl (1.2-2) unstable; urgency=low + + * Fix debian/watch file. + + -- Mateusz Skowronski Sun, 26 Nov 2006 11:15:06 +0100 + +openoffice.org-thesaurus-pl (1.2-1) unstable; urgency=low + + * New upstream release. + * Update copyright file. + * Add a debian/watch file. + * Switch to debhelper v5. + * Clean up debian/control and debian/rules. Thanks Daniel Baumann. + + -- Mateusz Skowronski Sat, 14 Oct 2006 19:56:15 +0200 + +openoffice.org-thesaurus-pl (1.1-2) unstable; urgency=low + + * Move to non-free. Open Software Licence version 2.0 is not + considered free according to the DFSG. + + -- Mateusz Skowronski Tue, 8 Aug 2006 03:55:55 +0200 + +openoffice.org-thesaurus-pl (1.1-1) unstable; urgency=low + + * Initial release. + + -- Mateusz Skowronski Fri, 28 Jul 2006 19:21:03 +0200 --- openoffice.org-thesaurus-pl-1.4.orig/debian/compat +++ openoffice.org-thesaurus-pl-1.4/debian/compat @@ -0,0 +1 @@ +5 --- openoffice.org-thesaurus-pl-1.4.orig/debian/control +++ openoffice.org-thesaurus-pl-1.4/debian/control @@ -0,0 +1,18 @@ +Source: openoffice.org-thesaurus-pl +Section: text +Priority: optional +Maintainer: Mateusz Skowronski +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: libmythes-dev +Standards-Version: 3.7.3 + +Package: openoffice.org-thesaurus-pl +Architecture: all +Depends: openoffice.org-core (>= 1.9), dictionaries-common (>= 0.10) | openoffice.org-updatedicts +Conflicts: openoffice.org (<< 1.9) +Provides: openoffice.org2-thesaurus, openoffice.org2-thesaurus-pl +Description: Polish Thesaurus for OpenOffice.org + Openoffice.org is a full-featured office productivity suite that provides a + near drop-in replacement for Microsoft(R) Office. + . + This package contains a Polish thesaurus for OpenOffice.org.