--- ktranslator-0.3.orig/debian/copyright +++ ktranslator-0.3/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Anthony Mercatante on +Fri, 09 Sep 2005 00:24:27 +0200. + +It was downloaded from http://ktranslator.sourceforge.net/ + +Upstream Author: + + Raul Fernandes + +License: + + 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. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + +Copyright + +All the software: + + Copyright (C) 2004 by Raul Fernandes + +debian/ktranslator.1.docbook: + + Copyright (C) 2005 by Anthony Mercatante --- ktranslator-0.3.orig/debian/compat +++ ktranslator-0.3/debian/compat @@ -0,0 +1 @@ +4 --- ktranslator-0.3.orig/debian/control +++ ktranslator-0.3/debian/control @@ -0,0 +1,23 @@ +Source: ktranslator +Section: kde +Priority: optional +Maintainer: Anthony Mercatante +Build-Depends: debhelper (>> 4.1), cdbs, kdelibs4-dev, zlib1g-dev, docbook2x +Standards-Version: 3.6.2.1 + +Package: ktranslator +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Translation program for KDE + KTranslator is a program to translate words from one language + to another. KTranslator should support any language + and comes with a plugin system, to ease the addition of new + dictionaries. + . + The main idea behind KTranslator is to translate a word without + disturbing the application in use. So when the user selects a word + while pressing the Control key, KTranslator will try to translate the word + and show the result in a popup window. It behaves like Babylon for + Windows. + . + http://ktranslator.sourceforge.net/ --- ktranslator-0.3.orig/debian/changelog +++ ktranslator-0.3/debian/changelog @@ -0,0 +1,13 @@ +ktranslator (0.3-0ubuntu2) dapper; urgency=low + + * Rebuild KDE universe for libstdc++ transition + + -- Jonathan Riddell Sat, 17 Dec 2005 16:46:05 +0000 + +ktranslator (0.3-0ubuntu1) dapper; urgency=low + + * Initial Release. + * Sponsored upload for Anthony Mercatante + + -- Jonathan Riddell Fri, 09 Sep 2005 00:24:27 +0200 + --- ktranslator-0.3.orig/debian/rules +++ ktranslator-0.3/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +cdbs_kde_enable_debug = --disable-debug + +include /usr/share/cdbs/1/rules/debhelper.mk +#include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/kde.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath +DEB_INSTALL_MANPAGES_ktranslator = ktranslator.1 + +install/ktranslator:: + dh_install ktranslator/ktranslator.desktop usr/share/applications/kde + dh_link usr/share/doc/kde/HTML/en/ktranslator usr/share/doc/ktranslator/html + install -D -o root -g root -m 0644 debian/lintian $(CURDIR)/debian/ktranslator/usr/share/lintian/overrides/ktranslator + +build/ktranslator:: + docbook2x-man debian/ktranslator.1.docbook + +clean:: + rm -f ktranslator.1 --- ktranslator-0.3.orig/debian/ktranslator.1.docbook +++ ktranslator-0.3/debian/ktranslator.1.docbook @@ -0,0 +1,114 @@ + + + + + + Mercatante + Anthony + anthony.mercatante@laposte.net + + + 2005 + Anthony Mercatante + + + + 2005-09-09 + + + + ktranslator + 1 + + + ktranslator + Translation Program for KDE + + + + ktranslator + + + + + + + + + + DESCRIPTION + + Translation Program for KDE. + + + KTranslator is a program to translate words from one language to another. KTranslator should support any language (I hope that) and come with a plugin system, to ease the addition of new dictionaries. + The main idea behind KTranslator is to translate a word without disturb the application in use. So, when the user selects a word while pressing CTRL key, KTranslator will try to translate the word and show the result in a popup window. It behaves like Babylon for Windows. + + + + OPTIONS + + All KDE and Qt + programs accept a some common command-line options. Ktranslator has no + application-specific options. + + + + Generic options: + + + Show help about options + + + + Show Qt specific options + + + + Show KDE specific options + + + + Show all options + + + + Show author information + + + , + Show version information + + + + Show license information + + + + Indicates end of options + + + + + + + COPYRIGHT + + This manual page was written by Anthony Mercatante + anthony.mercatante@laposte.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- ktranslator-0.3.orig/debian/lintian +++ ktranslator-0.3/debian/lintian @@ -0,0 +1,2 @@ +ktranslator: non-dev-pkg-with-shlib-symlink usr/lib/libktranslatordictionaryinterfaces.so.0.0.0 usr/lib/libktranslatordictionaryinterfaces.so +ktranslator: non-dev-pkg-with-shlib-symlink usr/lib/libktranslatoruiinterfaces.so.0.0.0 usr/lib/libktranslatoruiinterfaces.so