From 77f0b07f5b0a211ee54d70669487b07af129884e Mon Sep 17 00:00:00 2001 From: anjakefala Date: Thu, 11 Jan 2018 18:59:16 -0500 Subject: [PATCH 1/3] [apt] Fixes requested by debian's automated system --- debian/changelog | 10 +--------- debian/control | 7 +++++-- debian/source.lintian-overrides | 1 - 3 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 debian/source.lintian-overrides diff --git a/debian/changelog b/debian/changelog index 726f42518..253dfecd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,6 @@ visidata (0.99-1) unstable; urgency=low [Anja Boskovic] - * Bump to - [v0.99](https://github.com/saulpw/visidata/blob/stable/CHANGELOG.md#v099-2017-12-22) - - -- Anja Boskovic Wed, 20 Dec 2017 23:26:05 -0500 - -visidata (0.98.1-1) unstable; urgency=low - - [ Anja Boskovic ] * Initial release. Closes: #884565 - -- Anja Boskovic Sat, 16 Dec 2017 17:48:05 -0500 + -- Anja Boskovic Wed, 11 Jan 2018 18:50:05 -0500 diff --git a/debian/control b/debian/control index 78599f29f..3849575f7 100644 --- a/debian/control +++ b/debian/control @@ -12,5 +12,8 @@ Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends} Description: rapidly explore columnar data in the terminal - VisiData is a terminal utility for exploring, arranging - and analysing tabular data. + VisiData is a multipurpose terminal utility for exploring, cleaning, restructuring + and analysing tabular data. Rows can be selected, filtered, and grouped; + columns can be rearranged, transformed, and derived via regex or Python expressions; + workflows can be saved, documented, and replayed. + Current supported sources are tsv, csv, fixed-width text, json, sqlite, http, html and xls(x). diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides deleted file mode 100644 index f5ef25065..000000000 --- a/debian/source.lintian-overrides +++ /dev/null @@ -1 +0,0 @@ -visidata source: source-is-missing From f176012c3c90563eefd2f95483b77522ca4077db Mon Sep 17 00:00:00 2001 From: anjakefala Date: Fri, 12 Jan 2018 19:15:59 -0500 Subject: [PATCH 2/3] [apt] Separate into xls and xlsx for keyword searching --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3849575f7..de10dea80 100644 --- a/debian/control +++ b/debian/control @@ -16,4 +16,5 @@ Description: rapidly explore columnar data in the terminal and analysing tabular data. Rows can be selected, filtered, and grouped; columns can be rearranged, transformed, and derived via regex or Python expressions; workflows can be saved, documented, and replayed. - Current supported sources are tsv, csv, fixed-width text, json, sqlite, http, html and xls(x). + Current supported sources are tsv, csv, fixed-width text, json, sqlite, http, html xls, and xlsx + (excel). From 563bf44178479458a2ebcb6909634a3ad2db6dfb Mon Sep 17 00:00:00 2001 From: anjakefala Date: Fri, 12 Jan 2018 19:35:08 -0500 Subject: [PATCH 3/3] [apt] Typo ._. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index de10dea80..dff920e2b 100644 --- a/debian/control +++ b/debian/control @@ -16,5 +16,5 @@ Description: rapidly explore columnar data in the terminal and analysing tabular data. Rows can be selected, filtered, and grouped; columns can be rearranged, transformed, and derived via regex or Python expressions; workflows can be saved, documented, and replayed. - Current supported sources are tsv, csv, fixed-width text, json, sqlite, http, html xls, and xlsx + Current supported sources are tsv, csv, fixed-width text, json, sqlite, http, html, xls, and xlsx (excel).