[pocl] 03/10: switch to debhelper compat level 10

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 b07df82da9a564c0bf123009411e76ee3de0e545
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Aug 7 01:31:07 2017 +0200

    switch to debhelper compat level 10
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 3 +--
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 50ab2e7..9a70585 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ 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.
 
  -- Andreas Beckmann <anbe at debian.org>  Sun, 06 Aug 2017 22:58:18 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 5aa68a8..6298d26 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Vincent Danjean <vdanjean at debian.org>,
  Andreas Beckmann <anbe at debian.org>,
 Section: libs
 Priority: extra
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
  pkg-config,
  libhwloc-dev,
  libltdl-dev,
diff --git a/debian/rules b/debian/rules
index adde17c..e6c94d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ endif
 # http://www.eyrie.org/~eagle/journal/2012-01/008.html
 # main packaging script based on dh7 syntax
 %:
-	dh $@  --with autoreconf --parallel --with pkgkde_symbolshelper --with sphinxdoc
+	dh $@ --with pkgkde_symbolshelper --with sphinxdoc
 
 .PHONY: override_dh_auto_configure override_dh_shlibdeps override_dh_install
 .PHONY: override_dh_auto_test override_dh_makeshlibs

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