--- odot-1.2.0.orig/Makefile +++ odot-1.2.0/Makefile @@ -10,12 +10,12 @@ pod2man odot.pod > odot.1 install: all - mkdir -p ${BINDIR} ${MAN1DIR} - install -m 0755 odot ${BINDIR} - install -m 0644 odot.1 ${MAN1DIR} + mkdir -p ${DESTDIR}${BINDIR} ${DESTDIR}${MAN1DIR} + install -m 0755 odot ${DESTDIR}${BINDIR} + install -m 0644 odot.1 ${DESTDIR}${MAN1DIR} uninstall: - rm -f ${BINDIR}/odot ${MAN1DIR}/odot.1 + rm -f ${DESTDIR}${BINDIR}/odot ${DESTDIR}${MAN1DIR}/odot.1 clean: rm -f odot.1 --- odot-1.2.0.orig/debian/changelog +++ odot-1.2.0/debian/changelog @@ -0,0 +1,59 @@ +odot (1.2.0-1) unstable; urgency=low + + * New upstream release. + * Bumped Standards-Version. + + -- Marc 'HE' Brockschmidt Sun, 25 Dec 2005 11:51:05 +0100 + +odot (1.0.3-1) unstable; urgency=low + + * New upstream release: + + Fix save_on_quit to work with completly new files + + Fix ugly Gtk-Warning if dragging an item to the top-level + + -- Marc 'HE' Brockschmidt Fri, 6 May 2005 17:40:30 +0200 + +odot (1.0.2-1) unstable; urgency=low + + * New upstream release, also fixing the crash when using the "Add" button + before finishing the last item. (Closes: #307239) + + -- Marc 'HE' Brockschmidt Wed, 4 May 2005 23:21:56 +0200 + +odot (1.0.1-1) unstable; urgency=low + + * New upstream release fixing the weird bug experienced with Gtk+2.6. + (Closes: #294964) + + -- Marc 'HE' Brockschmidt Sun, 20 Feb 2005 21:13:43 +0100 + +odot (1.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Marc 'HE' Brockschmidt Sat, 23 Oct 2004 01:39:05 +0200 + +odot (0.9.4-1) unstable; urgency=low + + * New upstream release. + + -- Marc 'HE' Brockschmidt Mon, 6 Sep 2004 19:38:04 +0200 + +odot (0.9.2-1) unstable; urgency=low + + * New upstream release. + + -- Marc 'HE' Brockschmidt Wed, 11 Aug 2004 21:20:50 +0200 + +odot (0.9-1) unstable; urgency=low + + * New upstream release. + * Upload to unstable, as the dependencies are now in unstable. + + -- Marc 'HE' Brockschmidt Tue, 27 Apr 2004 11:11:48 +0200 + +odot (0.8-1) experimental; urgency=low + + * Initial Release to experimental, as the needed libs are not in unstable. + + -- Marc 'HE' Brockschmidt Thu, 18 Mar 2004 09:39:04 +0100 --- odot-1.2.0.orig/debian/copyright +++ odot-1.2.0/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Marc Brockschmidt on +Thu, 18 Mar 2004 09:50:11 +0100. + +The sources were downloaded from http://home.arcor.de/kaffeetisch/odot.html + +The upstream author is Torsten Schoenfeld + +Copyright (C) 2003-2004 Torsten Schoenfeld + +This program 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. + +On Debian GNU/Linux systems, the complete text of the GNU +General Public License version 2 can be found in +/usr/share/common-licenses/GPL-2. --- odot-1.2.0.orig/debian/control +++ odot-1.2.0/debian/control @@ -0,0 +1,14 @@ +Source: odot +Section: x11 +Priority: optional +Maintainer: Marc 'HE' Brockschmidt +Build-Depends: debhelper (>= 4) +Standards-Version: 3.6.2 + +Package: odot +Architecture: all +Depends: perl (>= 5.8.0), libgtk2-perl (>= 1:1.040), libgtk2.0-0 (>= 2.2.0), libxml-parser-perl, libdatetime-perl +Recommends: libdbi-perl +Description: task list manager written in Gtk2-Perl + odot is a task list manager that organizes tasks hierarchically and emphasizes + ones which are due. --- odot-1.2.0.orig/debian/rules +++ odot-1.2.0/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f + +TMP=$(CURDIR)/debian/odot + +build: build-stamp +build-stamp: + dh_testdir + $(MAKE) PREFIX=/usr + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + -$(MAKE) clean + dh_clean + +install: install-stamp +install-stamp: build + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + touch install-stamp + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs NEWS + dh_installmenu + dh_installchangelogs ChangeLog + 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 --- odot-1.2.0.orig/debian/compat +++ odot-1.2.0/debian/compat @@ -0,0 +1 @@ +4 --- odot-1.2.0.orig/debian/odot.menu +++ odot-1.2.0/debian/odot.menu @@ -0,0 +1,8 @@ +?package(odot):\ + needs="X11"\ + section="Apps/Tools"\ + hints="ToDo"\ + title="odot"\ + longtitle="odot task manager"\ + command="/usr/bin/odot" + --- odot-1.2.0.orig/debian/watch +++ odot-1.2.0/debian/watch @@ -0,0 +1,3 @@ +version=2 + +http://home.arcor.de/kaffeetisch/downloads/odot-((?:\d+\.)+\d+)\.tar\.gz