[beignet] 07/08: Comply with Standards-Version 4.0.0: use https copyright-format support nodoc

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Tue Aug 1 21:38:03 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 196f48031dca17627d279936fe80865956bed14b
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Mon Jul 31 22:25:56 2017 +0100

    Comply with Standards-Version 4.0.0:
     use https copyright-format
     support nodoc
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/copyright | 2 +-
 debian/rules     | 2 ++
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fc7fd95..888d4c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ beignet (1.3.1-1) UNRELEASED; urgency=medium
     mesa (#848368 has been fixed) and this package FTBFS with LLVM 4.0.
   * Remove CAN_ENABLE_OPENCL2, as upstream now handles this.
   * Use compat 10, remove now-default --parallel.
+  * Use https copyright-format and support nodoc to comply with
+    Standards-Version 4.0.0.
 
  -- Rebecca N. Palmer <rebecca_palmer at zoho.com>  Sun, 30 Jul 2017 14:30:54 +0100
 
diff --git a/debian/control b/debian/control
index 31be585..b21bd09 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends:
  libtinfo-dev,
  libedit-dev,
  zlib1g-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://www.freedesktop.org/wiki/Software/Beignet/
 Vcs-Git: https://anonscm.debian.org/git/pkg-opencl/beignet.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-opencl/beignet.git
diff --git a/debian/copyright b/debian/copyright
index 0e2bf10..4985581 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: beignet
 Source: http://cgit.freedesktop.org/beignet/
 
diff --git a/debian/rules b/debian/rules
index eef8ab0..f037627 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_auto_configure:
 #Include the documentation, without timestamps (which break multiarch because debian/patches/update-docs.patch etc are applied at build time - #840678)
 override_dh_auto_build:
 	dh_auto_build
+ifeq ($(filter nodoc,$(DEB_BUILD_OPTIONS)),)
 	ikiwiki --verbose --no-usedirs --underlaydir docs --plugin map --rebuild docs docs_build
 	rm -rf docs_build/ikiwiki
 	for HTMLFILE in `find $(CURDIR)/docs_build/ -name *.html` ; do \
@@ -30,6 +31,7 @@ override_dh_auto_build:
 	  sed -e "s;<!-- Created <span class=.date.>.*;;" $$HTMLFILE.tmp > $$HTMLFILE ; \
 	  rm $$HTMLFILE.tmp ; \
 	done
+endif
 
 override_dh_gencontrol:
 	dh_gencontrol -- -VBuilt-Using:clang="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), \n' -W libclang-$(LLVM_VERSION)-dev)"

-- 
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