--- dictconv-0.2.orig/debian/control +++ dictconv-0.2/debian/control @@ -0,0 +1,18 @@ +Source: dictconv +Section: utils +Priority: optional +Maintainer: Francesco Namuri +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libxml2-dev, zlib1g-dev +Standards-Version: 3.7.3 +Homepage: http://ktranslator.sourceforge.net/ + +Package: dictconv +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: dictzip +Description: convert a dictionary file type in another dictionary file type + Dictconv is a small program to convert a dictionay file type in another + dictionary file type. Currently, it supports converting from Babylon + glossaries, Freedict dictionaries, Sdictionary dictionaries and Stardict + dictionaries to DICT dictionaries, plain text dictionaries and StarDict + dictionaries. More file types will be added in new versions. --- dictconv-0.2.orig/debian/changelog +++ dictconv-0.2/debian/changelog @@ -0,0 +1,45 @@ +dictconv (0.2-6) unstable; urgency=low + + * Fixed the original tarball (in the previous version I' ve made a wrong + conversion from bz2 to gz). thanks to Nelson A. de Oliveira. + * debian/control: fixed the long description, added recommend on dictzip. + + -- Francesco Namuri Tue, 03 Jun 2008 23:52:50 +0200 + +dictconv (0.2-5) unstable; urgency=low + + * debian/control: changed priority from extra to optional. + + -- Francesco Namuri Sun, 10 Feb 2008 13:01:41 +0100 + +dictconv (0.2-4) unstable; urgency=low + + * remove useless debian/dirs. + * debian/control: updated Standards-Version to 3.7.3. + + -- Francesco Namuri Sat, 09 Feb 2008 13:50:50 +0100 + +dictconv (0.2-3) unstable; urgency=low + + * debian/copyright: added information about Karl Grill. + * debian/menu: removed because useless (this is a non interactive + application) + + -- Francesco Namuri Fri, 23 Nov 2007 12:41:44 +0100 + +dictconv (0.2-2) unstable; urgency=low + + * debian/watch, debian/rules: removed uneeded blank lines. + * debian/control: moved "Homepage:" from description to new dpkg field, + fixed typos. + * debian/dictconv.1: fixed NAME section. + * debian/copyright: fixed typos. + + -- Francesco Namuri Tue, 09 Oct 2007 11:11:25 +0200 + +dictconv (0.2-1) unstable; urgency=low + + * Initial release. (Closes: #435814) + + -- Francesco Namuri Sat, 21 Jul 2007 17:41:30 +0200 + --- dictconv-0.2.orig/debian/copyright +++ dictconv-0.2/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Francesco Namuri on +Sat, 21 Jul 2007 17:41:30 +0200. + +It was downloaded from http://ktranslator.sourceforge.net/ + +Upstream Author: + + Raul Fernandes + +Copyright: + + Copyright (C) 2007 Raul Fernandes + Copyright (C) 2007 Raul Fernandes and Karl Grill + Copyright (C) 1996-2001 Free Software Foundation, Inc. + Copyright (C) 1991 Massachusetts Institute of Technology + +License: + + This package 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 package 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 + along with this package; 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 General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007, Francesco Namuri and +is licensed under the GPL, see above. --- dictconv-0.2.orig/debian/watch +++ dictconv-0.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/ktranslator/dictconv-(.*)\.tar\.bz2 --- dictconv-0.2.orig/debian/rules +++ dictconv-0.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +DEB_INSTALL_MANPAGES_dictconv := debian/dictconv.1 +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk --- dictconv-0.2.orig/debian/dictconv.1 +++ dictconv-0.2/debian/dictconv.1 @@ -0,0 +1,73 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH "DICTCONV" "1" "July 2007" "Francesco Namuri" "User Commands" +.SH "NAME" +DictConv: \- dictionary file converter +.SH "SYNOPSIS" +.B dictconv +[\fI\-hv\fR] \fI\-o OUTPUT_FILE INPUT_FILE\fR +.SH "DESCRIPTION" +Convert INPUT_FILE dictionary to OUTPUT_FILE dictionary. +The extension of file determines the dictionary type. +.TP +\fB\-o\fR +OUTPUT_FILE path to target dictionary +.TP +INPUT_FILE +path to source dictionary +.TP +\fB\-h\fR +print help message and exit +.TP +\-? +print help message and exit +.TP +\fB\-v\fR +shows the version information and exit +.SS "INPUT_FILE can be:" +.IP +Babylon Glossary (.bgl) +Freedict dictionary (.tei) +Sdictionary dictionary (.dct) +StarDict dictionary (.ifo) +.SS "OUTPUT_FILE can be:" +.IP +DICT dictionary (.index) +PlainText dictionary (.dic) +StarDict dictionary (.ifo) +.PP +Convert INPUT_FILE dictionary to OUTPUT_FILE dictionary. +The extension of file determines the dictionary type. +.TP +\fB\-o\fR +OUTPUT_FILE path to target dictionary +.TP +INPUT_FILE +path to source dictionary +.TP +\fB\-h\fR +print help message and exit +.TP +\-? +print help message and exit +.TP +\fB\-v\fR +shows the version information and exit +.SS "INPUT_FILE can be:" +.IP +Babylon Glossary (.bgl) +Freedict dictionary (.tei) +Sdictionary dictionary (.dct) +StarDict dictionary (.ifo) +.SS "OUTPUT_FILE can be:" +.IP +DICT dictionary (.index) +PlainText dictionary (.dic) +StarDict dictionary (.ifo) +.SH "SEE ALSO" +DictConv homepage: http://ktranslator.sourceforge.net/ + +The GNU General Public License. +.SH "AUTHOR" +DictConv was written by Raul Fernandes . + +This manual page was written by Francesco Namuri with help2man tool. --- dictconv-0.2.orig/debian/compat +++ dictconv-0.2/debian/compat @@ -0,0 +1 @@ +5 --- dictconv-0.2.orig/debian/docs +++ dictconv-0.2/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO