debian/0000775000000000000000000000000012065665434007203 5ustar debian/patches/0000775000000000000000000000000012030674277010627 5ustar debian/patches/series0000664000000000000000000000002212030673036012026 0ustar use-cppflags.diff debian/patches/use-cppflags.diff0000664000000000000000000000530712030674277014057 0ustar Description: Include CPPFLAGS variable for compliation With it we fix the lintian flag hardening-no-fortify-functions Author: Ruben Pollan Index: tudu/configure =================================================================== --- tudu.orig/configure +++ tudu/configure @@ -248,7 +248,7 @@ shift done -ENVWORDS="MANDIR INFODIR LIBDIR INCLUDEDIR LOCALSTATEDIR SYSCONFDIR DATADIR LIBEXECDIR SBINDIR BINDIR EPREFIX PREFIX SPREFIX TARGET HOST BUILD INSTALL INSTALL_LIB INSTALL_MAN INSTALL_PROGRAM INSTALL_DIR INSTALL_SCRIPT INSTALL_DATA HOST_OS HOST_CPU BUILD_OS BUILD_CPU TARGET_OS TARGET_CPU PKGNAME VPATH VERSION CONTACT CONTACT_NAME CONTACT_MAIL YEAR CXX CXXFLAGS LDFLAGS HAVE_LANG_CXX CPP SRCS HAVE_XCURSES_H HAVE_NCURSESW_CURSES_H HAVE_NCURSES_CURSES_H HAVE_NCURSES_H HAVE_CURSES_H CURSES_INCLUDE HAVE_LIB_NCURSESW HAVE_LIB_NCURSES HAVE_LIB_CURSES LD_CURSES WIDEC_CURSES HAVE_STRING HAVE_VECTOR HAVE_MAP HAVE_FSTREAM HAVE_LIST HAVE_STACK HAVE_ALGORITHM HAVE_SET HAVE_CTIME HAVE_CSTRING HAVE_CSIGNAL HAVE_CSTDIO HAVE_CSTDLIB HAVE_SYS_TYPES_H HAVE_SYS_WAIT_H HAVE_SYS_STAT_H HAVE_UNISTD_H HAVE_FCNTL_H HAVE_LOCALE HAVE_CWCHAR HAVE_CLOCALE HAVE_CLIMITS HAVE_IOSTREAM HAVE_IOMANIP HAVE_SSTREAM HAVE_CERRNO" +ENVWORDS="MANDIR INFODIR LIBDIR INCLUDEDIR LOCALSTATEDIR SYSCONFDIR DATADIR LIBEXECDIR SBINDIR BINDIR EPREFIX PREFIX SPREFIX TARGET HOST BUILD INSTALL INSTALL_LIB INSTALL_MAN INSTALL_PROGRAM INSTALL_DIR INSTALL_SCRIPT INSTALL_DATA HOST_OS HOST_CPU BUILD_OS BUILD_CPU TARGET_OS TARGET_CPU PKGNAME VPATH VERSION CONTACT CONTACT_NAME CONTACT_MAIL YEAR CXX CXXFLAGS CPPFLAGS LDFLAGS HAVE_LANG_CXX CPP SRCS HAVE_XCURSES_H HAVE_NCURSESW_CURSES_H HAVE_NCURSES_CURSES_H HAVE_NCURSES_H HAVE_CURSES_H CURSES_INCLUDE HAVE_LIB_NCURSESW HAVE_LIB_NCURSES HAVE_LIB_CURSES LD_CURSES WIDEC_CURSES HAVE_STRING HAVE_VECTOR HAVE_MAP HAVE_FSTREAM HAVE_LIST HAVE_STACK HAVE_ALGORITHM HAVE_SET HAVE_CTIME HAVE_CSTRING HAVE_CSIGNAL HAVE_CSTDIO HAVE_CSTDLIB HAVE_SYS_TYPES_H HAVE_SYS_WAIT_H HAVE_SYS_STAT_H HAVE_UNISTD_H HAVE_FCNTL_H HAVE_LOCALE HAVE_CWCHAR HAVE_CLOCALE HAVE_CLIMITS HAVE_IOSTREAM HAVE_IOMANIP HAVE_SSTREAM HAVE_CERRNO" create_environ Index: tudu/src/Makefile.acr =================================================================== --- tudu.orig/src/Makefile.acr +++ tudu/src/Makefile.acr @@ -5,6 +5,7 @@ .PHONY: all install uninstall clean mrproper CXX=@CXX@ CXXFLAGS=@CXXFLAGS@ +CPPFLAGS=@CPPFLAGS@ LDFLAGS=@LDFLAGS@ SRCS=@SRCS@ @@ -17,10 +18,10 @@ all: $(PKGNAME) $(PKGNAME): $(OBJS) - $(CXX) $(CXXFLAGS) -o $@ $(OBJS) $(LDFLAGS) + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ $(OBJS) $(LDFLAGS) .cc.o: - $(CXX) $(CXXFLAGS) -c $< + $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< install: all mkdir -p $(DESTDIR)$(BINDIR) debian/docs0000664000000000000000000000004512030151312010026 0ustar AUTHORS CONTRIBUTORS README todo.xml debian/dirs0000664000000000000000000000006712030151312010043 0ustar etc usr/bin usr/share usr/share/doc usr/share/man/man1 debian/compat0000664000000000000000000000000212030151312010352 0ustar 9 debian/copyright0000664000000000000000000000222212030151312011105 0ustar This package was debianized by Ruben Pollan Bella on Sat, 28 Jun 2008 19:24:55 +0200. It was downloaded from Upstream Author: Ruben Pollan Bella Copyright: Copyright (C) 2007-2012 Ruben Pollan Bella 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 . 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 and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. debian/control0000664000000000000000000000112212030335153010562 0ustar Source: tudu Section: utils Priority: optional Maintainer: Ruben Pollan Bella Build-Depends: debhelper (>= 9.0.0), cdbs, libncursesw5-dev, libncurses5-dev Standards-Version: 3.9.3 Homepage: http://code.meskio.net/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 debian/source/0000775000000000000000000000000012030675043010470 5ustar debian/source/format0000664000000000000000000000001412030675036011700 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000015512030675010010243 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk debian/watch0000664000000000000000000000013012030151312010177 0ustar # watch control file for uscan version=3 http://code.meskio.net/tudu/tudu-(.*)\.tar\.gz debian/tudu.lintian-overrides0000664000000000000000000000005112030151312013511 0ustar tudu binary: manpage-has-errors-from-man debian/changelog0000664000000000000000000000266412030675137011056 0ustar tudu (0.8.2-1) unstable; urgency=low * New upstream release. * Patch the source to include CPPFLAGS -- Ruben Pollan Bella Mon, 24 Sep 2012 23:23:23 +0200 tudu (0.8.1-1) unstable; urgency=low * New upstream release (Closes: #611077). -- Ruben Pollan Bella Fri, 5 Aug 2011 21:39:19 +0100 tudu (0.8-1) unstable; urgency=low * New upstream release (Closes: #568064). -- Ruben Pollan Bella Thu, 9 Dec 2010 21:39:19 +0200 tudu (0.6.1-1) unstable; urgency=low * New upstream release. -- Ruben Pollan Bella Mon, 18 Jan 2010 09:31:20 +0100 tudu (0.6-1) unstable; urgency=low * New upstream release. -- Ruben Pollan Bella 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 Sun, 17 May 2009 23:15:12 +0100 tudu (0.4.1-1) unstable; urgency=low * New upstream release. -- Ruben Pollan Bella 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 Tue, 22 Jul 2008 12:19:34 +0200 tudu (0.3.1-1) unstable; urgency=low * New upstream release. -- Ruben Pollan Bella Thu, 10 Jul 2008 10:38:55 +0200