[beignet] 01/05: Use --fail-missing

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Mon Aug 7 19:55:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

rnpalmer-guest pushed a commit to branch master
in repository beignet.

commit 73d51c7d7a27977e2893551293af63e47ae83d16
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Sun Aug 6 18:40:30 2017 +0100

    Use --fail-missing
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 331e2d6..066ed04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ beignet (1.3.1-1) UNRELEASED; urgency=medium
   * Use https copyright-format and support nodoc to comply with
     Standards-Version 4.0.0.
   * Relicense AppStream metadata.
+  * Use --fail-missing.
 
  -- Rebecca N. Palmer <rebecca_palmer at zoho.com>  Sun, 30 Jul 2017 14:30:54 +0100
 
diff --git a/debian/rules b/debian/rules
index f037627..b32edc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,3 +35,7 @@ endif
 
 override_dh_gencontrol:
 	dh_gencontrol -- -VBuilt-Using:clang="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), \n' -W libclang-$(LLVM_VERSION)-dev)"
+
+#Don't let #863300 happen again
+override_dh_missing:
+	dh_missing --fail-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git



More information about the Pkg-opencl-commits mailing list