debian/0000755000000000000000000000000012221602126007160 5ustar debian/changelog0000644000000000000000000000065712221601363011044 0ustar vit (1.1-2) unstable; urgency=low * d/rules: - Remove DH_VERBOSE. - Remove /etc copy of vit-commands file (Closes: 724490). * Add patch to fix the path of vit commands file. -- Alejandro Garrido Mota Tue, 24 Sep 2013 09:17:33 -0430 vit (1.1-1) unstable; urgency=low * Initial release (Closes: #717271). -- Alejandro Garrido Mota Thu, 18 Jul 2013 10:38:27 -0430 debian/vit.docs0000644000000000000000000000002512221601363010633 0ustar README TODO commands debian/source/0000755000000000000000000000000012221601363010462 5ustar debian/source/format0000644000000000000000000000001412221601363011670 0ustar 3.0 (quilt) debian/vit.manpages0000644000000000000000000000001512221601363011475 0ustar debian/vit.1 debian/clean0000644000000000000000000000004612221601363010167 0ustar Makefile config.log config.status vit debian/rules0000755000000000000000000000034412221601363010243 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ --with autotools-dev override_dh_auto_install: mkdir -p $(TMP)/usr/bin cp vit $(TMP)/usr/bin/vit override_dh_auto_test: debian/patches/0000755000000000000000000000000012221601363010611 5ustar debian/patches/series0000644000000000000000000000002512221601363012023 0ustar FixCommandsPath.diff debian/patches/FixCommandsPath.diff0000644000000000000000000000066412221601363014476 0ustar Description: Change path of commands_file to /usr/share/doc/vit/vit-commands Author: Alejandro Garrido Mota --- a/vit.pl +++ b/vit.pl @@ -9,7 +9,7 @@ use Curses; use Time::HiRes qw(usleep); -our $commands_file = '%prefix%/etc/vit-commands'; +our $commands_file = '/usr/share/doc/vit/commands'; our $task = '%TASK%'; our $clear = '%CLEAR%'; if ( $commands_file =~ /^%/ ) { $commands_file = "./commands"; } debian/watch0000644000000000000000000000013112221601363010206 0ustar version=3 http://taskwarrior.org/projects/taskwarrior/wiki/Vit .+/vit-([\d.-]+)\.tar.gz$ debian/compat0000644000000000000000000000000212221601363010360 0ustar 8 debian/copyright0000644000000000000000000000255612221601363011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vit Source: http://taskwarrior.org/projects/taskwarrior/wiki/Vit Files: * Copyright: 2012-2013 Steve Rader License: GPL-3+ Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: debian/* Copyright: 2013 Alejandro Garrido Mota License: GPL-3+ License: GPL-3+ 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 3 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 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". debian/vit.10000644000000000000000000000322612221601363010051 0ustar .\" (C) Copyright 2013 Alejandro Garrido Mota , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH VIT 1 "July 18, 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME vit \- full-screen terminal interface for Taskwarrior .SH SYNOPSIS .B vit .RI [switches] \ [task_args] .br .SH DESCRIPTION \fBvit\fP is a minimalistic Taskwarrior full-screen terminal interface with Vim key bindings. Vit display all reports and all of the basic Taskwarrior functionality. It support almost all commands, and thus serves as a fully functional replacement for VITtk. .PP .SH OPTIONS This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP .B \-help show summary of options. .TP .B \-audit print task commands to stderr. .TP .B \-titlebar sets the xterm titlebar .TP .B [task_args] any set of task commandline args that print an "ID" column .SH SEE ALSO .BR task (1), .br .SH AUTHOR \fBvit\fP was written by Steve Rader . .PP This manual page was written by Alejandro Garrido Mota , for the Debian project (and may be used by others) debian/control0000644000000000000000000000140012221601363010560 0ustar Source: vit Section: utils Priority: extra Maintainer: Alejandro Garrido Mota Build-Depends: debhelper (>= 8), autotools-dev, libcurses-perl, task Standards-Version: 3.9.4 Homepage: http://taskwarrior.org/projects/taskwarrior/wiki/Vit Vcs-Git: git://github.com/mogaal/vit.git Vcs-Browser: https://github.com/mogaal/vit Package: vit Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libcurses-perl, task Description: full-screen terminal interface for Taskwarrior A minimalistic Taskwarrior full-screen terminal interface with Vim key bindings. Vit display all reports and all of the basic Taskwarrior functionality. It support almost all commands, and thus serve as a fully functional replacement for VITtk.