--- tudu-0.6.1.orig/debian/dirs
+++ tudu-0.6.1/debian/dirs
@@ -0,0 +1,5 @@
+etc
+usr/bin
+usr/share
+usr/share/doc
+usr/share/man/man1
--- tudu-0.6.1.orig/debian/watch
+++ tudu-0.6.1/debian/watch
@@ -0,0 +1,3 @@
+# watch control file for uscan
+version=3
+http://cauterized.net/~meskio/tudu/tudu-(.*)\.tar\.gz
--- tudu-0.6.1.orig/debian/docs
+++ tudu-0.6.1/debian/docs
@@ -0,0 +1,4 @@
+AUTHORS
+CONTRIBUTORS
+README
+todo.xml
--- tudu-0.6.1.orig/debian/compat
+++ tudu-0.6.1/debian/compat
@@ -0,0 +1 @@
+7
--- tudu-0.6.1.orig/debian/rules
+++ tudu-0.6.1/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+CFLAGS=-g -Wall -O2 -DSHARE_DIR=\\\"/usr/share/tudu\\\" -DETC_DIR=\\\"/etc\\\"
+DEB_MAKE_BUILD_TARGET := DESTDIR="/usr/" ETC_DIR="/etc/"
+DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)usr/" ETC_DIR="$(DEB_DESTDIR)etc/"
--- tudu-0.6.1.orig/debian/copyright
+++ tudu-0.6.1/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Ruben Pollan Bella <meskio@sindominio.net> on
+Sat, 28 Jun 2008 19:24:55 +0200.
+
+It was downloaded from <http://cauterized.net/~meskio/tudu/>
+
+Upstream Author: 
+  Ruben Pollan Bella <meskio@sindominio.net>
+
+Copyright:
+  Copyright (C) 2007-2008  Ruben Pollan Bella <meskio@sindominio.net>
+
+Licence:
+  TuDu 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 3 of the License.
+
+  TuDu 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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General Public License 
+can be found in '/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is (C) 2008, Ruben Pollan Bella <meskio@sindominio.net>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
--- tudu-0.6.1.orig/debian/control
+++ tudu-0.6.1/debian/control
@@ -0,0 +1,19 @@
+Source: tudu
+Section: utils
+Priority: optional
+Maintainer: Ruben Pollan Bella <meskio@sindominio.net>
+Build-Depends: debhelper (>= 7.0.0), cdbs, libncursesw5-dev, libncurses5-dev
+Standards-Version: 3.8.3
+Homepage: http://cauterized.net/~meskio/tudu/
+
+Package: tudu
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Command line hierarchical ToDo list
+ ToDo list manager in ncurses, with hierarchical representation of the tasks. 
+ Each task has:
+   * Title
+   * Long text description
+   * Deadline (tudu warns you when the date is approaching)
+   * Categories
+   * Priorities
--- tudu-0.6.1.orig/debian/changelog
+++ tudu-0.6.1/debian/changelog
@@ -0,0 +1,36 @@
+tudu (0.6.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ruben Pollan Bella <meskio@sindominio.net>  Mon, 18 Jan 2010 09:31:20 +0100
+
+tudu (0.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ruben Pollan Bella <meskio@sindominio.net>  Fri, 20 Nov 2009 14:39:12 +0100
+
+tudu (0.5.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #505921, #491217, #511311).
+
+ -- Ruben Pollan Bella <meskio@sindominio.net>  Sun, 17 May 2009 23:15:12 +0100
+
+tudu (0.4.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ruben Pollan Bella <meskio@amedias.org>  Tue, 11 Nov 2008 01:35:12 +0100
+
+tudu (0.3.2-1) unstable; urgency=low
+
+  * New upstream release (Closes: #491152, #491224).
+  * Fixed watch file.
+
+ -- Ruben Pollan Bella <meskio@amedias.org>  Tue, 22 Jul 2008 12:19:34 +0200
+
+tudu (0.3.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ruben Pollan Bella <meskio@amedias.org>  Thu, 10 Jul 2008 10:38:55 +0200
