From 7d0dfb24a673ebad209e66905ff9ed707d8c1324 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 5 Jul 2019 10:24:16 +0300 Subject: Add: qvisqvetool to Debian package --- debian/changelog | 1 + setup.py | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f51eba7..8925b86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qvisqve (0.10+git-1) UNRELEASED; urgency=medium * New upstream version. * Drop build-dep on pylint3, since it's not available in unstable. + * Install qvisqvetool. -- Lars Wirzenius Fri, 09 Feb 2018 14:24:11 +0200 diff --git a/setup.py b/setup.py index 3a985c3..a71d3ae 100644 --- a/setup.py +++ b/setup.py @@ -34,5 +34,10 @@ setup( package_data={ 'qvisqve': ['templates/*'], }, - scripts=['start_qvisqve', 'qvisqve-hash', 'qvisqve-get-token'], + scripts=[ + 'start_qvisqve', + 'qvisqve-hash', + 'qvisqve-get-token', + 'qvisqvetool', + ], ) -- cgit v1.2.1