--- taskcoach-1.4.2-0ubuntu14~utopic.orig/debian/rules +++ taskcoach-1.4.2-0ubuntu14~utopic/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pysupport + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +binary-install/taskcoach:: + dh_desktop + dh_icons --- taskcoach-1.4.2-0ubuntu14~utopic.orig/debian/copyright +++ taskcoach-1.4.2-0ubuntu14~utopic/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Frank Niessink, Jerome Laheurte, and Aaron +Wolf on Sat, 31 Jan 2015 17:26:17 +0000. + +It was downloaded from http://taskcoach.org/ + +Upstream Author: + + Frank Niessink, Jerome Laheurte, and Aaron Wolf + +Copyright: + + Copyright (C) 2004-2015 Frank Niessink, Jerome Laheurte, and Aaron Wolf + +License: + + Task Coach 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, or (at your + option) any later version. + + Task Coach 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 . + +On Debian systems, the complete text of the GNU General Public License +version 3 can be found in '/usr/share/common-licenses/GPL-3'. + +The Debian packaging is (C) 2015, Frank Niessink, Jerome Laheurte, and Aaron +Wolf and is licensed under the GPLv3, see above. + --- taskcoach-1.4.2-0ubuntu14~utopic.orig/debian/menu +++ taskcoach-1.4.2-0ubuntu14~utopic/debian/menu @@ -0,0 +1,5 @@ +?package(taskcoach):needs="X11"\ + section="editors/Office"\ + title="Task Coach"\ + description="Your friendly task manager"\ + command="/usr/bin/taskcoach.py" --- taskcoach-1.4.2-0ubuntu14~utopic.orig/debian/pycompat +++ taskcoach-1.4.2-0ubuntu14~utopic/debian/pycompat @@ -0,0 +1 @@ +2 --- taskcoach-1.4.2-0ubuntu14~utopic.orig/debian/changelog +++ taskcoach-1.4.2-0ubuntu14~utopic/debian/changelog @@ -0,0 +1,10 @@ +taskcoach (1.4.2-0ubuntu14~utopic-1) utopic; urgency=low + + * Also avoid locking in an ownCloud folder. + + * Avoid a crash when files with badly encoded names are in the same + directory as the task file. + + * Avoid data loss in some rare situations + + -- Frank Niessink, Jerome Laheurte, and Aaron Wolf Sat, 31 Jan 2015 17:26:17 +0000 --- taskcoach-1.4.2-0ubuntu14~utopic.orig/debian/compat +++ taskcoach-1.4.2-0ubuntu14~utopic/debian/compat @@ -0,0 +1 @@ +5 --- taskcoach-1.4.2-0ubuntu14~utopic.orig/debian/control +++ taskcoach-1.4.2-0ubuntu14~utopic/debian/control @@ -0,0 +1,23 @@ +Source: taskcoach +Section: editors +Priority: optional +Maintainer: Frank Niessink, Jerome Laheurte, and Aaron Wolf +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), python, dpatch +Build-Depends-Indep: python-support (>= 0.5.3) +Standards-Version: 3.7.3 +Homepage: http://taskcoach.org/ + +Package: taskcoach +Architecture: all +Depends: python (>= 2.6), python-wxgtk2.8 (>= 2.8.9.2), python-wxversion, python-twisted (>= 10.0), libxss1, ttf-dejavu +Recommends: python-notify, libgnome2-0, libavahi-compat-libdnssd1, x11-utils +Suggests: python-kde4 +Description: Your friendly task manager. + Task Coach is a free open source todo manager. It grew out of frustration + about other programs not handling composite tasks well. In addition to + flexible composite tasks, Task Coach has grown to include prerequisites, + prioritizing, effort tracking, category tags, budgets, notes, and many + other features. However, users are not forced to use all these features; + Task Coach can be as simple or complex as you need it to be. Task Coach is + available for Windows, Mac OS X, and GNU/Linux; and there is a companion + iOS app.