--- task-1.9.4.orig/debian/changelog +++ task-1.9.4/debian/changelog @@ -0,0 +1,148 @@ +task (1.9.4-0ubuntu1) oneiric; urgency=low + + * Initial deb package for task release 1.9.4 on oneiric + + -- Federico Hernandez Sat, 30 Apr 2011 21:45:35 +0200 + +task (1.9.4-0ubuntu1~maverick2) maverick; urgency=low + + * Update package due to wrong build config + + -- Federico Hernandez Fri, 04 Mar 2011 00:58:22 +0100 + +task (1.9.4-0ubuntu1~maverick1) maverick; urgency=low + + * Initial deb package for task release 1.9.4 on maverick meerkat + + -- Federico Hernandez Fri, 04 Mar 2011 00:28:22 +0100 + +task (1.9.3-0ubuntu1~maverick1) maverick; urgency=low + + * Initial deb package for task release 1.9.3 on maverick meerkat + + -- Federico Hernandez Mon, 08 Nov 2010 23:20:35 +0200 + +task (1.9.2-2ubuntu1) lucid; urgency=low + + * Initial deb package for task release 1.9.2 on lucid lynx + + -- Federico Hernandez Wed, 14 Jul 2010 22:19:35 +0200 + +task (1.9.1-2ubuntu1) lucid; urgency=low + + * Initial deb package for task release 1.9.1 on lucid lynx + + -- Federico Hernandez Sun, 23 May 2010 00:24:42 +0200 + +task (1.9.0-2ubuntu1) lucid; urgency=low + + * Initial deb package for task release 1.9.0 on lucid lynx + + -- Federico Hernandez Sat, 15 May 2010 11:02:17 +0200 + +task (1.9.0-1ubuntu1) karmic; urgency=low + + * Initial deb package for task beta release 1.9.0 on karmic koala + + -- Federico Hernandez Mon, 22 Feb 2010 22:08:41 +0100 + +task (1.9.0-1ubuntu1~beta3) karmic; urgency=low + + * Initial deb package for task beta release 1.9.0.beta3 on karmic koala + + -- Federico Hernandez Tue, 16 Feb 2010 00:29:31 +0100 + +task (1.9.0-1ubuntu1~beta2) karmic; urgency=low + + * Initial deb package for task beta release 1.9.0.beta2 on karmic koala + + -- Federico Hernandez Mon, 08 Feb 2010 22:09:41 +0100 + +task (1.9.0-1ubuntu1~beta1) karmic; urgency=low + + * Initial deb package for task beta release 1.9.0.beta1 on karmic koala + + -- Federico Hernandez Wed, 03 Feb 2010 23:51:08 +0100 + +task (1.8.5-1ubuntu2) karmic; urgency=low + + * Fixed wrong ChangeLog file + + -- Federico Hernandez Sat, 05 Dec 2009 23:58:36 +0100 + +task (1.8.5-1ubuntu1) karmic; urgency=low + + * Initial deb package for task bugfix release 1.8.5 + + -- Federico Hernandez Sat, 05 Dec 2009 23:56:36 +0100 + +task (1.8.4-1ubuntu1) karmic; urgency=low + + * Initial deb package for task bugfix release 1.8.4 on karmic koala + + -- Federico Hernandez Tue, 17 Nov 2009 13:12:28 +0100 + +task (1.8.3-1ubuntu1) karmic; urgency=low + + * Initial deb package for task bugfix release 1.8.3 on karmic koala + + -- Federico Hernandez Sat, 31 Oct 2009 22:45:10 +0100 + +task (1.8.3-0ubuntu1) jaunty; urgency=low + + * Initial deb package for task bugfix release 1.8.3 + + -- Federico Hernandez Wed, 21 Oct 2009 23:22:25 +0200 + +task (1.8.2-0ubuntu1) jaunty; urgency=low + + * Initial deb package for task bugfix release 1.8.2 + + -- Federico Hernandez Mon, 07 Sep 2009 11:35:22 +0200 + +task (1.8.1-0ubuntu1) jaunty; urgency=low + + * Initial deb package for task bugfix release 1.8.1 + + -- Federico Hernandez Thu, 20 Aug 2009 20:26:33 +0200 + +task (1.8.0-0ubuntu1) jaunty; urgency=low + + * Initial deb package for task release 1.8.0 + + -- Federico Hernandez Tue, 21 Jul 2009 15:26:33 +0200 + +task (1.8.0-0ubuntu1~beta3) jaunty; urgency=low + + * Initial deb package for task beta release 1.8.0.beta3 + + -- Federico Hernandez Mon, 13 Jul 2009 15:09:38 +0200 + +task (1.8.0-0ubuntu1~beta2) jaunty; urgency=low + + * Initial deb package for task beta release 1.8.0.beta2 + + -- Federico Hernandez Wed, 08 Jul 2009 15:40:50 +0200 + +task (1.8.0-0ubuntu1~beta1) jaunty; urgency=low + + * Initial deb package for task beta release 1.8.0.beta1 + + -- Federico Hernandez Tue, 07 Jul 2009 01:35:28 +0200 + +task (1.7.1-0ubuntu1) jaunty; urgency=low + + * Initial deb package for bugfix release 1.7.1 + * Updated references to new project homepage in control file. + * dpatch not longer neededas upstream version contains fix + for taskrc.5 bug + + -- Federico Hernandez Tue, 09 Jun 2009 11:49:51 +0200 + +task (1.7.0-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #378847) + * Fixed bug in taskrc.5 man page from upstream project + which made lintian complain + + -- Federico Hernandez Wed, 27 May 2009 23:57:08 +0200 --- task-1.9.4.orig/debian/rules +++ task-1.9.4/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f + +config.status: configure + dh_testdir + ./configure $(CROSS) --prefix=/usr + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + $(MAKE) DESTDIR=$(CURDIR)/debian/task install + +binary-indep: install + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installman + install -D -m644 scripts/bash/task_completion.sh $(CURDIR)/debian/task/etc/bash_completion.d/task + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- task-1.9.4.orig/debian/copyright +++ task-1.9.4/debian/copyright @@ -0,0 +1,90 @@ +This package was debianized by: + + Federico Hernandez on Sat, 30 Apr 2011 21:45:35 +0200 + +It was downloaded from: + + http://taskwarrior.org + +Upstream Authors: + + Paul Beckingham + Federico Hernandez + David J Patrick + John Florian + Damian Glenny + Andy Lester + H. İbrahim Güngör + Stefan Dorn + Michael Greb + Benjamin Tegarden + Chris Pride + Richard Querin + T. Charles Yun + P.C. Shyamshankar + Johan Friis + Steven de Brouwer + Pietro Cerutti + Cory Donnelly + Alexander Neumann + Emil Sköldberg + Johannes Schlatow + Michal Josífko + Ed Neville + Kevin Owens + Mick Koch + Kathryn Andersen + Alexander Schremmer + Jostein Berntsen + Andraž 'ruskie' Levstik + Irfan Siddiqui + Itay Perl + Sander Marechal + Stephen Heywood + Nicola Busanello + Eric Fluger + Andreas Poisel + +Copyright: + + Copyright 2006 - 2011, Paul Beckingham + Copyright 2009 - 2011, Federico Hernandez + Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez + Copyright 2009 - 2011, John Florian + Copyright 2009, P.C. Shyamshankar + Copyright © 1994–2008 Lua.org, PUC-Rio + Copyright 2010 - 2011, Johannes Schlatow + Copyright 2010 - 2011, Kathryn Andersen + Copyright 2010 - 2011, Cory Donnelly + Copyright 2010 - 2011, Charles T. Yun + Copyright 2009 - 2011, Mick Koch + Copyright 2010 - 2011, Irfan Siddiqui + Copyright 2010 - 2011, Jostein Berntsen + Copyright 2011, Andreas Poisel + Copyright 2011, Nicola Busanello + Copyright 2011, Stephen Heywood + +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-2'. + +The Debian packaging is: + + Copyright (C) 2009 - 2011, Federico Hernandez + +and is licensed under the GPL, see above. --- task-1.9.4.orig/debian/docs +++ task-1.9.4/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +NEWS +README --- task-1.9.4.orig/debian/control +++ task-1.9.4/debian/control @@ -0,0 +1,19 @@ +Source: task +Section: utils +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Federico Hernandez +Build-Depends: cdbs, debhelper (>= 7), autotools-dev +Standards-Version: 3.8.4 +Homepage: http://taskwarrior.org + +Package: task +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A command-line to do list manager + Task is a command-line to do list manager. It has + support for GTD functionality and includes the + following features: tags, colorful tabular output, + reports and graphs, lots of manipulation commands, + low-level API, abbreviations for all commands and + options, multiuser file locking, recurring tasks. --- task-1.9.4.orig/debian/watch +++ task-1.9.4/debian/watch @@ -0,0 +1,5 @@ +# Compulsory line, this is a version 3 file +version=3 + +# the main taskwarrior download website +http://taskwarrior.org/wiki/taskwarrior/Download http://www.taskwarrior.org/download/task-(.*)\.tar\.gz --- task-1.9.4.orig/debian/compat +++ task-1.9.4/debian/compat @@ -0,0 +1 @@ +7 --- task-1.9.4.orig/debian/source/format +++ task-1.9.4/debian/source/format @@ -0,0 +1 @@ +1.0