[libclc] 01/02: release 0.2.0+git20160907-2

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Nov 26 04:10:11 UTC 2016


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

mgilbert pushed a commit to branch master
in repository libclc.

commit 29a2cfc48053c847975005771eb7e16d01c4c4e5
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sat Nov 26 02:57:54 2016 +0000

    release 0.2.0+git20160907-2
---
 debian/changelog | 10 +++++++---
 debian/compat    |  2 +-
 debian/control   |  2 +-
 debian/rules     |  6 +-----
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0f49d30..6a53dd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libclc (0.2.0+git20160907-2) UNRELEASED; urgency=medium
+libclc (0.2.0+git20160907-2) unstable; urgency=medium
 
-  * Declare Multi-Arch: foreign for all packages (Closes: #845314).
+  [ Andreas Boll ]
+  * Declare Multi-Arch: foreign for all packages (closes: #845314).
+
+  [ Michael Gilbert ]
+  * Update to debhelper 10.
 
- -- Andreas Boll <andreas.boll.dev at gmail.com>  Tue, 22 Nov 2016 16:40:04 +0100
+ -- Michael Gilbert <mgilbert at debian.org>  Sat, 26 Nov 2016 02:35:37 +0000
 
 libclc (0.2.0+git20160907-1) experimental; urgency=medium
 
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 3b02239..88eb5f8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OpenCL team <pkg-opencl-devel at lists.alioth.debian.org>
 Uploaders:
  Michael Gilbert <mgilbert at debian.org>,
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
  python,
  clang-3.9,
  llvm-3.9-dev,
diff --git a/debian/rules b/debian/rules
index deacc9d..7163973 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ confflags=--prefix=/usr \
 path=debian/tmp/usr/lib/clc
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	./configure.py $(confflags)
@@ -25,7 +25,3 @@ override_dh_install:
 	    rm -f $(path)/cedar-r600--.bc && \
 	    ln -s barts-r600--.bc $(path)/cedar-r600--.bc
 	dh_install
-
-override_dh_clean:
-	dh_clean
-	find -name '*.d' -execdir rm -f {} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list