Your message dated Sun, 19 May 2019 18:10:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#929231: unblock: vit/1.3~beta1-3
has caused the Debian Bug report #929231,
regarding unblock: vit/1.3~beta1-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
929231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929231
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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
<[email protected]>
Uploaders: Iain R. Learmonth <[email protected]>,
Alejandro Garrido Mota <[email protected]>
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
--- End Message ---
--- Begin Message ---
Jochen Sprickerhof:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> 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
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---