[pocl] 04/10: Standards-Version: 4.0.1

Andreas Beckmann anbe at moszumanska.debian.org
Mon Aug 7 04:20:13 UTC 2017


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

anbe pushed a commit to branch master
in repository pocl.

commit ae8230e7b0ba1364f5b656174530dc90dbc843cf
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Aug 7 02:55:41 2017 +0200

    Standards-Version: 4.0.1
---
 debian/changelog | 3 +++
 debian/control   | 4 ++--
 debian/rules     | 4 ++++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a70585..3c2078f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ pocl (0.13-9) UNRELEASED; urgency=medium
   * Work around using clang-3.8 with libstdc++-7-dev.  (Closes: #853620)
   * Update symbols files.
   * Switch to debhelper compat level 10.
+  * Bump Standards-Version to 4.0.1.
+  * Raise Priority to optional.
+  * Support nodoc build.
 
  -- Andreas Beckmann <anbe at debian.org>  Sun, 06 Aug 2017 22:58:18 +0200
 
diff --git a/debian/control b/debian/control
index 6298d26..ce6c8a1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian OpenCL Maintainers <pkg-opencl-devel at lists.alioth.debian.org>
 Uploaders: Vincent Danjean <vdanjean at debian.org>,
  Andreas Beckmann <anbe at debian.org>,
 Section: libs
-Priority: extra
+Priority: optional
 Build-Depends: debhelper (>= 10),
  pkg-config,
  libhwloc-dev,
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 10),
  sphinx-common,
 Build-Depends-Indep:
  python-sphinx,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.1
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pocl.git
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/pocl.git
 Homepage: http://portablecl.org
diff --git a/debian/rules b/debian/rules
index e6c94d0..dcd4b66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,11 @@ override_dh_auto_configure:
 		LLVM_CONFIG=/usr/bin/llvm-config-$(LLVM_VERSION)
 
 override_dh_auto_build-indep:
+ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 	sphinx-build -N -b html doc/sphinx/source build-doc/html
+else
+	mkdir -p build-doc/html
+endif
 
 override_dh_shlibdeps:
 	dh_shlibdeps -a -- --warnings=7

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list