[Python-modules-commits] [python-dugong] 01/02: Updated standards version to 4.1.1
Nikolaus Rath
nikratio-guest at moszumanska.debian.org
Sun Oct 1 12:12:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
nikratio-guest pushed a commit to branch master
in repository python-dugong.
commit fece574d43a45c9161119a89ce459677b762a996
Author: Nikolaus Rath <Nikolaus at rath.org>
Date: Sun Oct 1 13:03:04 2017 +0100
Updated standards version to 4.1.1
* Updated standards version to 4.1.1
* Added support for 'nodoc' in DEB_BUILD_OPTIONS.
---
debian/changelog | 7 +++++++
debian/control | 3 +--
debian/rules | 2 ++
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 61fc245..9809b1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-dugong (3.7.1+dfsg-2) UNRELEASED; urgency=medium
+
+ * Updated standards version to 4.1.1
+ * Added support for 'nodoc' in DEB_BUILD_OPTIONS.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Sun, 01 Oct 2017 12:59:48 +0100
+
python-dugong (3.7.1+dfsg-1) unstable; urgency=medium
* new upstream release
diff --git a/debian/control b/debian/control
index eeb696a..4137c67 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,7 @@ Build-Depends: debhelper (>= 9),
python3-pytest-catchlog,
dh-python,
python3-setuptools
-Standards-Version: 3.9.6
-XS-Testsuite: autopkgtest
+Standards-Version: 4.1.1
Homepage: https://bitbucket.org/nikratio/python-dugong
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-dugong.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-dugong.git
diff --git a/debian/rules b/debian/rules
index 7fb852b..24fa9a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,10 @@ export PYBUILD_TEST_ARGS=--installed "{dir}/test/"
override_dh_auto_build:
dh_auto_build
+ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
# Build docs
python3 setup.py build_sphinx
+endif
.PHONY: override_dh_auto_clean
override_dh_auto_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-dugong.git
More information about the Python-modules-commits
mailing list