Bug#855546: unblock: hobbit-plugins/20170219
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package hobbit-plugins as just uploaded to Debian
Unstable.
It fixes a single issue caused by changed output of git ("working
directory" in older versions, "working tree" in more recent versions).
Full debdiff:
diff -Nru hobbit-plugins-20170122/debian/changelog hobbit-plugins-20170219/debian/changelog
--- hobbit-plugins-20170122/debian/changelog 2017-01-22 14:54:14.000000000 +0100
+++ hobbit-plugins-20170219/debian/changelog 2017-02-19 21:09:58.000000000 +0100
@@ -1,3 +1,10 @@
+hobbit-plugins (20170219) unstable; urgency=low
+
+ * dirtyvcs: Update regular expression to detect clean git
+ repositories. (Closes: #852824)
+
+ -- Axel Beckert <abe@debian.org> Sun, 19 Feb 2017 21:09:58 +0100
+
hobbit-plugins (20170122) unstable; urgency=medium
* Fix wrong package name in Suggest, long package description and
diff -Nru hobbit-plugins-20170122/src/usr/lib/xymon/client/ext/dirtyvcs hobbit-plugins-20170219/src/usr/lib/xymon/client/ext/dirtyvcs
--- hobbit-plugins-20170122/src/usr/lib/xymon/client/ext/dirtyvcs 2016-06-05 03:29:28.000000000 +0200
+++ hobbit-plugins-20170219/src/usr/lib/xymon/client/ext/dirtyvcs 2017-02-19 21:09:35.000000000 +0100
@@ -41,7 +41,7 @@
my $empty_re = qr/^\s*$/s;
my %vcs_to_dir = (
'git' => { dir => '.git',
- clean => qr/nothing to commit,? \(?working directory clean/ },
+ clean => qr/nothing to commit,? \(?working \w+ clean/ },
'bzr' => { dir => '.bzr',
clean => $empty_re },
'hg' => { dir => '.hg',
-- System Information:
Debian Release: 9.0
APT prefers unstable
APT policy: (990, 'unstable'), (600, 'testing'), (500, 'unstable-debug'), (500, 'buildd-unstable'), (110, 'experimental'), (1, 'experimental-debug'), (1, 'buildd-experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Reply to: