--- yagtd-0.3.4.orig/debian/changelog +++ yagtd-0.3.4/debian/changelog @@ -0,0 +1,51 @@ +yagtd (0.3.4-1) unstable; urgency=low + + * New upstream release + * Update to policy 3.9.1; no changes needed. + + -- Max Vozeler Wed, 23 Feb 2011 18:23:23 +0100 + +yagtd (0.3.3-1) unstable; urgency=low + + * New upstream release. + - Adds --quiet option, thanks Serafeim Zanikolas. (closes: #584767) + + -- Max Vozeler Thu, 15 Jul 2010 18:40:30 +0200 + +yagtd (0.3.2-1) unstable; urgency=low + + * New upstream release. + * Update to policy 3.8.4; no changes needed. + + -- Max Vozeler Thu, 10 Jun 2010 09:37:59 +0200 + +yagtd (0.3.0-1) unstable; urgency=low + + * New upstream release. + - Fixes crash when ordering tasks. (closes: #545192) + * Manpage was merged upstream, remove + + -- Max Vozeler Sat, 12 Dec 2009 14:59:07 +0100 + +yagtd (0.2.9-1) unstable; urgency=low + + * New upstream release. + * Build-Depends on debhelper 7.0.50 for override_*. + * Update to policy 3.8.3; no changes needed. + + -- Max Vozeler Thu, 05 Nov 2009 14:08:06 +0100 + +yagtd (0.2.8-1) unstable; urgency=low + + * New upstream release. + * Add depends on ${misc:Depends} for eventual use by debhelper. + * Update to policy 3.8.2; no changes needed. + + -- Max Vozeler Tue, 28 Jul 2009 14:33:39 +0200 + +yagtd (0.2.4-1) unstable; urgency=low + + * Initial release (Closes: #505209) + + -- Max Vozeler Mon, 10 Nov 2008 15:14:44 +0100 + --- yagtd-0.3.4.orig/debian/pyversions +++ yagtd-0.3.4/debian/pyversions @@ -0,0 +1 @@ +2.3- --- yagtd-0.3.4.orig/debian/rules +++ yagtd-0.3.4/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_install: + dh_install + + # Rename script + cd debian/yagtd/usr/bin && mv yagtd.py yagtd + + # Remove extra copies of changelog, licensing information + cd debian/yagtd/usr/share/doc/yagtd && rm INSTALL COPYING LICENCE ChangeLog + +override_dh_installchangelogs: + dh_installchangelogs ChangeLog + --- yagtd-0.3.4.orig/debian/docs +++ yagtd-0.3.4/debian/docs @@ -0,0 +1,4 @@ +NEWS +README +LISEZMOI +AUTHORS --- yagtd-0.3.4.orig/debian/compat +++ yagtd-0.3.4/debian/compat @@ -0,0 +1 @@ +7 --- yagtd-0.3.4.orig/debian/control +++ yagtd-0.3.4/debian/control @@ -0,0 +1,15 @@ +Source: yagtd +Section: utils +Priority: optional +Maintainer: Max Vozeler +Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3), python-support +Standards-Version: 3.9.1 +Homepage: https://gna.org/projects/yagtd/ + +Package: yagtd +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: utility to help organize your to-do lists + yagtd is a simple command-line utility based on the + Getting Things Done methodology. It is designed to make + the management of your TO-DO list quick and easy. --- yagtd-0.3.4.orig/debian/dirs +++ yagtd-0.3.4/debian/dirs @@ -0,0 +1 @@ +usr/bin --- yagtd-0.3.4.orig/debian/watch +++ yagtd-0.3.4/debian/watch @@ -0,0 +1,7 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Examine the Webserver directory +http://download.gna.org/yagtd/yagtd-(.*)\.tar\.gz --- yagtd-0.3.4.orig/debian/copyright +++ yagtd-0.3.4/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Max Vozeler on +Mon, 10 Nov 2008 15:14:44 +0100. + +It was downloaded from https://gna.org/projects/yagtd/ + +Upstream Author: + + MiKael NAVARRO + +Copyright: + + Copyright (C) 2006-2008 MiKael NAVARRO + +License: + + yaGTD is a free software available under the terms of the + GNU General Public Licence. Refer to the file COPYING (which + should be included in this distribution) for the specific + terms of this licence. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2008, Max Vozeler and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'.