Package: valgrind
Version: 1:3.15.0-1
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu focal ubuntu-patch

The problem has been reported on
https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/1856067 but also
exist in Debian

'The valgrind tool `dhat` provides some helpers for viewing its output:
dh_view.html, dh_view.css, dh_view.js
These aren't currently provided in the 3.15.0-1ubuntu3.1 package, it
would be nice if this was fixed.'

The attached patch fixes the issue (and override dh_missing to use
--fail-missing to help noticing such issues in the futur)

Cheers,

diff -Nru valgrind-3.15.0/debian/changelog valgrind-3.15.0/debian/changelog
--- valgrind-3.15.0/debian/changelog	2019-07-14 12:23:29.000000000 +0200
+++ valgrind-3.15.0/debian/changelog	2019-12-12 16:24:34.000000000 +0100
@@ -1,3 +1,13 @@
+valgrind (1:3.15.0-2) UNRELEASED; urgency=medium
+
+  * debian/valgrind.install:
+    - include /usr/libexec/valgrind which ships the dh_view tools
+      (lp: #1856067)
+  * debian/rules:
+    - use dh_missing --fail-missing to we don't overlook not install files
+
+ -- Sebastien Bacher <seb...@ubuntu.com>  Thu, 12 Dec 2019 16:24:09 +0100
+
 valgrind (1:3.15.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru valgrind-3.15.0/debian/rules valgrind-3.15.0/debian/rules
--- valgrind-3.15.0/debian/rules	2019-07-14 12:23:29.000000000 +0200
+++ valgrind-3.15.0/debian/rules	2019-12-12 16:24:06.000000000 +0100
@@ -44,3 +44,6 @@
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
+
+override_dh_missing:
+	dh_missing --fail-missing
diff -Nru valgrind-3.15.0/debian/valgrind.install valgrind-3.15.0/debian/valgrind.install
--- valgrind-3.15.0/debian/valgrind.install	2019-07-14 12:23:29.000000000 +0200
+++ valgrind-3.15.0/debian/valgrind.install	2019-12-12 16:23:38.000000000 +0100
@@ -2,5 +2,6 @@
 usr/include/*
 usr/share/*
 usr/lib/*
+usr/libexec/valgrind
 debian/valgrind.sh	usr/bin
 debian/supp/*		usr/lib/valgrind

Reply via email to