summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-05 10:24:16 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-05 10:24:16 +0300
commit7d0dfb24a673ebad209e66905ff9ed707d8c1324 (patch)
tree11374e3a4b5ec6b3f5aa44fee2b24623e1b1dd5c
parent9e9bb03b1fabe9c8b6f70eed89e001c726a1d294 (diff)
downloadqvisqve-7d0dfb24a673ebad209e66905ff9ed707d8c1324.tar.gz
Add: qvisqvetool to Debian package
-rw-r--r--debian/changelog1
-rw-r--r--setup.py7
2 files changed, 7 insertions, 1 deletions
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 <liw@liw.fi> 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',
+ ],
)