tags 972040 patch
user ubuntu-de...@lists.ubuntu.com
usertags 972040 origin-ubuntu hirsute ubuntu-patch

thank you

The attached patch should fix the issue

diff -Nru jq-1.6/debian/changelog jq-1.6/debian/changelog
--- jq-1.6/debian/changelog	2020-10-10 15:50:26.000000000 +0200
+++ jq-1.6/debian/changelog	2020-11-24 20:45:35.000000000 +0100
@@ -1,3 +1,13 @@
+jq (1.6-3) unstable; urgency=medium
+
+  * Fix the build failing on dh_missing (Closes: #972040)
+  * debian/jq.docs:
+    - use the correct paths to install the documentation
+  * debian/rules:
+    - clean the .la
+
+ -- Sebastien Bacher <seb...@debian.org>  Tue, 24 Nov 2020 20:45:35 +0100
+
 jq (1.6-2) unstable; urgency=medium
 
   [ Helmut Grohne ]
diff -Nru jq-1.6/debian/jq.docs jq-1.6/debian/jq.docs
--- jq-1.6/debian/jq.docs	2020-10-10 15:46:12.000000000 +0200
+++ jq-1.6/debian/jq.docs	2020-11-24 20:45:35.000000000 +0100
@@ -1,2 +1,2 @@
-README
-AUTHORS
+usr/share/doc/jq/README
+usr/share/doc/jq/AUTHORS
diff -Nru jq-1.6/debian/rules jq-1.6/debian/rules
--- jq-1.6/debian/rules	2020-10-10 15:46:12.000000000 +0200
+++ jq-1.6/debian/rules	2020-11-24 20:45:35.000000000 +0100
@@ -13,6 +13,10 @@
 	cd docs && rake manpage > ../jq.1
 	dh_auto_configure -- --disable-static
 
+override_dh_install:
+	find debian/tmp -name '*.la' -print -delete
+	dh_install
+
 override_dh_auto_test:
 	VERBOSE=1 dh_auto_test
 

Reply via email to