--- opendict-lingvosoft-0.8.orig/debian/watch +++ opendict-lingvosoft-0.8/debian/watch @@ -0,0 +1,4 @@ +version=3 +http://kebil.ghost.lt/opendict_plugins/opendict-lingvosoft-(.*)\.tar\.gz + + --- opendict-lingvosoft-0.8.orig/debian/rules +++ opendict-lingvosoft-0.8/debian/rules @@ -0,0 +1,72 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +DEBDIR = $(CURDIR)/debian/opendict-plugins-lingvosoft + +DICTIONARIES = ensq enar enaz enbs enbg enzhs enzht enhr encs ennl \ + enet enfi enfr ende enel enhe enhu enid enit enjap \ + enjakana enjakanji enjaromaji enko enlv enlt enfa enpl enpt enro \ + enru ensr ensk enes ensv entl enth entr enuk envi \ + enyi enmul +# enla - not works yet + +build: build-stamp + +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + for DICT in $(DICTIONARIES); do \ + $(MAKE) install DESTDIR=$(DEBDIR) DICT=$$DICT; \ + done + + for DICT in $(DICTIONARIES); do \ + rm -f $(DEBDIR)/usr/share/opendict/dictionaries/plugins/Lingvosoft-$$DICT/weblingvosoft.py; \ + done + + rm -f $(DEBDIR)/usr/share/opendict/dictionaries/plugins/weblingvosoft.py + + mkdir -p $(DEBDIR)/usr/share/python-support/opendict-plugins-lingvosoft + cp $(CURDIR)/weblingvosoft.py $(DEBDIR)/usr/share/python-support/opendict-plugins-lingvosoft + +# Build architecture-independent files here. +binary-arch: + +# Build architecture-dependent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdirs + dh_installchangelogs + dh_installdocs + + dh_install + dh_strip + dh_compress + dh_fixperms + dh_pysupport /usr/share/opendict/dictionaries/plugins + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install + --- opendict-lingvosoft-0.8.orig/debian/compat +++ opendict-lingvosoft-0.8/debian/compat @@ -0,0 +1 @@ +5 --- opendict-lingvosoft-0.8.orig/debian/copyright +++ opendict-lingvosoft-0.8/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Kęstutis Biliūnas on +Fri, 4 Nov 2005 01:20:02 +0200 + +It was downloaded from http://kebil.ghost.lt/opendict_plugins + +Upstream Authors: Kęstutis Biliūnas + Martynas Jocius + +Copyright 2005 Kęstutis Biliūnas + 2005 Matynas Jocius + + This program 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 program 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 with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 51 Franklin Street, + Fifth Floor, Boston, MA 02110-1301, USA + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. --- opendict-lingvosoft-0.8.orig/debian/control +++ opendict-lingvosoft-0.8/debian/control @@ -0,0 +1,58 @@ +Source: opendict-lingvosoft +Section: contrib/text +Priority: optional +Maintainer: Kęstutis Biliūnas +XS-Python-Version: >=2.3 +Build-Depends: debhelper (>= 5.0.38) +Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-support (>= 0.6) +Standards-Version: 3.7.2 + +Package: opendict-plugins-lingvosoft +Architecture: all +Depends: ${python:Depends}, opendict (>= 0.5.7) +XB-Python-Version: ${python:Versions} +Description: plugins for OpenDict - LingvoSoft Online Dictionaries + This plugin fetches translations from http://www.lingvozone.com + for use by OpenDict program and provides these dictionaries: + English <=> Albanian + English <=> Arabic + English <=> Azeri + English <=> Bosnian + English <=> Bulgarian + English <=> Chinese-Simplified + English <=> Chinese-Traditional + English <=> Croatian + English <=> Czech + English <=> Dutch + English <=> Estonian + English <=> Finnish + English <=> French + English <=> German + English <=> Greek + English <=> Hebrew + English <=> Hungarian + English <=> Indonesian + English <=> Italian + English <=> Japanese + English <=> Japanese Kana + English <=> Japanese Kanji + English <=> Japanese Romaji + English <=> Korean + English <=> Latvian + English <=> Lithuanian + English <=> Persian(Farsi) + English <=> Polish + English <=> Portuguese + English <=> Romanian + English <=> Russian + English <=> Serbian + English <=> Slovak + English <=> Spanish + English <=> Swedish + English <=> Tagalog (Philippines) + English <=> Thai + English <=> Turkish + English <=> Ukrainian + English <=> Vietnamese + English <=> Yiddish + English -> MultiLingual --- opendict-lingvosoft-0.8.orig/debian/changelog +++ opendict-lingvosoft-0.8/debian/changelog @@ -0,0 +1,44 @@ +opendict-lingvosoft (0.8-2) unstable; urgency=low + + * debian/{control, rules}: changed Build-Depends from python-central to + python-support and now the common module for all dictionaries + weblingvosoft.py is installed in the /usr/share/python-support directory. + Thanks to Alexander Wirt for suggestion. + + -- Kęstutis Biliūnas Thu, 04 Oct 2007 10:13:10 +0300 + +opendict-lingvosoft (0.8-1) unstable; urgency=low + + * New upstream release (Closes: #443757). Plus 17 dictionaries. Thus, now + it has 42 bilingual dictionaries. + * debian/control: added the new dictionaries to the package description. + + -- Kęstutis Biliūnas Sun, 23 Sep 2007 23:28:38 +0300 + +opendict-lingvosoft (0.7-0.1) unstable; urgency=low + + * New upstream release. + + -- Kęstutis Biliūnas Fri, 22 Dec 2006 20:58:16 +0200 + +opendict-lingvosoft (0.6-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - changed the field "Section:" from "text" to "contrib/text". + - reduced the number of binaries to one package. + - bumped Standards-Version to 3.7.2. No changes required. + * Updated for new Python policy: + - debian/control: added build-depend on python-central and python-all-dev. + Also added the XS-Python-Version and XB-Python-Version fields. + - debian/rules: added dh_pycentral before dh_python in binary rule. + - added debian/pycompat file. + + -- Kęstutis Biliūnas Thu, 14 Sep 2006 19:17:31 +0300 + +opendict-lingvosoft (0.4-1) unstable; urgency=low + + * Initial release (Closes: #337670). + + -- Kęstutis Biliūnas Sat, 3 Dec 2005 21:43:57 +0200 +