[clblas] 73/75: Upgrade packaging to debhelper 10
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jan 24 23:30:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository clblas.
commit a6f480eab5fda654bd7c236304c9d4604529643d
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sat Jan 21 16:54:01 2017 +0000
Upgrade packaging to debhelper 10
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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 f4aab7e..5b725e3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: science
Testsuite: autopkgtest
Priority: optional
Build-Depends: cmake,
- debhelper (>= 9),
+ debhelper (>= 10),
libblas-dev,
libboost-program-options-dev,
ocl-icd-opencl-dev | opencl-dev,
diff --git a/debian/rules b/debian/rules
index 123d1a0..ebb23dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ export BUILD_OPTIONS = \
-DSUFFIX_LIB="/$(DEB_TARGET_MULTIARCH)"
%:
- dh $@ --parallel --sourcedirectory=src
+ dh $@ --sourcedirectory=src
override_dh_auto_clean:
dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git
More information about the debian-science-commits
mailing list