uncommitted - jq

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/debian/changelog b/debian/changelog
index d786f65..c271a14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+jq (1.6-2.1) unstable; urgency=medium
+
+  [ Paul Gevers ]
+  * Non-maintainer upload
+
+  [ Sebastien Bacher ]
+  * 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
+
+ -- Paul Gevers <elbrus@debian.org>  Thu, 10 Dec 2020 09:24:21 +0100
+
 jq (1.6-2) unstable; urgency=medium
 
   [ Helmut Grohne ]
diff --git a/debian/jq.docs b/debian/jq.docs
index 55bc0a6..9fb3dc0 100644
--- a/debian/jq.docs
+++ b/debian/jq.docs
@@ -1,2 +1,2 @@
-README
-AUTHORS
+usr/share/doc/jq/README
+usr/share/doc/jq/AUTHORS
diff --git a/debian/rules b/debian/rules
index 6e44e44..66bb177 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,10 @@ override_dh_auto_configure:
 	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
 

Run locally

More details

Full run details