Bug#929231: unblock: vit/1.3~beta1-3
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package vit
Added missing runtime dependencies to make it usable out of the box.
I updated some meta data along the lines, hope that's fine.
Diff attached.
unblock vit/1.3~beta1-3
-- System Information:
Debian Release: 10.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/debian/changelog b/debian/changelog
index 53317b4..cdda572 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vit (1.3~beta1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Update metadata (priority, URLs, watch)
+ * Add missing runtime dependencies (Closes: #929230)
+
+ -- Jochen Sprickerhof <jspricke@debian.org> Sun, 19 May 2019 19:33:55 +0200
+
vit (1.3~beta1-2) unstable; urgency=medium
* Makes build reproducible using UTC for timestamp (Closes: #918534)
diff --git a/debian/control b/debian/control
index b441b64..c8fd04c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Maintainer: Debian Tasktools Packaging Team <taskdeb-discuss@nongnu.org>
Uploaders: Iain R. Learmonth <irl@debian.org>,
Alejandro Garrido Mota <alejandro@debian.org>
Section: utils
-Priority: extra
+Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
libcurses-perl,
taskwarrior
Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-tasktools/vit.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-tasktools/vit.git
-Homepage: https://tasktools.org/projects/vit.html
+Vcs-Browser: https://salsa.debian.org/tasktools-team/vit
+Vcs-Git: https://salsa.debian.org/tasktools-team/vit.git
+Homepage: https://github.com/scottkosty/vit
Package: vit
Architecture: all
@@ -19,6 +19,8 @@ Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends},
libcurses-perl,
+ libtext-charwidth-perl,
+ libtry-tiny-perl,
taskwarrior
Description: full-screen terminal interface for Taskwarrior
A minimalistic Taskwarrior full-screen terminal interface with Vim key
diff --git a/debian/watch b/debian/watch
index 4debd75..6b1ae8b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
-version=3
-http://tasktools.org/ .*vit-(.*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%vit-$1.tar.gz%" \
+ https://github.com/scottkosty/vit/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
Reply to: