From 73204632c32d46f3488576caf07e91f3b1a74b4a Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 13 Jul 2020 17:35:51 +0000 Subject: [PATCH 1/3] Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html --- debian/changelog | 10 ++++++++-- debian/control | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f755843..5ec27bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vit (2.0.0-2) UNRELEASED; urgency=low + + * Trim trailing whitespace. + + -- Debian Janitor Mon, 13 Jul 2020 17:35:33 -0000 + vit (2.0.0-1) unstable; urgency=medium * simplify d/watch @@ -51,7 +57,7 @@ vit (1.2-3) unstable; urgency=medium vit (1.2-2) unstable; urgency=medium - * d/control: + * d/control: - Replace task to taskwarrior in BDI and BD. (Closes: #758724). - Update debhelper depends to version 9. @@ -69,7 +75,7 @@ vit (1.1-2) unstable; urgency=low * d/rules: - Remove DH_VERBOSE. - - Remove /etc copy of vit-commands file (Closes: 724490). + - 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 diff --git a/debian/control b/debian/control index 1422237..4e7fa02 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, 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 + 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. -- GitLab From b3bfa0242d7050cce30141ed75fb424035e4a03d Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 13 Jul 2020 17:36:37 +0000 Subject: [PATCH 2/3] Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html --- debian/changelog | 2 ++ debian/upstream/metadata | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 5ec27bf..2642a5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ vit (2.0.0-2) UNRELEASED; urgency=low * Trim trailing whitespace. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. -- Debian Janitor Mon, 13 Jul 2020 17:35:33 -0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..d1e1bef --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/scottkosty/vit/issues +Bug-Submit: https://github.com/scottkosty/vit/issues/new +Repository: https://github.com/scottkosty/vit.git +Repository-Browse: https://github.com/scottkosty/vit -- GitLab From c4ff3a03be03e4dd13cbfed398814f3acc00fb6b Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 13 Jul 2020 17:37:21 +0000 Subject: [PATCH 3/3] Update standards version to 4.5.0, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2642a5d..13d700e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ vit (2.0.0-2) UNRELEASED; urgency=low * Trim trailing whitespace. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * Update standards version to 4.5.0, no changes needed. -- Debian Janitor Mon, 13 Jul 2020 17:35:33 -0000 diff --git a/debian/control b/debian/control index 4e7fa02..72f6f4c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Iain R. Learmonth , Section: utils Priority: optional Build-Depends: debhelper-compat (= 12), dh-python, python3, python3-setuptools, python3-urwid, python3-tzlocal, python3-tasklib -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python Vcs-Browser: https://salsa.debian.org/tasktools-team/vit -- GitLab