[Python-modules-commits] [python-werkzeug] 01/01: d/rules: Use dh_missing --fail-missing

Ondrej Novy onovy at debian.org
Sun Dec 10 10:23:10 UTC 2017


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

onovy pushed a commit to branch master
in repository python-werkzeug.

commit 4b21122eb477c0a644198102483237afbd93b44a
Author: Ondřej Nový <onovy at debian.org>
Date:   Sun Dec 10 11:20:51 2017 +0100

    d/rules: Use dh_missing --fail-missing
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cea795e..fce6a56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-werkzeug (0.13+dfsg1-2) UNRELEASED; urgency=medium
 
   * Don't reset http{,s}_proxy, pybuild sets it correctly
+  * d/rules: Use dh_missing --fail-missing
 
  -- Ondřej Nový <onovy at debian.org>  Sat, 09 Dec 2017 20:04:09 +0100
 
diff --git a/debian/rules b/debian/rules
index 4679363..c8a82fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,3 +38,6 @@ override_dh_installdocs:
 	dh_installdocs
 
 	dh_installdocs -A AUTHORS
+
+override_dh_missing:
+	dh_missing --fail-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-werkzeug.git



More information about the Python-modules-commits mailing list