--- translatoid-1.30.orig/debian/copyright
+++ translatoid-1.30/debian/copyright
@@ -0,0 +1,29 @@
+This package was originally created by Alessandro Ghersi 
+<alessandro.ghersi@fastwebnet.it> for Ubuntu.  Peter Eisentraut 
+<petere@debian.org> packaged it for Debian. 
+Maintenance was taken over by Lisandro Damián Nicanor Pérez Meyer 
+<perezmeyer@gmail.com> on Wed, 30 Sep 2009 18:07:40 -0300
+
+It was downloaded from 
+http://websvn.kde.org/trunk/playground/base/plasma/applets/translatoid/
+
+Upstream author: Schutz Sacha <istdasklar@gmail.com>
+
+Copyright:
+
+    Copyright (C) 2008-2009 Schutz Sacha <istdasklar@gmail.com>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License version 2,
+    or (at your option) any later version, as published by the Free
+    Software Foundation
+
+    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 the /usr/share/common-licenses/GPL-2 file.
--- translatoid-1.30.orig/debian/changelog
+++ translatoid-1.30/debian/changelog
@@ -0,0 +1,47 @@
+translatoid (1.30-1) unstable; urgency=low
+
+  * New upstream release.
+  * Correct json parser with new Google API (Closes: #587356). 
+  * Bump Standars-Version to 3.9.0, no changes required. 
+
+ -- Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>  Tue, 06 Jul 2010 18:09:04 +0200
+
+translatoid (1.1-2) unstable; urgency=low
+
+  * Add missing build dependency on pkg-kde-tools (Closes: #584354). 
+  * Bump standars version to 3.8.4, no changes needed. 
+  * Create debian/source/format with 1.0 in it to fix Lintian warning. 
+
+ -- Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>  Wed, 09 Jun 2010 14:35:16 +0200
+
+translatoid (1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add build depend on libqjson-dev and pkg-config.
+  * Switch download field to the repository URL in debian/copyright.
+
+ -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sat, 21 Nov 2009 14:20:21 +0100
+
+translatoid (1.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Adopt package.(Closes: #548325)
+  
+  [ Ana Beatriz Guerrero López ]
+
+  * Update to Standards-Version 3.8.3, no changes required.
+  * Update copyright year.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>  Sun, 04 Oct 2009 18:50:40 +0200
+
+translatoid (0.9-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Peter Eisentraut <petere@debian.org>  Fri, 19 Jun 2009 22:55:37 +0300
+
+translatoid (0.8-1) unstable; urgency=low
+
+  * Initial release (closes: #523174)
+
+ -- Peter Eisentraut <petere@debian.org>  Thu, 16 Apr 2009 22:39:53 +0300
--- translatoid-1.30.orig/debian/control
+++ translatoid-1.30/debian/control
@@ -0,0 +1,20 @@
+Source: translatoid
+Section: kde
+Priority: optional
+Maintainer: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
+Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>
+Build-Depends: cdbs, cmake, debhelper (>= 7), kdelibs5-dev (>=4:4.2.0),
+ libqjson-dev, pkg-config, pkg-kde-tools (>=0.4.0)
+Standards-Version: 3.9.0
+Homepage: http://kde-look.org/content/show.php/translatoid?content=97511
+
+Package: plasma-widget-translatoid
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: espeak, festival
+Description: translation widget for KDE Plasma
+ This plasmoid uses Google Translate to translate text between languages.
+ It can be set to automatically detect the input language.
+ .
+ If festival or espeak are installed, they can be used to speak the
+ translation result.
--- translatoid-1.30.orig/debian/rules
+++ translatoid-1.30/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
+
+DEB_INSTALL_DOCS_ALL =
+
+export DH_ALWAYS_EXCLUDE = .directory
--- translatoid-1.30.orig/debian/compat
+++ translatoid-1.30/debian/compat
@@ -0,0 +1 @@
+7
--- translatoid-1.30.orig/debian/source/format
+++ translatoid-1.30/debian/source/format
@@ -0,0 +1 @@
+1.0
